/*-----------------------------------------------------------------------------------

	Theme Name: MADEO Child
	Theme URI: http://madeostudio.com
	Description: Innocence project
	Author: MADEO 
        Author URI: http://madeostudio.com
        Version: 1.0
        Template: madeo

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  0.  Import style.css 
/*-----------------------------------------------------------------------------------*/
@import url(include/css/bootstrap.min.css);
@import url("../madeo/style.css");
@import url("include/css/owl.carousel.min.css");
@import url("include/css/owl.theme.default.min.css");
@import url("include/css/selection-sharer.css");
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("//fonts.googleapis.com/css?family=Roboto+Mono:400,700");
/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
@import url(include/css/font-awesome.min.css);
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
*/
/*-----------------------------------------------------------------------------------*/
/*  1.  General
/*-----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: black !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black  !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black  !important;
}

:-ms-input-placeholder {
  color: black  !important;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2px;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 400;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

p a {
  color: #aca581;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

p a:hover {
  border-bottom: 1px solid #aca581;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

ul.list, ol.list {
  list-style: none;
  margin-left: 0px;
}

ul.list li, ol.list li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  border-top: 1px solid rgba(42, 44, 50, 0.1);
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 50px;
  background: url(include/img/SVG/square.svg) no-repeat 0 28px;
}

ul.list li:first-child, ol.list li:first-child {
  border-top: none;
}

.article-details .col-md-9 ul:not(.commentlist), .article-details .col-md-9 ol:not(.commentlist) {
  list-style: none !important;
  margin-left: 0px;
}

.article-details .col-md-9 ul:not(.commentlist) li, .article-details .col-md-9 ol:not(.commentlist) li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  border-top: 1px solid rgba(42, 44, 50, 0.1);
  padding-bottom: 13px;
  padding-top: 13px;
  padding-left: 50px;
  background: url(include/img/SVG/square.svg) no-repeat 0 28px;
}

.article-details .col-md-9 ul:not(.commentlist) li:first-child, .article-details .col-md-9 ol:not(.commentlist) li:first-child {
  border-top: none;
}

.article-details .col-md-9 ul:not(.commentlist) li a, .article-details .col-md-9 ol:not(.commentlist) li a {
  color: #aca581;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

.article-details .col-md-9 ul:not(.commentlist) li a:hover, .article-details .col-md-9 ol:not(.commentlist) li a:hover {
  border-bottom: 1px solid #aca581;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.article-details .col-md-9 ol.carousel-indicators {
  margin-left: -30%;
}

.article-details .col-md-9 ol.carousel-indicators li {
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

.article-details .col-md-9 ol.carousel-indicators li.active {
  background: white;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
}

blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #2a2d32;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px;
  font-style: normal;
  border-left: 1px solid #2a2d32;
  padding: 0px 0px 0px 50px;
}

blockquote * {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  font-size: 30px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  /*color: #2D3C48 !important;*/
  font-style: normal !important;
  padding: 0px 0px 0px 0px !important;
}

blockquote *:not(a) {
  color: #2D3C48 !important;
}

blockquote.new-quote p {
  padding: 0px 0px 0px 50px !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  font-style: normal !important;
  font-family: 'Roboto', sans-serif;
  text-align: left !important;
}

blockquote a {
  color: #ACA581 !important;
}

.blank-divider {
  padding-bottom: 50px;
}

body, input, button, select, textarea, .gallery-caption, header #logo a {
  font-family: 'Roboto', sans-serif;
}

body {
  color: #2a2d32;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a:not([class*="btn"]) {
  color: #ACA581;
}

header {
  height: 100px;
}

header.scroll-ready {
  position: fixed;
  top: -110px;
  left: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}

header.scroll {
  top: 0;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
}

.scroll-ready-body .wrap_all {
  padding-top: 150px;
}

.scroll-ready-body .widget_donate_bar_widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scroll-ready-body.donate-btn-opened .wrap_all {
  padding-top: 220px;
}

.caption, .img-caption {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  opacity: 0.4;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-left: 50%;
}

.article-title p.img-caption {
  margin-bottom: 0px;
}

a.yellow-link {
  color: #aca581 !important;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border-bottom: 1px solid transparent;
}

a.yellow-link:hover {
  border-bottom: 1px solid #aca581;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.page-header-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .3;
  background-color: #2a2d32;
  left: 0;
  top: 0;
}

.div-center {
  margin: auto !important;
  float: none;
  display: table;
}

.up-index {
  position: relative;
  z-index: 2;
}

.right-btn {
  margin-top: -50px;
  padding: 11px 27px !important;
  margin-right: 15px;
}

.default-btn, .colored-btn, .blue-btn, .colored-btn-revert, .def-white-btn, .black-btn, .white-btn {
  padding: 18px 60px;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
}

.default-btn.full-width, .full-width.colored-btn, .full-width.blue-btn, .full-width.colored-btn-revert, .full-width.def-white-btn, .full-width.black-btn, .full-width.white-btn {
  width: 100%;
  text-align: center;
}

.colored-btn {
  background-color: #ACA581;
  border: 1px solid #aca581;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.colored-btn:hover, .def-white-btn:hover {
  background-color: #898467;
  color: #fff;
  border: 1px solid #898467;
}

.blue-btn {
  background-color: #344388;
  border: 1px solid #344388;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.blue-btn:hover {
  background-color: #1e2653;
  color: #fff;
  border: 1px solid #1e2653;
}

.colored-btn-revert {
  background-color: #ACA581;
  border: 1px solid #aca581;
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.colored-btn-revert:hover {
  background-color: #fff;
  color: #2A2D32;
  border: 1px solid white;
}

.def-white-btn {
  background-color: #fff;
  border: 1px solid white;
  color: #000;
}

.black-btn {
  border: 1px solid rgba(42, 45, 50, 0.2);
  color: #2a2d32;
  background-color: transparent;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.black-btn:hover {
  border: 1px solid #2a2d32;
  color: #2a2d32;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.white-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
}

.white-btn:hover {
  border: 1px solid white;
  color: #fff;
}

.center-btn {
  display: table;
  margin: auto;
  text-align: center;
}

.wide-btn {
  display: block;
  text-align: center;
}

.form-control {
  padding: 15px 25px;
  height: auto;
  border-radius: 0px;
  border: 2px solid #ECECEC;
  font-size: 16px;
  text-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border: 2px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-overlay {
  position: relative;
}

#logo a img {
  width: auto;
  max-width: 72%;
  height: auto;
  opacity: 1;
  vertical-align: text-top;
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}

#logo a:hover img, #logo a:focus img, #logo a:active img {
  opacity: 1;
}

#logo a img.animate {
  transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
}

#title-page .overlay-bg-fill {
  background-color: #ACA581 !important;
}

#wnb-bar {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#error-page .error-btn {
  background: none !important;
  width: 100%;
  opacity: 1;
}

#error-page .error-btn .error-title {
  color: #2a2d32;
}

#error-page .error-btn .error-caption {
  color: #2a2d32;
}

#error-page {
  background: #fff;
  padding: 110px 0 150px 0;
}

#cases-loader {
  margin-bottom: 80px !important;
}

#cases-loader img {
  width: 65px;
  height: auto;
}

#search-loader, #tag-loader {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

#search-loader img, #tag-loader img {
  width: 65px;
  height: auto;
}

#team-loader img {
  width: 65px;
  height: auto;
}

#black_header_widget-3 .static-navbar .col-md-3.col-md-offset-1 {
  margin-left: 21% !important;
}

/*-----------------------------------------------------------------------------------*/
/*  2.  Sections
/*-----------------------------------------------------------------------------------*/
.ivory-section {
  background-color: #F9F8F0;
}

.black-russian-section {
  background-color: #16171B;
}

.golden-section {
  background-color: #ACA581;
}

.black-pearl-section {
  background-color: #15171A;
}

.white-section {
  background-color: #fff;
}

.alabaster-section {
  background-color: #EFEEE5;
}

.light-grey-section {
  background-color: #f3f3f3;
}

.dark-section {
  background-color: #2a2d32;
}

