/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #007681;
}
#search-form .search-form-container {
    padding: 3px 0px;
}
/*
#hero-image {
    margin: auto;
    float: left;
    overflow: hidden;
    width: 100%;
    max-height: 160px;
    position: relative;
    display: flex;
    align-items: center;
} */
#caption-text-box {
    position: absolute;
    left: 50%;
    top: 120px;
    //top: 12%;
}
#caption-text {
    font-family: 'Raleway', sans-serif;
    position: relative;
    left: -50%;
    color: #fff;
    margin-top: 50px;
    font-size: 26px;
    text-align: center;
    background: rgba(255, 255, 255, .80);
    padding: 8px 30px 8px 30px;
    border-radius: 8px;
    white-space: nowrap;
}

#caption-undertext {
    position: relative;
    color: #000;
    font-size: 18px;
    text-align: center;
}

#caption-text a:link {
    color: #007681;
}
#caption-text a:visited {
    color: #007681;
}