.clear-both {
  clear: both; }

.col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-1-6, .col-1-7, .col-1-8,
.col-2-3, .col-2-4, .col-2-5, .col-2-6, .col-2-7, .col-2-8,
.col-3-4, .col-3-5, .col-3-6, .col-3-7, .col-3-8,
.col-4-5, .col-4-6, .col-4-7, .col-4-8,
.col-5-6, .col-5-7, .col-5-8,
.col-6-7, .col-6-8,
.col-7-8 {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }

@media all and (min-width: 992px) {
  .col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-1-6, .col-1-7, .col-1-8,
  .col-2-3, .col-2-4, .col-2-5, .col-2-6, .col-2-7, .col-2-8,
  .col-3-4, .col-3-5, .col-3-6, .col-3-7, .col-3-8,
  .col-4-5, .col-4-6, .col-4-7, .col-4-8,
  .col-5-6, .col-5-7, .col-5-8,
  .col-6-7, .col-6-8,
  .col-7-8 {
    float: left;
    margin-right: 4%; }

  .col-1-2, .col-2-4, .col-3-6, .col-4-8 {
    width: 48%; }

  .col-1-3, .col-2-6 {
    width: 30.66%; }

  .col-1-4, .col-2-8 {
    width: 22%; }

  .col-1-5 {
    width: 16.8%; }

  .col-1-6 {
    width: 13.33%; }

  .col-1-7 {
    width: 10.85%; }

  .col-1-8 {
    width: 9%; }

  .col-2-3, .col-4-6 {
    width: 65.33%; }

  .col-2-5 {
    width: 37.6%; }

  .col-2-7 {
    width: 25.7%; }

  .col-3-4, .col-6-8 {
    width: 74%; }

  .col-3-5 {
    width: 58.4%; }

  .col-3-7 {
    width: 40.55%; }

  .col-3-8 {
    width: 35%; }

  .col-4-5 {
    width: 67.2%; }

  .col-4-7 {
    width: 55.4%; }

  .col-5-6 {
    width: 82.67%; }

  .col-5-7 {
    width: 70.25%; }

  .col-5-8 {
    width: 61%; }

  .col-6-7 {
    width: 85.1%; }

  .col-7-8 {
    width: 87%; }

  .col-last {
    margin-right: 0 !important; } }
.col-last:after {
  clear: both; }

.align-center {
  float: none !important;
  margin-right: auto;
  margin-left: auto; }

.text-align-center {
  text-align: center; }

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

.sc-center {
  text-align: center; }