.wrap_all {
  overflow-x: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  3.  padding
/*-----------------------------------------------------------------------------------*/
.padding-top-90 {
  padding-top: 90px;
}

.equal-top-bottom-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.margin-top-70 {
  margin-top: 70px;
}

.equal-top-bottom-padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.equal-top-bottom-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-40 {
  padding-top: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*  4.  Get involved
/*-----------------------------------------------------------------------------------*/
.page-template-template-intake-form .volunteer-intro {
  padding-bottom: 50px;
}

.page-template-template-intake-form .involved-submit {
  margin-top: 30px;
}

.page-template-template-intake-form .volunteer-intro .ivory-section {
  padding: 60px 50px 60px;
}

.black-russian-section.involved-support .row {
  padding-left: 95px;
  padding-right: 95px;
}

.find-organization .page-header-overlay {
  background-color: #2A2D32;
  opacity: 0.5;
}

.find-local-organization .has-background-img .col-md-12 {
  max-width: 800px;
}

.involved-intro .col-md-12, .involved-support .col-md-12, .about-team .col-md-12 {
  max-width: 630px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

.involved-intro {
  padding-bottom: 55px;
}

.involved-intro .ivory-section {
  padding-top: 80px;
  padding-bottom: 45px;
}

.involved-intro .ivory-section p {
  color: rgba(42, 45, 50, 0.4);
  max-width: 580px;
  margin: 0 auto;
  float: none;
  clear: both;
  padding-top: 30px;
  padding-bottom: 15px;
}

.intro-head {
  margin-bottom: 50px;
}

.involved-intro-input .col-md-4, .involved-intro-input .col-md-8 {
  margin-bottom: 40px;
}

.involved-intro-input .col-md-6 {
  margin-bottom: 20px;
}

.involved-intro-input .form-control, .involved-intro-input input[type=text], .involved-intro-input input[type=email] {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  background-color: #F9F8F0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.involved-intro-input .form-control:hover, .involved-intro-input input[type=text]:hover, .involved-intro-input input[type=email]:hover {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid black;
}

.involved-intro-input input::-webkit-input-placeholder, .involved-intro-input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.involved-intro-input input:-moz-placeholder, .involved-intro-input textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.involved-intro-input label {
  display: none;
}

.involved-intro-input .form-control:focus {
  border: 1px solid black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.involved-intro-input .form-control {
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.involved-submit {
  text-align: left;
  background-color: #2A2D32;
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  border-radius: 0px;
  color: #fff;
  border-color: #2a2d32;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.involved-submit:hover {
  background-color: #3e4249;
  color: #fff;
  border-color: #3e4249;
}

.involved-arrow {
  position: absolute;
  font-size: 15px;
  top: 20px;
  right: 38px;
  color: #fff;
}

.involved-submit i.fa-chevron-right {
  color: #fff;
  padding-left: 45px;
}

.black-access-section {
  margin-bottom: 55px;
  padding: 60px 15px 50px;
}

/*.black-access-section h4 {
  color: #fff;
  opacity: 0.4;
  margin-bottom: 30px;
}*/
.black-access-section .header {
  margin-bottom: 55px;
}

.black-access-section .content h3 {
  margin: 0px auto 70px auto;
  color: #fff;
}

.black-access-section .access-btn {
  height: 115px;
  background-color: #2A2D32;
  transition: background-color .25s ease-in-out;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
}

.black-access-section .access-btn img {
  height: 100%;
  width: 180px;
}

.black-access-section .access-btn .bg-img {
  height: 100%;
  width: 180px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .black-access-section .access-btn .bg-img {
    width: 130px;
  }
}

.black-access-section .access-btn h3 {
  color: #fff;
  padding-left: 40px;
  margin: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 28px;
  position: absolute;
}

.black-access-section .access-btn i {
  color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 50px;
  right: 23px;
  padding-right: 30px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.black-access-section .access-btn .double-data {
  width: 50%;
  /* height: 50%; */
  top: 40%;
  -ms-transform: translateY(-37%);
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
  /* overflow: auto; */
  /* margin: auto; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* bottom: 0; */
  padding-left: 50px;
  /* right: 0; */
}

.black-access-section .access-btn .double-data h3 {
  position: inherit;
  padding-left: 0px;
  font-size: 20px;
}

.black-access-section .access-btn .double-data p {
  margin: 0px;
  color: rgba(255, 255, 255, 0.5);
}

.black-access-section .access-btn img, .black-access-section .access-btn .double-data, .black-access-section .single-data, .black-access-section .access-btn i {
  display: inline;
}

.black-access-section .access-btn:hover {
  background-color: #3e4249;
}

.black-access-section .access-btn:hover h3 {
  color: #fff;
}

.black-access-section .access-btn:hover i {
  color: #fff;
  opacity: 0.6;
  right: 17px;
}

.black-access-section .first-btn {
  margin-left: -15px;
  float: left;
  margin-bottom: 20px;
}

.black-access-section .first-btn:last-child {
  margin-right: -15px;
  float: right;
  margin-bottom: 20px;
}

.black-access-section .last-btn {
  margin-right: -15px;
  float: right;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .single-profile .container .col-md-7 {
    padding-right: 15px !important;
  }
  .black-access-section .last-btn, .black-access-section .first-btn, .black-access-section .first-btn:last-child {
    margin: 0 auto 20px auto;
    float: left;
  }
  .has-background-img h2 {
    padding: 0 30px;
  }
  .involved-ways ul li, .cause-resources ul li {
    float: none !important;
    margin: 0 auto !important;
    padding: 15px;
    width: 100% !important;
  }
  .causes .causes-items > .row {
    display: block !important;
    flex-wrap: inherit !important;
  }
  .causes .causes-items > .row > .col-md-4 {
    display: block !important;
  }
  #navigation-mobile #menu-nav-mobile li:last-child {
    border-bottom: 1px solid #606266 !important;
  }
  #navigation-mobile #menu-nav-mobile ul.sub-menu li {
    border-top: 1px solid #606266 !important;
  }
  #navigation-mobile #menu-nav-mobile ul.sub-menu li:last-child {
    border-bottom: 1px solid #606266 !important;
  }
  #navigation-mobile #menu-nav-mobile li a {
    font-size: 20px !important;
  }
  body.menu-opened {
    overflow: hidden;
  }
  body.menu-opened #main, body.menu-opened footer {
    display: none;
  }
  body.menu-opened header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.menu-opened #navigation-mobile {
    display: block !important;
    position: relative;
    top: 0px;
    margin-top: 0;
    width: 100vw;
    height: calc( 100vh - 90px) !important;
    height: -webkit-calc( 100vh - 90px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  body.menu-opened #navigation-mobile .container {
    padding-bottom: 70px;
  }
  body.menu-opened #navigation-mobile .container ul.submenu-opened {
    overflow: hidden;
    height: calc( 100vh - 90px) !important;
    height: -webkit-calc( 100vh - 90px) !important;
  }
  body.menu-opened #navigation-mobile.submenu-active .container {
    padding-bottom: 0;
  }
  body.menu-opened.ios-device #navigation-mobile .container {
    padding-bottom: 70px;
  }
  body.menu-opened.ios-device #navigation-mobile.submenu-active .container {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-work-tabs .about-work-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .has-background-img h2 {
    padding: 0 15px;
  }
  .right-side .text-center.header h4 {
    margin-top: 20px;
  }
  .single-post .article-img {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.has-background-img .col-md-12 {
  max-width: 700px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: 11%;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
}

.has-background-img {
  margin: 55px auto 55px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.has-background-img .img-background {
  text-align: center;
  justify-content: center;
  flex-direction: column;
  min-height: 350px;
  background-size: cover;
  background-position: center center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-block;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  width: 100%;
  align-items: center;
}

.has-background-img h2 {
  margin-bottom: 35px;
}

.find-organization h2 {
  color: #000;
}

.involved-promote {
  padding: 10px 0px 85px 0px;
}

.involved-promote .col-md-6 h3 {
  color: #000;
  padding: 90px 90px 55px 90px;
}

.involved-ways, .cause-resources {
  padding: 20px 0px 70px 0px;
  margin-top: -15px;
}

.involved-ways ul, .cause-resources ul {
  padding-top: 15px;
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}

.involved-ways ul li, .cause-resources ul li {
  float: left;
  height: 110px;
  margin: 0 70px 10px 10px;
  width: 45%;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  display: table;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.involved-ways ul li a, .cause-resources ul li a {
  display: table-cell;
  vertical-align: middle;
}

.involved-ways ul li:nth-child(even), .cause-resources ul li:nth-child(even) {
  margin-right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  5.  About page
/*-----------------------------------------------------------------------------------*/
.about-intro {
  padding: 40px 0 75px;
}

.about-intro .col-md-12 {
  max-width: 600px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.about-video a:hover .video-class {
  background-size: 110%;
}

.about-video a:hover .video-class span {
  border-color: white;
}

.about-video a:hover .video-class .page-header-overlay {
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-class {
  position: relative;
  height: 490px;
  float: none;
  margin: 0 auto;
  background-size: 100%;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-class span {
  margin: auto;
  float: none;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(243, 243, 243, 0);
  width: 115px;
  height: 115px;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-class span i {
  margin: 50% auto 0;
  float: none;
  width: 19px;
  height: 22px;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 18px;
  color: #FFFFFF;
}

.video-class .page-header-overlay {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-class iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-work {
  padding: 80px 0 0 0;
}

.about-work .row {
  padding-left: 95px;
  padding-right: 95px;
}

.about-work .header {
  margin-bottom: 60px;
}

.about-work .col-md-12.content {
  max-width: 610px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.about-work-tabs section.article-title {
  margin-bottom: 60px;
}

.about-work-tabs .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.about-work-tabs li.active .arrow-down {
  bottom: -25px;
}

.about-work-tabs .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 45%;
  bottom: -5px;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.about-work-tabs .about-work-content {
  padding: 100px 110px;
}

.about-work-tabs .about-work-content h3 {
  opacity: 0.5;
  margin-bottom: 55px;
}

.about-work-tabs .tab-content {
  padding: 0px;
  border: none;
}

.about-work-tabs .about-work-img {
  padding: 0px;
  background-size: cover;
  background-position: center center;
}

.about-work-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  background: #fff;
  margin: 0 50px 15px 50px;
  border: none;
}

.about-work-tabs .nav-tabs li a {
  opacity: 0.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.about-work-tabs .nav-tabs li a:hover {
  opacity: 1;
}

.about-work-tabs .nav-tabs > li.active > a, .about-work-tabs .nav-tabs > li.active > a:hover, .about-work-tabs .nav-tabs > li.active > a:focus {
  opacity: 1;
}

.page-template-template-about .find-local-organization .img-background .page-header-overlay {
  display: none;
}

.page-template-template-involved .find-organization h2 {
  color: #fff;
}

.find-local-organization .page-header-overlay {
  background-color: #F8F8F0;
  opacity: 1;
}

.single-post .article-img .has-background + p {
  float: right;
}

.single-post .article-img img + p {
  float: right;
}

.single-post .article-details img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 65px;
  margin-bottom: 45px;
}

.single-post .article-details blockquote {
  margin-top: 35px;
  margin-bottom: 50px;
}

.single-post .article-details .wp-caption {
  background-color: #fff !important;
  margin-bottom: 50px;
}

.single-post .article-details .wp-caption img {
  margin-bottom: 0px;
}

.single-post .article-details .wp-caption .wp-caption-text {
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
  color: #333333;
  opacity: 0.4;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

.img-caption {
  text-align: right;
  padding: 0 !important;
  margin-bottom: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  5.  Reborts page
/*-----------------------------------------------------------------------------------*/
.reports-intro {
  padding: 60px 0px 60px 0px;
}

.reports {
  padding-bottom: 25px;
}

.reports .reports-holder {
  padding-top: 80px;
  padding-bottom: 30px;
}

.reports .reports-holder .report {
  padding-right: 3% !important;
  padding-left: 3% !important;
  padding-bottom: 50px;
  text-align: center;
}

.reports .reports-holder .report .pdf-thumb {
  display: inline-block;
  margin-bottom: 30px;
  height: 270px;
  width: 100%;
  background: no-repeat center center transparent;
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 12px 11px rgba(0, 0, 0, 0.1);
}

.reports .reports-holder .report .pdf-thumb img {
  display: none;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 12px 11px rgba(0, 0, 0, 0.1);
}

.reports .reports-holder .report .pdf-thumb .rpt-cover-placeholder {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 12px 11px rgba(0, 0, 0, 0.1);
}

.reports .reports-holder .report .report-data {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.reports .reports-holder .report .report-data p, .reports .reports-holder .report .report-data a.pdf-donwload {
  margin-top: 0;
  margin-bottom: 0;
}

.reports .reports-holder.centered-items {
  text-align: center;
  vertical-align: top;
}

.reports .reports-holder.centered-items .report {
  float: inherit;
  display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  6.  Footer
/*-----------------------------------------------------------------------------------*/
.section-footer {
  padding: 75px 0;
}

.section-footer .container {
  padding-left: 25px;
  padding-right: 25px;
}

.section-footer .footer-links li {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.section-footer .follow-us-section .follow-div {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.section-footer .follow-us-section h3.follow-us {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  opacity: 0.5;
}

.section-footer .follow-us-section .footer-icons {
  margin-bottom: 40px;
}

.section-footer .follow-us-section .footer-icons li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  margin: 0 40px 0 0;
  cursor: pointer;
}

.section-footer .follow-us-section .footer-icons li:last-child {
  margin: 0;
}

.section-footer .follow-us-section .footer-icons a {
  display: block;
  color: transparent;
  line-height: 0;
  font-size: 0;
}

.section-footer .follow-us-section .footer-icons a i {
  color: #fff;
  font-size: 24px;
  margin: 0 43px 0 0;
}

.section-footer .follow-us-section .footer-icons a:last-child i {
  margin: 0 !important;
}

.section-footer .follow-us-section p.credit {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0;
  line-height: 22px;
}

.section-footer .follow-us-section p.credit a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section-footer .follow-us-section p.credit a:hover {
  color: white;
  border-bottom: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.section-footer .footer-links {
  padding: 0 65px;
}

.section-footer .footer-links a {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}

.section-footer .subscribe ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe .head, .section-footer .subscribe p {
  color: #fff;
  opacity: 0.5;
  margin-bottom: 30px;
}

.section-footer .subscribe .footer-subscribe {
  position: relative;
}

.section-footer .subscribe .footer-subscribe .form-control {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  border-radius: 0px;
  height: 60px;
  text-indent: 13px;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.section-footer .subscribe .footer-subscribe:hover i.fa-chevron-right {
  opacity: 1 !important;
}

.section-footer .subscribe .footer-subscribe:hover .form-control {
  border: 1px solid white;
  color: #fff;
}

.section-footer .subscribe .footer-subscribe:hover input::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe:hover textarea::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe:hover input:-moz-placeholder, .section-footer .subscribe .footer-subscribe:hover textarea:-moz-placeholder {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white !important;
}

.section-footer .subscribe .footer-subscribe .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid white;
  color: #fff;
}

.section-footer .subscribe .footer-subscribe input::-webkit-input-placeholder, .section-footer .subscribe .footer-subscribe textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe .footer-subscribe input:-moz-placeholder, .section-footer .subscribe .footer-subscribe textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.section-footer .subscribe .footer-subscribe i.fa-chevron-right {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 21px;
  right: 24px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  opacity: .3;
}

.section-footer .subscribe .head, .section-footer .subscribe p {
  font-size: 18px;
}

.section-footer .subscribe .form-control {
  padding-left: 5px !important;
}

.section-footer .subscribe p {
  font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*  7.  Single-profile
/*-----------------------------------------------------------------------------------*/
.single-profile {
  padding-top: 15px;
}

.single-profile .container .col-md-7 {
  padding-right: 25px;
}

.single-profile .container .col-md-7 h3 {
  padding-bottom: 20px;
}

.single-profile .container .col-md-5 {
  padding-left: 55px;
}

.single-profile .info {
  padding: 50px 20px 75px 0px;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

.single-profile .info .years {
  opacity: 0.5;
}

.single-profile .img {
  height: 230px;
  background-size: cover;
  background-position: center center;
}

.single-profile .info-head {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding-bottom: 50px;
  margin-top: 60px;
}

.single-profile .info-head + p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-profile .small-details p {
  padding: 10px 0;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  color: #999;
  font-size: 15px;
  margin: 0;
}

.single-profile .share-case {
  margin-top: 20px;
  margin-bottom: 10px;
}

.single-profile .share-case h4 {
  /*padding-bottom: 20px;
      border-bottom: 1px solid rgba(21,23,26,0.08);
      margin-bottom: 30px;
      color: rgba(42, 45, 50, 0.2);*/
}

.single-profile .share-case a {
  display: inline;
  margin: 0 30px;
  font-size: 1.6em;
}

.single-profile .share-case a .fa-twitter {
  color: #355087;
  font-size: 21px;
}

.single-profile .share-case a .fa-facebook {
  color: #253B6B;
  font-size: 21px;
}

.single-profile .share-case a .fa-linkedin {
  color: #4B66A3;
  font-size: 21px;
}

.single-profile .share-case a .fa-google-plus {
  color: #718AB5;
  font-size: 21px;
}

.single-profile .share-case a .fa-envelope {
  color: #9CABCA;
  font-size: 21px;
}

.share-case {
  margin-top: 50px;
}

.share-case h4 {
  /*padding-bottom: 20px;
    border-bottom: 1px solid rgba(21,23,26,0.08);
    margin-bottom: 30px;
    color: rgba(42, 45, 50, 0.2);*/
}

.share-case a {
  display: inline;
  margin: 0 30px;
}

.share-case a i {
  color: #999999;
  font-size: 25px;
}

.support-cause h2 {
  color: #fff;
}

.single-cases .black-access-section {
  margin-bottom: 0px;
  margin-top: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  8.  Innocence Cases
/*-----------------------------------------------------------------------------------*/
#cases-black-access {
  margin-bottom: 0px;
  padding: 60px 15px 100px;
}

.cases-video .row {
  padding-left: 95px;
  padding-right: 95px;
}

#cases-result-msg {
  margin-bottom: 40px;
}

.full-cases-header.affix {
  top: 0;
  width: 100%;
  position: fixed !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
}

.full-cases-header {
  padding-bottom: 40px;
  position: relative;
  z-index: 999;
}

.full-cases-header .col-sm-4.col-md-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.full-cases-header .black-btn {
  padding: 10px 21px;
  color: rgba(42, 45, 50, 0.5);
  font-size: 14px;
  text-transform: capitalize;
}

.full-cases-header .black-btn .fa-plus {
  margin-left: 10px;
  font-size: 11px;
}

.full-cases-header .header {
  padding-left: 0px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 63.6666667%;
  margin-right: 21px;
}

.full-cases-header .header .head, .full-cases-header .header .section-footer .subscribe p, .section-footer .subscribe .full-cases-header .header p {
  color: rgba(42, 45, 50, 0.4) !important;
}

.full-cases-header .col-sm-7.col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.col-md-4.black-full-filter {
  padding-right: 0px;
  padding-left: 10px;
}

#full-cases-dropdown .bootstrap-select > .dropdown-toggle {
  border: 1px solid #EBEDEF;
  font-size: 14px;
  padding: 12px 11px;
  color: rgba(42, 45, 50, 0.5);
}

#full-cases-dropdown .form-group {
  margin-bottom: 0px;
}

#full-cases-dropdown .bootstrap-select.btn-group.open .dropdown-toggle {
  outline: 2px #000 solid !important;
}

#full-cases-dropdown .bootstrap-select .dropdown-toggle:focus {
  outline: 2px #000 solid !important;
}

#full-cases-dropdown .bootstrap-select.btn-group .custom-select .plus-select {
  transform: rotate(90deg);
  right: 8px;
}

#full-cases-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 14px;
  padding: 11px 17px;
}

.full-cases-header .header .head, .full-cases-header .header .section-footer .subscribe p, .section-footer .subscribe .full-cases-header .header p, .full-cases-header .header .no-cases {
  display: inline;
  margin-bottom: 22px;
}

.page-template-template-cases .cases-filter-section.cases .div-colored-btn {
  margin-top: 30px;
}

.cases-intro {
  padding: 60px 0px 40px 0px;
}

#cases-content-left {
  padding-left: 0px;
  padding-right: 0px;
}

.header.header-cases {
  margin-bottom: 42px;
}

.left-single-case {
  padding-left: 0px;
  padding-right: 26px;
}

.right-single-case {
  padding-right: 0px;
  padding-left: 26px;
}

.cases-content {
  padding: 80px 0px 100px 0px;
}

.cases-content .cases-social-bar {
  padding: 0;
  list-style-type: none;
  margin-top: 7px;
}

.cases-content .cases-social-bar li {
  margin-bottom: 15px;
}

.cases-content .cases-social-bar li a {
  font-size: 1.3em;
}

.cases-content .cases-social-bar li a i {
  color: rgba(45, 60, 72, 0.3);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.cases-content .cases-social-bar li a:hover i {
  color: #2d3c48;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.cases-content ul {
  margin-left: 0px;
  list-style-type: square;
}

.cases-content .bold-p {
  font-weight: 700;
  margin-bottom: -0.85em;
}

.cases-content .col-md-9 {
  max-width: 730px;
}

.cases-content .causes-content h3, .cases-content .causes-content p {
  padding-bottom: 20px;
}

.cases-content .causes-content a {
  color: #9E8819 !important;
  text-decoration: underline;
}

.cause-resources .col-md-9 {
  max-width: 600px;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  Single - Long Article
/*-----------------------------------------------------------------------------------*/
.wf-loading .long-article .article-info .container .col-md-12 h1 {
  /*opacity: 0;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;*/
}

/*.wf-active .long-article, .wf-inactive .long-article {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}*/
.long-article {
  /*****Comment form section Start****/
  /*****Comment form section Start****/
  /* Sharing section */
  /* fixed Footer Banner*/
}

.long-article .loading-bar {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99999;
  margin-bottom: 0 !important;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #344388;
}

.long-article .loading-bar p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.long-article section:nth-last-child(2) {
  border-bottom: 0px !important;
}

.long-article .article-news.news-item-group {
  margin-bottom: 0;
}

.long-article .article-info {
  width: 100%;
  padding: 125px 0 55px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #16171b;
  /*& + .img-with-caption-full-width {
      position: relative;
      .img-cover { 
        position: relative;
        top:0;
        img {
          opacity: 0 !important;
          transform: translateY(200px) !important;
          -webkit-transform: translateY(200px) !important;
            transition-duration:500ms !important;
            -webkit-transition-duration:500ms !important;
        }
      }
    }*/
}

.long-article .article-info .container {
  width: 100%;
}

.long-article .article-info .container .col-md-12 h1 {
  color: #fff;
  font-family: "arno-pro", serif;
  font-size: 5.000em;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  /*opacity: 1;
          -webkit-transition: all 200ms ease;
          -moz-transition: all 200ms ease;
          -ms-transition: all 200ms ease;
          -o-transition: all 200ms ease;
          transition: all 200ms ease;*/
}

.long-article .article-info .container .col-md-12 p.desc {
  max-width: 650px;
  margin: 0 auto 35px auto;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.long-article .article-info .container .col-md-12 p.info {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.9;
  clear: both;
  margin-top: 0;
}

.long-article .article-info .container .col-md-12 p.info a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none !important;
  text-transform: uppercase;
  border: 0 none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.long-article .article-info .container .col-md-12 p.info a:hover {
  color: white;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.long-article .article-info .container .col-md-12 p.info span {
  color: rgba(255, 255, 255, 0.6);
}

.long-article .article-info .container .col-md-12 h1, .long-article .article-info .container .col-md-12 p.desc, .long-article .article-info .container .col-md-12 p.info {
  opacity: 0;
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  transition-duration: 900ms;
  -webkit-transition-duration: 900ms;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
}

.long-article .article-info.reveal-start {
  /*+ .img-with-caption-full-width .img-cover img {
        opacity: 1 !important;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
        transition-delay:300ms !important;
        -webkit-transition-delay:300ms !important;
      }*/
}

.long-article .article-info.reveal-start .container .col-md-12 h1, .long-article .article-info.reveal-start .container .col-md-12 p.desc, .long-article .article-info.reveal-start .container .col-md-12 p.info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.long-article .article-info.reveal-start .container .col-md-12 h1 {
  opacity: 1;
}

.long-article .article-info.reveal-start .container .col-md-12 p.desc {
  opacity: 0.8;
  transition-delay: 130ms;
  -webkit-transition-delay: 130ms;
}

.long-article .article-info.reveal-start .container .col-md-12 p.info {
  opacity: 1;
  transition-delay: 260ms;
  -webkit-transition-delay: 260ms;
}

.long-article .article-info + section:not(.img-with-caption-full-width) {
  margin-top: 60px;
}

.long-article .wp-caption img {
  max-width: 100%;
  height: auto;
}

.long-article .img-cover {
  background-color: #EDDFB6 !important;
}

.long-article .img-cover.background-ready img {
  opacity: 0;
  height: auto;
}

.long-article .img-cover.background-ready img.loaded {
  opacity: 1;
  transition: 0.5s;
}

.long-article .img-with-caption-full-width {
  width: 100%;
}

.long-article .img-with-caption-full-width img {
  width: 100%;
  vertical-align: top;
}

.long-article .img-with-caption-full-width .container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}

.long-article .subs-article, .long-article .quote-sec {
  position: relative;
}

.long-article .subs-article .img-cover, .long-article .quote-sec .img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.long-article .subs-article .img-cover img, .long-article .quote-sec .img-cover img {
  display: none;
}

.long-article .subs-article .img-cover.image-loaded, .long-article .quote-sec .img-cover.image-loaded {
  opacity: 0;
  transition: 0.5s;
}

.long-article .quote-sec {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.long-article .quote-sec .container {
  height: 100%;
  width: 100%;
  display: table;
  padding: 180px 0px 150px;
}

.long-article .quote-sec .container .row {
  vertical-align: middle;
  display: table-cell;
}

.long-article .quote-sec .container .row .col-md-12 {
  /*max-width: 630px;
          float:none;
          margin: 0 auto;*/
  padding-left: 18%;
  padding-right: 18%;
}

.long-article .quote-sec .container .row .col-md-12 p.main-quote {
  color: #ffffff;
  font-family: "arno-pro", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.long-article .quote-sec .container .row .col-md-12 .author-info {
  text-align: center;
}

.long-article .quote-sec .container .row .col-md-12 .author-info p.author-name {
  margin: 0;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 1.4px;
  line-height: 1.81;
  text-transform: uppercase;
  font-weight: 700;
}

.long-article .quote-sec .container .row .col-md-12 .author-info p.author-position {
  margin: 0;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 1.4px;
  line-height: 1.81;
  text-transform: uppercase;
  font-weight: 400;
}

.long-article .subs-article {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.long-article .subs-article .container {
  padding: 80px 0;
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.long-article .subs-article .container .row .col-md-12 {
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.long-article .subs-article .container .row .col-md-12 p {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 30px;
  margin: 0;
}

.long-article .subs-article .container .row .col-md-12 .sub-container {
  max-width: 470px;
  float: none;
  margin: 0 auto;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe {
  position: relative;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe .form-control {
  border: 2px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  padding: 22px 25px;
  font-size: 18px;
  color: #2A2D32;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe .form-control:hover, .long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe .form-control:focus {
  border: 2px solid #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe i.fa-chevron-right {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  bottom: 27px;
  right: 24px;
  cursor: pointer;
  color: rgba(42, 45, 50, 0.4);
  font-size: 16px;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe:hover i.fa-chevron-right {
  opacity: 1 !important;
  color: #2a2d32;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe ::-webkit-input-placeholder {
  color: #2a2d32 !important;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe :-moz-placeholder {
  /* Firefox 18- */
  color: #2a2d32 !important;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a2d32 !important;
}

.long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe :-ms-input-placeholder {
  color: #2a2d32 !important;
}

.long-article .rich-text-sec .wp-caption.alignleft {
  width: 40% !important;
}

.long-article .rich-text-sec .wp-caption.alignright {
  width: 40% !important;
}

.long-article .rich-text-sec .wp-caption.aligncenter {
  margin: 40px auto;
}

.long-article .rich-text-sec img, .long-article .callout img {
  max-width: 100%;
  height: auto;
}

.long-article .rich-text-sec img.alignleft, .long-article .callout img.alignleft {
  width: 40%;
  margin-left: -125px;
  margin-bottom: 18px;
}

.long-article .rich-text-sec img.alignright, .long-article .callout img.alignright {
  width: 40%;
  margin-right: -125px;
  margin-bottom: 18px;
}

.long-article .rich-text-sec .wp-caption.alignleft, .long-article .callout .wp-caption.alignleft {
  margin-left: -125px;
}

.long-article .rich-text-sec .wp-caption.alignleft img, .long-article .callout .wp-caption.alignleft img {
  width: 100%;
}

.long-article .rich-text-sec .wp-caption.alignright, .long-article .callout .wp-caption.alignright {
  margin-right: -125px;
}

.long-article .rich-text-sec .wp-caption.alignright img, .long-article .callout .wp-caption.alignright img {
  width: 100%;
}

.long-article .rich-text-sec .img-wrap, .long-article .callout .img-wrap {
  float: left;
  padding: 0 50px 15px 0;
  margin-left: -125px;
  max-width: 450px;
}

.long-article .rich-text-sec .img-wrap img, .long-article .callout .img-wrap img {
  max-width: 100%;
  height: auto;
}

.long-article .rich-text-sec .img-wrap .wp-caption-text, .long-article .callout .img-wrap .wp-caption-text {
  margin: 15px 0 30px;
}

.long-article .rich-text-sec p, .long-article .callout p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.long-article .rich-text-sec p img, .long-article .callout p img {
  margin-top: 5px;
  margin-bottom: 18px;
}

.long-article .rich-text-sec p a, .long-article .callout p a {
  color: inherit;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(to top, transparent, transparent -3px, #ACA581 0px, #ACA581 0px, transparent 1px);
  text-shadow: -0.1em 0 0 #fff, 0.1em 0 0 #fff;
  border-bottom: none;
}

.long-article .rich-text-sec p a:hover, .long-article .callout p a:hover {
  color: #ACA581;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-bottom: none;
}

.long-article .callout {
  background: url(include/img/bg-color.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 90px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.long-article .callout .outsetRow {
  /*background-color: #f9f8f0;
        padding-top: 10px;
        padding-bottom: 20px;*/
}

.long-article .callout .img-wrap .wp-caption-text {
  margin-bottom: 0;
}

.long-article .callout ul.list, .long-article .callout ol.list {
  list-style: none;
  padding: 0;
  margin-left: 0px;
}

.long-article .callout ul.list li, .long-article .callout ol.list li {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  border-top: none;
  color: #344388;
  opacity: 0.8;
  left: 30px;
  position: relative;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 13px;
  padding-top: 13px;
  background: none;
}

.long-article .callout ul.list li:before, .long-article .callout ol.list li:before {
  display: inline-block;
  content: ' ';
  width: 5px;
  height: 5px;
  margin-left: -30px;
  margin-top: 14px;
  background-color: #344388;
  float: left;
  opacity: 0.8;
}

.long-article .callout ul.list li:first-child, .long-article .callout ol.list li:first-child {
  border-top: none;
}

.long-article .callout ul.list li:last-child, .long-article .callout ol.list li:last-child {
  padding-bottom: 0;
}

.long-article .callout h3, .long-article .callout h2 {
  color: #344388;
  margin-top: 0 !important;
}

.long-article .callout p, .long-article .callout .dropcap {
  color: rgba(52, 67, 136, 0.8);
}

.long-article .related {
  margin-bottom: 50px;
}

.long-article .related a {
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
  table-layout: fixed;
  text-decoration: none !important;
  background-image: none !important;
}

.long-article .related a .related-thumb {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 130px;
  padding-right: 30px;
}

.long-article .related a .related-thumb .img-cover {
  width: 100px;
  min-height: 50px;
  overflow: hidden;
  float: left;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.long-article .related a .related-thumb img {
  float: left;
  width: 100px;
  transform-origin: center center;
}

.long-article .related a .related-content {
  display: table-cell;
  width: 100%;
  min-height: 60px;
  padding: 13px 0;
  margin: 0;
  vertical-align: middle;
  border-bottom: 1px solid #344388;
  border-top: 1px solid #344388;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.long-article .related a .related-content p {
  margin: 0 0 0 0;
  padding: 0 20px 0 0;
  color: #344388;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.long-article .related a .related-content p strong {
  font-weight: 700;
}

.long-article .related a .related-content p a {
  text-decoration: none !important;
  background-image: none !important;
}

.long-article .related a .related-content p a:hover {
  color: #344388;
}

.long-article .related:hover a .related-thumb .img-cover img {
  transform: scale(1.055);
  -webkit-transform: scale(1.055);
}

.long-article .comment-sec {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  /*Comment form start*/
  /*Comment form End*/
  /*Comment Button start*/
  /*Comment button End*/
}

.long-article .comment-sec p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.long-article .comment-sec p.comment-form-subscribe {
  margin-bottom: 25px;
}

.long-article .comment-sec p.comment-form-subscribe label {
  margin-bottom: 0;
}

.long-article .comment-sec .comment-leave-title {
  margin-bottom: 35px;
  text-align: center;
}

.long-article .comment-sec .comment--form {
  margin-bottom: 20px;
}

.long-article .comment-sec .comment--form .textInput--large {
  width: 100%;
  padding: 27px 17px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: 300ms;
  -webkit-transition: 300ms;
}

.long-article .comment-sec .comment--form .textInput--large:focus {
  border-color: #000;
}

.long-article .comment-sec .comment--form .textInput--large:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px white inset;
}

.long-article .comment-sec .comment--form .slide-comment--info {
  display: none;
  margin: 0;
  /* Individual styles */
  /* Hoshi */
}

.long-article .comment-sec .comment--form .slide-comment--info .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 350px;
  width: calc(100% - 2em);
  vertical-align: top;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field:focus {
  outline: none;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.long-article .comment-sec .comment--form .slide-comment--info .graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.long-article .comment-sec .comment--form .slide-comment--info .icon {
  color: #ddd;
  font-size: 150%;
}

.long-article .comment-sec .comment--form .slide-comment--info .input--hoshi {
  overflow: hidden;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em 1.4em;
  width: 100%;
  background: transparent;
  color: #2a2d32;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field--hoshi:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px white inset;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label-content--hoshi {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label--hoshi::before,
.long-article .comment-sec .comment--form .slide-comment--info .input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #B9C1CA;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 3px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__label--hoshi-color-1::after {
  border-color: #000;
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field--hoshi:focus + .input__label--hoshi::after,
.long-article .comment-sec .comment--form .slide-comment--info .input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.long-article .comment-sec .comment--form .slide-comment--info .input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.long-article .comment-sec .comment--form .slide-comment--info .input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    font-size: 14px;
  }
}

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
    font-size: 14px;
  }
}

.long-article .comment-sec .comment--form .slide-comment--info .halfpart-input {
  display: inline-block;
  margin-bottom: 15px;
}

.long-article .comment-sec .comment--form .slide-comment--info .halfpart-input.right {
  margin-left: 35px;
  width: -webkit-calc(50% - 35px);
  width: -moz-calc(50% - 35px);
  width: calc(50% - 35px);
  margin-right: 0px;
}

.long-article .comment-sec .comment--form .slide-comment--info .halfpart-input.left {
  float: left;
  margin-right: 35px;
  width: -webkit-calc(50% - 35px);
  width: -moz-calc(50% - 35px);
  width: calc(50% - 35px);
  margin-left: 0px;
}

.long-article .comment-sec .comment--form .slide-comment--info .sub-com-form {
  background-color: #15171A;
  border: 1px solid #15171A;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe {
  width: 100%;
  margin-bottom: 25px;
  /*.maillist-chkbox, .txt-checkbox {
          display: inline;
          }*/
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe label {
  display: block;
  position: relative;
  margin: 10px 0;
  padding-left: 35px;
  cursor: pointer;
  font-weight: 400;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe label::before, .long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe label::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe label::before {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe input:focus + label::before {
  border-color: #000;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe label::after {
  display: none;
  width: 6px;
  height: 6px;
  margin: 5px;
  background-color: #000;
}

.long-article .comment-sec .comment--form .slide-comment--info .comment-form-subscribe input:checked + label::after {
  display: block;
}

.long-article .comment-sec .comment--form ::-webkit-input-placeholder {
  color: rgba(42, 45, 50, 0.4) !important;
}

.long-article .comment-sec .comment--form :-moz-placeholder {
  color: rgba(42, 45, 50, 0.4) !important;
}

.long-article .comment-sec .comment--form ::-moz-placeholder {
  color: rgba(42, 45, 50, 0.4) !important;
}

.long-article .comment-sec .comment--form :-ms-input-placeholder {
  color: rgba(42, 45, 50, 0.4) !important;
}

.long-article .comment-sec .comment--form .ajax-error {
  font-size: 14px;
  margin-bottom: 30px;
}

.long-article .comment-sec .show-com-form {
  padding: 27px 60px;
}

.long-article .comment-sec .show-com-form span {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: 22px;
  padding: 10px 17px;
}

.long-article .comment-sec .comment-form-subscribe {
  clear: both;
}

.long-article .comment-sec .g-recaptcha {
  margin-bottom: 30px;
}

.long-article .comments-container {
  margin-top: 20px;
}

.long-article .comments-container .comment-meta {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: 1px;
}

.long-article .comments-container .comment-meta a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.long-article .comments-container .comment-meta a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.long-article .comments-container .reply {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 1px;
}

.long-article .comments-container .reply .comment-reply-link {
  cursor: pointer;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.long-article .comments-container .reply .comment-reply-link:hover {
  color: black;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.long-article .comments-container .comment-author {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}

.long-article .comments-container .comment-author img {
  display: none;
}

.long-article .comments-container .comment-author cite {
  font-size: 12px;
  color: #000000;
  font-style: normal;
}

.long-article .comments-container .comment-author .says {
  display: none;
}

.long-article .comments-container .comment-body {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.long-article .comments-container .has-replies .comment-body {
  border-bottom: none;
  padding-bottom: 0;
}

.long-article .comments-container .children {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
}

.long-article .comments-container .children .comment-reply {
  padding-left: 0px;
  padding-top: 35px;
}

.long-article .comments-container .children .comment-reply .comment-body {
  border-bottom: none;
  border-left: 1px solid #000;
  padding-left: 45px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.long-article .comments-container .children .comment-reply .comment-body .commentmetadata .comment-edit-link {
  display: none;
}

.long-article .comments-container .reply-to-comment {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*&.active > * {
        transform: translateY(0);
        -webkit-transform: translateY(0);
      }*/
}

.long-article .comments-container .reply-to-comment > * {
  /*transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);*/
}

.long-article .insetColumn {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.long-article .insetColumn h3, .long-article .insetColumn h2 {
  font-family: "arno-pro", serif;
  font-weight: 700;
  font-size: 28px;
  margin-top: 60px;
  line-height: 1.21;
  letter-spacing: 0;
  margin-bottom: 0;
}

.long-article .outsetRow {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.long-article .dropcap {
  margin: 7px 33px 0 0;
  color: #2a2d32;
  font-size: 110px;
  font-family: "arno-pro", serif;
  line-height: 0.79;
}

.long-article .img-with-caption-within-container {
  margin-top: 30px;
}

.long-article .img-with-caption-within-container img {
  width: 100%;
}

.long-article .video-with-caption-within-container {
  margin-top: 20px;
}

.long-article .video-with-caption-within-container .vid-container {
  position: relative;
  overflow: hidden;
  max-height: 365px;
}

.long-article .video-with-caption-within-container .vid-container a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.long-article .video-with-caption-within-container .vid-container a:after {
  width: 80px;
  display: block;
  background-color: #fff;
  content: "\f04b";
  font-family: fontAwesome;
  height: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 80px;
  color: #000;
}

.long-article .Carousel-slider .container-fluid, .long-article .carousel-slider .container-fluid {
  padding: 0;
}

.long-article .Carousel-slider .container-fluid .row, .long-article .carousel-slider .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.long-article .owl-carousel .owl-item img {
  height: 400px;
  width: auto;
}

.long-article .owl-carousel .owl-stage-outer {
  max-height: 400px;
}

.long-article .owl-carousel .owl-stage-outer .owl-item {
  cursor: pointer;
}

.long-article .owl-carousel .owl-stage-outer .owl-item.center {
  cursor: default;
}

.long-article .owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.long-article .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 30px 15px 0;
  background: #000000;
  opacity: 0.25;
  border-radius: 50%;
}

.long-article .owl-theme .owl-dots .owl-dot.active span, .long-article .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.long-article .sharing-sec {
  text-align: center;
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.long-article .sharing-sec h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.67;
  color: #16171b;
  margin-bottom: 29px;
}

.long-article .sharing-sec ul {
  margin: 0;
}

.long-article .sharing-sec ul li {
  display: inline-block;
  list-style-type: none;
}

.long-article .sharing-sec ul li a {
  display: block;
  position: relative;
  color: #fff;
  height: 66px;
  width: 195px;
  font-size: 1.1em;
}

.long-article .sharing-sec ul li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.long-article .sharing-sec ul li.FB {
  padding-right: 60px;
}

.long-article .sharing-sec ul li.FB a {
  background-color: #3a589e;
}

.long-article .sharing-sec ul li.TW a {
  background-color: #429dd6;
}

.long-article .fixed-footer-banner {
  height: 60px;
  background: #fff;
  position: fixed;
  bottom: -60px;
  margin-bottom: 0 !important;
  z-index: 9999;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: bottom 200ms;
  -webkit-transition: bottom 200ms;
}

.long-article .fixed-footer-banner.active {
  bottom: 0;
}

.long-article .fixed-footer-banner h4 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  margin: 0;
  line-height: 5.45;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 20px;
}

.long-article .fixed-footer-banner h4 i {
  display: none;
}

.long-article .fixed-footer-banner form {
  display: inline-block;
}

.long-article .fixed-footer-banner input {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  border: 0px;
  border-radius: 0 !important;
  outline: none;
  outline: 0 !important;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.7px;
  margin-right: 20px;
  border-bottom: 1px solid black;
  width: 240px;
  padding-bottom: 2px;
}

.long-article .fixed-footer-banner input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0.4;
  font-size: 12px;
}

.long-article .fixed-footer-banner input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.4;
  font-size: 12px;
}

.long-article .fixed-footer-banner input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0.4;
  font-size: 12px;
}

.long-article .fixed-footer-banner input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.4;
  font-size: 12px;
}

.long-article .fixed-footer-banner input:focus {
  -webkit-text-size-adjust: 100%;
}

.long-article .fixed-footer-banner button.submit {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  opacity: 0.4;
  background: transparent;
  font-size: 11px;
  border: 0;
  letter-spacing: 1px;
}

.long-article .fixed-footer-banner button.submit i {
  padding-right: 20px;
  font-size: 16px;
  transition: 0.5s;
}

.long-article .fixed-footer-banner button.submit:hover {
  opacity: 1;
}

.long-article .fixed-footer-banner button.submit:hover i {
  padding-right: 15px;
  padding-left: 5px;
}

.long-article .fixed-footer-banner a.close-btn {
  display: none;
}

.long-article .fixed-footer-banner #fixedFooterBannercontainer {
  display: inline-block;
  width: calc(100% - 185px);
}

.long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials {
  display: inline-block;
  float: right;
}

.long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials li {
  display: inline-block;
  padding-left: 30px;
}

.long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials li a:hover {
  color: #898467;
}

.long-article section {
  margin-bottom: 60px;
}

.long-article section.fixed-footer-banner, .long-article section.article-info {
  margin-bottom: 0;
}

.long-article section.callout {
  margin-bottom: 70px;
}

.long-article section.related-sec {
  margin-top: -20px;
  margin-bottom: 40px;
}

.long-article .insetColumn > *:first-child, .long-article .outsetRow > *:first-child {
  margin-top: 0;
}

.long-article .insetColumn > *:last-child, .long-article .outsetRow > *:last-child {
  margin-bottom: 0;
}

.long-article .wp-caption-text {
  margin: 15px 0 10px 0;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-align: left;
  font-style: normal;
  padding: 0;
}

body:not(.page-template-long-article):not(.single-special-features) .article-header {
  display: none;
}

body.page-template-long-article, body.single-special-features {
  background-color: #16171b;
}

body.page-template-long-article .container-fluid, body.single-special-features .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

body.page-template-long-article .normal-header, body.single-special-features .normal-header {
  display: none !important;
}

body.page-template-long-article .static-navbar.static-navbar-donate, body.single-special-features .static-navbar.static-navbar-donate {
  display: none;
}

body.page-template-long-article.admin-bar .article-header, body.single-special-features.admin-bar .article-header {
  top: 32px;
}

body.page-template-long-article #main, body.single-special-features #main {
  padding-top: 60px;
  background-color: #16171b;
}

body.page-template-long-article #main #content, body.single-special-features #main #content {
  background-color: #fff;
}

body.page-template-long-article.mobile-device .video-with-caption-within-container .vid-container a, body.single-special-features.mobile-device .video-with-caption-within-container .vid-container a {
  display: none;
}

.article-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #16171b;
  border-bottom: 1px solid #444548;
  transition: 200ms;
  -webkit-transition: 200ms;
  z-index: 999999;
}

.article-header .container-fluid {
  z-index: inherit !important;
}

.article-header .container-fluid .row {
  margin-right: -30px;
  margin-left: -30px;
}

.article-header .container-fluid .row .col-md-3 {
  padding-left: 30px;
  padding-right: 0px;
}

.article-header a.logo {
  display: block;
  width: 185px;
  height: 12px;
  margin-top: 24px;
  background: no-repeat url(include/img/article-logo.svg) center center transparent;
  background-size: 100% 100%;
}

.article-header .breadcrumbs {
  padding: 20px 0;
  text-align: center;
  line-height: 0;
}

.article-header .breadcrumbs ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.article-header .breadcrumbs ul li {
  float: left;
  line-height: 1;
}

.article-header .breadcrumbs ul li a, .article-header .breadcrumbs ul li span {
  /* Base text style */
  opacity: 0.6;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.article-header .breadcrumbs ul li a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.article-header .breadcrumbs ul li a:hover {
  opacity: 1;
}

.article-header .breadcrumbs ul li i {
  margin: 2px 30px 0 30px;
  color: #fff;
  float: left;
}

.article-header .breadcrumbs ul li.active a, .article-header .breadcrumbs ul li.active span {
  opacity: 1;
}

.article-header .breadcrumbs ul li:first-child i {
  display: none;
}

.article-header .buttons-holder {
  float: right;
  position: relative;
}

.article-header .donation-btn {
  float: right;
  position: relative;
  z-index: 2;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #aca581;
  padding: 0 20px;
  height: 60px;
  display: block;
  line-height: 59px;
  transition: 0.3s;
}

.article-header .donation-btn:hover {
  background-color: #898467;
}

.article-header .social-icons {
  margin: 0;
  height: 59px;
  float: right;
  position: relative;
  color: #fff;
  /*&:not(.on-device):hover,*/
}

.article-header .social-icons .social-icon {
  padding: 22.5px 20px;
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #16171b;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.article-header .social-icons .social-icon i {
  margin: 3px 0 0 5px;
}

.article-header .social-icons .dropdown-caret {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%) rotate(90deg);
  width: 8px;
  height: 16px;
}

.article-header .social-icons .dropdown-caret:before, .article-header .social-icons .dropdown-caret:after {
  content: ' ';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: block;
  width: 0;
  top: 0;
}

.article-header .social-icons .dropdown-caret:before {
  left: 0;
  border-right: 8px solid #16171b;
  z-index: 1;
}

.article-header .social-icons .dropdown-caret:after {
  border-right: 8px solid rgba(255, 255, 255, 0.2);
  left: -2px;
}

.article-header .social-icons .social-dropdown {
  position: absolute;
  z-index: 1;
  top: -80px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #16171b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0 none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.article-header .social-icons .social-dropdown a {
  color: #fff;
  display: block;
}

.article-header .social-icons .social-dropdown a:not(.fa) {
  padding: 11px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  text-transform: uppercase;
}

.article-header .social-icons .social-dropdown a.fa {
  display: none;
  padding: 11px 0;
  text-align: center;
  font-size: 20px;
}

.article-header .social-icons.active .social-dropdown {
  top: 59px;
}

.article-header .social-icons.on-device.active .social-icon i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.article-header progress {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #344388;
  z-index: 99998;
  transition-delay: 188ms;
}

.article-header progress::-webkit-progress-bar {
  background-color: transparent;
}

.article-header progress.flat::-webkit-progress-value {
  background-color: #344388;
}

.article-header progress.flat::-moz-progress-bar {
  background-color: #344388;
}

.article-header progress .progress-container {
  width: 100%;
  background-color: transparent;
  /*position: fixed;
        top: 0;
        left: 0;*/
  height: .25em;
  display: block;
}

.article-header progress .progress-bar {
  width: 50%;
  display: block;
  margin: 0;
  /*height: inherit;*/
  width: 100%;
  height: 4px;
  border: none;
  background-color: #344388;
  color: #344388;
  z-index: 99998;
}

.article-header.progress-only {
  top: -60px;
}

.article-header.progress-only progress {
  bottom: -5px;
}

/*-----------------------------------------------------------------------------------*/
/*    Thanks page
/*-----------------------------------------------------------------------------------*/
.thanks-page-section {
  padding-bottom: 50px;
}

.thanks-page-section .ivory-section {
  padding-top: 155px;
  padding-bottom: 155px;
}

.thanks-page-section .ivory-section .col-md-12 {
  max-width: 400px;
  float: none;
  margin: 0 auto;
}

.thanks-page-section .ivory-section .col-md-12 h3 {
  margin-bottom: 55px;
}

.thanks-page-section .ivory-section .col-md-12 .share a {
  display: inline;
  margin: 0 30px;
}

.thanks-page-section .ivory-section .col-md-12 .share a i {
  color: #2a2d32;
  font-size: 40px;
}

.thanks-section {
  padding: 150px 0 250px;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  contact
/*-----------------------------------------------------------------------------------*/
.page-template-template-contact .news-categ .bootstrap-select.btn-group .dropdown-menu li:first-child {
  display: block;
}

.contact-navbar.affix {
  top: 50px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.contact-intro .col-md-4 .download_lnk-contact p {
  color: #ACA581;
}

.share-case a i {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1.3em;
  color: rgba(45, 60, 72, 0.3);
}

.share-case a i:hover {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  color: #2d3c48;
}

.contact-navbar {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 20px 0px;
  margin-top: -50px;
}

.contact-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-navbar ul li {
  margin: 50px;
  display: inline;
}

.contact-navbar ul li .navbar-btn {
  color: rgba(42, 45, 50, 0.6);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-navbar ul li .navbar-btn:hover, .contact-navbar ul li .navbar-btn:active {
  color: #2a2d32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.single-cases .share-case .header {
  margin-bottom: 45px;
}

.contact-intro {
  padding: 90px 0px;
}

.contact-intro h4 {
  /*padding-bottom: 10px;
    border-bottom: 1px solid rgba(21,23,26,0.08);
    margin-bottom: 15px;
    color: #979899;*/
}

.contact-intro .share-case {
  margin-top: 55px;
}

.contact-intro .share-case h4 {
  /*color: #979899;
      margin-bottom: 45px;*/
}

.contact-intro .share-case a {
  margin: 0 35px;
}

.contact-intro .share-case .header {
  margin-bottom: 45px;
}

.contact-intro .address {
  margin-bottom: 80px;
}

.contact-intro .col-md-4 p {
  color: #2a2d32;
  margin: 0;
  margin-bottom: 8px;
}

.contact-intro .col-md-4:first-child {
  padding-left: 0px;
}

.contact-intro .col-md-4:last-child {
  padding-right: 0px;
}

.contact-intro .col-md-4 .header {
  margin-bottom: 15px;
}

.contact-black .col-md-12 {
  max-width: 600px;
  margin: 0 auto;
  float: none;
}

.col-md-12.text-center.share-case, #faq_section .container {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-quest {
  padding: 70px 0;
  margin-top: -70px;
}

.contact-quest h4 {
  /*padding-bottom: 15px;
    border-bottom: 1px solid rgba(21,23,26,0.08);
    margin-bottom: 0px;
    color: #2A2D32;
    opacity: 0.4;*/
}

.contact-quest .question {
  padding: 35px 0px 20px 40px;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  margin: 0;
}

.contact-quest .question:last-child {
  border-bottom: none !important;
}

.contact-quest .question > div:first-child {
  cursor: pointer;
}

.contact-quest .question h5 {
  color: rgba(42, 45, 50, 0.5);
  font-size: 15px;
}

.contact-quest .question .col-md-1 {
  padding-top: 4px;
}

.contact-quest .question .col-md-1 .fa-plus {
  color: rgba(42, 45, 50, 0.2);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.contact-quest .question .col-md-1 .fa-minus {
  color: #2a2d32;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.contact-quest .header-row {
  margin: 0;
}

#menu ul li.donate-btn.menu-item-has-children > a {
  margin-bottom: 30px;
}

.normal-header #menu ul .donate-btn.menu-item-has-children {
  line-height: 97px !important;
  padding-top: 0 !important;
}

.normal-header #menu ul .donate-btn.menu-item-has-children > a {
  line-height: 20px !important;
  margin-top: 25px;
  margin-bottom: 23px !important;
  padding: 15px 30px !important;
  color: #fff !important;
  opacity: 1 !important;
  border: 0 none;
}

.normal-header #menu ul .donate-btn.menu-item-has-children:hover {
  border: 0 none !important;
  box-shadow: 0 0 0 #fff !important;
  color: #fff !important;
}

.normal-header #menu ul .donate-btn.menu-item-has-children:hover > a {
  color: #fff !important;
  box-shadow: 0 0 0 #fff !important;
  border: 0 none !important;
  background-color: #2A2D32 !important;
}

.normal-header #menu ul .donate-btn.menu-item-has-children:hover > a:hover {
  color: #fff !important;
  box-shadow: 0 0 0 #fff !important;
  border: 0 none !important;
  background-color: #2A2D32 !important;
}

header {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  margin-bottom: 50px;
}

header .col-md-3 {
  padding-left: 0px;
}

header .col-md-9 {
  padding-right: 0px;
}

#menu > ul > li:after {
  border-right: none;
}

#menu ul a {
  text-transform: capitalize;
  color: #2a2d32;
  opacity: 0.6;
  font-family: 'Roboto', sans-serif;
}

#menu > ul > li > a {
  padding-right: 0;
  padding-left: 0;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
}

#menu ul a:hover {
  opacity: 1;
  color: #2a2d32;
}

#menu ul .sub-menu.superfish li a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

#menu ul ul li {
  line-height: 42px;
}

#menu ul .sub-menu li a {
  padding: 14px 20px 15px !important;
  font-size: 14px;
  color: #2a2d32 !important;
}

#menu ul .donate-btn .sub-menu li:last-child a {
  padding-right: 20px !important;
}

#menu ul .sub-menu li:first-child a, #menu ul .sub-menu li.overview + li a {
  padding-left: 0 !important;
}

#menu ul li.donate-btn ul li:last-child {
  margin-left: 0 !important;
}

.normal-header #menu ul .sub-menu li a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

#menu ul li.current_page_item > a, #menu ul li.current-menu-item > a {
  opacity: 1;
  color: #2a2d32;
  border-bottom: 2px solid transparent !important;
  box-shadow: 0 2px 0 #2a2d32;
}

#menu ul li a#search-button {
  box-shadow: 0 0 0 #fff;
}

/*-----------------------------------------------------------------------------------*/
/*  10.  Carousel
/*-----------------------------------------------------------------------------------*/
.default-carousel {
  margin-bottom: 60px;
}

.default-carousel .slide {
  height: 500px;
}

.default-carousel .slide .transition-timer-carousel-progress-bar {
  display: none;
  height: 5px;
  background-color: #fff;
  width: 0%;
  margin: -5px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
}

.default-carousel .slide .time-line {
  width: 100%;
  display: block;
  background: #ABA581;
  height: 10px;
}

.default-carousel .carousel-inner {
  height: 100%;
}

.default-carousel .carousel-inner .item {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.default-carousel .carousel-inner .item .page-header-overlay {
  background-color: #2a2d32;
  opacity: 0.5;
}

.default-carousel .carousel-inner .item .carousel-caption {
  /* margin-top: 50%; */
  max-width: 70%;
  width: 70%;
  display: inline-table;
  float: none;
  margin: auto;
  top: 55%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 15%;
  bottom: auto;
}

.default-carousel .carousel-inner .item .carousel-caption h2 {
  text-shadow: none;
  color: #fff;
  margin-bottom: 30px;
  /*font-size: 34px;
          line-height: 44px;*/
}

.default-carousel .carousel-inner .item .carousel-caption a {
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  width: auto;
}

.default-carousel .carousel-indicators li {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  width: 8px;
  height: 8px;
}

.default-carousel .carousel-indicators li.active {
  margin: 0 10px;
  background: white;
  width: 8px;
  height: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*  10.  static navbar
/*-----------------------------------------------------------------------------------*/
.static-navbar {
  height: 70px;
  color: #ECECEC;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 600px;
  z-index: 99999;
  background: #23282d;
  padding: 20px;
}

.static-navbar p {
  opacity: 0.5;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
}

.static-navbar .in-middle {
  margin: auto;
}

.static-navbar .share-case {
  margin-top: 5px;
}

.static-navbar .share-case a {
  margin: 0 15px;
}

.static-navbar .share-case a:hover i {
  color: #fff;
  transition: all .07s ease;
  -moz-transition: all .07s ease;
  -webkit-transition: all .07s ease;
}

.static-navbar .share-case a i {
  font-size: 20px;
  transition: all .07s ease;
  -moz-transition: all .07s ease;
  -webkit-transition: all .07s ease;
}

.static-navbar .hr {
  color: #fff;
  background: #fff;
  opacity: 0.1;
  /* width: 100%; */
  height: 2px;
  margin: 12px -2px;
  /* transform: translateY(-50%); */
}

.static-navbar.static-navbar-donate {
  background-color: #344388;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  min-width: initial;
  padding: 21px 0 21px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.static-navbar.static-navbar-donate .container {
  width: 100%;
}

.static-navbar.static-navbar-donate p {
  font-size: 17px;
  letter-spacing: 0.2px;
  opacity: 1;
  display: inline;
  line-height: 24px;
}

.static-navbar.static-navbar-donate p.donate {
  opacity: 0.4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.static-navbar.static-navbar-donate hr {
  width: 10px;
  margin: 5px;
  display: inline-block;
}

.static-navbar.static-navbar-donate .col-md-12 {
  max-width: 900px;
  float: none;
  margin: 0 auto;
  /*padding-bottom: 22px;
      padding-top: 22px;*/
}

.static-navbar.static-navbar-donate #close-btn {
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  font-size: 33.5px;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  font-weight: 100;
  line-height: 24px;
  opacity: 0.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.static-navbar.static-navbar-donate #close-btn:hover {
  opacity: 1 !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.static-navbar.static-navbar-donate:hover {
  background-color: #1E2752;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.static-navbar.static-navbar-donate:hover p.donate {
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

#close-navbar {
  float: right;
  font-size: 20px;
  color: #999999;
  margin-right: -15px;
  width: 15px;
  height: 23px;
}

#close-navbar #close-btn {
  width: 100%;
  height: 100%;
}

.widget {
  margin-bottom: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  home
/*-----------------------------------------------------------------------------------*/
.default-with-bg-image .container {
  padding-left: 0px;
  padding-right: 0px;
}

.col-md-12.causes-items {
  padding-left: 75px;
  padding-right: 75px;
}

.half-section-home .left-side img {
  width: 45px;
}

.half-section-home .left-side .img {
  background-size: cover;
  background-position: center center;
  width: 45px;
  height: 45px;
  margin: 14px auto 30px;
}

.about-us-home .col-md-12 {
  max-width: 650px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*  11.  Volunteer  template
/*-----------------------------------------------------------------------------------*/
.volunteer-intro .ivory-section {
  padding: 60px 50px;
}

.volunteer-intro .ivory-section h1 {
  margin-bottom: 60px;
}

.volunteer-intro .ivory-section h3 {
  margin-bottom: 25px;
}

.volunteer-intro .bootstrap-select > .dropdown-toggle {
  min-height: 56px;
}

.volunteer-intro .bootstrap-select .custom-select .plus-select {
  top: 15px !important;
}

.volunteer-intro .bootstrap-select .dropdown-menu {
  max-height: 240px !important;
}

.volunteer-intro .address .col-md-8 {
  padding-bottom: 15px;
}

.volunteer-intro .address .col-md-8 .col-md-5:first-child {
  padding-left: 0px;
}

.volunteer-intro .address .col-md-8 .col-md-2 {
  padding-right: 0px;
}

.volunteer-intro .address p {
  margin-top: 0px;
}

/*-----------------------------------------------------------------------------------*/
/*  11.  default template
/*-----------------------------------------------------------------------------------*/
.news-item-group .news-item a.content-post-cat:after {
  border-right: 1px solid #000;
}

.news-item-group #news-loader {
  margin-top: 50px;
}

.default-content h3, .default-content p {
  padding-bottom: 20px;
}

.default-content .container {
  max-width: 700px;
}

.default-content img {
  max-width: 100%;
  height: auto;
}

.quote-part h3 {
  display: inline;
}

.quote-author {
  opacity: 0.5;
  text-transform: capitalize;
}

#causes .causes-items .pic-causes .pic-cause-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*.causes .header h4 {
  margin-bottom: 30px;
}*/
.causes .causes-items > .row {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.causes .causes-items > .row > .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.causes .causes-items > .row > .col-md-4 > .pic-causes a {
  min-height: 180px;
  width: 100%;
  padding: 70px 15px;
  display: block;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.causes .causes-items > .row > .col-md-4 > .pic-causes {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.causes .causes-items > .row > .col-md-4 > .pic-causes:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.causes .causes-items > .row > .col-md-4 h3 {
  padding: 0 30px;
  color: #fff;
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.causes .causes-items > .row > .col-md-4 .page-header-overlay {
  width: 100%;
  left: 0;
  top: 0;
  right: 15px;
}

.default-with-bg-image a.bg-image-click .white-btn {
  background: transparent;
}

.default-with-bg-image a.bg-image-click:hover .white-btn {
  border: 1px solid white !important;
  color: #fff !important;
}

.default-with-bg-image .bg-image-box {
  padding: 95px 20px 85px 20px;
  background-position: center center;
  background-size: cover;
  margin: 70px 0;
  min-height: 300px;
  position: relative;
}

.default-with-bg-image .bg-image-box .page-header-overlay {
  background-color: #2a2d32;
  opacity: 0.5;
}

.default-with-bg-image .bg-image-box h2 {
  color: white;
  width: 70%;
  text-align: center;
  margin: 0px auto 30px;
}

.default-with-bg-image .bg-image-box .white-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.default-with-bg-image .bg-image-box .white-btn:hover {
  border: 1px solid white;
}

.half-section {
  margin: 20px 0;
}

.half-section h4 {
  text-align: center;
}

.half-section .left-side {
  padding-right: 40px;
  padding-left: 70px;
}

.half-section .left-side h3 {
  text-align: center;
}

.half-section .left-side a {
  text-align: center;
}

.half-section .left-side img {
  margin: 14px auto 50px;
  text-align: center;
  display: block;
}

.half-section .right-side {
  padding-left: 40px;
  padding-right: 70px;
}

.half-section .right-side.brand-bg-color {
  vertical-align: middle;
  color: #fff;
  height: 100%;
  margin-top: 20px;
  display: block;
  border-left: 1px solid rgba(21, 23, 26, 0.08);
}

@media screen and (max-width: 768px) {
  .half-section .right-side.brand-bg-color {
    /* default iPad screens */
  }
  .half-section .right-side.brand-bg-color h1, .half-section .right-side.brand-bg-color h3 {
    margin: auto;
    text-align: center !important;
  }
}

.half-section .right-side.brand-bg-color h1 {
  text-align: center;
  color: #23282d;
  line-height: 1.1;
  font-size: 60px;
}

.half-section .right-side.brand-bg-color h3 {
  text-align: center;
  color: #23282d;
}

.header {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

.header h4 {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.4);
}

.black-access-section .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.black-access-section .header h4 {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.4);
}

.featured a.featured-read-more {
  text-align: center;
  display: table;
  margin: 25px auto 40px;
}

.featured .left-side h3 {
  margin: 40px auto 10px;
}

.featured .left-side .has-background {
  height: 235px;
  padding: 0;
  text-align: center;
  margin: 95px auto 20px auto;
  float: none;
  max-width: 400px;
}

.featured .left-side .quote-div {
  max-width: 340px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

.featured .right-side .header {
  border-bottom: none;
}

.featured .right-side .news {
  padding: 21px 0;
  border-top: 1px solid rgba(21, 23, 26, 0.08);
}

.featured .right-side .news:first-child {
  border-top: 0px solid rgba(21, 23, 26, 0.05);
}

.featured .right-side .news .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.featured .right-side .news:hover i {
  right: 0px;
  padding-right: 10px;
  opacity: 1;
}

.featured .right-side .news:last-child {
  border-bottom: none !important;
}

.featured .right-side .news i {
  color: #2D3C48;
  opacity: 0.2;
  font-size: 18px;
  position: absolute;
  right: 5px;
  padding-right: 20px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.featured .right-side .news .caption {
  /*color: #b7b7b7;*/
  margin-left: 0;
}

.featured .right-side .header:last-child {
  border-bottom: none !important;
}

.our-work {
  margin: 0px;
  padding: 70px 0px;
}

.our-work .content {
  max-width: 600px;
  float: none;
  margin: 0 auto;
}

.our-work .content h3 {
  margin-bottom: 45px !important;
}

.causes {
  padding-bottom: 55px;
}

.causes .content {
  margin: 55px auto 55px;
  max-width: 650px;
  text-align: center;
  float: none;
}

.causes .black-btn {
  margin: 25px auto;
}

.causes .box {
  height: 170px;
  vertical-align: middle;
  display: table;
  position: relative;
  padding: 70px;
  width: 100%;
}

.causes .box .page-header-overlay {
  background-color: #2a2d32;
  opacity: 0.5;
}

.causes .box h3 {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  position: relative;
  z-index: 2;
}

.filtered-item > a {
  min-height: 115px;
  display: block;
}

.filtered-item .col-md-10, .filtered-item .col-md-7, .filtered-item .col-md-6 {
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57px;
  position: relative;
}

.team-content .filtered-item {
  min-height: 115px;
}

.team-content .filtered-item i {
  font-size: 19px !important;
  right: 0px !important;
  margin-right: -4px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.team-content .filtered-item .col-md-8 {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 57px;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
}

.team-content .filtered-item .col-md-6 {
  padding-left: 0px !important;
  padding-right: 0px;
  margin-left: -25px;
  margin-right: 70px;
}

.teams .cases-filter-section .filtered-item > a {
  margin-left: 0px !important;
}

.team-content .filtered-item i {
  right: 22px !important;
}

.team-content .left-single-case {
  padding-left: 0px;
  padding-right: 10px;
}

.team-content .right-single-case {
  padding-right: 0px;
  padding-left: 10px;
}

.team-content .filtered-item .col-md-10 {
  width: 91.66666667%;
}

.cases-filter-section .team-content .filtered-item {
  padding-left: 0px;
  padding-right: 0px;
}

.cases-filter-section .team-content .filtered-item a.no_summary {
  cursor: default;
}

.team-content .filtered-item .col-md-6 .caption {
  line-height: 20px;
}

.team-content .filtered-item .has-background {
  height: 115px !important;
  background-position: center center;
  width: 115px;
}

.team-content .filtered-item .col-md-10 {
  padding-left: 35px;
}

.cases-filter-section .filtered-item .col-md-10 .caption {
  color: #999;
  opacity: 1;
  font-size: 15px;
  margin-left: 0;
}

#btn-load-cases {
  margin-top: 32px;
}

.cases-filter-section {
  margin-bottom: 60px;
}

.cases-filter-section h4 {
  text-align: center;
  color: rgba(42, 45, 50, 0.4) !important;
}

.cases-filter-section .filter-type, .cases-filter-section .filtered-item {
  padding-top: 21px;
  padding-bottom: 21px;
}

.cases-filter-section .filter-type i, .cases-filter-section .filtered-item i {
  color: #000;
  opacity: 0.3;
  position: absolute;
  top: 25px;
  right: 15px;
  padding-right: -10px;
  transition: all .2s;
  margin-top: -7px;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  /* transform: translateY(-76%); */
}

.cases-filter-section .filter-type a, .cases-filter-section .filtered-item a {
  text-align: left;
}

.cases-filter-section .filter-type a[aria-expanded="true"] i, .cases-filter-section .filtered-item a[aria-expanded="true"] i {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.cases-filter-section .filter-type .filter-collapse .filter-well, .cases-filter-section .filtered-item .filter-collapse .filter-well {
  padding: 5px 10px;
}

.cases-filter-section .filter-type .filter-collapse .filter-well input[type='checkbox'], .cases-filter-section .filtered-item .filter-collapse .filter-well input[type='checkbox'] {
  margin-right: 10px;
}

.cases-filter-section a {
  width: 100%;
  text-align: center;
}

.cases-filter-section .filtered-item {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px 0 21px;
}

.cases-filter-section .filtered-item .has-background {
  height: 115px;
}

.cases-filter-section .filtered-item h3 {
  margin: 0px 0 0 0;
  font-size: 18px;
  line-height: 25px;
}

.cases-filter-section .filtered-item i {
  top: 55px;
  right: 28px;
  font-size: 17px;
  color: #2a2d32;
  opacity: 0.2;
}

.cases-filter-section .filtered-item:hover i {
  right: 18px;
  opacity: 0.5;
}

.cases-filter-section .filtered-item.opened {
  background-color: #EFEFE7;
}

.cases-filter-section .filtered-item.opened .caption {
  color: #000;
  font-size: 19px;
  margin-left: 0;
}

.cases-filter-section .filtered-item .col-md-7, .cases-filter-section .filtered-item .col-md-6 {
  padding-left: 40px;
}

.cases-filter-section .filtered-item .col-md-7 .caption, .cases-filter-section .filtered-item .col-md-6 .caption {
  color: #999;
  opacity: 1;
  font-size: 15px;
  margin-left: 0;
}

.cases-filter-section .filter-type a[aria-expanded="true"] i, .cases-filter-section .filtered-item a[aria-expanded="true"] i, .cases-filter-section .filter-type:hover a[aria-expanded="true"] i, .cases-filter-section .filtered-item:hover a[aria-expanded="true"] i {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.team-img .container {
  padding-left: 0px;
  padding-right: 0px;
}

.team-img.default-with-bg-image .bg-image-box {
  padding: 200px 20px 160px;
  margin-top: 0px;
}

.team-img.default-with-bg-image h1 {
  color: #fff;
}

.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.team .header-team {
  padding-left: 0px;
}

.team .header-team h4 {
  color: rgba(42, 45, 50, 0.4);
}

.team .left-side {
  margin-left: 5%;
}

.team .left-side h3 {
  margin-top: 10px;
}

.team .right-side {
  margin-left: 75px;
}

.team .right-side .header-team {
  margin-bottom: 30px;
}

.team .right-side .cat_desc {
  text-align: left;
  display: inline-block;
}

.team .right-side .black-btn {
  margin-top: 50px;
}

.cases .left-side h3 {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 5px;
}

.cases .right-side .header {
  margin-bottom: 30px;
}

.page-template-template-news, .archive.category {
  /*.news-item-group .news-items {
    .news-item:first-child {
      &:not(.long-article) {
        padding-top: 0;
      }
    }
  }*/
}

.page-template-template-news .normal-header, .archive.category .normal-header {
  margin-bottom: 0;
}

section.news-menu {
  padding: 0;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

section.news-menu .container .div-center {
  width: 100%;
}

section.news-menu .container .nav-tabs > li {
  border: none !important;
  background: none;
  color: #D6D6D6;
}

section.news-menu .container .nav-tabs > li.active a {
  color: #2a2d32;
  box-shadow: 0 2px 0 #2a2d32;
}

section.news-menu .container .nav-tabs > li:first-child a {
  margin-right: 30px;
}

section.news-menu .container .nav-tabs > li a {
  margin-right: 25px;
  font-size: 14px;
  padding: 0;
  line-height: 59px;
  border-bottom: 2px solid transparent;
  color: rgba(42, 45, 50, 0.6);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

section.news-menu .container .nav-tabs > li a:hover {
  color: #2a2d32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

section.news-menu .container .nav-tabs > li.special_features_itm a {
  margin-right: 0;
  margin-left: 25px;
  position: relative;
}

section.news-menu .container .nav-tabs > li.special_features_itm a:before {
  content: " ";
  width: 1px;
  height: 16px;
  margin-top: -1px;
  background-color: rgba(42, 45, 50, 0.1);
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

section.news-menu .right-btn {
  margin: -60px 0 0 0;
  opacity: 0.3;
  color: #333;
  font-size: 14px;
  line-height: 59px;
  border: 0 none;
  padding: 0 20px 0 0 !important;
  position: relative;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

section.news-menu .right-btn:after {
  content: '\21E4';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.news-menu .right-btn:hover {
  opacity: 1;
  color: #000;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#arch-loader {
  margin: 70px 0;
}

.news-item .content-post-cat, .news-item .post-date {
  display: inline;
}

.news-item .vertical_line {
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #000;
  margin-right: 13px;
  margin-left: 13px;
}

.article-title .title a, .article-title .title .post-date {
  display: inline;
  font-size: 16px;
}

.article-title .title .vertical_line {
  display: inline-block;
  height: 13px;
  width: 1px;
  background-color: #000;
  margin-right: 13px;
  margin-left: 13px;
}

.news-item-group .wide-btn {
  margin-top: 60px;
  padding: 20px;
  margin-bottom: 0px;
}

.news-item-group .news-item {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 70px 70px 55px 70px;
  /*
     border-bottom: 0px solid rgba(21,23,26,0.08);
    padding: 80px 70px 0 70px;
     * */
  /*.content-post-cat {
      font-size: 14px;
      margin-top: 0;
      color: #9c956e !important;
    }
    .post-date{
        margin-top: 0;
        font-size: 14px;
        color: #2a2d32;
    }*/
}

.news-item-group .news-item h2 {
  margin-bottom: 40px;
  /*margin-bottom: 15px;
      font-size: 1.25em;
      line-height: 1.45;
      font-weight: 400;
      margin-top: -5px;*/
}

.news-item-group .news-item .col-md-8 {
  /*padding-left: 35px;*/
  padding-left: 30px;
}

.news-item-group .news-item .col-md-4 {
  /*a {
        border: 1px solid rgba(#16171B,0.1);
        display: block;
        overflow: hidden;
        .img {
          border:none;
          border-radius: 0;
          -moz-transition: all .5s;
          -webkit-transition: all .5s;
          transition: all .5s;
          -moz-transform: scale(1,1);
          -webkit-transform: scale(1,1);
          transform: scale(1,1);
          margin-bottom: 0px;
        }
      }
      &.hover {
          a {
            overflow: hidden;
            display: block;
            .img {
              -moz-transform: scale(1.1,1.1);
              -webkit-transform: scale(1.1,1.1);
              transform: scale(1.1,1.1);
              -moz-transition: all .5s;
              -webkit-transition: all .5s;
              transition: all .5s;
            }
          }
        }*/
}

.news-item-group .news-item .short-details {
  margin-top: 0px;
  opacity: 0.5;
  /*color: rgba(22, 23, 27, 0.7);
      margin: 0 0 15px 0;*/
}

.news-item-group .news-item .img {
  border-radius: 0px;
}

.news-item-group .news-item.long-article {
  background-color: #16171b;
  margin-top: 80px;
  padding: 80px 70px 80px 70px;
}

.news-item-group .news-item.long-article .news-item-holder {
  display: table;
  width: 100%;
}

.news-item-group .news-item.long-article .news-item-holder .col-md-8, .news-item-group .news-item.long-article .news-item-holder .col-md-4 {
  float: inherit;
  display: table-cell;
}

.news-item-group .news-item.long-article .news-item-holder .col-md-4 {
  vertical-align: middle;
}

.news-item-group .news-item.long-article .col-md-8 {
  padding-left: 15px;
}

.news-item-group .news-item.long-article h2 {
  font-family: "arno-pro", serif;
  font-size: 47px;
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 0;
}

.news-item-group .news-item.long-article .short-details {
  opacity: 0.6;
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.news-item-group .news-item.long-article .colored-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 15px 30px;
  border: 0 none;
}

.news-item-group .news-item:last-child {
  border-bottom: 0;
}

.news-slider {
  margin-top: 50px;
}

/*
.news-item.long-article + .news-item.long-article {
    margin-top: 80px;
}*/
.page-id-57 .default-carousel, .archive.category .default-carousel {
  margin-bottom: 0px;
}

.news-slider.default-carousel .carousel-inner .item .carousel-caption h2 {
  margin-top: 0px;
}

.news-slider.default-carousel .carousel-inner .item .carousel-caption h3 {
  color: #fff;
  text-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*  9.  Menu
/*-----------------------------------------------------------------------------------*/
#menu ul .overview {
  display: none;
}

#menu ul li {
  line-height: 97px;
  margin-left: 15px;
}

#menu ul li > div {
  width: 0px !important;
  position: absolute;
  height: 72px;
  overflow: hidden;
  left: 0px;
}

#menu ul li ul {
  display: none !important;
  visibility: hidden !important;
  background-color: #f9f8f0 !important;
}

#menu ul li ul li {
  border-top: 0 none !important;
  transform: translateY(-70px);
  transition: 0.2s;
}

#menu ul li ul li a {
  color: #2a2d32 !important;
  border-top: 0 none !important;
}

#menu ul li ul.current-list li {
  transform: translateY(0);
}

#menu ul li.sfClick > div {
  width: 100% !important;
}

#menu ul li.sfClick > a i.fa.fa-chevron-right {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

#menu ul li.sfClick ul {
  top: -60px;
  opacity: 0;
  left: 0;
  margin-left: 0px;
  z-index: 99;
  display: block !important;
  visibility: visible !important;
}

#menu ul li:hover > ul {
  top: auto !important;
}

#menu ul li .menu-item-has-children ul {
  top: -60px;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

#menu ul li.menu-item-has-children > a {
  border-bottom: 2px solid transparent;
}

#menu ul li.menu-item-has-children > a:hover i.fa.fa-chevron-right {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

#menu ul li.menu-item-has-children > a i {
  margin-left: 11px;
  display: inline-block;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  font-size: 12px;
}

#menu ul li ul {
  width: 100% !important;
  left: 0px;
}

#menu ul li ul div {
  margin: auto;
  width: auto !important;
  display: table;
}

#menu ul li ul li {
  float: left !important;
  width: auto !important;
}

.normal-header #menu > ul > li:hover > a {
  color: #2a2d32 !important;
  box-shadow: 0 2px 0 #2a2d32;
  z-index: 101;
  opacity: 1;
}

.normal-header #menu > ul > li ul.sub-menu {
  border-top: 1px solid rgba(21, 23, 26, 0.08);
}

.normal-header #menu > ul > li ul.sub-menu li a {
  color: #2a2d32 !important;
  opacity: 0.6;
}

.normal-header #menu > ul > li ul.sub-menu li a:hover {
  color: #2a2d32 !important;
  opacity: 0.6;
}

#search-button {
  color: #ACA581 !important;
}

#search-button i {
  color: #2a2d32 !important;
  font-size: 18px;
  opacity: 0.5;
  transition: all .07s ease;
  -moz-transition: all .07s ease;
  -webkit-transition: all .07s ease;
}

#search-button:hover i {
  opacity: 1;
  transition: all .07s ease;
  -moz-transition: all .07s ease;
  -webkit-transition: all .07s ease;
}

.article-img .img {
  height: 670.588px;
}

.article-img #commentform input:not([type=checkbox]) {
  float: none;
  margin-left: 0px;
  width: 100%;
}

