.landing-hero{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    min-height: 500px;
    height: 50vh;
}
.blue-divider{
    height: 25px;
    width: 100%;
    background-color: #1c1d36;
}
.landing-page-text-mobile, .landing-page-text-desktop{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: auto;
}

.landing-page-logo-1, .landing-page-logo-2{
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 1;
    max-width: 255px;
}
.landing-page h2{
    color: #0f2f72;
    letter-spacing: .01em;
    line-height: 1.3;
    font-size: 25px;
}
.landing-copy{
 margin: 3% auto;
}
.landing-copy p{
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    color: #0f2f72;
    letter-spacing: .01em;
    line-height: 1.3;
    font-size: 25px;
    margin-bottom: 1em;
}
.landing-fullwidth-image-container{
    position: relative;
}
.landing-fullwidth-image-container:after{
    content: "";
    position: absolute;
    background-color: #1c1d36;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 12%;
    opacity: .90;
}
.landing-fullwidth-image-container .full-width-horse-desktop, .full-width-horse-mobile{
    width:100%;
}
.full-width-horse-mobile, .landing-page-text-mobile{
    display: none;
}
.nutrient-blocks{
    background-color: #002d72;
    width: 100%;
    padding: 3% 0 7% 0;
}
.nutrient-blocks h1{
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 1.16;
    letter-spacing: .025em;
    margin-bottom: 2.5em;
}
.nutrition-callout{
    width: 30%;
    margin-right: 5%;
    color: white;
    text-align: center;
}
.nutrition-callout:nth-of-type(3n){
    margin-right: 0;
}
.nutrition-callout img{
    margin: 0 auto;
    display: block;
    height: 100px;
}
.nutrition-callout h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    line-height:1;
    letter-spacing: .07em;
    margin-bottom: 0;
}
.nutrition-callout p{
    font-size: 18px;
    line-height:1.26;
    letter-spacing: .01em;
    font-weight: 300;
}
.ingredients{
    width: 100%;
    padding: 2% 0;
    background-color:#1c1d36;
}
.ingredients .content-max-width{
    display: flex;
    justify-content: space-around;
}
.ingredient-container{
    width: 10%;
    margin-right: 1.42%;
    font-size: 12px;
    color: white;
    text-align: center;
}
.ingredient-container img{
    display: block;
    margin: 1em auto;
}
.ingredient-container:nth-of-type(8n){
    margin-right: 0;
}
.landing-ctas{
    width: 100%;
}
.cta{
    width: 100%;
    text-align: center;
    padding: 5% 0;
}
.cta h1{
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: .025em;
    padding-bottom: 1em;
}
.cta a{
    text-decoration: none;
    font-size: 17px;
    letter-spacing: .05em;
    border: 1px solid white;
    width: 160px;
    text-align: center;
    display: inline-block;
    padding: .3em 0;
}
.dark-cta{
    background-color:#002d72;
    color: #fff;
}
.dark-cta a{
    color: #fff;
}
.light-cta{
    color: #0f2f72;
}
.light-cta a{
    color: #0f2f72;
    border: 1px solid #0f2f72;
}

.cta-post {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: .05em;
  border: 1px solid #0f2f72 !important;
  color: #0f2f72 !important;

  width: 160px;
  text-align: center;
  display: inline-block;
  padding: .3em 0;
}
/* mobile styles */
@media screen and (max-width: 768px) {
    .landing-page-logo-1 {
        bottom: -61px;
        left: 50%;
        transform: translate(-50%,0);
        width: 190px;
    }
    .landing-page-logo-2{
        width: 115px;
        bottom: 10px;
    }
    .landing-copy{
        margin: 70px auto 40px;
    }
    .nutrition-callout{
        width: 100%;
        padding-bottom: 1.5em;
    }
    .nutrient-blocks .content-max-width{
        width: 90%;
    }
    .ingredients .content-max-width{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ingredients{
        padding: 10% 0;
    }
    .ingredient-container{
        width: 30%;
        margin-right: 5%;
    }
    .ingredient-container:nth-of-type(3n){
        margin-right: 0;
    }
    .cta{
        padding: 15% 0;
    }
    .cta h1{
        margin-bottom: 15%;
    }
    .landing-hero{
        min-height: 350px;
    }
    .landing-fullwidth-image-container:after{
        height: 42px;
    }
    .full-width-horse-desktop, .landing-page-text-desktop{
        display: none;
    }
    .full-width-horse-mobile, .landing-page-text-mobile{
        display: block;
    }
}
