@charset "utf-8";
/*===============================
    General Layout Styling
=================================*/
/*html, body {
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}*/

html {
    -ms-overflow-style: scrollbar;
}

section {
}

footer {
    padding: 25px 0;
}

@media screen and (min-width: 760px) {
    footer .col-content {
        min-height: 150px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 760px) and (orientation: portrait) {
    footer .col-content {
        min-height: inherit;
        margin-bottom: auto;
    }
}

/*===============================
    Content Style Overrides
=================================*/
@media screen and (max-width: 568px) {
    .free-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*===============================
    Bootstrap Overrides
=================================*/
.carousel {
    z-index: auto;
}

.carousel-control {
    z-index: 100;
}

.dropdown-menu {
    z-index: 1001;
}

nav.navbar.yamm {
    z-index: 101;
}

.navbar-collapse.in {
    overflow-y: inherit;
}

/*===============================
    Navigation Styling
=================================*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background: #ECECEC;
    background-color: #ECECEC;
}

.search_bar {
    width: 94%;
}

.nav-logo img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 760px) {
    .meganavlist > ul {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .search_bar {
        width: 200px;
    }

        .search_bar .search-input {
            width: 100%;
            left: 0;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .search_bar .search-input:focus {
                width: 200%;
                left: -100%;
            }
}

@media (min-width: 768px) and (orientation: portrait) {
    .search_bar .search-input:focus {
        width: 100%;
        left: 0;
    }
}
/*===============================
    Arch Styles
=================================*/
.arch-richText, .arch-htmlContent {
    padding-left: 5px;
    padding-right: 5px;
}

    .arch-richText img, .arch-htmlContent img {
        max-width: 100%;
        height: auto !important;
    }
	
@media screen and (max-width: 768px) {
    .arch-richText, .arch-htmlContent {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*===============================
    Grid Item Styling
=================================*/
.arch-grid {
    clear: both;
}

section.alt-bg {
    margin-top: 2px;
}

section.even .grid-item-wrapper .grid-item.even .caption,
section.even .grid-item-wrapper .grid-item.even .caption .caption-meta,
section.even .grid-item-wrapper .grid-item.even .caption .caption-wrap,
section.odd .grid-item-wrapper .grid-item.odd .caption,
section.odd .grid-item-wrapper .grid-item.odd .caption .caption-meta,
section.odd .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    background: white;
}

section.even .grid-item-wrapper .grid-item.even,
section.even .grid-item-wrapper .grid-item.even .thumbnail,
section.odd .grid-item-wrapper .grid-item.odd,
section.odd .grid-item-wrapper .grid-item.odd .thumbnail {
    background: white;
}

section.odd .grid-item-wrapper .grid-item.even .caption,
section.odd .grid-item-wrapper .grid-item.even .caption .caption-meta,
section.odd .grid-item-wrapper .grid-item.even .caption .caption-wrap,
section.even .grid-item-wrapper .grid-item.odd .caption,
section.even .grid-item-wrapper .grid-item.odd .caption .caption-meta,
section.even .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
    background: #ECECEC;
}

section.odd .grid-item-wrapper .grid-item.even,
section.odd .grid-item-wrapper .grid-item.even .thumbnail,
section.even .grid-item-wrapper .grid-item.odd,
section.even .grid-item-wrapper .grid-item.odd .thumbnail {
    background: #ECECEC;
}

section.odd .grid-item-wrapper .EventGrid .grid-item.even,
section.even .grid-item-wrapper .EventGrid .grid-item.odd,
section.odd .grid-item-wrapper .EventGrid .grid-item.even .thumbnail,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .thumbnail,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption .caption-meta,
section.even .grid-item-wrapper .EventGrid .grid-item.odd .caption .caption-wrap {
    background: white;
}


.grid-item {
    overflow: hidden;
}

    .grid-item .imageContainer a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

@media screen and (-webkit-max-device-pixel-ratio: 1) {
}

.imageContainer .img-as-block {
    display: block;
}

.ios51-fix {
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (orientation: portrait) {
    .ios51-fix {
        background-size: 100% auto;
    }
}

@media screen and (orientation: landscape) {
    .ios51-fix {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 767px) {
    .grid-item .caption-wrap {
        margin-top: 20px;
    }
    .arch-grid .grid-item .caption {
        position: absolute;
        overflow: hidden;
        -moz-transition: max-height 450ms linear 0ms;
        -o-transition: max-height 450ms linear 0ms;
        -webkit-transition: max-height 450ms linear 0ms;
        transition: max-height 450ms linear 0ms;
        bottom: 1px;
        left: 0;
        right: 0;
    }
    
    .arch-grid .grid-item:hover .caption {
        max-height: 100% !important;
    }
    
    .arch-grid .grid-item .caption .caption-wrap {
	    -moz-transition: color 300ms linear;
        -o-transition: color 300ms linear;
        -webkit-transition: color 300ms linear;
        transition: color 300ms linear;
        
    }

    section.even .grid-item-wrapper .grid-item.even .caption .caption-wrap,
    section.odd .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
        color:#fff;
    }
    section.odd .grid-item-wrapper .grid-item.even .caption .caption-wrap,
    section.even .grid-item-wrapper .grid-item.odd .caption .caption-wrap {
        color:#ECECEC;
    }

	section.even .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
    section.odd .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap,
    section.odd .grid-item-wrapper .grid-item:hover.even .caption .caption-wrap,
    section.even .grid-item-wrapper .grid-item:hover.odd .caption .caption-wrap {
        color:#000;
    }

    /*

        .arch-grid .grid-item .caption .caption-wrap {
            overflow: hidden;
            position: relative;
            left: 0;
            right: 0;
            bottom: 0;
            -moz-transform: translate3d(0,100%,0);
            -ms-transform: translate3d(0,100%,0);
            -o-transform: translate3d(0,100%,0);
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0);
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -webkit-transition: all 300ms linear;
            transition: all 300ms linear;
            z-index: 1;
        }

            .arch-grid .grid-item .caption .caption-wrap p {
                margin-top: 0;
            }

        .arch-grid .grid-item .caption .caption-meta {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            -moz-transition: all 100ms ease-in-out 0;
            -o-transition: all 100ms ease-in-out 0;
            -webkit-transition: all 100ms ease-in-out 0;
            transition: all 100ms ease-in-out 0;
        }
        .arch-grid .grid-item:hover .caption, .arch-grid .grid-item:hover .caption .caption-meta {
            max-height: 95% !important;
            padding-bottom: 15px;
        }
    .arch-grid .grid-item:hover .caption .caption-wrap {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        max-height: 1000px !important;
    }

    .arch-grid .grid-item .caption .caption-meta p.pre-caption {
        position: relative;
        bottom: 0;
        margin: 10px 0 0;
        -moz-transition: bottom 300ms ease-in-out;
        -o-transition: bottom 300ms ease-in-out;
        -webkit-transition: bottom 300ms ease-in-out;
        transition: bottom 300ms ease-in-out;
    }*/
}

.grid-item .caption .caption-spacer {
    height: 15px;
    margin-bottom: 10px;
}

.staff-grid-item .caption {
    min-height: 100px;
}

.social-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
}

.flickr-image, .youtube-video {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .flickr-image img, .youtube-video img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: inherit !important;
        height: 100% !important;
        width: auto;
    }

.thumbnail.twitter, .thumbnail.youtube, .thumbnail.flickr, .thumbnail.facebook {
    width: 100%;
    min-height: 250px;
    margin-bottom: 2px;
}

.thumbnail.twitter, .thumbnail.facebook {
    height: auto;
    width: 100%;
    overflow: hidden;
}

    .thumbnail.twitter:hover, .thumbnail.facebook:hover {
        overflow: auto;
    }


.twitter .caption, .facebook .caption {
    bottom: 0;
    position: inherit;
    padding-left: 40px;
}

.img-loading {
    background: white url('https://search.webdepozit.sk/webarchiv/public/20170224191503/http://www.fiafoundation.org/images/loading.gif') no-repeat center center;
}

.img-failed .fa {
    width: 50%;
    display: block;
    margin: 10% 10%;
    font-size: 4em;
}


.caption .social-date {
    position: absolute;
    top: 14px;
    right: 15px;
}
/*===============================
    Navigation Logo fixes
=================================*/
.nav-logo-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 5em;
}
/*===============================
    Column Sizing
=================================*/
.col3-small {
    max-width: 291px;
    height: 290px;
}

.col3-medium {
    max-width: 388px;
    height: 290px;
}

.col3-large {
    max-width: 485px;
    height: 290px;
}

.col4 {
    max-width: 291px;
    height: 198px;
}

.col3 {
    height: 250px;
}

.col2 {
    max-width: 583px;
    height: 250px;
}


.col3-small, .col3-medium, .col3-large, .col4, .col3, .col2 {
    position: relative;
    margin: 0;
}

@media screen and (max-width: 480px) {
    /*mobile portrait*/
    .col4, .col3, .col2 {
        max-width: 100%;
        height: 110px;
    }

    .col3-small, .col3-medium, .col3-large {
        max-width: 100%;
        height: 110px;
    }
}

@media screen and (max-width: 568px) and (orientation: landscape) {
    /*mobile landscape*/
    .col4, .col3, .col2 {
        max-width: 100%;
        height: 180px;
    }

    /*.col3-small, .col3-medium, .col3-large {
        max-width: 100%;
        height: 110px;
    }*/
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .col3-small, .col3-medium, .col3-large, .col4, .col3, .col2 {
        max-width: 100%;
    }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
    .col3 {
        height: 205px;
    }
    .col4 {
        height: 148px;
    }
}

@media screen and (min-width: 768px) {
    /*
    .col3-small, .col3-medium, .col3-large {
        max-width: 500px;
    }
    .col3 {max-width: 388px;}
    */
}

/*===============================
    Blog Styling
=================================*/
.blog-post-meta span:nth-of-type(2) {
    padding-left: 5px;
    border-left: 1px solid #999;
    margin-left: 3px;
}

.blog-post-img {
    max-width: 100%;
    overflow: hidden;
}

    .blog-post-img img {
        min-width: 100%;
        max-width: 100%;
    }

.img-right, .img-left {
    float: none;
    clear: inherit;
    margin: inherit;
}

    .img-right a, .img-left a {
        margin: 0;
    }

    .img-right.width-288, .img-left.width-288 {
        max-width: 288px;
    }
    .img-right.width-388, .img-left.width-388 {
        max-width: 388px;
    }

.content-image-wrapper {
    width: 100%;
}
    .blog-post .content-image-wrapper {
        margin-bottom: 10px;
    }

    .blog-post .content-image-wrapper a {
        margin-top: 10px;
        display: block;
    }
    .content-image-wrapper a:first-child { margin-top: 0;}
    @media screen and (max-width: 480px) {
        .blog-post .content-image-wrapper {
            margin-bottom: 20px;
        }
    }

@media screen and (min-width: 768px) {
    .img-right.width-288, .img-left.width-288 {
        max-width: 288px;
    }
    .img-right.width-388, .img-left.width-388 {
        max-width: 388px;
    }

    .img-right {
        float: right;
        margin-left: 20px;
    }

    .img-left {
        float: left;
        margin-right: 20px;
    }
}

.blogArchive ul
{
	list-style-type: none;
	padding: 0px 15px;
}

.sidebar-module {
    margin: inherit;
    padding-top: 15px;
    padding-left: 20px;
}

    .sidebar-module h2 {
        margin-left: -10px;
    }
/*===============================
    Carousel Styling
=================================*/
.carousel-indicators {
    left: 65%;
    width: 30%;
}
.carousel-inner .item a {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://search.webdepozit.sk/webarchiv/public/20170224191503/http://www.fiafoundation.org/img.png) no-repeat;
}
.carousel-title {
    background: none;
}

    .carousel-title h1 span {
        padding: 7px 15px;
        display: inline-block;
        float: left;
        clear: left;
        white-space: nowrap;
    }


.carousel-description p {
    background: none;
    padding: 0;
}

.carousel-description * {
    padding: 0;
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: 'Whitney A', 'Whitney B', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
}

.carousel.slide .map {
    width: 100%;
    height: 250px
}

@media screen and (min-width: 768px) {
    .carousel.slide .map {
        width: 100%;
        height: 450px;
    }    
}

.player-bg-full-width {
    background: black;
    z-index: 20;
}

    .player-bg-full-width .carousel-caption {
        width: auto;
        z-index: 1;
    }

.video-item .container {
    z-index: 10;
    position: relative;
}

.video-item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.item.video-item {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}
.item.video-item iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.carousel .item .embed-responsive.embed-responsive-16by9 {
    padding: 0;
    min-height: 150px;
}

@media screen (min-width: 768px) {
    .item.video-item {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .item.video-item {
        width: 100%;
        height: 300px;
    }
    .item.video-item iframe {
        height: 300px;
        width: 50%;
        left: 25%;
        right: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .item.video-item {
        width: 100%;
        height: 374px;
    }
    .item.video-item iframe {
        height: 374px;
        width: 50%;
        left: 25%;
        right: 25%;
    }
}

.item.video-item.playing {
    max-height: inherit;
    height: auto !important;
    z-index: 103;
}

/*===============================
    Content Modal Images
=================================*/

/*===============================
    Social Grid Items
=================================*/

.social-grid-item {
    width: 100%;
}

    .social-grid-item.small {
        max-width: 25%;
    }

    .social-grid-item.medium {
        max-width: 25%;
    }

    .social-grid-item.large {
        width: 50%;
    }

.arch-latestSocialItems .connect-item {
    margin-right: 1px;
}
.arch-latestSocialItems .item-wrapper:last-child .connect-item {
    margin-right: 0;
}

/*===============================
    Section Definitions
=================================*/
.secondary-nav li.active {
    margin-top: -17px;
    height: 52px;
    margin-bottom: -17px;
}

    .secondary-nav li.active a {
        padding-top: 17px;
        text-decoration: none;
        height: 52px;
        color: #666;
    }

.secondary-nav-bg {
    overflow: hidden;
}

.rssp-section {
    background: #003876;
}

    .rssp-section a {
        color: white;
    }

.mrs-section {
    background: #000;
}

    .mrs-section a {
        color: white;
    }

.rsf {
    background: #EBB426;
}

    .rsf a {
        color: white;
    }

.secondary-nav.rsf-hover li a:hover, .secondary-nav.rsf-hover li.active a {
    background: #F8E6B8;
}

.gfei {
    background: #9F9F26;
}

    .gfei a {
        color: white;
    }

.secondary-nav.gfei-hover li a:hover, .secondary-nav.gfei-hover li.active a {
    background: #DEDFBD;
}
.general {
    /* background-color: #0180ad; */
    background-color: #002d5f;
}

    .general a {
        color: white;
    }

.secondary-nav.general-hover li a:hover, .secondary-nav.general-hover li.active a {
    background: #ECECEC;
	color:#666;
}
.secondary-nav-bg.general .secondary-nav-section {
    padding: 17px 10px 14px 10px;
    background: white;
}
.secondary-nav-bg.general .secondary-nav-section a {
    color: #333;
}   
/*===============================
    share and follow lists
=================================*/
.social-wrapper {
    position: relative;
    top: 35px;
}

    .social-wrapper > ul > li, .social-wrapper > ul > li > ul {
        float: left;
    }

        .social-wrapper > ul > li > ul {
            height: auto;
        }

    .social-wrapper .social-list-toggle {
        float: left;
        margin: 0 10px;
        padding: 4px 0 0 0;
    }

    .social-wrapper > ul li > a {
        color: #FFF;
    }

    .social-wrapper > ul li > ul li {
        float: left;
        margin: 3px 10px 0 0;
    }
/*===============================
    social brand colours
=================================*/
.theatre {
    -webkit-transition: background 600ms ease-in-out;
    -moz-transition: background 600ms ease-in-out;
    -ms-transition: background 600ms ease-in-out;
    -o-transition: background 600ms ease-in-out;
    transition: background 600ms ease-in-out;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0);
}

    .theatre.active {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        background-color: rgba(0, 0, 0, .9);
        z-index: 9;
        cursor: pointer;
    }

/*===============================
    social grid items
=================================*/
#social-grid-items .item-wrapper {
    background: none !important;
    /*width: 100%;*/
}

@media screen and (min-width: 641px) {
    #social-grid-items .item-wrapper {
        width: inherit;
    }
}

