@charset "UTF-8";
/*
Theme Name: HRCS
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, table {
    border-collapse: collapse !important; }
    .table td, table td,
    .table th, table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th, table > thead > tr > th,
  .table > thead > tr > td, table > thead > tr > td,
  .table > tbody > tr > th, table > tbody > tr > th,
  .table > tbody > tr > td, table > tbody > tr > td,
  .table > tfoot > tr > th, table > tfoot > tr > th,
  .table > tfoot > tr > td, table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th, table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td, table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td, table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody, table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table, table .table, .table table, table table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, table > thead > tr > td.active,
.table > thead > tr > th.active, table > thead > tr > th.active,
.table > thead > tr.active > td, table > thead > tr.active > td,
.table > thead > tr.active > th, table > thead > tr.active > th,
.table > tbody > tr > td.active, table > tbody > tr > td.active,
.table > tbody > tr > th.active, table > tbody > tr > th.active,
.table > tbody > tr.active > td, table > tbody > tr.active > td,
.table > tbody > tr.active > th, table > tbody > tr.active > th,
.table > tfoot > tr > td.active, table > tfoot > tr > td.active,
.table > tfoot > tr > th.active, table > tfoot > tr > th.active,
.table > tfoot > tr.active > td, table > tfoot > tr.active > td,
.table > tfoot > tr.active > th, table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, table > thead > tr > td.success,
.table > thead > tr > th.success, table > thead > tr > th.success,
.table > thead > tr.success > td, table > thead > tr.success > td,
.table > thead > tr.success > th, table > thead > tr.success > th,
.table > tbody > tr > td.success, table > tbody > tr > td.success,
.table > tbody > tr > th.success, table > tbody > tr > th.success,
.table > tbody > tr.success > td, table > tbody > tr.success > td,
.table > tbody > tr.success > th, table > tbody > tr.success > th,
.table > tfoot > tr > td.success, table > tfoot > tr > td.success,
.table > tfoot > tr > th.success, table > tfoot > tr > th.success,
.table > tfoot > tr.success > td, table > tfoot > tr.success > td,
.table > tfoot > tr.success > th, table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, table > thead > tr > td.info,
.table > thead > tr > th.info, table > thead > tr > th.info,
.table > thead > tr.info > td, table > thead > tr.info > td,
.table > thead > tr.info > th, table > thead > tr.info > th,
.table > tbody > tr > td.info, table > tbody > tr > td.info,
.table > tbody > tr > th.info, table > tbody > tr > th.info,
.table > tbody > tr.info > td, table > tbody > tr.info > td,
.table > tbody > tr.info > th, table > tbody > tr.info > th,
.table > tfoot > tr > td.info, table > tfoot > tr > td.info,
.table > tfoot > tr > th.info, table > tfoot > tr > th.info,
.table > tfoot > tr.info > td, table > tfoot > tr.info > td,
.table > tfoot > tr.info > th, table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, table > thead > tr > td.warning,
.table > thead > tr > th.warning, table > thead > tr > th.warning,
.table > thead > tr.warning > td, table > thead > tr.warning > td,
.table > thead > tr.warning > th, table > thead > tr.warning > th,
.table > tbody > tr > td.warning, table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, table > tbody > tr > th.warning,
.table > tbody > tr.warning > td, table > tbody > tr.warning > td,
.table > tbody > tr.warning > th, table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning, table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning, table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td, table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th, table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, table > thead > tr > td.danger,
.table > thead > tr > th.danger, table > thead > tr > th.danger,
.table > thead > tr.danger > td, table > thead > tr.danger > td,
.table > thead > tr.danger > th, table > thead > tr.danger > th,
.table > tbody > tr > td.danger, table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, table > tbody > tr > th.danger,
.table > tbody > tr.danger > td, table > tbody > tr.danger > td,
.table > tbody > tr.danger > th, table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger, table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger, table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td, table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th, table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table, .table-responsive > table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td,
        .table-responsive > table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.screen-reader-text ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

html {
  font-size: 100%; }

body {
  font-family: Ubuntu, georgia, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  background-color: #00293d; }

h1, h2, h3, h4, h5, h6 {
  font-family: Serenity, georgia, sans-serif;
  font-weight: 600; }

h1 {
  margin-bottom: .2em; }

h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

h1 {
  font-size: 2.4em;
  margin-top: 0;
  color: #0273ac;
  line-height: 100%; }

h2 {
  font-size: 1.95em;
  margin-top: 0;
  color: #0273ac;
  line-height: 100%; }

h3 {
  font-size: 1.25em;
  margin-top: 0;
  color: #0273ac;
  line-height: 100%; }

h4 {
  font-size: 1em;
  margin-top: 0;
  color: #0273ac;
  line-height: 100%; }

a {
  color: #0273ac;
  padding-left: 2px;
  padding-right: 2px; }
  a:hover, a:focus {
    color: white;
    background-color: #00293d;
    text-decoration: none; }

table {
  margin: 1em 0; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 60em) {
    .container {
      max-width: 1140px; } }

.header__wrapper {
  background-color: #00293d;
  color: white; }

.header {
  padding-top: 20px;
  padding-bottom: 20px; }

.logo {
  font-size: 1em; }

.logo a {
  text-decoration: none;
  display: block; }

.logo span {
  font-size: 1.4em;
  font-weight: 600;
  display: block;
  color: white;
  line-height: .85;
  font-family: Serenity, sans-serif; }

.logo span + span {
  font-weight: 100;
  font-size: 1em;
  color: white;
  color: rgba(255, 255, 255, 0.5); }

.main-menu .menu {
  padding-left: 0; }

.main-menu li {
  list-style: none; }

.header .menu-item a {
  border-left: 4px solid #00293d;
  font-size: 0.8em; }

.header .current-menu-item a,
.header .current-page-ancestor a {
  border-left: 4px solid #ffdc00; }

@media (min-width: 49.6em) {
  .logo {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap; }
  .logo__text {
    display: table-cell;
    vertical-align: middle; }
  .main-menu {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
  .main-menu .menu {
    padding: 0;
    margin: 0;
    float: right;
    position: relative;
    right: -10px;
    padding-left: 25px; }
  .main-menu li {
    float: left;
    list-style: none;
    padding: 0; }
    .main-menu li + li {
      margin-left: 15px; }
  .header .menu-item a {
    border-left: none;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px; }
    .header .menu-item a:hover, .header .menu-item a:focus {
      border-bottom-color: transparent !important; }
  .header .current-menu-item a,
  .header .current-page-ancestor a {
    border-bottom: 4px solid #ffdc00; } }

.header .menu-item a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none; }
  .header .menu-item a:hover, .header .menu-item a:focus {
    background-color: white;
    color: black; }
  @media (min-width: 49.6em) {
    .header .menu-item a {
      padding: 5px 0;
      margin-left: 10px;
      margin-right: 10px; }
      .header .menu-item a:hover, .header .menu-item a:focus {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0; } }

.subheader__wrapper {
  background-color: #0273ac;
  color: white; }

.subheader {
  padding-top: 10px;
  padding-bottom: 10px; }

.tagline {
  margin-bottom: 20px;
  font-size: 0.8em; }

@media (min-width: 38.4em) {
  .tagline {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0; }
  .site-search {
    display: table-cell;
    white-space: nowrap; } }

.search-field-wrapper {
  display: table;
  border-collapse: separate;
  position: relative; }
  .search-field-wrapper:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    content: '\E8B6';
    position: absolute;
    color: #00293d;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    z-index: 2; }
    @media \0screen{
    .search-field-wrapper:before {
      top: 25%; } }

.search-field-wrapper__input {
  vertical-align: top;
  display: table-cell;
  height: 2.375em;
  width: 100%;
  position: relative;
  background-color: #0273ac;
  border: 2px solid #00293d;
  color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 5px 10px;
  padding-left: 35px;
  font-size: 0.8em; }
  @media \0screen{
  .search-field-wrapper__input {
    width: 200px !important;
    background-color: white; } }
  .search-field-wrapper__input:focus {
    background-color: white;
    color: black;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
  @media (min-width: 38.4em) {
    .search-field-wrapper__input {
      width: 100px; }
      .search-field-wrapper__input:focus {
        width: 200px; } }

.search-field-wrapper__button {
  vertical-align: top;
  display: table-cell;
  width: 1%;
  white-space: nowrap; }
  .search-field-wrapper__button > button {
    height: 2.375em;
    padding: 0 18px 0 20px;
    background-color: #00293d;
    border: 2px solid #00293d;
    color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    font-size: 0.8em; }
    .search-field-wrapper__button > button:hover, .search-field-wrapper__button > button:focus {
      background-color: #ffdc00;
      color: #00293d; }

.breadcrumbs {
  padding-top: 13px;
  padding-bottom: 30px;
  font-weight: bold; }

.breadcrumbs > * {
  vertical-align: middle; }

.breadcrumbs > span {
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.8em; }

.breadcrumbs > span:first-child {
  padding-left: 0; }

.main__wrapper {
  background-color: white; }

@media (min-width: 38.4em) {
  .main > main > .sidebar {
    float: left;
    width: 33.3333%; }
  .main > main > .content {
    float: right;
    width: 66.6666%;
    padding-left: 40px; } }

.main > main > .sidebar {
  padding-top: 21px;
  padding-bottom: 50px; }

.main > main > .content {
  padding-bottom: 50px; }

#skipcontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100; }

#skipcontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px; }

.sidebar .menu,
.sidebar .sub-menu {
  margin: 0;
  padding: 0; }

.sidebar .menu-item {
  list-style: none; }

.sidebar .menu-item a {
  padding: 15px 20px 15px 32px;
  display: block;
  text-decoration: none;
  background-color: #e0e0e1;
  color: black;
  margin-bottom: 2px;
  position: relative;
  font-size: 0.8em; }
  .sidebar .menu-item a:hover, .sidebar .menu-item a:focus {
    background-color: #00293d;
    color: white; }

.sidebar .current-menu-item > a {
  background-color: #ffdc00;
  color: black; }

.sidebar .menu > .menu-item > a {
  background-color: #0273ac;
  color: white;
  font-size: 1.55em;
  font-family: serenity, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 25px 0 20px 32px; }

.sidebar .menu-item .menu-item-has-children > a {
  padding-right: 50px; }

.sidebar .menu-item .menu-item-has-children > a:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  content: '\E145';
  background-color: #00293d;
  color: #ffdc00;
  width: 24px;
  height: 24px;
  line-height: 25px;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px; }
  @media \0screen{
  .sidebar .menu-item .menu-item-has-children > a:after {
    top: 25%; } }

.sidebar .menu-item .current-menu-item.menu-item-has-children > a:after,
.sidebar .menu-item .current-menu-ancestor.menu-item-has-children > a:after {
  content: '\E313';
  line-height: 27px;
  font-size: 23px; }

.sidebar .menu-item .menu-item-has-children > a:active:after,
.sidebar .menu-item .menu-item-has-children > a:focus:after,
.sidebar .menu-item .menu-item-has-children > a:hover:after {
  background-color: #ffdc00;
  color: #00293d; }

.sidebar .sub-menu .sub-menu {
  padding-left: 20px; }

.footer__wrapper {
  background-color: #00293d;
  color: white; }

.footer {
  padding-top: 50px;
  padding-bottom: 50px; }

.footer .menu {
  padding: 0; }

.footer .menu li {
  list-style: none; }

@media (min-width: 38.4em) {
  .footer .menu {
    margin: 0;
    padding: 0; }
  .footer .menu-item {
    float: left;
    list-style: none;
    padding: 0; }
    .footer .menu-item + li {
      margin-left: 15px; } }

.footer .menu-item a {
  display: block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  font-size: 0.8em; }
  .footer .menu-item a:hover, .footer .menu-item a:focus {
    background-color: white;
    color: black; }
  @media (min-width: 49.6em) {
    .footer .menu-item a {
      padding: 5px 0;
      margin-left: 10px;
      margin-right: 10px; }
      .footer .menu-item a:hover, .footer .menu-item a:focus {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0; } }

/*
  This just hides any menu item whose parent isn't an ancestor of the current path
*/
#menu-nested-pages .sub-menu,
#menu-nested-pages .menu-item {
  display: none; }