.article-img #commentform label {
  position: initial;
  display: block;
}

.article-img #commentform .g-recaptcha {
  margin-bottom: 55px;
}

form.post-password-form {
  min-height: 300px;
  margin-top: 90px;
}

form.post-password-form label {
  text-align: left;
}

form.post-password-form input[type=password] {
  width: 100%;
  float: none;
  padding: 15px;
  border: 2px solid #EBEDEF;
  margin: 20px 20px 0 0;
}

form.post-password-form input[type=submit] {
  display: inline-block;
  padding: 15px 24px;
  background-color: transparent;
  color: #BCBCC4;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14.5px;
  cursor: pointer;
  border: 2px solid #EBEDEF;
  -webkit-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  -moz-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  -o-transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  transition: background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  margin-left: 30px;
}

form.post-password-form input[type=submit]:hover {
  border: 1px solid #2a2d32;
  color: #fff !important;
  background-color: #2a2d32;
}

.article-title {
  margin-top: 40px;
  float: left;
  width: 100%;
  clear: both;
}

.article-title .title {
  max-width: 700px;
  float: none;
  margin: 0 auto 70px;
}

.article-title p {
  margin-bottom: 25px;
}

.article-title h4 {
  margin-bottom: 65px;
  font-size: 16px;
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.article-title h1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.article-details .col-md-9.col-sm-9.col-xs-12 {
  margin-left: auto !important;
  margin-right: auto;
  float: none;
}

.article-details .col-md-1.col-sm-1 {
  margin-left: 4% !important;
}

.article-details {
  clear: both;
}

.article-details .comments-title {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px;
}

.article-details .comment-author cite {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  font-family: 'Roboto', sans-serif;
}

.article-details #reply-title {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.67;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px;
}