#social-grid-items .item-wrapper .connect-item > a {
    display: block;
    width: 100%;
    height: 100%;
}

#social-grid-items .item-wrapper .social-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 20;
    padding: 8px 12px 5px 12px;
    color: white;
}

#social-grid-items .flickr .post-footer, #social-grid-items .instagram .post-footer {
    width: 100%;
    background: #ECECEC;
    padding: 15px;
    color: #333;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    overflow: hidden;
    font-size: small;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    max-height: 100px;
    z-index: 10;
}

#social-grid-items .connect-item.flickr, #social-grid-items .connect-item.instagram {
    overflow: hidden;
}
    #social-grid-items .flickr .post-footer p, #social-grid-items .instagram .post-footer p {
        padding: 10px;
    }

#social-grid-items .flickr:hover .post-footer, #social-grid-items .instagram:hover .post-footer {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#social-grid-items .flickr .post-author-container small, #social-grid-items .instagram .post-author-container small {
    font-size: 12px;
    line-height: 0.05;
    padding: 0;
    margin: 0;
}

#social-grid-items .connect-item .post-footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 5px 10px;
}


#social-grid-items .connect-item {
    position: relative;
    font-size: 14px;
    padding: 0;
}

    #social-grid-items .connect-item .post-content.last {
        padding: 5px;
    }

    #social-grid-items .connect-item.flickr .post-content.last {
        padding: 0;
        background: white;
    }

    #social-grid-items .connect-item.facebook .post-content.last,
    #social-grid-items .connect-item.twitter .post-content.last {
        padding: 5px 15px;
    }

    #social-grid-items .connect-item.flickr .post-content.last,
    #social-grid-items .connect-item.facebook .post-content.first,
    #social-grid-items .connect-item.twitter .post-content.first {
        display: none;
    }

