/*
Site Name:      AWF
Envelope Group 2018
Edited 2022.02 GF
Edited 2026.05 PJ - also in v2
*/
/*------------------------------------BODY*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    font-family: 'decima_rounda_regular', sans-serif;
}

body {
    overflow-x: hidden;
}

a {
    font-family: 'decima_rounda_regular', sans-serif;
}

a:link,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.contain {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.containfooter {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1rem;
}

.padtop {
    padding: 1rem;
}

*:focus {
    outline: 0;
}

h1 {
    font-family: 'decima_rounda_regular', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 2rem;
    font-family: 'decima_rounda_light', sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h3 {
    margin: 0;
    text-transform: uppercase;
}

h4 {
    margin: 0;
    padding: 0;
}

h5 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
}

h6 {
    max-width: 250px;
    text-align: center;
    background-color: #f1862a;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grey {
    background-color: #66767B;
}

p {
    font-size: 1.3rem;
    font-family: 'decima_rounda_light', sans-serif;
}

.orange {
    color: #f1862a;
}

.white {
    color: #fff;
}

.donate {
    width: 100%;
    background-color: #f1862a;
    display: flex;
    flex-wrap: wrap;
}

.donate h5 {
    color: #fff;
    display: inline-block;
}

.donate div {
    flex-grow: 1;
    width: 30%;
    padding: 1rem;
}

.donate>div>img {
    padding: 0 1rem;
}

.readmore {
    text-transform: uppercase;
}


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

/*---------------------------------HEADER*/

/*Main Nav*/

.logo {
    position: relative;
    display: inline-block;
}

.logo>a>img {
    width: 125px;
}

.nav {
    font-family: 'Helvetica Neue LT W01_55 Roman';
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    justify-content: space-around;
    padding: 2rem 0;
}

.nav a {
    color: #000;
    margin-left: 1.2rem;
}

.current {
    color: #f1862a !important;
}

.current:hover {
    color: #000 !important;
}

.nav a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: .5px solid #a3acb2;
}

/*Mobile Nav*/

.header_menu {
    width: 30px;
    height: 35px;
    float: right;
    overflow: hidden;
    position: relative;
    display: none;
}

#exit-container {
    width: 55px;
    float: right;
    margin: auto;
    overflow: hidden;
}

.exit-button {
    font-size: 60px !important;
}

.burgerelement {
    width: 2rem;
    height: 5px;
    background-color: #a3acb2;
    margin: 6px 0;
}

#menu_label {
    text-align: center;
    font-size: .6rem;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1000000000;
    left: 0;
    top: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    margin-top: 30px;
    clear: both;
    padding: 0 2rem;
}

.overlay a {
    color: #f1862a !important;
    padding: 8px;
    text-decoration: none;
    font-family: 'decima_rounda_regular', sans-serif;
    font-size: 36px;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.overlay a:hover,
.overlay a:focus {
    color: #fff !important;
    text-decoration: none;
}


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

/*------------------------------------HERO*/

.hero {
    /*    display: flex;*/
    position: relative;
}

.hero_left {
    /*    flex: 1 1 auto;*/
    top: 0;
    color: #fff;
    position: absolute;
    width: 33%;
    background-color: rgba(241, 134, 42, 0.8);
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

.hero_right {
    /*    flex: 1 1 auto;*/
    max-width: 100%;
}

.hero_contain {
    margin: 0 1rem 0 2rem;
}

#header {
    padding: 1rem 0;
    margin-bottom: .1rem;
    /*Firefox slick fix*/
}


#hero_img {
    display: flex;
    width: 100%;
}

.hero_title {
    padding-top: 2rem;
    border-bottom: 1px solid #000;
    line-height: 90%;
    color: #fff;
}

.hero_subtitle {
    padding: 1rem 0;
    line-height: 90%;
    color: #fff;
}

.slide {}

#video {
    padding: 2rem 2rem 2rem 0;
}

