/* ==============  SIZR  ==============*/
html::before {
    content: "768-1024px";
}



/* ==============  HOME  ==============*/
.home-social-list {
    width: auto;
    padding: 0;
    left: 50px;
}
.home-social-list li {
    float: none;
    width: auto;
}
.home-social-list img {
    width: 70px !important;
}




/* ==============  TIMELINE  ==============*/
.col-sm-8.col-sm-offset-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    float: none;
}






/* ==============  FACTS  ==============*/
.brick {
    width: 48%;
    float: left;
    height: 300px !important;
    margin: 1%;
}
.bricks-wrapper {
    overflow: hidden;
}
.brick h2 {
    top: 50%;
    transform: translateY(-50%);
}
.brick-2, .brick-8 {
    height: 200px !important;
}
.brick-4, .brick-6, .brick-8 {
    margin-top: calc(-200px - 1%);
}




/* ==============  MOVE UP BANNER IMAGES ON SHORT SCREENS  ==============*/


@media screen and ( max-height: 725px ){

XX.icon {
    padding: 20px 0 17px 0;
}
XX.intro-panel h1 span {
    margin-bottom: 0;
    margin-top: -9px;
}


 
}






/* ==============  FEATURED STORIES BLOCK  ==============*/
.grid figure {
    width: 300px;
    float: left;
    height: 300px;
    border: 10px solid white;
    margin: 0px;
}
.grid {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.grid figure:nth-of-type(1) {
    border-left: 20px solid white;
}
.grid figure:nth-of-type(2) {
    border-right: 20px solid white;
}
.grid figure:nth-of-type(3) {
    border-left: 20px solid white;
    border-bottom: 20px solid white;
}
.grid figure:nth-of-type(4) {
    border-right: 20px solid white;
    border-bottom: 20px solid white;
}


figure.effect-zoe figcaption {
    XX-webkit-transform: translate3d(0,100%,0);
    XXtransform: translate3d(0,100%,0);
   XXheight: 100px;
}
figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    XX-webkit-transform: translate3d(0,200%,0);
    XXtransform: translate3d(0,200%,0);
}
.grid figure img {
    object-fit: cover;
    transition: all 0.2s;
}
figure.effect-zoe h2 {
    padding: 10px;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	XX-webkit-transform: translate3d(0,2%,0);
	XXtransform: translate3d(0,2%,0);
}
figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover img {
    transform: scale(1.05);
}


/* ==============  REGULAR STORIES BLOCK  ==============*/
.container.other {
margin-top: -200px;
z-index: 0 !important;
padding-top: 300px;
}
.container.other::before {
    height: 18vw;
}
.story {
    padding: 0 21%;
}

.turn-word {
    display: block;
    font-family: FuturaCnd;
    text-transform: uppercase;
    font-size: 159px;
    position: absolute;
    transform: rotate(-90deg);
    mix-blend-mode: difference;
    opacity: 0.3;
    transform-origin: bottom left;
    left: 160px;
    top: 700px;
}
/* ======================learning====================== */
#learning-stories .turn-word {
    top: 750px;
}
#learning-stories .grid figure:nth-of-type(2) img { /* move up tower health image */
    margin-top: -57px !important;
}

/* ======================research====================== */


/* ======================experience====================== */
#experience-stories .turn-word {
    top: 851px;
}

/* ======================engagement====================== */
#engagement-stories .turn-word {
    top: 910px;
}

/* ======================places====================== */
#places-stories .turn-word {
    top: 550px;
}


/*---------------------- footer----------------------*/
#footer .head {
    margin-bottom: 25px;
}
#footer .logo {
    margin: 0 10px 10px auto;
    width: 90px;
}
#footer .head h2 {
    width: 566px;
    margin-top: 36px;
}
#footer .left {
    width: 47%;
    float: left;
}
#footer .right {
    float: right;
    width: 47%;
    clear: none;
}
#footer .social {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}