<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for TwoStates featured top.
 */

.featured-top {
  text-align: center;
  font-weight: normal;
  background: #F9F9FB;
  height: 252px; position:relative;
}
.region-featured-top{
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
}

.featured-top h2
{   color: #434C5E;
    font-family: "BrandonGrotesque";
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    padding: 60px 0 0 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured-top p
{ display: none; }

.featured-top #search-block-form { margin: 0 auto; width: 1000px; }

.featured-top input.form-search
{  -webkit-appearance: none; outline: none;
    height: 60px;
    width: 940px;
    border: 1px solid #E6EAF1;
    border-radius: 100px;
    background: url('../../images/search.svg') no-repeat left 20px center #FFFFFF; margin: 0 auto; padding: 0 0 0 50px; float: none;
    box-shadow: none;  color: #434C5E;  font-family: "Open Sans";  font-size: 18px;  line-height: 24px; font-weight: 100;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    transition: 0.2s all ease-in;
}

.featured-top input.form-search:focus
{  border: 1px solid #468DEF;  }

.featured-top .form-submit
{ display: none;  }

</pre></body></html>