#top_strip{
background:var(--dark-2);
width:100%;
font-size:13px;
}
#top_strip .ts_in{
max-width:1140px;
margin:auto;
height:34px;
display:flex;
align-items:center;
justify-content:space-between;
}
#top_strip a{
color:#9fb3c2;
text-decoration:none;
}
#top_strip a:hover{
color:#fff;
}
#top_main{
background:var(--dark);
width:100%;
}
#top_content{
max-width:1140px;
margin:auto;
height:68px;
display:flex;
align-items:center;
color:#fff;
}
#top_logo{
height:38px;
width:200px;
margin-right:36px;
display:block;
}
.top_nav{
display:flex;
gap:30px;
align-items:center;
}
#top_main .top_nav a{
color:#dfe7eb;
text-decoration:none;
font-size:15px;
font-weight:600;
padding-bottom:5px;
border-bottom:2px solid transparent;
transition:color .15s, border-color .15s;
}
#top_main .top_nav a:hover{
color:#fff;
border-bottom-color:rgba(255,255,255,.35);
}
#top_main .top_nav a.act{
color:#fff;
border-bottom-color:var(--green);
}
.top_cta{
margin-left:auto;
background:#169a0f;
color:#fff !important;
text-decoration:none;
display:inline-block;
border-radius:999px;
padding:11px 20px;
font-size:14px;
font-weight:700;
cursor:pointer;
white-space:nowrap;
}
.top_cta:hover{
background:#128a0c;
}