#video h2 {
    margin: 1rem 0;
}

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

/*--------------------------------SECTIONS*/

.sectionblock {
    position: relative;
    margin: 1rem 0;
    padding: 2rem 2rem 0 2rem;
    background-color: #fae9d9;
}

.sectionblock:after {
    content: "";
    background: #f1862a;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 0;
    height: 90%;
    width: 10px;
}

.sectionblock:before {
    content: "";
    background: #f1862a;
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 0;
    height: 90%;
    width: 10px;
    z-index: 1;
}

.1block h1 {
    color: #f1862a;
    border-bottom: 1px solid black;
}

.section_flex {
    display: flex;
    padding-bottom: 1rem;
}

.section_internal {
    flex: 1 1 auto;
    display: inline-flex;
    min-height: 100%;
}

.secondary-slider {}

.secondary-image {
    max-width: 35%;
    float: left;
}

.secondary-text {
    max-width: 60%;
    float: right;
}

.portrait {
    float: right;
    width: 40%;
}

#portrait {
    max-width: 100%;
    align-self: center;
    padding: 0;
}

.image_block {
    max-width: 350px;
    min-width: 300px;
}

.image_container {
    padding: 1rem;
}

.image {
    align-self: center;
    width: 100%;
}

.sectionblock p {
    font-size: 1.5rem;
}

.text {
    padding: 1rem 2rem 0 0;
    max-width: 60%;
    flex-direction: column;
}

#about h3 {
    color:
        font-size: 1.5rem;
}

#about p {
    padding: 0;
    margin: .8rem 0;
}

aboutorange {
    font-family: 'decima_rounda_regular', sans-serif;
    color: #f1862a;
}

#network {
    background-color: #d0d0d0;
}

#network .slick-dots,
#people .slick-dots {
    position: inherit !important;
    bottom: 0;
    left: 0;
    display: inherit !important;

}


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

/*--------------------------PROJECT HOLDER*/

holderflex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.holderitem {
    flex: 1 1 auto;
    position: relative;
    padding: 1rem 0;
}

.holderitem img {
    width: 100%;
}

.holderitem h5 {
    color: #a3acb2;
    border-bottom: 1px solid #a3acb2;
    margin-left: 1rem;
}

.holderitem h2 {
    color: #f1862a;
    font-size: 2rem;
    margin-left: 1rem;
}

.holderitem p {
    margin: 0 1rem;
}

.holderitem:nth-child(3n+2) {}

#imageholder {
    position: relative;
}

#circle {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    width: 300px;
    margin: auto;
    position: absolute;
    background-color: #f1862a;
    opacity: .1;
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
}

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

/*--------------------------------PROJECTS*/

.title {
    background-color: #fff;
    padding: 0 1rem;
    margin: 1rem 0;
    color: #fff;
}


.mapinfo {
    padding: 1rem;
    margin: 1rem 0;
    color: #000;
    background-color: #f9f9f9;
}

.title h1 {
    color: #f1862a;
    border-bottom: 1px solid black;
}

.pro_body {
    display: flex;
    clear: both;
}

.pro_left {
    flex: 1 1 auto;
    min-width: 30%;
    max-width: 30%;
    padding: 0 3% 0 0;
}

.pro_right {
    flex: 1 1 auto;
    max-width: 70%;
    margin: 1rem 0;
    font-size: 1.3rem;
}

/*--------------LEFT*/

.pro_left h5 {
    color: #a3acb2;
    border-bottom: 1px solid #000;
    margin: 1rem 0;

}

.pro_left h2 {
    padding: .5rem 0;
    font-family: 'decima_rounda_bold', sans-serif;
    line-height: 90%;
    color: #f1862a;
}

.pro_left p {
    font-size: 1.5rem;
    font-family: 'decima_rounda_regular', sans-serif;
    margin: 0;
}

