/*
 Theme Name:   amaBhungane
 Theme URI:    http://aglet.co.za
 Description:  amaBhungane child theme of aglet
 Author:       Aglet
 Author URI:   http://aglet.co.za
 Template:     aglet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  amaBhungane
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('style2.css');


@font-face {
    font-family: 'Karla-Reg';
    src: url('fonts/Karla-Regular.ttf');
}

@font-face {
    font-family: 'Karla-Italic';
    src: url('fonts/Karla-Italic.ttf');
}

@font-face {
    font-family: 'Karla-Bold';
    src: url('fonts/Karla-Bold.ttf');
}

@font-face {
    font-family: 'Karla-BoldTal';
    src: url('fonts/Karla-BoldItalic.ttf');
}

body {
    background: #c4161c;
    padding: 0px;
}

p {
    font-size: 16px !important;
}

li {
    font-size: 16px !important;
}

.h2, h2 {
    font-size: 26px !important;
}

.entry-meta {
    font-size: 14px !important;
}

article,
aside,
details,
figcaption,adv
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: 'Karla-Bold';
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

body.page-template-template-home-php h1{
    /*font-size: 2em;
    margin: 0.67em 0;*/
    font-size: 21px;
    margin: 0.67em 0;
    line-height: 32px;
    font-weight: 300;
}
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-family: 'Karla-Reg';
    color: #000000;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #c4161c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #c4161c;
}

p {}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
    margin: 0;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

    border-color: transparent;
    background: transparent;
    color: #c4161c;
    font-size: 12px;
    font-size: 1em;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

button.search-submit {
    float: right;
    position: absolute;
    right: 0 !important;
    text-align: right;
    top: -5px;
    font-size: 1em;
    z-index: auto;
}

button.search-submit:hover, button.search-submit:focus {
    border-color: transparent;
    background: transparent;
    /* border:none !important; */
}

.search-no-results .site-main button.search-submit {
    color: #000 !important;
    position: relative !important;
    top: -42px !important;
    left: 9px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #000;
}

a:visited {
    color: #000;
}

.highlighted_text.friendly_button_none a {
    color: #fff!important;
    text-decoration: underline;
}

.highlighted_text.friendly_button_none a:hover {
    color: #000!important;
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    color: #c4161c;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.logged-in.admin-bar nav#main-nav, .logged-in.admin-bar img.attachment-full.size-full.wp-post-image {
    margin-top: 32px;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

/* featured image */
div#custom-bg {
    display: block;
    height: 488px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position:center;
    left: 0;
}

.send-tip-off a {
    background: #DCD4C9;
    padding: 10px;
    color: #c4161c;
    font-size: 14px;
    width: 120px;
    display: block;
    text-align: center;
}

.sticky {
    display: block;
}

.hentry {
    margin: 2px 0 1.5em;
}

@media (min-width:768px){
	.hentry {
    	margin: 152px 0 1.5em;
	}
}

.search .hentry, .home .hentry,  .expanding-grid .hentry{
    margin-top: 1.5rem;
}

.page-parent .hentry, .page-child .hentry {
    margin: 0px 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    /* display: inline-block; */
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 100%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Styles By Ephraim
--------------------------------------------------------------*/

.container .jumbotron {
    margin: auto !important;
    border-radius: 0px !important;
    /*padding:60px 0px 60px 0px;*/
    align-content: center;
    align-items: center;
    float: none;
    padding-right: 15px;
    padding-left: 15px;
}

.hidden-nav,
.top-bar-search {
    display: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
}

.jumbotron .nav>li>a {
    position: relative;
    display: block;
    text-align: center;
    color: #c4161c;
    padding: 10px 25px 10px 25px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Karla-reg';
    font-weight: 600;
}

.jumbotron .navbar-nav {
    float: none;
    margin: auto !important;
}

.navbar-default {
    background-color: transparent;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    height: auto !important;
    border: 0px;
    position: fixed;
    z-index: 910;
    top: 0px;
    /* transition: top .2s ease; */
}

.navbar {
    border-radius: 0px !important;
}

.navbar-toggle {
    margin-right: 0px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>a:active {
    text-decoration: none;
    background-color: transparent !important;
    color: #c4161c;
}

.col-md-6.site-info p {
    vertical-align: middle;
    padding-top: .5em;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
}


@media (min-width: 1199px) {

  .page-id-190 a.story-know-more-block,
  .page-id-180 a.story-know-more-block,
  .page-id-159 a.story-know-more-block,
  .page-id-171 a.story-know-more-block,
  .page-id-12751 span.story-know-more-block {

    padding: 24px !important;
    width: 95% !important;

    }

    .mobile-search-icon {
        display: none;
    }
}


@media all and (max-width: 1152px) {
    #primary-menu-top {
        display: none;
    }
}

@media (max-width: 768px) {
    .social_icons {
        float: none !important;
        padding-right: 0px;
    }
    .container {
        width: 100%;
    }
    .nav-container {
        padding: 0px;
    }
}

.navbar-default .navbar-toggle {
    border: none;
}

.primary-nav {
    color: #c4161c !important;
}

.primary-nav li a {
    color: #c4161c !important;
font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.primary-nav li a:hover {
    background-color: transparent !important;
    border-bottom: 3px solid #c4161c
}

.primary-nav .navbar-toggle .icon-bar {
    background-color: #c4161c;
}

div#top-menu-container {
    padding-top: 7px !important;
    padding-bottom: 1px !important;
}

.social_icons h4 {
    position: relative;
    z-index: 999;
    text-align: right;
    padding-right: 3% !important;
    margin-top: 0px;
}

.social_icons a {
    padding: 8px;
    color: #000;
}

.social_icons a:hover {
    padding: 8px;
    text-decoration: none;
}

.top-bar-search input[type="search"] {
    color: #c4161c;
    border: none;
    border-bottom: 2px solid #c4161c;
    border-radius: 0px;
    padding: 3px;
    background-color: transparent !important;
    width: 100%;
    font-size: 14px;
}

.top-bar-search input[type="search"]:focus {
    outline: none;
}

.top-bar-search label {
    width: 100%;
    font-weight: 200;
}

.top-bar-search input[type="submit"] {
    display: block;
}


/** footer styling **/

.footer-content-1 {
    margin: 0px !important;
    background-color: rgb(0, 0, 0) !important;
    color: white;
    padding: 7px;
    margin-bottom: 43px !important;
}

.footer-content-1 .right-side-text {
    color: #fff;
    float: right;
}

.footer-content-2 {
    margin: 0px !important;
    background-color: #000!important;
    padding: 5px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2 !important;
    top: initial !important;
}

.footer-content-2 .right-side-text {
    color: #aa9678;
    float: right;
}

.site-info h4 {
    color: #fff;
}

#footer-top {
   position:relative;
   z-index:1000;
}

#footer-bottom {
    position:relative;
    z-index:1001;
}


/* STYLING FOR THE STICKY MENU AND THE READ COUNTER */

.navbar-brand {
    font-size: 50px !important;
    width: 7em;
    transition: font-size 500ms ease-in-out;
}

.main-nav-contain {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 112%);
    /*height: 180px;*/
}



.search-menu-open .main-nav-contain,
.main-menu-open .main-nav-contain{
  height: 100px !important;
  background-color: white;
  background-image: initial;
}

.menu-scrolled .main-nav-contain {
  height: 50px !important;
  background-image:unset;
  background-color: #ffffff;
}

.navbar-default .navbar-collapse {
    transition: height 500ms ease-in-out;
}

.toggleMenu {
    position: fixed;
    width: 100%;
    z-index: 4;
    right: 0px;
    left: 0px;
    display: block;
    height: auto !important;
    transition: top .6s ease-in-out;
    background-image: none;
    background-color: rgb(255, 255, 255)
}

.toggleMenu .navi-elements {
    top: 15px !important;
}

.toggleSearch .navi-elements {
    top: 15px !important;
}

.toggleSearch {
    position: fixed;
    width: 100%;
    z-index: 4;
    right: 0px;
    left: 0px;
    display: block;
    height: 113px !important;
    transition: top .2s ease-in-out;
    background-image: none;
    background-color: rgb(255, 255, 255)
}

.toggleSearch.menu-scrolled,
.toggleMenu.menu-scrolled{
  height: 50px !important;
}

.jumbotron {
    /*margin-bottom: 0px !important;*/
}

.progress {
    height: 5px;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border-radius: 0px;
    width: 100%;
    z-index: 1;
    transition: transform 4000ms ease-in-out;
    z-index: 1;
    height: 50px;
    position: fixed;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
    border: none;
    border-radius: 0px;
    transition: transform 1500ms ease-in-out;
}


/*---------- EPhraim styling for the hidden search and menu --------------*/

.container-fluid.nav-container {
    position: relative;
    z-index: 990;
    width: 100%;
    background-color: #ffffff !important;
    /* menu search fix */
}



.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.container-fluid .jumbotron {
    border-radius: 0px !important;
    background-color: #ffffff !important;
}

.navbar-brand {
    padding: 0px 15px !important;
}

@media (max-width: 768px) {
    .footer-content-2 .right-side-text,
    .footer-content-1 .right-side-text {
        float: none;
    }
    .site-footer {
        text-align: center;
    }
}


/* Yentl Styles */

/* General */

body.page{
    background: #f6f6f6;
}

.page .col-md-10 h1,
.page h1{
    font-size: 36px;
    font-family: 'Karla-Bold';
    color: #c4161c;
}

.page h2{
    color: #c4161c;
    font-family: 'Karla-Bold';
    margin-bottom: 20px !important;
    /* font-size: 40px; */
}

.transparent-bg{
    background: transparent;
}

.top-red-line{
    border-top: 3px solid #c4161c;
}

.page .red-block{
    background: #c4161c;
    padding: 35px;
}

.page .gold-block{
    background: #aa9779;
    padding: 35px;
}

.page .gold-block h2{
    color: #000;
}

.page .gold-block p{
    color: #fff;
}

.page .gold-block .ult-carousel-wrapper h2 {
    position: absolute;
    bottom: -40px;
    z-index: 999;
    font-size: 12px;
    color: #fff;
    font-family: 'Karla-Reg';
}

.slick-slide{
    height: auto !important;
    position: relative;
}

body.search-results,
body.search-no-results {
    background: #f6f6f6;
}

body.search-results main#main {
    max-width: 1200px !important;
    margin: 0 auto;
}

body.search-results main#main h1.page-title,
body.search-no-results header.page-header h1.page-title {
    font-family: 'Karla-Bold';
    font-size: 30px;
}

body.search-no-results header.page-header h1.page-title {
    margin: 0px;
}

body.search-results main#main h1.page-title span {
    color: #000;
}

body.search-results article {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 30px !important;
        clear: both;
}

body.search-results article:hover {
    background: #d6c8ae;
}

.search-no-results div#content {
    min-height: 443px;
}

.search-no-results .site-main ul.unstyled.centered {
    display: none;
}

body.search-no-results main#main {
    max-width: 1100px;
    background: #fff;
    padding: 30px;
    width: 55% !important;
}

body.search-no-results header.page-header,
body.search-no-results .page-content {
    margin: 0px;
    border-bottom: 0px;
}

body.search-no-results .page-content p {
    margin-bottom: 50px;
}

body.search-no-results .page-content form.search-form {
    max-width: 100%;

}

body.search-no-results .page-content form.search-form input.search-field {
    width: 100%;
    max-width: 100%;
    border: 3px solid #000;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    height: 50px;
    font-size: 20px;
}

body.search-no-results  section.no-results.not-found {
    padding: 30px;
}

input.search-field:focus {
    outline: none !important;
}

body.search-no-results input.search-field::placeholder {
    color: #000000 !important;
    font-size: 14px;
    text-transform: uppercase;
}

body.search-no-results form.search-form label{
  display: block !important;
}

body.search-no-results .page-content form.search-form .checkboxes {
    display: none;
}

body.search-no-results .page-content form.search-form input.search-submit {
    float: right;
    margin: 20px 0px;
    border: 0px;
    border-radius: 0px;
    max-width: 190px;
    width: 100%;
    padding: 15px;
    color: #c4161c;
    font-size: 20px;
    background: #dcd4c9;
}

.search-results header#masthead {
    height: 130px;
}

header#masthead {
    height: 238px;
}

/*@media all and (min-width:769px) {

    .page header#masthead {
        height: 226px;
    }

}*/

div#primary {
    min-height: 80em;
}

.logo {
    max-width: 450px;
    width: 100%;
    pointer-events: none;
    display: block!important;
        position: relative;
}

.logo-link {
    display: block;
    position: relative;
    top: 0;
    height: auto;
    transition: all .5s ease-in-out;
}

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ded3bf;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.post-image.first-post,
.single-stories .post-image {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 488px;
    overflow: hidden;
}

.post-image.first-post img,
.single-stories .post-image img {
    width: 100%;
}

.single-stories #primary, .single-advocacy #primary {
    margin-top: 156px;
}

@media (min-width:768px) and (max-width:980px){
    .single-stories #primary {
        margin-top: 105px;
    }
}

.single-image .caption,
.video-caption p,
.gallery-caption p {
    font-family: 'Karla-Reg';
    font-size: 14px !important;
    color: rgb(170, 150, 120) !important;
}

.amab-video,
.amab-gallery {
    margin-bottom: 10px !important;
}

.left-quote,
.left-red {
    background: #c4161c;
    padding: 30px 50px;
}

.left-quote h4,
.left-quote p,
.left-red p {
    color: #fff !important;
}

.left-quote h4 {
    font-family: 'Karla-Bold';
    font-size: 20px;
}

.left-list {
    background: #000;
    padding: 30px 30px;
}

.left-list ul {
    margin: 0px;
    list-style: none;
    padding-left: 20px;
}

.left-list ul li {
    color: #fff;
    font-size: 16px;
}

.left-list ul li::before {
    content: '-';
    margin-right: 10px;
}

.single-stories article h4 {
    color: #000;
    font-weight: bold;
    margin: 20px 0px;
    margin-top: 0 !important;
    font-family: 'Karla-Reg';
}

.navi-elements {
    position: absolute;
    right: 3.6%;
    width: 100%;
    top: 37px;
    transition: top .4s ease;
}

.single-stories article {
    max-width: 800px;
    margin: 0 auto !important;
    /*margin-top: -20px !important;*/
}

article p a {
    text-decoration: underline;
}

article p a:hover {
    text-decoration: underline;
}

.vc_col-sm-4.right-content {
    position: absolute;
    right: -100px;
}

.vc_col-sm-4.left-content {
    position: absolute;
    left: -100px;
}

.social-post-share i,
.highlight-share i {
    float: right;
    font-size: 20px;
}

.social-wrap {
    position: absolute;
    margin-left: 5em;
}

.social-post-share i.fa.fa-facebook {
    text-align: center;
    margin-right: 3px;
}

.social-post-share i.fa.fa-envelope {
    margin-right: -2px;
}

.social-post-share i.fa.fa-print {
    margin-right: -1px;
}

.evidence-btn i {
    color: #000;
    width: 80px;
    height: 80px;
    display: block;
}

.evidence-btn i:before {
    content: '';
    background: url(img/amabhungane-evidence-docket-icon.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.col-md-6.site-info p {
    color: #ffffff;
font-size: 14px !important;
}


.side-btn:hover {
    color: #ffffff !important;
    cursor: pointer !important;
}

.stories {
    max-width: 300px;
    float: left;
    margin-left:18px;
        background: rgb(246, 246, 246);
    
}

.stories span.posted-on {
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.stories:hover {
    background: #d6c8ae;
}

.stories:first-child {
    background: transparent;
}

.stories:first-child {
    min-height: 200px;
    /*margin: 0 auto;*/
    max-width: 1900px;
    float: none;
    background: transparent;
    margin-bottom: 20px;
}

.stories:first-child section.entry-content {
    background: rgb(246, 246, 246);
    max-width: 820px;
    padding: 20px 40px;
    margin-top: 261px;
    z-index: 0;
    position: relative;
}

.stories:first-child:hover section.entry-content {
    background: #d7c9ae;
}

.stories:first-child .entry-meta {
    margin: 20px 0px;
}

time.entry-date.published {
    color: #000;
    font-size: 12px;
    font-family: 'Karla-Reg';
}

.authors a {
    font-size: 12px;
    color: #aa9678;
    font-family: 'Karla-Reg';
}

.stories .entry-content p {
    color: #000;
  font-size: 14px !important;
}

.site-main .post-navigation {
    display: none;
}

.row {
    margin-right: 15px;
}

.sidebar_content_quote.sidebar_content_quote_left a {
    color: #fff;
    text-decoration: underline;
}
div#content {
    margin-bottom: 50px;
}


a.evidence-btn {
    /* position: relative; */
    height: 150px;
}
.single-stories main#main {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

body.single-stories {
    background: #f6f6f6;
}

div#home-sidebar {
    float: left;
    width: 100%;
}

.home-sidebar h2 {
    font-size: 25px;
    padding: 20px;
}

.post-excerpt p {
  font-size: 16px !important;
}

a.rsswidget img {
    display: none;
}

.home-sidebar ul {
    margin: 0 0 1.5em 0em;
    padding: 0px;
    list-style: none;
}

.home-sidebar div {

    margin: 20px 0px;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-sidebar div:first-child {
    margin: 0;
}

.home-sidebar ul li a.rsswidget {
    color: #000;
    font-size: 16px;
}

.home-sidebar ul li {
    padding-bottom: 20px;
    /* border-bottom: #aa9678 solid 1px; */
    position: relative;
    padding-top: 20px;
         padding-left: 20px;
    padding-right: 20px;
}

.home-sidebar ul li span.rss-date {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-family: 'Karla-Reg';

    padding-left: 20px;
    padding-right: 20px;
}

.home-sidebar ul li:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #aa9678;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

h2.rounded .rsswidget {
    padding-left: 10px;
}

h2.rounded{
    background: rgb(246, 246, 246);
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.home-sidebar ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.home-sidebar ul li:last-child span.rss-date {
    bottom: -20px;
}

.home-sidebar ul li:last-child:after {
    height: 0px;
}

h2.entry-title a {
    font-size: 20px;
}

.stories:first-child h2.entry-title a,
.single-stories h1.entry-title {
    font-family: 'Karla-Bold';
    /*font-size: 36px;*/
    line-height: 45px;
    letter-spacing: 1px;
    font-size: 36px;
	color: #c4161c;
}

h2.entry-title a:hover{
  color: #c4161c !important;
}


.stories:first-child

.single .byline,
.group-blog .byline {
    display: none;
}

h2.entry-title {
    line-height: 0.7em !important;
}

iframe#twitter-widget-0 {
    height: 500px !important;
}

.home-sidebar .textwidget {
    padding: 0px;
}

.home-sidebar div:nth-child(2) {
    padding: 0px;
}

.home-sidebar div:nth-child(2) h2 {
    padding: 20px 20px 0px 20px;
}

.rhs-btn {
    width: 100%;
    float: right;
    right: 0;
    top: 100%;
    display: flex;
}

.footer-content-2 .container {
    overflow: visible;
}

#footer-bottom .container {
    overflow: visible;
}

div#do-more,
div#get-more,
div#know-more {
    max-width: 222px;
    background: #000!important;
    margin-top: 6px;
    width: 100%;
    float: left;
	color: #fff!important;
}