.article-details #commentform #submit:hover {
  border: 1px solid #2a2d32;
  color: #fff !important;
  background-color: #2a2d32;
}

.article-details h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.article-details p {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.article-details h2 {
  margin-bottom: 50px;
}

.article-details .wide-btn {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 50px;
  font-size: 25px;
}

.article-details .wp-caption-text {
  text-align: right;
  margin: 0.85em 0;
  font-style: normal;
  padding: 0 0 20px 0;
}

.article-news {
  padding-top: 80px;
  padding-bottom: 60px;
  /*.header {
    h4 {
      color: rgba(118, 119, 121, 0.2);
    }
  }*/
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  /*max-width: 770px;
  min-width: 320px;*/
  height: auto;
  z-index: 8001;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 11px 13px rgba(0, 0, 0, 0.09);
}

.md-content .v-centered {
  max-width: 425px;
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translatex(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

.md-modal .md-close {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 0.3;
  height: 25px;
  width: 25px;
  background: url(include/img/SVG/black-close.svg) no-repeat center center;
}

.md-modal .md-close:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.md-content .v-centered p {
  opacity: 0.5;
  margin-top: 30px;
  margin-bottom: 27px;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 8000;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-content {
  background-color: #f9f8f0;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  min-height: 400px;
}

/*-----------------------------------------------------------------------------------*/
/*  10.  Arrow 
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'arrow';
  src: url("include/fonts/arrow.eot?1do7c4");
  src: url("include/fonts/arrow.eot?1do7c4#iefix") format("embedded-opentype"), url("include/fonts/arrow.ttf?1do7c4") format("truetype"), url("include/fonts/arrow.woff?1do7c4") format("woff"), url("include/fonts/arrow.svg?1do7c4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*[class^="icon-"], [class*=" icon-"],*/
.fa-chevron-right {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arrow' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before, .fa-chevron-right:before {
  content: "\e900" !important;
}

.page-template-template-archives .news-item-group .wide-btn, .archive .news-item-group .wide-btn {
  padding: 24px;
  margin-top: 75px;
  margin-bottom: 80px;
  /*margin-left: -15px;
      margin-right: -15px;*/
}

.page-template-template-archives .news-item-group .wide-btn .fa-chevron-right, .archive .news-item-group .wide-btn .fa-chevron-right {
  position: absolute;
  margin-top: 4px;
  margin-left: 20px;
  opacity: 0.5;
}

.page-template-template-news .news-item-group .wide-btn {
  margin-bottom: 10px;
  margin-top: 75px;
  padding: 24px;
  margin-left: -15px;
  margin-right: -15px;
}

.page-template-template-news .news-item-group .wide-btn .fa-chevron-right {
  position: absolute;
  margin-top: 4px;
  margin-left: 20px;
  opacity: 0.5;
}

.archives {
  position: relative;
  z-index: 1000;
}

.archives .container {
  margin-top: 100px;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding-bottom: 50px;
}

.archives h1 {
  text-align: center;
  margin-bottom: 30px;
}

.archives .archives-row {
  width: 420px;
  margin: auto;
}

.archives .archives-row .fa-chevron-right {
  position: absolute;
  float: right;
  top: 35%;
  right: 27px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

.archives .archives-row .fa-chevron-right.foucs {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.archives .archives-row .dropdown-menu {
  max-height: 155px !important;
}

.archives .bootstrap-select .dropdown-toggle {
  height: auto;
  padding: 16px 20px;
  border-radius: 0px;
  border: 2px solid #ECECEC;
  font-size: 16px;
  outline: none !important;
}

.archives .bootstrap-select.btn-group.open .dropdown-toggle {
  border: 2px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.archives .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.bootstrap-select .bs-caret {
  position: absolute;
  right: 10px;
}

.bootstrap-select.btn-group {
  height: auto !important;
}

.bootstrap-select.btn-group .custom-select .plus-select, .bootstrap-select.btn-group .custom-select .bs-caret {
  background: none;
  top: auto;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.bootstrap-select.btn-group.open .custom-select .plus-select, .bootstrap-select.open .bs-caret {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  display: inline-block;
}

span.plus-select:before, span.bs-caret:before {
  content: "\e900" !important;
  font-family: arrow;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}

.container.black-russian-section {
  padding: 65px 90px;
}

.about-work-tabs {
  margin-bottom: 60px;
}

.policy .donate .bg-image-box {
  margin-left: 65px;
  margin-right: 65px;
}

.policy .article-title:first-child {
  margin-top: 80px;
}

.policy .article-title .article-img {
  padding-left: 95px;
  padding-right: 95px;
}

.policy .article-title .col-md-12.data {
  max-width: 650px;
  margin: 0 auto;
  float: none;
}

.policy .impact_numbers {
  width: 100%;
  clear: both;
}

.policy .impact_numbers h1 {
  text-align: center;
  color: #23282d;
  line-height: 1.1;
  font-size: 60px;
}

.policy .impact_numbers h3 {
  text-align: center;
  color: #23282d;
}

.policy .impact_numbers .policy-impact-center {
  margin-right: auto;
  margin-left: auto;
  width: 66.67%;
}

.policy .impact_numbers .numbers-content {
  padding: 80px 30px;
  margin: 1px;
  width: 33%;
}

.policy .row {
  display: block;
}

.policy .nav-tabs {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 20px 0px;
  margin-top: -50px;
}

.policy .nav-tabs li {
  margin: 0px 50px;
  display: inline-block;
}

.policy .nav-tabs li.active a {
  color: #2a2d32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.policy .nav-tabs li.active a:hover, .policy .nav-tabs li.active a:focus {
  color: #2a2d32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.policy .nav-tabs li a {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(42, 45, 50, 0.6);
  font-size: 14px;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.policy .nav-tabs li a:hover {
  color: #2a2d32;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.policy div.div-center:not(.hidden) {
  display: table !important;
}

.policy .div-center {
  max-width: 300px;
}

.policy .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.policy .half-section-home {
  padding: 80px 0px !important;
}

.policy .half-section-home .left-side h3 {
  display: block;
}

.policy .half-section-home .improve .img {
  background-size: cover;
  background-position: center center;
  width: 45px;
  height: 45px;
  margin: 3px auto 0px;
  float: right;
}

.policy .article-title .title {
  max-width: 100%;
  text-align: center;
}

.policy .cases-content {
  padding: 0px;
}

.policy .colored-btn.wide-btn {
  margin: 35px 0px 0px;
}

.policy .tab-content {
  overflow: hidden;
}

.policy .involved-ways, .policy .cause-resources {
  margin-top: 0;
  position: relative;
  z-index: 0;
}

.policy .donate .bg-image-box {
  padding-top: 105px;
  padding-bottom: 115px;
}

.policy .donate .bg-image-box h2 {
  margin-bottom: 30px;
}

.policy .donate .bg-image-box .dropdown-menu {
  max-height: 209px !important;
  overflow-y: scroll;
}

.policy .donate .bg-image-box .dropdown-menu li:first-child {
  display: none;
}

.policy .donate .bg-image-box button.custom-select.form-control {
  background-color: #F8F8F1;
}

.policy .donate .bg-image-box .bootstrap-select .dropdown-toggle:focus {
  background-color: #F8F8F1;
  outline: none !important;
}

.vermont .find-local-organization .page-header-overlay {
  opacity: 0.8;
}

.vermont .find-local-organization .default-with-bg-image .bg-image-box {
  margin-top: 0;
}

.vermont .article-title h1 {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding-bottom: 70px;
}

.vermont .vermont-content a {
  color: #9E8819;
}

.vermont .vermont-content a:before {
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  margin-bottom: 0.85em;
  background-color: #818B92;
}

/***************************************************
****************** Search **************************
****************************************************/
.modal {
  padding-right: 0px !important;
}

.modal .search-input-section {
  margin-top: 160px;
}

.modal .search-input-section .container .col-sm-12.pull-right {
  padding: 0px;
  width: 100%;
}

.search-form .caption {
  color: #999999;
  font-weight: 400;
  margin-left: 0;
}

.search-input-section {
  padding: 0px 0px 0px;
  position: relative;
  z-index: 2000;
}

.search-input-section i.fa.icon-8 {
  position: absolute;
  right: 15px;
  float: right;
  top: 15px;
  font-size: 26px;
  z-index: 2222222222;
  opacity: 0.5;
  cursor: pointer;
}

.search-input-section form#searchform {
  margin-left: -15px;
  position: relative;
  float: none;
  display: block;
}

.search-input-section input.search-input {
  margin: -30px auto 35px !important;
  border: none !important;
  text-align: left;
  font-size: 28px !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  padding: 20px 0 20px !important;
  float: none;
  line-height: 1.5;
  display: block;
}

.search-input-section input.search-input:placeholder-shown {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08) !important;
}

.modal-body {
  padding: 0px;
  display: table;
  width: 100%;
}

.search-result h2.releas-date {
  color: #5cd877;
}

.search-result-item {
  padding-top: 35px;
  /* padding: .2em .25em .15em; */
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  border-radius: .1em;
  padding-bottom: 25px;
}

#search-modal {
  z-index: 6500;
  height: 100%;
}

.donate-btn-opened #search-modal {
  top: 70px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.search-result-item h3 {
  opacity: .7;
}

#search-modal .modal-dialog {
  width: 100%;
  height: inherit;
  margin: 0;
}

#search-modal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  overflow: auto;
}

#search-modal .modal-dialog .modal-content .close {
  margin: 3px 13px;
  opacity: .3;
  position: absolute;
  z-index: 2;
  right: 7%;
  padding: 12px;
  background-image: url(include/img/close.jpg);
  height: 0px;
  top: 27px;
  display: none;
}

#search-modal .modal-dialog .modal-content .bootstrap-select.btn-group:not(.input-group-btn) {
  display: block;
}

#search-modal .modal-dialog .modal-content .bootstrap-select.btn-group[class*="col-"] {
  display: block;
}

#search-modal .sortfilter.years-dropdown {
  display: none;
}