.pro_left h4 {
    font-family: 'decima_rounda_light', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.inc_left h5 {
    font-family: 'decima_rounda_light';
    color: #000 !important;
    margin-bottom: 1rem;
}

.inc_left p {
    font-family: 'decima_rounda_light', sans-serif;
    color: #a3acb2;
    text-transform: uppercase;
}

/*--------------RIGHT*/

.pro_nav {
    display: inline-block;
    font-size: 1.5rem;
    float: right;
    width: 300px;
    border-bottom: 1px solid #000;
    margin-bottom: 100px;
}

#pro_nav_left {
    display: inline-block;
}

#pro_nav_right {
    display: inline-block;
    float: right;
}

.pro_info {
    clear: both;
    padding-bottom: 1rem;
}

.pro_item {
    border-bottom: 1px solid black;
    color: #f1862a;
    padding: .2rem;
    text-transform: uppercase;
}

.pro_item:nth-child(1) {
    border-top: 1px solid black;
}

#pro_item_id {
    color: #000;
}

#pro_content {
    clear: both;
}

.pro_pullquote {
    color: #f1862a;
    font-size: 1.8rem;
    clear: both;
}

pro-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 2rem;
}

#pro-intro {
    font-size: 1.5rem;
    padding: 1rem 0;
    width: 95%;
    max-width: 450px;

}

item h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid;
}

#item02 {
    padding-top: 1.7rem;
}

#pro-countries {
    padding: 0;
    padding-top: .5rem;
    margin: 0;
    position: relative;
}

pad {
    position: absolute;
}

pad2 {
    padding-left: 3rem;
}

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

/*----------------------------------PEOPLE*/
.img_hero {
    display: block;
}

.people_hero {
    background-color: #fae9d8;
    position: relative;
    overflow: auto
}

.people_left {}

.location_map {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

.people_right {
    width: 70%;
    float: right;
}

.people_right img {
    width: 100%;
}

.network_logo {
    position: absolute;
    left: 1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
}

#network_logo {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.team_title {
    border-bottom: 1px solid black;
    grid-column: 1/-1;
}

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

/*----------------------------PAGE-GENERAL*/

.page_content {
    padding-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.page_container {
    padding-right: 1rem;
}

.page_content:after {
    content: "";
    background: #fae9d8;
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 0;
    height: 90%;
    width: 10px;
}

.page_content:before {
    content: "";
    background: #fae9d8;
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 0;
    height: 90%;
    width: 10px;
}

.page_content h2 {
    font-size: 2rem;
    border-bottom: 1px solid black;
}

.feature_image {
    max-width: 100%;
    padding-bottom: 2rem;

}

#feature_img {
    width: 100%;
}

.donate_button {
    max-width: 250px;
    text-align: center;
    background-color: #f1862a;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
    text-transform: uppercase;
    margin: 1rem 0;
}




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

/*----------------------------------FOOTER*/

#footer_bg {
    background-color: #e7e8eb;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    text-transform: uppercase;

}

.footer_itm {
    margin: 1rem 0;
}

.footer a:hover {
    color: #f1862a;
}

.footer_itm img {
    width: 100%;
}

#footer02 ul {
    margin: 0;
    padding: 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#footer02 ul li {
    list-style: none;
    padding-bottom: 1rem;
    display: inline-block;
    width: 100%;

}

#footer03 ul {
    margin: 0;
    padding: 0;
    clear: both;
}

#footer03 ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#footer03 ul li img {
    width: 35px;
    vertical-align: middle;
    margin-right: 5px;
}

#textbox {
    float: right;
    clear: both;
    text-transform: none;
    padding: 1rem 0;
}



#acnf {
    width: 60px;
    height: 100%;
    vertical-align: top;
    clear: both;
}

#asf {
    width: 140px;
    height: 100%;
    vertical-align: top;
    clear: both;
}

#footer05 {
    grid-column: 1 / span 3;
    font-size: .8rem;
}

#footer06 {
    grid-column: 4 font-size: .8rem;
    justify-self: end;
}

