
.magazinesearch ::placeholder {
  color: #152931;

}

.content-evelyn--pink {
    background: rgb(216,149,212);
    background: linear-gradient(0deg, rgba(216,149,212,1) 0%, rgba(231,63,97,1) 100%);
    background-image: url("../png/team_bg.png"), linear-gradient(#D895D4, #E73F61); /* W3C */
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 357px;
    height: 477px;
    transform:translate(-50%,-50%);
    left:50%;
    top:50%;
    position: absolute;
    padding: 30px;
    border-radius: 10px;
}

.with-evelyn-card {
    display: flex;
    height: 100%;
    position: relative;
    color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    z-index: 0;
    min-height: 350px;
}

.with-evelyn-card:after {
    content: '';
    display: block;
    background-image: url('../jpg/evelyn.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    transition: transform 0.2s ease-in-out;
}

.with-evelyn-card:hover:after {
    transform: scale(1.1);
}

.downloads-card {
    display: flex;
    height: 100%;
    position: relative;
    color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    z-index: 0;
    min-height: 350px;
}

.downloads-card .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    color: white;
    padding: 50px 35px;
}

.downloads-card h3 {
    font-weight: 800;
    font-size: 45px;
}

.downloads-card .downloads-text {
    font-size: 30px;
    font-weight: 500;
    text-decoration: underline;
}

.downloads-card:after {
    content: '';
    display: block;
    background-image: url('../jpg/downloads-card.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    transition: transform 0.2s ease-in-out;
}

.downloads-card:hover:after {
    transform: scale(1.1);
}

.category-lets-break-it-down-with-evelyn .evelynlink {
    color: #50C4C1 !important;
}

.with-evelyn-card__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(80,196,193,1) 0%, rgba(255,255,255,0) 45%);
    padding: 21px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.downloads-hero {
    background-image: url(../jpg/downloads-hero.jpg);
    background-color: #50C4C1;
    overflow: hidden;
}





.downloads-hero .downloads__inner {
    color: white;
    margin-bottom: 0 !important;
}

.downloads-hero .downloads__copy {
    font-size: 20px;
    max-width: 496px;
    line-height: 1.3;
    color: #ffffff!important;
    margin-bottom: 0 !important;
}

.with-evelyn-card__title {
    color: #ffffff;
    font-size: 22px;
}

.with-evelyn-card__title-small {
    font-size: 14px;
    margin-left: 30px;
}

.with-evelyn-card__more {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.with-evelyn-card__title span {
    content: url('../svg/breaking-it-down.svg');
}

.magazine-item .categorycircle--evelyn {
    background-image: url('../jpg/evelyn-small.jpg');
    background-position: center;
    background-size: cover;
}

.category-lets-break-it-down-with-evelyn .nav li a.nav-btn {
    background-color: #50C4C1;
    border-color: #50C4C1;
}

.category-lets-break-it-down-with-evelyn .nav li a.nav-btn:hover {
    color: #50C4C1;
    background-color: transparent;
    border-color: #50C4C1;
}

.category-lets-break-it-down-with-evelyn nav>div>div>div>a img:first-child {
    content: url('../svg/evelyn-category-logo.svg');
}

.with-evelyn-hero {
    background-image: url('../jpg/hero-bg.jpg');
    background-color: #50C4C1;
    overflow: hidden;
}

.with-evelyn-hero__title {
    content: url('../svg/breaking-it-down-large.svg');
    max-width: 323px;
    height: auto;
}

.with-evelyn-hero__copy {
    font-size: 20px;
    max-width: 496px;
    line-height: 1.3;
}

.with-evelyn-hero__inner {
    margin-bottom: 90px !important;
}

.with-evelyn-hero__buttons {
    margin-top: 40px;
}

.with-evelyn-hero__button {
    background-color: #67D6D3;
    border: 2px solid #67D6D3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}

.with-evelyn-hero__button:active,
.with-evelyn-hero__button:focus {
    text-decoration: none;
}

.with-evelyn-hero__button:hover {
    color: #67D6D3;
    border-color: white;
    background-color: white!important;
    font-size: 14px;
    text-transform: uppercase;
}

.with-evelyn-hero__button--secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #142831 !important;
}

.with-evelyn-hero__button--large {
    background-color: transparent!important;
    border-color: transparent!important;
    color: #FFFFFF !important;
    font-size: 32px!important;
    text-transform: none;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.with-evelyn-hero__button--large:hover,
.with-evelyn-hero__button--large:focus,
.with-evelyn-hero__button--large:active {
    color: #E8EDF1!important;
}

.with-evelyn-hero__button--secondary:hover {
    border-color: #67D6D3 !important;
    background-color: #67D6D3!important;
    color: white !important;
}

.with-evelyn-hero__circle-one {
    top: -48px;
    left: -20px;
}

.with-evelyn-hero__circle-two {
    bottom: 55px;
    right: 48px;
}

.with-evelyn-hero__circle-three {
    bottom: -80px;
    right: -95px;
}

/* Background to match other modal BG */
.modal-evelyn {
    background: rgba(255,255,255,0.95) !important;
}

.category-lets-break-it-down-with-evelyn .content-evelyn {
    background-color: #50C4C1 !important;
}
.category-downloads header.magazine {

    height: 450px;
}
.category-downloads .menu-pad {
    height: 80px;
}



.download-thumbs {
    position: absolute;
top: 16%;
right: 3%;
width: 32%;
z-index: 2;
}

.download-circle-1 {
    position: absolute;
    left: 40%;
    bottom: -120px;
    width: 14%;
}

.download-circle-2 {
    position: absolute;
    top: 50px;
    right: 0;
    width: 40%;
    z-index: 1;
    
}

@media (max-width: 767px) {
    .with-evelyn-hero {
        height: 660px !important;
        background-image: none;
    }

    .with-evelyn-hero__inner {
        margin-bottom: 60px !important;
    }

    .with-evelyn-hero__title {
        width: 100%;
    }

    .with-evelyn-hero__button {
        display: block;
        text-align: center;
        margin-bottom: 15px !important;
    }


    .downloads-hero {
        background-position: left;
    }
    

    .download-circle-1, .download-circle-2 , .download-thumbs{
        display: none;
    }

}