.know-more-content,
.get-more-content,
.do-more-content {
    position: absolute;
    z-index: 999;
      top: -16.3em;
    max-width: 500px;
    background: rgb(170, 150, 120) !important;
    padding: 50px;
    width: 100%;
    display: none;
    right: 0;

}


.home .know-more-content,
.home .get-more-content,
.home .do-more-content{
  padding-top: 30px;
  top: -16.5em;
}


.know-more-content .close-it,
.do-more-content .close-it,
.get-more-content .close-it {
    position: absolute;
    right: 70px;
    top: 54px;
    max-width: 20px;
    background: transparent !important;
}

.know-more-content .close-it{
    right: 55.3px;
    top: 44px;
}

.know-more-content .close-it:hover {
    background: transparent !important;
}

.know-more-content .close-it i,
.do-more-content .close-it i,
.get-more-content .close-it i {
    color: #fff;
    opacity: 2 !important;
    font-size: 30px;
}

.do-more-content h1,
.get-more-content h1,
.know-more-content h1 {
    color: #fff;
    margin: 20px 0px;
    font-size: 30px;
}

.do-more-content p,
.get-more-content p,
.know-more-content p {
    font-size: 14px;
    margin: 20px 0px;
}

a.linkt-to,
/*.nl-popup,*/
.wa-popup,
.know-more-content a {
    font-size: 14px;
    padding: 10px 30px;
    max-width: 170px;
    width: 100%;
    background: rgb(185, 164, 133);
}

a.linkt-to:hover,
/*/*.nl-popup:hover,*/
.wa-popup:hover,
.know-more-content a:hover {
    background: rgb(185, 164, 133) !important;
    color: #c4161c !important;
}

.do-more .side-btn,
.get-more .side-btn,
.know-more .side-btn,
.side-btn-close {
    font-family: 'Karla-Bold';
    color: #c4161c;
    font-size: 14px;
    float: right;
    text-transform: uppercase;
}

@media (hover:hover) {
  .do-more .side-btn:hover,
  .get-more .side-btn:hover,
  .know-more .side-btn:hover {
      color: #ffffff;
      cursor: pointer;
  }
}

.newsletter-pop,
.whatsapp-pop,
.try-again-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    z-index: 999;
    display: none;
}

.newsletter-pop .inner,
.whatsapp-pop .inner,
.try-again-pop .inner {
    margin: 0 auto;
    max-width: 600px;
    margin-top: 200px;
    color: #000;
    background: rgb(170, 150, 120) !important;
    padding: 50px;
	overflow: auto;
    height: 550px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.newsletter-pop .inner h1,
.whatsapp-pop .inner h1,
.try-again-pop .inner h1 {
    color: #fff;
    font-size: 27px;
    margin-top: 6px;
    margin-left: -15px;
}

.newsletter-pop .inner input,
.whatsapp-pop .inner input,
.try-again-pop .inner input {
    width: 100% !important;
    background: transparent !important;
    border: 0px;
}

label#label_2_5_1, label#label_2_7_1 {
    font-weight: normal;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    max-width: 180px;
    float: right;
    background: #bbab92 !important;
    color: #c4161c;
    border-radius: 0px;
    height: 40px;
    text-transform: uppercase;
    font-size: 20px !important;
}


input#gform_submit_button_1:hover,
input#gform_submit_button_2:hover {
    background: rgb(185, 164, 133) !important;
}

input#input_1_1,
input#input_2_1,
input#input_1_2,
input#input_2_2,
input#input_2_3,
input#input_2_4 {
    color: #444 !important;
    font-size: 20px !important;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
}

.whatsapp-pop a.close-it,
.newsletter-pop a.close-it,
.try-again a.close-it {
    float: right;
    color: #fff;
    font-size: 30px;
}


.whatsapp-pop a.close-it i,
.newsletter-pop a.close-it i,
.try-again-pop a.close-it i, {
    font-size: 35px !important;

}


.container {
    overflow: hidden;
}

.stories .post-excerpt {
    padding: 3px 20px 20px 20px;
}

.social-post-share {
    width: 50px;
    position: absolute;
    right: 0px;
        z-index: 2;
}

.heading-line h3 {
    line-height: 10px;
    font-family: 'Karla-Bold';
    font-size: 20px;
}

.heading-line {
    border-top: solid 3px #c4161c;
}

.social-post-share a.fb {
    background: #3a5a98;
}

.social-post-share a.tw {
    background: #00aced;
}

.social-post-share a.wa {
    background: #43d854;
}

.social-post-share a.mail {
    background: #aaaaaa;
}

.social-post-share a.pr {
    background: #000;
}

.single-stories article{
    background: #fff !important;
    padding: 30px;
    padding-right: 60px !important;
    padding-left: 60px;
}

.social-post-share a {
    float: left;
    width: 100%;
    color: #fff;
}

.highlight-share {
  width: 150px;
  background: #000;
  padding: 15px 10px 10px;
  position: absolute;
  border-radius: 7px;
}

span.highlight {
    position: relative;
    display: inline;
}

.highlight-share a {
    float: left;
    margin: 0px 10px;
    color: #fff;
}
.highlight-share a:hover {
   color: #aa9577;
}

.highlight-share:before {
    content: "";
    width: 20px;
    height: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 999;
    display: block;
    border-top: 10px solid #000;
    position: absolute;
    right: 50%;
    margin-right: -10px;
    bottom: -20px;
}

a.story-know-more {
    padding: 26px;
    background: #c4161c;
    color: #fff !important;
    position: absolute;
    left: 0px;
    font-size: 14px;
    width: 95%;
    font-family: 'Karla-Reg';
}

a.story-know-more:hover {
       background-color: rgb(170, 150, 120) !important;
           color: white !important;
}

a.evidence-btn:hover{
    color: rgb(170, 150, 120) !important;
}


a.evidence-btn:hover i:before{
        background: url(img/amabhunagne-evidence-docket-hover.svg);
        width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

span.single-excerpt p {
    color: #c4161c !important;
    font-size:16px !important;
    margin-bottom:20px !important;
}



a.story-know-more b {
    font-family: 'Karla-Bold';
}

.edidence-docket {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
}

.edidence-docket .inner {
    margin: 0 auto;
    margin-top: 150px;
    max-width: 600px;
    text-align: left;
    background: #aa9779;
    padding: 70px;
    position: relative;
}

a.evidence-btn {
    position: relative;
    top: 100px;
    font-size: 14px;
    margin-top: 34px;
    margin-left: 16px;
    display: inline-block;
    font-family: 'Karla-Bold';
}


a.evidence-btn:hover  hr {
    background-color: rgb(170, 150, 120) !important;
}

.edidence-docket a.close-evidence {
    float: right;
}

.edidence-docket h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.edidence-docket a.close-evidence i {
    color: #fff;
    font-size: 30px;
    margin-top: -35px;
}

.evidence-btn i {
    color: #000;
    font-size: 3em;
}

.evidence-btn hr {
    margin: 10px 0px 10px;
    height: 2px;
    background-color: #c4161c;
    display: none !important;
}

.edidence-docket ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.edidence-docket ul a {
    color: #fff;
    padding-left: 10px;
}

.qoutes .ult-content-box {
    padding: 25px 50px !important;
}

div.pp_overlay {
    background: #fff !important;
}

.pp_top,
.pp_bottom,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_bottom .pp_middle {
    background: transparent !important;
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 53px !important;
}

.pp_left,
.pp_right {
    background: transparent !important;
}

div.pp_default .pp_nav {
    display: none !important;
}

div.pp_default .pp_content {
    background: transparent !important;
}

div.pp_default .pp_details {
    position: initial !important;
}

a.pp_close {
    right: 46px !important;
    top: -20px !important;
}


/* Newsroom */

.page-id-47 div#primary {
    min-height: inherit;
}

body.page-id-47 {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.page-id-47 .rhs-btn {
    top: 170px;
}

/* .page-id-47 .wpb_text_column h1 {
    font-size: 21px;
    font-family: 'Karla-Bold';
} */

.page-id-47 .wpb_text_column {
    position: relative;
}

/* .page-id-47 .wpb_text_column h1:before {
    content: "";
    width: 70px;
    height: 3px;
    background: #c4161c;
    position: absolute;
    left: 0px;
    top: 50px;
} */

.page-id-47 .wpb_text_column p a {
    color: #000;
}

.ai-newsroom-right .vc_column-inner {
   padding-top: 0 !important;
}

.ai-newsroom-block.wpb_column.vc_column_container, .ai-newsroom-inner-block .vc_column-inner {
   background-color: rgba(255,255,255,0.8);
   padding: 1.5em 2em !important;
}

.ai-newsroom-inner-block .wpb_content_element {margin-bottom: 1em !important;}

.ai-newsroom-remove-top-padding {padding-top: 0 !important;}

.ai-newsroom-remove-bottom-padding {padding-bottom: 0 !important;}


.ai-newsroom-block:hover{
    background-color:rgb(170, 150, 120) !important;
}

.ai-newsroom-right .wpb_column .vc_column-inner:hover{
    background-color:rgb(170, 150, 120) !important;
}

.ai-donor-logos a, .ai-donor-logos p {
font-size: 14px !important;
color: #ffffff !important;
text-align: center !important;
}

.ai-donor-logos a { font-size: 18px !important;}

.ai-donor-logos a:hover { color: #000000 !important;}

.gold-block a { color: #ffffff !important;}

.gold-block a:hover { color: #000000 !important;}

.ai-generic-page-right-block a { color: #000000 !important;}

.ai-generic-page-right-block a:hover { color: #c4161c !important;}

/* Team */

body.post-type-archive-team {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.post-type-archive-team .col-md-10 h1 {
    font-size: 36px;
    font-family: 'Karla-Bold';
    margin-top: 37px;
}

.team-details {
    background: #aa9678;
    display: inline-block;
    padding: 4%;
    width: 100%;
}

.team-details .row {
    max-width: 100%;
    margin: 0 auto;
}

.team-details .col-md-4 {
    padding: 0 !important;
}

.team-details .col-md-8 {
    padding-left: 4%;
}

.post-type-archive-team .entry-content {
    margin: 0px;
    padding: 20px;
    background: #f6f6f6;
    font-size: 1.3em;
}

.entry-content .team-name {
    font-size: 1.3em;
    font-family: 'Karla-bold';

}


.team {
    cursor: pointer;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    cursor: pointer;
}

.team:hover .entry-content .position{
    color: #ffffff !important;
}

.team:hover .entry-content {
    background: #aa9678;
    color: #ffffff !important;
}

.position {
    font-family: 'Karla-Reg';
    color: #aa9678;
font-size: 14px !important;
    line-height: 1.3em;
    display: block;
}

.team-details i {
    float: right;
    font-size: 23px;
    cursor: pointer;
    color: #fff;
}

.row.team-heading {
  margin-bottom: 0px;
  margin-top: -30px;
}



.team-details i.material-icons {
    font-size: 30px;
}

.team-details h4,
.team-details h5 {
    color: #ffffff;
    font-size: 30px;
}

.team-details h4{
    font-family: 'Karla-bold' !important;
}


.team-details h5 {
    font-size: 14px;
    font-family: 'Karla-Reg';
}

.team-details p {
    color: #000000;
        margin-top: 15px;
    margin-bottom: 10px;
}

.team-details .social {
    float: left;
    margin-left: -13px;
}


.team-details .social i {
    float: left;
    margin-right: 5px;
    font-size: 1.5em;
    color: #fff;
    padding: 9px 11px;
}

.post-type-archive-team .entry-content.active {
    background: #aa9678;
    color: #fff;
}

.post-type-archive-team .entry-content.active .position {
    color: #fff;
}


/* Story Diary */

body.post-type-archive-story-diaries {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.post-type-archive-story-diaries .col-md-10 h1 {
    font-size: 36px;
    font-family: 'Karla-Bold';
}

.story-diary,
.story-diary i {
    cursor: pointer;
}

.story-diary .header {
    background: #000;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
    font-family: "Karla-Reg";
}

.story-diary .entry-content {
    background: #fff;
    margin-top: 0px;
    padding: 30px 30px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.story-diary .entry-content:hover {
    background: rgb(170, 150, 120) !important;
    color: #ffffff;
}

.story-diary .entry-content:hover + .arrow-down {
	border-top: 20px solid rgb(170, 150, 120) !important;
}

.story-diary .entry-content:hover .story-diary .arrow-down{
    border-top: 20px solid rgb(170, 150, 120) !important;
    border-color: rgb(170, 150, 120) !important;

}




.story-diary .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    margin-left: 30px;
}


.story-diary-details {
    padding: 4%;
    background: #aa9779;
    width: 100%;
}

.story-diary-details .header {
    background: #000;
    color: #fff;
    padding: 13px 30px;
    font-size: 14px;
    font-family: "Karla-Reg";
    font-weight: 600;
}

.story-diary-details i {
    float: right;
    font-size: 30px;
    /* background: #c8c8c8; */
    padding: 6px;
    cursor: pointer;
    color: #fff;
    right: -35px;
    position: relative;
}

.story-diary-details .col-md-4{
	padding-left: 0px !important;
}

.story-diary-details .wpb_single_image.wpb_content_element.vc_align_left {
    padding: 0px;
}

.story-diary-details .media-content.row .col-md-6 {
    padding-left: 0px !important;
}

.story-diary-details h2 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
        line-height: 30px;
}

.story-diary-details p {
    color: #000000;
}

.story-diary-details .send-tip-off {
    margin-bottom: 0px;
}

.story-diary-details .send-tip-off p {
    font-size: 1.8em;
    margin: 0px 0px 20px;
}

.send-tip-off p {
    font-size: 20px !important;
    font-weight: initial;
    color: #000000 !important;

}

.story-diary-details .send-tip-off a {
    max-width: 240px;
    width: 100%;
    text-align: left !important;
    padding: 26px;
    background: #c4161c;
    color: #fff !important;
    left: 0px;
    font-size: 14px;
    width: 95%;
    font-family: 'Karla-Reg';
        margin-left: 15px;
}

.story-diary-details .send-tip-off a:hover{
    background: #000000 !important;
}

.story-diary.active .entry-content {
    background: #aa9779;
    color: #fff;
}

.story-diary.active .arrow-down {
    border-top: 20px solid #aa9779;
}

a.go-back-newsroom {
    font-size: 25px;
    float: right;
        margin-top: 36px;
    color: #ffffff !important;
}

a.go-back-newsroom:hover, a.go-back-newsroom:hover i {
    color: rgb(170, 150, 120) !important;
}


/*Tip Offs Upload*/
.ginput_preview img {
    width: 15px;
}



.go-back-newsroom i.material-icons {
    /* margin-bottom: -13px !important; */
    position: absolute !important;
    right: 75px !important;
    font-size: 40px !important;
   color:#ffffff !important;
}

.post-type-archive-ivestigate .go-back-newsroom i.material-icons,
.post-type-archive-recent-stories .go-back-newsroom i.material-icons,
.post-type-archive-story-diaries .go-back-newsroom i.material-icons,
.post-type-archive-team .go-back-newsroom i.material-icons{
  right: 65px !important;
  width: 50px !important;
}

.post-type-archive-ivestigate .go-back-newsroom i.material-icons{
  right: 82px !important;
}

 .back-tip-off a.go-back-newsroom {
    margin-top: 0 !important;
 }


.newsroom-investigate:hover, .newsroom-tip-off:hover, .newsroom-diary:hover, .newsroom-stories:hover, .meet-team:hover {
    background-color: rgba(170,151,121, 1) !important;
}


/* GALLERY PIC */

.pp_pic_holder.pp_default {
    /* width: 632px; */
    height: auto !important;
    width: auto !important;

}

div.pp_default .pp_next {
    /*background: url(http://www.adventuringschool.com/assets/courses/arrow-next.png) center right no-repeat !important;*/
    cursor: pointer;
}

.pp_pic_holder.pp_default {
    background-color: #aa9678;
}

.ppt {
    display: none !important;
}

.pp_pic_holder.pp_default {
    padding-left: 100px;
    padding-right: 100px;
    margin-left: -100px !important;
}

a.pp_close {
    margin-right: -100px !important;
}

.pp_gallery li {
    display: none !important;
}



a.pp_next, a.pp_previous {
    text-indent: initial !important;
    width: auto !important;
    background: none !important;
}


a.pp_next, a.pp_previous{
    color: transparent;
}

a.pp_next:after {
    font-family: 'Material Icons';
    content: '\e315';
    margin-left: 20px;
    font-size: 43px;
    color: black !important;
    position: relative;
    top: 42%;
    right: -75px;
}

a.pp_previous:before {
    font-family: 'Material Icons';
    content: '\e314';
    margin-right: 20px;
    font-size: 43px;
    color: black !important;
    position: relative;
    top: 42%;
    left: -75px;
}


a.pp_close{
    color: transparent;
    text-indent: unset !important;
    background: none !important;
}


a.pp_close:before {
    font-family: 'Material Icons';
    content: '\e5cd';
    color: #ffffff !important;
    font-size: 30px !important;
}

a.pp_close:hover:before {
    color: #000000 !important;
}

/* Tip-offs */

body.page-id-139 {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.page-id-139 .vc_col-sm-8 h1 {
    font-size: 36px;
    font-family: 'Karla-Bold';
}

.page-id-139 h2 {
    margin-bottom: 20px !important;
}

.ai-generic-page-white-block a {
    color: initial;
    text-decoration: underline;
}
.ai-generic-page-white-block a:hover{
    text-decoration: underline;
}
.ai-generic-page-black-block a {
    color:#fff !important;
    text-decoration: underline;
}
.page-id-139 .ai-generic-page-black-block h2 span {
    color:#fff !important;
}

.page-id-139 h2 span {
    color: #c4161c !important;
}

.send-tip-off p{
	color: #ffffff;

}

.page-id-139 .black-block h2 span {
    color: #aa9779 !important;
}

.page-id-139 .black-block p,
.page-id-139 .gold-block p {
    color: #fff !important;
}
.ai-generic-page-left img {width: 200px !important;}
.ai-generic-page-black-block .vc_column-inner {background-color: #000000 !important; color: #ffffff !important;}

.ai-generic-page-white-block .vc_column-inner {background-color: #ffffff !important;}

.ai-generic-page-red-block .vc_column-inner {background-color: #c4161c !important; color: #ffffff !important;}

.ai-generic-page-red-block .vc_column-inner a {color: #fff !important; text-decoration: underline;}

.ai-generic-page-red-block .vc_column-inner a:hover {color: #000000 !important; text-decoration: underline!important;}

.ai-generic-page-red-block .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;}

.ai-generic-page-gold-block .vc_column-inner {background-color: #aa9678 !important; color: #ffffff !important;}

.ai-generic-page-red-block .vc_column-inner, .ai-generic-page-black-block .vc_column-inner, .ai-generic-page-white-block .vc_column-inner, .ai-generic-page-gold-block .vc_column-inner{padding:40px 35px !important;}

.ai-tips-remove-padding-left {padding-left: 0 !important;}

.ai-tips-remove-padding-right {padding-right: 0 !important;}

.ai-tips-remove-padding-bottom, .ai-tips-remove-padding-bottom .vc_column-inner{padding-bottom: 0 !important;}

.ai-tips-remove-padding-bottom .wpb_content_element  {margin-bottom: 0 !important;}


/* .ai-generic-page-gold-block-full-row {background-color: #aa9678 !important;} */

.ai-generic-page-gold-block-no-padding .vc_column-inner{padding-top: 0px !important;padding-bottom: 0px !important;}

form#gform_3 {padding: 0 !important;}

input#gform_submit_button_3 {
    font-weight: normal !important;
    background: rgb(188, 171, 145) !important;
}

#field_3_2 label.gfield_label{
    color: #fff!important;
    background: none!important;
}

input#gform_submit_button_3:hover, #field_3_2 label.gfield_label:hover {
    font-weight: normal !important;
    background: #b9a484 !important;
}

.page-id-139 .gold-block h2 span {
    color: #000 !important;
}

form#gform_3 {
    background: #aa9779;
    padding: 30px;
}

#gform_wrapper_3 .top_label .gfield_label {
    display: none;
}

#gform_wrapper_3 .gform_footer.top_label {
    float: right;
    margin: -24px 0px 0 0;
}
div#gform_preview_3_2 {
    margin-bottom: 20px;
}

input#input_3_2 {
    display: none;
}

#field_3_2 label.gfield_label {
    display: block !important;
    color: #666;
    background: #fff;
    padding: 10px;
    max-width: 270px;
    font-size: 14px;
    cursor: pointer;
    background: rgb(185, 164, 133);
    color: #c4161c;
}

#gform_wrapper_3 .top_label .gfield_label:before {
    content: "\f0ee";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

li#field_3_2 {
    margin-top: 4px;
}

input#gform_submit_button_3 {
    background: #fff;
    border-radius: 0px;
    font-size: 14px !important;
    max-width: 173px;
    width: 100%;
    padding: 12px;
    border: 0px;
    text-transform: uppercase;
    background: rgb(185, 164, 133);
    color: #c4161c !important;
}

li#field_3_1 {
    padding-right: 2px;
}

textarea#input_3_1 {
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    border: 2px solid #fff;
}