#footer06 p {
    font-size: .8rem;
    padding: 0;
    margin: 0;
}

#envelope {
    margin: 1rem 0;
    font-size: .8rem;
}

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

/*------------------------------BREAKPOINTS*/

@media screen and (max-width: 850px) {

    #heroleft {
        display: none;
    }

    .nav {
        display: none;
    }

    .header_menu {
        display: inline-block;
    }

    .secondary-image {
        max-width: 100%;
        float: none;
        clear: both;
    }

    .secondary-text {
        max-width: 100%;
    }


}

@media screen and (max-width: 750px) {

    .hero {
        display: block;
    }

    .hero_left {
        display: block;
        width: 100%;
        position: relative;
    }

    .hero_right {
        display: block;
        width: 100%;
    }

    .section_flex {
        display: block;
    }

    .text {
        max-width: 100%;
    }

    .network_logo {
        bottom: 0;
        top: inherit;
        left: inherit;
        right: 0;
        transform: none;
        width: 100px;
        height: 100px;
        margin: 1rem;

    }

    .pro_body {
        display: block;
    }

    .pro_left {
        display: block;
        max-width: 100%;
    }

    .pro_right {
        display: block;
        max-width: 100%;
        padding-top: 1rem;
    }

    .pro_nav {
        display: none;
    }

    .location_map {
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
        transform: translateY(0%);
    }

    .location_map img {
        width: 120px;
        padding: 1rem;
    }

    .people_right {
        width: 100%;
    }

    .slick-dots {
        display: none !important;
    }

    .hero_contain {
        margin: 0 0 0 1rem;
    }

    .contain {
        padding: 0;
    }

    .logo {
        padding-left: 1rem;
    }

    .logo a img {
        width: 100px;
    }

    .header_menu {
        padding-right: 1rem;
    }

    .footer_content {
        padding: 1rem;
    }

    .page_container {
        max-width: 100%;
        margin-right: 1rem;
    }

    .pro_body {
        margin: 0 1rem;
    }

    #portrait {
        max-width: 50%;
    }
}


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

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .overlay-content {
        top: 0 !important;
        margin: 0 !important;
    }

    .overlay-content a {
        font-size: 1.4em !important;
    }

    .closebtn {
        font-size: 40px !important;
    }

    #menu_bg_img {
        padding-bottom: 2rem;
    }

    .location_map img {
        width: 100px;
        padding: .5rem;
    }

    .footer {
        padding: 1rem;
        display: block;
    }

    .footer_itm {
        padding: .5rem 0;
        border-bottom: 1px solid;
    }

    #footer01 img {
        width: 50%;
    }

    #footer03 ul li {
        margin-right: 30px;
        float: none;
        display: inline-block;
    }

    #badges {
        clear: both;
    }

    #acnf {
        float: none;
        padding-right: 2rem;
    }

    #asf {
        float: none;
    }

    #textbox {
        float: none;
    }

}


@media screen and (max-width: 550px) {



    #pro-intro {
        max-width: 100%;
    }

    pro-header {
        grid-template-columns: 1fr;
    }

    item {
        padding-bottom: 1rem;
    }

    #intro-block {
        padding: 0 1rem;
    }

    .team_title {
        padding: 0 1rem;
    }

}





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

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