.search-btn-filter {
  float: right;
  margin: 20px 0px;
  cursor: pointer;
}

.search-section-page {
  margin-top: 50px;
}

.search-section-page .filter-select {
  width: 25%;
}

.search-section-page input.search-input {
  margin-bottom: 10px !important;
}

.search-section-page h5 {
  margin-top: 15px;
}

.search-section-page #search-res-lbl {
  color: #999999;
  font-weight: 400;
  margin-bottom: 45px;
  margin-left: 0px;
}

.search-result-section {
  position: relative;
  z-index: 0;
}

.search-result-section .item {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 150px;
  padding: 60px 0px;
}

.search-result-section .item h2 {
  margin-bottom: 0px;
}

.search-result-section .item h4 {
  font-size: 18px;
  color: #9e8819;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: none;
}

#affix-id-news {
  width: 100%;
  background: #fff;
  z-index: 30;
}

#affix-id-news.affix {
  top: 0px;
}

#affix-id-news.affix .container {
  /*width: 100%;
                padding-right: 5%;
                padding-left: 5%;*/
}

#affix-id-news.affix-bottom {
  position: absolute;
}

#affix-id.affix {
  top: 20px;
  max-width: 350px;
}

#affix-id.affix-bottom {
  position: absolute;
  max-width: 350px;
}

#affix-id.affix-top {
  max-width: 350px;
}

.cases input[type=checkbox], .cases input[type=radio], .sortfilter input[type=checkbox], .sortfilter input[type=radio], #filter input[type=checkbox], #filter input[type=radio], #comments input[type=checkbox], #comments input[type=radio] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: 23px;
  padding: 0;
  border: 0;
}

.cases input[type=checkbox] + label, .cases input[type=radio] + label, .sortfilter input[type=checkbox] + label, .sortfilter input[type=radio] + label, #filter input[type=checkbox] + label, #filter input[type=radio] + label, #comments input[type=checkbox] + label, #comments input[type=radio] + label {
  padding-left: 29px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  background-size: 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2a2d32;
}

.cases input[type=checkbox]:checked + label, .cases input[type=radio]:checked + label, .sortfilter input[type=checkbox]:checked + label, .sortfilter input[type=radio]:checked + label, #filter input[type=checkbox]:checked + label, #filter input[type=radio]:checked + label, #comments input[type=checkbox]:checked + label, #comments input[type=radio]:checked + label {
  background-position: 0 -15px;
}

.cases label.boxBG, .sortfilter label.boxBG, #filter label.boxBG, #comments label.boxBG {
  background-image: url(include/img/csscheckbox_386dc4744b6563661b3277496a81bd37-boxBG.png);
}

.cases label, .sortfilter label, #filter label {
  background-image: url(include/img/csscheckbox_386dc4744b6563661b3277496a81bd37.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cases p.col-md-12, .sortfilter p.col-md-12, #filter p.col-md-12 {
  margin-bottom: 0px;
  margin-top: 10px;
}

#aboutVideo {
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 20000;
}

#aboutVideo .modal-dialog {
  width: 100%;
  max-width: 1020px;
  margin: 80px auto 0px;
}

#aboutVideo .modal-dialog .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

#aboutVideo .modal-dialog .modal-content .modal-body {
  max-width: 1020px;
  height: 100%;
  max-height: 500px;
}

#aboutVideo .close {
  font-size: 0;
  /* font-weight: bolder; */
  margin: 3px 0px;
  opacity: .6;
  position: absolute;
  z-index: 2;
  right: -47px;
  padding: 12px;
  background-image: url(include/img/close.png);
  height: 0px;
  top: -43px;
  background-repeat: no-repeat;
}

.about-work-tabs .container {
  overflow: hidden;
  padding: 0px;
  display: inherit;
}

.about-work-tabs .article-title {
  z-index: 21;
  position: relative;
}

.about-work-tabs .article-title .container {
  overflow: inherit;
}

.about-work-tabs .tab-content {
  padding: 0px;
  border: none;
  width: 400%;
  position: relative;
  left: 0%;
  margin: 0;
}

.about-work-tabs .tab-content .tab-pane {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
  opacity: 1 !important;
}

/***************************************************
********************** Petition page  ********************
****************************************************/
body.page-template-template-petition header #mobile-nav, body.page-template-template-petition header #search-button, body.page-template-template-petition header #menu, body.page-template-template-petition-p2a header #mobile-nav, body.page-template-template-petition-p2a header #search-button, body.page-template-template-petition-p2a header #menu {
  display: none;
}

body.page-template-template-petition header .col-md-3.col-xs-9, body.page-template-template-petition-p2a header .col-md-3.col-xs-9 {
  width: 200px;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

body.page-template-template-petition ul.ui-autocomplete.ui-front, body.page-template-template-petition-p2a ul.ui-autocomplete.ui-front {
  height: 150px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9999;
  padding: 15px;
}

body.page-template-template-petition ul.ui-autocomplete.ui-front li, body.page-template-template-petition-p2a ul.ui-autocomplete.ui-front li {
  list-style: none;
}

.intro-petition #support-petition, .intro-petition #support-petition-mob {
  padding: 35px;
}

.intro-petition #support-petition h4, .intro-petition #support-petition-mob h4 {
  margin-bottom: 20px;
}

.intro-petition #support-petition .bar-bg, .intro-petition #support-petition-mob .bar-bg {
  width: 100%;
  background: rgba(148, 151, 168, 0.5);
  height: 7px;
  border-radius: 7px;
  background-color: rgba(148, 151, 168, 0.5);
}

.intro-petition #support-petition .bar-bg .bar-progress, .intro-petition #support-petition-mob .bar-bg .bar-progress {
  width: 60%;
  background: #1e2653;
  height: 100%;
  position: relative;
  border-left: 3px solid #f9f8f0;
  border-right: 3px solid rgba(148, 151, 168, 0.5);
}

.intro-petition #support-petition .bar-bg .bar-progress::before, .intro-petition #support-petition-mob .bar-bg .bar-progress::before {
  height: 7px;
  display: inline-block;
  background: #1e2653;
  content: " ";
  width: 7px;
  position: absolute;
  left: -4px;
  border-radius: 50%;
}

.intro-petition #support-petition .bar-bg .bar-progress::after, .intro-petition #support-petition-mob .bar-bg .bar-progress::after {
  content: " ";
  height: 7px;
  display: inline-block;
  background: #1e2653;
  content: " ";
  width: 7px;
  position: absolute;
  right: -4px;
  border-radius: 50%;
}

.intro-petition #support-petition .barinfo .col-xs-6, .intro-petition #support-petition-mob .barinfo .col-xs-6 {
  text-align: left;
}

.intro-petition #support-petition .barinfo .col-xs-6:last-child, .intro-petition #support-petition-mob .barinfo .col-xs-6:last-child {
  text-align: right;
}

.intro-petition #support-petition .barinfo p, .intro-petition #support-petition-mob .barinfo p {
  font-weight: 700;
}

.intro-petition #support-petition .barinfo p span, .intro-petition #support-petition-mob .barinfo p span {
  font-weight: 400;
  margin-left: 5px;
}

.intro-petition #support-petition p.info-txt, .intro-petition #support-petition-mob p.info-txt {
  font-size: 14px;
  opacity: 0.5;
  line-height: 20px;
  margin: 0 0 45px 0;
}

.intro-petition #support-petition .support-petition-form .row .col-md-6, .intro-petition #support-petition-mob .support-petition-form .row .col-md-6 {
  padding: 0;
}

.intro-petition #support-petition .support-petition-form .row .col-md-6:last-child, .intro-petition #support-petition-mob .support-petition-form .row .col-md-6:last-child {
  padding-left: 15px;
}

.intro-petition #support-petition .support-petition-form .row .col-md-12, .intro-petition #support-petition-mob .support-petition-form .row .col-md-12 {
  padding: 0px;
}

.intro-petition #support-petition .support-petition-form .form-group, .intro-petition #support-petition-mob .support-petition-form .form-group {
  margin: 0px 0px 25px 0px;
  /* error */
}

.intro-petition #support-petition .support-petition-form .form-group .form-control, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px 15px 0px;
  background: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-petition #support-petition .support-petition-form .form-group .form-control:hover, .intro-petition #support-petition .support-petition-form .form-group .form-control:focus, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control:hover, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control:focus {
  border-bottom: 2px solid black;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-petition #support-petition .support-petition-form .form-group .form-control.not-valid, .intro-petition #support-petition-mob .support-petition-form .form-group .form-control.not-valid {
  border-color: #de1d1d;
}

.intro-petition #support-petition .support-petition-form .form-group input::-webkit-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.intro-petition #support-petition .support-petition-form .form-group input:-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5) !important;
}

.intro-petition #support-petition .support-petition-form .form-group input::-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5) !important;
}

.intro-petition #support-petition .support-petition-form .form-group input:-ms-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.intro-petition #support-petition .support-petition-form .form-group input.not-valid::-webkit-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid::-webkit-input-placeholder {
  color: #de1d1d !important;
}

