.form-container .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.form-container .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

#main-content #main article {
  padding: 0 2em 2em;
}

@media screen and (max-width: 768px) {
  .adsr-table-wrapper input,
  .adsr-table-wrapper select {
    font-size: 16px;
  }
}

.adsr-table-wrapper select {
  background-size: cover;
}

.adsr-table-wrapper .dtr-details li span {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.adsr-table-wrapper .band {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.adsr-table-wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: none;
}

.adsr-table-wrapper .button {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em;
  font-size: 90%;
}

.adsr-table-wrapper #adsr-table {
  border-collapse: separate;
}

.adsr-table-wrapper #adsr-table td,
.adsr-table-wrapper #adsr-table th {
  border-width: 0 0 1px 1px;
  border-color: rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

.adsr-table-wrapper table.dataTable.display td,
.adsr-table-wrapper table.dataTable.display th {
  border-width: 0 0 1px 1px;
  border-color: rgba(0, 0, 0, 0.1);
  line-height: 1.4;
}

.adsr-table-wrapper table.dataTable.display.no-footer {
  border: none;
}

.adsr-table-wrapper table.dataTable.display.DTFC_Cloned td,
.adsr-table-wrapper table.dataTable.display.DTFC_Cloned th {
  border-right-width: 1px;
  vertical-align: middle;
  text-align: left;
}

.adsr-table-wrapper table.dataTable.display .name-wrapper {
  width: 100%;
}

.adsr-table-wrapper table.dataTable.display .name {
  float: left;
  max-width: 70%;
  white-space: nowrap;

}

.adsr-table-wrapper table.dataTable.display .button {
  float: right;
  margin: 0 0 0 0.5em;
  font-weight: normal;
}

.adsr-table-wrapper table.dataTable.display thead .sorting,
.adsr-table-wrapper table.dataTable.display thead .sorting_asc,
.adsr-table-wrapper table.dataTable.display thead .sorting_desc {
  background-size: 1em 1em;
  background-position: calc(100% - 0.5em) 50%;
  padding-right: 1.75em;
}

.adsr-table-wrapper table.dataTable.display thead .sorting {
  background-image: url(/fonts/sort-both.svg?6ee7ecfa1c80b681c49b118152bab8ea);
}

.adsr-table-wrapper table.dataTable.display thead .sorting_asc {
  background-image: url(/fonts/sort-asc.svg?0da05c85be7180d5867d4c4e713b7279);
}

.adsr-table-wrapper table.dataTable.display thead .sorting_desc {
  background-image: url(/fonts/sort-desc.svg?a4ed247bd94c3bace34c017309417d29);
}

.adsr-table-wrapper table.dataTable.display thead th {
  vertical-align: middle;
  border-color: #d0d0d0;
  background-color: #ededed;
}

.adsr-table-wrapper table.dataTable.display thead tr.groupings th {
  background-color: #DDDDDD;
  border-color: #aaaaaa;
  border-width: 1px 0 1px 1px;
}

.adsr-table-wrapper table.dataTable.display thead tr.groupings th:last-child {
  border-right-width: 1px;
}

.adsr-table-wrapper table.dataTable.display tbody tr.odd {
  background-color: #F9F9F9;
}

.adsr-table-wrapper table.dataTable.display tbody tr.odd .sorting_1 {
  background-color: rgba(0, 0, 0, 0.06);
}

.adsr-table-wrapper table.dataTable.display tbody tr.even .sorting_1 {
  background-color: rgba(0, 0, 0, 0.02);
}

.adsr-table-wrapper table.dataTable.display tbody tr:hover,
.adsr-table-wrapper table.dataTable.display tbody tr.hover {
  background-color: #daeac5;
}

.adsr-table-wrapper table.dataTable.display tbody tr:hover td,
.adsr-table-wrapper table.dataTable.display tbody tr.hover td {
  border-color: #abd079;
}

