@charset "UTF-8";
/* CSS Document */
body, html {
    height: 100%;
}
body {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    /*    font-family: 'Inter', sans-serif;*/
    font-family: "Helvetica Neue", sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 1.42858em;
    background-color: #ffffff;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-kerning: normal;}
ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
.img, img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}
/***************** Typography *********************/ 

/*Icons*/
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: url('fonts/icomoon.eot') format('embedded-opentype'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prcarousel issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-ajli-arrow-l:before {
	content: "\e90a";
}
.icon-ajli-login:before {
	content: "\e909";
}
.icon-ajli-facebook:before {
	content: "\e904";
}
.icon-ajli-instagram:before {
	content: "\e905";
}
.icon-ajli-snapchat:before {
	content: "\e906";
}
.icon-ajli-twitter:before {
	content: "\e907";
}
.icon-ajli-youtube:before {
	content: "\e908";
}
.icon-ajli-arrow:before {
	content: "\e903";
}
.icon-ajli-bread:before {
	content: "\e902";
}
.icon-ajli_logo:before {
	content: "\e901";
}
.icon-ajli_heart:before {
	content: "\e900";
}
/*** Text ***/
h1, h2, h3, p, a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
a:hover, a:active, a:focus, a:visited {
    outline: 0 !important;
    text-decoration: none;
    cursor: pointer;
}
a {
    color: #f06f58;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
a:hover {
    color: #999999;
}
p {
    font-size: 15px;
    margin: 0 0 15px 0;
    font-weight: 400;
    width: 100%;
    color: #000;
    line-height: 1.75;
    text-align: left;
}
h1 {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    line-height: 1;
    padding: 0;
    margin-bottom: 10px;
}
h1.hg {
    font-size: calc(1em + 6vw);
    font-weight: 900;
    line-height: 1;
}
.border {
    border-bottom: 15px solid black;
    padding: 0 0 5px 0;
}
.hero h1.hg {
    color: #DADADA;
}

h2{
margin-bottom: 10px;
color: #ff4300;
font-weight: 900;
text-transform: uppercase;
font-size: 13px;
}

h3 {
    font-weight: 500;
}
p.hg {
font-size: calc(1.5em + 1.5vw);
font-weight: 400;
color: black;
line-height: 1.3;
}
p.lg {
    font-size: 25px;
    line-height: 1.5;
}


.logo {
    position: fixed;
    top: 55px;
    left: 55px;
    width: calc(1rem + 3vw);
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.logo-fill {
    fill: #FF4300;
}
/***************** Grid Systems *********************/
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap:before, .wrap:after, .wrap-inner:before, .wrap-inner:after {
    content: " ";
    display: table;
}
.wrap {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.wrap-inner {
    width: 100%;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
}
#main {
    width: 100%;
}
/***Flx Auto ***/
.auto {
    display: -ms-inline-grid;
    display: inline-grid;
    width: 100%;
    gap: 50px 100px;
    justify-items: stretch;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.auto.cols-1 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}
.auto.cols-2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto
}
.auto.cols-3 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto
}
.auto.cols-4 {
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto
}
.auto.cols-5 {
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto
}
.article {
    grid-template-columns: 14.334% 38% 38%;
    gap: 5%;
}
.article.rule {
    grid-template-columns: 14.334% 81.666%;
    margin-top: 75px;
}
.article.rule > div {
    border-top: 1px black solid;
    padding: 50px 0 0 0;
}
.hero .bg-tile {
    height: 90vh;
}
.pad-lg {
    padding-left: 20%;
    padding-right: 20%;
}
.mar-sm {
    margin-bottom: 10px
}
.mar-md {
    margin-bottom: 25px
}
.mar-lg {
    margin-bottom: 50px
}
.mar-hg {
    margin-bottom: 150px
}
.no-scroll {
    overflow: hidden;
}

/***************** Sections *********************/

.wrap.section{
  padding: 100px 0;
}

.section h1 {
border-bottom: 2px solid black;
padding: 0px 25px 10px 0;
width: 100%;
margin: 0;
}


.section p:first-of-type {
  margin-top: 25px
}



/***************** Image Tiles w/Hover Effect *********************/
.tile-wrap {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
    z-index: 0;
    border-top: 2px solid black;
}
.tile-wrap::before {
    content: '' !important;
    display: block;
    padding-top: 100%;
}
.tile-wrap-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    background: #191717;
}
.tile-image-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 9;
}
.tile-wrap:hover .tile-image {
    transform: scale(1.2);
}
.tile-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
    -o-transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
    transition: all .5s 0s cubic-bezier(.48, 0, .12, 1);
}
.tile-copy {
    width: 100%;
    height: 10%;
    padding: 0 0 15px 0;
    top: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    z-index: 9;
    opacity: 1;
    -webkit-transition: opacity .5s .1s cubic-bezier(.48, 0, .12, 1);
    -o-transition: opacity .5s .1s cubic-bezier(.48, 0, .12, 1);
    transition: opacity .5s .1s cubic-bezier(.48, 0, .12, 1);
}
.tile-copy .headline {
    width: 100%;
    font-weight: 600;
    font-size: 1.5em;
    line-height: normal;
    letter-spacing: 0;
    color: #000;
    display: block;
}
.cause {
    grid-gap: 50px !important;
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
}
/***************** Images *********************/
.bg-tile {
    background-size: cover;
    background-position: 25% top;
    background-repeat: no-repeat;
    background-color: #000000;
}
.bg-tile.hero-climate {
    background-image: url("/assets/images/hero-climate.jpg");
}
.bg-tile.hero-war {
    background-image: url("/assets/images/hero-war.jpg");
}
.bg-tile.hero-abuse {
    background-image: url("/assets/images/hero-abuse.jpg");
}
.bg-tile.hero-forest {
    background-image: url("/assets/images/hero-forest.jpg");
}