#social-grid-items .mailchimp {
    background: white;
}

    #social-grid-items .mailchimp .post-content.first {
        display: none;
    }

    #social-grid-items .mailchimp .post-content.last {
        padding: 50px 15px 0 15px;
    }

    #social-grid-items .mailchimp .post-content.last h4 {
        margin: 5px 0 7px 0;
    }
    .mailchimp .submit {
        margin-top: 10px;
    }
@media screen and (orientation: landscape) and (max-device-width: 768px) {
    #social-grid-items .mailchimp .post-content.last h4 {
        line-height: 2px;
        font-size: 16px;
        font-weight: normal;
    }
}

#social-grid-items .connect-item.item-1x1,
#social-grid-items .connect-item.item-2x2,
#social-grid-items .connect-item.item-2x1 {
    width: 100%;
    min-width: 291px;
    height: 175px;
}

@media screen and (max-width: 568px) {
    #social-grid-items .connect-item.item-1x1,
    #social-grid-items .connect-item.item-2x2,
    #social-grid-items .connect-item.item-2x1 {
        min-width: 322px;
    }
}
#social-grid-items .connect-item.item-1x1.mailchimp { height: 200px;}

#social-grid-items .connect-item .post-body {
    position: relative;
    height: 100%;
}

#social-grid-items .connect-item .post-content {
    position: absolute;
    top: 0;
    bottom: 0;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

    #social-grid-items .connect-item .post-content.first img {
        max-width: inherit;
        height: auto;
        width: auto;
    }

    #social-grid-items .connect-item .post-content.first a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