.adsr-table-wrapper .adsr-table-buttons-wrapper .button {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.65em 1em 0.7em;
}

.adsr-table-wrapper #adsr-table-search {
  min-width: 0;
}

.adsr-table-wrapper .adsr-table-controls label {
  display: block;
  width: 100%;
}

.adsr-table-wrapper .adsr-table-controls label::after {
  content: none;
}

.adsr-table-wrapper .adsr-table-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adsr-table-wrapper .adsr-table-meta .dataTables_length,
.adsr-table-wrapper .adsr-table-meta .dataTables_paginate {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.adsr-table-wrapper .adsr-table-meta .dataTables_length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adsr-table-wrapper .adsr-table-meta .dataTables_info {
  padding-top: 0;
}

.adsr-table-wrapper .adsr-table-meta .dataTables_paginate .paginate_button.current:hover {
  color: white;
}

.adsr-table-wrapper .adsr-table-meta .dataTables_paginate .paginate_button:hover {
  border-color: #333333;
  color: #333333 !important;
  text-decoration: none;
  background: linear-gradient(to top, #dedede 0%, #f9f9f9 100%);
}

@media screen and (min-width: 768px) {
  .adsr-table-wrapper #adsr-table {
    word-wrap: break-word;
  }

  .adsr-table-wrapper #adsr-table td,
  .adsr-table-wrapper #adsr-table th {
    min-width: 200px;
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .adsr-table-wrapper table.dataTable.display {
    word-wrap: break-word;
  }

  .adsr-table-wrapper table.dataTable.display td,
  .adsr-table-wrapper table.dataTable.display th {
    min-width: 200px;
    max-width: 400px;
  }

  .adsr-table-wrapper table.dataTable.display .dataTables_length,
  .adsr-table-wrapper table.dataTable.display .dataTables_paginate {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .adsr-table-wrapper table.dataTable.display thead tr.groupings {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .adsr-table-wrapper table.dataTable.display .dt-buttons {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta .dataTables_length,
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta .dataTables_paginate {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 480px) {
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta .dataTables_length,
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta .dataTables_paginate {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .adsr-table-wrapper table.dataTable.display .adsr-table-meta .dataTables_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 1em;
  }
}

.mobile .adsr-table-wrapper td {
  display: table-cell;
  border-style: solid;
}

.mobile .adsr-table-wrapper td::before {
  content: none;
}

.mobile .adsr-table-wrapper tr {
  display: table-row;
  border-bottom: initial;
}

.mobile .adsr-table-wrapper th {
  display: table-cell;
}

.mobile .adsr-table-wrapper td.mobile-right {
  text-align: right;
}

.adsr-table-wrapper ul li {
  background: none;
  margin-bottom: 0;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr > th:first-child {
  padding-left: 35px;
  display: block;
  min-height: 20px;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr > th:first-child .name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr > th:first-child .name {
  float: none;
  max-width: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr > th:first-child .button {
  float: none;
  margin: 0;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr > th:first-child::before {
  height: 25px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: none;
  border: none;
  line-height: initial;
  border-radius: 50%;
  background-color: #286f94;
  font-family: "FontAwesome";
  content: "\f107";
  top: 6px;
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr.child ul {
  max-width: calc(80vw - 35px);
}

.adsr-table-wrapper table.dataTable.dtr-inline.collapsed tbody > tr.parent > th:first-child::before {
  background-color: #52a5d0;
  content: "\f106";
}

#accessible.adsr-table-wrapper {
  width: 100%;
  overflow-x: scroll;
}

.adsr-table-wrapper .adsr-standard-link {
  display: none;
}

.adsr-table-wrapper#accessible .adsr-standard-link {
  display: block;
}

.adsr-table-wrapper#accessible .adsr-accessible-link,
.adsr-table-wrapper#accessible .adsr-table-controls-actions,
.adsr-table-wrapper#accessible .adsr-table-controls-filter,
.adsr-table-wrapper#accessible .adsr-table-controls-search,
.adsr-table-wrapper#accessible .adsr-accessible-link label,
.adsr-table-wrapper#accessible .adsr-table-controls-actions label,
.adsr-table-wrapper#accessible .adsr-table-controls-filter label,
.adsr-table-wrapper#accessible .adsr-table-controls-search label {
  display: none;
}

.adsr-table-controls-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .adsr-table-controls-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.accessible-version-link a {
  display: block;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  .accessible-version-link a {
    margin: 1em 0;
    padding-left: 0;
  }
}

.adsr-table-controls-title h1 {
  margin-bottom: 0;
}

.adsr-table-controls-intro p {
  margin-bottom: 0;
  padding-top: 1.5em;
  max-width: 640px;
}

.adsr-table-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .adsr-table-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .adsr-table-controls label {
    width: 100%;
  }
}

.adsr-table-controls .adsr-table-controls-actions {
  padding-top: 1em;
}

.adsr-table-controls .adsr-table-controls-filter label {
  float: none;
}

.adsr-table-controls .adsr-table-controls-filter > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
}

.adsr-table-controls .adsr-table-controls-filter .adsr-table-buttons-wrapper {
  margin: 0 0.5em;
}

.adsr-table-controls .adsr-table-controls-filter .adsr-table-buttons-wrapper .adsr-table-clear {
  display: block;
}

.adsr-table-controls .adsr-table-controls-search {
  padding-left: 0;
  width: auto;
}

.adsr-table-controls .adsr-table-controls-search label {
  margin-bottom: 11px;
}

.adsr-table-controls .adsr-table-controls-actions p.as-label {
  margin: 8px 0 !important;
}

@media only screen and (max-width: 480px) {
  .adsr-table-controls .adsr-table-controls-actions p.as-label {
    font-weight: 600;
  }
}

.form-container {
  max-width: 1000px;
  margin: 0 auto;
}

.form-container .clearfix {
  width: 100%;
  float: left;
}

.form-container form fieldset + fieldset {
  margin-top: 1em;
}

.form-container form fieldset legend {
  background-color: #f7f7f7;
}

.form-container form fieldset:nth-of-type(odd) legend {
  background-color: #f2f8fa;
}

.form-container form .form-message {
  color: #194152;
  font-style: italic;
}

.form-container form .input {
  margin: 0.75em 0;
}

.form-container form .as-label {
  width: 28%;
  float: left;
}

.form-container form .as-label::after {
  content: ":";
}

.form-container form section {
  width: 72%;
  margin-top: 8px;
  float: left;
  clear: none;
}

.form-container form section .checkbox {
  float: left;
  width: 100%;
  display: block;
}

.form-container form section .checkbox .input {
  margin: 0.35em 0;
}

.form-container form section label {
  clear: none;
  width: calc(100% - 24px);
  padding-left: 0.8em;
}

.form-container form section label::after {
  content: none;
}

.form-container form section .radios {
  width: auto;
  margin-top: -5px;
}

.form-container form section .radios .radio {
  width: auto;
  float: left;
}

.form-container form section .radios .radio + .radio {
  margin-left: 1.5em;
}

.form-container form section .radios .radio input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24px;
          flex: 1 0 24px;
  margin-right: 0.5em;
}

.form-container form section .radios label {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.form-container form section .input {
  width: 24px;
}

.form-container #audience {
  max-height: initial;
}

.form-container .button {
  display: inline-block;
  position: relative;
  top: 1px;
}

.form-container .align-right {
  max-width: 100%;
  text-align: right;
}

.form-container .align-right button.success {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .form-container {
    padding: 1em;
  }
}

@media screen and (max-width: 768px) {
  .form-container form .as-label {
    font-weight: 600;
  }
}

@media screen and (max-width: 568px) {
  .form-container form .as-label {
    font-weight: 600;
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .form-container form .as-label::after {
    content: none;
  }
}

button,
.button {
  color: black;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1.4;
  margin: 0.5em 1em 0.5em 0;
  padding: 0.5em 1.25em;
  border: 1px solid #999;
  background: #ebebeb;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.75);
  background: linear-gradient(to bottom, #dedede 0%, #f9f9f9 100%);
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
  border-color: #333;
  color: #333333;
  text-decoration: none;
  background: linear-gradient(to top, #dedede 0%, #f9f9f9 100%);
}

button:active,
.button:active {
  background: #ddd;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}

button.warning,
.button.warning {
  background: linear-gradient(to top, #fff0ed 0%, #ff9a87 100%);
  color: #ba1d00;
  border-color: currentColor;
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background: linear-gradient(to bottom, #fff0ed 0%, #ff9a87 100%);
  color: #a11900;
}

button.warning:active,
.button.warning:active {
  background: linear-gradient(to bottom, #fff0ed 0%, #ff9a87 100%);
  color: #a11900;
  box-shadow: inset 0 2px 2px #ff6f54;
}

button.success,
.button.success {
  background: linear-gradient(to top, #dcf1bf 0%, #aede6c 100%);
  color: #456717;
  border-color: currentColor;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background: linear-gradient(to bottom, #dcf1bf 0%, #aede6c 100%);
  color: #375212;
}

button.success:active,
.button.success:active {
  background: linear-gradient(to bottom, #dcf1bf 0%, #aede6c 100%);
  color: #375212;
  box-shadow: inset 0 2px 2px #97d542;
}

.as-label {
  color: #286f94;
  font-size: 17px;
  margin-top: 14px;
  font-family: Avenir Next, Proxima Nova, 'proxima-nova', Segoe UI, Helvetica Neue, sans-serif;
}

#main-content {
  padding-top: 0;
}

#main-content .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}

.adsr-icon {
  font-size: 15em;
  color: #bbbbbb;
}

#site-header .container {
  display: block;
}

nav#main-navigation {
  display: table;
}

nav#main-navigation .list-menu {
  padding-left: 0;
}

nav#main-navigation .list-menu a {
  padding: 0.75em 1.5em 0.65em;
}

#quick-links-list li:first-child {
  margin-left: 0;
}

#quick-links-list a em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #quick-links-list a em {
    display: none;
  }
}

.decoy {
  display: none !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}

.form-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .form-container {
    padding: 1em;
  }
}

.form-container .clearfix {
  width: 100%;
  float: left;
}

.form-container form fieldset + fieldset {
  margin-top: 1em;
}

.form-container form fieldset legend {
  background-color: #f7f7f7;
}

.form-container form fieldset:nth-of-type(odd) legend {
  background-color: #f2f8fa;
}

.form-container form fieldset fieldset {
  margin: 0;
  padding: 0;
  background: transparent;
}

.form-container form .form-message {
  color: #194152;
  font-style: italic;
  max-width: 480px;
}

.form-container form .input {
  margin: 0.75em 0;
}

.form-container form .as-label {
  width: 28%;
  float: left;
}

@media screen and (max-width: 767px) {
  .form-container form .as-label {
    font-weight: 600;
  }
}

@media screen and (max-width: 568px) {
  .form-container form .as-label {
    font-weight: 600;
    float: none;
    width: 100%;
  }
}

.form-container form .as-label::after {
  content: ":";
}

@media screen and (max-width: 568px) {
  .form-container form .as-label::after {
    content: none;
  }
}

.form-container form section {
  width: 72%;
  margin-top: 8px;
  float: left;
  clear: none;
}

.form-container form section .checkbox {
  float: left;
  width: 100%;
  display: block;
}

.form-container form section .checkbox .input {
  margin: 0.35em 0;
}

.form-container form section label {
  clear: none;
  width: calc(100% - 24px);
  padding-left: 0.8em;
}

.form-container form section label::after {
  content: none;
}

.form-container form section .radios {
  width: auto;
  margin-top: -5px;
}

.form-container form section .radios .radio {
  width: auto;
  float: left;
}

.form-container form section .radios .radio + .radio {
  margin-left: 1.5em;
}

.form-container form section .radios .radio input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 24px;
          flex: 1 0 24px;
  margin-right: 0.5em;
}

.form-container form section .radios label {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.form-container form section .input {
  width: 24px;
}

.form-container #audience {
  max-height: initial;
}

.form-container .button {
  display: inline-block;
  position: relative;
  top: 1px;
}

.form-container .align-right {
  max-width: 100%;
  text-align: right;
}

.form-container .align-right button.success {
  margin-right: 0;
}

.search-filters fieldset {
  border: none;
}

button,
.button {
  color: black;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.4;
  margin: 0.5em 1em 0.5em 0;
  padding: 0.5em 1.25em;
  border: 1px solid #999;
  background: #ebebeb;
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.75);
  background: linear-gradient(to bottom, #dedede 0%, #f9f9f9 100%);
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
  border-color: #333;
  color: #333333;
  text-decoration: none;
  background: linear-gradient(to top, #dedede 0%, #f9f9f9 100%);
}

button:active,
.button:active {
  background: #ddd;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}

button.warning {
  background: linear-gradient(to top, #fff0ed 0%, #ff9a87 100%);
  color: #ba1d00;
  border-color: currentColor;
}

button.warning:hover,
button.warning:focus,
button.warning:active {
  background: linear-gradient(to bottom, #fff0ed 0%, #ff9a87 100%);
  color: #a11900;
}

button.warning:active {
  box-shadow: inset 0 2px 2px #ff6f54;
}

button.success {
  background: linear-gradient(to top, #dcf1bf 0%, #aede6c 100%);
  color: #456717;
  border-color: currentColor;
}

button.success:hover,
button.success:focus,
button.success:active {
  background: linear-gradient(to bottom, #dcf1bf 0%, #aede6c 100%);
  color: #375212;
}

button.success:active {
  box-shadow: inset 0 2px 2px #97d542;
}

.as-label {
  color: #286f94;
  font-size: 17px;
  margin-top: 14px;
  font-family: Avenir Next, Proxima Nova, 'proxima-nova', Segoe UI, Helvetica Neue, sans-serif;
}

#main {
  margin: 36px 0;
}

#main-content {
  padding-top: 0;
}

#main-content .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
}

.adsr-icon {
  font-size: 15em;
  color: #bbbbbb;
}

#site-header .container {
  display: block;
}

nav#main-navigation {
  display: table;
}

nav#main-navigation .list-menu {
  padding-left: 0;
}

nav#main-navigation .list-menu a {
  padding: 0.75em 1.5em 0.65em;
}

#quick-links-list li:first-child {
  margin-left: 0;
}

#quick-links-list a.link-block {
  background-color: #516f27;
  border-color: #516f27;
  text-decoration: none;
}

#quick-links-list a.link-block:hover,
#quick-links-list a.link-block:focus {
  background-color: #354a1a;
  border-color: #ffffff;
}


#quick-links-list a.link-block:active {
  background-color: #354a1a;
  border-color: #354a1a;
  text-decoration: underline;
}

#quick-links-list a em {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #quick-links-list a em {
    display: none;
  }
}

body > footer.band a {
  text-decoration: underline;
}

body > footer.band a:hover,
body > footer.band a:focus {
  color: #dbe3ec !important;
}

body > footer.band a:active {
  color: white !important;
}

#quick-search-query:focus {
  box-shadow: 0 0 1px 3px #b5def9;
}

#cu-search-band form {
  margin: 0 1em;
}

#search-form-query:focus {
  box-shadow: 0px 0px 0px 4px -webkit-focus-ring-color;
  box-shadow: 0px 0px 0px 4px Highlight;
  outline: none;
  border-radius: 0.25em;
}

.form-container form fieldset fieldset legend,
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