.ivestigate h1 {}

.ivestigate .post-excerpt {
    background: #fff;
    padding: 10px;
    color: #474747;
}

body.post-type-archive-ivestigate {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.post-type-archive-ivestigate .col-md-10 h1 {
    font-size: 36px;
    font-family: 'Karla-Bold';
    margin-bottom: 40px;
}

.post-type-archive-ivestigate article {
    max-width: 300px;
}

.ivestigate .entry-meta {
    margin: 10px 0px;
}


/* Recent Stories */

body.post-type-archive-recent-stories {
    background-image: url(http://amabhungane.agletonline.co.za/wp-content/uploads/2017/05/stock-photo-hillbrow-johannesburg-211816030.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.post-type-archive-recent-stories .col-md-10 h1 {
    font-size: 36px;
    font-family: 'Karla-Bold';
}

.recent-story {
    cursor: pointer;
}

.entry-content li {
    font-size: 16px!important;
}

.recent-story h1 {
  margin: 0;
  font-size: 21px;
  margin-bottom: 10px;
  font-family: 'Karla-reg';
  line-height: 28px;
  font-weight: bold;
}

.recent-story .meta {
    color: #000;
    font-size: 14px;
    font-family: 'Karla-Reg';
}

.recent-story .meta i {
    color: #aa9779;
    font-family: "'Karla-Reg'";
    font-style: normal !important;
}

.recent-story-details i {
    text-align: right;
    cursor: pointer;
    width: 100%;
    color: #fff;
}

.recent-story-details i.fa {
    color: #fff;
    font-size: 20px;
}

.recent-story-details h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'Karla-reg';
    font-weight: bold;
}

.recent-story-details .meta {
    font-family: "Karla-Reg";
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 14px;
    color:#000000;
}

.recent-story-details .meta .authors {
  color: #ffffff !important;
  font-size: 14px !important;
}

.recent-story-details .send-tip-off a:hover{
  background-color: #000000 !important;
}


.recent-story-details .meta span{
    color: #fff;
    font-family: "'Karla-Reg'";
    font-weight: 100;
    font-size: 14px;
}

.recent-story-details .wpb_single_image.wpb_content_element.vc_align_left {
    padding: 0px !important;
}



.recent-story-details .meta .comma{
	color: #000000 !important;
}

.recent-story-details .send-tip-off {
    margin-top: 45px;
}

.recent-story-details .send-tip-off p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.recent-story-details .send-tip-off a {
    max-width: 240px;
    width: 100%;
    text-align: left !important;
    padding: 26px;
    background: #c4161c !important;
    color: #fff !important;
    left: 0px;
    font-size: 14px;
    width: 95%;
    font-family: 'Karla-Reg';
}

.recent-story .entry-content {
    padding: 20px;
    margin: 0px;
    background: rgb(246, 246, 246);
}

.recent-story.active .entry-content {
    background: #ded3bf;
}

.recent-story-details {
    padding: 35px;
    background: #aa9779;
    margin-top: 2%;
    padding-bottom: 60px !important;
    padding-left: 60px;
    padding-right: 60px !important;
}

.row.recent-stories-heading {
    margin-top: 27px;
}

.tip-off-heading h1{
  color: #ffffff !important;
}

.post-type-archive-recent-stories .i-intro-content {
    margin-bottom: 15px !important;
}

.recent-story.active .entry-content h1 {}

.recent-story.active .entry-content .meta {}


/* Donate */

form#gform_4 {
    background: #d1d1d1;
    padding: 20px;
}

#gform_4 .gfield_label {
    display: none;
}

select#input_4_1 {
    width: 100%;
    height: 50px;
}

li.gchoice_4_2_1 {
    width: 50%;
    float: left;
}

#field_4_3 h2 {
    color: #333;
}

input#gform_submit_button_4 {
    background: #666;
    color: #fff;
    border: 0;
    font-size: 24px !important;
    border-radius: 0px;
    padding: 10px;
    max-width: 200px;
    width: 100%;
}

.supporter-header-intro p {
    margin: 0px 0px 20px 0px;
}

.Terms-and-conditions-row {
    position: relative;
}

.know-more-block {
    display: inline-block;
    background-color: #c4161c;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 125px;
}

.page-id-190 a.story-know-more {
    padding: 26px;
    background: #c4161c;
    color: #fff !important;
    position: absolute;
    left: 0px;
    font-size: 14px;
    width: 100%;
    font-family: 'Karla-Reg';
    top: 0px;
}

.tax-transparency p {
    color: #ffffff;
}


/* Advocacy */

.single-advocacy main#main {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.post-image.first-post,
.single-advocacy .post-image {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 488px;
    overflow: hidden;
}

.post-image.first-post img,
.single-advocacy .post-image img {
    width: 100%;
}

/*.single-advocacy #primary {
    margin-top: 249px;
}*/

.single-image .caption,
.video-caption p,
.gallery-caption p {
    font-family: 'Karla-Reg';
    font-size: 14px !important;
    color: rgb(170, 150, 120) !important;
}

.amab-video,
.amab-gallery {
    margin-bottom: 10px !important;
}

.left-quote,
.left-red {
    background: #c4161c;
    padding: 30px 50px;
}

.left-quote h4,
.left-quote p,
.left-red p {
    color: #fff !important;
}

.left-quote h4 {
    font-family: 'Karla-Bold';
    font-size: 20px;
}

.left-list {
    background: #000;
    padding: 30px 30px;
}

.left-list ul {
    margin: 0px;
    list-style: none;
    padding-left: 20px;
}

.left-list ul li {
    color: #fff;
    font-size: 14px;
}

.left-list ul li::before {
    content: '-';
    margin-right: 10px;
}

.single-advocacy article h4 {
    color: #000;
    font-weight: bold;
    margin: 20px 0px;
    margin-top: 0 !important;
    font-family: 'Karla-Reg';
}

.navi-elements {
    position: absolute;
    right: 3.6%;
    width: 100%;
    top: 37px;
    transition: top .4s ease;
}

.single-advocacy article {
    max-width: 800px;
    margin: 0 auto !important;
   /* margin-top: -20px !important;*/
}

.vc_col-sm-4.right-content {
    position: absolute;
    right: -100px;
}

.vc_col-sm-4.left-content {
    position: absolute;
    left: -100px;
}

.social-post-share i,
.highlight-share i {
    float: right;
    font-size: 20px;

}


.social-post-share a {
	 padding:15px;
}

.social-post-share i.fa.fa-facebook {
    text-align: center;
    margin-right: 3px;
}

.social-post-share i.fa.fa-envelope {
    margin-right: -2px;
}

.social-post-share i.fa.fa-print {
    margin-right: -1px;
}

.evidence-btn i {
    color: #000;
    width: 60px;
    height: 60px;
    display: block;
}

.evidence-btn i:before {
    content: '';
    background: url(img/amabhungane-evidence-docket-icon.svg);
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
}

.advocacy {
    max-width: 300px;
    float: left;
    margin-right: 18px;
    background: rgb(246, 246, 246);
    cursor: pointer;
}

.advocacy span.posted-on {
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.advocacy:hover {
    background: #d6c8ae;
}

.advocacy:first-child {
    background: transparent;
}

.advocacy:first-child {
    min-height: 200px;
    max-width: 1900px;
    float: none;
    background: transparent;
    margin-bottom: 34px;
}

.advocacy:first-child section.entry-content {
    background: rgb(246, 246, 246);
    max-width: 820px;
    padding: 20px 40px;
    margin-top: 200px;
    z-index: 0;
    position: relative;
}

.advocacy:first-child:hover section.entry-content {
    background: #ded3be;
}

.advocacy:first-child .entry-meta {
    margin: 20px 0px;
}

time.entry-date.published {
    color: #000;
    font-size: 12px;
    font-family: 'Karla-Reg';
}

.authors a {
    font-size: 12px;
    color: #aa9678;
    font-family: 'Karla-Reg';
}

.advocacy .entry-content p {
  color: #000;
  font-size: 14px;
}

.advocacy:first-child h2.entry-title a,
.single-advocacy h1.entry-title {
    font-family: 'Karla-Bold';
    font-size: 36px;
    line-height: 32px;
}

.single-advocacy article {
    padding: 30px 60px 60px 60px !important;
}

.advocacy .post-excerpt {
    padding: 3px 20px 20px 20px;
}

.single-advocacy article {
    background: #fff !important;
    padding: 1px 20px 20px 20px;
}


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

Accordion Components

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

.cd-accordion-menu {
    width: 100%;
    max-width: 600px;
    background: #4d5158;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.cd-accordion-menu ul {
    /* by default hide all sub menus */
    display: none;
}

.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
}

.cd-accordion-menu input[type=checkbox] {
    /* hide native checkbox */
    position: absolute;
    opacity: 0;
}

.cd-accordion-menu label,
.cd-accordion-menu a {
    position: relative;
    display: block;
    padding: 18px 18px 18px 64px;
    background: #000000;
    color: #ffffff;
    font-size: 1.6rem;
}

.cd-accordion-menu label:hover,
.cd-accordion-menu a:hover{
    background: #d61b2e;
}

.cd-accordion-menu ul li label,
.cd-accordion-menu ul li a{
    background: #aa9779;
}

.cd-accordion-menu ul li label.level2{
  padding: 0px !important;
}

.cd-accordion-menu ul li label.level2 a:hover {
    color:#FFFFFF !important;
}
.cd-accordion-menu ul li label.level2 a {
    padding: 10px 15px !important;
    border-bottom: 1px solid #000000;
}

.cd-accordion-menu ul li ul li label,
.cd-accordion-menu ul li ul li a{
    background: #ded3bf;
    color: #000;
}

.cd-accordion-menu ul li ul li label:hover,
.cd-accordion-menu ul li ul li a:hover{
    background: #ded3bf;
    color: #000;
}

.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
    background: #52565d;
}

.cd-accordion-menu label i {
    float: right;
    margin-top: 5px;
}

.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu label {
    cursor: pointer;
}

.cd-accordion-menu label::before {
    background-image: url(img/cd-icons.svg);
    background-repeat: no-repeat;
}

.cd-accordion-menu label::before {
    /* arrow icon */
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.cd-accordion-menu label::after {

}

.cd-accordion-menu a::after {

}

.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.cd-accordion-menu ul label{
    background: #35383d;
    box-shadow: inset 0 -1px #41444a;
}

.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
    margin: 0;
}

.cd-accordion-menu ul label::before {
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
}

.cd-accordion-menu ul ul label::before {
    left: 54px;
}

.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
    left: 77px;
}

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

.cd-accordion-menu ul ul ul label::before {
    left: 72px;
}

.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
    left: 95px;
}

.cd-accordion-menu a {
    padding: 0px;
}

@media only screen and (min-width: 600px) {
    .cd-accordion-menu label {
        padding: 10px 10px 10px 16px;
        font-size: 1.5rem;
        margin: 0px;
    }
    .cd-accordion-menu label::before {
        right: 10px;
    }
    .cd-accordion-menu label::after {
        left: 53px;
    }
    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
    }
    .cd-accordion-menu ul label::before {
    }
    .cd-accordion-menu ul label::after,
    .cd-accordion-menu ul a::after {
        left: 77px;
    }
    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
    }
    .cd-accordion-menu ul ul label::before {
        left: 72px;
    }
    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 101px;
    }
    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }
    .cd-accordion-menu ul ul ul label::before {
        left: 96px;
    }
    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 125px;
    }
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

/*---------------- Additional header nav styles ---------------*/

.social_icons a:hover {
    color: #c4161c;
}

.sticky-logo .logo {
    padding-top: 3px;
    width: 35px;
    transition: all .5 ease-in-out;
}

.sticky-logo {
    display: none;
    transition: all .2s ease;
}

.menu-top-menu-container .navbar-nav {
    /*width: 100%;*/
    text-align: center;
}

div#top-menu-container {
    margin-bottom: 0px!important;
}

.normal-logo {
    transition: all .2s ease;
}

#bs-example-navbar-collapse-1 {
    position: relative;
    z-index: 4;
}

.navbar-header {
    z-index: 9;
    position: relative;
}

.hidden-nav .active a {
    color: #c4161c !important;
    border-bottom: 2px solid #c4161c;
}

.hidden-nav a:hover {
    color: #c4161c !important;
    border-bottom: 2px solid #c4161c;
    transition: border .4s ease;
}

#primary-menu {
    margin-top: 4px;
    transition: margin-top .5 ease;
}

.post-type-archive-team nav.menu-ontop,
.post-type-archive-ivestigate nav.menu-ontop,
.page-id-139 nav.menu-ontop,
.post-type-archive-story-diaries nav.menu-ontop,
.post-type-archive-recent-stories nav.menu-ontop{
    height:140px;
}

.contact-digital {
    top: -20px;
    position: relative;
}


.post-type-archive-team nav.menu-scrolled,
.post-type-archive-ivestigate nav.menu-scrolled,
.page-id-139 nav.menu-scrolled,
.post-type-archive-story-diaries nav.menu-scrolled,
.post-type-archive-recent-stories nav.menu-scrolled{
	height: auto !important;
}

.post-type-archive-ivestigate header#masthead,
.page-id-139 header#masthead,
.post-type-archive-story-diaries header#masthead,
.post-type-archive-recent-stories header#masthead{
    height: 170px;
}



.toggleMenu.menu-scrolled #primary-menu, .toggleMenu.menu-scrolled .navbar-nav{
    margin-top: 0px !important;
}



.toggleMenu #primary-menu {
    margin-top: 22px !important;
    transition: margin-top .5 ease;
}


.toggleMenu ul.nav.navbar-nav.navbar-right {
    margin-top: 22px;
    transition: margin-top .5 ease;
}