#menu-nested-pages .current-menu-ancestor > .sub-menu,
#menu-nested-pages .current-menu-item > .sub-menu {
  display: block; }

#menu-nested-pages .current-menu-ancestor.menu-item,
#menu-nested-pages .current-menu-item.menu-item,
#menu-nested-pages .menu-item .menu-item {
  display: list-item; }

/*
  Actual menu styles are in modules/_main.scss
*/
.feature-box + .feature-box {
  margin: 30px 0; }

.feature-box__title {
  font-size: 1.25em;
  background-color: #f39900;
  padding: 10px 15px;
  color: #00293d;
  margin: 0; }
  .feature-box--with-link .feature-box__title {
    padding: 0; }
    .feature-box--with-link .feature-box__title > a {
      padding: 10px 15px;
      color: #00293d;
      text-decoration: none;
      position: relative;
      display: block; }
      .feature-box--with-link .feature-box__title > a:hover, .feature-box--with-link .feature-box__title > a:focus {
        background-color: #00293d;
        color: #ffdc00; }
      .feature-box--with-link .feature-box__title > a:after {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        font-size: 24px;
        /* Preferred icon size */
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
                font-feature-settings: 'liga';
        content: '\E5CC';
        position: absolute;
        font-size: 40px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media \0screen{
        .feature-box--with-link .feature-box__title > a:after {
          top: 10%; } }

.feature-box__content {
  padding: 0 15px;
  background-color: #e0e0e1;
  border-top: 2px solid white;
  font-size: 0.9em; }
  .feature-box__content:before, .feature-box__content:after {
    content: " ";
    display: table; }
  .feature-box__content:after {
    clear: both; }

.az-links {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0; }

.az-links > li {
  display: inline-block;
  padding: 10px 0;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 2em;
  text-align: center;
  background-color: #eee;
  color: #ccc; }

.az-letters {
  text-align: center;
  margin: 30px 0 20px 0; }

.az-content {
  margin-bottom: 60px; }

.letter-section > div > ul > li {
  padding: 20px;
  list-style: none; }

.letter-section > div > ul {
  padding: 0;
  margin: 0; }

.letter-section > h2 {
  /* border-bottom: 1px solid #CCC; */
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #EEE; }

.letter-section > div > ul > li + li {
  border-top: 1px solid #CCC; }

.letter-section > div > ul > li > h3 {
  margin-top: 15px;
  font-size: 1.7em; }

.letter-section > div > ul > li > h4 {
  margin-top: 25px;
  font-size: 1.3em; }

.intro__background {
  background-size: cover;
  background-position-x: 50%; }

.intro__content-wrapper {
  margin: 80px 0; }
  @media (min-width: 49.6em) {
    .intro__content-wrapper {
      width: 50%;
      padding-right: 15px; } }

.intro__title {
  background-color: #f39900;
  padding: 10px 30px;
  color: #333;
  margin-bottom: 5px;
  text-align: center; }

.intro__content {
  padding: 0 30px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8); }
  .intro__content:before, .intro__content:after {
    content: " ";
    display: table; }
  .intro__content:after {
    clear: both; }
  .intro__content ul {
    padding-left: 20px; }
  .intro__content li {
    padding-left: 10px; }

.panels {
  margin: 0 -15px 60px -15px; }
  .panels:before, .panels:after {
    content: " ";
    display: table; }
  .panels:after {
    clear: both; }

.panel {
  float: left;
  padding: 15px;
  width: 100%; }
  .panel ul {
    padding-left: 20px; }
  .panel--type-image > .panel__content {
    min-height: 300px; }
  @media (min-width: 60em) {
    .panel--type-image {
      padding: 45px 15px 55px 15px; }
    .panel--width-1 {
      width: 50%; }
    .panel--width-2 {
      width: 100%; } }

.panel__content {
  height: 100%;
  padding: 10px 0;
  background-size: cover;
  background-position: 50% 50%; }
  .panel__content li {
    padding-left: 10px; }
  .panel__content li + li {
    margin-top: 15px; }
  .panel--colour-blue .panel__content {
    padding: 10px 20px;
    background-color: lightblue; }
    .panel--colour-blue .panel__content h2 {
      color: #333;
      text-align: center; }

.cta {
  display: table;
  padding: 5px 40px 5px 25px;
  background-color: #ffdc00;
  color: #333;
  border-radius: 1.5em;
  border: 0;
  text-decoration: none;
  position: relative;
  margin: 30px; }
  .cta:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
    content: '\E5CC';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 26px; }
    @media \0screen{
    .cta:after {
      top: 25%; } }
  .cta:hover, .cta:focus {
    background-color: #00293d;
    color: #ffdc00; }
  .panel .cta {
    max-width: 70%; }

.search-results-page-title {
  margin-bottom: 0; }

.search-summary {
  padding: 0 0 1.11111em 0;
  border-bottom: 1px solid #CCC;
  font-size: 0.9em; }
  .search-summary:before, .search-summary:after {
    content: " ";
    display: table; }
  .search-summary:after {
    clear: both; }

.search-result {
  padding: 20px;
  border-bottom: 1px solid #CCC; }

.search-result__section {
  font-size: 0.9em;
  margin: 1.11111em 0; }

.category-filters__title {
  background-color: #0273ac;
  color: white;
  font-size: 1.55em;
  font-family: serenity, sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 25px 0 20px 32px;
  margin: 0;
  border-bottom: 2px solid white; }

.category-filters__link {
  padding: 15px 20px 15px 32px;
  display: block;
  text-decoration: none;
  background-color: #e0e0e1;
  color: black;
  margin-bottom: 2px;
  position: relative;
  font-size: 0.8em; }
  .category-filters__item--active .category-filters__link {
    background-color: #ffdc00;
    color: black; }
    .category-filters__item--active .category-filters__link:after {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      /* Preferred icon size */
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      -webkit-font-feature-settings: 'liga';
              font-feature-settings: 'liga';
      content: '\E5CA';
      background-color: #00293d;
      color: #ffdc00;
      width: 24px;
      height: 24px;
      line-height: 25px;
      border-radius: 16px;
      display: inline-block;
      text-align: left;
      padding-left: 1px;
      vertical-align: middle;
      right: 20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 20px; }
      @media \0screen{
      .category-filters__item--active .category-filters__link:after {
        top: 25%; } }
  .category-filters__link:hover, .category-filters__link:focus {
    background-color: #00293d;
    color: white; }

.category-filters__list {
  padding: 0;
  margin: 0; }

.category-filters__item {
  list-style: none; }

.pagination {
  padding: 40px 20px;
  text-align: center; }

.nav-links span + a,
.nav-links span + span,
.nav-links a + a,
.nav-links a + span {
  margin-left: 20px; }

input, textarea {
  max-width: 100%; }

label input,
label textarea {
  font-weight: normal;
  font-size: 1em;
  width: 500px; }

@media print {
  .main > main > .sidebar,
  .header > .main-menu,
  .footer__wrapper,
  .site-search {
    display: none; }
  .main > main > .content {
    width: 100%;
    padding-left: 0; } }

.toggle-main-menu, .toggle-section-menu {
  display: none; }

@media (max-width: 38.39em) {
  .search-summary p {
    margin: 0; }
  .sub-menu.closed,
  .category-filters__list.closed {
    display: none !important; }
  button.toggle-section-menu {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    color: white;
    margin-bottom: 2px;
    padding: 5px 0;
    background-color: #00293d; }
    button.toggle-section-menu > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  button.toggle-section-menu:hover,
  button.toggle-section-menu:focus,
  button.toggle-section-menu:active {
    background-color: #00293d;
    color: white; }
  .main > main > .sidebar {
    padding-top: 0;
    padding-bottom: 20px; }
  #menu-header {
    margin-bottom: 0; }
  .logo span {
    font-size: 1.4em; }
  .logo span + span {
    font-size: 1.0em; }
  .tagline {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center; }
  .subheader {
    padding-bottom: 20px; } }

@media (max-width: 49.59em) {
  .main-menu.closed {
    display: none; }
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .toggle-main-menu {
    display: inline-block;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 5px 16px 5px 20px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 20px;
    white-space: nowrap; }
  .toggle-main-menu:hover,
  .toggle-main-menu:focus,
  .toggle-main-menu:active {
    background-color: #ffdc00;
    color: #00293d;
    border-color: transparent; }
  .toggle-main-menu .material-icons {
    vertical-align: text-bottom;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 7px; }
  .toggle-main-menu:hover .material-icons,
  .toggle-main-menu:focus .material-icons,
  .toggle-main-menu:active .material-icons {
    color: #00293d; } }

.opened .closed {
  display: none; }

.closed .opened {
  display: none; }

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline-color: #f39900;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 2px;
  z-index: 1;
  position: relative; }

.mwm-aal-container.mwm-aal-container {
  font-size: .8em;
  margin: 0 0 1em 0;
  border: 0;
  padding: 10px 15px 0 15px;
  clear: both;
  display: inline-block;
  width: 350px;
  background-color: #e0e0e1; }

.mwm-aal-container .mwm-aal-title.mwm-aal-title {
  font-size: 1em; }

.summary_hc {
  background: #e0e0e1 !important;
  border: 0 !important;
  padding: 15px !important;
  margin-bottom: 15px; }

table p {
  margin: 0; }

table p + p {
  margin-top: 1em; }

blockquote {
  border-left: 4px solid #e0e0e1;
  padding-left: 1em;
  margin-left: 1em; }

blockquote p {
  margin: 0; }

blockquote p + p {
  margin-top: 1em; }

blockquote cite {
  font-size: .8em;
  display: block;
  margin-top: 1em; }

img.alignleft {
  float: left;
  display: block;
  margin-right: 1em; }

img.alignright {
  float: right;
  display: block;
  margin-left: 1em; }

#main:focus,
#breadcrumbs:focus {
  outline: none; }

.wpcf7 label {
  width: 100%; }

#top-link {
  background-color: transparent !important; }

#top-link {
  display: block;
  color: #fff;
  bottom: -60px;
  position: fixed;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 999;
  text-align: center;
  background: url("/wp-content/uploads/2017/10/toplink.png") no-repeat; }

#top-link:before {
  /* font-family: "FontAwesome";
  content: "ï";
  font-size: 20px; */
  margin-top: 5px;
  display: block; }

#top-link span {
  position: absolute;
  right: 1px;
  bottom: 8px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: none; }

#top-link:hover {
  background-color: none;
  text-decoration: none; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

.latest-news {
 padding-top: 15px;
 font-style: italic;
 font-size: 1.8em;
}