#social-grid-items .connect-item.item-2x1 .post-content.last {
    right: 0;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 568px) and (orientation: landscape) {
    #social-grid-items .connect-item.item-2x1,
    #social-grid-items .connect-item.item-2x2,
    #social-grid-items .connect-item.item-1x1 {
        width: 283px;
        min-width: initial;
    }
}

#social-grid-items .connect-item .post-content.first {
    left: 0;
    width: 100%;
}

#social-grid-items .connect-item.item-1x1 .post-content.first {
    z-index: 10;
}

.connect-item.facebook {
    background: #EBF6FC;
}

.facebook .post-content.first {
    display: none;
}

#social-grid-items .connect-item.facebook .post-content.last,
#social-grid-items .connect-item.twitter .post-content.last {
    left: auto;
    min-height: inherit;
    font-size: 88%;
    right: auto;
    bottom: auto;
    top: 40%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60%;
}

#social-grid-items .connect-item.facebook .post-footer,
#social-grid-items .connect-item.twitter .post-footer {
    bottom: auto;
    top: 30px;
    left: 5px;
}

#social-grid-items .connect-item.facebook .social-date,
#social-grid-items .connect-item.twitter .social-date {
    position: relative;
    top: -15px;
    padding-left: 50px;
}

#social-grid-items .connect-item.youtube .post-content.first {
    width: 100%;
}