.button.solid {
  display: inline-block;
  padding: 11px 25px;
  margin: 3px 2px 3px 0 !important;
  font-size: 13px;
  letter-spacing: 0.25px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid #d4d9dd;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .button.solid:hover {
    text-decoration: none;
    border-color: #a9b3bb; }
  .button.solid.xsmall {
    padding: 5px 10px;
    font-size: 11px; }
  .button.solid.small {
    padding: 7px 15px;
    font-size: 13px;
    min-width: 80px; }
  .button.solid.fullwidth {
    font-size: 15px;
    width: 100%; }
  .button.solid.large {
    padding: 13px 35px;
    font-size: 16px;
    min-width: 140px; }

.button.stroke {
  display: inline-block;
  padding: 11px 25px;
  margin: 3px 2px 3px 0 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: white 0 0 0;
  -webkit-box-shadow: white 0 0 0;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: white 0 0 0;
  border: 2px solid #000; }
  .button.stroke:hover {
    color: #000;
    background-color: transparent;
    text-decoration: none; }
  .button.stroke.small {
    padding: 7px 15px;
    font-size: 13px;
    min-width: 80px; }
  .button.stroke.large {
    padding: 20px 30px;
    font-size: 22px;
    line-height: 20px; }
  .button.stroke.xsmall {
    padding: 5px 10px;
    font-size: 11px; }

.button.stroke.fullwidth,
.button.solid.fullwidth {
  width: 100%; }
.button.stroke.left,
.button.solid.left {
  float: left; }
.button.stroke.right,
.button.solid.right {
  float: right; }

.button.danger .button-text::before,
.button.warning .button-text::before,
.button.info .button-text::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px; }

.button.info .button-text::before {
  content: '\f05a'; }

.button.warning .button-text::before {
  content: '\f071'; }

.button.danger .button-text::before {
  content: '\f06a'; }

i.blue,
.highlight.blue,
.color.blue,
.button.stroke.blue {
  border-color: #003893; }
i.green,
.highlight.green,
.color.green,
.button.stroke.green {
  border-color: #00b28c; }
i.yellow,
.highlight.yellow,
.color.yellow,
.button.stroke.yellow {
  border-color: #ffb200; }
i.purple,
.highlight.purple,
.color.purple,
.button.stroke.purple {
  border-color: #9e0093; }
i.red,
.highlight.red,
.color.red,
.button.stroke.red {
  border-color: #b02200; }
i.brown,
.highlight.brown,
.color.brown,
.button.stroke.brown {
  border-color: #5e2f00; }
i.white,
.highlight.white,
.color.white,
.button.stroke.white {
  border-color: #fff; }
i.black,
.highlight.black,
.color.black,
.button.stroke.black {
  border-color: #000; }

.button.solid.blue {
  background-color: #003893;
  border-color: #003893;
  color: #fff; }
  .button.solid.blue:hover {
    background-color: #002560;
    border-color: #002560; }
.button.solid.green {
  background-color: #00b28c;
  border-color: #00b28c;
  color: #fff; }
  .button.solid.green:hover {
    background-color: #007f64;
    border-color: #007f64; }
.button.solid.yellow {
  background-color: #ffb200;
  border-color: #ffb200;
  color: #fff; }
  .button.solid.yellow:hover {
    background-color: #cc8e00;
    border-color: #cc8e00; }
.button.solid.purple {
  background-color: #9e0093;
  border-color: #9e0093;
  color: #fff; }
  .button.solid.purple:hover {
    background-color: #6b0064;
    border-color: #6b0064; }
.button.solid.brown {
  background-color: #5e2f00;
  border-color: #5e2f00;
  color: #fff; }
  .button.solid.brown:hover {
    background-color: #2b1600;
    border-color: #2b1600; }
.button.solid.red {
  background-color: #b02200;
  border-color: #b02200;
  color: #fff; }
  .button.solid.red:hover {
    background-color: #7d1800;
    border-color: #7d1800; }
.button.solid.white {
  border: 2px solid #d4d9dd;
  background-color: transparent;
  color: #666; }
  .button.solid.white:hover {
    border-color: #a9b3bb; }
.button.solid.black {
  background-color: #444;
  border-color: #444;
  color: #fff; }
  .button.solid.black:hover {
    background-color: #000;
    border-color: #000; }

.highlight {
  background-color: #fff500;
  padding: 0px 4px; }

.region-content pre {
  display: block;
  padding: .625em;
  margin: 0 0 .625em;
  font-size: 0.8125em;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.region-content .teaser {
  font-size: 18px;
  line-height: 28px;
  color: #555;
  font-weight: 600; }
  @media all and (min-width: 480px) {
    .region-content .teaser {
      font-size: 20px;
      line-height: 30px; } }
  @media all and (min-width: 768px) {
    .region-content .teaser {
      font-size: 22px;
      line-height: 34px; } }
  @media all and (min-width: 992px) {
    .region-content .teaser {
      font-size: 24px;
      line-height: 36px; } }

/* Infobox shortcode: blockquote-style callout with purple left border */
.region-content .infobox {
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-left: 3px solid #ffb200;
  margin: 40px 0px;
  font-size: 13px;
  line-height: 18px;
  padding: 25px; }
  @media all and (min-width: 480px) {
    .region-content .infobox {
      font-size: 14px;
      line-height: 20px;
      padding: 30px; } }
  @media all and (min-width: 768px) {
    .region-content .infobox {
      font-size: 15px;
      line-height: 22px; } }
  @media all and (min-width: 992px) {
    .region-content .infobox {
      font-size: 16px;
      line-height: 24px;
      padding: 35px; } }
  .region-content .infobox div.with-button {
    display: inline; }
  .region-content .infobox p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400; }
    @media all and (min-width: 768px) {
      .region-content .infobox p {
        font-size: 14px;
        line-height: 20px; } }
    @media all and (min-width: 992px) {
      .region-content .infobox p {
        font-size: 15px;
        line-height: 21px; } }
    @media all and (min-width: 1200px) {
      .region-content .infobox p {
        font-size: 16px;
        line-height: 24px; } }
  .region-content .infobox h2, .region-content .infobox h3 {
    margin: 0 0 10px; }
  .region-content .infobox h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #333; }
    @media all and (min-width: 480px) {
      .region-content .infobox h3 {
        font-size: 17px; } }
    @media all and (min-width: 768px) {
      .region-content .infobox h3 {
        font-size: 18px; } }
    @media all and (min-width: 992px) {
      .region-content .infobox h3 {
        font-size: 20px; } }
.region-content .infobox.button {
  float: right;
  margin: 0 0 0 20px; }
.region-content .infobox.mobile-button {
  display: none; }
.region-content .notification {
  padding: 15px 15px 15px 61px;
  border: 1px solid transparent;
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
  display: table;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin: 25px 0 35px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .region-content .notification p, .region-content .notification ul, .region-content .notification ol {
    font-size: 12px;
    line-height: 18px; }
    @media all and (min-width: 480px) {
      .region-content .notification p, .region-content .notification ul, .region-content .notification ol {
        font-size: 13px;
        line-height: 20px; } }
    @media all and (min-width: 768px) {
      .region-content .notification p, .region-content .notification ul, .region-content .notification ol {
        font-size: 15px;
        line-height: 24px; } }
  .region-content .notification p {
    margin: 0; }
  .region-content .notification p + p {
    margin-top: 9px; }
  @media all and (min-width: 480px) {
    .region-content .notification {
      margin: 30px 0 40px 0; } }
  @media all and (min-width: 768px) {
    .region-content .notification {
      margin: 40px 0 50px 0; } }
  .region-content .notification .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px; }
    .region-content .notification .icon:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid #bdbdbd;
      position: absolute;
      border-left: 0;
      border-bottom: 0;
      top: 50%;
      right: -6px;
      margin-top: -3px;
      background: #fff; }
    .region-content .notification .icon i {
      font-size: 20px;
      color: #fff;
      left: 12px;
      margin-top: -10px;
      position: absolute;
      top: 50%; }
  .region-content .notification.blue .icon,
  .region-content .notification.blue .icon:after, .region-content .notification.notification-blue .icon,
  .region-content .notification.notification-blue .icon:after {
    border-color: #003893;
    background: #003893; }
  .region-content .notification.blue i:after, .region-content .notification.notification-blue i:after {
    content: '\f05a'; }
  .region-content .notification.yellow .icon,
  .region-content .notification.yellow .icon:after, .region-content .notification.notification-yellow .icon,
  .region-content .notification.notification-yellow .icon:after {
    border-color: #ffb200;
    background: #ffb200; }
  .region-content .notification.yellow i:after, .region-content .notification.notification-yellow i:after {
    content: '\f071'; }
  .region-content .notification.green .icon,
  .region-content .notification.green .icon:after, .region-content .notification.notification-green .icon,
  .region-content .notification.notification-green .icon:after {
    border-color: #00b28c;
    background: #00b28c; }
  .region-content .notification.green i:after, .region-content .notification.notification-green i:after {
    content: '\f05a'; }
  .region-content .notification.red .icon,
  .region-content .notification.red .icon:after, .region-content .notification.notification-red .icon,
  .region-content .notification.notification-red .icon:after {
    border-color: #b02200;
    background: #b02200; }
  .region-content .notification.red i:after, .region-content .notification.notification-red i:after {
    content: '\f071'; }
.region-content .accordion, .region-content .toggle {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 36px; }
  .region-content .accordion .panel, .region-content .toggle .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0; }
  .region-content .accordion .panel-body, .region-content .toggle .panel-body {
    padding: 2px 30px 20px 0; }
  .region-content .accordion .panel-heading, .region-content .toggle .panel-heading {
    background: transparent;
    border: none;
    padding: 0; }
    .region-content .accordion .panel-heading h3.panel-title, .region-content .toggle .panel-heading h3.panel-title {
      padding: 0;
      margin: 0; }
      .region-content .accordion .panel-heading h3.panel-title a, .region-content .toggle .panel-heading h3.panel-title a {
        display: block;
        position: relative;
        font-size: 15px;
        line-height: 22px;
        padding: 17px 50px 17px 0;
        text-decoration: none;
        border-top: 1px solid #E0E0E0 !important; }
        .region-content .accordion .panel-heading h3.panel-title a:hover, .region-content .toggle .panel-heading h3.panel-title a:hover {
          color: #1177CC; }
        .region-content .accordion .panel-heading h3.panel-title a .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon {
          position: absolute;
          top: 21px;
          right: 10px;
          background: none;
          height: 13px;
          width: 13px;
          margin-top: 0;
          background-image: url(icon_plus.svg);
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .region-content .accordion .panel-heading h3.panel-title a:not(.collapsed) .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a:not(.collapsed) .toggle-icon {
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        @media all and (min-width: 480px) {
          .region-content .accordion .panel-heading h3.panel-title a, .region-content .toggle .panel-heading h3.panel-title a {
            font-size: 17px;
            line-height: 24px;
            padding: 17px 50px 17px 0; }
            .region-content .accordion .panel-heading h3.panel-title a .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon {
              top: 22px; }
              .region-content .accordion .panel-heading h3.panel-title a .toggle-icon:after, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon:after {
                font-size: 20px; } }
        @media all and (min-width: 768px) {
          .region-content .accordion .panel-heading h3.panel-title a, .region-content .toggle .panel-heading h3.panel-title a {
            font-size: 18px;
            line-height: 25px;
            padding: 21px 40px 21px 0; }
            .region-content .accordion .panel-heading h3.panel-title a .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon {
              height: 15px;
              width: 15px;
              top: 26px; }
              .region-content .accordion .panel-heading h3.panel-title a .toggle-icon:after, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon:after {
                font-size: 22px; } }
        @media all and (min-width: 992px) {
          .region-content .accordion .panel-heading h3.panel-title a, .region-content .toggle .panel-heading h3.panel-title a {
            font-size: 19px;
            line-height: 26px;
            padding: 23px 40px 23px 0; }
            .region-content .accordion .panel-heading h3.panel-title a .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon {
              top: 28px; }
              .region-content .accordion .panel-heading h3.panel-title a .toggle-icon:after, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon:after {
                font-size: 22px; } }
        @media all and (min-width: 1200px) {
          .region-content .accordion .panel-heading h3.panel-title a, .region-content .toggle .panel-heading h3.panel-title a {
            font-size: 20px;
            line-height: 28px;
            padding: 23px 40px 23px 0; }
            .region-content .accordion .panel-heading h3.panel-title a .toggle-icon, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon {
              height: 17px;
              width: 17px;
              top: 28px; }
              .region-content .accordion .panel-heading h3.panel-title a .toggle-icon:after, .region-content .toggle .panel-heading h3.panel-title a .toggle-icon:after {
                font-size: 22px; } }
.region-content .tab-container .nav-tabs li {
  float: none;
  display: list-item;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0 1px 0 0;
  cursor: pointer;
  padding: 0;
  min-width: 0; }
  .region-content .tab-container .nav-tabs li.nav-item {
    flex-basis: 100%; }
  @media all and (min-width: 768px) {
    .region-content .tab-container .nav-tabs li {
      display: block;
      float: left;
      margin-bottom: 1px;
      margin-right: -1px; }
      .region-content .tab-container .nav-tabs li.nav-item {
        flex-basis: auto; } }
  .region-content .tab-container .nav-tabs li a {
    display: block;
    float: none;
    outline: 0;
    color: #999999;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    display: block;
    padding: 15px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    font-size: 15px;
    font-weight: 700;
    margin: 0 -1px -2px 0;
    cursor: pointer; }
    .region-content .tab-container .nav-tabs li a.nav-link {
      padding-left: 23px; }
      @media all and (min-width: 768px) {
        .region-content .tab-container .nav-tabs li a.nav-link {
          padding-left: 20px; } }
    .region-content .tab-container .nav-tabs li a.nav-link.active {
      border-left: 4px solid #085191;
      padding-left: 20px;
      color: #333333;
      background: #ffffff;
      padding: 15px 20px; }
      @media all and (min-width: 768px) {
        .region-content .tab-container .nav-tabs li a.nav-link.active {
          border-top: 3px solid #085191;
          border-left: 1px solid #d3d3d3;
          border-bottom-color: #fff;
          margin-top: -2px;
          margin-right: 0; } }
  .region-content .tab-container .nav-tabs li:before {
    display: none; }
  .region-content .tab-container .nav-tabs li.active {
    border-left: 4px solid #085191;
    background: #ffffff;
    border-bottom-color: #fff;
    color: #333333; }
    @media all and (min-width: 768px) {
      .region-content .tab-container .nav-tabs li.active {
        border-top: 3px solid #085191;
        border-left: none;
        margin-bottom: 0;
        margin-top: -3px; } }
    .region-content .tab-container .nav-tabs li.active a {
      color: #333333;
      background: #ffffff;
      padding: 15px 20px;
      border-bottom-color: #fff; }
    .region-content .tab-container .nav-tabs li.active:last-child a {
      /* But reinstate it on the last link, so it doesn't open up to the content */
      border-bottom-color: #d3d3d3; }
      @media all and (min-width: 768px) {
        .region-content .tab-container .nav-tabs li.active:last-child a {
          border-bottom-color: #fff; } }
.region-content .tab-container .tab-content {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 36px;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 2.4rem; }
  .region-content .tab-container .tab-content .tab-pane {
    background: #ffffff;
    clear: both;
    padding: 30px; }

.tooltip-link {
  display: inline-block;
  position: relative;
  color: #003895;
  border-bottom: 1px dotted #003895; }
  .tooltip-link:hover {
    text-decoration: none; }
    .tooltip-link:hover .tooltip-popover {
      visibility: visible;
      opacity: 1;
      bottom: 130%; }

.tooltip-popover {
  font-size: 14px/16px;
  font-weight: 600;
  position: absolute;
  background: #D8D8D8;
  text-align: center;
  padding: 10px 20px;
  z-index: 1000;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #444444;
  left: 50%;
  bottom: 100%; }
  .tooltip-popover .tooltip-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .tooltip-popover .tooltip-desc {
    display: block;
    text-transform: none; }
  .tooltip-popover:after {
    position: absolute;
    z-index: 1001;
    content: "";
    background: #D8D8D8;
    width: 10px;
    height: 10px;
    top: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    border-radius: 0 0 3px 0; }

.tooltip-popover {
  width: 280px;
  padding: 15px 20px; }

.footnote {
  font-size: 75%; }

.hline {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #ccc; }
  .hline.blue {
    border-color: #003893; }
  .hline.green {
    border-color: #00b28c; }
  .hline.yellow {
    border-color: #ffb200; }
  .hline.purple {
    border-color: #9e0093; }
  .hline.red {
    border-color: #b02200; }
  .hline.brown {
    border-color: #5e2f00; }
  .hline.black {
    border-color: #000; }
  .hline.white {
    border-color: #fff; }
  .hline.thick {
    border-width: 4px; }
  .hline.thin {
    border-width: 1px; }
  .hline.normal {
    border-width: 2px; }

.word-rotate {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  max-height: 22px;
  line-height: 22px; }
  .word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    width: 0;
    display: inline-block; }
    .word-rotate .word-rotate-items span {
      display: inline-block;
      white-space: nowrap; }
      .word-rotate .word-rotate-items span:not(:first-child) {
        display: none; }
  .word-rotate.active .word-rotate-items {
    position: relative; }
    .word-rotate.active .word-rotate-items span {
      display: inline-block;
      float: left;
      clear: both; }

p .word-rotate {
  margin-bottom: -5px; }

h2 .word-rotate {
  margin-bottom: -6px;
  max-height: 28px;
  line-height: 28px; }

h3 .word-rotate {
  margin-bottom: -8px;
  max-height: 28px;
  line-height: 28px; }

h4 .word-rotate {
  margin-bottom: -9px;
  max-height: 28px;
  line-height: 28px; }

h5 .word-rotate {
  margin-bottom: -6px;
  max-height: 26px;
  line-height: 26px; }

h6 .word-rotate {
  margin-bottom: -10px;
  max-height: 28px;
  line-height: 28px; }

.small {
  display: inline-block;
  line-height: 1.5em; }
  .small p {
    margin: -0.3rem 0 1.8rem 0; }
  .small ul, .small ol {
    margin-bottom: 1.5em; }

.size-10 {
  font-size: 0.1em; }

.size-20 {
  font-size: 0.2em; }

.size-30 {
  font-size: 0.3em; }

.size-40 {
  font-size: 0.4em; }

.size-50 {
  font-size: 0.5em; }

.size-60 {
  font-size: 0.6em; }

.size-70 {
  font-size: 0.7em; }

.size-80 {
  font-size: 0.8em; }

.size-90 {
  font-size: 0.9em; }

.size-100 {
  font-size: 1em; }

.size-110 {
  font-size: 1.1em; }

.size-120 {
  font-size: 1.2em; }

.size-130 {
  font-size: 1.3em; }

.size-140 {
  font-size: 1.4em; }

.size-150 {
  font-size: 1.5em; }

.block-main-page-content ul, .block-main-page-content ol {
  margin: 0 0 24px 0px;
  padding-left: 35px;
  list-style-type: none; }
  .block-main-page-content ul li, .block-main-page-content ol li {
    list-style: none;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 15px; }
    .block-main-page-content ul li ul, .block-main-page-content ul li ol, .block-main-page-content ol li ul, .block-main-page-content ol li ol {
      margin: 0; }
      .block-main-page-content ul li ul li:first-child, .block-main-page-content ul li ol li:first-child, .block-main-page-content ol li ul li:first-child, .block-main-page-content ol li ol li:first-child {
        padding-top: 10px; }
      .block-main-page-content ul li ul li:last-child, .block-main-page-content ul li ol li:last-child, .block-main-page-content ol li ul li:last-child, .block-main-page-content ol li ol li:last-child {
        padding-bottom: 0; }
    .block-main-page-content ul li p, .block-main-page-content ol li p {
      margin: 0; }
    .block-main-page-content ul li p + p, .block-main-page-content ol li p + p {
      margin: 0.7em 0 0; }
    @media all and (min-width: 480px) {
      .block-main-page-content ul li, .block-main-page-content ol li {
        font-size: 14px;
        line-height: 23px; } }
    @media all and (min-width: 768px) {
      .block-main-page-content ul li, .block-main-page-content ol li {
        font-size: 15px;
        line-height: 25px; } }
    @media all and (min-width: 992px) {
      .block-main-page-content ul li, .block-main-page-content ol li {
        font-size: 16px;
        line-height: 26px; } }
.block-main-page-content .small ul li, .block-main-page-content .small ol li {
  font-size: inherit;
  line-height: inherit; }
.block-main-page-content ul li {
  position: relative; }
  .block-main-page-content ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #ffb200;
    margin-right: 8px;
    font-size: 13px;
    vertical-align: middle;
    position: absolute;
    right: 100%; }
  .block-main-page-content ul li ul li:before {
    content: "\f10c";
    font-size: 10px; }
.block-main-page-content ul.webform-progress-tracker {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }
  .block-main-page-content ul.webform-progress-tracker li.progress-step {
    padding-bottom: 0; }
    .block-main-page-content ul.webform-progress-tracker li.progress-step:before {
      display: none; }
.block-main-page-content ul.bullet-disc > li:before {
  content: '\f111'; }
.block-main-page-content ul.bullet-circle > li:before {
  content: '\f10c'; }
.block-main-page-content ul.bullet-square > li:before {
  content: '\f0c8'; }
.block-main-page-content .view-content ul {
  margin: 0;
  padding: 0; }
  .block-main-page-content .view-content ul li:before {
    display: none; }
.block-main-page-content ol {
  counter-reset: step-counter; }
  .block-main-page-content ol > li {
    counter-increment: step-counter;
    position: relative; }
    .block-main-page-content ol > li:before {
      content: counter(step-counter);
      color: #ffb200;
      margin-right: 8px;
      font-weight: 900;
      position: absolute;
      right: 100%; }
  .block-main-page-content ol.bullet-roman > li:before {
    content: counter(step-counter,upper-roman); }
  .block-main-page-content ol.bullet-lower-roman > li:before {
    content: counter(step-counter,lower-roman); }
  .block-main-page-content ol.bullet-upper-alpha > li:before {
    content: counter(step-counter,upper-alpha); }
  .block-main-page-content ol.bullet-lower-alpha > li:before {
    content: counter(step-counter,lower-alpha); }

.horizontal-tabs-list li:before,
.vertical-tabs-list li:before {
  display: none; }

.region-content table {
  border: none;
  -moz-box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  -webkit-box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  margin: 0 0 50px 0;
  text-align: left;
  width: 100%; }
  .region-content table.simple {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
.region-content tr {
  background: none repeat scroll 0 0 #fcfcfc;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .region-content tr:nth-of-type(even) {
    background: none repeat scroll 0 0 #f1f1f1; }
.region-content tbody tr:hover {
  background-color: #fdf2cc; }
.region-content .simple tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.region-content .simple tbody tr:nth-of-type(even) {
  background-color: #fff; }
.region-content .simple tbody tr:hover {
  background-color: #fdf2cc; }
.region-content th {
  border-bottom: 1px solid #aaa;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  vertical-align: middle;
  color: #fff;
  padding: 12px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #bbb;
  text-transform: uppercase;
  letter-spacing: 0.25px; }
  .region-content th a {
    color: #fff;
    text-decoration: underline; }
    .region-content th a:hover {
      color: #fff; }
.region-content .simple th {
  background-color: transparent;
  color: #565656;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 0; }
  .region-content .simple th a {
    color: #565656; }
    .region-content .simple th a:hover {
      color: #565656; }
.region-content td {
  vertical-align: top;
  color: #333333;
  font-size: 11px;
  line-height: 17px;
  padding: 12px 15px;
  font-weight: 400;
  border: 1px solid #ddd; }
  @media all and (min-width: 480px) {
    .region-content td {
      font-size: 11px;
      line-height: 17px; } }
  @media all and (min-width: 768px) {
    .region-content td {
      font-size: 13px;
      line-height: 19px; } }
  @media all and (min-width: 992px) {
    .region-content td {
      font-size: 14px;
      line-height: 20px; } }
.region-content .simple td {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding: 8px; }
.region-content caption {
  color: #fff;
  font-weight: 700;
  background-color: #002560;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0; }
  .region-content caption a {
    color: #fff;
    text-decoration: underline; }
.region-content .simple caption {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
  background-color: #002560; }
@media all and (min-width: 480px) {
  .region-content caption {
    padding: 12px;
    font-size: 13px; }
  .region-content td {
    font-size: 12px;
    line-height: 15px; }
  .region-content th {
    font-size: 13px;
    padding: 11px 15px; } }
@media all and (min-width: 768px) {
  .region-content caption {
    padding: 15px;
    font-size: 15px; }
  .region-content td {
    font-size: 13px;
    line-height: 17px; }
  .region-content th {
    font-size: 14px;
    padding: 12px 15px; } }

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