/* Header Styles
================= */
.header-social-icons a i{
        border: 1px solid #000;
}
.logo-holder {
    text-align: center;
}

/* Media Page
============== */
.player {
	/*position: relative;
	padding-bottom: 75.0000%;
	height: 0;
	overflow: hidden;*/
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}
.player iframe {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul.media-meta-data {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.media-meta-data li {
    border-bottom: 1px solid #fdc300;
    padding: 10px 0;
    font-size: 14px;
}
ul.media-meta-data li a {
    color: #000;
}

/* Project Slider
================== */
.view-id-project_features > .view-content {
    position: relative;
}
.view-id-project_features .slider_row {
	overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.view-id-project_features .country-update-item {
    display: inline-block;
    width: 24.7%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.view-id-project_features .country-update-item img {
    width: 100%;
    height: auto;
    padding: 5px;
}

/* User Profile
================ */
.user-profile {
	text-align: center;
}
.user-details {
	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.user-details h2 {
	margin: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.user-details h3 {
	margin: 10px 0;
    font-size: 20px;
    letter-spacing: 1px;
}
.user-bio {
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.user-bio h2 {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 2px solid #fdc300;
    display: inline-block;
}
.user-blog-posts {
	padding-bottom: 20px;
}
.user-blog-posts img {
	margin: 0 auto;
}
.user-blog-posts p.user-blog-created {
	font-size: 12px;
}

/* What We Do
============== */
/*article#node-5286,*/
.field-name-field-introduction {
    width: 75%;
}
.field-name-field-introduction {
    margin-bottom: 20px;
}

/* Impact Page
=============== */
#block-views-impact-views-block h2.block-title,
#block-views-impact-views-block-1 h2.block-title,
#block-views-impact-views-block-2 h2.block-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;
}

/* Max-Width: 1200px
===================== */
@media screen and (max-width: 1200px) {
    nav ul.menu li a {
        font-size: 14px;
    }
}

/* Max-Width: 992px
==================== */
@media screen and (max-width: 992px) {
    .social-search {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .social-search form {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 20px;
        margin-bottom: -25px;
    }
    .header-strapline {
        display: none;
    }
    .big-header .navbar-collapse.collapse {
        padding: 15px 0 0;
    }
    .small-header {
        display: none !important;
    }
}

/* Max-Width: 768px
==================== */
@media screen and (max-width: 768px) {
    .header-social-icons{
        margin-top: 30px;
    }
    .social-search .input-group {
        display: inline-table;
    }
    .navbar-toggle {
        background-color: #fdc300;
        /*float: none;*/ /*CHA*/
        margin: 0;
    }
    .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .header-elements {
        text-align: center;
    }
    .big-header .navbar-collapse.collapse {
        padding: 0;
    }
    nav ul.menu {
        margin: 0;
        width: 100%;
        text-align: left;
    }
    nav ul.menu li {
        border-bottom: 1px solid #000;
        clear: both;
    }
    nav ul.menu li ul.dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        background: transparent;
        margin-left: 0 !important;
    }
    nav ul.menu li ul.dropdown-menu:before {
        display: none;
    }
    nav ul.menu li ul.dropdown-menu li {
        min-width: auto;
        padding: 0 0 0 25px;
        text-align: left;
        border: none;
    }
    nav ul.menu li ul.dropdown-menu li a {
        border: none;
        font-style: italic;
    }

    /*CHA*/
    div.big-header {
        display: none;
    }

    div.mobile-header {
        display: block;
    }

    div.mobile-header .header-options .header-language {
        padding-bottom: 10px;
    }

    div.mobile-header .header-options .header-buttons .header-donate,
    div.mobile-header .header-options .header-buttons .header-search,
    div.mobile-header .header-options .header-buttons .header-menu {
        padding-right: 0;
    }

    .navbar-collapse.collapse{
        display: none !important;
    }

    .navbar-collapse.collapse[aria-expanded="false"] {
        display: none !important;
        height: 100vh !important;
    }

    .navbar-collapse.collapse[aria-expanded="true"] {
        display: block !important;
        height: 100vh !important;
        /*overflow: visible!important;*/
    }

    .navbar-toggle {
        display: block;
    }

    .searchbar-toggle {
        background-color: #fdc300;
        float: right;
        margin: 0;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 1px 6px;
    }
    .searchbar-toggle i.fa-search {
        padding: 7px;
    }
    .mobile-header form.search-form div.input-group span.input-group-btn {
        width: auto;
    }
    /*CHA*/
}

/* Between: 768px and 550px
==================== */
@media (max-width: 768px) and (min-width: 550px) {
    .mobile-header .header-logo a.logo-small.full img {
        width: 40%;
    }
    .mobile-header .header-logo a.logo-small.min img {
        width: 30%;
    }
}

/* Between: 767px and 550px
==================== */
@media (max-width: 767px) and (min-width: 550px) {
    .mobile-header .header-donate {
        width: 66.66666667%;
    }
    .mobile-header .header-options .header-buttons .header-search,
    .mobile-header .header-options .header-buttons .header-menu {
        width: 16.66666667%;
    }
}

/* Max-Width: 425px
==================== */
@media screen and (max-width: 425px) {
    .mobile-header .header-logo a.logo-small.full img {
        width: 60%;
    }
    .mobile-header .header-logo a.logo-small.min img {
        width: 50%;
    }
    .i18n-fr .mobile-header .header-donate,
    .i18n-ru .mobile-header .header-donate {
        padding-left: 0;
    }
    .i18n-fr .mobile-header .header-donate a.header-donate-button,
    .i18n-ru .mobile-header .header-donate a.header-donate-button {
        width: 100%;
        display: block;
        vertical-align: middle;
        font-size: 12px;
    }
}

/* Max-Width: 417px
==================== */
@media screen and (max-width: 417px) {
    .mobile-header .header-donate-button {
        float: right;
        margin-left: 0;
    }

    .mobile-header .header-options .header-language {
        padding-right: 0;
    }

    .mobile-header .header-options .header-buttons {
        padding: 0;
    }

    .mobile-header .header-options .header-buttons .header-donate,
    .mobile-header .header-options .header-buttons .header-search {
        padding: 0 5px;
    }

    .mobile-header .header-options .header-buttons .header-menu {
        padding: 0 0 0 5px;
    }
}

/* Max-Width: 375px
==================== */
@media screen and (max-width: 375px) {
    .mobile-header .header-logo a.logo-small.full img {
        width: 70%;
    }
    .mobile-header .header-logo a.logo-small.min img {
        width: 60%;
    }
    .i18n-ru .mobile-header .header-donate a.header-donate-button,
    .i18n-fr .mobile-header .header-donate a.header-donate-button {
        width: 100%;
        display: block;
        vertical-align: middle;
        font-size: 10px;
        padding: 10px;
    }
}

/* Max-Width: 342px
==================== */
@media screen and (max-width: 342px) {
    .mobile-header .header-donate-button {
        float: inherit;
        margin-left: 0;
    }

    .mobile-header .header-options .header-language {
        padding: 0 5px 10px 0;
    }

    .mobile-header .header-options .header-buttons {
        padding: 0 5px;
    }

    .i18n-ru .mobile-header .header-options .header-buttons .header-donate a.header-donate-button,
    .i18n-fr .mobile-header .header-options .header-buttons .header-donate a.header-donate-button {
        padding: 10px 5px; 
    }

    .mobile-header .header-logo a.logo-small.full img {
        width: 80%;
    }
    .mobile-header .header-logo a.logo-small.min img {
        width: 70%;
    }
}

/* Max-Width: 320px
==================== */
@media screen and (max-width: 320px) {
    .i18n-ru .mobile-header .header-options .header-buttons .header-donate {
        padding-left: 0;
    }
    .i18n-ru .mobile-header .header-options .header-buttons .header-donate a.header-donate-button {
        padding: 10px 4px; 
    }
}

.user-job-title h3{
    text-transform: none;
}

/* Watermark */
.project-active-Active{
    display: none;
}

.watermark-Ended a:after{
    display: inline-block;
    position: relative;
    content: '';
    position: absolute;
    background: url(//international-alert.org/sites/all/themes/international_alert/img/project-ended.png);
    width: 254px;
    height: 253px;
    left: 3px;
    right: 0;
    top: 4px;
    bottom: 0;
}

.rteindent1{
    margin-left: 20px;
}

/*Sign up mail chimp*/
.footer #mc_embed_signup form{
    background: transparent;
    padding: 0px;
}
.footer #mc_embed_signup input.email{
    border: 0;
    width: 210px;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
}
.footer #mc_embed_signup input.button{
    background: url(/images/arrow_black_right.png) no-repeat 8px 15px;
    float: right;
    margin-right: 8px;
    /* margin-top: -59px; */
    height: 44px;
    font-size: 0;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    width: 11%;
    min-width: 30px;
}

/* Take action styles */
.take-action-left {
    border: 1px solid #e6e6e6;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,.1125);
}
.take-action-left form {
    padding: 20px;
}
.take-action-left .heading-1 {
    background: #f6c304;
    padding: 20px;
}
.take-action-left .heading-1 h1 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
}
.take-action-left .heading-2 {
    background: #000;
    padding: 12px 20px;
}
.take-action-left .heading-2 h2 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #f6c304;
}
.take-action-left form .form-type-webform-email .form-control {
    border: 1px solid #000;
    width: 100%;
    height: auto;
}
.take-action-left form button {
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    padding-right: 20px;
    color: #000;
    background-color: #fdc300;
    border-color: #fdc300;
    font-weight: bold;
}
.take-action-left form button:hover,
.take-action-left form button:active, 
.take-action-left form button:focus {
    color: #fdc300;
    background-color: #000;
    border-color: #000;
    text-decoration: none;
}
.take-action-left form button:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 12px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}