/*! 
 * DSC
 * @version v1.0.0
 * @date 2021-12-21T18:03:52
 */
@charset "UTF-8";
/*! 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 {
    border-collapse: collapse !important;
  }
  .table td,
  .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: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00467F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00467F;
  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.5;
  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: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ddd;
}
.sr-only {
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 60px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #00467F;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002a4c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #00467F;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #002a4c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #ddd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #ddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ddd;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > 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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > 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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > 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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > 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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > 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: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > 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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 24px;
  font-size: 24px;
  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: 16px;
  line-height: 1.5;
  color: #959595;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #959595;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: none;
  -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 .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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: #ddd;
  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: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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: 24px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}
.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: none;
}
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: none;
}
.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: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: none;
}
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.3333333;
  border-radius: none;
}
.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: 42px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  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: 29px;
}
.has-feedback label.sr-only ~ .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: 31px;
}
.form-horizontal .form-group {
  margin-left: -30px;
  margin-right: -30px;
}
@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: 30px;
}
@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;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00467F;
  border-color: #003866;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #002a4c;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002a4c;
  border-color: #001628;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #002a4c;
  border-color: #001628;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #001628;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00467F;
  border-color: #003866;
}
.btn-primary .badge {
  color: #00467F;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c84935;
  border-color: #b44230;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a03a2a;
  border-color: #4f1d15;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a03a2a;
  border-color: #833023;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a03a2a;
  border-color: #833023;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #833023;
  border-color: #4f1d15;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #c84935;
  border-color: #b44230;
}
.btn-danger .badge {
  color: #c84935;
  background-color: #fff;
}
.btn-link {
  color: #00467F;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00467F;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00467F;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #ccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: none;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: none;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #959595;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: none;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: none;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: none;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ddd;
}
.nav > li.disabled > a {
  color: #ccc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ddd;
  border-color: #00467F;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #959595;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00467F;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #ccc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #00467F;
  background-color: #fff;
  border: 1px solid #CCE9FF;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00467F;
  background-color: #ddd;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #00467F;
  border-color: #00467F;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #e2e3c2;
  border-color: #d6e9c6;
  color: #000000;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #000000;
}
.alert-info {
  background-color: #CCE9FF;
  border-color: #bce8f1;
  color: #000000;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #000000;
}
.alert-warning {
  background-color: #EFAA29;
  border-color: #faebcc;
  color: #000000;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #000000;
}
.alert-danger {
  background-color: #c84935;
  border-color: #ebccd1;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 30px;
}
.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0;
  background-color: #f5f5f5;
  border-top: 1px solid none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 30px;
  padding-right: 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid none;
}
.panel-default {
  border-color: none;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #CCE9FF;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-default > .panel-heading .badge {
  color: #CCE9FF;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}
.panel-primary {
  border-color: none;
}
.panel-primary > .panel-heading {
  color: #00467F;
  background-color: #CCE9FF;
  border-color: none;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: none;
}
.panel-primary > .panel-heading .badge {
  color: #CCE9FF;
  background-color: #00467F;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: none;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.view-agencies .view-content .item-list ul:before,
.view-agencies .view-content .item-list ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.view-agencies .view-content .item-list ul: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  background: rgba(0, 102, 170, 0.25);
  font-size: 100%;
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}
body {
  color: #000;
  background: #fff;
  font-size: 100%;
  max-width: 1440px;
  min-height: 100% !important;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}
a:not(.button) {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:not(.button):before,
a:not(.button):after {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
div[tabindex]:active,
span[tabindex]:active,
div[tabindex]:focus,
span[tabindex]:focus {
  outline: 0;
}
.main-content {
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 242px);
}
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
main {
  padding-top: 80px;
}
@media (max-width: 767px) {
  main {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .main-content main > *:first-child:not(.page-promo):not(.local-nav):not(.local-nav-panel):not(.abstract-admin-measure) {
    margin-top: 0 !important;
  }
}
.main-content main > *:first-child:not(.panel):not(.facets):not(.page-promo) {
  padding-top: 0;
}
@media (max-width: 991px) {
  .main-content main > *:first-child.local-nav,
  .main-content main > *:first-child.local-nav-panel {
    margin-bottom: 0;
  }
  .main-content main > *:first-child.local-nav .panel,
  .main-content main > *:first-child.local-nav-panel .panel {
    margin-bottom: 0;
  }
}
.main-content main > *:last-child,
.main-content main > *:only-child {
  margin-bottom: 0;
}
.main-content main > *:last-child .content > *:last-child.panel,
.main-content main > *:only-child .content > *:last-child.panel {
  margin-bottom: 0;
}
.main-content main > *:last-child:not(.panel):not(.facets):not(.page-promo):not(.content-grid),
.main-content main > *:only-child:not(.panel):not(.facets):not(.page-promo):not(.content-grid) {
  padding-bottom: 0;
}
.main-primary {
  padding-bottom: 75px;
  padding-left: 7%;
  padding-right: 7%;
}
@media (max-width: 767px) {
  .main-primary {
    padding-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.main-content:not(.homepage):not(.chapter) .main-primary {
  max-width: 1104px;
  margin: 0 auto;
}
.main-content:not(.homepage):not(.chapter) .main-primary .content > *:last-child {
  margin-bottom: 0;
}
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary {
  margin: 0;
  max-width: none;
  padding: 40px 7% 0;
  position: relative;
  padding-bottom: 75px;
}
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:before,
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:after {
  content: " ";
  display: table;
}
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:after {
  clear: both;
}
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:before,
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:after {
  content: " ";
  display: table;
}
.main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary {
    padding: 30px 5%;
  }
}
@media (min-width: 992px) {
  .main-content:not(.homepage):not(.chapter) .main-secondary ~ .main-primary {
    float: left;
    padding-right: 7%;
    padding-left: 60px;
    padding-bottom: 75px;
    margin-left: 25%;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .main-content:not(.homepage):not(.chapter).performance-measure .main-secondary ~ .main-primary {
    margin-left: 15%;
    width: calc(70% + 24px);
  }
}
.main-secondary:before,
.main-secondary:after {
  content: " ";
  display: table;
}
.main-secondary:after {
  clear: both;
}
.main-secondary:before,
.main-secondary:after {
  content: " ";
  display: table;
}
.main-secondary:after {
  clear: both;
}
@media (min-width: 992px) {
  .main-secondary {
    border-left: 1px solid rgba(0, 70, 127, 0.25);
    margin-left: 7%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    width: calc(20% - 36px);
  }
}
html.high-contrast .main-secondary {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .paragraph .paragraph--type--sidebar {
    margin-left: 30px;
  }
}
.paragraph .paragraph--type--sidebar .paragraph__column .paragraph + .paragraph {
  margin-top: 30px;
}
#block-feedback {
  background: #00467F;
  color: #fff;
  margin-top: 40px;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  #block-feedback {
    margin-top: 30px;
    padding: 15px;
  }
}
#block-feedback a {
  color: #fff;
  text-decoration: underline;
}
#block-feedback a:hover,
#block-feedback a:focus {
  text-decoration: none;
}
html.high-contrast #block-feedback {
  border: 1px solid #ffd600 !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont/fonts/iconfont.ttf?nz5pvl') format('truetype'), url('../font/iconfont/fonts/iconfont.woff?nz5pvl') format('woff'), url('../font/iconfont/fonts/iconfont.svg?nz5pvl#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-minus:before {
  content: "\e914";
}
.icon-plus:before {
  content: "\e913";
}
.icon-search:before {
  content: "\e912";
}
.icon-angle-up-down:before {
  content: "\e900";
}
.icon-angle-down:before {
  content: "\e901";
}
.icon-angle-left:before {
  content: "\e902";
}
.icon-angle-right:before {
  content: "\e903";
}
.icon-angle-up:before {
  content: "\e904";
}
.icon-cancel:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-cog:before {
  content: "\e907";
}
.icon-double-down:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}
.icon-email:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e90b";
}
.icon-flickr-box:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-linkedin:before {
  content: "\e90e";
}
.icon-progress:before {
  content: "\e90f";
}
.icon-twitter:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e911";
}
.abstract {
  list-style: none;
}
.abstract a {
  display: block;
  color: #222222;
  text-decoration: none;
}
.abstract a .abstract-title {
  text-decoration: underline;
}
.abstract a:hover .abstract-title,
.abstract a:focus .abstract-title {
  text-decoration: none;
}
.abstract a:hover .abstract-title > *,
.abstract a:focus .abstract-title > * {
  color: #00467F;
}
.abstract a:hover .abstract-body,
.abstract a:focus .abstract-body {
  text-decoration: none;
}
.abstract:not(.abstract--agency) .abstract-image,
.abstract:not(.abstract--agency) .abstract-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #CCE9FF;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .abstract:not(.abstract--agency) .abstract-image,
  .abstract:not(.abstract--agency) .abstract-video {
    margin-bottom: 15px;
  }
}
.abstract:not(.abstract--agency) .abstract-image img,
.abstract:not(.abstract--agency) .abstract-video img {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 150%;
  background-color: #eee;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.abstract:not(.abstract--agency) .abstract-image svg,
.abstract:not(.abstract--agency) .abstract-video svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  background: transparent;
  fill: #00467F;
}
.abstract:not(.abstract--agency) .abstract-image iframe,
.abstract:not(.abstract--agency) .abstract-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.abstract .abstract-header-meta {
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .abstract .abstract-header-meta {
    font-size: 13.3333px;
    font-size: 0.83333125rem;
    margin-bottom: 6px;
  }
}
.abstract .abstract-title > * {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00467F;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .abstract .abstract-title > * {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.abstract .abstract-body {
  margin-top: 15px;
  text-decoration: none;
}
.abstract .abstract-body p:last-of-type {
  margin-bottom: 0;
}
.abstract .abstract-body-meta {
  font-weight: bold;
  margin-bottom: 15px;
}
.abstract .abstract-description {
  opacity: 0.75;
}
.abstract--agency .abstract-image {
  background: none !important;
  height: auto;
  margin-bottom: 15px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .abstract--agency .abstract-image {
    float: left;
    margin-bottom: 0;
    width: 100px;
  }
}
.abstract--agency .abstract-image img {
  display: block;
  max-width: 100px;
}
@media (min-width: 768px) {
  .abstract--agency .abstract-image img {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .abstract--agency .abstract-title,
  .abstract--agency .abstract-body {
    float: right;
    width: calc(100% - 124px);
  }
}
.abstract--event .abstract-title,
.abstract--event .abstract-body {
  padding-left: 75px;
}
@media (min-width: 768px) {
  .abstract--event .abstract-title,
  .abstract--event .abstract-body {
    padding-left: 150px;
  }
}
.abstract--event > a {
  min-height: 75px;
}
@media (min-width: 768px) {
  .abstract--event > a {
    min-height: 150px;
  }
}
.abstract--event .abstract-title h3 {
  margin-bottom: 0;
}
.abstract--event .abstract-meta {
  font-size: 13.33333px;
  font-size: 0.833333125rem;
}
.abstract--event .abstract-event-date {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #00467F;
  background: #fff;
  border: 1px solid #0066aa;
  padding: 9px 6px 0;
}
@media (min-width: 768px) {
  .abstract--event .abstract-event-date {
    width: 120px;
    height: 120px;
  }
}
.abstract--event .abstract-event-date .abstract-event-date-day,
.abstract--event .abstract-event-date .abstract-event-date-month {
  display: block;
}
.abstract--event .abstract-event-date .abstract-event-date-day {
  font-weight: 900;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 22.5px;
}
@media (min-width: 768px) {
  .abstract--event .abstract-event-date .abstract-event-date-day {
    font-weight: 600;
    font-size: 3.5em;
    line-height: 1;
  }
}
.abstract--event .abstract-event-date .abstract-event-date-month {
  font-weight: 900;
  font-size: 8.88888px;
  font-size: 0.555555rem;
  line-height: 22.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .abstract--event .abstract-event-date .abstract-event-date-month {
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1;
  }
}
.abstract--event .abstract-event-date .abstract-event-date-year {
  visibility: hidden;
}
.abstract--inverse a {
  color: #fff;
}
.abstract--inverse a:hover h3,
.abstract--inverse a:focus h3,
.abstract--inverse a:hover h4,
.abstract--inverse a:focus h4 {
  color: #fff;
}
.abstract--inverse a:hover .abstract-description:after,
.abstract--inverse a:focus .abstract-description:after {
  color: #fff;
}
.abstract--inverse .abstract-title h3,
.abstract--inverse .abstract-title h4 {
  color: #fff;
}
.abstract--inverse .abstract-meta {
  color: #fff;
}
.abstract-admin-measure__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 30px;
}
.abstract-admin-measure .field--item {
  display: inline;
}
.abstract-admin-measure:last-child hr + br {
  display: none;
}
.abstract-admin-measure--sr-only-title .abstract-admin-measure__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.abstract-admin-measure--status-highlight .abstract-admin-measure__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .admin-measure .abstract-admin-measure--status-highlight {
    margin-top: -40px;
  }
}
.abstract-admin-measure--status-highlight .panel.panel--admin-measure-abstract {
  margin-top: 0;
}
.abstract-admin-measure--status-highlight .list-description--admin-measure-status .list-description__desc {
  text-align: left;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  /*a {
          .font-size(24);
        }*/
}
@media (max-width: 767px) {
  .abstract-admin-measure--status-highlight .list-description--admin-measure-status .list-description__desc:first-of-type {
    margin-bottom: 0;
  }
}
.abstract-admin-measure--status-highlight .list-description--admin-measure-status .list-description__desc img {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .abstract-admin-measure--status-highlight .list-description--admin-measure-status .list-description__desc img {
    margin-top: 0;
  }
}
.panel-group {
  margin-bottom: 0;
}
.accordion {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .accordion {
    margin-bottom: 30px;
  }
}
.accordion.paragraph--bp-accordion-container {
  padding-top: 0;
}
.accordion .panel,
.panel-group .panel {
  background: none;
  margin-bottom: 0px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Move padding from container to the href so the entire panel is clickable */
}
html.high-contrast .accordion .panel,
html.high-contrast .panel-group .panel {
  border-top: 1px solid #ffd600;
}
.accordion .panel .panel-collapse,
.panel-group .panel .panel-collapse {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.accordion .panel + .panel,
.panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion .panel .panel-heading,
.panel-group .panel .panel-heading {
  background-color: transparent;
  padding: 0 !important;
}
html.high-contrast .accordion .panel .panel-heading,
html.high-contrast .panel-group .panel .panel-heading {
  border: 1px solid #ffd600;
}
.accordion .panel .panel-heading a,
.panel-group .panel .panel-heading a {
  background-color: #CCE9FF;
  border-radius: 4px;
  padding: 24px 30px;
}
.accordion .panel .panel-heading a:hover:before,
.panel-group .panel .panel-heading a:hover:before {
  text-decoration: none !important;
}
.accordion .panel .panel-heading a[aria-expanded="true"],
.panel-group .panel .panel-heading a[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
}
.accordion .panel .panel-heading .panel-title,
.panel-group .panel .panel-heading .panel-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: inherit !important;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  text-transform: none;
  line-height: 1.33333;
}
.accordion .panel .panel-heading .panel-title a,
.panel-group .panel .panel-heading .panel-title a {
  color: #00467F;
  display: block;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 75px;
  position: relative;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .accordion .panel .panel-heading .panel-title a,
  .panel-group .panel .panel-heading .panel-title a {
    padding: 15px 60px 15px 15px;
  }
}
.accordion .panel .panel-heading .panel-title a:before,
.panel-group .panel .panel-heading .panel-title a:before {
  content: "\e901";
  font-family: 'iconfont';
  font-size: 32px;
  font-size: 2rem;
  color: #00467F;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .accordion .panel .panel-heading .panel-title a:before,
  .panel-group .panel .panel-heading .panel-title a:before {
    font-size: 24px;
    font-size: 1.5rem;
    width: 25px;
    right: 15px;
  }
}
.accordion .panel .panel-heading .panel-title a[aria-expanded="true"]::before,
.panel-group .panel .panel-heading .panel-title a[aria-expanded="true"]::before {
  content: "\e904";
}
.accordion .panel .panel-body,
.panel-group .panel .panel-body {
  padding: 30px;
}
@media (max-width: 767px) {
  .accordion .panel .panel-body,
  .panel-group .panel .panel-body {
    padding: 15px;
  }
}
.accordion .panel.panel-default .panel-collapse,
.panel-group .panel.panel-default .panel-collapse,
.accordion .panel.panel-primary .panel-collapse,
.panel-group .panel.panel-primary .panel-collapse {
  border: 1px solid #CCE9FF;
  border-radius: 0 0 4px 4px;
}
.agencies-section h2 {
  margin-bottom: 28px;
  line-height: .8;
}
.agencies-section h2 small {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
.agencies-section .field--item:first-child h2 {
  margin-top: 0;
}
.view-agencies .view-content .item-list ul {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.view-agencies .view-content .item-list ul li {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  padding: 12px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-agencies .view-content .item-list ul li {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-agencies .view-content .item-list ul li {
    -webkit-box-flex: 33.3333%;
        -ms-flex: 33.3333%;
            flex: 33.3333%;
  }
}
@media (max-width: 767px) {
  .view-agencies .view-content .item-list ul li {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}
.view-agencies .view-content .item-list ul li .field-content a {
  display: inline-block;
}
.alert {
  border: none;
  margin-bottom: 0;
  padding: 20px 10% 20px 7%;
  position: relative;
}
@media (max-width: 767px) {
  .alert {
    padding-left: 5%;
    padding-top: 45px;
  }
}
.alert .rich-text > *:first-child {
  margin-top: 0;
}
.alert .close {
  background-color: transparent;
  position: absolute;
  top: 18px;
  right: 30px;
  height: 30px;
  width: 30px;
  opacity: 1;
}
@media (max-width: 767px) {
  .alert .close {
    right: 15px;
    top: 15px;
  }
}
.alert.alert-danger .alert-close:before,
.alert.alert-danger .alert-close:after {
  background-color: #fff;
}
.alert .alert-close {
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .alert .alert-close {
    right: -2px;
  }
}
.alert .alert-close:before,
.alert .alert-close:after {
  content: '';
  display: block;
  margin-top: -2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #00467F;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 767px) {
  .alert .alert-close:before,
  .alert .alert-close:after {
    right: 2px;
  }
}
.alert .alert-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.alert .alert-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.alert-default {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .alert-warning {
    padding: 60px 5% 1.5em;
  }
}
.alert-warning .rich-text {
  text-align: center;
}
.alert-warning .rich-text h1,
.alert-warning .rich-text .h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
.alert-warning a:link,
.alert-warning a:visited {
  color: #000000;
  text-decoration: underline;
}
.alert-warning a:hover,
.alert-warning a:focus {
  color: #00467F;
  text-decoration: underline;
}
.anything-grid .section-header {
  position: relative;
}
.anything-grid .section-body + nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .anything-grid .section-body + nav {
    border: 0;
    margin-top: 0;
  }
}
.anything-grid-links {
  float: right;
}
@media (max-width: 767px) {
  .anything-grid-links {
    float: none;
    clear: left;
  }
}
.anything-grid-links .navs-header {
  display: inline-block;
}
.anything-grid-more-link {
  white-space: nowrap;
}
.anything-grid-more-link a {
  font-style: italic;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .anything-grid-more-link a {
    font-size: 13.33333px;
    font-size: 0.833333125rem;
    line-height: 45px;
  }
}
.anything-grid-more-link a:hover,
.anything-grid-more-link a:focus {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .anything-grid-refine-search {
    display: none;
  }
}
.anything-grid-refine-search a {
  color: #00467F;
  float: right;
  text-transform: uppercase;
}
.anything-grid-refine-search a:hover,
.anything-grid-refine-search a:focus {
  color: #00467F;
  text-decoration: underline;
}
.branding {
  position: relative;
}
.branding h1,
.branding span {
  color: #00467F;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 90px;
  bottom: 26px;
  white-space: nowrap;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .branding h1,
  .branding span {
    font-size: 11px;
    left: 66px;
    bottom: 12px;
  }
}
.breadcrumbs {
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}
.breadcrumbs ul,
.breadcrumbs ol {
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumbs a {
  color: #00467F;
  text-decoration: underline;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #00467F;
  text-decoration: none;
}
.breadcrumbs li {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .breadcrumbs li:nth-last-of-type(2):before {
    content: "\e902";
    font-family: 'iconfont';
    color: #00467F;
    line-height: 1.4;
    padding-right: 5px;
    vertical-align: bottom;
  }
}
@media (max-width: 767px) {
  .breadcrumbs li:not(:nth-last-of-type(2)) {
    display: none;
  }
}
.breadcrumbs li[aria-current="page"] {
  color: #000;
}
.breadcrumbs li:after {
  color: #10BED9;
  content: "\e903";
  font-family: 'iconfont';
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 0 1em 0 1.6em;
}
@media (max-width: 767px) {
  .breadcrumbs li:after {
    display: none;
  }
}
.breadcrumbs li:last-of-type:after {
  content: "";
}
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  padding: 3.75px 15px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  color: #fff;
  background: #00467F;
}
.button:hover,
.button:focus,
.button.active {
  background: #003866;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.download-buttons > *,
.download-buttons > div.dt-buttons {
  float: right !important;
}
.download-buttons .button,
.section .section-header.section-header--admin-measures-view .views-display-link {
  border-radius: 4px;
  margin-left: 0.5em;
  padding: 1px 16px;
  font-weight: 400;
  color: #00467F;
  background: #eee;
}
.download-buttons .button:hover,
.download-buttons .button:focus,
.download-buttons .button.active,
.section .section-header.section-header--admin-measures-view .views-display-link:hover,
.section .section-header.section-header--admin-measures-view .views-display-link:focus,
.section .section-header.section-header--admin-measures-view .views-display-link.active {
  background: #003866;
  color: #fff;
}
.button--download:before,
.section .section-header.section-header--admin-measures-view .views-display-link:before {
  content: "\e909";
  font-family: 'iconfont';
  font-size: 10px;
  font-size: 0.625rem;
  text-decoration: none !important;
  padding-right: 6px;
  vertical-align: bottom;
}
.button--inverse {
  background: none;
  border: 1px solid #fff;
}
.button--inverse:hover,
.button--inverse:focus,
.button--inverse:active {
  background: rgba(0, 0, 0, 0.2);
}
.contact {
  margin-bottom: 0;
}
.contact .contact__agency {
  text-transform: uppercase;
}
.rich-text.rich-text--standalone .contact a {
  font-weight: normal;
}
@media (min-width: 768px) {
  .content-grid.section:not(.content-grid--footer) {
    padding-bottom: 40px;
  }
}
.main-content.performance-measure .main-primary .content-grid {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .main-content.performance-measure .main-primary .content-grid {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .content-grid.section .section-header {
    padding-bottom: 40px;
  }
}
.content-grid .section-body .icon {
  fill: #000;
}
.content-grid .section-body h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.content-grid .section-body h3 a:not(.button),
.content-grid .section-body .rich-text a:not(.button) {
  font-weight: 700;
  text-decoration: underline;
}
.content-grid .section-body h3 a:not(.button):hover,
.content-grid .section-body .rich-text a:not(.button):hover {
  text-decoration: none;
}
.content-grid .content-grid__content-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #CCE9FF;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-grid .content-grid__content-image {
    margin-bottom: 15px;
  }
}
.content-grid .content-grid__content-image img {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 150%;
  background-color: #eee;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-grid .content-grid__content-image a {
  display: block;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .content-grid ul.list--grid > li {
    margin-bottom: 40px;
  }
}
.content-grid .content-grid__container {
  background-color: #CCE9FF;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .content-grid .content-grid__container {
    padding-bottom: 15px;
  }
}
#performance-measures.content-grid .content-grid__container .rich-text {
  padding-left: 30px;
  padding-right: 30px;
}
.content-grid .content-grid__container .rich-text a:link:not(.button),
.content-grid .content-grid__container .rich-text a:visited:not(.button) {
  font-weight: normal !important;
  text-decoration: none !important;
}
.content-grid .content-grid__container .rich-text a:hover:not(.button),
.content-grid .content-grid__container .rich-text a:focus:not(.button) {
  text-decoration: underline !important;
}
.content-grid .content-grid__container .rich-text h3 a:link:not(.button),
.content-grid .content-grid__container .rich-text h3 a:visited:not(.button) {
  font-weight: bold !important;
  text-decoration: underline !important;
  line-height: 1.1;
}
.content-grid .content-grid__container .rich-text h3 a:hover:not(.button),
.content-grid .content-grid__container .rich-text h3 a:focus:not(.button) {
  text-decoration: none !important;
}
.content-grid ul.list:not(.list--grid) {
  list-style: none;
  padding-left: 0;
}
.content-grid ul.list:not(.list--grid) > li {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-grid ul.list:not(.list--grid) > li:last-of-type {
  margin-bottom: 0;
}
.content-grid ul.list:not(.list--grid) img {
  height: 48px;
  width: 48px;
  margin-bottom: 22.5px;
}
.main-secondary ~ .main-primary .content-grid {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .main-secondary ~ .main-primary .content-grid {
    padding-bottom: 30px;
  }
}
.main-secondary ~ .main-primary .content-grid h2,
.main-secondary ~ .main-primary .content-grid h3,
.main-secondary ~ .main-primary .content-grid h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
.main-secondary ~ .main-primary .content-grid ul.list--grid .content-grid__container {
  background-color: transparent;
  padding: 0;
}
.main-secondary ~ .main-primary .content-grid .rich-text ul,
.main-secondary ~ .main-primary .content-grid .rich-text ol {
  list-style-type: disc;
  padding-left: 20px;
}
.content-grid .admin-measure-link {
  display: inline-block;
  margin-top: 15px;
}
.content-grid--footer {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .content-grid--footer.section {
    padding: 0;
  }
}
.content-grid--footer ul.list > li {
  margin-bottom: 0;
}
.content-grid--footer a {
  color: #fff;
}
.content-grid--footer a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .content-grid--footer > .content-grid__image + .section-body ul.list--grid > li:last-of-type {
    display: none;
  }
}
.content-grid--footer .rich-text .lead {
  font-style: italic;
}
.content-grid--footer ul.list--grid > li {
  z-index: 1;
}
@media (max-width: 767px) {
  .content-grid--footer ul.list--grid > li {
    margin-top: 0;
    padding: 30px 5%;
  }
}
.content-grid--footer ul.list--grid > li .content-grid__container {
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .content-grid--footer ul.list--grid > li .content-grid__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-grid--footer ul.list--grid > li:first-of-type {
    padding-right: 7%;
  }
}
@media (max-width: 767px) {
  .content-grid--footer ul.list--grid > li:first-of-type {
    background-color: #00467F;
  }
}
@media (min-width: 768px) {
  .content-grid--footer ul.list--grid > li:last-of-type {
    padding-left: 7%;
  }
}
@media (max-width: 767px) {
  .content-grid--footer ul.list--grid > li:last-of-type {
    background-color: #797B08;
  }
}
.content-grid--footer ul.list--grid > li:last-of-type .content-grid__container {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .content-grid--footer ul.list--grid > li:last-of-type .content-grid__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .content-grid--footer.section:before,
  .content-grid--footer.section:after {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
  }
}
.content-grid--footer:before {
  background-color: #00467F;
  left: 0;
}
.content-grid--footer:after {
  background-color: #797B08;
  right: 0;
}
.content-grid--footer .content-grid__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .content-grid--footer .content-grid__image {
    display: none;
  }
}
.content-grid--footer .content-grid__image img {
  display: none;
}
@media (max-width: 767px) {
  .content-grid--footer .content-grid__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-grid--footer .content-grid__container h2,
.content-grid--footer .content-grid__container h3,
.content-grid--footer .content-grid__container h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}
.content-grid--footer .content-grid__container ol {
  list-style: none;
  counter-reset: content-grid-footer-ol;
  margin-bottom: 30px;
  padding-left: 0;
}
.content-grid--footer .content-grid__container ol li {
  counter-increment: content-grid-footer-ol;
  font-weight: 700;
  padding-left: 36px;
  padding-bottom: 15px;
  position: relative;
}
.content-grid--footer .content-grid__container ol li:before {
  content: counter(content-grid-footer-ol);
  color: #00467F;
  background-color: #CCE9FF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
}
.content-grid--footer .content-grid__container ol li:last-of-type {
  padding-bottom: 0;
}
.dvf-chart .c3-legend-item text,
.dvf-chart .c3-axis-y-label,
.dvf-chart .c3-axis-x-label {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}
.dvf-chart .tick text {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 11px;
}
.dvf-chart .c3-line {
  stroke-width: 2;
}
.dvf-chart .c3-ygrid-line line,
.dvf-chart .c3-xgrid-line line {
  stroke: #000;
  stroke-dasharray: 6px;
}
.dvf-chart .c3-ygrid-line text,
.dvf-chart .c3-xgrid-line text {
  fill: #000;
}
html.high-contrast .dvf-chart line,
html.high-contrast .dvf-chart path {
  stroke: #ffd600 !important;
}
html.high-contrast .dvf-chart text,
html.high-contrast .dvf-chart tspan {
  fill: #ffd600 !important;
}
.field--name-field-chart-title {
  font-weight: bold;
  margin-bottom: 5px;
}
/*
Note: Drupal classes are appended to Fractal classes for styling so the markup doesn't have to be touched.
 */