.navbar-default #primary-menu > .active > a,
.navbar-default #primary-menu> .active > a:focus,
.navbar-default #primary-menu > .active > a:hover,
.navbar-default #primary-menu > a:hover {
    background-color: transparent !important;
    border-bottom: 2px solid #c4161c !important;
}

#hidden-nav-menu .row {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.modile-menu-toogle {
    margin-top: 30px;
    transition: all .4s ease;
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #c4161c;

}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c4161c;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c4161c;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: red;
    opacity: #c4161c;
}


.search-no-results .search-form::-webkit-input-placeholder {
    /* Chrome */
    color: #000000 !important;
}


.search-no-results .search-form::-webkit-input-placeholder {
    /* Chrome */
    color: #000000 !important;
}

li#toggle-menu-mobile {
    margin-top: 0px !important;
}

/*-------------------- Icons Animations ------------------------*/


/* Search icon */

/* .search-icon {
    height: 2.8em;
    width: 2.8em;
    display: block;
    padding: 0px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.circle {
    position: relative;
    display: block;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 70px;
    z-index: 0;
    border: 2px solid #c4161c;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: 1;
}

.handle {
    position: absolute;
    background-color: #c4161c;
    top: 11px;
    left: -1px;
    width: 26px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    border-radius: 2px;
}

.handle:after {
    content: "";
    background-color: #c4161c;
    width: 26px;
    height: 2px;
    display: block;
    float: right;
    border-radius: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.open .circle {
    -webkit-transform: scale(0.02);
    transform: scale(0.02);
    -webkit-transform-origin: 30% 40%;
    transform-origin: 30% 40%;
    background: white;
    border-color: white;
}

.open .handle:after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(88deg);
    transform: rotate(88deg);
} */

.search-icon-wrapper {
  /*height: 4.5vh;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-top: 0.3em;
}

.search-icon-home {
  position: relative;
  width: 1rem;
  height: 2rem;
  transform: rotate(-45deg);
}
.search-icon-home:before, .search-icon-home:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: calc(3rem/6);
  height: 1.3rem;
  width: 2px;
  transition: all 0.5s;
  background: #c4161c;
  transition: transform 0.2s ease-out, height 0s 0.2s;
}
.search-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #c4161c;
  border-radius: 50%;
  transition: all 0.5s 0.5s;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  z-index: 1;
  transition: border 0.3s 0.3s, height 0.3s 0.2s ease-out, top 0.3s 0.2s ease-out, border-radius 0.3s 0.2s;
}

.search-icon-wrapper.opened .search-icon-samsung {
    height: 0;
    top: 1.8rem;
    border: 0px solid #c4151b;
    border-radius: 0;
    transform-origin: 50% 30%;
    transition: border 0.3s 0.2s, height 0.3s ease-in, top 0.3s ease-in, border-radius 0.3s 0.2s;
}
.search-icon-samsung {
  position: absolute;
  top: -5px !important;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #c4161c;
  border-radius: 50%;
  transition: all 0.5s 0.5s;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  z-index: 1;
  transition: border 0.3s 0.3s, height 0.3s 0.2s ease-out, top 0.3s 0.2s ease-out, border-radius 0.3s 0.2s;
}



.search-icon-wrapper.opened .search-icon {
  height: 0;
  top: 1.8rem;
  border: 0px solid #c4151b;
  border-radius: 0;
  transform-origin: 50% 30%;
  transition: border 0.3s 0.2s, height 0.3s ease-in, top 0.3s ease-in, border-radius 0.3s 0.2s;
}
 .search-icon-wrapper.opened .search-icon-home:before {
  transform: rotate(90deg);
}
.search-icon-wrapper.opened .search-icon-home:before, .search-icon-wrapper.opened .search-icon-home:after {
  height: 2.5rem;
  width: 1.5px;
  transition: transform 0.2s 0.3s ease-in, height 0s 0.5s;
}

/* Input search bar */
.search-icon-wrapper-input {
  height: 3vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 40px; */
}

.search-icon-home-input {
  position: relative;
  width: 1rem;
  height: 2rem;
  transform: rotate(-45deg);
}
.search-icon-home-input:before, .search-icon-home-input:after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: calc(3rem/6);
  height: 1.3rem;
  width: 2px;
  transition: all 0.5s;
  background: #c4161c;
  transition: transform 0.2s ease-out, height 0s 0.2s;
}
.search-icon-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #c4161c;
  border-radius: 50%;
  transition: all 0.5s 0.5s;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  z-index: 1;
  transition: border 0.3s 0.3s, height 0.3s 0.2s ease-out, top 0.3s 0.2s ease-out, border-radius 0.3s 0.2s;
}

/* No results  */
.search-no-results .site-main button.search-submit .search-icon-home-input:before, .search-no-results .site-main button.search-submit .search-icon-home-input:after {
  background: #000;
}

.search-no-results .site-main button.search-submit .search-icon-input {
  border-color: #000;
}

@media all and (max-width:768px) and (min-width:450px) {

    .search-icon-wrapper {
        margin-top:10px;
    }

}

/* Burger Menu */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 30px;
    height: 45px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: -2px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #c4161c;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}


/*------------------- END ICON ANIMATION ----------------------*/


/*------------------ Styling checkboxes ------------------------*/

.styled-checkbox {
    position: relative;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
        color: #c4161c;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #c4161c;
}

.styled-checkbox:hover + label:before {
    background: ;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #c4161c;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    display: none;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #ffffff;
}

.unstyled label {
font-size: 14px !important;
    font-weight: 500;
}

.first-label {
    margin-right: 40px;
}

.centered {
    width: 380px;
    margin: auto;
}

.title {
    text-align: center;
    color: #4571ec;
}

.unstyled li {
    display: inline-block;
    margin: 0px !important;
}



a.fa.fa-whatsapp.wa-popup {
    background: none !important;
    width: inherit !important;
}

/*a.fa.fa-envelope.nl-popup {
    background: transparent !important;
    width: auto !important;
}*/


.newsletter-pop .gform_wrapper, 
.whatsapp-pop .gform_wrapper,
.try-again-pop .gform_wrapper {
    margin: 16px 0;
    max-width: 100%;
    /*margin-top: -30px;*/
}


.add-padding{
    padding-left: 4em !important;
    padding-right: 4em !important;
}


.post-type-archive-ivestigate article {
    max-width: 400px;
    margin-top: 50px !important;
}



/* ivestigate post page */
.ivestigate .post-excerpt {
    background: rgb(246, 246, 246);
    padding: 1px 20px 5px;
    color: #474747;
}

.post-type-archive-ivestigate article {
    max-width: 33.33%;
}

.post-type-archive-ivestigate article {
    max-width: 33.33%;
    margin-top: 20px !important;
    margin-bottom: 50px !important;
    float: right;
    padding: 1.5%;
}

.i-intro-content{
  margin-top: -50px;

}

.post-type-archive-ivestigate .i-intro-content{
  margin-top: -20px;
  margin-left: 20px;
  margin-right: 20px;
}


.story-diary-heading .col-md-10,
.story-diary-heading .col-md-2,
.team-heading .col-md-10,
.team-heading .col-md-2{
  padding-left:0px !important;
  padding-right: 0px !important;
}


.ivestigate:hover .post-excerpt {
    background-color: #d6c8ae !important;
}


/* Tip offs page */

.send-tip-off a {
    background: #DCD4C9;
    padding: 10px;
    color: #c4161c;
    font-size: 17px;
    width: 150px;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: .6em 1em .4em;
}

.page-id-139 div#primary {
    margin-top: -45px;
}

.row.story-diary-heading {
    margin-top: -20px;
}

.tip-off-intro p{
	font-size: 21px !important;
}

/* About Us page */
.page .gold-block {
    background: #aa9779;
    padding: 35px;
    margin-bottom: 60px;
}

.page-heading-text {
  margin-top: 4px !important;
}

.page .gold-block p {
    color: #fff;
    font-size: 14px;
}

p {
    font-size: 14px; /*Across all pages*/
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 50px;
}

.vc_row.wpb_row.vc_row-fluid.about-us-report-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width:768px) {
	.vc_row.wpb_row.vc_row-fluid.about-us-report-block {
	    display: flex;
	}
}

.wpb_text_column.wpb_content_element.title-heading-block {
    padding-left: 36px;
    margin: 50px 0;
}


/* Contact Us page */
.left-content p {
    line-height: 22px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.contact-us-memebers p {
    line-height: 12px;
}

div#primary {
    min-height: auto;
    overflow: visible;
}

.vc_row.wpb_row.vc_row-fluid.contact-us-staff {
    margin-top: 50px;
}

.send-tip-off a {
    background: #DCD4C9;
    padding: 10px;
    color: #c4161c;
    font-size: 14px;
    width: 150px;
    display: block;
    text-align: center;
    font-weight: 500;
}

.contact-us-tips-offs-contact {
    position: absolute !important;
    top: 400px !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.rl-content.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: 20px;
    margin-top: 0px;
}

.wpb_text_column.wpb_content_element.address-block {
    padding-top: 40px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.address-block-2 {
    padding-bottom: 40px;
}

.wpb_single_image.wpb_content_element.vc_align_left {
    padding: 15px;
}


.title-heading-block h1{
    font-size: 40px !important;
}


/* Advocacy page */

.advocacy .post-excerpt {
    padding: 0px 20px 20px 20px;
}

h1.entry-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}

.authors a {
    font-size: 14px;
    color: #aa9678;
    font-family: 'Karla-Reg';
}

.entry-meta {
    margin-bottom: 20px;
}

time.entry-date.published {
    color: #000;
    font-size: 14px;
    font-family: 'Karla-Reg';
}


.advocacy:first-child section.entry-content {
    background: rgb(246, 246, 246);
    max-width: 820px;
    padding: 16px 60px 25px;
    z-index: 0;
    position: relative;
}

.advocacy:first-child h2.entry-title a, .single-advocacy h1.entry-title {
    font-family: 'Karla-Bold';
    font-size: 36px;
    line-height: 50px;
}

#advocacy-sidebar::before {
    content: "Virtual library";
    font-size: 25px;
    color: #c4161c;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
}

#advocacy-sidebar {
   background-color: rgb(246, 246, 246);
    padding: 20px;
}

label{
  margin-bottom: 0px !important;
}

label.level2:before {
    display: none !important;
}

/* .page-id-47 .wpb_text_column h1::before {
    content: "";
    width: 70px;
    height: 3px;
    background: #c4161c;
    position: absolute;
    left: 0px;
    top: 95px;
    display: block;
} */


.page-template-template-home .stories,
.post-type-archive-stories .stories{
	cursor: pointer !important;
}

.single-advocacy .advocacy{
	cursor: auto !important; 
}


/* About recent stories page */
.recent-story.active .entry-content {
    background: #ffffff;
}

.recent-story.active .entry-content:hover {
    background: #ded3bf;
}

.recent-story {
    cursor: pointer;
    margin-bottom: 0px;
    padding: 0px !important;
}

/* stories page */

.stories:first-child section.entry-content {
    background: rgb(246, 246, 246);
    max-width: 820px;
    padding: 16px 60px 40px;
    margin-top: 158px;
    z-index: 0;
    position: relative;
}


.stories .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 13px;
}

.stories time.entry-date.published {
    color: #000;
    font-size: 14px;
    font-family: 'Karla-Reg';
}

.stories .authors a {
    font-size: 14px;
    color: #aa9678;
    font-family: 'Karla-Reg';
}

.meet-the-team .vc_column-inner{
    padding: 0 !important;
}


.wpb_text_column.wpb_content_element.vc_custom_1516109058121.meet-team {
    padding-top: 336px !important;
    margin-bottom: 0 !important;
}
/*
.page-id-47 .wpb_text_column.meet-team h1::before {
    top: 455px;
} */



/*pop up modal styling*/
.do-more-content p, .get-more-content p, .know-more-content p {
    font-size: 20px;
    margin: 35px 0px;
    font-weight: 600;
}


.do-more-content h1, .get-more-content h1, .know-more-content h1 {
    color: #fff;
    margin: 0px 0px;
    font-size: 36px !important;
}

a.linkt-to, /*.nl-popup,*/.wa-popup, .know-more-content a {
    font-size: 20px;
    padding: 15px 50px;
    max-width: 170px;
    width: 100%;
    background: rgb(185, 164, 133);
}


a.linkt-to, /*.nl-popup,*/ .wa-popup, .know-more-content a {
    font-size: 17px;
    /* padding: 15px 50px; */
    max-width: 170px;
    width: 100%;
    /* display: block; */
    background: #bbab92;
    /* display: block; */
    margin: 0px 0px 6px;
    text-align: center;
    padding: 6px;
    padding:.6em 2em;

}


.search-results h2.entry-title a {
    font-size: 26px;
    line-height: 30px;
}


.footer-content-1 a:hover{
    color: #c4161c !important;
}

.footer-content-1 a{
    color: #ffffff;
}

i.material-icons:hover {
    color: #000000 !important;
}

.team-details a:hover i{
	color: #000000 !important;
}



/********** Pagination ********/
.container.pagination-contain {
    text-align: center;
}

.pagination a {
    padding: 15px;
    font-size: 20px;
    color: #000000 !important;
}


a.prev-post, a.next-post {
    bottom: -6px !important;
    position: relative;
    color: #000000 !important;
}

span.current_page {
    background: #bbab92;
    padding: 4px 10px;
    color: #ffffff !important;
}



/********** EXPANDING GRID ********/
.expanding-grid {
    position: relative;
    width: 100%;
}
.expanding-grid .links {
    display: block;
    margin: 0 -1em;
    overflow: hidden;
    padding: 1em 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}
.expanding-grid .links > li {
    box-sizing: border-box;
    float: left;
    list-style-type: none;
}
.titdes {
    width: 80%;
    margin: 120px auto 0px;
}
.titdes img {
    width: 100%;
    margin-top: -115px;
    margin-bottom: 10px;
}
.tit {
    font-weight: bold;
    text-transform: uppercase;
}


.expanding-grid .links > li a.active {
    background: #cc8400;
}




/* .expanding-grid .close-button {
   background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
   color: #fff;
   display: inline-block;
   height: 20px;
   line-height: 1;
   overflow: hidden;
   margin: 3.2em;
   text-decoration: none;
   text-indent: 5em;
   white-space: nowrap;
   width: 20px;
   will-change: opacity;
   z-index: 5;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
} */

a.close-btn.active {
    padding-top: 5em;
    padding-right: 3em;
    color: #ffffff;
}

a.close-btn.active i{
  font-size: 30px !important;
}

.team-expanding-container a.close-btn.active{
  padding-top: 3em;
  padding-right: 4em;
}

 .story-diary-expand-container a.close-btn.active{
   padding-top: 3.5em;
padding-right: 4em;
 }


.recent-story-details p {
    color: #000000;
}