.intro-petition #support-petition .support-petition-form .form-group input.not-valid:-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid:-moz-placeholder {
  /* Firefox 18- */
  color: #de1d1d !important;
}

.intro-petition #support-petition .support-petition-form .form-group input.not-valid::-moz-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid::-moz-placeholder {
  /* Firefox 19+ */
  color: #de1d1d !important;
}

.intro-petition #support-petition .support-petition-form .form-group input.not-valid:-ms-input-placeholder, .intro-petition #support-petition-mob .support-petition-form .form-group input.not-valid:-ms-input-placeholder {
  color: #de1d1d !important;
}

.intro-petition #support-petition .support-petition-form .form-group input[type=number]::-webkit-inner-spin-button,
.intro-petition #support-petition .support-petition-form .form-group input[type=number]::-webkit-outer-spin-button, .intro-petition #support-petition-mob .support-petition-form .form-group input[type=number]::-webkit-inner-spin-button,
.intro-petition #support-petition-mob .support-petition-form .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.intro-petition #support-petition .support-petition-form .form-group input[type=number], .intro-petition #support-petition-mob .support-petition-form .form-group input[type=number] {
  -moz-appearance: textfield;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.intro-petition #support-petition .support-petition-form #myProgress, .intro-petition #support-petition-mob .support-petition-form #myProgress {
  background: #233588;
  /*display: none;*/
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  overflow-y: hidden;
  height: 0px;
}

.intro-petition #support-petition .support-petition-form #myProgress.activeBar, .intro-petition #support-petition-mob .support-petition-form #myProgress.activeBar {
  /*display: block;*/
  overflow-y: hidden;
  height: 15px;
  /* approximate max height */
}

.intro-petition #support-petition .support-petition-form #myBar, .intro-petition #support-petition-mob .support-petition-form #myBar {
  background: #0e153f;
  height: 15px;
}

.intro-petition #support-petition .support-petition-form .blue-btn, .intro-petition #support-petition-mob .support-petition-form .blue-btn {
  /*width:100%;
        margin-top: 25px;*/
  width: 100%;
  margin-top: 0px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: inline-block;
}

.intro-petition #support-petition .support-petition-form div#submit-cont, .intro-petition #support-petition-mob .support-petition-form div#submit-cont {
  position: relative;
  background: #344388;
  margin-top: 25px;
  text-align: center;
  transition: all 0.25s ease;
}

.intro-petition #support-petition .support-petition-form div#submit-cont:hover, .intro-petition #support-petition-mob .support-petition-form div#submit-cont:hover {
  background: #1e2653;
}

.intro-petition #support-petition .support-petition-form div#submit-cont .blue-btn, .intro-petition #support-petition-mob .support-petition-form div#submit-cont .blue-btn {
  background: transparent;
  border-color: transparent;
}

.intro-petition #support-petition .support-petition-form .success-btn .blue-btn, .intro-petition #support-petition-mob .support-petition-form .success-btn .blue-btn {
  padding-left: 0em;
  padding-right: 0em;
  background: transparent;
  border-color: transparent;
}

.intro-petition #support-petition .support-petition-form .success-btn::after, .intro-petition #support-petition-mob .support-petition-form .success-btn::after {
  content: " ";
  display: inline-block;
  color: #fff;
  width: 23px;
  height: 22px;
  vertical-align: -2px;
  margin-left: 22px;
  background: url(include/img/checkIcon.png) bottom right no-repeat;
  background-size: 100%;
}

.intro-petition #support-petition .support-petition-form #mce-error-response, .intro-petition #support-petition-mob .support-petition-form #mce-error-response {
  color: #de1d1d;
}

.petition-p2a .advocacy-actionwidget {
  width: 100% !important;
  max-width: 100%;
  /*max-height: 590px;*/
  height: 100% !important;
  overflow-y: hidden !important;
}

/***************************************************
********************** Donate page  ********************
****************************************************/
.ways-donate {
  padding-top: 50px;
  padding-bottom: 40px;
}

.ways-donate .content {
  padding-bottom: 60px;
}

.col-md-12.donate-items {
  padding-left: 75px;
  padding-right: 75px;
}

.ways-donate .donate-items > .row {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ways-donate .donate-items > .row > .col-md-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate:hover .has-background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.ways-donate .donate-items > .row > .col-md-4 > .pic-donate a {
  min-height: 180px;
  width: 100%;
  padding: 70px 15px;
  display: block;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ways-donate .donate-items > .row > .col-md-4 .page-header-overlay {
  width: 100%;
  left: 0;
  top: 0;
  right: 15px;
  opacity: 0.5;
}

.ways-donate .donate-items .pic-donate .pic-donate-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.ways-donate .donate-items > .row > .col-md-4 h3 {
  padding: 0 30px;
  color: #fff;
  z-index: 5;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.donate-ques {
  padding: 70px 0px;
}

.donate-ques .container {
  padding-left: 25px;
  padding-right: 25px;
}

.donate-ques .container .header {
  margin-bottom: 30px;
}

.donate-ques .container .content {
  opacity: 0.5;
}

.donate-ques .container .content .bold {
  font-weight: 700;
}

.donate-ques .container .content p a {
  color: #2a2d32;
}

.donate-ques .container .content a h3 {
  margin-bottom: 30px;
}

.donate-ques .container .content .address {
  padding-bottom: 15px;
  padding-top: 10px;
}

.donate-ques .container .content .address p {
  margin: 0;
}

.donate-ques .container .taxes {
  padding-bottom: 40px;
}

.donate-ques .container .left-div {
  padding-left: 75px;
  padding-right: 50px;
}

.donate-ques .container .right-div {
  padding-left: 50px;
  padding-right: 75px;
}

/***************************************************
********************** SVG Icon ********************
****************************************************/
@font-face {
  font-family: 'icomoon';
  src: url("include/fonts/sop-svg/icomoon.eot?oj0el5");
  src: url("include/fonts/sop-svg/icomoon.eot?oj0el5#iefix") format("embedded-opentype"), url("include/fonts/sop-svg/icomoon.ttf?oj0el5") format("truetype"), url("include/fonts/sop-svg/icomoon.woff?oj0el5") format("woff"), url("include/fonts/sop-svg/icomoon.svg?oj0el5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
  content: "\e900";
}

.icon-2:before {
  content: "\e901";
}

.icon-3:before {
  content: "\e902";
}

.icon-4:before {
  content: "\e903";
}

.icon-5:before {
  content: "\e904";
}

.icon-6:before {
  content: "\e905";
}

.icon-7:before {
  content: "\e906";
}

.icon-8:before {
  content: "\e907";
}

.icon-9:before {
  content: "\e908";
}

.icon-10:before {
  content: "\e909";
}

.icon-11:before {
  content: "\e90a";
}

.icon-12:before {
  content: "\e90b";
}

.icon-13:before {
  content: "\e90c";
}

.icon-14:before {
  content: "\e90d";
}

.icon-15:before {
  content: "\e90e";
}

.link-news {
  max-width: 700px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

/***************************************************
****************** END SVG Icon ********************
****************************************************/
.sortfilter {
  padding: 0px 0px !important;
  height: auto !important;
  position: absolute;
  z-index: 20000;
  width: 100%;
}

.sortfilter.filter-dropdown, .sortfilter.main-filter {
  z-index: 20001;
}

.sortfilter.years-dropdown {
  position: relative;
}

.sortfilter.years-dropdown .bootstrap-select .dropdown-toggle, .sortfilter.years-dropdown .bootstrap-select.btn-group .dropdown-toggle {
  border: 0 none;
  outline: 0 none !important;
  box-shadow: none !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sortfilter.years-dropdown .bootstrap-select .dropdown-toggle .filter-option, .sortfilter.years-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  padding-left: 14px;
  color: #2D3C48;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.45;
  font-weight: 400;
}

.sortfilter.years-dropdown .bootstrap-select .dropdown-toggle .plus-select, .sortfilter.years-dropdown .bootstrap-select.btn-group .dropdown-toggle .plus-select {
  font-size: 12px;
  margin: 5px 8px 0 0;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.sortfilter.years-dropdown .bootstrap-select .dropdown-menu, .sortfilter.years-dropdown .bootstrap-select.btn-group .dropdown-menu {
  min-height: 154px !important;
  box-sizing: initial;
  border-top: 2px solid #EBEDEF;
  left: -2px;
}

.sortfilter.years-dropdown .bootstrap-select .dropdown-menu li a, .sortfilter.years-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
  padding-left: 29px;
}

.sortfilter hr {
  /* width: 100%; */
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sortfilter i {
  right: -15px;
  position: relative;
  color: #000;
  opacity: 0.3;
  padding-right: -10px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.sortfilter a[aria-expanded="true"] i {
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.sortfilter h3 {
  margin: 10px 0 10px 29px !important;
  font-size: 18px;
}

.sortfilter i {
  margin: 19px -18px !important;
  font-size: 12px;
}

.sortfilter div#sortsearch {
  margin: -12px 25px 12px;
}

.sortfilter div#sortsearchpopup {
  margin: -5px 30px 12px;
}

.staff_filter_container > .col-md-4 {
  text-align: center;
}

.staff_filter_container .bootstrap-select, .staff_filter_container .bootstrap-select.btn-group {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.staff_filter_container .bootstrap-select .dropdown-toggle, .staff_filter_container .bootstrap-select.btn-group .dropdown-toggle {
  outline: 0 none !important;
  box-shadow: none !important;
  width: 235px;
  margin: 0 auto;
  padding: 16px 20px;
  border: 1px solid rgba(21, 23, 26, 0.15);
  transition: border 0.05s ease-in-out 0s, color 0.15s ease-in-out 0s;
}

.staff_filter_container .bootstrap-select .dropdown-toggle .filter-option, .staff_filter_container .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  padding: 0;
  color: #2D3C48;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.45;
  font-weight: 400;
}

.staff_filter_container .bootstrap-select .dropdown-toggle .plus-select, .staff_filter_container .bootstrap-select.btn-group .dropdown-toggle .plus-select {
  font-size: 12px;
  margin: 2px 0 0 0;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}

.staff_filter_container .bootstrap-select .dropdown-menu, .staff_filter_container .bootstrap-select.btn-group .dropdown-menu {
  max-height: inherit !important;
  overflow-y: auto !important;
  margin-top: -5px;
  padding-bottom: 8px;
  border-right: 1px solid rgba(21, 23, 26, 0.15);
  border-bottom: 1px solid rgba(21, 23, 26, 0.15);
  border-left: 1px solid rgba(21, 23, 26, 0.15);
  transition: border 0.05s ease-in-out 0s, color 0.15s ease-in-out 0s;
}

.staff_filter_container .bootstrap-select .dropdown-menu li, .staff_filter_container .bootstrap-select.btn-group .dropdown-menu li {
  border-bottom: 0 none;
}

.staff_filter_container .bootstrap-select .dropdown-menu li a, .staff_filter_container .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 6px 20px;
  font-size: 14px;
  color: #999;
}

.staff_filter_container .bootstrap-select .dropdown-menu li a:hover, .staff_filter_container .bootstrap-select .dropdown-menu li a:focus, .staff_filter_container .bootstrap-select.btn-group .dropdown-menu li a:hover, .staff_filter_container .bootstrap-select.btn-group .dropdown-menu li a:focus {
  color: #333 !important;
  background-color: transparent;
}

.staff_filter_container .bootstrap-select.open .dropdown-toggle, .staff_filter_container .bootstrap-select.btn-group.open .dropdown-toggle {
  border: 1px solid #15171a;
}

.staff_filter_container .bootstrap-select.open .dropdown-toggle .filter-option, .staff_filter_container .bootstrap-select.btn-group.open .dropdown-toggle .filter-option {
  color: #333;
}

.staff_filter_container .bootstrap-select.open .dropdown-toggle .plus-select, .staff_filter_container .bootstrap-select.btn-group.open .dropdown-toggle .plus-select {
  color: #333;
}

.staff_filter_container .bootstrap-select.open .dropdown-menu, .staff_filter_container .bootstrap-select.btn-group.open .dropdown-menu {
  border-right: 1px solid #15171a;
  border-bottom: 1px solid #15171a;
  border-left: 1px solid #15171a;
}

.cases-filter-section .filtered-item .open i {
  opacity: 1;
}

.menu-nav .menu-icon {
  right: none;
  left: 0;
}

.menu-nav.open {
  background: transparent !important;
}

.menu-nav.open .menu-icon {
  background-image: url(include/img/menu-close.svg);
  background-size: 100% 100%;
  background-position: 0 0;
}

ul.sub-menu {
  position: absolute  !important;
  top: 0 !important;
  left: 250%;
  width: 100% !important;
  height: 100%;
  background: #2a2d32 !important;
  z-index: 20;
  transition: left .5s;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
}

ul.sub-menu.active {
  position: absolute !important;
  left: 0%;
}

header .mobile-search {
  display: none;
}

#filter {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.85);
}

#filter .modal-dialog {
  width: 90%;
  margin: 4% auto;
  max-width: 1166px;
}

#filter .modal-dialog .close {
  margin: 3px 13px;
  opacity: 1;
  position: absolute;
  z-index: 2;
  right: -5%;
  font-size: 0;
  padding: 12px;
  background-image: url(include/img/closenew.png);
  height: 0px;
  top: -23px;
  background-repeat: no-repeat;
}

#filter .modal-dialog .colored-btn.wide-btn.disabled {
  display: none !important;
}

#filter .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}

#filter .modal-dialog .modal-content .well .container {
  padding: 0px !important;
}

#filter .modal-dialog .modal-content .container {
  width: 100%;
  max-width: 1052px;
}

#filter .modal-dialog .modal-content .black-btn {
  padding: 11px 20px;
  float: right;
  border: 1px solid #2a2d32;
  color: #2a2d32;
}

#filter .modal-dialog .modal-content .black-btn.disabled, #filter .modal-dialog .modal-content .black-btn.disabled:hover {
  border: 1px solid rgba(42, 45, 50, 0.1);
  color: rgba(42, 45, 50, 0.5);
}

#filter .modal-dialog .modal-content .modal-header, #filter .modal-dialog .modal-content .modal-footer {
  border: none;
}

#filter .modal-dialog .modal-content .modal-header {
  padding: 50px 45px 0px;
}

#filter .modal-dialog .modal-content .modal-header .header {
  padding-bottom: 15px;
}

#filter .modal-dialog .modal-content .modal-header .header h4 {
  text-align: left;
  color: rgba(42, 45, 50, 0.4) !important;
}

#filter .modal-dialog .modal-content .modal-body {
  margin: 40px auto 50px;
  padding: 0px 45px;
}

#filter .modal-dialog .modal-content .modal-body .right {
  padding-left: 26px;
}

#filter .modal-dialog .modal-content .modal-body .left {
  padding-right: 26px;
}

#filter .modal-dialog .modal-content .modal-body a.filteritem {
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
  padding: 15px 0 5px;
  display: block;
}

#filter .modal-dialog .modal-content .modal-body a.filteritem h3 {
  opacity: 0.7;
}

#filter .modal-dialog .modal-content .modal-body a.filteritem[aria-expanded="true"] h3, #filter .modal-dialog .modal-content .modal-body a.filteritem.active h3 {
  opacity: 1;
}

#filter .modal-dialog .modal-content .modal-body a.filteritem i {
  color: #000;
  opacity: 0.3;
  padding-right: 10px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  float: right;
  line-height: 30px;
  padding: 0;
}

#filter .modal-dialog .modal-content .modal-body a.filteritem[aria-expanded="true"] i {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 1;
}

#filter .modal-dialog .modal-content .modal-body .collapse, #filter .modal-dialog .modal-content .modal-body .collapsing {
  position: absolute;
  width: 94%;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

#filter .modal-dialog .modal-content .modal-body .collapse .well, #filter .modal-dialog .modal-content .modal-body .collapsing .well {
  background-color: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 0;
  z-index: 2;
  display: block;
  width: 100%;
}

#filter .modal-dialog .modal-content .modal-body .collapse .well #searchlist, #filter .modal-dialog .modal-content .modal-body .collapsing .well #searchlist {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 2px auto 12px;
  border: 2px solid rgba(175, 176, 178, 0.32);
  font-weight: bold;
  color: #000;
}

#filter .modal-dialog .modal-content .modal-body .collapse .well .list p, #filter .modal-dialog .modal-content .modal-body .collapsing .well .list p {
  margin: 1px auto;
}

#filter .modal-dialog .modal-content .modal-footer {
  bottom: 0;
  width: 100%;
  padding: 0px;
}

#scrollbar {
  max-width: 100%;
  position: relative;
  height: 130px;
  overflow: auto;
  padding: 22px 15px  !important;
  padding-right: 10px;
}

#scrollbar .row {
  margin-right: 0px;
  margin-left: 0px;
}

#scrollbar .row .col-md-11 {
  margin: 0;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.vscrollerbase {
  width: 14px;
  background-color: #fff;
}

.vscrollerbar {
  width: 4px;
  margin: 0 0 0 -4px;
  padding: 5px 0 5px;
}

.vscrollerbarbeg {
  background-image: url(include/img/top-scroll.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.vscrollerbarend {
  background-image: url(include/img/bottom-scroll.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  height: 6px;
}

.hscrollerbase {
  height: 6px;
  background-color: white;
}

.hscrollerbar {
  height: 3px;
  background-color: black;
  margin-top: -6px;
  border-radius: 114px;
  border: 2px solid #000;
}

.scrollerjogbox {
  width: 14px;
  height: 14px;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
  background-color: gray;
  padding: 5px;
}

.teams .cases-filter-section .filtered-item > a {
  margin-left: -15px;
}

.teams #affix-id-teams {
  width: 100%;
  background: #fff;
  z-index: 30;
  border-bottom: 1px solid rgba(21, 23, 26, 0.08);
}

.teams #affix-id-teams.affix {
  top: 0px;
}

.teams #affix-id-teams.affix.nav-tabs {
  margin-top: 0px;
}

.teams #affix-id-teams.affix.nav-tabs li {
  margin: 10px 5px  !important;
}

.teams #affix-id-teams.affix .container {
  /*width: 100%;
                padding-right: 5%;
                padding-left: 5%;*/
}

.teams #affix-id-teams.affix-bottom {
  position: absolute;
}

.teams .news-categ.affix-top {
  top: 0px;
  width: 100%;
}

.teams .news-categ.affix-top #full-cases-dropdown {
  padding: 0px;
}

.teams .news-categ.affix #full-cases-dropdown {
  padding: 0px;
}

.teams #full-cases-dropdown ul {
  position: inherit;
  max-height: inherit !important;
  overflow-y: auto !important;
}

.teams.about-work-tabs section.article-title {
  margin-bottom: 55px;
}

.teams.about-work-tabs .nav-tabs li {
  margin: -5px 10px 15px;
}

.teams.about-work-tabs .nav-tabs li a {
  font-size: 15px;
}

.teams .article-title h1 {
  margin-bottom: 0px;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
}

.carousel-fade .carousel-inner .item .carousel-caption h2, .carousel-fade .carousel-inner .item .carousel-caption a {
  position: relative;
  opacity: 0;
}

.carousel-fade .carousel-inner .item .carousel-caption h2 {
  right: -150px;
  -moz-transition: all .85s ease-out;
  -webkit-transition: all .85s ease-out;
  transition: all .85s ease-out;
}

.carousel-fade .carousel-inner .item .carousel-caption a {
  right: -150px;
  transition: right .85s ease-out,opacity .85s ease , background-color .25s ease, color .25s ease, border .25s ease;
  -moz-transition: right .85s ease-out, opacity .85s ease, background-color .25s ease, color .25s ease, border .25s ease;
  -webkit-transition: right .85s ease-out, opacity .85s ease, background-color .25s ease, color .25s ease, border .25s ease;
}

.carousel-fade .carousel-inner .item.active .carousel-caption h2, .carousel-fade .carousel-inner .item.active .carousel-caption a {
  opacity: 1;
  right: 0px;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

header #logo a {
  line-height: 80px !important;
  margin-top: 11px;
}