#social-grid-items .connect-item.youtube .post-footer .post-author-container h5 {
    text-transform: inherit;
}

#social-grid-items .connect-item.youtube .post-content.last {
    display: none;
}

#social-grid-items .connect-item.youtube .post-footer {
    width: 100%;
    background: #ECECEC;
    padding: 12px 15px;
    color: #333;
    font-size: 15px;
}

@media screen and (min-width: 586px) {

    #social-grid-items .connect-item.youtube .post-footer {
        font-size: 20px;
        padding: 15px;
    }
}

#social-grid-items .connect-item.youtube .post-footer .social-date {
    display: none;
}

@media (min-width: 768px) {
    #social-grid-items .connect-item.item-2x1 {
        width: 583px;
        height: 248px;
    }

    #social-grid-items .connect-item.item-2x2 {
        width: 583px;
        height: 500px;
    }

    #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp{
        width: 291px;
        height: 248px;
    }

    #social-grid-items .connect-item.item-2x1 .post-content.last {
        width: 80%;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    #social-grid-items .connect-item.item-2x1,
    #social-grid-items .connect-item.item-2x2,
    #social-grid-items .connect-item.item-1x1 {
        width: 367px;
        height: 248px;
    }

        #social-grid-items .connect-item.item-2x1 .post-content.last {
            width: 80%;
        }
}