.expanding-grid .spacer {
    clear: both;
    display: block;
}
.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    /* padding: 11px; */ /* Adding padding to the drop downs on the teams pages.*/
}
.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
    display: block;
}
.expanding-grid .hentry {
    box-sizing: border-box;
    clear: both;
    color: #fff;
    min-height: 4em;
    overflow: hidden;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.expanding-grid .hentry .entry-image {
    box-sizing: border-box;
    float: right;
    margin-left: 1em;
    padding: 0.25em 0 0.52em 1em;
    text-align: center;
    width: 50%;
}
.expanding-grid .hentry .entry-title {
    font-size: 1.5em;
}
.expanding-grid .close-button {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
    color: #fff;
    display: inline-block;
    height: 20px;
    line-height: 1;
    overflow: hidden;
    padding: 1.5em 2em;
    text-decoration: none;
    text-indent: 5em;
    white-space: nowrap;
    width: 20px;
    will-change: opacity;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width:768px) {
    a.evidence-btn {
    /* position: relative; */
    height: 160px;
}
}

.expanding-grid .close-button.active {
        color: #000000 !important;
}
.expanding-grid .close-button:hover {
        color: #000000 !important;
}


.recent-story-expand-containe .links p{
    font-size: 14px;
    color: #000000 !important;
}


.img-placeholder {
    background: orange;
    color: #fff;
    font-size: 4em;
    font-weight: 300;
    line-height: 1;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.links li.col-md-3, .links li.col-md-4 {
    padding: 1.5% !important;;
}


.recent-story-expand-containe .links  li img{
  height: 250px !important;
}
/* story diaries expanding */



.story-diary-expand-container .links > li{
    clear: none !important;
    display: inline-block;
}




/*
 FELLOWSHIP STYLING TEMPLATE
*/

@media screen (min-width: 1100px){
	.ai-generic-page-left {
  		width:70.5% !important;
	}
}

.ai-generic-page-left {
  background-color: #ffffff !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
  margin-top: 17px;
}

.wpb_text_column.wpb_content_element.title-heading-block {
  padding-left: 0 !important;
}

.ai-generic-page-intro {
  padding:15px 0 !important;
   width: 80% !important;
}

.page h2 {
 line-height: 1em !important;
}

.ai-generic-page-highlight-h2 {border-top: 2px solid #c4161c;
    padding-top: 2% !important;
    width: 100% !important;
    padding-right: 10% !important;
    margin-top: 8% !important;
  }

@media all and (min-width:768px) {

    .ai-generic-page-left-red-block {
      background-color:#c4161c !important;
      padding:3% !important;
      color: #ffffff !important;
    }

    .ai-generic-page-left-red-block h3 {
       color: #ffffff !important;
       line-height: 1.5em;
    }

}

@media all and (min-width:1400px) {
    .ai-generic-page-left-red-block {
      right:110px !important;
    }
}
@media (max-width:1400px) and (min-width:768px) {
    .ai-generic-page-left-red-block {
      right:110px !important;
    }
}

@media all and (max-width:767px) {

    .ai-generic-page-left-red-block {
      background-color:#c4161c !important;
      padding:3% !important;
      color: #ffffff !important;
    }

    .ai-generic-page-left-red-block h3 {
       color: #ffffff !important;
       line-height: 1.5em;
    }

    .to-contact-details {
        padding-left: 42px !important;
        padding-right: 42px !important;
        margin-top: 42px;
    }

    .ai-generic-page-right-block {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 42px;
    }

}

@media (max-width: 1024px) {
   .col-md-2.col-sm-2.go-back-desktop {
        display: none;
    }
}



.to-contact-details .vc_column-inner {
    padding-right: 50px !important;
}

.ai-generic-page-left-red-block a {
  text-decoration: underline !important;
  color:#ffffff !important;
}

.ai-generic-page-left-red-block a:hover {
  color:#000  !important;
}

.wpb_text_column.wpb_content_element.reports-list {
  padding:0;
  margin:0 !important;
}


.ai-generic-page-right-block .vc_column-inner, .gold-block .vc_column-inner{
  padding-top: 0 !important;
}

.ai-generic-page-right-block h2 {
  margin-top: 0px !important;
  padding-right:42px !important;
}

/*.ai-generic-page-right-block ul, .ai-generic-page-left ul, .ai-contact-details-red ul, .ai-generic-page-gold-block-tip-offs ul {
    margin: 0 !important;
    list-style-type: none !important;
    padding-left: 10px !important;
}*/


/*.ai-generic-page-right-block li, .ai-generic-page-left li, .ai-contact-details-red li, .ai-generic-page-gold-block-tip-offs li {
   padding: 5px 10px !important; font-size: 14px !important;
}*/

.ai-generic-page-left li strong {
  color:#c4161c !important;
}


/*.ai-generic-page-right-block ul > li, .ai-generic-page-left ul > li, .ai-contact-details-red ul > li, .ai-generic-page-gold-block-tip-offs ul > li {
 text-indent: -5px !important;
}*/

/*.ai-generic-page-right-block ul > li:before, .ai-generic-page-left ul > li:before, .ai-contact-details-red ul > li:before, .ai-generic-page-gold-block-tip-offs ul > li:before {
 content: "-" !important;
 text-indent: -5px !important;
 margin-right:10px !important;
}*/


.ai-generic-gold-block {
  background: #aa9779 !important;
    padding: 35px !important;
    margin-bottom: 60px !important;
}

.ult-carousel-wrapper {
  margin-bottom: 0 !important;
}

.ai-generic-page-button a.vc_general.vc_btn3.vc_btn3-size-md {
    font-size: 17px !important;
    background: #d8ccba !important;
    margin: 0px 0px 6px !important;
    text-align: center !important;
    padding: 6px !important;
    padding: .6em 2em !important;
    color: #c4161c !important;
    text-transform: uppercase !important;
}

.ai-generic-page-button a.vc_general.vc_btn3.vc_btn3-size-md:hover {
    background: #b9a484 !important;
}

.ai-contact-details-red a {text-decoration: none !important;}

.ai-generic-page-right-block a {color:#000000;}

.ai-generic-page-right-block a:hover {color:#aa9577;}

.ai-generic-page-right-block h4 {font-weight: bold;    margin-top: 40px;}

.ai-generic-page-right-block h3 {margin-top: 0px; font-weight:bold;}



.diary-content.row {
    margin-top: 25px !important;
    margin-bottom: 20px !important ;
}


.ai-newsroom-row .vc_column-inner:hover, .team-block:hover{
    cursor: pointer;
}

ul.nav.navbar-nav.navbar-right {
    margin-top: 5px;
}

.menu-scrolled ul.nav.navbar-nav.navbar-right {
    margin-top: 2px;
}

.menu-scrolled,
.toggleMenu,
.toggleSearch{
    z-index: 990 !important;
    height: auto !important;
}

.site-footer a {
font-size: 14px !important;
}

.site-footer p{
    font-size: 19px !important;
}


a.right-side-text {
    margin-top: 3px;
}


.i-intro-content h1,
.go-back-desktop h1,
.team-heading h1,
.story-diary-heading h1{
    color: #ffffff !important;
}

.search-menu-open, .main-menu-open{
  background-color: #ffffff;
  background-image: initial;
}

.ai-generic-page-right-block.wpb_column.vc_column_container.vc_col-sm-8 {
    padding-right: 3em;
}

.post-type-archive-team .menu-item-108 a,
.post-type-archive-ivestigate .menu-item-108 a,
.page-id-139 .menu-item-108 a,
.post-type-archive-story-diaries .menu-item-108 a,
.post-type-archive-recent-stories .menu-item-108 a{
    border-bottom: 3px solid;
}


/*------------------- RESPONSIVE DESIGN ----------------------*/
@media (min-width: 900px) and (max-width: 1200px) {

    social-post-share{
        right: -1em;
    }

    .single .col-md-8{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }


}






/* MOBILE AND SMALL DESKTOP */
@media (max-width: 1150px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        /*float: none!important;*/
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .modile-menu-toogle .navbar-nav>li {
        float: left;
    }
    .modile-menu-toogle .navbar-nav {
        float: right!important;
        margin: 15px;
    }
    .hidden-nav .active a {
            width: fit-content;
            margin: auto;
    }
    .nav>li>a:focus,
    .nav>li>a:hover,
    .nav>li>a:active {
        display: block !important;
        width: fit-content;
        margin: auto;
    }

    .menu-top-menu-container, .menu-main-menu-container {
        display: none;
    }

}


/*.menu-top-menu-container, .menu-main-menu-container {
    display: none;
}*/



/* Media Query Contact us page */
@media (min-width : 300px) and (max-width: 400px) {


	.rl-content.wpb_column.vc_column_container.vc_col-sm-6 {
	    padding-left: 20px;
	    margin-top: 50px;
	}

    .wpb_text_column.wpb_content_element.title-heading-block {
        padding-left: 0px;
        margin: 50px 0;
    }

    .do-more .side-btn, .get-more .side-btn, .know-more .side-btn, .side-btn-close {
        float: none;
    }

    div#do-more, div#get-more, div#know-more {
        max-width: 100%;
    }
}



/* Terms and conditions page */

/* #post-190 {
    padding: 1px 50px 50px 50px;
    background-color: #ffffff;
    width: 90%;
} */

.page-id-190 .site-main {
    position: relative;
}

.fine-print-content {
    background-color: #ffffff !important;
 }

 .fine-print h4 {
    text-align:right;
 }

@media all and (max-width:768px) {
    .fine-print h4 {
        text-align:center;
    }
}


/*
#post-190 h3 span{
    color: #c4161c !important;
    margin-bottom: 30px !important;
    display: block;
} */

.fine-print-heading h1{
    font-size: 36px !important;
}

/* Media Query Terms and conditions page */
@media (min-width : 300px) and (max-width: 400px) {

    /* #post-190 {
        width: 100%;
    } */
}




/* Media Queires Advocacy page */
@media (min-width : 300px) and (max-width: 400px) {

    .advocacy:first-child h2.entry-title a, .single-advocacy h1.entry-title {
        font-family: 'Karla-Bold';
        font-size: 21px;
        line-height: 40px;
    }

    .advocacy:first-child h2.entry-title a{
        font-family: 'Karla-Bold';
        font-size:21px;
        line-height: 23px;
    }

    .cd-accordion-menu label::before {
	    background-image: url(img/cd-icons.svg);
	    background-repeat: no-repeat;
	    left: 260px;;
	    top: 11px;
	    position: relative;
	}

  .cd-accordion-menu label, .cd-accordion-menu a {
      padding: 10px 10px 10px 5px;
  }

}

/* Newsroom page */

/* Targeted for the Newsroom page  */
.page-id-47 .navbar-default {
  /* background-color: #FFFFFF; */
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    border: 0px;
    position: fixed;
    z-index: 910;
}

/* Navbar styling for the rest of the pages */
.navbar-default {
    /*background-color: #FFFFFF;*/
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
    width: 100%;
    height: auto !important;
    border: 0px;
    position: fixed;
    z-index: 910;
}

.search-results .navbar-default {
    background-color: #FFFFFF;
    height: auto !important;

}
/* About recent stories padding fix */
.recent-story-details .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.recent-story-details .col-md-6 p {
  padding-left: 50px !important;
  margin-top: -5px !important;
}

.open-news-room-block {
    padding-top: 65.5px !important;
    padding-right: 30px !important;
    padding-bottom: 65.5px !important;
    padding-left: 30px !important;
}

.page-id-47 header#masthead {
    height: 162px;
}


.newsroom {
    padding-top: 65.5px !important;
    padding-right: 30px !important;
    padding-bottom: 65.5px !important;
    padding-left: 30px !important
}

.meet-team {
    margin-bottom: 0px !important;
    padding-top: 250px !important;
    padding-right: 30px !important;
    padding-bottom: 252px !important;
    padding-left: 30px !important;
}


.vc_row.wpb_row.vc_row-fluid.newsroom-block.vc_custom_1511970304102.vc_row-has-fill.vc_column-gap-15 {
    position: relative;
    left: -112.5px;
    box-sizing: border-box;
    width: 1669px;
    padding-left: 112.5px;
    padding-right: 112.5px;
    top: -30px !important;
}


/* Media Queires Newsroom page */
@media (min-width : 300px) and (max-width: 400px) {

	#gform_wrapper_3 .gform_footer.top_label {
	    float: none;
	    margin: -10px 0px 0px 0px;
	}


	input#gform_submit_button_3 {
	    background: #fff;
	    border-radius: 0px;
	    font-size: 17px !important;
	    max-width: 100%;
	    width: 100%;
	    height: auto;
	    border: 0px;
	    font-weight: bold !important;
	    text-transform: uppercase;
	    background: rgb(185, 164, 133);
	    color: #c4161c !important;
	}

	#field_3_2 label.gfield_label {
	    display: block !important;
	    color: #666;
	    background: #fff;
	    padding: 10px;
	    max-width: 100%;
	    font-weight: bold !important;
	    font-size: 14px;
	    cursor: pointer;
	    background: rgb(185, 164, 133);
	    color: #c4161c;
	}

}




/* Media Queires Stories page */
@media (min-width : 300px) and (max-width: 400px) {
    .stories .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 20px !important;
        margin-bottom: 30px;
    }

    .rhs-btn {
        display: block;
    }

    .progress {
        height: 57px !important;
    }
}


/* Media Queires for pop up modals */
@media (min-width : 300px) and (max-width: 450px) {
    a.linkt-to, /*.nl-popup,*/.wa-popup, .know-more-content a {
        font-size: 20px;
        /* padding: 15px 50px; */
        max-width: 170px;
        width: 100%;
         display: block;
        background: rgb(185, 164, 133);
        /* display: block; */
        margin: 0px 0px 6px;
        text-align: center;
        padding: 6px;
        text-align: center;
        margin: auto;
        margin-bottom: .6em;
    }

    .footer-content-1 {
        margin: 0px !important;
        background-color: rgb(0, 0, 0) !important;
        color: white;
        padding: 10px;
        margin-bottom: 0px !important;
    }


    .know-more-content, .do-more-content, .get-more-content {
        position: absolute;
        top: initial !important;
        bottom: 2em;
        z-index: 999;
        max-width: 500px;
        background: rgb(170, 150, 120) !important;
        padding: 30px;
        width: 100%;
        display: none;
        left: 0;
    }

     .home .get-more-content{
         top: initial !important;
         bottom: 2em;
     }


    .story-diary{
        cursor: pointer;
        margin-bottom: 2em;
    }

    .get-more-content{
        top: -450px;
    }

    .newsletter-pop .inner, 
    .whatsapp-pop .inner,
    .try-again-pop .inner {
        margin-top: 1em;
    }

    input#gform_submit_button_1, input#gform_submit_button_2 {
        padding: 0;
        height: auto;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1;
        min-height: 0rem;
    }


    .know-more-content .textwidget, .get-more-content .textwidget, .do-more-content .textwidget{
        margin-top: 4em;
    }

    .know-more-content .close-it, .do-more-content .close-it, .get-more-content .close-it {
        right: 30px;
        top: 20px;
        max-width: 20px;
    }

    .wpb_single_image.wpb_content_element.vc_align_left {
        padding: 0;
    }

    .page .gold-block .ult-carousel-wrapper h2 {
        bottom: 2em;
    }

    .slick-next, .slick-prev {
        margin-top: -40px;
    }

    .contact-heading h1{
        font-size: 3em !important;
    }


    .stories:first-child section.entry-content, .advocacy:first-child section.entry-content {
        padding: 5px 20px;
    }

    .meet-the-team.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
        width: 91%;
        margin: auto;
        margin-bottom: 1.2em;
    }

    a.go-back-newsroom {
        font-size: 20px;
        float: right;
        margin-top: 2em;
        margin-bottom: 1em;
        margin-right: 9px;
    }


}


@media only screen and (min-width: 641px){
    .gform_wrapper textarea.large {
        height: 275px !important;
        width: 100% !important;
    }
}


/************* STYLING FIXES **************/
.navbar-default #primary-menu > .active > a, .navbar-default #primary-menu> .active > a:focus, .navbar-default #primary-menu > .active > a:hover, .navbar-default #primary-menu > a:hover {background-color: transparent !important;
   border-bottom: 3px solid #c4161c !important;
}

.meet-the-team .meet-team{
  background-color: rgba(255,255,255,0.88);
}

