/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

.body{
	background-color:#fff !important;
}

.l-footer {
    background-color: #990000 !important;
    justify-content: center;
    text-align: center;
    color: white;
}

.l-footer a {
	color:white;
}

.block-search-form .form-search {
  display: flex;
  max-width: 300px;
  margin: 20px 0;
}
.block-search-form input.form-search-input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-right: none;
}
.block-search-form input.form-submit {
  background-color: #8C0000;
  border: 1px solid #8C0000;
  color: #fff;
  padding: 6px 12px;
  cursor: pointer;
}
.block-search-form input.form-submit:hover {
  background-color: #700;
  border-color: #700;
}
.l-attribution .l-roW {
	display: none;
}
.node.node--id-1.node--type-page.node--view-mode-full {
  padding: 0;
  margin: 0;                                                                                                            }
.field-name-title{
    color: #990000;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.5em 0;
    line-height: 1.125;
}

.field__item{
    padding-top: 10px;
    padding-left: 5px;
}
.rtecenter{
    font-size: 0.8em;
    text-align: center;
    }