/* petition page */
.intro-petition .info {
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-petition .info h1 {
  position: absolute;
  bottom: 1em;
  color: #fff;
  left: 1.5em;
  font-size: 42px;
  z-index: 1;
  line-height: 1.2;
  right: 1.2em;
}

.intro-petition .share-case {
  margin-top: 45px;
  margin-bottom: 45px;
}

.intro-petition .share-case h4 {
  color: rgba(42, 45, 50, 0.5);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.intro-petition .share-case a {
  margin: 0 60px 0 0;
}

.intro-petition .share-case a i {
  transition: 0.5s ease-in-out;
}

.intro-petition .share-case a:hover i {
  color: #000;
}

.intro-petition .default-carousel {
  margin: 60px 0 85px;
}

.intro-petition h3 {
  font-size: 24px;
  line-height: 34px;
}

.intro-petition .carousel-indicators {
  bottom: -60px;
}

.intro-petition .carousel-indicators li {
  background: rgba(0, 0, 0, 0.3);
  margin: 0 6px;
}

.intro-petition .carousel-indicators li.active {
  margin: 0 6px;
  background: rgba(0, 0, 0, 0.6);
}

body.ios-device .long-article .fixed-footer-banner input {
  font-size: 16px;
}

body.ios-device .long-article .fixed-footer-banner input:focus {
  font-size: 16px;
}

@-moz-document url-prefix() {
  .section-footer .subscribe .form-control {
    padding: 15px;
  }
}

/* edit in quiz page */
.postid-14285 ul#sidebar-social-article, .postid-14285 .title .post-date, .postid-14285 .title .vertical_line, .postid-14285 #reply-title, .postid-14285 form#commentform {
  display: none !important;
}

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
/****************** Desktop Media Query ************************/
@media (min-width: 1200px) {
  .intro-petition #support-petition .barinfo p {
    font-size: 15px;
  }
  .article-title .title {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/******************** *Laptop Media Query *************************/
@media (min-width: 991px) {
  /*.news-item-group {
    .news-item {
      &.long-article {
        .col-md-8 {
          padding-right: 65px;
        }
      }
    }
  }*/
  .intro-petition .data #support-petition {
    display: none;
  }
  .default-carousel .carousel-inner .item .carousel-caption h2 {
    font-size: 36px;
  }
  .page-template-template-cases .cases-filter-section.cases .div-colored-btn {
    padding: 0px;
  }
  .news-item-group .news-item .img {
    height: 185px;
  }
  /*Long article header padding*/
  .long-article .article-info .container .col-md-12 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .long-article .article-info .container .col-md-12 h1 {
    font-size: 4.375em;
    line-height: 1.1;
  }
  /*Long article header padding*/
}

/*======================================================
=            col-xs Media Queries            =
=====================================================*/
@media (max-width: 380px) {
  .single-cases .black-access-section {
    margin-top: -20px;
  }
  .single-cases .black-access-section .access-btn .double-data {
    padding-left: 6px !important;
  }
  .single-cases .black-access-section .access-btn .double-data h3 {
    font-size: 12px;
  }
  .single-cases .black-access-section .access-btn .double-data p {
    font-size: 11px;
    line-height: 9px;
  }
  .about-video a:hover .video-class {
    background-size: auto 105%;
  }
  .about-video a .video-class {
    background-size: auto 100%;
  }
}

@media (max-width: 475px) {
  .cases-filter-section .team-content .filtered-item .col-xs-4 {
    width: 25.333333% !important;
  }
  .teams .cases-filter-section .team-content .filtered-item .col-md-6 {
    width: 53% !important;
  }
  .single-cases .black-access-section {
    margin-top: -20px;
  }
  .single-cases .black-access-section .access-btn .double-data {
    padding-left: 30px;
  }
  .single-cases .black-access-section .access-btn .double-data h3 {
    line-height: 13px;
    font-size: 13px;
  }
  .single-cases .black-access-section .access-btn .double-data p {
    font-size: 13px;
    line-height: 13px;
  }
  .intro-petition .info h1 {
    font-size: 30px;
  }
}

@media (max-width: 769px) {
  .article-details #sidebar-social-article {
    display: none;
  }
}

@media (max-width: 370px) {
  .cases-filter-section .team-content .filtered-item .col-xs-4 {
    width: 30.333333% !important;
  }
  .teams .cases-filter-section .team-content .filtered-item .col-md-6 {
    width: 48% !important;
  }
}

/*=====================================================
=            col-sm Media Queries            =
=====================================================*/
/* Small devices - Tablets (>768px) */
@media (max-width: 768px) {
  .policy .impact_numbers .numbers-content {
    width: 100%;
    float: left;
  }
  .col-md-12.donate-items {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ways-donate .donate-items > .row > .col-md-4 {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .ways-donate .donate-items > .row > .col-md-4 > .pic-donate a {
    min-height: 150px;
  }
  .ways-donate .donate-items > .row > .col-md-4 h3 {
    padding: 0px;
  }
  .default-carousel .carousel-inner .item .carousel-caption {
    max-width: 90% !important;
    right: 0% !important;
    left: 0% !important;
    width: 100%;
  }
  .single-causes .cases-video .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-cases .black-access-section {
    margin-top: -20px;
  }
  .share-case a {
    margin: 0 10px !important;
  }
  .single-causes .cases-content .cases-social-bar li {
    display: inline !important;
    margin: 0 13px;
  }
  .single-causes .cases-content .cases-social-bar.text-center.affix {
    margin-bottom: 40px;
    width: 100% !important;
  }
  .page-template-template-cases .cases-filter-section .filtered-item i, .page-template-template-full-cases .cases-filter-section .filtered-item i {
    right: 20px !important;
    top: 39px;
  }
  .page-template-template-cases .cases-filter-section .filtered-item:hover i, .page-template-template-full-cases .cases-filter-section .filtered-item:hover i {
    right: 15px !important;
    top: 39px;
  }
  .team-content .left-single-case {
    padding-right: 0px;
  }
  .team-content .right-single-case {
    padding-left: 0px;
  }
  .team-content .filtered-item .col-md-10 {
    width: 83.33333333%;
  }
  .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 0px !important;
    padding-left: 20px !important;
  }
  .teams .cases-filter-section .filtered-item > a {
    height: 115px;
  }
  .teams .cases-filter-section .filtered-item .col-md-10 {
    top: 55px;
  }
  .teams .cases-filter-section .filtered-item .col-md-6 {
    top: 55px;
    margin-right: 0px !important;
    margin-left: 20px !important;
    width: 60%;
  }
  .team-content .filtered-item .col-xs-4 {
    width: 20.333333% !important;
  }
  .teams .cases-filter-section .filtered-item i {
    top: 54px;
  }
  .default-carousel .slide {
    height: 390px;
  }
  .policy .donate .bg-image-box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .volunteer-intro .address .col-md-8 .col-md-5 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .volunteer-intro .address .col-md-8 .col-md-2 {
    padding-left: 0px;
  }
  .volunteer-intro .ivory-section {
    padding: 60px 25px;
  }
  .volunteer-intro .ivory-section .header-info {
    padding-left: 0px;
  }
  .volunteer-intro .ivory-section .fsFieldName {
    margin-bottom: 10px;
  }
  .volunteer-intro .ivory-section .fsCalendarPickerLink {
    margin: 0 15px !important;
  }
  .single-profile .container .col-md-5 {
    padding-left: 15px;
  }
  .search-result-section .item .col-xs-2 {
    margin-right: 10px;
  }
  .policy .article-title .article-img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cases-filter-section .filtered-item .col-md-7 {
    padding-right: 0px;
  }
  .cases-filter-section .filtered-item .col-md-7 .caption, .cases-filter-section .filtered-item .col-md-6 .caption {
    font-size: 8px;
    line-height: 12px;
  }
  h1 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
  }
  h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
  }
  h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .caption {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
  }
  blockquote {
    padding-left: 24px;
    font-size: 23px;
    line-height: 1.3;
  }
  ul.list li, ol.list li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
  .default-btn, .colored-btn, .blue-btn, .colored-btn-revert, .def-white-btn, .black-btn, .white-btn {
    font-size: 16px;
    width: auto;
    padding: 18px 50px;
  }
  .default-btn.full-width, .full-width.colored-btn, .full-width.blue-btn, .full-width.colored-btn-revert, .full-width.def-white-btn, .full-width.black-btn, .full-width.white-btn {
    font-size: 17px;
  }
  .caption, .img-caption {
    margin-left: 0%;
  }
  .about-video .video-class {
    margin: 0 15px;
    height: 335px;
  }
  .about-work {
    padding: 40px 0 0 0;
  }
  .about-work .head, .about-work .section-footer .subscribe p, .section-footer .subscribe .about-work p {
    margin-bottom: 30px;
  }
  .about-intro {
    padding: 40px 0 35px;
  }
  .about-work .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-intro .head, .about-intro .section-footer .subscribe p, .section-footer .subscribe .about-intro p {
    margin-bottom: 30px;
  }
  .black-russian-section.involved-support .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 7.5px;
  }
  .about-work-tabs .about-items .row .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 > .pic-causes {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 > .pic-causes a {
    min-height: 165px;
    width: 100%;
    padding: 70px 15px;
    display: block;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .about-work-tabs .about-items .pic-causes .pic-cause-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .about-work-tabs .about-items > .row > .col-xs-12 > .col-xs-6 h3 {
    padding: 0 30px;
    color: #fff;
    z-index: 5;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .about-work-tabs {
    margin-bottom: 40px;
  }
  .black-russian-section.about-team.black-access-section .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .black-access-section .access-btn {
    height: 90px;
  }
  .black-access-section .access-btn img {
    width: 130px;
  }
  .black-access-section .access-btn h3 {
    padding-left: 30px;
    font-size: 16px;
  }
  .black-access-section {
    margin-bottom: 20px;
    padding: 40px 15px 40px;
  }
  .black-access-section .col-xs-12.first-btn {
    padding-left: 0px;
    padding-right: 0px;
  }
  .black-access-section .content h3 {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto 40px auto;
  }
  .black-access-section .header {
    margin-bottom: 30px;
  }
  .has-background-img {
    margin: 40px auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .has-background-img .col-md-12 {
    display: table-cell;
    vertical-align: middle;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
  }
  .has-background-img .img-background {
    min-height: 300px;
    display: table;
    padding: 60px 15px;
  }
  .news-slider .head, .news-slider .section-footer .subscribe p, .section-footer .subscribe .news-slider p {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .page-template-template-news .news-item-group .wide-btn {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
  }
  .default-with-bg-image .bg-image-box {
    margin: 40px 0;
    padding: 70px 20px 60px 20px;
  }
  .news-item-group .news-item .short-details {
    display: none;
  }
  .news-item-group .news-item {
    padding: 0px 15px 20px 15px !important;
  }
  .news-item-group .news-item:not(.long-article) + .news-item.long-article {
    margin-top: 0;
  }
  .news-item-group .news-item h2 {
    margin-bottom: 10px;
  }
  .page-id-57 .default-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-categ {
    position: relative;
    z-index: 999;
  }
  .news-categ .dropdown-menu {
    overflow-y: scroll;
    max-height: 175px !important;
  }
  .news-categ #full-cases-dropdown {
    padding-top: 42px;
    padding-bottom: 13px;
    background-color: #FFFFFF;
  }
  .news-categ #full-cases-dropdown .plus-select {
    width: 45%;
    text-align: center;
  }
  .news-categ.affix {
    top: 0;
    width: 100%;
    position: fixed;
  }
  .news-categ.affix #full-cases-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-categ #full-cases-dropdown .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center;
    padding-right: 40px;
  }
  .news-categ #full-cases-dropdown .bootstrap-select.btn-group .dropdown-menu li a {
    text-align: center;
  }
  .news-categ .bootstrap-select.btn-group .dropdown-menu li:first-child {
    display: none;
  }
  .page-template-template-news .news-item-group .wide-btn {
    padding: 15px;
  }
  .default-with-bg-image.donate {
    padding-left: 15px;
    padding-right: 15px;
  }
  #filter .modal-dialog .modal-content .modal-body {
    padding: 0px;
  }
  #filter .modal-dialog .modal-content .modal-body .left {
    padding-right: 15px;
  }
  #filter .modal-dialog .modal-content .modal-body .right {
    padding-left: 15px;
    float: left !important;
    width: 100%;
  }
  #filter .modal-dialog .modal-content .modal-header {
    padding: 50px 0px 0px;
  }
  #filter .modal-dialog .modal-content .modal-header .col-xs-10 {
    width: 100%;
  }
  #filter .modal-dialog .modal-content .btn-fixed-filter .black-btn.disabled {
    display: none !important;
  }
  .fixed-filter .btn-fixed-filter {
    width: 100%;
    z-index: 99999;
    position: fixed;
    bottom: 0px;
  }
  .fixed-filter .btn-fixed-filter .btn-view-cases, .fixed-filter .btn-fixed-filter .btn-reset-filter {
    width: 50%;
  }
  .fixed-filter .black-btn {
    border: 1px solid rgba(42, 45, 50, 0.2);
    background-color: #fff;
  }
  .fixed-filter .btn-fixed-filter .btn-view-cases.disabled, .fixed-filter .btn-fixed-filter .btn-reset-filter.disabled {
    display: none !important;
  }
  .fixed-filter {
    display: none !important;
  }
  .modal-open .fixed-filter {
    display: block !important;
  }
  .fixed-filter .btn-fixed-filter .btn-view-cases {
    padding: 11px 5px;
  }
  #scrollbar .row {
    margin-bottom: 8px;
  }
  #filter .modal-dialog {
    margin-top: 13%;
  }
  #filter .modal-dialog .close {
    margin: -8px 13px 10px;
  }
  .head-cases {
    padding: 50px 0px 30px 0px;
  }
  .page-template-template-cases .default-carousel {
    margin-bottom: 30px;
  }
  .cases-filter-section .filtered-item h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .cases-filter-section .filtered-item .col-md-6 .caption, .cases-filter-section .filtered-item .col-md-10 .caption {
    font-size: 13px;
    line-height: 1.3em;
  }
  .cases-filter-section .filtered-item {
    margin: 10px 0 15px;
  }
  .page-template-template-cases .cases-filter-section.cases a.black-btn {
    margin-top: 9px;
    font-size: 13px;
  }
  .cases-filter-section {
    margin-bottom: 40px;
  }
  .black-russian-section.involved-support .row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .black-access-section .last-btn {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-template-cases .black-access-section {
    padding: 50px 15px 40px;
  }
  .black-access-section h4 {
    margin-bottom: 15px;
  }
  .page-template-template-cases .black-access-section {
    margin-bottom: 35px;
  }
  .black-access-section .access-btn i {
    padding-right: 0px;
    top: 38px;
    right: 20px;
  }
  .page-template-template-home .default-carousel {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured .left-side .has-background {
    margin: 20px auto 20px auto;
  }
  .half-section h4 {
    margin-bottom: 10px;
  }
  .featured .left-side h3 {
    margin: 30px auto 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .featured .right-side .news {
    padding: 21px 0px 21px 15px;
  }
  .featured .right-side .news i {
    padding-right: 10px;
    right: 0px;
  }
  .featured a.featured-read-more {
    width: initial;
    padding: 11px 50px;
    font-size: 15px;
  }
  .half-section .left-side .quote-part {
    border-bottom: 1px solid rgba(21, 23, 26, 0.05);
    padding-bottom: 20px;
  }
  .default-with-bg-image.get-involved {
    padding-left: 15px;
    padding-right: 15px;
  }
  #causes {
    margin-top: 10px;
    padding-bottom: 40px;
  }
  .col-md-12.causes-items {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .causes .causes-items > .row > .col-md-4 {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .our-work .col-md-12:last-child {
    padding-left: 30px;
    padding-right: 30px;
  }
  .filtered-item a {
    min-height: 78px;
  }
  .cases-filter-section .filtered-item .has-background {
    height: 78px;
  }
  .filtered-item .col-md-10, .filtered-item .col-md-6 {
    top: 39px;
  }
  .cases-filter-section .filtered-item i {
    right: 5px !important;
  }
  .full-cases-header .header {
    margin: 0 auto !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 25px !important;
    padding-bottom: 12px;
  }
  .full-cases-header .col-sm-4.col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #full-cases-dropdown {
    padding-bottom: 20px;
  }
  .full-cases-header {
    padding-bottom: 35px;
  }
  .col-md-4.black-full-filter {
    padding-right: 15px;
    padding-left: 15px;
  }
  .default-carousel .carousel-inner .item .carousel-caption h2 {
    margin-bottom: 30px;
  }
  .default-carousel .carousel-inner .item .carousel-caption a {
    font-size: 16px;
    line-height: 25px;
  }
  .featured .right-side .news .caption {
    font-size: 8px;
    line-height: 5px;
  }
  .half-section .right-side.brand-bg-color h1 {
    font-size: 28px;
  }
  .half-section-home {
    margin-bottom: 0px;
  }
  .default-with-bg-image .bg-image-box h2 {
    width: 100%;
  }
  .causes .causes-items > .row > .col-md-4 h3 {
    padding: 0px;
  }
  .causes .content {
    margin: 25px 15px 25px;
  }
  .involved-intro .ivory-section .col-md-12 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .causes .causes-items > .row > .col-md-4 > .pic-causes a {
    min-height: 150px;
  }
  .half-section .right-side.brand-bg-color {
    margin-top: 35px;
  }
  a.white-btn {
    font-size: 15px;
  }
  .section-footer .footer-links li {
    line-height: 12px;
  }
  .section-footer .footer-links a {
    font-size: 18px;
    line-height: 1.5;
  }
  .section-footer {
    padding: 45px 0;
  }
  #mobile-footer-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    padding-bottom: 27px;
  }
  .section-footer .follow-us-section h3.follow-us {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .follow-us-section {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-footer .follow-us-section .footer-icons {
    margin-bottom: 30px;
  }
  .section-footer .follow-us-section p.credit {
    font-size: 13px;
    line-height: 1.5;
  }
  .section-footer .subscribe .head, .section-footer .subscribe p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .section-footer .subscribe p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .section-footer .subscribe .footer-subscribe .form-control {
    height: 45px;
    font-size: 13px;
    padding: 15px 15px;
  }
  .section-footer .subscribe .footer-subscribe i.fa-chevron-right {
    top: 15px;
  }
  #subscribe-email {
    margin-bottom: 30px;
  }
  .contact-intro {
    padding: 0px 0px 40px;
  }
  .contact-intro .col-md-4:first-child {
    padding-left: 15px;
  }
  .contact-intro .col-md-4:last-child {
    padding-right: 15px;
  }
  .contact-intro .share-case {
    margin-top: 35px;
  }
  .contact-intro .share-case a {
    margin: 0 20px;
  }
  .contact-intro .share-case h4 {
    margin-bottom: 25px;
  }
  .contact-intro .address {
    margin-bottom: 40px;
  }
  .contact-intro .col-md-4 {
    margin-bottom: 25px;
  }
  .contact-black .col-md-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-black {
    margin-bottom: 0px !important;
  }
  .contact-quest {
    padding: 37px 0;
    margin-top: 0px;
  }
  .contact-quest .question {
    padding: 35px 0px 20px 0px;
  }
  .contact-quest .question .col-md-1 .fa-plus, .contact-quest .question .col-md-1 .fa-minus {
    float: right;
  }
  .article-title {
    margin-top: 30px;
  }
  .article-title p {
    text-align: center;
  }
  .article-title h1 {
    margin-bottom: 35px;
  }
  .article-img .img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cases-content {
    padding: 50px 0px 100px 0px;
  }
  .news-item-group .news-item .col-md-8 {
    padding-left: 15px;
  }
  .right {
    padding-left: 15px;
  }
  .left {
    padding-right: 15px;
  }
  .has-background-img .img-background {
    padding: 60px 15px;
  }
  .news-item-group .news-item {
    padding: 0px;
  }
  .cases-content .cases-social-bar {
    margin-right: auto;
    margin-left: auto;
    float: none;
    width: 250px;
    position: static !important;
  }
  ul#sidebar-social-article li {
    float: left;
    margin: 0 15px;
  }
  .involved-promote .col-md-6 h3 {
    padding: 30px 10px;
  }
  .black-access-section .access-btn .double-data h3 {
    padding-left: 0px;
    font-size: 13px;
    line-height: 13px;
  }
}

@media screen and (max-width: 767px) {
  /*header {
    .col-md-3 {
      padding-left: 0;
      width: calc( 83.333% - 160px);
      width: -webkit-calc( 83.333% - 160px);
    }
    .col-md-9 {
      float: right;
      padding-right: 15px;
      padding-left: 0;
      width: 160px;
      a.colored-btn { 
        float: right;
        margin: 12px 0 0 0;
      }
    }
    
  }*/
  .archives .archives-row {
    width: auto;
  }
  .archives .archives-row .bootstrap-select.btn-group {
    margin-bottom: 20px;
  }
  .archives .bootstrap-select.btn-group.open .dropdown-toggle .involved-promote, #cases-black-access {
    padding-bottom: 40px;
  }
  .involved-ways, .cause-resources, .cause-resources {
    padding-bottom: 40px;
  }
  .involved-ways ul li, .cause-resources ul li {
    border-bottom: none;
    padding: 0px 15px;
  }
  .involved-ways ul li a, .cause-resources ul li a {
    border-bottom: 1px solid rgba(21, 23, 26, 0.08);
    padding: 15px 0px;
  }
  .involved-ways ul li a h3, .cause-resources ul li a h3 {
    margin-bottom: 0px;
  }
  .involved-intro {
    padding-bottom: 0px;
  }
  .half-section {
    margin-bottom: 0px;
  }
  .about-us-home {
    margin-bottom: 25px;
  }
  .about-intro .col-md-12 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .static-navbar.static-navbar-donate #close-btn {
    font-size: 23px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .search-input-section i.fa.icon-8 {
    top: 35px;
  }
  .md-modal {
    width: 100%;
  }
  .md-content .v-centered {
    padding: 10%;
  }
  .static-navbar.static-navbar-donate p {
    font-size: 16px;
  }
  .intro-petition h4 {
    font-size: 12px;
    line-height: 1.5;
  }
  .intro-petition h3 {
    font-size: 21px;
    line-height: 1.5;
  }
  .intro-petition p {
    font-size: 16px;
    line-height: 1.6;
  }
  .data #support-petition-mob #support-form-mob .form-group .form-control {
    font-size: 21px;
    line-height: 1.5;
  }
  .data #support-petition-mob #support-form-mob .blue-btn {
    font-size: 21px;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .data #support-petition-mob p.info-txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .reports .reports-holder .report {
    padding-right: 3% !important;
    padding-left: 3% !important;
  }
  .reports .reports-holder .report:nth-child(odd) {
    padding-left: 15px !important;
  }
  .reports .reports-holder .report:nth-child(even) {
    padding-right: 15px !important;
  }
  .reports .reports-holder.centered-items {
    text-align: left;
    vertical-align: top;
  }
  .reports .reports-holder.centered-items .report {
    float: left;
    display: block;
  }
  .long-article .comment-sec .show-com-form {
    padding: 28px 20px;
  }
  .long-article .comment-sec .comment--form .slide-comment--info .halfpart-input.left {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin-right: 0px;
    margin-top: 20px;
    max-width: 100%;
  }
  .long-article .comment-sec .comment--form .slide-comment--info .halfpart-input.right {
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin-left: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
  .long-article .comment-sec .comment--form .slide-comment--info .halfpart-input {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 645px) and (max-width: 768px) {
  .about-video a:hover .video-class {
    background-size: 105% auto !important;
  }
  .about-video a .video-class {
    background-size: 100% auto !important;
  }
}

@media (max-width: 810px) {
  .static-navbar .share-case a {
    margin: 0 15px;
  }
}

@media (max-width: 370px) {
  .static-navbar.static-navbar-donate .col-md-12 {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 352px) {
  .static-navbar.static-navbar-donate {
    height: initial;
  }
  .static-navbar.static-navbar-donate .close-nav-div #close-navbar {
    top: -90px;
  }
}

/*=====================================================
=            col-md Media Queries            =
=====================================================*/
/* Medium devices - Desktops (>992px) */
@media (max-width: 991px) {
  .news-item-group .news-item.long-article .col-md-8 {
    padding-bottom: 40px;
  }
  .news-item-group .news-item.long-article .col-md-8 .colored-btn {
    display: none;
  }
  .news-item-group .news-item.long-article .news-item-holder .col-md-8, .news-item-group .news-item.long-article .news-item-holder .col-md-4 {
    display: block;
  }
  .news-item-group .news-item.long-article h2 {
    line-height: 1;
  }
  .page-template-long-article .rich-text-sec .img-wrap {
    margin-left: 0px;
  }
  .long-article section {
    margin-bottom: 50px;
  }
  .long-article section.comment-sec {
    margin-bottom: 0;
    padding-top: 50px;
  }
  .long-article section.callout {
    margin-bottom: 50px;
  }
  .long-article section.related-sec {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .long-article .rich-text-sec img.alignleft, .long-article .rich-text-sec .wp-caption.alignleft {
    margin-left: 0;
  }
  .long-article .rich-text-sec img.alignright, .long-article .rich-text-sec .wp-caption.alignright {
    margin-right: 0;
  }
  .long-article .rich-text-sec .img-wrap {
    margin-left: 0;
  }
  .long-article .quote-sec .container {
    padding: 100px 0 120px 0;
  }
  .policy .impact_numbers .numbers-content {
    float: left;
  }
  .news-item-group .news-item .img {
    width: 100%;
    overflow: hidden;
    padding: 58.34% 0 0 0;
  }
  .search-section-page #search-res-lbl {
    margin-left: 15px;
  }
  .static-navbar.static-navbar-donate #close-btn {
    right: 15px;
  }
  .md-modal {
    width: 80%;
  }
  header .col-md-3 {
    padding-left: 0;
    width: calc( 83.333% - 160px);
    width: -webkit-calc( 83.333% - 160px);
  }
  header .col-md-9 {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    width: 160px;
  }
  header .col-md-9 a.colored-btn {
    float: right;
    margin: 12px 0 0 0;
  }
  .scroll-ready-body .wrap_all {
    padding-top: 92px;
  }
  .scroll-ready-body.donate-btn-opened .wrap_all {
    padding-top: 162px;
  }
  .intro-petition .data #support-petition-mob {
    position: relative;
    margin-top: -40px;
    padding: 60px 25px 30px;
  }
  .intro-petition #support-petition-mob #support-form-mob .row .col-md-6 {
    padding: 0 0 25px 0;
  }
  .intro-petition #support-petition-mob #support-form-mob .row .col-md-6:last-child {
    padding: 0;
  }
  .intro-petition #support-petition-mob #support-form-mob .form-group .form-control {
    text-align: center;
  }
  .donate-ques .container .left-div {
    padding: 0px 0px 30px 0px;
  }
  .donate-ques .container .right-div {
    padding: 0px;
  }
  .ways-donate .donate-items > .row {
    display: block !important;
    flex-wrap: inherit !important;
  }
  .team-content .filtered-item .col-xs-4 {
    width: 23.3333333%;
  }
  .team-content .filtered-item .col-md-6 {
    margin-left: 0px !important;
    width: 60%;
    margin-right: 59px !important;
  }
  .single-causes .cases-content .cases-social-bar {
    width: 40px !important;
  }
  .single-causes .cases-content .cases-social-bar li {
    display: block;
  }
  .single-causes .cases-video .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .full-cases-header .cases-header-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  #black_header_widget-3 .static-navbar .col-md-3.col-md-offset-1 {
    margin-left: 0px !important;
  }
  .static-navbar .share-case a {
    margin: 0 8%;
  }
  .teams.about-work-tabs .nav-tabs li {
    margin: -5px 2px 15px !important;
  }
  #affix-id-news .div-center .ul-blog-cat {
    margin-left: -150px;
  }
  /*#affix-id-news .black-btn.right-btn{
      width: 15%;
}*/
  .team .right-side {
    margin-left: 0px;
  }
  .full-cases-header .header {
    width: 37.66666667%;
    margin: 0 2% 0 0;
  }
  .team-content .filtered-item {
    min-height: auto !important;
  }
  .team-content .col-md-6 {
    display: block;
  }
  .policy .nav-tabs {
    margin-top: 12px;
  }
  .full-cases-header .black-btn {
    padding: 10px 9px;
  }
  .full-cases-header .black-btn .fa-plus {
    margin-left: 7px;
  }
  .about-work .row {
    padding: 0px 15px;
  }
  .about-work-tabs .nav-tabs li {
    margin: 0 4% 15px !important;
  }
  .about-video a:hover .video-class {
    background-size: auto 105%;
  }
  .about-video a .video-class {
    background-size: auto 100%;
  }
  #affix-id.affix {
    position: relative;
  }
  .causes-items {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sortfilter {
    position: relative;
    padding: 0;
    margin-bottom: 25px;
  }
  .search-input-section form#searchform {
    float: left;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .search-input-section .search-form .caption {
    position: relative;
    display: inline-block;
  }
  .search-input-section .container .col-sm-12.pull-right {
    width: 100% !important;
    padding: 0;
  }
  header {
    border-bottom: 2px solid rgba(234, 234, 234, 0.4);
    background: white;
    background-clip: padding-box;
  }
  header .container {
    width: 100%;
  }
  header #logo a {
    /* margin-top: -8px; */
    margin: auto auto;
    float: none;
    max-width: 200px;
  }
  header #logo a img {
    margin-top: 0px;
    max-width: 100%;
  }
  #mobile-nav {
    float: left !important;
  }
  header.normal-header .col-md-3.col-xs-9 {
    width: 66.66666666667%  !important;
  }
  header.normal-header .col-md-9.col-xs-2 {
    width: 16.66666666667%  !important;
  }
  header.normal-header .col-md-9.col-xs-2 > .search-toggle {
    display: block;
    margin-right: 10px;
    margin-top: 36px;
    float: right;
    transform: translateY(0%);
    -webkit-transform: translateY(0px);
  }
  header.normal-header .col-md-9.col-xs-2 > .search-toggle i {
    opacity: 1 !important;
  }
  header .mobile-search {
    display: block;
  }
  #navigation-mobile {
    background: #2a2d32;
    margin-top: -2px;
    position: relative;
    z-index: 9999;
    height: 700px;
  }
  #navigation-mobile .container {
    width: 100%;
  }
  #navigation-mobile .overview {
    display: block;
  }
  #navigation-mobile li a {
    color: #FFF;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    padding: 25px 0;
  }
  #navigation-mobile li a > i {
    float: right;
    opacity: 0.3;
    height: 77px;
    margin-top: -23px;
    width: 100px;
    display: table;
  }
  #navigation-mobile li a > i::before {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .menu-nav {
    width: 70% !important;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 25px;
  }
  .menu-nav.open {
    background: #2a2d32;
  }
  .menu-nav .menu-icon {
    margin: -6px auto 0;
  }
  #menu-nav-mobile {
    margin-top: 0px;
  }
  #menu-nav-mobile li {
    border-top: 1px solid #606266;
  }
  #menu-nav-mobile ul.sub-menu li {
    border-top: 2px solid #606266 !important;
  }
  #menu-nav-mobile ul.sub-menu li a {
    color: #fff;
    padding-left: 0px;
  }
  #navigation-mobile li .back a i {
    float: left;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    width: initial;
  }
  header {
    margin-bottom: 0px;
    height: auto;
  }
  #menu-nav-mobile {
    margin: 0 -15px;
    padding: 0px 0px;
  }
  #menu-nav-mobile li {
    padding: 0 35px;
  }
  .news-menu.affix {
    top: 70px;
  }
  .half-section .left-side, .half-section .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .default-carousel .carousel-inner .item .carousel-caption {
    max-width: 90%;
    right: 10%;
    left: 10%;
  }
  .default-carousel .carousel-inner .item .carousel-caption h2 {
    /*font-size: 25px;
      line-height: 27px;*/
  }
  .quote-part h3 {
    display: block;
  }
  .default-with-bg-image .bg-image-box h1 {
    width: 90%;
    font-size: 25px;
    line-height: 27px;
  }
  .news-item-group .news-item h2 {
    margin-top: 30px;
  }
  .cases-content .col-md-9 {
    max-width: 2500px;
  }
  .left-single-case, .right-single-case {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-petition .info {
    margin: 0 -23px;
    height: 400px;
    min-height: 400px;
    background-position: center center;
  }
  .intro-petition .info .vAlign {
    display: table;
    height: 100%;
  }
  .intro-petition .info h1 {
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 1em 1em 0;
    left: 0;
    right: 0;
  }
  .reports .reports-holder .report {
    padding-right: 2.5% !important;
    padding-left: 2.5% !important;
  }
  .article-header {
    background-color: #16171b !important;
    background-clip: inherit !important;
  }
  .article-header .col-md-3 {
    width: 50%;
  }
}