.meet-the-team.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (min-width: 1200px){
    .col-md-4,
    .col-md-8,
    .col-md-3{
        padding-left:0px;
        padding-right: 0px !important;
        /* margin: 0px !important; */
    }

    .stories, .story-diary, .advocacy{
        margin: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;

        padding-left:0px;
        padding-right: 0px !important;
        margin: 0px !important;
    }

    .search-results .stories,
    .search-results .story-diary,
    .search-results .advocacy{
        margin: 20px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

.search-results .stories:first-child {
    background: #fff;
}
.search-results .stories:first-child:hover {
    background: #d6c8ae;
}

.search-results  .stories:first-child h2.entry-title a{
	    font-size: 26px;
	    font-weight: 400;
	        font-family: inherit;
}

    .row{
        margin-right: 0px !important;
    }



    .stories {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 1.7% !important;
        margin-right: 1.5% !important;
        margin-bottom: 2.5em !important;
    }


    .home .stories {
        margin: 0px 4.7% 30px 0px !important;
    }

    .home .stories:first-child{
        margin-bottom: 2.5% !important;
    }


    .advocacy:first-child{
        margin-left: 0% !important;
    }

    .post-type-archive-stories .story-page-container, .post-type-archive-ivestigate  .ivestigate-container {
        margin-right: -25px;
        margin-left: -22px;
    }

    .newsroom-block .vc_column_container, .newsroom-block .vc_column_inner{
        padding: 0px !important;
        padding-left:0px !important;
        padding-right: 0px !important;
    }


}





/********* RSS FEEDS STYLING********/
p.feed_item {
    padding: 20px;
    border-bottom: 1px solid rgb(170, 150, 120) !important;
 }


 p.feed_item a {
    color: #000000;
 }

 p.feed_item a:hover{
    color: rgb(170, 150, 120) !important;
 }

 span.feed_title {
    font-weight: bold;
 }

 span.feed_date {
    font-size: 14px;
    font-family: 'Karla-Reg';
    color: #000000;
 }

 .feeds_content {
    height: 510px;
    overflow: scroll;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important
 }

 span.author_name {
   color: #aa9577;
    font-family: 'Karla-bold' !important;
font-size: 14px !important;
}

 .partner_feeds_container{
    background: rgb(246, 246, 246);
 }

 .partner_feeds_container a {color: #000000;}

 .partner_feeds_container a:hover {color: #aa9577;}
/******** Equal Height columns ******/

@media (min-width: 780px){
    .links li.col-md-4{
        list-style-type: none !important;
    }

    .expanding-grid .links .row,
    .post-type-archive-stories .site-main .row,
    .search-no-results .site-main .row,
    .post-type-archive-advocacy .site-main .row,
    .page-id-18 .home-stories .row,
    .expanding-grid .row .links {
        display: flex;
    }

    .expanding-grid .links .row .col-md-4,
    .expanding-grid .row .links .col-md-4,
    .post-type-archive-stories .site-main .row article.stories,
    .search-no-results .site-main .row article.stories,
    .post-type-archive-advocacy .site-main .row article.advocacy,
    .page-id-18 .home-stories .row article.stories{
        display: table-cell;
    }



}


/*
---------------------------------
New design template styling
-------------------------------
*/

/* New layour: General styling */

.base-padding-left {
  padding-left: 35px;
  padding-right: 30px;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.4em 0 0;
}

.column-width-edit {
    width: 80.3%;
}

/* New layout: Contact page styling */

.contact-staff .vc_column-inner {
    padding-top: 0px !important;
}

.contact-staff h2 {
    margin-top: 0px;
}

.contact-us-tip-offs {
  position: absolute;
  top: 490px;
}

.contact-enquiry-email {
    position: relative;
    right: 60px;
}

.contact-enquiry-email .wpb_wrapper {
    padding: 17px;
    color:#ffffff;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-radius: 0px !important;
    font-size: 17px !important;
    max-width: 200px !important;
    width: 150% !important;
    padding: 18px !important;
    border: 0px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    background: rgb(185, 164, 133) !important;
    color: #c4161c !important;
}

/* New layout: Legal page styling */

.page-id-190 h2 {
    font-size: 36px;
}



/* New layout: Donate page styling */

.donate-tax-transparency {
  background-color: #c4161c;
  padding: 20px 65px !important;
  color: #ffffff !important;
  position: relative !important;
  left: 70px;
}

.donate-how-to-be, .donate-footer {
    width: 80%;
}

.donate-how-to-be {
    padding-top: 50px;
}


.page-id-180 .donate-tax-transparency a {
    color: #ffffff;
    text-decoration: underline;
}

.how-to-be-header-text {
    text-align: left;
    padding-left: 0;
    margin-left: 35px;
    border-top: 5px solid #c4161c;
    padding-top: 20px;
    font-size: 28px;
    margin-top: 0px;
}

.how-to-be-text-reset .vc_column-inner {
    padding-top: 0px !important;
}

/* .entry-content ul li{
  font-size: 16px !important;
}
 */
.recent-story .post-image {
    height: 200px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* About us */

.funded-row-block {
    width: 100%;
    margin-top: 50px;
}


.about-us-header-row {
    width: 100%;
}


.header-text-red {
    border-top: 3px solid #c4161c;
    display: inline-block;
    padding-top: 12px;
}

.accountability-block span {
    color: #ffffff !important;
}

/* .page-id-159 .wpb_text_column.wpb_content_element {
    padding-left: 35px;
} */

.page-id-159 .bring-transparency-row .wpb_text_column.wpb_content_element {
    padding-left: 20px;
}

.reports-list ul {
    list-style-type: none;
    margin-left: -40px;
}

.reports-list ul li {
    margin-bottom: 20px;
}

.wpb_text_column.wpb_content_element.red-block.reports-header {
    position: relative;
    right: 50px;
    padding: 50px;
}

.wpb_text_column.wpb_content_element.reports-list {
    padding-left: 0px;
    margin-top: -49px;
    margin-left: -60PX;
}

.story-know-more-block-left {
  padding: 36px;
  background: #c4161c;
  color: #fff !important;
  position: relative;
  left: 0px;
  font-size: 14px;
  width: 95%;
  font-family: 'Karla-Reg';
  top: 3px;
  display:block;
  text-align: left;
}

.story-know-more-block-left ul {
    margin-left:0px;
}


a.story-know-more-block,
span.story-know-more-block {
  padding: 36px;
  background: #c4161c;
  color: #fff !important;
  position: relative;
  left: 0px;
  font-size: 14px;
  width: 95%;
  font-family: 'Karla-Reg';
  top: 3px;
  display:block;
}

@media all and (min-width:768px) {

    .page-id-190 a.story-know-more-block,
    .page-id-180 a.story-know-more-block,
    .page-id-159 a.story-know-more-block,
    .page-id-171 a.story-know-more-block,
    .page-id-12751 span.story-know-more-block {
      padding: 1.75em 1em !important;
      width: 95% !important;
    }

}

@media (max-width:980px) {
	
	a.story-know-more-block,
	.page-id-190 a.story-know-more-block,
	.page-id-180 a.story-know-more-block,
	.page-id-159 a.story-know-more-block,
	.page-id-171 a.story-know-more-block,
    .page-id-12751 span.story-know-more-block {
      	width: 100% !important;
	}
}


@media all and (max-width:767px) {

.page-id-190 a.story-know-more-block,
.page-id-180 a.story-know-more-block,
.page-id-159 a.story-know-more-block,
.page-id-171 a.story-know-more-block,
.page-id-12751 span.story-know-more-block {
  text-align:center;
  font-size:14px;
}


}


a.story-know-more-block:hover {
    background-color: rgb(170, 150, 120) !important;
        color: #ffffff !important;
}

h2.vc_custom_heading.about-us-sub-header {
    margin-left: 20px;
    border-top: 3px solid #c4161c;
    display: inline-block;
    padding-top: 20px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.contact-us-tip-offs.vc_custom_1522090500462.vc_row-has-fill {
    margin-left: 25px !important;
}


/*

Media Queries: Mobile

*/
@media (max-width: 780px) and (orientation: Landscape) {
  /* Search icon */
  .search-icon-input{
    top: -2rem;
    left: -1.9rem;
  }

  .search-icon-home-input:before, .search-icon-home-input:after {
    content: "";
    position: absolute;
    bottom: 0.55rem;
    left: calc(-8.5rem/6);
    height: 1.3rem;
    width: 2px;
    transition: all 0.5s;
    background: #c4161c;
    transition: transform 0.2s ease-out, height 0s 0.2s;
  }
}


/* TABLET ONLY*/

@media (min-width:768px) and (max-width:1024px) {
    .col-md-2{float:right;}   
}

@media (min-width:770px) and (max-width:1200px) {
    .row.team-heading {
        margin-bottom: 0px;
        margin-top: 55px;
    }
}

@media (min-width:700px) and (max-width:778px) {
  .page-id-180 .ai-generic-page-left-red-block{
    width: 100% !important;
  }

  .page-id-180 .ai-generic-page-right-block.vc_col-sm-8 {
    width: 100%;
  }

   .page-id-47 .jumbotron.footer-content-2{
     position: absolute !important;
     bottom: -220px !important;
   }

}


/* PHONES AND TABLET */
@media (max-width:1024px) {
  #main-nav #mobile-menu li{
    position: relative !important;
    display: flex !important;
    flex-direction: revert !important;
    justify-content: center !important;
  }
}


/* PHONES AND TABLET */
@media (max-width: 770px) {
  .cd-accordion-menu {
    width: 100%;
    max-width: 100%;
  }

  .do-more-content h1, .get-more-content h1, .know-more-content h1 {
    font-size: 21px !important;
  }

  .search-menu-open .main-nav-contain, .main-menu-open .main-nav-contain {
    height: 100px !important;
  }


  .menu-scrolled .main-nav-contain, .menu-scrolled .main-nav-contain{
    height: 50px !important;
  }

  .post-type-archive-team .col-md-10 h1,
  .post-type-archive-ivestigate .col-md-10 h1,
  .post-type-archive-recent-stories .col-md-10 h1,
  .post-type-archive-story-diaries .col-md-10 h1 {
    font-size: 21px !important;
    padding-top: 14px;
  }

  /* Fill up height of counter on mobile and tablet */
  .progress {
    height: 50px !important;
  }

  div#do-more, div#get-more, div#know-more {
    max-width: inherit;
    float: none;
  }

  a.evidence-btn {
    margin-left: 0;
  }

  .right-side-content{
    width: 100% !important;
  }

  .stories:first-child {
    width: 100% !important;
  }

  .single-advocacy #primary,
  .single-stories #primary {
    margin-top: 140px;
  }

  .advocacy:first-child h2.entry-title a,
  .single-advocacy h1.entry-title {
    font-size: 21px;
    line-height: 30px;
  }

  a.story-know-more-block {
    bottom: -52px;
  }


  .know-more-content, .get-more-content, .do-more-content {
      right: 7.5em;
  }

  .ai-generic-page-left {
    width: 95% !important;
  }

  #accountability.about-us-report-block, .about-us-report-block {
    width: 100% !important;
  }

  .funded-row-block {
    width: 100% !important;
  }

  .do-more .side-btn, .get-more .side-btn, .know-more .side-btn, .side-btn-close {
    float: none;
  }

  .post-type-archive-team nav.menu-scrolled, .post-type-archive-ivestigate nav.menu-scrolled, .page-id-139 nav.menu-scrolled, .post-type-archive-story-diaries nav.menu-scrolled, .post-type-archive-recent-stories nav.menu-scrolled {
    height: 50px !important;
  }

  .evidence-btn i {
      margin: auto;
  }

  .expanding-grid .expanding-container {
    padding: 9px;
  }


    .navbar-brand {
        width: 50%;
        transition: width 500ms ease-in-out;
    }
    .sticky-logo .logo {
        padding-top: 8px;
        width: 30px;
        transition: all .5 ease-in-out;
    }
    .social_icons h4 {
        text-align: center;
    }

    /*header#masthead {
        height: 60px;
    }*/

    .donate-form {
        padding-top: 0px !important;
    }
    .entry-content {
        margin-top: 0px;
    }

    .footer-content-1 {
        margin-bottom: 0px !important;
    }

    .single-stories h1.entry-title {
        margin-top: 230px;
    }

    a.story-know-more {
      width: 109%;
      margin-left: -5%;
      text-align: center;
    }

    a.evidence-btn {
        top: 145px;
        margin-bottom: 40px;
        text-align: center;
    }

    @media (max-width:768px) {
	    a.evidence-btn {
	   		height: auto;
		}
		i.folder-open {
    		height: 104px;
		}
	}

    .vc_col-sm-4.left-content {
        position: relative;
        left: 0;
    }

    .vc_col-sm-4.right-content {
        position: relative;
        right: 0;
    }

    .single-stories article {
        padding: 15px 35px 25px!important;
    }

    .social-post-share {
        position: fixed;
        left: 0px;
        right:0;
        z-index: 900;
        width:auto;
        margin: auto;
        bottom: 0em;
    }

    .social-post-share a {
    float: left;
    width: 50px;
    }

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

    #gform_wrapper_3 .gform_footer.top_label {
        float: none;
        margin: 0;
    }

    div#home-sidebar {
	    float: left;
	    width: 100%;
	}



	.post-type-archive-recent-stories .site-content, .post-type-archive-team .site-content, .post-type-archive-story-diaries .site-content{
		    margin-top: 10px;
	}

    .know-more-content, .get-more-content, .do-more-content {
        position: absolute;
        top: initial;
        bottom: 2.3em;
    }

    .post-type-archive-ivestigate article {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .stories{
      margin-left: 0px !important;
    }

    .add-padding {
      padding-left: 1em !important;
      padding-right: 1em !important;
    }

    .vc_custom_1504039150770 {
      padding-right: 0 !important;
      padding-left: 0 !important;
  }

  .page .col-md-10 h1, .page h1 {
      font-size: 21px;
  }

  .stories:first-child h2.entry-title a,
  .single-stories h1.entry-title {
      font-family: 'Karla-Bold';
      /*font-size: 36px;*/
      line-height: 30px;
      letter-spacing: 1px;
      font-size: 21px;
  }

  .page h2 {
      font-size: 21px;
  }

  /* story diary */
  .story-diary {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .story-diary-details {
    padding: 1.5em;
    padding-top: 60px;
    padding-right: 0.8em;
  }

  .send-tip-off {
    margin-top: 20px;
  }

  .story-diary-expand-container a.close-btn.active {
    padding-top: 1em;
    padding-right: 1.5em;
  }

  .story-diary-details .media-content.row .col-md-6 {
    margin-bottom: 20px;
  }

  /* team */
  .the-team-page {
      margin-top: 45px;
  }

  .links li.col-md-3, .links li.col-md-4 {
    width: 100% !important;
  }

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

  .team-expanding-container a.close-btn.active {
    padding-top: 1em;
    padding-right: 1.2em;
  }

  /* recent stories */

  .recent-story-details {
    padding-left: 2em;
    padding-right: 2em!important;
  }

  .post-type-archive-recent-stories a.close-btn.active {
    padding-top: 2em;
    padding-right: 2em;
  }

  /* Newsroom */
  .page-id-47 .vc_row.vc_row-o-equal-height>.vc_column_container{
    padding-top: .5em !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .page-id-47 .ai-newsroom-block.team-block.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.wpb_column.vc_column_container.vc_col-sm-4.wpb_start_animation.animated {
    padding-left: 15px !important;
  }

  .vc_row.vc_column-gap-30>.vc_column_container {
    padding: 0;
  }

  .ai-newsroom-row {
    padding: .5em;
  }

  .about-block {
    margin-top: 1em;
  }
  .team-block {
    margin-bottom: .6em;
  }

  .go-back-desktop{
    display: none !important;
  }


  .col-md-10{
    clear: both !important;
  }

  i-intro-content{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .container {
    /* padding-right:initial !important;
    padding-left: initial !important; */
  }

  .row.story-diary-heading {
    padding-left: 5px;
    padding-right: 5px;
  }

  .post-type-archive-ivestigate .i-intro-content {
    margin-top: -40px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .wpb_text_column.wpb_content_element.back-tip-off {
    margin-top: -23px;
  }

  .go-back-mobile .vc_column-inner,
  .tip-heading-text .vc_column-inner,
  .go-back-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }



  .post-type-archive-recent-stories .go-back-newsroom i.material-icons,
  .post-type-archive-story-diaries .go-back-newsroom i.material-icons,
  .post-type-archive-team .go-back-newsroom i.material-icons,
  .back-tip-off a.go-back-newsroom i.material-icons{
      right: 55px !important;
      bottom: -1.85em;
      top: initial;
  }

  .back-tip-off a.go-back-newsroom i.material-icons{
    right: 55px !important;
    bottom: -5px;
    top: initial;
  }

  .post-type-archive-ivestigate .go-back-newsroom i.material-icons{
    right: 75px !important;
  }


@media (max-width:768px) {
	.jumbotron.footer-content-1 {
    	padding-bottom: 55px!important;
	}
}

  /* Search not found */
  body.search-no-results main#main {
      max-width: 1100px;
      background: #fff;
      padding: 0px;
      width: 90% !important;
  }

  body.search-no-results section.no-results.not-found {
    padding: 30px;
    margin-top: 4em;
  }

  body.search-no-results .page-header {
    padding: 0px 0px 20px 0px;
  }

  /* Genaeral */
  /*.vc_row.vc_column-gap-30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }*/

  .toggleMenu.menu-scrolled ul.nav.navbar-nav.navbar-right,
  .menu-scrolled ul.nav.navbar-nav.navbar-right  {
    margin-top: 7px !important;
    height: 50px !important;
  }

  .search-icon-wrapper {
    /*height: 6.4vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    /*margin-top: -0.6em;*/
  }



  .jumbotron {
    padding-bottom: 20px;
  }


  .col-md-4.the_side_bar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .newsletter-pop .inner h1,
  .whatsapp-pop .inner h1,
  .try-again-pop .inner h1 {
    font-size: 25px !important;
  }

  input.search-field::placeholder,
  input.search-field {
    font-size: 14px;
    text-transform: uppercase;
  }

  .post-type-archive-advocacy .col-md-4,
  .post-type-archive-advocacy .col-md-8{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 10px 10px 10px 15px;
  }

  div#advocacy-sidebar {
    margin-bottom: 20px;
  }

  .single-advocacy article {
      padding: 35px 35px 35px 35px !important;
  }

  .vc_row {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }

  .page-id-47 .vc_row{
      margin-left: 0px !important;
  }

  .page-id-47 .vc_column_container>.vc_column-inner {
    padding-left: 0px;
  }

  button.search-submit {
    top: -6px;
  }


div#top-menu-container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.hidden-nav .row{
    padding-top: 60px !important;
}



    .stories:first-child h2.entry-title a{
        line-height: 0px !important;
        font-size: 21px !important;
    }

    .ai-generic-page-highlight-h2 {
      width: 100% !important;
    }


    /* single story page */
  .single iframe {
    height: 8em;
  }

  .highlight_list.highlight_list_none {
    background-color: #000000;
    background-color: #000000;
    padding: 10px 25px;
    margin-bottom: 20px;
  }

  /* .single blockquote {
    background-color: #c4161c;
    border-left: 0px !important;
    font-color: red;
    text-indent: unset;
    margin: 0px;
    margin-bottom: 20px;
  }

  .highlight_list.highlight_list_none p,
  .single blockquote p{
    color: #ffffff !important;
  } */

  .highlighted_text.friendly_button_none {
    background: #c4161c;
    padding: 2em 1em;
    margin-bottom: 20px;
    width: 100% !important;
    margin-left: -1px;
  }

  @media (max-width: 480px) {
  	 .highlighted_text.friendly_button_none {
  	 	margin-right: 0;
    	font-size: 16px;
    }
  }

  .highlight_list.highlight_list_none{
    width: 100% !important;
    margin-left: -1px;
  }

  .edidence-docket .inner {
    margin-top: 20%;
    padding: 35px;
  }

  .ai-tips-remove-padding-left {padding-left: 15px !important;padding-bottom: 0 !important;}

  .ai-tips-remove-padding-right {padding-right: 15px !important;}
}


/* PHONES */
@media (max-width: 450px) {
.navbar-toggle {
        margin-top: 0px;
    }
    .search-icon-home{
        height: 3rem;
        top: -3px;
    }

    .search-icon-wrapper.opened {
        margin-top: -2px;
    }

    button.search-submit {
      top: -10px;
    }

    .search-menu-open .main-nav-contain, .main-menu-open .main-nav-contain {
      height: 85px !important;
    }

    .menu-scrolled .main-nav-contain, .menu-scrolled .main-nav-contain{
      height: 50px !important;
    }

    .cd-accordion-menu label, .cd-accordion-menu a {
      padding: 10px 10px 10px 0px;
    }

  .page-id-190 a.story-know-more-block,
  .page-id-180 a.story-know-more-block,
  .page-id-159 a.story-know-more-block,
  .page-id-171 a.story-know-more-block,
  .page-id-12751 span.story-know-more-block {
      padding: 1.8em !important;
      width: 100% !important;
  }

    .page-template-default .modile-menu-toogle .navbar-nav {
        padding-right: 20px;
    }


    .post-type-archive-team .col-md-10 h1,
    .post-type-archive-ivestigate .col-md-10 h1,
    .post-type-archive-recent-stories .col-md-10 h1,
    .post-type-archive-story-diaries .col-md-10 h1 {
      padding-top: 0px;
    }

    .search-icon {
        margin-top: 8px;
    }

    .search-form .centered {
      width: 100%;
      margin: auto;
    }

    div#search-container {
      padding-top: 70px;
      padding-bottom: 0px;
    }

    .search-icon-wrapper {
      height: 5vh !important;
    }

    .search-icon-wrapper-input{
      width: 18px;
    }
    .search-icon-home-input:before, .search-icon-home-input:after{
      height: 1.2rem;
    }
    .modile-menu-toogle .navbar-nav {
        margin: 0px;
        margin-top: 12px !important;
    }

    #accountability.about-us-report-block,
    .about-us-report-block,
    .funded-row-block {
      width: 100% !important;
    }


    /* Generic page styling */
    .ai-generic-page-left {
        background-color: #ffffff !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .about-us-report-block {
        width: 100% !important;
        margin: 0 !important;
    }

    .contact-heading h1 {
      font-size: 21px !important;
    }

    a.story-know-more-block,
    span.story-know-more-block {
      padding: 22px 52px 22px 30px;
      width: 100% !important;
      bottom: 0;

    }

    .ai-generic-page-left-red-block {
        right: 0px !important;
        margin-bottom: 50px;
    }


    .page-header {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        border-bottom: 1px solid #eee;
        padding: 0px 20px 10px 20px;
    }

    .page-template-default .entry-content {
        padding: 0px;
    }

    .toggleSearch {
        top: 180px !important;
    }

    a.story-know-more-block,
    span.story-know-more-block {
        padding: 36px !important;
        background-color: #c4161c;
        color: #fff !important;
        position: relative;
        left: 0px;
        font-size: 14px;
        width: 95%;
        font-family: 'Karla-Reg';
        bottom: 0px;
        display: block;
            text-align: center;
    }

    div#custom-bg {
        height: 300px !important;
    }

    /*.ai-page-header {
        margin-top: 160px;
    }*/

    .vc_row.wpb_row.vc_row-fluid.about-us-report-block {
        padding-top: 0px !important;
    }

    .ai-generic-page-right-block.to-contact-details {
        padding-left: 15px;
    }
}