@media (min-width: 992px) {
    #social-grid-items .connect-item.item-2x1 {
        width: 483px;
        height: 210px;
    }

    #social-grid-items .connect-item.item-2x2 {
        width: 483px;
        height: 421px;
    }

    #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp{
        width: 241px;
        height: 210px;
        min-width: inherit;
        min-height: 210px;
    }

    #social-grid-items .connect-item.item-2x1 .post-content.last {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    #social-grid-items .connect-item.item-2x1 {
        width: 583px;
        height: 236px;
    }

    #social-grid-items .connect-item.item-2x2 {
        width: 583px;
        height: 473px;
    }

    #social-grid-items .connect-item.item-1x1, #social-grid-items .connect-item.item-1x1.mailchimp{
        width: 291px;
        height: 236px;
        min-width: inherit;
    }

    #social-grid-items .connect-item.item-2x1 .post-content.last {
        width: 80%;
    }
}

.marker-label,
.marker-icon {
    z-index: 99;
    position: absolute;
    display: block;
    margin-top: -50px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    font-size: 30px !important;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
}

/*===============================
    Member Grid Items
===============================*/
.member-grid-item.grid-item {
    height: auto;
    min-height: 260px;
	width: 48.9%;
}

.member-grid-item img {
    position: inherit !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.member-grid-item .caption {
    position: inherit;
}

.member-grid-item .caption-meta p {
	font-size: 11px;
}
@media screen and (orientation: landscape) {
    .member-grid-item.grid-item {
        min-height: 380px;
	}
}
@media screen and (min-width: 1024px){
	.member-grid-item.grid-item {
	    max-width: 33%;
	}
}
@media screen and (min-width: 1200px) {
    .member-grid-item.grid-item {
        min-height: 429px;
        max-width: 24.9%;
	}
    .member-grid-item .caption {
        min-height: 230px;
    }
}

/*===============================
    New Grid Item Styles
===============================*/
.grid-item .image {
    /*-moz-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
    -o-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
    -webkit-transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;
    transition: margin-left 300ms ease-in-out, margin-right 300ms ease-in-out, height 150ms ease-in-out;*/
}

/* New styles */

.clean {
    background-color: #f3c615;
    color: #ffffff;
}

    .clean a {
        color: #ffffff;
    }

.fair {
    background-color: #d47428;
    color: #ffffff;
}

    .fair a {
        color: #ffffff;
    }

.target-save-lives-social {
    width: 100%;
    float: left;
    clear: both;
    margin-right: 25px;
    margin-bottom: 20px;
}

.text-block-padding-right {
    padding-right: 25px;
}

.text-block-padding-left {
    padding-left: 25px;
}

.grid-text-bg {
    padding: 18px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-grey {
    background-color: #ececec;
}

@media screen and (max-width: 768px) {

.rsf-hover li:hover, 				
.gfei-hover li:hover,
.general-hover li:hover {
	background-color: transparent !important;
}
				
.secondary-nav li.active {
    display: block;
	border: solid #ffffff;
	border-width: 0 0 1px 0;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	padding-top: 0 !important;
	padding-bottom: 8px !important;
}

.secondary-nav li.active a {
        padding-top: 17px;
        text-decoration: none;
        /* height: 52px; */
        color: #666;
}

}

/*===============================
    Form Styling
===============================*/
form form .col-xs-1, form .col-sm-1, form .col-md-1, form .col-lg-1, form .col-xs-2, form .col-sm-2, form .col-md-2, form .col-lg-2, form .col-xs-3, form .col-sm-3, form .col-md-3, form .col-lg-3, form .col-xs-4, form .col-sm-4, form .col-md-4, form .col-lg-4, form .col-xs-5, form .col-sm-5, form .col-md-5, form .col-lg-5, form .col-xs-6, form .col-sm-6, form .col-md-6, form .col-lg-6, form .col-xs-7, form .col-sm-7, form .col-md-7, form .col-lg-7, form .col-xs-8, form .col-sm-8, form .col-md-8, form .col-lg-8, form .col-xs-9, form .col-sm-9, form .col-md-9, form .col-lg-9, form .col-xs-10, form .col-sm-10, form .col-md-10, form .col-lg-10, form .col-xs-11, form .col-sm-11, form .col-md-11, form .col-lg-11, form .col-xs-12, form .col-sm-12, form .col-md-12, form .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;    
}

/*===============================
			Full Width Image
===============================*/
.FullWidthImage
{
	position: relative;
	margin: 0 0 2px 0;

	width: 100%;

	min-width: 100%;
}

    .FullWidthImage img
    {
	    top: 0;
	    left: 0;

	    width: 100%;

	    z-index: 0;
    }

	.FullWidthImage figcaption
	{
		position: relative;
		width: 100%;
		top: 20%;
		z-index: 0;
		padding: 15px 20px;
		text-align: left;
		background-color: #000;
		color: #fff;
	}
        .FullWidthImage figcaption p:last-child {
            margin: 0;
        }

    .FullWidthImage .container
	{
		position: relative;
        padding: 0;
	}
@media (max-width:769px){
    .FullWidthImage figcaption {
        top: 20% !important;
    }
}
@media (min-width:769px)
{
	.FullWidthImage figcaption
	{
		position: absolute;
		width: 75%;
		z-index: 10;
		padding: 0;
		text-align: left;
		background-color: inherit;
		color: #fff;
	}

	.FullWidthImage .left
	{
		left: 0px;
	}

	.FullWidthImage .right
	{
		text-align: right;
		right: 0px;
	}
}
@media (min-width: 992px) {
    .FullWidthImage figcaption { width: 50%;}
}
@media (min-width: 1200px) {
    .FullWidthImage figcaption { width: 30%;}
}

/* GFEI Global Map Styles */ 
.global-map h3 { font-family: 'Whitney Cond A', 'Whitney Cond B', sans-serif;font-weight: 600;}
.global-map svg {width: 100%;max-width: 100%;background-color: #B7E1F8;}
.global-map path:hover, .global-map circle:hover { cursor: pointer;}
.global-map .colour path:hover { cursor:default;}
.global-map-list { display: none;}
.global-map-list .list-group-item:last-child, .global-map-list .list-group-item:first-child {border-radius: 0;}
.global-map .popover,
.global-map .popover-title { background-color: #002D5F;color: #ffffff;}
.global-map .popover { border-radius: 10px;padding-top: 4px;}
.global-map .popover-title {border-radius: 10px; border-bottom: 0;line-height: 100%;font-size: 21px;font-weight: 500;text-transform: uppercase;}
.global-map .popover.right>.arrow:after { border-right-color: #002d5f;}
.global-map .popover.left>.arrow:after { border-left-color: #002d5f;}
.global-map .popover-content {padding: 0 14px 2px;}

@media (max-width: 768px) {
    .global-map { display: none;}
    .global-map-list { display: block;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .global-map svg { width: 750px;height: 395px;}
    .global-map .latin-america-popover { margin-top: -3px;}
    .global-map .europe-popover { margin-top: 45px;margin-left: 10px !important;}
    .global-map .africa-popover { margin-top: -20px;}
    .global-map .north-america-popover { margin-top: 25px;margin-left: -50px !important;}
    .global-map .middle-east-and-western-asia-popover { margin-top: 14px;}
    .global-map .asia-and-the-pacific-popover { margin-top: -65px;}
    .global-map .central-and-eastern-europe-popover { margin-top: -2px;}
}

@media (min-width: 992px) and (max-width: 1199px){
    .global-map svg { width: 970px;height: 505px;}
    .global-map .latin-america-popover { margin-top: 0px;}
    .global-map .europe-popover { margin-top: 57px;margin-left: 30px !important;}
    .global-map .africa-popover { margin-top: -28px;}
    .global-map .north-america-popover { margin-top: 33px;margin-left: -85px!important;}
    .global-map .middle-east-and-western-asia-popover { margin-top: 18px;}
    .global-map .asia-and-the-pacific-popover { margin-top: -83px;}
    .global-map .central-and-eastern-europe-popover { margin-top: -2px;}
}

@media screen and (min-width: 1200px) {
    .global-map svg { width: 1170px;height: 610px;}
    .global-map .latin-america-popover { margin-top: 2px;}
    .global-map .europe-popover { margin-top: 70px;}
    .global-map .africa-popover { margin-top: -28px;}
    .global-map .north-america-popover { margin-top: 45px;}
    .global-map .middle-east-and-western-asia-popover { margin-top: 18px;}
    .global-map .asia-and-the-pacific-popover { margin-top: -100px;}
    .global-map .central-and-eastern-europe-popover { margin-top: -2px;}
}

/* Carousel image positioning*/
@media (max-width: 768px) {
    .carousel-inner .item img {
        position: relative;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */





/*
     FILE ARCHIVED ON 19:15:03 Feb 24, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:14:04 Sep 24, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