/******************* Tablet Media Query *********************/
@media (min-width: 768px) and (max-width: 991px) {
  .page-annual-reports #content .reports .container {
    width: 100%;
    max-width: 900px;
  }
  /*Long article header padding*/
  .long-article .article-info {
    padding-top: 100px;
  }
  .long-article .article-info .container .col-md-12 {
    padding-right: 10%;
    padding-left: 10%;
  }
  .long-article .article-info .container .col-md-12 h1 {
    font-size: 3.750em;
  }
  /*Long article header padding*/
  section.news-menu#affix-id-news .container {
    width: 100%;
  }
  section.news-menu#affix-id-news .container .row {
    margin: 0;
  }
  section.news-menu#affix-id-news .container .row .div-center .ul-blog-cat {
    margin-left: 15px;
  }
}

/******************* Mobile Media Query *********************/
@media (max-width: 767px) {
  #searchform .col-sm-8, #searchform .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .cases-filter-section .container {
    width: 100%;
  }
  .news-item.long-article + .news-item.long-article {
    margin-top: 20px;
  }
  .news-item-group .news-item.long-article {
    padding: 45px 15px 30px 15px !important;
  }
  .news-item-group .news-item.long-article .colored-btn {
    display: none;
  }
  .news-item-group .news-item.long-article .col-md-8 {
    padding-bottom: 0px;
  }
  .article-header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .article-header .container-fluid .row {
    margin-left: 0;
    margin-right: 0;
  }
  .article-header .col-md-3 {
    padding-left: 20px !important;
  }
  .article-header .col-md-3.col-xs-4 {
    width: 33.333%;
  }
  .article-header .col-md-3.col-xs-8 {
    width: 66.666%;
  }
  .article-header a.logo {
    background-image: url(include/img/article-logo-mobile.svg);
    width: 81px;
    height: 26px;
    margin-top: 17px;
  }
  .article-header .donation-btn, .article-header .social-icons .social-icon {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .article-header .social-icons .social-icon {
    height: 60px;
    /*font-size: 0;
        background: no-repeat url(include/img/share-icon.svg) 15px center #16171b;*/
  }
  .article-header .social-icons .social-icon i {
    font-size: 11px;
    margin-left: 8px;
  }
  .long-article .container, .long-article .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .long-article .Carousel-slider .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .long-article .article-info {
    padding: 50px 0 40px 0;
  }
  .long-article .article-info .container .col-md-12 {
    padding-right: 8%;
    padding-left: 8%;
  }
  .long-article .article-info .container .col-md-12 h1 {
    letter-spacing: -0.52px;
    font-size: 2.500em;
    line-height: 1.13;
    margin-bottom: 25px;
  }
  .long-article .article-info .container .col-md-12 p.desc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .long-article .article-info .container .col-md-12 p.info {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .long-article .quote-sec .container .row .col-md-12 {
    padding-left: 11%;
    padding-right: 11%;
  }
  .long-article .img-with-caption-full-width .wp-caption-text, .long-article .img-with-caption-within-container .wp-caption-text, .long-article .rich-text-sec .img-wrap .wp-caption-text, .long-article .callout .img-wrap .wp-caption-text {
    margin: 5px 0;
    font-size: 10px;
    line-height: 14px;
  }
  .long-article .rich-text-sec img, .long-article .rich-text-sec .img-wrap {
    float: none;
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    max-width: 100%;
  }
  .long-article .rich-text-sec img.alignleft {
    width: auto;
  }
  .long-article .rich-text-sec img.alignright {
    width: auto;
  }
  .long-article .rich-text-sec img.aligncenter {
    width: auto;
  }
  .long-article .rich-text-sec .wp-caption.alignleft {
    width: 100% !important;
  }
  .long-article .rich-text-sec .wp-caption.alignright {
    width: 100% !important;
  }
  .long-article .rich-text-sec .wp-caption.aligncenter {
    margin: 20px auto;
  }
  .long-article .callout .img-wrap {
    float: none;
    clear: both;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .long-article .dropcap {
    margin: 5px 12px 0 0;
    font-size: 57px;
    line-height: 47px;
  }
  .long-article .callout {
    background-size: 100% 100% !important;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .long-article .callout ul.list li, .long-article .callout ol.list li {
    padding-left: 30px;
    padding-right: 0px;
    left: 0px;
  }
  .long-article .comment-sec {
    padding-top: 40px;
  }
  .long-article .comment-sec p {
    margin-bottom: 15px;
  }
  .long-article .comment-sec .comment--form {
    margin-bottom: 20px;
  }
  .long-article .quote-sec .container {
    padding: 50px 0;
  }
  .long-article .quote-sec .container .row .col-md-12 .animateme.scrollme {
    opacity: 1 !important;
    transform: inherit !important;
  }
  .long-article .quote-sec .container .row .col-md-12 p.main-quote {
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
  }
  .long-article .quote-sec .container .row .col-md-12 .author-info p.author-name, .long-article .quote-sec .container .row .col-md-12 .author-info p.author-position {
    color: #fff;
    font-size: 10px;
    line-height: 14px;
  }
  .long-article .insetColumn h3, .long-article .insetColumn h2 {
    margin-top: 0px;
  }
  .long-article .related {
    margin-bottom: 40px;
  }
  .long-article .related a .related-thumb {
    display: none;
  }
  .long-article .related a p {
    margin: 0;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1.3px;
  }
  .long-article .subs-article .container {
    padding: 40px 20px;
  }
  .long-article .subs-article .container .row .col-md-12 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
  .long-article .subs-article .container .row .col-md-12 .sub-container .footer-subscribe .form-control {
    padding: 22px 20px;
  }
  .long-article .owl-carousel .owl-item {
    overflow: hidden;
  }
  .long-article .owl-carousel .owl-item img {
    height: 250px;
    width: auto;
  }
  .long-article .sharing-sec ul li {
    display: block;
  }
  .long-article .sharing-sec ul li.FB {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .long-article .sharing-sec ul li a {
    width: 100%;
  }
  .long-article .fixed-footer-banner {
    height: auto;
    background: #fff;
    text-align: center;
  }
  .long-article .fixed-footer-banner:before {
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: rgba(22, 23, 27, 0.8);
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .long-article .fixed-footer-banner #fixedFooterBannercontainer {
    display: none;
    width: 100%;
  }
  .long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials {
    display: block;
    float: none;
    margin-left: 0;
  }
  .long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials li {
    padding-left: 0;
  }
  .long-article .fixed-footer-banner #fixedFooterBannercontainer ul.long-article-socials li:last-child {
    padding-left: 50px;
  }
  .long-article .fixed-footer-banner button.submit {
    margin-bottom: 45px;
    font-size: 10px;
  }
  .long-article .fixed-footer-banner button.submit i {
    display: none;
  }
  .long-article .fixed-footer-banner input {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 220px;
  }
  .long-article .fixed-footer-banner h4 {
    font-size: 10px;
    padding-right: 0;
    cursor: pointer;
  }
  .long-article .fixed-footer-banner h4 i {
    display: inline-block;
    padding-left: 20px;
  }
  .long-article #fixed-footer-banner.openForm {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .long-article #fixed-footer-banner.openForm:before {
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background-color: rgba(22, 23, 27, 0.8);
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .long-article #fixed-footer-banner.openForm .container-fluid {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .long-article #fixed-footer-banner.openForm a.close-btn {
    position: absolute;
    top: -65px;
    display: block;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 23px;
  }
  .long-article #fixed-footer-banner.openForm a.close-btn span.close-sv {
    background: no-repeat url(include/img/SVG/ip-longform-close.svg) center center transparent;
    background-size: 100% 100%;
    height: 23px;
    width: 23px;
    display: block;
  }
  .long-article section {
    margin-bottom: 40px;
  }
  .long-article section.comment-sec {
    padding-top: 40px;
    margin-bottom: 0;
  }
  .long-article section.callout {
    margin-bottom: 40px;
  }
  .long-article section.related-sec {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .page-annual-reports #content .reports .container {
    width: 100%;
    max-width: 500px;
  }
}

/*=====================================================
=            col-lg Media Queries            =
=====================================================*
/* Large devices - Desktops (>1200px) */
@media (max-width: 1200px) {
  /*.cases-filter-section .team-content .filtered-item .col-md-6{
    margin-right: 20px;
    margin-left: 0px;
} */
  .team-content .filtered-item .col-md-6 {
    margin-right: 17px;
  }
  .page-template-template-full-cases .cases-filter-section .filtered-item .col-md-6, .page-template-template-cases .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 0px;
  }
  .cases-filter-section .filtered-item .col-md-6 {
    margin-left: 20px;
  }
  .teams.about-work-tabs .nav-tabs li {
    margin: -5px 20px 15px;
  }
  .static-navbar .share-case a {
    margin: 0 15px;
  }
  .cases-filter-section .filtered-item .col-md-7, .cases-filter-section .filtered-item .col-md-6 {
    padding-left: 20px;
  }
  .article-details .col-md-1.col-sm-1.col-sm-offset-1 {
    margin-left: 0% !important;
  }
  .article-details .col-md-9.col-sm-9.col-xs-12 {
    margin-left: auto !important;
    margin-right: auto;
    float: none;
  }
  #filter .modal-dialog .modal-content .black-btn {
    padding: 10px 9%;
  }
  .full-cases-header .black-btn {
    padding: 10px 10px;
  }
  #menu ul li {
    margin-left: 5px;
  }
  .black-russian-section.involved-support .row {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  header .col-md-3 {
    float: left;
    width: 50%;
    padding-right: 15;
  }
  header .col-md-9 {
    float: right;
    width: 125px;
  }
  header .col-md-9 a.colored-btn {
    float: right;
    padding: 18px 30px;
    margin: 13px 0 0 0;
  }
  ul.long-article-socials {
    display: block;
    float: none;
    margin-left: 0;
  }
  ul.long-article-socials li:last-child {
    padding-left: 50px;
  }
  .long-article .fixed-footer-banner button.submit {
    margin-bottom: 45px;
  }
  .long-article .fixed-footer-banner input {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .long-article .fixed-footer-banner button.submit {
    margin-bottom: 45px;
  }
  .long-article .fixed-footer-banner button.submit i {
    display: none;
  }
  .long-article .fixed-footer-banner h4 i {
    display: inline-block;
  }
  .long-article .fixed-footer-banner {
    height: auto;
    background: #fff;
    text-align: center;
  }
  .long-article #fixed-footer-banner.openForm {
    background: rgba(22, 23, 27, 0.8);
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .long-article #fixed-footer-banner.openForm .container-fluid {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .long-article #fixed-footer-banner.openForm a.close-btn {
    /*position: absolute;
    top: -65px;
    display: block;
    left: 0;
    right: 0;*/
  }
}

@media (max-width: 465px) {
  .page-template-long-article .rich-text-sec .img-wrap {
    padding-right: 0px;
  }
}

@media (max-width: 375px) {
  header .col-md-3 {
    width: 43%;
    padding-right: 0px;
  }
  header .col-md-3 #logo a img {
    margin-top: 8px;
    max-width: 100%;
  }
  header .col-md-9 {
    float: right;
    width: 125px;
  }
  header .col-md-9 a.colored-btn {
    float: right;
    padding: 13px 30px;
    margin: 18px 0 0 0;
  }
}

@media (max-width: 340px) {
  header .col-md-3 {
    padding-right: 15px;
  }
}

/****************** Desktop Media Query ************************/
@media (min-width: 1200px) {
  /*Long article header padding*/
  .long-article .article-info .container .col-md-12 {
    padding-right: 12%;
    padding-left: 12%;
  }
  .long-article .article-info .container .col-md-12 h1 {
    font-size: calc(3.750em + 11 * (100vw - 992px) / 208);
    -webkit-font-size: calc(3.750em + 11 * (100vw - 992px) / 208);
    line-height: 1.1;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .long-article .article-info .container .col-md-12 h1 {
    font-size: calc(3.750em + 11 * (100vw - 992px) / 208);
    -webkit-font-size: calc(3.750em + 11 * (100vw - 992px) / 208);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .long-article .article-info .container .col-md-12 h1 {
    font-size: calc(2.700em + 18 * (100vw - 768px) / 223);
    -webkit-font-size: calc(2.700em + 18 * (100vw - 768px) / 223);
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .long-article .article-info .container .col-md-12 h1 {
    font-size: calc(2.000em + 11 * (100vw - 375px) / 392);
    -webkit-font-size: calc(2.000em + 11 * (100vw - 375px) / 392);
  }
}