.bg-tile.hero-video {
    background-image: url("/assets/images/hero-video.jpg");
}
/*list used for left column messege testing*/
.ul-list {
    width: 100%;
    list-style: disc;
}
ul ::marker {
    color: #b5b5b5;
}
.ul-list li {
    font-size: 20px;
    margin: 15px 0;
    color: black;
    font-weight: 600;
}
/***************** Footer *********************/
.foot.flx-p {
    height: 50vh;
}
.foot .menu li a {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.foot .menu li:after {
 height: 2px;
}

/***************** New Future Peace *********************/
/***************** Typography *********************/
p + .quote {
    margin-top: 35px;
}
.quote + p {
    margin-top: 35px;
}
.quote {
    font-family: 'Times New Roman', serif;
    font-size: 50px;
    line-height: 1;
    text-align: center;
}
.meta h2 {
    margin-bottom: 5px;
}
.meta h3 {
    color: #B6B6B6;
}

.events h1{
  margin: 0 0 10px 0;
  font-size: calc(1em + 3vw);
   transition: all .5s cubic-bezier(.48, 0, .12, 1);
}

.events h2{
margin-bottom: 10px;
color: #000000;
font-weight: 1000;
text-transform: none;
font-size: 25px;
margin: 0 0 8px 0;
letter-spacing: -1px;
}

.events > li{
  width: 100%;
  margin-bottom: 100px;
}

.events > li{
cursor: pointer;
}

.events > li:hover h1{
color:#FF4300;
}

.events > li::after{
content: "";
position: relative;
width: 100%;
height: 3px;
background: black;
display: inline-block;
margin: 20px 0 0px 0;
}




/***************** Grid *********************/
.lead {
    margin-top: 150px;
}
/***************** Title bar *********************/
.title-bar-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
}
.title-bar-wrap .bar {
    width: auto;
    border-radius: 10px 10px 0px 10px;
    background: rgba(255, 255, 255, .9);
    padding: 25px 35px;
}
.title-bar-txt {
    color: black;
    font-size: calc(.5em + 1vw);
}
.serif {
    font-family: 'Times New Roman', serif;
}

/***************** Pe Posts *********************/

.takeAction{
  border-bottom: 1px solid black;
  padding:0 0 20px 0;
}


/***************** Buttons *********************/
.btn {
    width: auto;
    position: relative;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 20px;
    transition: all .25s cubic-bezier(.48, 0, .12, 1);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    z-index: 1;
    text-align: center;
    margin: 50px 5px 0 0;
  border: 1px solid transparent;
}
.btn.action {
    background: #FF4300;
    color: #ffffff;
    margin: 20px 0 0 0;
}

.btn.action:hover {
    background: green;
    color: #ffffff;
}

.btn.primary {
    background: #000000;
    color: #ffffff;
    
}
.btn.invert:hover {
    background: #ff4300;
    color: #ffffff;
}
.btn.invert {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
.btn.primary:hover {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}
/***************** Forms *********************/
.custom-select {
    position: relative;
    width: 100%;
}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {
    background-color: #ffffff;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 27px;
    right: 25px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected, .amount div {
    color: #000;
    padding: 20px;
    border: 1px solid #000;
    border-color: #000;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    font-weight: 500;
}
.amount.auto {
    gap: 0;
    justify-content: flex-start;
}
.amount div {
    border-right: none;
}
.amount div:last-child {
    border-right: 1px solid #000;
}
.select-items div {
    border-top: none;
    border-right: none;
    border-left: none;
}
.select-items div:last-child {
    border-bottom: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*Email Forms*/

#enterEmail {
    width: 80%;
    background: #333;
    outline: none;
    border: none;
    font-size: 30px;
    font-weight: 500;
    color: #ff4300;
    position: relative;
    border-bottom: 2px solid white;
    padding: 0px 0px 10px 0px;
    float: left;
    display: block;
    height: 50px;
}

#sendBtn {
  font-weight: 900;
    color: white;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
    width: 20%;
    float: left;
    display: block;
    height: 50px;
    background: #333;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 2px solid white;
  text-align: right;
}

input::placeholder {
        opacity: 1;
      }
  
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}





