body {
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
font-style: normal;
color: #222;
background-color: #f5f5f5;
}
.watermark {
font-family: Montserrat, sans-serif;
font-weight: 400;
font-size: 14px;
font-style: normal;
color: #222;
background-color: #f5f5f5;
}
footer {
background-color:#000;
}
h1, h2, h3, h4, h5, h6, p, #content_column {
color: #222;
font-family: Montserrat, sans-serif;
}
.welcome-text-row .inner-column {
background-color: #f5f5f5;
}
.top-container {
border-bottom:1px solid #cdcdcd;
}
.bottom-container a {
color:#FFF;
text-decoration:none;
font-weight:bold;
line-height:1.5;
}
.user-panel .control-panel-link,
.favorites-hover,
.panel-welcome-message {
    font-size: 11px;
}
.navlogo .inner-column img {
    width: 100%;
    max-width: 60px;
    margin: 0 0 0 36px;
}
.navmenu  ul.site-menu li span a,
.navmenu  ul.site-menu li span span {
    font-size: 12px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .6px;
}
.navmenu ul.site-menu li span span:after {
    content: 'arrow_drop_down';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 0 3px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.navmenu  {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    padding: 0 45px 0 0 !important;
}
.navlogin .member-panel {
    margin: 3px 56px 3px 0;
}
.top-label .form-row .text-block {
  max-width: 1000px;
}
.question-panel.top-label.user-form {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}
.form-row input, .form-row select, .form-row textarea {
  border: 1px solid #888 !important;
  border-radius: 3px;
}
.bottom-menu {
    margin: 40px auto 20px!important;
    display: block;
    text-align: center;
    list-style: none;
}
.bottom-menu li {
    display: inline;
    margin: 0 12px;
}
.bottom-menu li a {
    font-family: Montserrat;
    line-height: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}
.footer-container:not(.footer-link) {
    display:none;
}
a.ce-button {
    padding: 12px 36px;
    margin: 12px auto;
}