@import url("https://use.typekit.net/gae5lww.css");
.variables a {font-size: .714em;}
.name {color: #369; font-weight: bold;}
.value {font-weight: bold;}
.meta {font-size: .714em; color: #666;}

.carousel-caption {
    display: none;
}
.promo_block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.promo-wrapper {
    display: flex;
    background-color: #014937;
    text-align: left;
    overflow: hidden;
}
.promo-caption {
    width: 100%;
    color: white;
    padding: 20px;
}
.promo-box-title {
    font-family: scandia-web, sans-serif;
    font-size: 45px;
}
.promo-box-description {
    font-family: libre-franklin, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20;
}
.promo-block-button {
    background-color: #D87B0D;
    color: #ffffff;
    border-radius: 50px;
    border: 0px;
    font-family: scandia-web, sans-serif;
    font-size: 18px;
    padding: 12px;
    min-width: 235px;
    margin-top: -30px;
}