New Styles for AWF Friends Page

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

	.orange {
		color: #f1862a;
	}

	.content * {
		text-transform: none;
		border: 0;
	}

	.nopad {
		padding: 0;
		margin: 1.5rem 0;
	}

	.nopad * {
		padding: 0;
		margin: 0;
	}

	.content h2 {
		margin: 2rem 0;
		border-bottom: 0;
		max-width: 36ch;
	}

	.content p {
		max-width: 45ch;
	}

	.content span {
		color: #f1862a;
	}

	.friend-page .page_container {
		margin: 0 1rem;
		margin-top: -150px;
		background-color: white;
		padding: 1rem;
	}

	@media screen and (max-width: 700px) {
		.friend-page .page_container {
			margin: 0;
		}
	}

	.friend-page.page_content {
		padding-left: 0.5rem;
	}

	.callout.pink {
		background-color: #f8e9d9;
		padding: 1.5rem;
		text-align: center;
	}

	.callout h2 {
		max-width: fit-content;
	}

	.callout {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 2rem 0;
	}

	.callout .icons {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
		margin: 2rem 0;
		width: 100%;
	}

	.callout .icons .item {
	}

	.callout .icons img {
		width: 250px;
		height: 250px;
		margin: 0 1rem;
		border-radius: 50%;
		overflow: hidden;
		aspect-ratio: 1;
	}

	.hero-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 1rem;
		margin: 2rem 0;
		margin-top: 0;
	}

	.hero-grid .content h2:first-child {
		margin-top: 1rem;
	}

	.hero-grid .pop-out {
		border-radius: 50%;
		background-color: #f1862a;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 2rem;
		max-width: 250px;
		aspect-ratio: 1;
		align-self: flex-start;
		justify-self: flex-end;
		font-size: 1.4rem;
	}

	@media screen and (max-width: 700px) {
		.hero-grid .pop-out {
			display: none;
		}
	}

	/* Donate Section */

	.donate-section {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 1rem;
		margin: 2rem 0;
	}

	@media screen and (max-width: 700px) {
		.donate-section .widget {
			grid-row: 1;
		}

		.donate-section .classes {
			grid-row: 2;
		}
	}

	.donate-section .classes {
		display: flex;
		flex-direction: column;
	}

	.donate-section .classes .content {
		padding: 3rem 0;
	}

	.donate-section .classes .item {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.donate-section .classes .item .text {
		max-width: 100%;
		text-wrap: balance;
	}

	.donate-section .classes .item p {
		margin: 0;
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.donate-section .classes .item img {
		width: 10px;
		height: 10px;
		margin-right: 1rem;
	}

	/* Case Studies */

	.case-studies {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1rem;
		margin: 2rem 0;
		width: 100%;
	}

	.case {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 2rem 0;
	}

	.case .image {
		width: 250px;
		height: 250px;
		overflow: hidden;
		border-radius: 50%;
	}

	.case .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 50%;
		overflow: hidden;
		aspect-ratio: 1;
	}

	.case p {
		margin: 0;
		margin-top: 0.5rem;
	}

	/* Thank you section */

	.thanks-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 1rem;
		margin: 2rem 0;
	}

	.thanks-item h2 {
		border-bottom: 0;
		padding-bottom: 1rem;
	}

	.thanks-item ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.thanks-item ul li {
		margin: 0.5rem 0;
	}

	.thanks-logos {
		display: grid;
		/* grid-template-columns: repeat(auto-fit, minmax(150px, 350px)); */
		grid-template-columns: repeat(auto-fit, minmax(150px, 300px));
		gap: 1rem;
		margin: 2rem 0;
	}

	.thanks-logos .logo {
		padding: 0;
		border-bottom: 1px solid #f1862a;
		height: 200px;
		overflow: hidden;
	}

	.thanks-logos .logo img {
		width: 100%;
		/* height: 100%; */
		object-fit: cover;
		object-position: center;
	}

	.thanks-logos .logo p {
		margin: 0;
		padding: 1rem 0;
	}

	.donate-cta {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 2rem 0;
		background-color: #e4e4e4;
		padding: 5rem 2rem;
	}

	.donate-cta button {
		background-color: #f1862a;
		color: #fff;
		font-size: 1.5rem;
		padding: 1rem 2rem;
		border: none;
		cursor: pointer;
	}

	/* Temp positioning */

	.temp-header {
		height: 200px;
		margin-bottom: 3rem;
		width: 100%;
		background-color: #e7e8eb;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.temp-footer {
		height: 400px;
		width: 100%;
		background-color: #e7e8eb;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}