.facets {
  /*details:first-of-type, // drupal
  fieldset:first-of-type {
    summary, //drupal
    .facets__category[data-toggle="collapse"] {
      border-top: 0;
    }
  }*/
}
@media (min-width: 992px) {
}
@media (max-width: 767px) {
  .facets {
    margin-bottom: 30px;
  }
}
.facets .facets-header {
  float: left;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 7.5px;
}
@media (max-width: 991px) {
  .facets .facets-header {
    margin-bottom: 15px;
  }
}
.facets details,
.facets fieldset {
  clear: both;
  position: relative;
  /*@media (max-width: @screen-sm-max) {
      margin-bottom: @baseline / 2;
      max-width: 350px;
    }*/
}
.facets details:last-of-type,
.facets fieldset:last-of-type {
  border-bottom: 1px solid rgba(0, 70, 127, 0.25);
}
@media (max-width: 991px) {
  .facets details:last-of-type,
  .facets fieldset:last-of-type {
    margin-bottom: 0;
  }
}
.facets legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.facets summary,
.facets__category {
  color: #00467F;
  position: relative;
  text-align: left;
  background: transparent;
  text-transform: uppercase;
}
.facets summary[data-toggle="dropdown"],
.facets__category[data-toggle="dropdown"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 45px;
  font-weight: 600;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  padding-left: 0.75em;
  padding-right: 3em;
  width: 100%;
  max-width: 350px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
  .facets summary[data-toggle="dropdown"],
  .facets__category[data-toggle="dropdown"] {
    font-size: 16px;
    font-size: 1rem;
  }
}
.facets summary[data-toggle="dropdown"] .facets__toggle:before,
.facets__category[data-toggle="dropdown"] .facets__toggle:before,
.facets summary[data-toggle="dropdown"] .facets__toggle:after,
.facets__category[data-toggle="dropdown"] .facets__toggle:after {
  right: 14px;
  width: 6px;
}
.facets summary[data-toggle="dropdown"] .facets__toggle:before,
.facets__category[data-toggle="dropdown"] .facets__toggle:before {
  right: 18px;
}
.facets summary[data-toggle="dropdown"] ~ .facets-group,
.facets__category[data-toggle="dropdown"] ~ .facets-group {
  border-radius: 0;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: -2px;
  padding-left: 10px;
  padding-right: 10px;
}
.facets details[open] summary:after,
.facets__category[aria-expanded="true"] .facets__toggle:before {
  content: "\e904";
}
@media (max-width: 991px) {
  .facets details[open] summary:after,
  .facets__category[aria-expanded="true"] .facets__toggle:before {
    content: "\e904";
  }
}
.facets summary,
.facets__category[data-toggle="collapse"] {
  border: 0;
  border-top: 1px solid rgba(0, 70, 127, 0.25);
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
  width: 100%;
}
.facets details[open] summary,
.facets__category[data-toggle="collapse"][aria-expanded="true"] {
  border-bottom: 1px solid rgba(0, 70, 127, 0.25);
}
@media (max-width: 991px) {
  .facets details [data-drupal-selector],
  .facets__category[aria-expanded="true"] ~ .facets-group {
    display: block;
  }
}
@media (min-width: 992px) {
  .facets details [data-drupal-selector],
  .facets__category[aria-expanded="true"] ~ .facets-group {
    margin-top: 15px;
  }
}
.facets summary:after,
.facets__category .facets__toggle:before {
  content: "\e901";
  color: #10BED9;
  font-family: 'iconfont';
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*@media (max-width: @screen-sm-max) {
      content: @icon-angle-down;
      color: #000;
      .font-size(16);
      left: auto;
      right: @baseline;
    }*/
}
.facets .form-inline .checkbox input[type="checkbox"],
.facets .form-inline .radio input[type="radio"],
.facets input {
  position: absolute;
  margin-left: -24px;
}
.facets .form-inline .checkbox label,
.facets .form-inline .radio label,
.facets label {
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  font-weight: normal;
  position: relative;
  padding-left: 24px;
}
.facets .facets-group {
  padding-left: 0;
  list-style: none;
  width: 100%;
}
@media (max-width: 991px) {
  .facets .facets-group {
    display: none;
  }
}
.module--boxed .facets {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.facets details summary::-webkit-details-marker {
  display: none;
}
.facets details [data-drupal-selector] {
  margin-bottom: 12px;
  margin-top: 4px;
}
.facets .bef-toggle,
.facets .button--apply {
  display: block;
  margin-top: 15px;
}
.facets .bef-exposed-form .form--inline > .form-item {
  float: none;
}
@media (min-width: 768px) {
  .facets .form-inline .radio,
  .facets .form-inline .checkbox {
    display: block;
  }
}
.featured-banner {
  position: relative;
}
.featured-banner .featured-banner__container {
  position: relative;
}
.featured-banner .featured-banner__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(32.6% - 30px);
  max-width: 400px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .featured-banner .featured-banner__image {
    max-width: none;
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .featured-banner .featured-banner__image {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    right: 0;
  }
}
.featured-banner .panel {
  margin-bottom: 0;
  min-height: calc(29.3333vw - 24px);
  padding: 60px 75px;
  padding-right: calc(29.33333vw + 48px);
}
@media (min-width: 1440px) {
  .featured-banner .panel {
    min-height: 400px;
    padding-right: 448px;
  }
}
@media (max-width: 991px) {
  .featured-banner .panel {
    padding: 30px 30px;
    padding-right: calc(45vw + 24px);
  }
}
@media (max-width: 767px) {
  .featured-banner .panel {
    padding-right: 30px;
  }
}
.featured-banner .panel .panel-heading h2,
.featured-banner .panel .panel-body .rich-text h2,
.featured-banner .panel .panel-heading h3,
.featured-banner .panel .panel-body .rich-text h3,
.featured-banner .panel .panel-heading h4,
.featured-banner .panel .panel-body .rich-text h4,
.featured-banner .panel .panel-heading h5,
.featured-banner .panel .panel-body .rich-text h5,
.featured-banner .panel .panel-heading h6,
.featured-banner .panel .panel-body .rich-text h6 {
  color: #00467F;
  letter-spacing: normal;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: none;
}
.featured-banner .panel .panel-heading h2,
.featured-banner .panel .panel-body .rich-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
.featured-banner .panel .panel-heading > h2:first-of-type,
.featured-banner .panel .panel-body .rich-text > h2:first-of-type,
.featured-banner .panel .panel-heading > div > h2:first-of-type,
.featured-banner .panel .panel-body .rich-text > div > h2:first-of-type {
  margin-top: 0;
}
.featured-banner .panel .panel-heading .lead,
.featured-banner .panel .panel-body .rich-text .lead {
  font-style: italic;
}
@media (min-width: 768px) {
  .figure-caption {
    margin-bottom: 15px;
  }
}
.figure-caption figcaption {
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  font-style: italic;
  line-height: 30px;
  padding-top: 15px;
}
.figure-caption .figure-caption__image img {
  margin-bottom: 0;
}
.main-content > .figure-caption figcaption,
.main-content > .scLooseFrameZone > .figure-caption figcaption {
  margin-left: 7%;
}
@media (max-width: 767px) {
  .main-content > .figure-caption figcaption,
  .main-content > .scLooseFrameZone > .figure-caption figcaption {
    margin-left: 5%;
  }
}
figure {
  margin-bottom: 30px;
}
.rich-text + .paragraph--type--bp-image .paragraph__column figure:first-child {
  margin-top: 30px;
}
.rich-text + .paragraph--type--bp-image .paragraph__column figure:last-child {
  margin-bottom: 0;
}
figure img {
  margin-bottom: 15px;
}
figure figcaption {
  font-style: italic;
}
figure.align-center img {
  margin-left: auto;
  margin-right: auto;
}
figure.align-center figcaption {
  text-align: center;
}
figure.align-right img {
  margin-left: auto;
}
figure.align-right figcaption {
  text-align: right;
}
.footer {
  background: #333333;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer:before,
.footer:after {
  content: " ";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .footer-links {
  float: left;
  line-height: 2em;
  padding-left: 7%;
}
@media (max-width: 767px) {
  .footer .footer-links {
    float: none;
    line-height: 1.5em;
    padding-top: 6px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.footer .footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-links-list > li {
  display: inline-block;
  padding-right: 20px;
}
.footer .footer-links-list a:link,
.footer .footer-links-list a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.footer .footer-links-list a:hover,
.footer .footer-links-list a:focus {
  color: #EFAA29;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .footer-links-list li,
  .footer .footer-links-list a {
    display: block;
  }
  .footer .footer-links-list a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.footer .footer-social {
  float: right;
  line-height: 2em;
  padding-right: 7%;
}
@media (max-width: 767px) {
  .footer .footer-social {
    float: none;
    line-height: 1.5em;
    padding: 6px 5% 15px;
  }
}
.footer .footer-social .social-connect-icon:before {
  color: #fff;
  font-family: 'iconfont';
}
.footer .footer-social .social-connect-body {
  margin-bottom: 0;
}
.footer .footer-social a:hover .social-connect-icon:before {
  color: #EFAA29;
}
.footer .footer-copyright {
  background-color: #ddd;
  clear: both;
  color: #333333;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 3em;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer-copyright {
    padding-left: 5%;
    padding-right: 5%;
  }
}
form .g-recaptcha {
  margin-bottom: 15px;
}
.global-header {
  border-bottom: 6px solid #EFAA29;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.global-header:before,
.global-header:after {
  content: " ";
  display: table;
}
.global-header:after {
  clear: both;
}
.global-header:before,
.global-header:after {
  content: " ";
  display: table;
}
.global-header:after {
  clear: both;
}
@media (max-width: 767px) {
  .global-header {
    padding-left: 5%;
    padding-right: 48px;
  }
}
@media (min-width: 768px) {
  .global-header {
    height: 96px;
    padding: 0 7%;
  }
}
.navigation--global + .global-header {
  padding-left: 60px;
}
@media (min-width: 768px) {
  .navigation--global + .global-header {
    padding-left: 90px;
  }
}
.global-header .branding {
  float: left;
  height: 100%;
}
.global-header .branding:before,
.global-header .branding:after {
  content: " ";
  display: table;
}
.global-header .branding:after {
  clear: both;
}
.global-header .branding:before,
.global-header .branding:after {
  content: " ";
  display: table;
}
.global-header .branding:after {
  clear: both;
}
@media (max-width: 767px) {
  .global-header .branding {
    padding: 12px 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .global-header .branding img {
    float: left;
    max-height: 100%;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .global-header .branding img {
    height: 30px;
  }
}
.global-header .branding svg {
  margin-top: 26.25px;
  height: 37.5px;
  width: 359.85px;
  fill: #00467F;
}
@media (max-width: 767px) {
  .global-header .branding svg {
    height: 22.5px;
    width: 215.90001px;
    margin: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}
.global-header .branding svg path:first-of-type {
  fill: #939598;
}
.global-header .branding svg path:nth-of-type(2) {
  fill: #7BC143;
}
@media (max-width: 767px) {
  .global-header .branding svg path:first-of-type,
  .global-header .branding svg path:nth-of-type(2) {
    display: none;
  }
}
.global-header--division .branding {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  margin-right: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .global-header--division .branding {
    margin-right: 5%;
    padding-right: 0;
    border: 0;
    width: 75px;
  }
}
@media (max-width: 767px) {
  .navigation--global + .global-header--division .branding {
    margin-right: 22.5px;
    margin-left: 15px;
  }
}
.global-header--division .branding svg {
  width: 72.69999px;
}
@media (min-width: 768px) {
  .global-header--division .branding svg {
    height: 30px;
    margin-top: 30px;
    width: 96.9375px;
  }
}
.global-header--division .branding svg path:first-of-type {
  fill: #00467F;
}
@media (max-width: 767px) {
  .global-header--division .branding svg path:first-of-type {
    display: block;
  }
}
.global-header--division .global-header__division {
  display: inline-block;
}
.global-header--division .global-header__division a,
.global-header--division .global-header__division a:hover,
.global-header--division .global-header__division a:focus {
  color: #000;
  text-decoration: none;
}
.global-header--division .global-header__division-image {
  border-radius: 50%;
  margin-top: -6px;
  margin-right: 30px;
  height: 60px;
}
@media (max-width: 767px) {
  .global-header--division .global-header__division-image {
    margin-top: 0;
    height: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.global-header--division .global-header__division-name {
  display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .global-header--division .global-header__division-name {
    display: none;
  }
}
@media (max-width: 1199px) {
  .global-header--division .global-header__division-name {
    font-size: 2vw;
  }
}
.hero {
  position: relative;
  width: 100%;
}
.hero:before {
  content: "";
  -webkit-box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  z-index: 1;
}
.hero .page-header--homepage {
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .hero .page-header--homepage {
    padding-bottom: 75px;
  }
}
.hero .carousel:after {
  content: '';
  display: table;
  clear: both;
}
.hero .slick-list {
  overflow: visible;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero .slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#035e98), to(#2a71b2));
  background-image: -webkit-linear-gradient(top, #035e98, #2a71b2);
  background-image: linear-gradient(to bottom, #035e98, #2a71b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff035e98', endColorstr='#ff2a71b2', GradientType=0);
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .hero .slide {
    height: auto;
    padding-top: 0;
  }
}
.hero figure,
.hero .slide-video {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 69%;
  background-size: cover;
  margin: 0;
}
.hero figure:before,
.hero .slide-video:before,
.hero figure:after,
.hero .slide-video:after {
  content: " ";
  display: table;
}
.hero figure:after,
.hero .slide-video:after {
  clear: both;
}
.hero figure:before,
.hero .slide-video:before,
.hero figure:after,
.hero .slide-video:after {
  content: " ";
  display: table;
}
.hero figure:after,
.hero .slide-video:after {
  clear: both;
}
@media (max-width: 991px) {
  .hero figure,
  .hero .slide-video {
    position: relative;
    height: 48vw;
    width: 100%;
  }
}
.hero figure img,
.hero .slide-video img {
  display: none;
}
.hero figure {
  background-position: center center;
}
.hero .slide-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 31%;
}
@media (max-width: 991px) {
  .hero .slide-caption {
    position: relative;
    width: 100%;
  }
}
.hero .slide-caption a {
  color: #fff;
  text-decoration: none;
}
.hero .slide-text {
  padding: 30px 5%;
}
@media (min-width: 768px) {
  .hero .slide-text {
    padding: 60px 7%;
  }
}
@media (min-width: 992px) {
  .hero .slide-text {
    padding: 12% 15% 0 12%;
  }
}
.hero .slide-tag {
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2vw;
  opacity: 0.5;
}
@media (min-width: 90rem) {
  .hero .slide-tag {
    margin-bottom: 45px;
  }
}
.hero .slide-title h2 {
  font-size: 2.5vw;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 2vw;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}
@media (min-width: 1440px) {
  .hero .slide-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .hero .slide-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.hero a:hover .slide-title h2,
.hero a:focus .slide-title h2 {
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.hero .slide-description {
  font-size: 1.1111vw;
  font-style: italic;
  font-weight: normal;
  height: 20vw;
  max-height: 275px;
  overflow-y: auto;
}
@media (min-width: 90rem) {
  .hero .slide-description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .hero .slide-description {
    font-size: 13.33333px;
    font-size: 0.833333125rem;
  }
}
@media (max-width: 991px) {
  .hero .slide-description {
    font-size: 16px;
    font-size: 1rem;
    height: auto;
  }
}
.hero .slide-description > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.hero--carousel #hero-banner > div:nth-of-type(n + 1).slide {
  visibility: hidden;
}
.hero--carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 999;
}
@media (max-width: 991px) {
  .hero--carousel .slick-dots {
    top: auto;
    bottom: 30px;
  }
}
.hero--carousel .slick-dots li {
  margin: 0 15px;
}
.hero--carousel .slick-dots li button:before {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.5;
}
.hero--carousel .slick-dots li button:focus {
  outline: auto;
}
.hero--carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}
.hero--carousel .slick-dots button:hover:before,
.hero--carousel .slick-dots .slick-active button:hover:before,
.hero--carousel .slick-dots button:active:before,
.hero--carousel .slick-dots .slick-active button:active:before,
.hero--carousel .slick-dots button:focus:before,
.hero--carousel .slick-dots .slick-active button:focus:before {
  opacity: 1;
}
.hero--carousel .slick-next,
.hero--carousel .slick-prev {
  margin-bottom: 26px;
  top: auto;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 60px;
  width: 60px;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .hero--carousel .slick-next,
  .hero--carousel .slick-prev {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .hero--carousel .slick-next,
  .hero--carousel .slick-prev {
    bottom: auto;
    height: 75px;
    padding-bottom: 0;
    padding-top: 16px;
    top: 48vw;
  }
}
.hero--carousel .slick-next:before,
.hero--carousel .slick-prev:before {
  font-family: 'iconfont';
  font-size: 16px;
  opacity: 0.5;
}
.hero--carousel .slick-next:hover:before,
.hero--carousel .slick-prev:hover:before,
.hero--carousel .slick-next:focus:before,
.hero--carousel .slick-prev:focus:before,
.hero--carousel .slick-next:active:before,
.hero--carousel .slick-prev:active:before {
  opacity: 1;
}
.hero--carousel .slick-next:focus,
.hero--carousel .slick-prev:focus {
  outline: auto;
}
.hero--carousel .slick-next {
  margin-right: 30px;
  padding-right: 6px;
  right: 0;
}
@media (max-width: 991px) {
  .hero--carousel .slick-next {
    margin-right: calc(7% - 20px);
    padding-right: 0;
  }
}
.hero--carousel .slick-next:before {
  content: "\e903";
}
.hero--carousel .slick-prev {
  left: 0;
  margin-left: calc(69% + 30px);
  padding-left: 6px;
}
@media (max-width: 991px) {
  .hero--carousel .slick-prev {
    margin-left: calc(7% - 20px);
    padding-left: 0;
  }
}
.hero--carousel .slick-prev:before {
  content: "\e902";
}
@media (min-width: 992px) {
  .hero--carousel .slide-description {
    height: 15vw;
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  .hero--carousel .slide-text {
    padding: 90px 7% 60px;
  }
}
@media (max-width: 767px) {
  .hero--carousel .slide-text {
    padding: 90px 5% 30px;
  }
}
@media (max-width: 991px) {
  .hero--carousel .hero-has-one-slide .slide-text {
    padding-top: 37.5px;
  }
}
.hero--expanded.hero--carousel .slick-dots {
  top: auto;
  bottom: 120px;
}
.icon {
  max-height: 200px;
}
.img-srcset--cropped {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.img-srcset--cropped img {
  display: none;
}
.img-srcset--cropped-1x1 {
  padding-top: 100%;
}
.img-srcset--cropped-2x1 {
  padding-top: 50%;
}
.img-srcset--cropped-1x2 {
  padding-top: 200%;
}
.img-srcset--cropped-3x2 {
  padding-top: 66.66666667%;
}
.img-srcset--cropped-2x3 {
  padding-top: 150%;
}
.img-srcset--cropped-5x4 {
  padding-top: 80%;
}
.img-srcset--cropped-4x5 {
  padding-top: 125%;
}
.img-srcset--cropped-16x9 {
  padding-top: 56.25%;
}
.img-srcset--cropped-9x16 {
  padding-top: 177.77777778%;
}
.list .current {
  font-weight: bold;
}
.list .current:before {
  font-weight: normal;
}
dl dd,
.list-description dd {
  margin-bottom: 15px;
}
main > .rich-text dl dt,
main > .rich-text .list-description dt,
div:not(.panel-body) > .rich-text dl dt,
div:not(.panel-body) > .rich-text .list-description dt {
  text-transform: uppercase;
}
.list-description__term {
  float: left;
}
.list-description__term:after {
  content: ": ";
  white-space: pre;
}
.list-description--admin-measure-status .list-description__term {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.list-description--admin-measure-status .list-description__desc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .list-description--admin-measure-status .list-description__desc {
    text-align: right;
  }
}
.list-description--admin-measure-status .list-description__desc img {
  margin-left: 20px;
  width: 30px;
  display: inline;
}
@media (max-width: 767px) {
  .list-description--admin-measure-status .list-description__desc img {
    margin-top: -5px;
    margin-left: 0;
    margin-right: 20px;
    float: left;
  }
}
.list-description--admin-measure-summary,
.list-description--admin-measure-status {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .list-description--admin-measure-status {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .list-description--admin-measure-summary .list-description__desc:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .list-description--admin-measure-status .list-description__desc:last-child {
    margin-top: 25px;
  }
}
.list--divided {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.list--divided > li {
  border-bottom: 1px solid #ddd;
}
.list--divided li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list--divided a {
  display: inline-block;
}
@media (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .list--grid-bordered li:first-of-type:not(.col-xs-6):not(.col-sm-6):not(.col-sm-4):not(.col-sm-3):not(.col-md-6):not(.col-md-4):not(.col-md-3):not(.col-lg-6):not(.col-lg-4):not(.col-lg-3) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract:not(.abstract--hasImage) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:last-of-type:not(.col-xs-6):not(.col-xs-4):not(.col-xs-3) .abstract:not(.abstract--hasImage) {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6:not(.col-lg-4):not(.col-lg-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-lg-6 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 3).col-lg-6 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6:not(.col-lg-4):not(.col-lg-3) {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-xs-6:not(.col-sm-4):not(.col-sm-3):not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-sm-6:not(.col-md-4):not(.col-md-3):not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 3).col-md-6:not(.col-lg-4):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-lg-6 {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 3).col-lg-6 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4:not(.col-lg-6):not(.col-lg-3) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-lg-4 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 4).col-lg-4 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3),
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4:not(.col-lg-6):not(.col-lg-3) {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-xs-4:not(.col-sm-6):not(.col-sm-3):not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-sm-4:not(.col-md-6):not(.col-md-3):not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 4).col-md-4:not(.col-lg-6):not(.col-lg-3) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-lg-4 {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 4).col-lg-4 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3 {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4) {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3:not(.col-lg-6):not(.col-lg-4) {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-lg-3 {
    margin-top: 30px;
  }
  .list--grid-bordered li:nth-of-type(n + 5).col-lg-3 .abstract:not(.abstract--hasImage) .abstract-header {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4),
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3:not(.col-lg-6):not(.col-lg-4) {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-xs-3:not(.col-sm-6):not(.col-sm-4):not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-sm-3:not(.col-md-6):not(.col-md-4):not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header,
  .list--grid-bordered li:nth-of-type(n + 5).col-md-3:not(.col-lg-6):not(.col-lg-4) .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-lg-3 {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 767px) {
  .list--grid-bordered li:nth-of-type(n + 5).col-lg-3 .abstract:not(.abstract--hasImage) .abstract-header {
    padding-top: 15px;
  }
}
.list--grid.list--grid-contacts {
  padding-left: 0;
  list-style: none;
  /*& > li:nth-of-type(n+4).col-sm-4 {
    margin-top: 0;
  }
  @media (max-width: @screen-sm-max) {
    & > li:nth-of-type(n+2) {
      margin-top: 0;
    }
  }*/
}
.list--grid.list--grid-contacts li:not(:last-child) {
  margin-bottom: 12px;
}
.list--grid.list--grid-contacts > li:nth-of-type(n + 2) {
  margin-top: unset;
}
.list--grid {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  /*
    *   Add margin between rows when there is more than one row
    */
  /*
    *   These are for clearing bootstrap columns when there
    *   are more columns than can fit in a row.
    *   Ex: 5 columns with class col-xs-3 = 1 column that doesn't fit
    *   within the row.
    */
}
.list--grid:before,
.list--grid:after {
  content: " ";
  display: table;
}
.list--grid:after {
  clear: both;
}
.list--grid:before,
.list--grid:after {
  content: " ";
  display: table;
}
.list--grid:after {
  clear: both;
}
@media (max-width: 767px) {
  .list--grid > li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.list--grid > li:nth-of-type(n + 3).col-xs-6 {
  margin-top: 40px;
}
.list--grid > li:nth-of-type(n + 4).col-xs-4 {
  margin-top: 40px;
}
.list--grid > li:nth-of-type(n + 5).col-xs-3 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .list--grid > li:nth-of-type(n)[class*="col-sm-"] {
    margin-top: 0;
  }
  .list--grid > li:nth-of-type(n + 3).col-sm-6 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 4).col-sm-4 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 5).col-sm-3 {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .list--grid > li:nth-of-type(n)[class*="col-md-"] {
    margin-top: 0;
  }
  .list--grid > li:nth-of-type(n + 3).col-md-6 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 4).col-md-4 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 5).col-md-3 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .list--grid > li:nth-of-type(n)[class*="col-lg-"] {
    margin-top: 0;
  }
  .list--grid > li:nth-of-type(n + 3).col-lg-6 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 4).col-lg-4 {
    margin-top: 40px;
  }
  .list--grid > li:nth-of-type(n + 5).col-lg-3 {
    margin-top: 40px;
  }
}
.list--grid > li:nth-of-type(2n+1).col-xs-6[class*="col-xs"],
.list--grid > li:nth-of-type(3n+1).col-xs-4[class*="col-xs"],
.list--grid > li:nth-of-type(4n+1).col-xs-3[class*="col-xs"] {
  clear: both;
}
@media (min-width: 768px) {
  .list--grid > li:nth-of-type(2n+1).col-xs-6[class*="col-sm-"],
  .list--grid > li:nth-of-type(3n+1).col-xs-4[class*="col-sm-"],
  .list--grid > li:nth-of-type(4n+1).col-xs-3[class*="col-sm-"] {
    clear: none;
  }
  .list--grid > li:nth-of-type(2n+1).col-xs-6[class*="col-md-"],
  .list--grid > li:nth-of-type(3n+1).col-xs-4[class*="col-md-"],
  .list--grid > li:nth-of-type(4n+1).col-xs-3[class*="col-md-"] {
    clear: none;
  }
  .list--grid > li:nth-of-type(2n+1).col-xs-6[class*="col-lg-"],
  .list--grid > li:nth-of-type(3n+1).col-xs-4[class*="col-lg-"],
  .list--grid > li:nth-of-type(4n+1).col-xs-3[class*="col-lg-"] {
    clear: none;
  }
}
@media (min-width: 768px) {
  .list--grid > li:nth-of-type(2n+1).col-sm-6[class*="col-sm"],
  .list--grid > li:nth-of-type(3n+1).col-sm-4[class*="col-sm"],
  .list--grid > li:nth-of-type(4n+1).col-sm-3[class*="col-sm"] {
    clear: both;
  }
}
@media (min-width: 992px) {
  .list--grid > li:nth-of-type(2n+1).col-sm-6[class*="col-md-"],
  .list--grid > li:nth-of-type(3n+1).col-sm-4[class*="col-md-"],
  .list--grid > li:nth-of-type(4n+1).col-sm-3[class*="col-md-"] {
    clear: none;
  }
  .list--grid > li:nth-of-type(2n+1).col-sm-6[class*="col-lg-"],
  .list--grid > li:nth-of-type(3n+1).col-sm-4[class*="col-lg-"],
  .list--grid > li:nth-of-type(4n+1).col-sm-3[class*="col-lg-"] {
    clear: none;
  }
}
@media (min-width: 992px) {
  .list--grid > li:nth-of-type(2n+1).col-md-6[class*="col-md"],
  .list--grid > li:nth-of-type(3n+1).col-md-4[class*="col-md"],
  .list--grid > li:nth-of-type(4n+1).col-md-3[class*="col-md"] {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .list--grid > li:nth-of-type(2n+1).col-md-6[class*="col-lg-"],
  .list--grid > li:nth-of-type(3n+1).col-md-4[class*="col-lg-"],
  .list--grid > li:nth-of-type(4n+1).col-md-3[class*="col-lg-"] {
    clear: none;
  }
}
@media (min-width: 1200px) {
  .list--grid > li:nth-of-type(2n+1).col-lg-6[class*="col-lg"],
  .list--grid > li:nth-of-type(3n+1).col-lg-4[class*="col-lg"],
  .list--grid > li:nth-of-type(4n+1).col-lg-3[class*="col-lg"] {
    clear: both;
  }
}
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--full > .paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--medium > .paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--narrow > .paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--tiny > .paragraph__column,
.paragraph--type--bp-columns__1col .paragraph.paragraph--width--wide > .paragraph__column,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__3col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__5col,
.paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__6col {
  padding-left: 30px;
  padding-right: 30px;
}
.paragraph.paragraph--width--full > .paragraph__column,
.paragraph.paragraph--width--medium > .paragraph__column,
.paragraph.paragraph--width--narrow > .paragraph__column,
.paragraph.paragraph--width--tiny > .paragraph__column,
.paragraph.paragraph--width--wide > .paragraph__column,
.paragraph > .paragraph__column {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .row > div:nth-of-type(n + 2)[class^="paragraph--type--bp-columns"] {
    margin-top: 30px;
  }
}
.paragraph > .paragraph__column {
  padding-bottom: 0;
}
.list--pointer {
  padding-left: 0;
  list-style: none;
}
.list--pointer > li {
  position: relative;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.list--pointer > li:before {
  content: "\e903";
  font-family: 'iconfont';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  margin-left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list--pointer > li > ul li:before {
  top: 0;
}
.list.list--unstyled {
  padding-left: 0;
  list-style: none;
}
.local-nav-dropdown {
  clear: both;
  max-width: 450px;
  padding-top: 30px;
}
.page-header--expanded .local-nav-dropdown {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .local-nav-dropdown {
    display: none;
  }
}
.local-nav-dropdown .panel {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.local-nav-dropdown button {
  color: #00467F;
  position: relative;
  text-align: left;
  background: transparent;
}
.local-nav-dropdown button[data-toggle="dropdown"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0.75em;
  padding-right: 3em;
  width: 100%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
  .local-nav-dropdown button[data-toggle="dropdown"] {
    font-size: 16px;
    font-size: 1rem;
  }
}
.local-nav-dropdown button[data-toggle="dropdown"] .local-nav-dropdown__toggle:before {
  content: "\e901";
  color: #000;
  font-family: 'iconfont';
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local-nav-dropdown button[data-toggle="dropdown"][aria-expanded="true"] .local-nav-dropdown__toggle:before {
  content: "\e904";
}
.local-nav-dropdown .dropdown-menu {
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
  margin-top: -3px;
}
.local-nav-dropdown .dropdown-menu > li > a,
.local-nav-dropdown .dropdown-menu > li > span {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.local-nav-dropdown.local-nav-dropdown--collapsable .dropdown-menu .local-nav__parent-title,
.local-nav-dropdown.local-nav-dropdown--collapsable .dropdown-menu ul .local-nav__parent-title {
  text-transform: uppercase;
}
.local-nav-dropdown.local-nav-dropdown--collapsable .dropdown-menu .local-nav__parent-title > span,
.local-nav-dropdown.local-nav-dropdown--collapsable .dropdown-menu ul .local-nav__parent-title > span {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.local-nav-dropdown .dropdown-menu,
.local-nav-dropdown .dropdown-menu ul {
  border-radius: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
.local-nav-dropdown .dropdown-menu .local-nav__child,
.local-nav-dropdown .dropdown-menu ul .local-nav__child {
  padding-left: 30px;
}
.local-nav-dropdown .dropdown-menu .local-nav__child > li > a,
.local-nav-dropdown .dropdown-menu ul .local-nav__child > li > a,
.local-nav-dropdown .dropdown-menu .local-nav__child > li > span,
.local-nav-dropdown .dropdown-menu ul .local-nav__child > li > span {
  border-top: 0;
}
.local-nav-dropdown .dropdown-menu > li.active > span,
.local-nav-dropdown .dropdown-menu ul > li.active > span {
  font-weight: 700;
}
.local-nav-dropdown .dropdown-menu > li > a:hover,
.local-nav-dropdown .dropdown-menu ul > li > a:hover {
  color: #00467F;
  text-decoration: underline;
}
.local-nav-dropdown .dropdown-menu > li > a,
.local-nav-dropdown .dropdown-menu ul > li > a,
.local-nav-dropdown .dropdown-menu > li > span,
.local-nav-dropdown .dropdown-menu ul > li > span {
  color: #00467F;
  padding: 15px;
  position: relative;
  display: block;
  white-space: normal;
}
.local-nav-dropdown .dropdown-menu > li:first-of-type > a,
.local-nav-dropdown .dropdown-menu ul > li:first-of-type > a,
.local-nav-dropdown .dropdown-menu > li:first-of-type > span,
.local-nav-dropdown .dropdown-menu ul > li:first-of-type > span {
  padding-top: 15px;
}
.local-nav-dropdown .dropdown-menu > li:last-of-type > a,
.local-nav-dropdown .dropdown-menu ul > li:last-of-type > a,
.local-nav-dropdown .dropdown-menu > li:last-of-type > span,
.local-nav-dropdown .dropdown-menu ul > li:last-of-type > span {
  padding-bottom: 15px;
}
.local-nav-dropdown .local-nav__child-links-toggle {
  border: 0;
  padding-left: 14px;
  padding-right: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4px;
  height: 32px;
  width: 32px;
  text-align: center;
}
.local-nav-dropdown .local-nav__child-links-toggle:hover,
.local-nav-dropdown .local-nav__child-links-toggle:focus {
  text-decoration: none;
}
.local-nav-dropdown .local-nav__child-links-toggle:hover:after,
.local-nav-dropdown .local-nav__child-links-toggle:focus:after {
  color: #00467F;
}
.local-nav-dropdown .local-nav__child-links-toggle[aria-expanded="true"]:after {
  content: "\e904";
  line-height: 0;
}
.local-nav-dropdown .local-nav__child-links-toggle:after {
  content: "\e901";
  color: #10BED9;
  border: 0;
  font-family: 'iconfont';
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 28px;
  margin-left: -3px;
}
.local-nav {
  margin-left: 27px;
  position: absolute;
  top: 0;
  padding-top: 105px;
  height: 100%;
  width: calc(20vw - 60px);
  max-width: 225px;
  z-index: 1;
}
.local-nav:before {
  content: "";
}
@media (max-width: 767px) {
  .local-nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .local-nav.local-nav--responsive {
    display: none;
  }
}
.local-nav .local-nav-header {
  color: #00467F;
  float: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 15px;
}
.local-nav .panel {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.local-nav > ul {
  clear: both;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .local-nav > ul > li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.local-nav li {
  position: relative;
}
.local-nav li a:hover,
.local-nav li button:hover,
.local-nav li a:focus,
.local-nav li button:focus {
  text-decoration: underline;
}
.local-nav li.local-nav__parent {
  list-style: none;
}
.local-nav li.local-nav__parent > span,
.local-nav li .local-nav__child-title {
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
}
.local-nav li .local-nav__parent-title:hover:before,
.local-nav li .local-nav__child-title:hover:before,
.local-nav li .local-nav__parent-title:focus:before,
.local-nav li .local-nav__child-title:focus:before,
.local-nav li .local-nav__parent-title:hover:after,
.local-nav li .local-nav__child-title:hover:after,
.local-nav li .local-nav__parent-title:focus:after,
.local-nav li .local-nav__child-title:focus:after {
  text-decoration: none;
}
.local-nav li .local-nav__parent-title:hover:after,
.local-nav li .local-nav__child-title:hover:after,
.local-nav li .local-nav__parent-title:focus:after,
.local-nav li .local-nav__child-title:focus:after {
  background: #00467F;
}
.local-nav li .local-nav__parent-title:before,
.local-nav li .local-nav__child-title:before {
  content: "";
  position: absolute;
  left: -60px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: calc(100% + 5px);
  width: 40px;
  background: #fff;
}
.local-nav li .local-nav__parent-title:after,
.local-nav li .local-nav__child-title:after {
  content: "";
  position: absolute;
  margin-top: .3em;
  left: -35px;
  top: 0;
  display: block;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #00467F;
  border-radius: 50%;
}
.local-nav li.active .local-nav__parent-title:after,
.local-nav li.active > .local-nav__child-title:after {
  background: #00467F;
}
.local-nav li.local-nav__child .local-nav__child-title:after {
  left: -15px;
  top: 0.75em;
  height: 4px;
  width: 4px;
}
.local-nav li ul.local-nav__children {
  padding-left: 2em;
}
.local-nav li ul.local-nav__children a:after,
.local-nav li ul.local-nav__children span:after {
  margin-top: 0;
}
.local-nav li ul.local-nav__children:not(.local-nav__has-active-child) .local-nav__child-title:before,
.local-nav li ul.local-nav__children:not(.local-nav__has-active-child) .local-nav__child-title:after {
  display: none;
}
.local-nav .active .local-nav__parent-title,
.local-nav .active > .local-nav__child-title {
  color: #00467F;
  font-weight: bold;
}
.local-nav .active > a:hover,
.local-nav .active > button:hover {
  color: #00467F !important;
  text-decoration: none !important;
}
.local-nav:not(.local-nav--collapsable) .tooltip {
  display: none !important;
}
.list-navigation-local-sub {
  padding-left: 2em;
}
.list-navigation-local-sub ul {
  border: 0;
}
.list-navigation-local-sub li {
  border-top-color: transparent;
}
.local-nav--collapsable {
  background-color: #fff;
  padding-top: 120px;
  width: auto;
  max-width: none;
  -webkit-box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: padding-right 250ms ease 250ms, -webkit-box-shadow 250ms ease 250ms;
  transition: padding-right 250ms ease 250ms, -webkit-box-shadow 250ms ease 250ms;
  transition: box-shadow 250ms ease 250ms, padding-right 250ms ease 250ms;
  transition: box-shadow 250ms ease 250ms, padding-right 250ms ease 250ms, -webkit-box-shadow 250ms ease 250ms;
}
.local-nav--collapsable.local-nav--expanded {
  -webkit-box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.1);
  padding-right: 40px;
  -webkit-transition: -webkit-box-shadow 1ms ease;
  transition: -webkit-box-shadow 1ms ease;
  transition: box-shadow 1ms ease;
  transition: box-shadow 1ms ease, -webkit-box-shadow 1ms ease;
}
.local-nav--collapsable .local-nav__toggle {
  background: #fff;
  border: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  position: absolute;
  left: -60px;
  top: 15px;
}
.local-nav--collapsable .local-nav__toggle:hover .local-nav__toggle-hamburger-inner,
.local-nav--collapsable .local-nav__toggle:focus .local-nav__toggle-hamburger-inner {
  background-color: #00467F;
}
.local-nav--collapsable .local-nav__toggle:hover .local-nav__toggle-hamburger-inner:before,
.local-nav--collapsable .local-nav__toggle:focus .local-nav__toggle-hamburger-inner:before,
.local-nav--collapsable .local-nav__toggle:hover .local-nav__toggle-hamburger-inner:after,
.local-nav--collapsable .local-nav__toggle:focus .local-nav__toggle-hamburger-inner:after {
  background-color: #00467F;
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger {
  height: 60px;
  width: 60px;
  display: inline-block;
  position: relative;
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner {
  display: block;
  left: 22px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner,
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:before,
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:after {
  width: 20px;
  height: 2px;
  background-color: #10BED9;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
html.high-contrast .local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner,
html.high-contrast .local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:before,
html.high-contrast .local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:after {
  background-color: #ffd600 !important;
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:before,
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:after {
  content: "";
  display: block;
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.075s 0.12s ease,
                                opacity 0.075s ease;
  transition: top 0.075s 0.12s ease,
                                opacity 0.075s ease;
}
.local-nav--collapsable .local-nav__toggle .local-nav__toggle-hamburger-inner:after {
  width: 15px;
  bottom: -6px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] .local-nav__toggle-hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] .local-nav__toggle-hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease,
                                opacity 0.075s 0.12s ease;
  transition: top 0.075s ease,
                                opacity 0.075s 0.12s ease;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] .local-nav__toggle-hamburger-inner:after {
  bottom: 0;
  width: 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] + #local-nav__collapsable-container {
  max-width: 1440px;
  -webkit-transition: max-width 1000ms ease;
  transition: max-width 1000ms ease;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] + #local-nav__collapsable-container .local-nav__parent > span {
  white-space: nowrap;
  overflow: hidden;
  visibility: visible;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] + #local-nav__collapsable-container .local-nav__child-title > span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  visibility: visible;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] + #local-nav__collapsable-container .local-nav__child-links-toggle {
  visibility: visible;
  -webkit-transition: visibility 1ms ease 250ms;
  transition: visibility 1ms ease 250ms;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="false"] + #local-nav__collapsable-container {
  max-width: 0;
  -webkit-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="false"] + #local-nav__collapsable-container .local-nav__parent > span {
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: padding-right 100ms ease 250ms, visibility 1ms ease 1250ms;
  transition: padding-right 100ms ease 250ms, visibility 1ms ease 1250ms;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="false"] + #local-nav__collapsable-container .local-nav__child-title > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 1ms ease 1ms;
  transition: all 1ms ease 1ms;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="false"] + #local-nav__collapsable-container .local-nav__child-links-toggle {
  visibility: hidden;
  -webkit-transition: visibility 1ms ease 1ms;
  transition: visibility 1ms ease 1ms;
}
.local-nav--collapsable li {
  list-style: none;
}
.local-nav--collapsable li.local-nav__parent > span {
  border-top: 1px solid rgba(0, 70, 127, 0.25);
  padding-top: 10px;
  padding-right: 48px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 32px;
  width: 32px;
  text-align: center;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle:hover,
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle:focus {
  text-decoration: none;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle:hover:after,
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle:focus:after {
  color: #00467F;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle[aria-expanded="true"]:after {
  content: "\e904";
  line-height: 0;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__child-links-toggle:after {
  content: "\e901";
  color: #10BED9;
  border: 0;
  font-family: 'iconfont';
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 28px;
}
.local-nav--collapsable li.local-nav__parent > span .local-nav__parent-title:before,
.local-nav--collapsable li.local-nav__parent > span .local-nav__parent-title:after {
  display: none;
}
.local-nav--collapsable li.local-nav__parent:last-of-type {
  border-bottom: 1px solid rgba(0, 70, 127, 0.25);
}
.local-nav--collapsable li.local-nav__parent .local-nav__child .local-nav__child-title:after {
  left: -35px;
  margin-top: .35em;
  top: 0;
  height: 16px;
  width: 16px;
}
.local-nav--collapsable li.local-nav__parent ul.local-nav__children {
  padding-left: 0;
}
.local-nav--collapsable .local-nav__toggle[aria-expanded="true"] ~ .tooltip {
  display: none !important;
}
.local-nav--collapsable .tooltip {
  margin-top: -3px;
  opacity: 1;
}
.local-nav--collapsable .tooltip > .tooltip-inner {
  background-color: #00467F;
  max-width: 500px;
  padding: 8px 12px;
  white-space: nowrap;
}
.local-nav--collapsable .tooltip .tooltip-arrow {
  border-right-color: #00467F;
}
@media (min-width: 768px) {
  #local-nav__collapsable-container .local-nav__parent:first-child:after {
    content: "";
    position: absolute;
    bottom: -520px;
    left: 0;
    width: 38px;
    height: 27px;
    margin-left: -45px;
  }
}
.navigation {
  background: transparent;
  position: relative;
  z-index: 3;
}
.navigation__toggle {
  border: 0;
}
.navigation__toggle[aria-expanded="true"] + .navigation__list {
  display: block;
}
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item {
  visibility: visible !important;
}
.navigation__list {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
}
.navigation__item {
  list-style: none;
}
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__sub-nav-toggle:before,
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:focus .navigation__sub-nav-toggle:before,
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__sub-nav-toggle:after,
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:focus .navigation__sub-nav-toggle:after {
  background-color: #fff;
}
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__item-link,
.navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:focus .navigation__item-link {
  background-color: #00467F;
  color: #fff;
}
.navigation__item-link {
  color: #00467F;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(0, 102, 170, 0.1);
  display: block;
  padding: 15px 48px 15px 24px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 200ms ease !important;
  transition: background-color 200ms ease !important;
  width: 100%;
  white-space: nowrap;
}
.navigation__item-link[aria-haspopup="true"]:hover:after,
.navigation__item-link[aria-haspopup="true"]:focus:after,
.navigation__item-link[aria-haspopup="true"][aria-expanded="true"]:after {
  display: block;
}
.navigation__item-link[aria-haspopup="true"][aria-expanded="true"] + .navigation__sub-nav {
  display: block;
}
.navigation__item-link .icon-minus,
.navigation__item-link .icon-plus {
  display: none;
}
.navigation__sub-nav {
  display: none;
  padding-left: 0;
}
.navigation_sub-nav-label {
  list-style: none;
}
.navigation_sub-nav-label a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .navigation_sub-nav-label a {
    color: #0066aa;
    background: #eee;
    border-top: 1px solid rgba(0, 102, 170, 0.1);
    display: block;
    padding: 15px 60px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13.33333px;
    font-size: 0.833333125rem;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
  }
}
@media (max-width: 767px) {
  .navigation_sub-nav-label a:hover {
    border-top-color: #fff;
  }
}
@media (max-width: 767px) {
  .navigation_sub-nav-label a[aria-current="page"] {
    color: #fff;
    background: #00467F;
    text-decoration: none;
  }
}
.navigation_sub-nav-label a:hover,
.navigation_sub-nav-label a:focus {
  background-color: #00467F;
  color: #fff;
}
.navigation_sub-nav-label .navigation_sub-nav-label-header,
.navigation_sub-nav-label .navigation_sub-nav-label-header2 {
  display: block;
}
.navigation_sub-nav-label .navigation_sub-nav-label-pipe {
  font-weight: normal;
  padding: 0 0.5em;
  opacity: 0.25;
}
@media (max-width: 767px) {
  .navigation_sub-nav-label .navigation_sub-nav-label-pipe {
    display: none;
  }
}
.navigation__sub-nav-item {
  list-style: none;
}
.navigation__sub-nav-item-link {
  color: #0066aa;
  background: #eee;
  border-top: 1px solid rgba(0, 102, 170, 0.1);
  border-bottom: 1px solid transparent;
  display: block;
  padding: 15px 48px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.navigation__sub-nav-item-link:hover,
.navigation__sub-nav-item-link:focus,
.navigation__sub-nav-item-link[aria-current="page"] {
  color: #fff;
  background: #00467F;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.navigation__sub-nav-item-link[aria-current="page"] {
  color: #fff;
  background: #00467F;
  border-bottom: 0;
  border-top: 0;
}
@media (max-width: 767px) {
  .navigation__sub-nav-item-link[aria-current="page"] {
    text-decoration: none;
  }
}
.navigation__toggle {
  background-color: transparent;
  position: absolute;
  top: -57px;
  right: 0;
  padding: 0;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: 60px;
  height: 60px;
  z-index: 1;
}
@media (max-width: 767px) {
  .navigation__toggle {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 768px) {
  .navigation__toggle {
    display: none;
    visibility: hidden;
    padding: 0;
    right: calc(7% + 4px);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.navigation__toggle[aria-expanded="true"] {
  background-color: transparent;
}
.navigation__toggle[aria-expanded="true"]:before,
.navigation__toggle[aria-expanded="true"]:after {
  display: none;
}
.navigation__toggle-text {
  display: none;
}
.navigation__toggle-hamburger {
  height: 60px;
  width: 60px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .navigation__toggle-hamburger {
    height: 48px;
    width: 48px;
  }
}
.navigation__toggle-hamburger-inner {
  display: block;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 767px) {
  .navigation__toggle-hamburger-inner {
    left: 14px;
  }
}
.navigation__toggle-hamburger-inner,
.navigation__toggle-hamburger-inner:before,
.navigation__toggle-hamburger-inner:after {
  width: 20px;
  height: 3px;
  background-color: #00467F;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
html.high-contrast .navigation__toggle-hamburger-inner,
html.high-contrast .navigation__toggle-hamburger-inner:before,
html.high-contrast .navigation__toggle-hamburger-inner:after {
  background-color: #ffd600 !important;
}
.navigation__toggle-hamburger-inner:before,
.navigation__toggle-hamburger-inner:after {
  content: "";
  display: block;
}
.navigation__toggle-hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.075s 0.12s ease,
                        opacity 0.075s ease;
  transition: top 0.075s 0.12s ease,
                        opacity 0.075s ease;
}
.navigation__toggle-hamburger-inner:after {
  bottom: -6px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease,
                            opacity 0.075s 0.12s ease;
  transition: top 0.075s ease,
                            opacity 0.075s 0.12s ease;
}
.navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navigation--global {
  height: 90px;
  width: 90px;
  position: absolute;
}
@media (min-width: 768px) {
  .navigation--global {
    height: 60px;
    width: 60px;
  }
}
.navigation--global .navigation__toggle {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .navigation--global .navigation__toggle {
    left: 15px;
    top: 15px;
  }
}
.navigation--global .navigation__toggle[aria-expanded="true"] {
  z-index: 1003;
}
.navigation--global .navigation__toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navigation--global .navigation__toggle[aria-expanded="true"] + .navigation__list {
  width: 100vw;
}
@media (min-width: 768px) {
  .navigation--global .navigation__toggle[aria-expanded="true"] + .navigation__list {
    overflow-y: auto;
    width: 360px;
  }
}
.navigation--global .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item {
  opacity: 1;
}
.navigation--global .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle {
  opacity: 1;
}
.navigation--global .navigation__overlay {
  width: 0;
  -webkit-transition: width 0.2s ease 3s;
  transition: width 0.2s ease 3s;
}
@media (min-width: 768px) {
  .navigation--global .navigation__toggle[aria-expanded="true"] ~ .navigation__overlay {
    background-color: #fff;
    height: 108px;
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1002;
  }
}
.navigation--global .navigation__toggle-hamburger-inner {
  left: 20px;
}
@media (min-width: 768px) {
  .navigation--global .navigation__toggle-hamburger-inner {
    left: 15px;
    margin-top: -1px;
  }
  .navigation--global .navigation__toggle-hamburger-inner,
  .navigation--global .navigation__toggle-hamburger-inner:before,
  .navigation--global .navigation__toggle-hamburger-inner:after {
    height: 3px;
    width: 20px;
  }
  .navigation--global .navigation__toggle-hamburger-inner:before {
    top: -6px;
  }
  .navigation--global .navigation__toggle-hamburger-inner:after {
    bottom: -6px;
  }
}
.navigation--global .navigation__list {
  top: 60px;
}
@media (min-width: 768px) {
  .navigation--global .navigation__list {
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1), 0.25em 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1), 0.25em 0 0 0 rgba(0, 0, 0, 0.1);
    height: 100vh;
    padding-top: 135px;
    top: 0;
    display: block;
    width: 0;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
  }
}
.navigation--global .navigation__item {
  display: block !important;
  position: relative;
  opacity: 0;
}
.navigation--global .navigation_sub-nav-label a {
  color: #0066aa;
  background: #eee;
  border-top: 1px solid rgba(0, 102, 170, 0.1);
  display: block;
  padding: 15px 60px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}
.navigation--global .navigation_sub-nav-label a:hover,
.navigation--global .navigation_sub-nav-label a:focus,
.navigation--global .navigation_sub-nav-label a[aria-current="page"] {
  color: #fff;
  background: #00467F;
}
.navigation--global .navigation_sub-nav-label .navigation_sub-nav-label-pipe {
  display: none;
}
.navigation--global .navigation__sub-nav-toggle {
  opacity: 0;
  -webkit-transition: opacity 0s ease 0.1s;
  transition: opacity 0s ease 0.1s;
}
@media (min-width: 768px) {
  .navigation--inverse.navigation--inverse {
    background: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle:not([aria-expanded="true"]) {
    background-color: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle:before {
    background: -webkit-gradient(linear, right top, left top, color-stop(33%, #00467F), to(rgba(0, 102, 170, 0.001)));
    background: -webkit-linear-gradient(right, #00467F 33%, rgba(0, 102, 170, 0.001) 100%);
    background: linear-gradient(to left, #00467F 33%, rgba(0, 102, 170, 0.001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000066aa', endColorstr='#ff00467f', GradientType=1);
  }
  html.oldie .navigation--inverse.navigation--inverse .navigation__toggle:before {
    background: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle-text {
    color: #fff;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle-hamburger-inner,
  .navigation--inverse.navigation--inverse .navigation__toggle-hamburger-inner:before,
  .navigation--inverse.navigation--inverse .navigation__toggle-hamburger-inner:after {
    background-color: #fff;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link {
    color: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:hover,
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:focus,
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-expanded="true"] {
    color: #fff;
    background: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-current="page"] {
    background: #00467F;
    color: #fff;
  }
  .navigation--inverse.navigation--inverse .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__item-link {
    color: #fff;
    background: #00467F;
  }
  .navigation--inverse.navigation--inverse .navigation__item {
    border-left-color: rgba(255, 255, 255, 0.1);
  }
  .navigation--inverse.navigation--inverse .navigation__item-link {
    color: #fff;
    background: rgba(255, 255, 255, 0);
  }
  .navigation--inverse.navigation--inverse .navigation__item-link:hover,
  .navigation--inverse.navigation--inverse .navigation__item-link:focus {
    background: rgba(255, 255, 255, 0.25);
  }
  .navigation--inverse.navigation--inverse .navigation__item-link[aria-current="page"] {
    background: #fff;
    color: #00467F;
  }
}
.navigation--main {
  padding-right: 5%;
  /**------------------------------------------------------------
     * 
     * Menu is expanded
     *
     -------------------------------------------------------------*/
  /**------------------------------------------------------------
     * 
     * Menu is NOT expanded
     *
     -------------------------------------------------------------*/
}
@media (min-width: 768px) {
  .navigation--main {
    display: block;
    padding: 0 7% 0 0;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .global-header + .navigation--main {
    position: relative;
    margin-top: -96px;
    margin-bottom: 6px;
    margin-left: 480px;
  }
}
html.high-contrast .navigation--main {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .global-header + .navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list {
    left: auto;
    top: 96px;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link {
    padding: 15px 48px 15px 24px !important;
    width: 100% !important;
  }
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:focus .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__sub-nav-toggle:after,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:focus .navigation__sub-nav-toggle:after {
  background-color: #fff;
}
@media (max-width: 991px) {
  .navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item:hover .navigation__item-link:not([aria-current="page"]) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-current="page"] {
  background-color: #00467F;
  color: #fff;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:not([aria-current="page"]) {
  border-top: 1px solid rgba(0, 102, 170, 0.1);
  border-bottom: 1px solid transparent;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:not([aria-current="page"]):focus {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-current="page"] .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:hover .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:focus .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-expanded="true"] .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-current="page"] .navigation__sub-nav-toggle:after,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:hover .navigation__sub-nav-toggle:after,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link:focus .navigation__sub-nav-toggle:after,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-expanded="true"] .navigation__sub-nav-toggle:after {
  background-color: #fff;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__item-link[aria-expanded="true"] .navigation__sub-nav-toggle:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 48px;
  width: 48px;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle:before,
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle:after {
  content: '';
  display: block;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: 16px;
  width: 14px;
  height: 2px;
  background-color: #00467F;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
html.high-contrast .navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle:before,
html.high-contrast .navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle:after {
  background-color: #ffd600 !important;
}
.navigation--main .navigation__toggle[aria-expanded="true"] + .navigation__list .navigation__sub-nav-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list {
    display: table;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    float: right;
    width: auto;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item {
    height: 90px;
    padding-left: 30px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav-toggle:after {
  content: "\e901";
  color: #10BED9;
  display: inline-block;
  font-family: 'iconfont';
  padding-left: 6px;
  vertical-align: bottom;
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item:hover,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link:hover {
  text-decoration: underline;
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link:focus,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item:hover,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link:hover,
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item[aria-expanded="true"],
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link[aria-expanded="true"] {
  background-color: transparent;
  color: #00467F;
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item[aria-expanded="true"] .navigation__sub-nav-toggle:after,
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item-link[aria-expanded="true"] .navigation__sub-nav-toggle:after {
    content: "\e904";
  }
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__item--invisible {
  display: inline-block;
  width: 0;
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav {
    position: absolute;
    left: 0;
    top: 90px;
    padding: 30px;
    padding-top: 0;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
    width: auto;
    max-width: 290px;
  }
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav:target {
    display: block;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav > li:last-of-type.navigation__sub-nav-item a {
    padding-bottom: 0;
  }
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list > li:first-of-type .navigation__sub-nav {
  width: 300px;
  max-width: none;
}
.navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list > li:nth-of-type(n + 2) .navigation__sub-nav-item-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav-item-link {
    border: 0;
    border-top: 1px solid rgba(0, 70, 127, 0.25);
    font-weight: 700;
    font-size: 13.3333px;
    font-size: 0.83333125rem;
    text-align: left;
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 15px 0;
    color: #00467F;
    background: none;
    text-transform: uppercase;
  }
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav-item-link:hover,
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav-item-link:focus {
    color: #00467F;
    background: none;
  }
  .navigation--main .navigation__toggle:not([aria-expanded="true"]) + .navigation__list .navigation__sub-nav-item-link[aria-current="page"] {
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .navigation--main .navigation__item {
    position: relative;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__item:hover .navigation__item-link:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__item:first-child {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__item-link {
    border-top: 0;
    padding: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__item-link[aria-expanded="true"]:after {
    display: block;
  }
}
.navigation--main .navigation__item-link:focus,
.navigation--main .navigation__item-link[aria-expanded="true"] {
  background-color: #00467F;
  color: #fff;
  text-decoration: none;
}
.navigation--main .navigation__item-link[aria-current="page"] {
  font-weight: bold;
}
.navigation--main .navigation__item--last-visible .navigation__sub-nav,
.navigation--main .navigation__list > li:last-of-type.navigation__item .navigation__sub-nav {
  left: auto;
  right: 0;
}
.navigation--main .navigation_sub-nav-label {
  display: none;
}
@media (min-width: 768px) {
  .navigation--main .navigation_sub-nav-label {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation_sub-nav-label a:hover,
  .navigation--main .navigation_sub-nav-label a:focus {
    background-color: transparent;
    color: #00467F;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header,
  .navigation--main .navigation_sub-nav-label .navigation_sub-nav-label-header2 {
    display: inline-block;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .navigation--main .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner,
  .navigation--main .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:before,
  .navigation--main .navigation__toggle[aria-expanded="true"] .navigation__toggle-hamburger-inner:after {
    background-color: #00467F;
  }
}
.page-header {
  background: #fff;
  margin: 30px 7% 0;
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
  /* Text treatment */
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
@media (max-width: 767px) {
  .page-header {
    margin: 30px 5% 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-header {
    margin-left: auto;
    margin-right: auto;
    padding-left: 7%;
    padding-right: 7%;
    max-width: 1104px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-secondary ~ .page-header {
    padding-left: 0;
    padding-right: 0;
    margin-left: calc(25% + 60px);
    max-width: none;
    width: auto;
    margin-right: 7%;
  }
  .performance-measure .main-secondary ~ .page-header {
    margin-left: calc(15% + 60px);
  }
}
.page-header .page-header-links {
  padding-bottom: 30px;
}
.page-header .page-header-links:before,
.page-header .page-header-links:after {
  content: " ";
  display: table;
}
.page-header .page-header-links:after {
  clear: both;
}
.page-header .page-header-links:before,
.page-header .page-header-links:after {
  content: " ";
  display: table;
}
.page-header .page-header-links:after {
  clear: both;
}
@media (min-width: 768px) {
  .page-header .page-header-links {
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .page-header .page-header-links {
    padding-bottom: 30px;
  }
}
.page-header .page-header-links .breadcrumbs {
  float: left;
  /*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
        max-width: 75%;
      }

      @media (min-width: @screen-md-min) {
        max-width: 85%;
      }*/
}
@media (min-width: 768px) {
  .page-header .page-header-links .breadcrumbs ol {
    margin-bottom: 0;
  }
}
.page-header .page-header-image {
  background-size: cover;
  position: absolute;
  top: 80px;
  right: 0;
  height: 225px;
  width: 225px;
  float: right;
}
@media (max-width: 991px) {
  .page-header .page-header-image {
    display: none;
  }
}
.page-header:not(.page-header--expanded) .page-header-image {
  bottom: 0;
  height: 175px;
  width: 175px;
}
.page-header .page-header-title {
  margin-top: 0;
  margin-bottom: 24px;
  width: calc(100% - 249px);
}
@media (max-width: 767px) {
  .page-header .page-header-title {
    width: 100%;
    font-size: 45px;
    font-size: 2.8125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-header .page-header-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .page-header .page-header-title {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
.page-header .page-header-links + .page-header-title {
  width: 100%;
}
.page-header .page-header-image + .page-header-links + .page-header-title {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .page-header .page-header-image + .page-header-links + .page-header-title {
    margin-bottom: 30px;
    width: calc(100% - 249px);
  }
}
.page-header .page-header-lead {
  clear: both;
  float: left;
  width: calc(100% - 249px);
}
@media (max-width: 767px) {
  .page-header .page-header-lead {
    width: 100%;
  }
}
.page-header .page-header-lead .lead {
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0;
}
.page-header .page-header-lead .lead a {
  text-decoration: underline;
}
.page-header .page-header-lead .lead a:hover {
  text-decoration: none;
}
.page-header .page-header-lead .lead span {
  opacity: 0.5;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
@media (max-width: 767px) {
  .page-header.page-header--expanded:not(.page-header--homepage) .page-header-lead-metadata-wrapper .page-header-metadata {
    margin-bottom: 30px;
  }
}
.page-header .page-header-text-shadowed {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.page-header .page-header-lead-metadata-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata {
  clear: both;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding-top: 15px;
  width: 100%;
  float: none;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata .page-header-metadata-publish-description,
.page-header .page-header-lead-metadata-wrapper .page-header-metadata .page-header-metadata-published-comma {
  display: none;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a {
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
  padding-bottom: 15px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  white-space: nowrap;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a:last-child {
  padding-bottom: 0;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a:after {
  font-family: 'iconfont';
  font-size: 12px;
  font-size: 0.75rem;
  content: "\e903";
  padding-left: 15px;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a.page-header-metadata-same-page:after {
  content: "\e908";
  font-size: 9px;
  font-size: 0.5625rem;
  vertical-align: baseline;
}
.page-header .page-header-lead-metadata-wrapper .page-header-metadata a:hover:after {
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-header .page-header-lead-metadata-wrapper .page-header-metadata {
    padding-left: 0;
  }
}
.page-header--chapter-illustration {
  margin: 0;
  padding: 60px 7% 60px;
  background: #D0EDFA right / cover no-repeat;
  max-width: none;
}
@media (min-width: 768px) {
  .page-header--chapter-illustration {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .page-header--chapter-illustration {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .page-header--chapter-illustration {
    padding: 30px 5% 35%;
    background-position: 0 100%;
    background-size: 100%;
  }
}
.page-header--chapter-illustration .page-header-title {
  color: #00467F;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1199px) {
  .page-header--chapter-illustration .page-header-title {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .page-header--chapter-illustration .page-header-title {
    margin-bottom: 15px;
    width: 100%;
  }
}
.page-header--chapter-illustration .page-header-image {
  display: none;
}
.page-header--chapter-illustration .page-header-lead {
  width: 50%;
}
@media (max-width: 1199px) {
  .page-header--chapter-illustration .page-header-lead {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page-header--chapter-illustration .page-header-lead {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-header--chapter-illustration .page-header-lead {
    width: 100%;
  }
}
.page-header--chapter-illustration .page-header-lead .lead {
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .page-header--chapter-illustration .page-header-lead .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-header--chapter-illustration .page-header-lead-metadata-wrapper .page-header-metadata {
  padding-top: 30px;
}
.page-header--chapter-illustration .page-header-lead-metadata-wrapper .page-header-metadata a {
  color: #00467F;
  text-shadow: none;
}
@media (min-width: 768px) {
  .page-header--chapter-illustration .page-header-lead-metadata-wrapper .page-header-metadata a {
    text-shadow: 0 1px 0 #fff;
  }
}
.page-header--chapter-illustration .page-header-lead-metadata-wrapper .page-header-metadata a:hover {
  color: #00467F;
}
.page-header--chapter-image {
  margin: 0;
  padding: 120px 7%;
  background-size: cover;
  background-position: right center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  /* Text treatment */
}
@media (max-width: 1199px) {
  .page-header--chapter-image {
    padding: 90px 7%;
  }
}
@media (max-width: 767px) {
  .page-header--chapter-image {
    padding: 30px 5%;
    display: block;
  }
}
.page-header--chapter-image .page-header-image {
  display: none;
}
.page-header--chapter-image .page-header-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.66666)));
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.66666));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.66666));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#aa000000', GradientType=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-header--chapter-image .page-header-text-shadowed {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.page-header--chapter-image .page-header-title {
  position: relative;
  padding-right: 30px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
@media (max-width: 767px) {
  .page-header--chapter-image .page-header-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .page-header--chapter-image .page-header-title {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1.5px solid #fff;
  }
}
.page-header--chapter-image .page-header-lead {
  clear: none;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header--chapter-image .page-header-lead {
    padding-top: 15px;
    padding-left: 0;
  }
}
.page-header--chapter-image .page-header-lead .lead {
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .page-header--chapter-image .page-header-lead .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .page-header--chapter-image .page-header-lead-metadata-wrapper {
    padding-left: 30px;
  }
}
.page-header--expanded {
  padding-bottom: 150px !important;
}
@media (max-width: 991px) {
  .page-header--expanded {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .performance-measure .page-header--expanded {
    padding-bottom: 135px !important;
  }
}
@media (max-width: 767px) {
  .performance-measure .page-header--expanded {
    padding-bottom: 142.5px !important;
  }
}
.page-header--expanded.page-header--chapter-image {
  padding-bottom: 225px !important;
}
@media (max-width: 767px) {
  .page-header--expanded.page-header--chapter-image {
    padding-bottom: 120px !important;
  }
}
.page-header--expanded.page-header--homepage {
  padding-bottom: 165px !important;
}
@media (max-width: 767px) {
  .page-header--expanded.page-header--homepage {
    padding-bottom: 165px !important;
  }
}
.page-header--homepage {
  margin: 0;
  padding: 60px 7%;
  background-size: cover;
  background-position: center;
  max-width: none;
}
@media (max-width: 767px) {
  .page-header--homepage {
    padding: 30px 5%;
  }
}
.page-header--homepage .page-header-overlay {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.66666)), to(rgba(0, 0, 0, 0.01)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66666), rgba(0, 0, 0, 0.01));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.66666), rgba(0, 0, 0, 0.01));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa000000', endColorstr='#03000000', GradientType=1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-header--homepage .page-header-image {
  display: none;
}
.page-header--homepage .page-header-title {
  color: #fff;
  position: relative;
  text-shadow: 0 1px 0 #000;
  margin-bottom: 30px;
  width: 60%;
}
@media (max-width: 1199px) {
  .page-header--homepage .page-header-title {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .page-header--homepage .page-header-title {
    margin-bottom: 15px;
    width: 100%;
  }
}
.page-header--homepage .page-header-lead {
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 50%;
}
@media (max-width: 1199px) {
  .page-header--homepage .page-header-lead {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .page-header--homepage .page-header-lead {
    width: 100%;
  }
}
.page-header--homepage .page-header-lead .lead {
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .page-header--homepage .page-header-lead .lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-header--homepage .page-header-lead .lead a {
  color: #fff;
  text-decoration: underline;
}
.page-header--homepage .page-header-lead .lead a:hover {
  color: #fff;
  text-decoration: none;
}
.page-header--homepage .page-header-lead-metadata-wrapper .page-header-metadata {
  padding-top: 30px;
}
.page-header--homepage .page-header-links,
.page-header--homepage .page-header-lead,
.page-header--homepage .page-header-metadata {
  position: relative;
}
.page-promo {
  background-color: #CCE9FF;
  color: #00467F;
  float: left;
  margin: 0;
  margin-bottom: 30px;
  position: relative;
  width: 86%;
}
@media (max-width: 767px) {
  .page-promo {
    width: 90%;
  }
}
.page-promo.section {
  padding: 30px 7%;
}
@media (min-width: 768px) {
  .page-promo.section {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .page-promo.section {
    padding: 40px 60px;
  }
}
.page-promo:after {
  content: "";
  border-top: 30px solid #CCE9FF;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 7%;
}
@media (max-width: 767px) {
  .page-promo:after {
    left: 5%;
  }
}
html.high-contrast .page-promo:after {
  border-color: transparent !important;
}
.page-header.page-header--expanded ~ main .page-promo {
  margin-top: -165px;
}
.page-header.page-header--homepage.page-header--expanded ~ main .page-promo {
  margin-top: -105px;
}
.hero--expanded ~ main .page-promo {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .hero--expanded ~ main .page-promo {
    margin-top: -120px;
  }
}
.homepage main .page-promo,
.chapter main .page-promo {
  margin-left: 7%;
  margin-right: 7%;
}
@media (max-width: 767px) {
  .homepage main .page-promo,
  .chapter main .page-promo {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.page-promo .page-promo-header h2,
.page-promo .page-promo-header h3,
.page-promo .page-promo-header h4,
.page-promo .page-promo-header h5,
.page-promo .page-promo-header h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page-promo .page-promo-body-text {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-promo .page-promo-body-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.page-promo .page-promo-body-text .rich-text.rich-text {
  line-height: 1.2;
}
.page-promo--insight {
  width: calc(100% + 60px);
}
@media (max-width: 991px) {
  .page-promo--insight {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-promo--insight {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-promo--insight {
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .page-promo--insight {
    margin-left: -60px;
  }
}
.page-promo--insight:after {
  display: none !important;
  margin-bottom: 0;
}
.panel {
  background: #CCE9FF;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 60px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .panel {
    margin-bottom: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
main .panel:not(.panel-overstated):not(.panel-simple):not(.panel-understated) {
  background: transparent;
  border-top: 0;
  padding: 0;
}
main .panel:not(.panel-overstated):not(.panel-simple):not(.panel-understated) .panel-title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.panel:not(.panel-overstated):not(.panel-understated) .panel-body .rich-text,
.panel:not(.panel-overstated):not(.panel-understated) .panel-body p,
.panel:not(.panel-overstated):not(.panel-understated) .panel-body li,
.panel:not(.panel-overstated):not(.panel-understated) .panel-body strong,
.panel:not(.panel-overstated):not(.panel-understated) .panel-body em,
.panel:not(.panel-overstated):not(.panel-understated) .panel-body a:not(.button) {
  font-size: 16px;
  font-size: 1rem;
}
.panel-default > .panel-heading a {
  color: #00467F;
}
.paragraph--type--bp-columns__2col .panel {
  padding: 40px 60px 48px;
}
@media (max-width: 767px) {
  .paragraph--type--bp-columns__2col .panel {
    padding: 30px 7%;
  }
}
.panel .panel-heading {
  padding: 0;
  border: 0;
}
.panel .panel-heading + .panel-body {
  padding-top: 0;
}
.panel .panel-title {
  color: #00467F;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
}
.panel .panel-body {
  padding: 0;
}
.panel .panel-body ul:not(.list--divided) li {
  margin-bottom: 0.75em;
}
@media (max-width: 767px) {
  .panel .panel-body ul:not(.list--divided) li:last-of-type {
    margin-bottom: 0;
  }
}
.panel .panel-body .rich-text h2,
.panel .panel-body .rich-text h3,
.panel .panel-body .rich-text h4,
.panel .panel-body .rich-text h5,
.panel .panel-body .rich-text h6 {
  color: #00467F;
}
.panel .panel-body .rich-text h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 42px;
  margin-bottom: 20px;
}
.panel .panel-footer {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
.panel .panel-body > .rich-text > *:last-child,
.panel .panel-footer > .rich-text > *:last-child {
  margin-bottom: 0;
}
.panel .list-description dd:last-child {
  margin-bottom: 0;
}
.panel.panel--admin-measure-abstract {
  margin-bottom: 40px;
  width: calc(100% + (30px * 2));
  margin-left: -30px;
}
@media (min-width: 768px) {
  .panel.panel--admin-measure-abstract {
    margin-top: -40px;
  }
}
.panel-overstated {
  background: #bfd1df;
  border: 0;
  padding: 0 3.5% 3em;
}
@media (max-width: 767px) {
  .panel-overstated {
    padding: 5vw 2.5%;
  }
}
.panel-overstated .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.panel-overstated .panel-heading > * {
  margin: 0;
}
.panel-overstated .panel-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.panel-overstated .panel-body p,
.panel-overstated .panel-body li,
.panel-overstated .panel-body strong,
.panel-overstated .panel-body em,
.panel-overstated .panel-body a:not(.button) {
  font-size: 20px;
  font-size: 1.25rem;
}
.panel-simple {
  border-top: 1px solid #959595;
}
.panel-simple .panel-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: none;
}
.panel-understated {
  background: #CCE9FF;
}
.rich-text:before,
.rich-text:after {
  content: " ";
  display: table;
}
.rich-text:after {
  clear: both;
}
.rich-text:before,
.rich-text:after {
  content: " ";
  display: table;
}
.rich-text:after {
  clear: both;
}
.rich-text > *:first-child,
.rich-text > .scChromeData:first-child + .scWebEditInput > *:first-child {
  margin-top: 0;
}
.rich-text > *:last-child,
.rich-text > *:only-child {
  margin-bottom: 0;
}
.rich-text > *:last-child > *:last-child,
.rich-text > *:only-child > *:last-child,
.rich-text > *:last-child > *:only-child,
.rich-text > *:only-child > *:only-child {
  margin-bottom: 0;
}
.rich-text > *:last-child > *:last-child > *:last-child,
.rich-text > *:only-child > *:last-child > *:last-child,
.rich-text > *:last-child > *:only-child > *:last-child,
.rich-text > *:only-child > *:only-child > *:last-child,
.rich-text > *:last-child > *:last-child > *:only-child,
.rich-text > *:only-child > *:last-child > *:only-child,
.rich-text > *:last-child > *:only-child > *:only-child,
.rich-text > *:only-child > *:only-child > *:only-child {
  margin-bottom: 0;
}
.rich-text .lead {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.4;
}
.rich-text .lead a:not(.button) {
  font-weight: 500;
}
.paragraph--type--bp-columns__2col .rich-text h2 {
  margin-bottom: 15px;
}
.rich-text .heading-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.rich-text.field--type-text-with-summary.field--label-above .field--label {
  margin-bottom: 0;
}
.rich-text .field--type-text-long.field--label-above .field--label h2,
.rich-text .field--type-text-long.field--label-above .field--label h3,
.rich-text .field--type-text-long.field--label-above .field--label h4 {
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .rich-text h2 {
    margin-top: 60px;
  }
}
.rich-text h2,
.rich-text h3 {
  margin-bottom: 30px;
  /*.admin-measure & {
            margin-bottom: @baseline * 2/3;
        }*/
}
.rich-text a:not(.button) {
  font-weight: 600;
  text-decoration: underline;
}
.rich-text a:not(.button):hover {
  text-decoration: none;
}
.rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .rich-text img {
    float: none !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .rich-text img.pull-left,
  .rich-text img.align-left {
    margin-right: 37.5px;
    max-width: 45%;
  }
}
@media (min-width: 768px) {
  .rich-text img.pull-right,
  .rich-text img.align-right {
    margin-left: 37.5px;
    max-width: 45%;
  }
}
.rich-text p {
  margin-bottom: 30px;
}
.rich-text ul,
.rich-text ol {
  padding-left: 20px;
}
.rich-text > ul {
  margin-bottom: 15px;
}
.main-content .rich-text {
  line-height: 1.5;
}
.main-content .rich-text p,
.main-content .rich-text li,
.main-content .rich-text strong,
.main-content .rich-text em,
.main-content .rich-text a:not(.button) {
  line-height: 1.5;
}
.landing-page.section-container > .rich-text {
  margin-left: 7%;
  margin-right: 7%;
}
@media (max-width: 767px) {
  .landing-page.section-container > .rich-text {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.section-container > .rich-text,
main > .rich-text {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-container > .rich-text,
  main > .rich-text {
    margin-bottom: 30px;
  }
}
.performance-measure .section-container > .rich-text,
.performance-measure main > .rich-text,
.performance-measure .content > .rich-text {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .performance-measure .section-container > .rich-text,
  .performance-measure main > .rich-text,
  .performance-measure .content > .rich-text {
    margin-bottom: 30px;
  }
}
.rich-text.rich-text--standalone {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .rich-text.rich-text--standalone {
    margin-bottom: 30px;
  }
}
.rich-text.rich-text--standalone h2 {
  margin-bottom: 20px;
}
.rich-text.rich-text--standalone h2.measure-description {
  margin-bottom: 0;
}
.rich-text.rich-text--standalone h3 {
  margin-top: 20px;
  text-transform: uppercase;
}
.rich-text.rich-text--standalone h3,
.rich-text.rich-text--standalone p:not(:last-child) {
  margin-bottom: 12px;
}
.rich-text.rich-text--standalone h3,
.rich-text.rich-text--standalone h4,
.rich-text.rich-text--standalone h5,
.rich-text.rich-text--standalone h6 {
  font-size: 16px;
  font-size: 1rem;
}
.search-bar.search-bar--context .site-search input {
  width: 35em;
}
@media (max-width: 1199px) {
  .search-bar.search-bar--context .site-search input {
    width: 22em;
  }
}
@media (max-width: 991px) {
  .search-bar.search-bar--context .site-search input {
    width: 100%;
  }
}
.search-bar {
  padding: 30px 7%;
  position: relative;
}
.search-bar:before,
.search-bar:after {
  content: " ";
  display: table;
}
.search-bar:after {
  clear: both;
}
.search-bar:before,
.search-bar:after {
  content: " ";
  display: table;
}
.search-bar:after {
  clear: both;
}
@media (min-width: 992px) {
  .search-bar {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .search-bar {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.page-banner + .search-bar {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-banner + .search-bar {
    padding-top: 15px;
  }
}
.search-bar__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-bar .form-group {
  margin: 0;
}
.search-bar .site-search {
  float: left;
  margin-top: 0;
  margin-left: 0;
  z-index: auto;
}
@media (max-width: 991px) {
  .search-bar .site-search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .search-bar .site-search .site-search__form {
    display: block;
  }
}
@media (min-width: 768px) {
  .search-bar .site-search .site-search__form {
    display: table;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-bar .site-search .site-search__form > span {
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-bar .site-search .site-search__form > span:nth-of-type(2) {
    width: 100%;
  }
}
.search-bar .site-search input {
  width: 43em;
}
@media (max-width: 1199px) {
  .search-bar .site-search input {
    width: 32em;
  }
}
@media (max-width: 991px) {
  .search-bar .site-search input {
    width: 100%;
  }
}
.search-bar .search-bar__search-options {
  float: right;
}
.search-bar .search-bar__search-options:before,
.search-bar .search-bar__search-options:after {
  content: " ";
  display: table;
}
.search-bar .search-bar__search-options:after {
  clear: both;
}
.search-bar .search-bar__search-options:before,
.search-bar .search-bar__search-options:after {
  content: " ";
  display: table;
}
.search-bar .search-bar__search-options:after {
  clear: both;
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options {
    clear: both;
    float: none;
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-bar .search-bar__search-options {
    padding-top: 30px;
  }
}
.search-bar .search-bar__search-options > div {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options > div {
    float: left;
    margin-left: 0;
    margin-top: 15px;
  }
}
.search-bar .search-bar__search-options > div:last-of-type {
  margin-right: 0;
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options > div.select {
    display: table;
    max-width: 374px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options > div.select .select-wrapper {
    display: table-cell;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options > div.select select {
    width: 100%;
  }
}
.search-bar .search-bar__search-options .radio-group {
  float: right;
}
@media (max-width: 991px) {
  .search-bar .search-bar__search-options .radio-group {
    float: left;
  }
}
@media (max-width: 991px) {
  .search-bar label {
    display: table-cell;
    min-width: 75px;
    white-space: nowrap;
  }
}
.section {
  clear: both;
  padding: 80px 7%;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
@media (max-width: 767px) {
  .section {
    padding: 0 5% 30px;
  }
}
@media (min-width: 768px) {
  .section-container .section:not(.section--standout):not(.content-grid--footer),
  .section:not(.page-promo) + .section:not(.section--standout):not(.content-grid--footer) {
    padding-top: 0;
  }
}
.section.page-promo:not(.page-promo--insight) + .section-container,
.section.page-promo + .section {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .section.page-promo:not(.page-promo--insight) + .section-container,
  .section.page-promo + .section {
    padding-top: 20px;
  }
}
.section-container {
  clear: both;
}
.section-container > *:last-child:not(.content-grid--footer) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-banner + .section {
  padding-top: 6px;
}
@media (min-width: 768px) {
  .page-banner + .section {
    padding-top: 37.5px;
  }
}
.main-content .main-primary .content > .section:not(.page-promo),
.main-content .main-primary > .section:not(.page-promo) {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .main-content .main-primary .content > .section:not(.page-promo),
  .main-content .main-primary > .section:not(.page-promo) {
    padding-bottom: 30px;
  }
}
.main-content.performance-measure .main-primary > .section:not(.page-promo) {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .main-content.performance-measure .main-primary > .section:not(.page-promo) {
    padding-bottom: 30px;
  }
}
.section .section-default {
  background: #f3f3f3;
}
.section .section-guides {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
  background-image: -webkit-linear-gradient(#ddd, #fff);
  background-image: linear-gradient(#ddd, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
.section .section-header {
  color: #222222;
  padding-bottom: 30px;
}
.section .section-header:before,
.section .section-header:after {
  content: " ";
  display: table;
}
.section .section-header:after {
  clear: both;
}
.section .section-header:before,
.section .section-header:after {
  content: " ";
  display: table;
}
.section .section-header:after {
  clear: both;
}
.section .section-header .container {
  width: 100%;
}
.section .section-header .container:after {
  content: '';
  display: table;
  clear: both;
}
.section .section-header h2,
.section .section-header h3,
.section .section-header h4,
.section .section-header h5,
.section .section-header h5 {
  font-weight: 700;
  margin: 0;
}
.section .section-header .lead {
  clear: left;
}
.section .section-header .section-navigation ul {
  list-style: none;
}
.section .section-header .section-navigation ul li {
  float: left;
}
.section .section-header .section-navigation ul li.current {
  position: relative;
  font-weight: bold;
}
.section .section-header .section-navigation ul a {
  display: block;
  padding: 0 .75em;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #000;
  text-decoration: none;
}
.section .section-header .section-navigation ul a:hover,
.section .section-header .section-navigation ul a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 60em) {
  .section .section-header .section-navigation {
    float: right;
  }
}
.section .section-header.section-header--admin-measures-view {
  padding-bottom: 0;
}
.section .section-header.section-header--admin-measures-view h3 {
  float: left;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 15px;
}
.section .section-header.section-header--admin-measures-view h3 span {
  font-weight: 700;
}
.section .section-header.section-header--admin-measures-view .views-display-link {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
  line-height: 36px;
}
.section .section-header.section-header--admin-measures-view .views-display-link:before {
  vertical-align: initial;
  position: absolute;
  top: 2px;
  left: 16px;
}
.section .section-footer.section-footer--admin-measures-view a,
.section .section-footer.section-footer--admin-measures-view span {
  font-weight: 700;
}
.section .section-page-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background-image: -webkit-linear-gradient(#eee, #fff);
  background-image: linear-gradient(#eee, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.section .section-page-header h1 {
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1;
  margin-bottom: 30px;
}
.section--default {
  background-color: #fff;
}
.section--overstated-fancy {
  background-color: #E0F4FF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E0F4FF), to(#EFF9FF));
  background-image: -webkit-linear-gradient(#E0F4FF, #EFF9FF);
  background-image: linear-gradient(#E0F4FF, #EFF9FF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0f4ff', endColorstr='#ffeff9ff', GradientType=0);
  padding: 80px 7% !important;
}
.section--overstated-fancy .section-header h2 {
  text-align: center;
}
.section--overstated-fancy .section-body a h2,
.section--overstated-fancy .section-body a h3 {
  color: #000;
}
.section--overstated-fancy .section-body a h2:hover,
.section--overstated-fancy .section-body a h3:hover {
  color: #000;
}
.section--overstated {
  background-color: #CCE9FF;
}
@media (max-width: 767px) {
  .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) + .section--overstated {
    margin-top: 30px;
  }
}
.section--overstated .section-body a h3 {
  color: #000;
}
.section--overstated .section-body a h3:hover {
  color: #000;
}
.section--primary-fancy {
  background-color: #00467F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00467F), to(#007acc));
  background-image: -webkit-linear-gradient(#00467F, #007acc);
  background-image: linear-gradient(#00467F, #007acc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00467f', endColorstr='#ff007acc', GradientType=0);
}
@media (max-width: 767px) {
  .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) + .section--primary-fancy {
    margin-top: 30px;
  }
}
.section--primary-fancy .section-header h2 {
  color: #fff;
}
.section--standout {
  background-color: #00467F;
  color: #fff;
  padding-top: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .section--standout {
    padding-top: 60px;
  }
}
.section--standout:after {
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 48px;
  width: 100vw;
  max-width: 1440px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) + .section--standout {
    margin-top: 30px;
  }
}
.section--standout .section-header {
  color: #fff;
}
.section--standout a:not(.button) {
  color: #fff;
}
.section--standout a:hover:not(.button),
.section--standout a:focus:not(.button) {
  color: #EFAA29;
  text-decoration: underline;
}
.section--understated {
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .section:not(.section--understated):not(.section--overstated):not(.section--primary-fancy):not(.section--standout) + .section--understated {
    margin-top: 30px;
  }
}
.search-icon,
.site-search .views-exposed-form .form-actions .button--search-icon.form-submit:before,
.site-search .site-search__form .form-actions .button--search-icon.form-submit:before,
.site-search .views-exposed-form > span .button--search-icon.form-submit:before,
.site-search .site-search__form > span .button--search-icon.form-submit:before,
.site-search .views-exposed-form .form-actions .button--search-icon .button__icon:before,
.site-search .site-search__form .form-actions .button--search-icon .button__icon:before,
.site-search .views-exposed-form > span .button--search-icon .button__icon:before,
.site-search .site-search__form > span .button--search-icon .button__icon:before,
.site-search .form-item-search:after,
.site-search .site-search__form > span:nth-of-type(2):after {
  content: "\e912";
  color: #10BED9;
  font-family: 'iconfont';
  font-size: 16px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
  .search-icon,
  .site-search .views-exposed-form .form-actions .button--search-icon.form-submit:before,
  .site-search .site-search__form .form-actions .button--search-icon.form-submit:before,
  .site-search .views-exposed-form > span .button--search-icon.form-submit:before,
  .site-search .site-search__form > span .button--search-icon.form-submit:before,
  .site-search .views-exposed-form .form-actions .button--search-icon .button__icon:before,
  .site-search .site-search__form .form-actions .button--search-icon .button__icon:before,
  .site-search .views-exposed-form > span .button--search-icon .button__icon:before,
  .site-search .site-search__form > span .button--search-icon .button__icon:before,
  .site-search .form-item-search:after,
  .site-search .site-search__form > span:nth-of-type(2):after {
    font-size: 18px;
    height: 22.5px;
    margin-top: -2px;
  }
}
@media (max-width: 767px) {
  .search-icon,
  .site-search .views-exposed-form .form-actions .button--search-icon.form-submit:before,
  .site-search .site-search__form .form-actions .button--search-icon.form-submit:before,
  .site-search .views-exposed-form > span .button--search-icon.form-submit:before,
  .site-search .site-search__form > span .button--search-icon.form-submit:before,
  .site-search .views-exposed-form .form-actions .button--search-icon .button__icon:before,
  .site-search .site-search__form .form-actions .button--search-icon .button__icon:before,
  .site-search .views-exposed-form > span .button--search-icon .button__icon:before,
  .site-search .site-search__form > span .button--search-icon .button__icon:before,
  .site-search .form-item-search:after,
  .site-search .site-search__form > span:nth-of-type(2):after {
    margin-top: -4px;
  }
}
.site-search {
  float: right;
  max-width: 100%;
  z-index: 1001;
  width: 100%;
}
.site-search .site-search__toggle {
  background: none;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1002;
}
@media (max-width: 767px) {
  .site-search .site-search__toggle {
    right: calc(7% + 45px);
  }
}
@media (min-width: 768px) {
  .site-search .site-search__toggle {
    display: none;
  }
}
.site-search .site-search__toggle[aria-expanded="true"] .site-search__icon:before {
  display: none;
}
.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner {
  left: 12px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner {
    left: 14px;
  }
}
.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner,
.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
  width: 30px;
  height: 3px;
  background-color: #00467F;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 767px) {
  .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner,
  .site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
    width: 20px;
    height: 3px;
  }
}
.site-search .site-search__toggle[aria-expanded="true"] .site-search__hamburger-inner:after {
  content: "";
  left: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-search .site-search__toggle .site-search__icon:before {
  content: "\e912";
  color: #00467F;
  font-size: 24px;
  font-family: 'dgs';
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .site-search .site-search__toggle .site-search__icon:before {
    font-size: 18px;
    height: 22.5px;
    margin-top: -2px;
  }
}
.site-search .site-search__toggle[aria-expanded="false"] + form {
  display: none;
}
.site-search .site-search__toggle[aria-expanded="true"] + form {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1001;
  background: #e6e6e6;
  max-width: 1440px;
  padding: 22.5px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .site-search .site-search__toggle[aria-expanded="true"] + form:before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100vw;
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .site-search .site-search__toggle[aria-expanded="true"] + form {
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 97.5px;
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.1);
    width: 100%;
  }
}
.site-search .site-search__toggle[aria-expanded="true"] + form input {
  width: 30em;
}
@media (max-width: 767px) {
  .site-search .site-search__toggle[aria-expanded="true"] + form input {
    width: 100%;
  }
}
.site-search .site-search__toggle:not([aria-haspopup="true"]) + form {
  display: table;
}
.site-search .views-exposed-form,
.site-search .site-search__form {
  position: relative;
}
.site-search .views-exposed-form .form-actions .button--search-icon,
.site-search .site-search__form .form-actions .button--search-icon,
.site-search .views-exposed-form > span .button--search-icon,
.site-search .site-search__form > span .button--search-icon {
  background: #f2f2f2;
  border-radius: 0;
}
.site-search .form-item-search .control-label,
.site-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-search .form-item-search .form-text,
.site-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #00467F;
  border-radius: 0;
  margin: 0;
  padding: 0 .75em;
}
.site-search .form-item-search .form-text::-webkit-input-placeholder,
.site-search__input::-webkit-input-placeholder {
  color: #00467F;
  font-style: italic;
}
.site-search .form-item-search .form-text:-ms-input-placeholder,
.site-search__input:-ms-input-placeholder {
  color: #00467F;
  font-style: italic;
}
.site-search .form-item-search .form-text::-ms-input-placeholder,
.site-search__input::-ms-input-placeholder {
  color: #00467F;
  font-style: italic;
}
.site-search .form-item-search .form-text::placeholder,
.site-search__input::placeholder {
  color: #00467F;
  font-style: italic;
}
@media (max-width: 767px) {
  .site-search .form-item-search .form-text,
  .site-search__input {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
  }
}
.site-search .form-item-search,
.site-search .form-item-search .form-text,
.site-search__input {
  width: 100%;
}
.site-search .form-item-search:after,
.site-search .site-search__form > span:nth-of-type(2):after {
  top: 6px;
  right: 10px;
  left: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
@media (max-width: 767px) {
  .site-search .form-item-search:after,
  .site-search .site-search__form > span:nth-of-type(2):after {
    top: 9px;
  }
}
.site-search .form-item-search .form-text,
.site-search__input,
.site-search .button--search-icon {
  height: 36px;
  position: relative;
  vertical-align: top;
}
.site-search .button--search-icon {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 50px;
  height: 33px;
  padding: 0;
}
.site-search .button--search-icon:hover,
.site-search .button--search-icon:focus {
  background: #ddd !important;
}
.site-search .button--search-icon .input-button-text,
.site-search .button--search-icon .button__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-search .button--search-icon.btn {
  margin-right: 0;
}
.site-search .button--search,
.site-search .button--reset {
  margin-top: 20px;
  margin-right: 15px;
  font-weight: 700;
}
.site-search .button--reset {
  background-color: #ddd;
  color: #00467F;
}
.site-search .button--reset:hover,
.site-search .button--reset:focus {
  background-color: #ccc;
}
.block-views-exposed-filter-blockadmin-measures-list-block .form-item-search {
  margin-bottom: 24px;
}
.block-views-exposed-filter-blockadmin-measures-list-block .form-inline .form-actions {
  display: block;
}
.site-settings:before,
.site-settings:after {
  content: " ";
  display: table;
}
.site-settings:after {
  clear: both;
}
.site-settings:before,
.site-settings:after {
  content: " ";
  display: table;
}
.site-settings:after {
  clear: both;
}
.site-settings .btn-group[role="group"] {
  display: inline-block;
  margin: 0 30px;
}
.site-settings .btn-group[role="group"]:before,
.site-settings .btn-group[role="group"]:after {
  content: " ";
  display: table;
}
.site-settings .btn-group[role="group"]:after {
  clear: both;
}
.site-settings .btn-group[role="group"]:before,
.site-settings .btn-group[role="group"]:after {
  content: " ";
  display: table;
}
.site-settings .btn-group[role="group"]:after {
  clear: both;
}
@media (max-width: 767px) {
  .site-settings .btn-group[role="group"] {
    margin: 0 15px;
  }
}
.site-settings .btn-group[role="group"] > div:nth-of-type(n + 1).btn-group {
  margin-left: 1px;
}
.site-settings .button {
  font-size: 13.33333px !important;
}
.site-settings .site-settings__icon-larger:before {
  content: "+";
}
.site-settings .site-settings__icon-smaller:before {
  content: "-";
}
/* -----------------------------------------
   HIGH CONTRAST MODE
----------------------------------------- */
html.high-contrast {
  /* General Reset */
  /* Additional custom overrides */
}
html.high-contrast *,
html.high-contrast *:after,
html.high-contrast *:before {
  background-color: #000 !important;
  background-image: none !important;
  border-color: #ffd600 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ffd600 !important;
  text-shadow: none !important;
}
html.high-contrast .button {
  border: 1px solid #ffd600 !important;
}
html.high-contrast .gauge-detail,
html.high-contrast .gauge-number,
html.high-contrast .percent-detail {
  background: none !important;
}
html.high-contrast .service-tile .teaser:before {
  border: none !important;
}
html.high-contrast .enableHighContrastMode.active,
html.high-contrast .disableHighContrastMode.active {
  background: #ffd600 !important;
  color: #000 !important;
}
html.high-contrast .close {
  opacity: 1;
}
.social-connect h2.social-connect-heading,
.social-connect h3,
.social-connect h4,
.social-connect h5,
.social-connect h6 {
  border-bottom: 6px solid #f5c71a;
  float: left;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.social-connect .social-connect-body {
  clear: both;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.social-connect .social-connect-body > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-connect .social-connect-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.social-connect a:hover {
  text-decoration: none;
}
.social-connect--boxed a {
  background: #00467F;
  color: white;
  display: inline-block;
  height: 36px;
  width: 36px;
  position: relative;
}
.social-connect--boxed a:hover,
.social-connect--boxed a:focus {
  background: #003866;
  text-decoration: none;
}
.social-connect--boxed .social-connect-icon {
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-share a[class^="social-share-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #AFAFAF;
  font-size: 18px;
  font-size: 1.125rem;
}
.social-share .social-share-facebook:hover:before,
.social-share .social-share-facebook:focus:before {
  color: #3c5a99;
  text-decoration: none;
  display: inline-block;
}
.social-share .social-share-twitter:hover:before,
.social-share .social-share-twitter:focus:before {
  text-decoration: none;
  display: inline-block;
  color: #2aa9e0;
}
.social-share .social-share-google-plus:hover:before,
.social-share .social-share-google-plus:focus:before {
  text-decoration: none;
  display: inline-block;
  color: #dc4a38;
}
.social-share .social-share-email:hover:before,
.social-share .social-share-email:focus:before {
  text-decoration: none;
  display: inline-block;
  color: #888;
}
.social-share .social-share-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#skip-to-content a:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#skip-to-content a:focus {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  color: #00467F;
  -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1002;
}
.table-responsive {
  border: 0;
}
.chart-wrapper + .dvf-table,
.widget-footer + .dvf-table {
  margin-top: 30px;
}
.dvf-table table.dataTable.no-footer {
  border-bottom: 2px solid rgba(204, 233, 255, 0.5);
}
.dvf-table .dataTables_length,
.dvf-table .dataTables_filter {
  background-color: #00467F;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  margin-top: 0;
  padding: 0 16px;
}
.dvf-table .dataTables_length:before,
.dvf-table .dataTables_filter:before {
  content: "";
  position: absolute;
  height: 48px;
  width: 100%;
  background-color: #00467F;
}
.dvf-table .dataTables_length label,
.dvf-table .dataTables_filter label {
  font-weight: 300;
  margin-bottom: 0;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.dvf-table .dataTables_length input,
.dvf-table .dataTables_filter input {
  border: none;
  color: #000;
  line-height: 24px;
  padding: 1px 6px;
}
.dvf-table .dataTables_length .select-wrapper,
.dvf-table .dataTables_filter .select-wrapper {
  display: inline-block;
  width: auto;
  max-width: 100%;
  position: relative;
}
.dvf-table .dataTables_length .select-wrapper:after,
.dvf-table .dataTables_filter .select-wrapper:after {
  content: "\e901";
  color: #10BED9;
  font-family: 'iconfont';
  font-size: 14px;
  margin-top: 1px;
  padding-right: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dvf-table .dataTables_length select,
.dvf-table .dataTables_filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #00467F;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .05em;
  font-weight: 600;
  padding-left: 0.5em;
  padding-right: 1.3em;
}
.dvf-table .dataTables_length:before {
  left: 0;
}
.dvf-table .dataTables_filter:before {
  right: 0;
}
.dvf-table table thead {
  background-color: #CCE9FF;
}
.dvf-table table thead th {
  background-image: none !important;
  border-bottom: 0;
  color: #00467F;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 16px;
  position: relative;
  vertical-align: top;
}
.dvf-table table thead th:first-of-type:after {
  content: "\e900";
  color: #10BED9;
  font-family: 'iconfont';
  font-size: 14px;
  padding-left: 0.5em;
  vertical-align: middle;
}
.dvf-table table thead th:first-of-type[aria-sort="ascending"]:after {
  content: "\e904";
  color: #00467F;
}
.dvf-table table thead th:first-of-type[aria-sort="descending"]:after {
  content: "\e901";
  color: #00467F;
}
.dvf-table table thead th:nth-of-type(n + 2) {
  text-align: right;
}
.dvf-table table thead th:nth-of-type(n + 2):before {
  content: "\e900";
  color: #10BED9;
  font-family: 'iconfont';
  font-size: 14px;
  padding-right: 0.5em;
  vertical-align: middle;
}
.dvf-table table thead th:nth-of-type(n + 2)[aria-sort="ascending"]:before {
  content: "\e904";
  color: #00467F;
}
.dvf-table table thead th:nth-of-type(n + 2)[aria-sort="descending"]:before {
  content: "\e901";
  color: #00467F;
}
.dvf-table table tbody:before,
.dvf-table table tbody:after {
  content: '';
  display: block;
  height: 14px;
}
.dvf-table table tbody tr *:first-child {
  text-align: left;
}
.dvf-table table tbody tr:hover > * {
  background-color: rgba(204, 233, 255, 0.25);
}
.dvf-table table tbody th,
.dvf-table table tbody td {
  color: #00467F;
  font-weight: 400;
  padding: 4px 16px;
}
.dvf-table table tbody td {
  text-align: right;
}
.dvf-table .dataTables_info {
  color: #00467F;
  line-height: 24px;
  padding: 12px 12px 0;
}
.dvf-table .dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 0;
}
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0;
  border-right: 1px solid #CCE9FF;
  color: #00467F !important;
  cursor: pointer;
  line-height: 24px;
  margin: 0;
  padding: 0 8px;
  -webkit-transition: none;
  transition: none;
}
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: none;
  border: 0;
  border-right: 1px solid #CCE9FF;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00467F !important;
  margin: 0;
  padding: 0 8px;
  -webkit-transition: none;
  transition: none;
}
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  text-decoration: underline !important;
}
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  font-weight: 700;
}
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus,
.dvf-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  text-decoration: none !important;
}
.dvf-table .dataTables_wrapper .dataTables_paginate > *:last-child {
  border-right: 0;
  padding-right: 0;
}
.dvf-table .dataTables_wrapper .dataTables_paginate > *:last-child:focus,
.dvf-table .dataTables_wrapper .dataTables_paginate > *:last-child:hover,
.dvf-table .dataTables_wrapper .dataTables_paginate > *:last-child.current {
  border-right: 0;
  padding-right: 0;
}
.timeline {
  margin-top: 24px;
  font-size: 16px;
  font-size: 1rem;
}
.timeline .timeline-toggle-control {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .timeline .timeline-toggle-control {
    margin-bottom: 24px;
  }
}
.timeline .timeline-toggle-control button {
  background: transparent;
  border: 0;
  color: #00467F;
  padding: 0;
}
.timeline .timeline-toggle-control button:hover,
.timeline .timeline-toggle-control button:focus {
  text-decoration: underline;
}
.timeline .timeline-toggle-control button[aria-expanded="false"] .accordion-toggle-expanded {
  display: none;
}
.timeline .timeline-toggle-control button[aria-expanded="true"] .accordion-toggle-collapsed {
  display: none;
}
.timeline .timeline__year {
  font-weight: bold;
  margin-bottom: 24px;
}
.timeline .panel-group {
  margin-bottom: 0;
}
.timeline > ul {
  counter-reset: item 0;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .timeline > ul {
    padding-left: 24px;
  }
}
.timeline > ul > li {
  border-left: 1px solid #959595;
  border-top: 1px solid #ddd;
  list-style: outside none none;
  margin: 0;
  padding-bottom: 26px;
}
.timeline > ul > li .timeline__year {
  position: relative;
  top: -12px;
  color: #000;
  vertical-align: bottom;
  text-decoration: none;
  background: #fff;
  padding: 10px 24px 10px 0;
  margin-left: -28.8px;
  z-index: 1;
}
.timeline > ul > li .timeline__year[aria-expanded="true"]::before {
  content: "\e904";
}
.timeline > ul > li .timeline__year::before {
  font-family: 'iconfont';
  font-size: 14px;
  font-size: 0.875rem;
  color: #00467F;
  content: "\e901";
  margin-right: 6px;
  vertical-align: bottom;
  padding-bottom: 100px;
}
.timeline > ul > li .panel-collapse {
  position: relative;
}
.timeline > ul > li .panel-collapse::before,
.timeline > ul > li .panel-collapse::after {
  content: " ";
  display: table;
  position: absolute;
  top: 14.4px;
  width: 0;
  height: 0;
  z-index: 2;
}
.timeline > ul > li .panel-collapse::before {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #ccc;
  left: 38px;
  z-index: 2;
}
.timeline > ul > li .panel-collapse::after {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid white;
  left: 39px;
  z-index: 2;
}
.timeline > ul > li .panel-collapse .timeline__items {
  border: 1px solid #ccc;
  margin: -48px 0 24px 48px;
  padding: 16.08px;
  background: #fff;
  list-style-type: none;
}
.timeline > ul > li .panel-collapse .timeline__items li {
  border-bottom: 1px solid #ccc;
  padding: 12px 0 12px 36px;
}
.timeline > ul > li .panel-collapse .timeline__items li:first-child {
  padding-top: 0;
}
.timeline > ul > li .panel-collapse .timeline__items li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--status::before {
  font-family: 'iconfont';
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  margin-left: -36px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
}
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--in-progress::before,
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--in-progress-behind::before {
  content: "\e90f";
  background: #EFAA29;
  font-size: 11px;
  font-size: 0.6875rem;
}
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--in-progress-behind::before {
  background: #c84935;
}
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--completed::before {
  content: "\e906";
  background: #00C73D;
}
.timeline > ul > li .panel-collapse .timeline__items li.timeline-item--abandoned::before {
  content: "\e905";
  background: #c84935;
}
.timeline > ul > li .panel-collapse .timeline__items h2,
.timeline > ul > li .panel-collapse .timeline__items h3,
.timeline > ul > li .panel-collapse .timeline__items h4,
.timeline > ul > li .panel-collapse .timeline__items h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.timeline > ul > li .panel-collapse .timeline__items p {
  margin: 0;
}
.timeline > ul > li .panel-collapse .timeline__items .timeline-item__deadline {
  font-size: 14px;
  font-size: 0.875rem;
}
.timeline > ul > li:last-of-type {
  border-left: none;
  padding-bottom: 0;
}
.utility-header {
  position: relative;
  z-index: 2;
}
.utility-header:before,
.utility-header:after {
  content: " ";
  display: table;
}
.utility-header:after {
  clear: both;
}
.utility-header:before,
.utility-header:after {
  content: " ";
  display: table;
}
.utility-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .utility-header {
    text-align: right;
  }
}
.utility-header > * {
  padding: 8px 7%;
}
@media (max-width: 767px) {
  .utility-header > * {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.utility-header .utility-header__menu {
  background: #046b99;
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.utility-header .utility-header__menu > li {
  display: inline-block;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu > li {
    line-height: 40px;
  }
}
.utility-header .utility-header__menu > li:first-of-type {
  margin-top: 5px;
  margin-right: 45px;
  width: 45px;
}
.utility-header .utility-header__menu > li:first-of-type .icon {
  height: 28px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu > li:first-of-type .icon {
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.utility-header .utility-header__menu > li:first-of-type .icon path:first-of-type {
  fill: #EFAA29;
}
.utility-header .utility-header__menu > li:first-of-type .icon path:nth-of-type(2) {
  fill: #fff;
}
.utility-header .utility-header__menu > li:nth-of-type(2) .social-connect {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .utility-header .utility-header__menu > li:nth-of-type(2) .social-connect {
    margin-top: 2px;
  }
}
.utility-header .utility-header__menu > li:nth-of-type(2) .social-connect a:hover,
.utility-header .utility-header__menu > li:nth-of-type(2) .social-connect a:focus {
  text-decoration: none;
}
.utility-header .utility-header__menu > li:nth-of-type(2) .social-connect a:hover > span,
.utility-header .utility-header__menu > li:nth-of-type(2) .social-connect a:focus > span {
  color: #EFAA29;
}
.utility-header .utility-header__menu > li:first-of-type,
.utility-header .utility-header__menu > li:nth-of-type(2) {
  text-align: left;
}
@media (min-width: 768px) {
  .utility-header .utility-header__menu > li:first-of-type,
  .utility-header .utility-header__menu > li:nth-of-type(2) {
    float: left;
    height: 28px;
  }
}
.utility-header .utility-header__menu > li:first-of-type a,
.utility-header .utility-header__menu > li:nth-of-type(2) a {
  display: block;
  position: relative;
}
.utility-header .utility-header__menu > li:last-of-type > a,
.utility-header .utility-header__menu > li:last-of-type > button {
  padding-right: 0;
}
.utility-header .utility-header__menu > li button {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.utility-header .utility-header__menu .social-share {
  padding-right: 15px;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu .social-share {
    line-height: 40px;
  }
}
.utility-header .utility-header__menu .social-share:before {
  content: "Share: ";
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu .social-share:before {
    vertical-align: bottom;
  }
}
.utility-header .utility-header__menu .social-share a {
  display: inline-block !important;
  padding-top: 3.75px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu .social-share a {
    padding-top: 10px;
  }
}
.utility-header .utility-header__menu .social-share a:before {
  color: #fff;
}
.utility-header .utility-header__menu .social-share a:hover:before,
.utility-header .utility-header__menu .social-share a:focus:before {
  color: #EFAA29 !important;
}
.utility-header .utility-header__menu .utility-header__link,
.utility-header .utility-header__menu .utility-header__drawer-toggle {
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
  padding-left: 0;
  padding-right: 1em;
  text-decoration: none;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .utility-header .utility-header__menu .utility-header__link,
  .utility-header .utility-header__menu .utility-header__drawer-toggle {
    line-height: 40px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    display: block;
  }
}
.utility-header .utility-header__menu .utility-header__link:hover,
.utility-header .utility-header__menu .utility-header__drawer-toggle:hover,
.utility-header .utility-header__menu .utility-header__link:focus,
.utility-header .utility-header__menu .utility-header__drawer-toggle:focus,
.utility-header .utility-header__menu .utility-header__link[aria-expanded="true"],
.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded="true"] {
  color: #EFAA29;
}
.utility-header .utility-header__menu .utility-header__drawer-toggle .utility-header__toggle-icon-closed + .utlility-header_toggle-text,
.utility-header .utility-header__menu .utility-header__drawer-toggle .icon + .utlility-header_toggle-text {
  padding-left: 24px;
}
.utility-header .utility-header__menu .utility-header__drawer-toggle .utility-header__toggle-icon-open:before {
  color: #fff;
  content: "\e907";
  font-family: 'iconfont';
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.utility-header .utility-header__menu .utility-header__drawer-toggle .utility-header__toggle-icon-closed {
  display: none;
}
.utility-header .utility-header__menu .utility-header__drawer-toggle:hover .utility-header__toggle-icon-open:before,
.utility-header .utility-header__menu .utility-header__drawer-toggle:focus .utility-header__toggle-icon-open:before,
.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded="true"] .utility-header__toggle-icon-open:before {
  color: #EFAA29;
}
.utility-header .utility-header__menu .utility-header__drawer-toggle[aria-expanded="true"] {
  opacity: 1;
}
.utility-header .utility-header__drawer {
  background: #fff;
  visibility: hidden;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: padding 150ms, max-height 150ms, border-bottom 150ms 350ms;
  transition: padding 150ms, max-height 150ms, border-bottom 150ms 350ms;
  width: 100%;
  z-index: 1003;
}
.utility-header .utility-header__drawer[aria-expanded="true"] {
  border-bottom: 6px solid #EFAA29;
  max-height: 1000px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-transition: padding 150ms 350ms, max-height 150ms 350ms, border-bottom 150ms 350ms;
  transition: padding 150ms 350ms, max-height 150ms 350ms, border-bottom 150ms 350ms;
  visibility: visible;
}
.utility-header .utility-header__drawer[aria-expanded="true"] > div {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 5ms 150ms;
  transition: opacity 5ms 150ms;
}
.utility-header .utility-header__drawer > div {
  opacity: 0;
  -webkit-transition: opacity 5ms;
  transition: opacity 5ms;
}
.utility-header .utility-header__drawer input {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0.125em 0 0 rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 0 .75em;
  max-width: 100%;
}
.utility-header .utility-header__drawer button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  padding: 3.75px 15px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  color: #fff;
  background: #00467F;
  padding: 6px 1.5em;
}
.utility-header .utility-header__drawer button:hover,
.utility-header .utility-header__drawer button:focus,
.utility-header .utility-header__drawer button.active {
  background: #003866;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.utility-header .utility-header__drawer select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f8f8f8;
  border-radius: 0;
  cursor: pointer;
  height: 45px;
  font-size: 13.33333px;
  font-size: 0.833333125rem;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 600;
  padding-left: 1.5em;
  padding-right: 3em;
}
html.no-appearance .utility-header .utility-header__drawer select {
  padding-right: 0;
}
.utility-header .utility-header__drawer input,
.utility-header .utility-header__drawer button,
.utility-header .utility-header__drawer select {
  height: 45px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 414px) {
  .utility-header .utility-header__drawer select,
  .utility-header .utility-header__drawer textarea,
  .utility-header .utility-header__drawer input {
    font-size: 16px;
    font-size: 1rem;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
  }
}
.utility-header .utility-header__drawer #google_translate_element {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: inline-block;
  vertical-align: middle;
}
.utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div {
  position: relative;
}
.utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div:after {
  content: "\e901";
  color: #000;
  font-family: 'iconfont';
  font-size: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  top: 50%;
  position: absolute;
  pointer-events: none;
}
html.no-appearance .utility-header .utility-header__drawer #google_translate_element .goog-te-gadget > div:after {
  content: "";
}
@media (min-width: 992px) {
  .widget-container--expanded .widget-container__widget {
    margin-left: -60px;
    margin-right: -20%;
  }
}
.widget-container {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .widget-container {
    margin-bottom: 30px;
  }
}
.widget-container + .widget-container > *:first-child {
  padding-top: 0;
}
.content-grid .paragraph--type--bp-columns__2col .widget-container .widget-container__widget {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .performance-measure .widget-container {
    margin-bottom: 40px;
  }
}
.widget-container .widget-container__widget {
  padding: 30px 0 0;
}
.widget-container .widget-container__widget .rich-text {
  padding: 0;
}
.widget-container .widget-container__widget + .rich-text {
  border-top: 1px solid rgba(0, 70, 127, 0.25);
  padding-bottom: 30px;
}
.widget-container .rich-text {
  padding: 0;
}
.widget-container .rich-text:before,
.widget-container .rich-text:after {
  content: " ";
  display: table;
}
.widget-container .rich-text:after {
  clear: both;
}
.widget-container .rich-text:before,
.widget-container .rich-text:after {
  content: " ";
  display: table;
}
.widget-container .rich-text:after {
  clear: both;
}
@media (min-width: 768px) {
  .widget-container .rich-text p.pull-left {
    width: calc(100% - 8.75em);
  }
}
@media (min-width: 768px) {
  .widget-container .rich-text p.pull-left:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .widget-container .rich-text p:not(.pull-left):last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .widget-container .rich-text .button {
    float: right;
  }
}
/* --------------------------------
    FACTOID
    /factoid.less
-------------------------------- */
.factoid {
  text-align: center;
}
.factoid__data {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: bold;
  color: #00467F;
}
.factoid__label {
  font-size: 18px;
  font-size: 1.125rem;
}
/* --------------------------------
    KEY FACTS
    /key-facts.less
-------------------------------- */
.key-facts {
  position: relative;
}
@media (min-width: 768px) {
  .key-facts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.key-facts--horizontal {
  position: relative;
}
.key-facts--horizontal .key-facts__factoid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  html.oldie .key-facts--horizontal .key-facts__factoid {
    display: table-cell;
  }
}
hr {
  border-top: 1px solid #CCE9FF;
  position: relative;
  overflow: visible;
}
hr.delta:after {
  content: "";
  position: absolute;
  top: -13.5px;
  left: 50%;
  width: 38px;
  height: 27px;
  margin-left: -19px;
}
.view-footer hr.delta {
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .view-footer hr.delta {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=app.css.map */