/* DESKOP */
@media (min-width: 1050px) {
    .menu-top-menu-container .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}


@media (min-width: 1200px) {

    .nav>li>a {
        padding: 10px 5px !important;
        margin: 0px 35px;
    }
}

@media (min-width: 780px) and (max-width: 1140px) {
    .page a.story-know-more-block,
    .page span.story-know-more-block {
      bottom: -4.7em;
  }

  .page  div#content {
      max-width: 970px;
      margin: auto;
  }

  .search-icon-wrapper {
    /*height: 4vh;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-top: 10%;
  }
}

/* SMALL PHONES */
@media (min-width: 200px) and (max-width: 500px) {
    .navbar-brand .normal-logo {
        padding: 15px 15px !important;
    }

    .search-icon-wrapper {
      height: 5vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 40px;
      margin-top: 0em;
    }
}

.about-us-report-block {
    width: 80%;
}





/*  CELLPHONE LANDSCAPE*/
@media (max-height: 450px) and (max-width:800px){

  /* Newsroom title edit */
  .ai-newsroom-row h1 {
      font-size: 21px !important;
  }


  a.story-know-more-block.generic-know-more {
    text-align: center;
  }

  .page-id-139 div#content {
      padding: 20px;
  }

  .page-id-139 .back-tip-off a.go-back-newsroom i.material-icons {
    right: 65px !important;
    bottom: -4px;
    top: initial;
  }

  .vc_row {
    margin-left: 0px !important;
  }

  .hidden-nav, .top-bar-search {
      margin-top: 20px !important;
  }

  #accountability.about-us-report-block, .about-us-report-block, .funded-row-block {
    width: 90% !important;
    margin-left: 5% !important;
  }

  .navbar-default{
    position: absolute !important;
  }

  ul.nav.navbar-nav.navbar-right.mobile-menu-icons {
    margin-top: 8px !important;
  }

    /* feature image*/
    .post-image.first-post, .single-advocacy .post-image {
      overflow: visible !important;
    }

    .post-image.first-post, .single-stories .post-image {
        overflow: visible !important;
    }

    .page-id-18 .stories:first-child {
        margin-top: 385px;
    }

    .single-stories article {
        margin-top: 150px !important;
    }

    .page-id-190 a.story-know-more-block, .page-id-180 a.story-know-more-block, .page-id-159 a.story-know-more-block, .page-id-171 a.story-know-more-block {
        width: 100% !important;
    }

    .ai-generic-page-left {
        width: 90% !important;
        margin: auto;
    }

    .about-us-header-row:first-child {
        margin-top: 200px !important;
    }

    /* Single stories entry titles lanscape adjustment */
    h1.entry-title {
        margin-top: 20px;
    }

    .single-stories h1.entry-title {
        margin-top: 0px;
    }

    .advocacy:first-child section.entry-content {
      margin-top: 280px !important;
    }

    .stories:first-child {
        margin-top: 280px !important;
    }

    .page-id-18 .stories:first-child {
        margin-top: -60px !important;
    }

    .single-advocacy article {
        margin-top: 140px !important;
    }

    .article_text .stories:first-child {
        margin-top: 0px !important;
    }

    /* Page titles on lanscape*/
    .advocacy:first-child h2.entry-title a, .single-advocacy h1.entry-title {
        font-size: 21px !important;
        line-height: 30px !important;
    }

    .stories:first-child h2.entry-title a {
        line-height: 30px !important;
        font-size: 21px !important;
    }

    /* Progress counters for mobile lanscape*/
    .progress {
        height: 72px;
    }

    .newsletter-pop .inner, 
    .whatsapp-pop .inner,
    .try-again-pop .inner {
        margin-top: 0px;
      }

      .newsletter-pop, 
      .whatsapp-pop,
      .try-again-pop {
        overflow: scroll;
      }

      input#gform_submit_button_1, input#gform_submit_button_2 {
        height: auto;
      }

      .edidence-docket .inner {
          margin-top: 0px !important;
        }
      .edidence-docket {
        overflow: scroll;
      }

      .know-more-content, .get-more-content, .do-more-content {
          max-width: 100%;
      }

      .toggleSearch.menu-scrolled, .toggleMenu.menu-scrolled {
          height: 50px !important;
      }

      .navbar-default{
        height: auto !important;
        position: fixed !important;
        overflow: scroll;
      }

      div#top-menu-container {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
      }

      .hidden-nav, .top-bar-search {
        margin-top: 15px !important;
      }

      .hidden-nav .row {
        padding-top: 10px !important;
      }

      /* .main-menu-open{
        position: absolute !important;
      } */

      .progress {
        height: 50px !important;
      }

      .navbar-toggle {
        margin-top: 2px;
      }

      .search-icon-wrapper {
        margin-top: 0.4em !important;
      }


      .cd-accordion-menu label, .cd-accordion-menu a {
          padding: 10px 10px 10px 16px !important;
      }

      /* Opennews room title sizing*/

      .post-type-archive-team .col-md-10 h1, .post-type-archive-ivestigate .col-md-10 h1, .post-type-archive-story-diaries .col-md-10 h1, .post-type-archive-recent-stories .col-md-10 h1 {
        font-size: 21px;
        padding-left: 8px;
      }


      /* Back button alignment correction */
      a.go-back-newsroom {
          margin-top: 5.6%;
      }




  .toggleSearch {
      top: 157px !important;
  }
  .navbar-brand {
    width: 35% !important;
  }
  .search-icon-wrapper {
    margin-top: 35%;
  }

  .know-more-content, .get-more-content, .do-more-content {
      right: 0;
  }

  .do-more .side-btn, .get-more .side-btn, .know-more .side-btn, .side-btn-close {
    float: none;
  }
}

@media (min-width: 1401px) {
	.right-side-content {
        width: 16.1% !important;
    }
}
@media (min-width: 771px) and (max-width: 1400px) {
    .right-side-content {
        width: 17.8% !important;
    }
}

/*  DESKTOP AND TABLET LANDSCAPE*/
@media (min-width: 771px) {


    .vc_col-sm-4.right-content,
    .vc_col-sm-4.left-content {
        width: 43.333333%;
    }

    .highlight-share {
	    width: 128px;
	}

  /* Story details content alignment*/
  .story-diary-details h2 {
      padding-left: 15px !important;
  }

  .post-type-archive-story-diaries .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-type-archive-story-diaries .row {
    margin-right: 15px;
    margin-left: 15px !important;
  }

  .diary-content img{
    width: 95% !important;
  }

  .diary-content div#player {
    width: 95%;
    padding: 0;
  }

    .close {
         top: 0;
         right: 0;
      }

    .social-post-share a.wa {
        display: none;
    }

    /*.fa-whatsapp{
        display: none;
    }*/



    .left-side-content {
       width: 80% !important;
    }


    .vc_col-sm-8.rl-content {
        float: right;
    }

    .single_image_caption p, .gallery_caption p, .video_caption p {
        width: 60%;
    }

    .navbar-default{
      height: 90px;
    }

    .menu-scrolled {
      height: 50px !important;
    }

    .navbar-toggle {
      margin-top: 2px;
    }

    .home .know-more-content,
    .home .get-more-content,
    .home .do-more-content {
      padding-top: 30px;
      bottom: 2em;
      top: initial;
  }

    .team-details  .col-md-9 {
        padding-left: 55px;
    }

    .post-type-archive-team header#masthead {
        height: 178px;
    }

    /* About us */
    .about-us-report-block {
        width: 100% !important;
    }

    .vc_row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .newsroom-block {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .single-stories .col-md-2,
    .single-advocacy .col-md-2{
      /* padding-right: 0px !important;
      width: calc(16.66666667% - 15px); */
    }

    .single-stories article,
    .single-stories .stories:first-child,
    .single-advocacy article,
    .single-advocacy .advocacy:first-child  {
        /* padding: 30px 60px 60px 60px !important;
        margin-left: 15px !important;
        width: calc(100% - 15px) !important; */
    }

    @media (min-width: 1201px) {
        .row.stories-row .col-md-3 {
            width: 18%;
        }
    }
    @media (min-width: 992px) {
        .row.stories-row .col-md-3 {
            width: 17%;
        }
    }
    .single-stories .stories-row,
    .single-advocacy .stories-row{
        width: 100%!important;
        margin: auto!important;
    }

    div#search-container {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .top-bar-search{
      padding-top: 0px !important;
      padding-bottom:0px !important;
    }
    .col-md-9.article_text {
        padding: 0;
        margin-left: 5em;
    }   

    .top-bar-search .row, .hidden-nav .row{
        padding-top: 35px !important;
        padding-bottom:0px !important;
        margin-bottom: 0px !important;
    }

    /* Evidence doc fix */
    a.evidence-btn {
      margin-top: 50px !important;
  }


    nav.toggleSearch{
        top: 130px !important;
        transition: top .8s ease;
    }

    /* Newsroom edit bottom spacing */
    .ai-newsroom-block.wpb_column.vc_column_container, .ai-newsroom-inner-block .vc_column-inner {
        background-color: rgba(255,255,255,0.8);
        padding: 4.5em 2em !important;
    }

    .diary-content .vc_column-inner {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .ai-newsroom-row h1 {
        font-size: 36px !important;
    }

}

@media (min-width:780px) and (max-width:1300px){
  .right-side-content {
        width: 18% !important;
        display:block;
        bottom:0px;
  }
}
@media (min-width:1050px) and (max-width:1099px){
  .col-md-9.article_text {
        width: 88.3%;
        margin-left:-1.6em;
    }
    .social-wrap {
        margin-left: -1.6em;
    }

    .row.stories-row .col-md-3 {
        width: 14%;
    }
}
@media (min-width:1100px) and (max-width:1165px){
  .col-md-9.article_text {
    width: 70%;
    }
}
@media (max-width: 1100px) and (min-width: 991px){
.right-side-content {
    bottom: 2.6em;
}
}
@media (min-width:980px) and (max-width:1100px) {
    .page .social-wrap {
        margin-left: 1.2em!important;
    }
    .ai-generic-page-left {
    	margin-left: 1.2em!important;
    	width: 79.85% !important;
	}
	.right-side-content {
    	width: 13% !important;
        display:block;
        bottom:0px;
	}
	.page a.story-know-more-block {
    	bottom: -8.7em;
	}
}
@media (max-width:979px){
	.ai-generic-page-left,.right-side-content  {
    	width: 100% !important;
	}
}

@media (min-width:1100px) and (max-width:1400px){
  .col-md-9.article_text {
        width: 72.5%;
        margin-left:3.3em;
    }
    .social-wrap {
        margin-left: 2.2em;
    }

    .ai-generic-page-left {
        width: 79.85% !important;
    }
}
@media (min-width:1401px) {
    .ai-generic-page-left.wpb_column.vc_column_container.vc_col-sm-9 {
        margin-left: 5em;
        width: 70.5%;
    }
}

@media (max-width:980px) {
    .col-md-9.article_text {
        width: 100%;
        margin-left: 0em;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin: auto;
    }


    .centered {
      width: 100%;
      display: inline-flex;
      text-align: center;
      margin-left: 30%;
    }



    .modile-menu-toogle {
        display: none;
    }




    .main-nav-contain .container, .container.social_icons{
        max-width: 1450px !important;
    }

    .expanding-grid.container{
        padding-left: 0px !important;
    }

    .single .container {
        max-width: 1450px !important;
    }


    .about-red-block{
    	margin-left: -30px !important;
    }
    .page-template-default main#main {
      max-width: 1360px !important;
    }
    main#main, .page-template-default.page-child main#main, .page-template-default.page-parent main#main {
      max-width: 1200px !important;
    }

    

    /* .vc_row {
        margin-right: 20px !important;
        margin-left: 20px !important;
     } */

     article {
        margin-left: 0 !important;
     }

     .site-footer .jumbotron .container {
        max-width: 1230px !important;
        margin: auto !important;
     }

     .single main#main {
        /*max-width: 1598px !important;*/
        max-width: 1360px !important; 
     }

     .post-type-archive-advocacy .advocacy {
         margin-left: 4.5% !important;
         margin-bottom: 2.5em !important;
         margin-right: 0.5%;
     }

     .advocacy:first-child{
       margin-left: 0% !important;
     }

     .search .main-nav-contain {
       height: 100px !important;
     }

     .search .menu-scrolled .main-nav-contain{
       height: 50px !important;
     }

}


/* Windows PC */
@media (min-width: 1350px) {
  .page-id-190 a.story-know-more-block,
  .page-id-180 a.story-know-more-block,
  .page-id-159 a.story-know-more-block,
  .page-id-171 a.story-know-more-block{
    padding: 26px !important;
    width: 100% !important;
  }

  .ai-generic-page-left {
    margin-top: 16px !important;
  }
}

@media (min-width: 1400px) and (max-width:1500px){
  main#main {
    max-width: 1210px !important;
  }

  .single-stories #primary, .single-advocacy #primary {
    margin-top: 156px;
  }

 /* .ai-generic-page-left {
    width: 72% !important;
  }*/


  .page-id-190 a.story-know-more-block, .page-id-180 a.story-know-more-block, .page-id-159 a.story-know-more-block, .page-id-171 a.story-know-more-block {
    width: 116% !important;
  }


}




@media (min-width: 1023px) {
  .go-back-mobile{
    display: none !important;
  }
}
/* 13 INCH MAC */
@media (min-width: 1100px) and (max-width: 1400px){
    .single .col-md-8 {
        width: 68.666667%;
        margin-left: -2.5%;
    }

    .social-post-share {
        left: 2em;
    }

    .about-us-report-block {
      width: 100% !important;
    }

    .container {
        width: 1160px;
    }

    .page main#main {
      max-width: 1052px !important;
    }

    .ai-generic-page-left-red-block {
      right: 110px !important;
    }
    .vc_row.wpb_row.vc_row-fluid.container.tip-off-heading.go-back-desktop {
    	width: 100%;
	}
    .page-id-190 a.story-know-more-block, .page-id-180 a.story-know-more-block, .page-id-159 a.story-know-more-block, .page-id-171 a.story-know-more-block {
      padding: 26px 16px !important;
      width: 100% !important;
    }


}

/*@media (min-width: 1400px){
	.menu-main-menu-container{
		width: 46%;
	}
}
@media (min-width: 1200px){
	.navi-elements .menu-main-menu-container.menu-top-menu-container{
		display: block!important;
		float: right!important;
		width: 54%;
	}

}


@media (min-width: 1150px) and (max-width: 1199px){
	.navi-elements .menu-main-menu-container.menu-top-menu-container {
	    display: block;
	    float: right!important;
	    width: 44%;
	}

}

@media (min-width: 1150px) and (max-width: 1170px){
	.hidden-nav .menu-top-menu-container .navbar-nav {
	    display: none;
	}
}

@media (min-width: 1165px) and (max-width: 1200px){
	.hidden-nav .menu-mobile-menu-container{
	    display: none!important;
	  }
	}
}*/

/* 13 INCH MAC WITH 10% ZOOM IN BROWSER*/
@media (min-width: 1050px) and (max-width: 1170px){

  .page main#main {
    max-width: 1030px !important;
  }

  .ai-generic-page-left-red-block {
    right: 6em !important;
  }

  .hidden-nav .menu-main-menu-container.menu-top-menu-container,
  .mobile-menu-icons .search-icon-home{
    display: none;
  }

  /*.search-icon-wrapper {
    height: 6vh;
  }*/

  .logo-link {
    top: -65px;
  }

  ul.nav.navbar-nav.navbar-right {
    margin-top: 7px;
  }

  #primary-menu {
    margin-top: 5px;
  }

  .menu-scrolled #primary-menu {
    margin-top: 0px;
  }

  .sticky-logo .logo-link {
    top: -42px;
  }

  .search-menu-open .main-nav-contain,
  .main-menu-open .main-nav-contain{
    height: 115px !important;
  }

  #top-menu>li {
    float: none;
    display: inline-block;
  }

  .navbar-nav>li{
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*Story Page Setting*/
@media (max-width: 1400px) and (min-width: 1100px){
    .social-post-share {
        left: -2em;
    }
}
@media (max-width: 1299px) and (min-width: 1100px){

}
@media (max-width: 1099px) and (min-width: 980px){
    .single-stories .stories-row, .single-advocacy .stories-row {
        width: 850px!important;
    }
}
@media (max-width: 989px) {
    .single-stories .stories-row, .single-advocacy .stories-row {
        width: 100%!important;
    }
    .social-wrap {
    	margin-left: 0em;
	}
    .social-post-share a {
        float: left;
        width: 50px;
    }
}
@media (max-width: 768px) {
	.social-post-share {
        position: fixed;
        left: 0px;
        right:0;
        z-index: 900;
        width:auto;
        margin: auto;
        bottom: 0em;
    }
    .single-stories .post-image {
        position: relative;
        height:auto!important;
    }
    .single-stories #primary {
        margin-top: 0px;
    }
    .single-stories .content-area {
    	padding: 0;
	}
	.container>.navbar-header {
    	margin-right: 0px;
    	margin-left: 0px; 
	}
	.row.stories-row {
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.normal-logo {
    	top: 11px!important;
    	position: relative;
	}
	/*.single-stories main#main {
	    margin-top: -92px;
	}*/
    .single-stories h1.entry-title {
        margin-top: 0px;
    }
    .highlighted_text, .sidebar_content_quote {
        font-size: 15px;
    }
}
@media (min-width: 768px){
	.vc_row.wpb_row.vc_row-fluid.container.tip-off-heading.go-back-mobile {
		display: none;
	}
}

@media (max-width:480px) {
    .highlighted_text, .sidebar_content_quote{
        clear: right;
        float: none;
    }
    .home .stories:first-child {
        width: 100% !important;
    }
    .single-stories .post-image img {
	    width: 140%;
	    max-width: 140%;
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	    right: 0%;
	    position: relative;
	}
}


/*Home Page Main Story*/
@media (max-width: 1049px) and (min-width: 769px){
    .stories:first-child section.entry-content {
        margin-top: 111px;
    }
}

/* TABLETS LANDSCAPE */
@media only screen
  and (min-width: 1023px)
  and (max-width: 1100px){
    .post-type-archive-team nav.menu-ontop,
    .post-type-archive-ivestigate nav.menu-ontop,
    .page-id-139 nav.menu-ontop,
    .post-type-archive-story-diaries nav.menu-ontop,
    .post-type-archive-recent-stories nav.menu-ontop {
        height: 145px !important;
    }

    #gform_wrapper_3 .gform_footer.top_label {
      float: none;
      margin: inherit;
    }

    .post-type-archive-team nav.menu-scrolled, .post-type-archive-ivestigate nav.menu-scrolled, .page-id-139 nav.menu-scrolled, .post-type-archive-story-diaries nav.menu-scrolled, .post-type-archive-recent-stories nav.menu-scrolled {
      height: 50px !important;
    }


    .row.team-heading {
      margin-top: 80px;
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .post-type-archive-ivestigate .i-intro-content {
        margin-top: 0px;
    }

    .row.story-diary-heading {
        margin-top: 30px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .col-md-12.story-diary {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .i-intro-content {
      margin-top: 0px;
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .recent-story-expand-containe .links li img {
        height: 165px !important;
    }

    .vc_row.wpb_row.vc_row-fluid.container.tip-off-heading.go-back-desktop {
        margin-top: 20px !important;
        padding: 0px !important;
    }

    body.search-results main#main {
        margin: 25px;
    }

    /* Newsroom bottom spacing edit */
    .ai-newsroom-row {
        padding-top: 10vh !important;
    }

    .ai-newsroom-block.wpb_column.vc_column_container, .ai-newsroom-inner-block .vc_column-inner {
        background-color: rgba(255,255,255,0.8);
        padding: 5.5em 1em !important;
    }

    .go-back-newsroom i.material-icons {
        right: 180px !important;
    }

    .back-tip-off a.go-back-newsroom {
        margin-right: 105px;
    }

    .single .col-md-8.article_text{
      padding-right: 0px !important;
    }

    .highlighted_text {
      margin-left: -107px;
    }

    .media-image-align-left-list,.media-image-align-left {
      margin-left: -20%;
    }

    .media-image-align-right {
      margin-right: -25%;
    }

    .search-results .primary-nav.menu-scrolled {
        height: 80px !important;
    }

    .know-more-content, .get-more-content, .do-more-content {
      top: initial;
      bottom: 2.2em;
    }

    .toggleMenu.menu-scrolled #primary-menu, .toggleMenu.menu-scrolled .navbar-nav {
      margin-top: 21px !important;
  }

  /* Evidence Docket */
  .edidence-docket .inner{
    padding: 30px 70px 60px;
  }

}

.seachOpen, .hidden-nav-Open{
  display: block !important;
}


/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {
    .page-template-default main#main {
      max-width: 100% !important;
      margin: 0 15px 50px 50px !important;
    }

    .page-template-default.page-id-139  main#main {
      max-width: 100% !important;
      margin: 0 50px 50px 50px !important;
    }

    .page-template-default p {
      font-size: 15px !important;
    }

    a.story-know-more-block {
      padding: 30px !important;
      padding-top: 42px !important;
    }

    .ai-generic-page-left-red-block {
        padding: 0% !important;
    }


    .ai-generic-page-left-red-block a {
        font-size: inherit !important;
    }

    .funded-row-block {
      width: 95% !important;
    }

    .tip-off-intro p {
        font-size: 21px !important;
    }

    .logo{
      max-width: 200px;
    }

}
/* ---- End of Portrait and Landscape */

/* Portrait */
@media only screen
  and (min-device-width: 758px)
  and (max-device-width: 1023px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .ai-page-header {
        margin-top: 175px !important;
    }

    .advocacy:first-child, .post-type-archive-stories .stories:first-child {
        margin-top: 315px !important;
    }

    a.story-know-more-block {
      bottom: -50px !important;
    }

    .page-id-190 a.story-know-more-block, .page-id-180 a.story-know-more-block, .page-id-159 a.story-know-more-block, .page-id-171 a.story-know-more-block {
      padding: 1.8em !important;
      padding-bottom: 2em !important;
      width: 100% !important;
      text-align: center;
    }

    .page-id-171 a.story-know-more-block {
      bottom: -75px !important;
    }



  .h3, h3 {
      font-size: 20px;
  }

  .the-team-page {
      margin-top: -30px;
  }

  .single-stories .stories-row, .single-advocacy .stories-row {
      margin-left: initial !important;
      margin-right: initial !important;
  }

  .go-back-mobile {
    display: block !important;
    bottom: -2.5em;
    z-index: 999;
  }

  .post-type-archive-team .col-md-10 h1 {
      margin-top: 0px;
  }

  .row.team-heading {
      margin-top: -127px;
  }

  .page-template-default.page-id-139 main#main {
    margin: 0 35px 50px 35px !important;
  }



  .tip-off-heading h1{
    margin-top: -27px !important;
  }

  .i-intro-content {
    margin-top: -125px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .row.story-diary-heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: -100px !important;
  }

  .toggleSearch.menu-scrolled, .toggleMenu.menu-scrolled {
        margin-top: -30px;
  }


  .navbar-default.menu-ontop {
    height: 140px !important;
  }

  .toggleMenu.menu-ontop{
    height: 125px !important;
  }

  .toggleSearch.menu-ontop{
    height: 125px !important;
  }

  .toggleMenu.menu-scrolled ul.nav.navbar-nav.navbar-right {
    margin-top: 17px !important;
  }

  .post-type-archive-ivestigate .go-back-newsroom i.material-icons,
  .post-type-archive-recent-stories .go-back-newsroom i.material-icons,
  .post-type-archive-story-diaries .go-back-newsroom i.material-icons,
  .post-type-archive-team .go-back-newsroom i.material-icons,
  .back-tip-off a.go-back-newsroom i.material-icons {
    right: 65px !important;
    bottom: inherit;
    top: initial;
  }

  .row.team-heading {
    padding: 16px;
  }

  .tip-off-heading .wpb_column,
  .tip-off-heading .wpb_column{
    width: 100% !important;
  }


  .single iframe {
    height: 22em;
  }

  .page-id-47 .vc_col-sm-4 {
      width: 95% !important;
  }

  .page-id-47 .vc_col-sm-6 {
      width: 100%;
  }

  .page-id-47 .ai-newsroom-right {
      width: 95%;
  }

  .navbar-brand {
      width: 50%;
      transition: width 500ms ease-in-out;
  }

  .post-image.first-post, .single-stories .post-image, .single-advocacy .post-image {
    top: 0px !important;
      height: 400px !important;
  }
  .stories:first-child {
      margin-top: 215px !important;
  }

  .single .advocacy:first-child{
      margin-top: 185px !important;
  }

  .single .stories:first-child {
      margin-top: 185px !important;
  }

  .single-stories h1.entry-title {
      margin-top: 0;
  }

  .ai-tips-remove-padding-right{
    padding-right: 0px !important;
  }

  .ai-tips-remove-padding-left{
    padding-bottom: 15px !important;
    padding-left: 0px !important;
  }



}

a:hover, .ai-generic-page-black-block a:hover{
  color: #c4161c !important;
}

.ivestigate-block .wpb_wrapper p a:hover{
  color: #000000 !important;
}

/* ----- End of Portrait */


@media(max-width: 1149px) and (min-width: 1050px){

    .post-image.first-post, .single-advocacy .post-image {
        width: 112%;
    }

}

/** Pagination */
.pagination {
    width:100%;
    text-align:center;
    padding:7px 10px 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.pagination .page-numbers {
    padding:3px 6px;
    font-size:15px;
    font-weight:bold;
}
.pagination .current {
    background-color:#c4161c;
    border-radius:10px;
    color:#FFF;
    font-weight: bold;
}

@media all and (max-width:768px) {

    .for-desktop {
        display:none;
    }

}

@media all and (min-width:769px) {

    .for-mobile {
        display:none !important;
    }

}

.tag-cloud-link {
    display:block;
}


#four-zero-four-page h3 {

    margin-top:60px;

}

#four-zero-four-page ul {
    margin:0px;
}

#four-zero-four-page a.tag-cloud-link {
    padding-inline-start:26px;
}


#four-zero-four-page a.tag-cloud-link::before {
    color:#000;
    content: "• ";
    margin-right:8px;
}

#four-zero-four-page, .story-page-container {
    min-height: calc(100vh - 380px);
}

.page-id-47 #content {
    min-height: calc(100vh - 308px);
}

#page #content {
    min-height: calc(100vh - 308px);
}
#TB_window img#TB_Image {
    margin:0px;
    border:none;
}

#TB_caption {
    height:auto;
}

@media all and (min-width:1170px) {

    #toggle-search-mobile {
        margin-top:10px;
    }

}

@media all and (max-width:1150px) {

    .menu-mobile-menu-container {
        display:block;
    }    

}

@media all and (min-width:1151px) {

    .menu-mobile-menu-container {
        display:none;
    }

}

@media all and (min-width:768px) {

    .page .social-wrap {

        margin-top:17px;

    }

}



@media all and (min-width:1351px) {

    .page .social-wrap {
        margin-top:15px;
    }

}

@media all and (min-width:1051px) and (max-width:1400px) {

    .page .social-wrap {
        margin-left: -1.1em;
    }

}


/* footer {  
    bottom:0px;
    width:100%;
    position:fixed;
} */

body img.gform_ajax_spinner {
 display: none !important;
}

li#field_3_2 {
    padding-right:0px !important;
}


@media all and (min-width:771px) {

    .ai-generic-page-left {
        padding-left:60px !important;
        padding-right:60px !important;
    }

    .ai-generic-page-left .vc_column-inner {
        padding-top:50px !important;
        padding-bottom:50px !important;
    }

    .page-id-139 .vc_column_container > .vc_column-inner {
        padding-left:15px !important;
        padding-right:15px !important;
    }
    
    .vc_column_container > .vc_column-inner {
        padding-left:0 !important;
        padding-right:0 !important;
    }

}

@media all and (max-width:770px) {

    .ai-generic-page-left {
        padding-left:40px !important;
        padding-right:40px !important;
    }

    .ai-generic-page-left .vc_column-inner {
        padding-top:50px !important;
        padding-bottom:50px !important;
    }

    .page-id-139 .vc_column_container > .vc_column-inner {
        padding-left:15px !important;
        padding-right:15px !important;
    }

    .vc_column_container > .vc_column-inner {
        padding-left:0px !important;
        padding-right:0px !important;
    }

}

/*.sidebar_content_video.sidebar_content_video_right {
    margin-bottom:40px !important;
}*/

.single_image_wrapper .aglet_caption {
    margin-bottom:20px;
}

.sidebar_content_video.sidebar_content_video_right iframe {
    height:100%;
    width:100%;
}

.sidebar_content_video.sidebar_content_video_right .aglet_caption {
    margin-bottom:20px;
}

.aglet_caption {
    font-size:14px !important;
}

.aglet_caption.right {
    font-size:14px !important;
}

.vc_column-inner {
    padding:20px;
}

/*body .gform_wrapper ul li.gfield {
    margin-top:0px !important;
}*/

#field_1_3, #gform_confirmation_message_1 {
    font-size:14px;
}

#search-no-results {
    font-weight: bold;
}

.ai-newsroom-inner-block .wpb_text_column {
    padding:30px;
}

.gform_button,
.gform_next_button,
.gform_previous_button {
    font-size: 17px !important;
    background: #d8ccba !important;
    margin: 0px 0px 6px !important;
    text-align: center !important;
    padding: 6px !important;
    padding: .6em 2em !important;
    color: #c4161c !important;
    text-transform: uppercase !important;
}

.gform_wrapper .gfield_radio li label,
.gform_wrapper .gfield_checkbox li label {
    margin: 5px 0 0 10px !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox] {
    margin-left:8px !important;
}

/*#gform_7 .gfield_label,
#gform_8 .gfield_label,
#gform_9 .gfield_label {
    margin-left:5px !important;
    margin-top:15px;
}*/

body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top:5px !important;
}

#gform_7,
#gform_8,
#gform_9 {
    padding-left:5px;
    padding-right:5px;
}

#gform_7 .ginput_complex,
#gform_8 .ginput_complex,
#gform_9 .ginput_complex {
    margin-left:6px;
}

.top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 18px) !important;
}


.address_line_1 label,
.address_line_2 label,
.address_city label,
.address_zip label,
.address_state label,
.address_country label {
    margin-bottom:10px !important;
}

/*.address_line_1 label,
.address_line_2 label {
    margin-left:-5px !important;
}*/


/*.address_line_1,
.address_city,
.address_zip {
    margin-left:-5px !important;
}*/

.ginput_container_address {
    margin-left:0px !important;
}

.address_line_2 {
    margin-left:-10px;
}

#input_7_5_6,
#input_9_5_6,
#input_8_5_6 {
    padding:6px;
}

.generic-know-more ul {
    margin-left: 0px;
    padding-left: 15px;
    margin-top:15px;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top:6px !important;
}

.ginput_price {
    display:none;
}

.frequency-label {
    display: block;
    font-weight: bold;
}

.gfield_select, 
#input_7_5_6 {
    padding:5px 4px !important;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#input_7_5_6 {
    margin-bottom:0px !important;
}


#input_10_5_6,
#input_11_5_6,
#input_12_5_6 {
    padding:5px;
    border-radius:3px;
}


#try_again {
    display:none;
}


.page-id-12751 span.story-know-more-block a {
    color:#FFFFFF;
    text-decoration: underline;
}

.page-id-12751 span.story-know-more-block a:hover {
    color:#000000 !important;
}

input#input_2_9 {
	font-size: 20px !important;
    border-bottom: 2px solid #fff;
    border-radius: 0px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}

.bb-mobile-dockets {
	display: none;
}

@media all and (max-width: 768px) {
	a.story-know-more {
		width: 100% !important;
		margin-left: 0 !important;
		position: relative;
		display: block;
	}
	.bb-dockets {
		display: none !important;
	}
	.bb-mobile-dockets {
		display: block !important;
		width: 100%;
		
	}
	a.evidence-btn {
		top: 0;
		margin-bottom: 0;
		display: block !important;
	}
	i.folder-open {
		height: 40px;
	}
	.row.stories-row {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

input#choice_2_5_1, input#choice_2_7_1 {
    width: 20px !important;
}

.stories .entry-content p {
    color: #000;
    font-size: 16px !important;
}





article#post-14651, article#post-14608 {
	margin: 0px;
}

.page-id-14651 header#masthead, .page-id-14608 header#masthead {
    height: 115px !important;
}

/* .bbimage 
  display: inline-block;
	margin-bottom: -30px;
	position: relative; 
	left: 49px;
	width: 27%;
	float: left;
}

.thismain {
	display: inline-block;
  text-align: center;
	padding: 15px 0px;
	width: 72%;
}

.bbname {
	display: inline-block;
	width: 33%;
	padding: 10px 0px;
}


input#lname {
    width: 100%;
}

input#fname {
    width: 100%!important;
}

input#submit-btn {
	margin-top: 15px;
}

.mailchimpdiv {
	text-align: center;
}

/* start media queries for Mailchimp Form *

@media screen and (max-width: 768px) {

    img.news-image {
		display: none!important;
	}
	
	form#mc4wp-form-1 {
    margin-top: -60px;
	}
	

    input#submit-btn {
    width: 100%!important;
	margin-top: 5px;
	}

input#email {
    width: 100%!important;
    padding-bottom: 5px;
	}
	
	.bbname {
    display: block;
    width: 100%;
	padding: 5px 0px!important;
}
	
}

@media screen and (max-width: 450px) {
	img.news-image {
		display: none!important;
	}
	
	form#mc4wp-form-1 {
    margin-top: -120px;
	}
	
	.wpb_column.vc_column_container.vc_col-sm-2 {
    display: none;
	}
	
	input#email {
    width: 100%!important;
	}
	
	input#submit-btn {
    width: 100%!important;
		margin-top: 5px;
	}
	
	.bbname {
    display: block;
    width: 100%;
    padding: 5px 0px!important;
}
	
} */

/*end Mailchimp Form */

/* Nathan stuff */

.bbimage {
    display: inline-block;
    width: 35%;
    margin: 0 auto;
	float: left;
	margin-top: 30px;
}

.thismain {
    display: inline-block;
    width: 64%;
    text-align: center;
	padding: 15px;
	float: right;
}

.bbname {
    display: inline-block;
    width: 49%;
    padding: 10px 0px;
}

input#fname, input#lname, input#email {
    width: 100% !important; 
}

input#submit-btn {
    background-color: #c7161c;
    color: #fff;
    border: 0px solid #c7161c;
    border-radius: 8px;
    width: 100%;
	padding-bottom: 10px;
    margin-top: 15px;
}

.mailchimpdiv {
	width: 100%;
    background: #e2e2e2;
	padding: 15px 20px 25px 20px;
    min-height: 230px;
}

/* form#mc4wp-form-1 {
    width: 100%;
    max-width: 800px;
    background: #e2e2e2;
    padding: 15px 15px;
} */

::placeholder {
  color: lightgray;
	text-align: center;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.page-id-14651 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 80% !important;
		margin: 0 auto !important;
		float: none;
	}
	.bbimage {
		display: none;
	}
	.thismain {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.page-id-14651 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100% !important;
	}
}

.alignnone {
    width: 301px;
    float: left;
    margin-right: 0%;
	padding-left: 3%;!important;
    padding-bottom: 0%;!important;
}