@charset "UTF-8";
/******WLPIA Market Specifics*******/
@media screen and (min-width: 992px) {
  ul.main_nav > li:first-of-type ul.nav {
    column-count: 2;
    column-width: auto;
    column-gap: 16px;
    column-fill: auto;
    height: 500px; }
    ul.main_nav > li:first-of-type ul.nav > li:nth-of-type(9) {
      padding-top: 60px; } }

/********************** HERE */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #44B8F3;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #44B8F3;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #FFFFFF;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 480px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-info {
  background-color: #44B8F3 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #44B8F3 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 480px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only, .pfSelect .psDropdown:not(.active), .pfSelect .psDropdown .psOption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 480px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #FFFFFF !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-info {
  color: #44B8F3 !important; }

a.text-info:hover, a.text-info:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: rgba(0, 0, 0, 0) !important; }

.text-body {
  color: #333333 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*
@mixin content-group-separation {
  margin-top: 32px;
  margin-bottom: 32px;

  @include media-breakpoint-up(sm) {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  @include media-breakpoint-up(md) {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  @include media-breakpoint-up(lg) {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
*/
@keyframes focus-state-animation {
  from {
    outline-color: #000;
    outline-offset: -8px; }
  to {
    outline-color: #1A3673;
    outline-offset: 3px; } }

@keyframes focus-state-dark-bg-animation {
  from {
    outline-color: #000;
    outline-offset: -8px; }
  to {
    outline-color: #231E33;
    outline-offset: 3px; } }

@keyframes focus-state-white-animation {
  from {
    outline-color: #000;
    outline-offset: -8px; }
  to {
    outline-color: #FFF;
    outline-offset: 3px; } }

@keyframes focus-state-tight-animation {
  from {
    outline-color: #000;
    outline-offset: -8px; }
  to {
    outline-color: #1A3673;
    outline-offset: 0; } }

@keyframes focus-state-inset-animation {
  from {
    outline-color: #000;
    outline-offset: -8px; }
  to {
    outline-color: #1A3673;
    outline-offset: -2px; } }

@font-face {
  font-family: 'gicons';
  src: url("/dam/media/gicons/font/gicons.woff") format("woff"), url("/dam/media/gicons/font/gicons.ttf") format("truetype"), url("/dam/media/gicons/font/gicons.svg#gicons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gicons';
  src: url("/dam/media/gicons/font/gicons.woff") format("woff"), url("/dam/media/gicons/font/gicons.ttf") format("truetype"), url("/dam/media/gicons/font/gicons.svg#gicons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ElevanceSans-Light';
  src: url(/dam/fonts/ElevanceSans-Light.woff) format("woff"), url(/dam/fonts/ElevanceSans-Light.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Light.svg) format("svg"); }

@font-face {
  font-family: 'ElevanceSans-Medium';
  src: url(/dam/fonts/ElevanceSans-Medium.woff) format("woff"), url(/dam/fonts/ElevanceSans-Medium.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Medium.svg) format("svg"); }

@font-face {
  font-family: 'ElevanceSans-Regular';
  src: url(/dam/fonts/ElevanceSans-Regular.woff) format("woff"), url(/dam/fonts/ElevanceSans-Regular.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Regular.svg) format("svg"); }

@font-face {
  font-family: 'ElevanceSans-Semibold';
  src: url(/dam/fonts/ElevanceSans-Semibold.woff) format("woff"), url(/dam/fonts/ElevanceSans-Semibold.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Semibold.svg) format("svg"); }

@font-face {
  font-family: 'ElevanceSans-Bold';
  src: url(/dam/fonts/ElevanceSans-Bold.woff) format("woff"), url(/dam/fonts/ElevanceSans-Bold.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Bold.svg) format("svg"); }

@font-face {
  font-family: 'ElevanceSans-Italic';
  src: url(/dam/fonts/ElevanceSans-Italic.woff) format("woff"), url(/dam/fonts/ElevanceSans-Italic.ttf) format("truetype"), url(/dam/fonts/ElevanceSans-Italic.svg) format("svg"); }

.accordion-item,
.mp-accordion__item {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }

div + div > .accordion-item,
.mp-accordion__item + .mp-accordion__item {
  border-top: none; }

.accordion-title,
.mp-accordion__title {
  cursor: pointer;
  display: flex; }
  .accordion-title:hover i,
  .mp-accordion__title:hover i {
    color: #231E33; }
  .accordion-title[aria-expanded=true] i,
  .mp-accordion__title[aria-expanded=true] i {
    color: #231E33; }
  .accordion-title:focus,
  .mp-accordion__title:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }
  .accordion-title :first-child,
  .mp-accordion__title :first-child {
    align-self: center; }
  .accordion-title i,
  .mp-accordion__title i {
    color: #1A3673;
    text-decoration: none;
    font-size: 1.25rem;
    margin-right: 1rem; }
    @media (min-width: 480px) {
      .accordion-title i,
      .mp-accordion__title i {
        font-size: 1.875rem;
        margin-right: 1.5rem; } }
  .accordion-title span,
  .mp-accordion__title span {
    font-family: "ElevanceSans-Semibold", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
    display: block;
    overflow: hidden;
    margin: 0.5625rem 0; }
    @media (min-width: 480px) {
      .accordion-title span,
      .mp-accordion__title span {
        font-size: 1.375rem;
        margin-top: 1rem;
        margin-bottom: 1rem; } }
    @media (min-width: 992px) {
      .accordion-title span,
      .mp-accordion__title span {
        margin-top: 2.1875rem;
        margin-bottom: 2.1875rem; } }

.accordion-content,
.mp-accordion__content {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  display: none;
  border-top: 1px solid #DCDCDC; }
  @media (min-width: 480px) {
    .accordion-content,
    .mp-accordion__content {
      padding-top: 2rem;
      padding-bottom: 3rem;
      padding-left: 3.375rem; } }
  @media (min-width: 768px) {
    .accordion-content,
    .mp-accordion__content {
      padding-bottom: 3rem; } }
  @media (min-width: 992px) {
    .accordion-content,
    .mp-accordion__content {
      padding-top: 3rem;
      padding-right: 4rem; } }
  .accordion-content::after,
  .mp-accordion__content::after {
    display: block;
    clear: both;
    content: ""; }

.accordion-content .pdflist div {
  float: right;
  color: #666666;
  font-size: 1rem;
  margin-top: 0px; }

.accordion-content .pdflist p {
  display: inline-block;
  max-width: calc(100% - 7rem); }

.accordion-content :first-child,
.mp-accordion__content :first-child {
  margin-top: 0; }

.accordion-content :last-child,
.mp-accordion__content :last-child {
  margin-bottom: 0; }

.accordions {
  margin: 0 !important; }

.accordion-item,
.mp-accordion__item {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    .accordion-item,
    .mp-accordion__item {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .accordion-item,
    .mp-accordion__item {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .accordion-item,
    .mp-accordion__item {
      margin-bottom: 96px; } }

.accordion-item + .accordion-item {
  border-top: none;
  margin: 0; }

div:first-child > .accordion-item,
.mp-accordion__item:first-child {
  margin-top: 0; }

div:last-child > .accordion-item,
.mp-accordion__item:last-child {
  margin-bottom: 0; }

div + div > .accordion-item,
.mp-accordion__item + .mp-accordion__item {
  margin-top: -32px; }
  @media (min-width: 480px) {
    div + div > .accordion-item,
    .mp-accordion__item + .mp-accordion__item {
      margin-top: -48px; } }
  @media (min-width: 768px) {
    div + div > .accordion-item,
    .mp-accordion__item + .mp-accordion__item {
      margin-top: -64px; } }
  @media (min-width: 992px) {
    div + div > .accordion-item,
    .mp-accordion__item + .mp-accordion__item {
      margin-top: -96px; } }

[data-tcp-newsarchive-cmp] label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px; }
  @media (min-width: 480px) {
    [data-tcp-newsarchive-cmp] label {
      margin-bottom: 16px; } }
  @media (min-width: 992px) {
    [data-tcp-newsarchive-cmp] label {
      margin-bottom: 24px; } }

[data-tcp-newsarchive-cmp] .sort_dropdown {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    [data-tcp-newsarchive-cmp] .sort_dropdown {
      max-width: 180px; } }
  @media (min-width: 992px) {
    [data-tcp-newsarchive-cmp] .sort_dropdown {
      max-width: 220px; } }

[data-tcp-newsarchive-cmp] .tab_pdfs {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    [data-tcp-newsarchive-cmp] .tab_pdfs {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 992px) {
    [data-tcp-newsarchive-cmp] .tab_pdfs {
      margin-top: 64px;
      margin-bottom: 64px; } }
  [data-tcp-newsarchive-cmp] .tab_pdfs > div {
    padding: 24px 16px;
    border-top: 1px solid #DCDCDC; }
    @media (min-width: 480px) {
      [data-tcp-newsarchive-cmp] .tab_pdfs > div {
        padding-top: 32px;
        padding-bottom: 32px;
        display: flex;
        flex-direction: row-reverse; } }
    @media (min-width: 768px) {
      [data-tcp-newsarchive-cmp] .tab_pdfs > div {
        padding-top: 39px;
        padding-bottom: 39px;
        padding-right: 32px; } }
    @media (min-width: 992px) {
      [data-tcp-newsarchive-cmp] .tab_pdfs > div {
        padding-left: 16px;
        padding-right: 48px; } }
    [data-tcp-newsarchive-cmp] .tab_pdfs > div:last-of-type {
      border-bottom: 1px solid #DCDCDC; }
    [data-tcp-newsarchive-cmp] .tab_pdfs > div > div:first-child {
      color: #666666;
      margin-left: 22px;
      margin-bottom: 16px;
      white-space: nowrap; }
      @media (min-width: 480px) {
        [data-tcp-newsarchive-cmp] .tab_pdfs > div > div:first-child {
          margin-left: 32px;
          margin-bottom: 0; } }
    @media (min-width: 480px) {
      [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs {
        flex-grow: 1; } }
    [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs > a {
      display: inline-block;
      position: relative;
      padding-left: 21px;
      font-weight: bold;
      color: #1A3673; }
      [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs > a:hover {
        color: #231E33; }
      [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs > a::before {
        font-family: "gicons";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        content: ""; }
      [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs > a::before {
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 1.125em;
        text-decoration: underline; }
      [data-tcp-newsarchive-cmp] .tab_pdfs > div > div.pdfs > a::before {
        text-decoration: none; }

@media (min-width: 768px) {
  [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
    margin-left: 50%;
    transform: translateX(-50%); } }

[data-tcp-newsarchive-cmp] .primary_btn:hover, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more:hover, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more:hover {
  color: #FFFFFF !important;
  background: #231E33; }

.ant-data-load {
  outline: 0 none;
  overflow: hidden;
  padding: 50px 15px 50px 15px;
  text-align: center;
  background-color: #F9F9F9; }

.ant-data-load .ant-data-spin {
  float: left;
  width: 100%; }

.ant-data-load .ant-data-text {
  float: left;
  width: 100%; }

.ant-data-load .sk-spinner-wave div {
  background-color: #CCCCCC; }

.sk-spinner-wave.sk-spinner {
  font-size: 10px;
  height: 60px;
  margin: 0 auto;
  text-align: center; }

.sk-spinner-wave div {
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #0079C2;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px; }

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.vertical-div {
  position: relative;
  min-height: 100px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 480px) {
    .vertical-div {
      min-height: 120px;
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 992px) {
    .vertical-div {
      min-height: 165px; } }
  .vertical-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100px;
    background-color: #972461; }
    @media (min-width: 480px) {
      .vertical-div::before {
        width: 5px;
        height: 120px; } }
    @media (min-width: 992px) {
      .vertical-div::before {
        height: 165px; } }
  .vertical-div > p > a[href*='https://apps.availity.com/'] > .primary_btn, [search-results-cmp] .vertical-div > p > a[href*='https://apps.availity.com/'] > button.load-more {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

.availity-section .vertical-div {
  position: relative;
  min-height: 100px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 480px) {
    .availity-section .vertical-div {
      min-height: 120px;
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 992px) {
    .availity-section .vertical-div {
      min-height: 165px; } }
  .availity-section .vertical-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100px;
    background-color: #972461; }
    @media (min-width: 480px) {
      .availity-section .vertical-div::before {
        width: 5px;
        height: 120px; } }
    @media (min-width: 992px) {
      .availity-section .vertical-div::before {
        height: 165px; } }

.availity-section .checklist_block > .checklist > :first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  font-size: 20px;
  color: #1A3673; }

.availity-section .checklist_block > .checklist + .checklist {
  margin-top: 16px; }

@media (min-width: 992px) {
  .availity-section .link-box {
    width: 66.666667%;
    float: right; } }

@media (min-width: 1200px) {
  .availity-section .link-box {
    width: 50%; } }

.call_to_action {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  padding-top: 26px; }
  @media (min-width: 480px) {
    .call_to_action {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .call_to_action {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .call_to_action {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .call_to_action {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 768px) {
    .call_to_action {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .call_to_action {
      padding-top: 96px;
      padding-bottom: 96px; } }
  @media (min-width: 480px) {
    .call_to_action {
      padding-top: 34px; } }
  @media (min-width: 992px) {
    .call_to_action {
      padding-top: 49px; } }
  .call_to_action::before {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translate(-50%, -75%);
    background-image: url("/dam/MD-hospital.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px; }
    @media (min-width: 480px) {
      .call_to_action::before {
        top: 34px;
        width: 45px;
        height: 45px; } }
    @media (min-width: 992px) {
      .call_to_action::before {
        top: 49px;
        width: 65px;
        height: 65px; } }
  .call_to_action > div {
    text-align: center;
    border: 1px solid #DCDCDC;
    border-radius: 0.25rem;
    padding: 32px 24px 24px 32px; }
    @media (min-width: 480px) {
      .call_to_action > div {
        padding: 48px; } }
    @media (min-width: 768px) {
      .call_to_action > div {
        padding: 64px; } }
    @media (min-width: 992px) {
      .call_to_action > div {
        padding: 96px; } }
  .call_to_action h2 {
    font-size: 1.25rem; }
    @media (min-width: 480px) {
      .call_to_action h2 {
        font-size: 1.5rem; } }
    @media (min-width: 992px) {
      .call_to_action h2 {
        font-size: 1.625rem; } }
  .call_to_action .ncqa_plan_image_container {
    margin-top: 48px;
    margin-bottom: 48px; }
  .call_to_action .ncqa_plan_image_container > img {
    width: 200px; }
  @media (max-width: 650px) {
    .call_to_action .ncqa_plan_image_container {
      text-align: center;
      display: block;
      width: 200px;
      margin: 0 auto; }
    .call_to_action .ncqa_plan_image_container > img:not(:first-of-type) {
      margin-left: 0px; } }
  @media (min-width: 650px) and (max-width: 798.9px) {
    .call_to_action .ncqa_plan_image_container > img:nth-of-type(3) {
      margin-top: 64px; } }
  @media (min-width: 1024px) {
    .call_to_action .ncqa_plan_image_container > img:not(:first-of-type) {
      margin-left: 10%; } }

body {
  color: #333333;
  text-align: left; }
  @media screen and (max-width: 320px) {
    body {
      font-weight: 400;
      font-family: 'ElevanceSans-Regular';
      font-size: 0.875rem;
      line-height: 1.25rem; } }
  @media screen and (min-width: 321px) {
    body {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 400;
      font-family: 'ElevanceSans-Regular'; } }

p {
  margin-top: 0;
  margin-bottom: 0; }
  p + p {
    margin-top: 20px; }
    @media (min-width: 480px) {
      p + p {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      p + p {
        margin-top: 32px; } }

ul + p, ol + p {
  margin-top: 20px; }
  @media (min-width: 480px) {
    ul + p, ol + p {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    ul + p, ol + p {
      margin-top: 32px; } }

div + p {
  margin-top: 20px; }
  @media (min-width: 480px) {
    div + p {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    div + p {
      margin-top: 32px; } }

p:last-of-type:not(:last-child) {
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    p:last-of-type:not(:last-child) {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    p:last-of-type:not(:last-child) {
      margin-bottom: 32px; } }

p:not(:last-of-type):not(:last-child) + div > p.arrow_link, div + div > p.arrow_link {
  margin-top: 20px; }
  @media (min-width: 480px) {
    p:not(:last-of-type):not(:last-child) + div > p.arrow_link, div + div > p.arrow_link {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    p:not(:last-of-type):not(:last-child) + div > p.arrow_link, div + div > p.arrow_link {
      margin-top: 32px; } }

div + div > .external_link_arrow {
  margin-top: 20px; }
  @media (min-width: 480px) {
    div + div > .external_link_arrow {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    div + div > .external_link_arrow {
      margin-top: 32px; } }

div + div > .pdflist {
  margin-top: 20px; }
  @media (min-width: 480px) {
    div + div > .pdflist {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    div + div > .pdflist {
      margin-top: 32px; } }

p + div > .text-left > img {
  padding-top: 24px; }
  @media (min-width: 992px) {
    p + div > .text-left > img {
      padding-top: 32px; } }

.primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .disabled, .ghost_btn, [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
  display: block;
  width: 100%;
  font-weight: 700;
  border-style: none;
  padding: 8px 24px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem; }
  @media (min-width: 480px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .disabled, .ghost_btn, [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
      padding: 16px 48px;
      margin-top: 3rem;
      margin-bottom: 3rem;
      font-size: 1rem; } }
  @media (min-width: 768px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .disabled, .ghost_btn, [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
      display: inline-block;
      width: auto;
      padding: 16px 24px;
      margin-top: 3rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .disabled, .ghost_btn, [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
      padding: 16px 32px;
      margin-top: 3rem;
      margin-bottom: 2rem; } }
  .primary_btn.add_space, [search-results-cmp] button.add_space.load-more, .secondary_btn.add_space, .disabled.add_space, .ghost_btn.add_space, [data-tcp-newsarchive-cmp] .add_space.primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.add_space.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.add_space.load-more {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .primary_btn.add_space, [search-results-cmp] button.add_space.load-more, .secondary_btn.add_space, .disabled.add_space, .ghost_btn.add_space, [data-tcp-newsarchive-cmp] .add_space.primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.add_space.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.add_space.load-more {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      .primary_btn.add_space, [search-results-cmp] button.add_space.load-more, .secondary_btn.add_space, .disabled.add_space, .ghost_btn.add_space, [data-tcp-newsarchive-cmp] .add_space.primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.add_space.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.add_space.load-more {
        margin-top: 32px; } }
  .primary_btn:focus, [search-results-cmp] button.load-more:focus, .secondary_btn:focus, .disabled:focus, .ghost_btn:focus, [data-tcp-newsarchive-cmp] .primary_btn:focus, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more:focus, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more:focus {
    outline: inherit solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

.primary_btn, [search-results-cmp] button.load-more, [data-tcp-nursingfacility-notification-cmp] .primary_btn.disabled, [data-tcp-nursingfacility-notification-cmp] [search-results-cmp] button.disabled.load-more, [search-results-cmp] [data-tcp-nursingfacility-notification-cmp] button.disabled.load-more {
  color: #FFFFFF;
  background-color: #1A3673;
  border-radius: 30px;
  text-align: center; }
  .primary_btn:hover, [search-results-cmp] button.load-more:hover, [data-tcp-nursingfacility-notification-cmp] .primary_btn.disabled:hover, [data-tcp-nursingfacility-notification-cmp] [search-results-cmp] button.disabled.load-more:hover, [search-results-cmp] [data-tcp-nursingfacility-notification-cmp] button.disabled.load-more:hover {
    color: #FFFFFF;
    background-color: #231E33; }

.secondary_btn {
  color: #FFFFFF;
  background-color: #D91754;
  border-radius: 30px;
  text-align: center; }
  .secondary_btn:hover {
    color: #FFFFFF;
    background-color: #972461; }

.disabled {
  color: #666666;
  background-color: #EEEEEE;
  text-align: center; }
  .disabled:hover {
    color: #666666;
    border-color: #666666; }

.ghost_btn, [data-tcp-newsarchive-cmp] .primary_btn, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
  color: #1A3673;
  background-color: #FFFFFF;
  border: 1px solid #1A3673;
  border-radius: 30px;
  text-align: center; }
  .ghost_btn:hover, [data-tcp-newsarchive-cmp] .primary_btn:hover, [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more:hover, [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more:hover {
    color: #1A3673;
    border-color: #1A3673; }

.button + .button {
  margin-top: 0px;
  display: block; }
  .button + .button > button {
    margin-top: 0px; }

@media (min-width: 992px) {
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; } }

.content_column_1 > .within_brdr,
.content_column_2 > .within_brdr,
.content_column_3 > .within_brdr {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .content_column_1 > .within_brdr::after,
  .content_column_2 > .within_brdr::after,
  .content_column_3 > .within_brdr::after {
    display: block;
    clear: both;
    content: ""; }
  .content_column_1 > .within_brdr > .content_column,
  .content_column_2 > .within_brdr > .content_column,
  .content_column_3 > .within_brdr > .content_column {
    box-sizing: content-box; }

.content_column_1:not(.content_column_reverse) > .within_brdr > .content_column,
.content_column_2:not(.content_column_reverse) > .within_brdr > .content_column,
.content_column_3:not(.content_column_reverse) > .within_brdr > .content_column {
  float: left; }
  .content_column_1:not(.content_column_reverse) > .within_brdr > .content_column:first-of-type,
  .content_column_2:not(.content_column_reverse) > .within_brdr > .content_column:first-of-type,
  .content_column_3:not(.content_column_reverse) > .within_brdr > .content_column:first-of-type {
    padding-left: 0; }
  .content_column_1:not(.content_column_reverse) > .within_brdr > .content_column:last-of-type,
  .content_column_2:not(.content_column_reverse) > .within_brdr > .content_column:last-of-type,
  .content_column_3:not(.content_column_reverse) > .within_brdr > .content_column:last-of-type {
    padding-right: 0; }

.content_column_1.content_column_reverse > .within_brdr > .content_column,
.content_column_2.content_column_reverse > .within_brdr > .content_column,
.content_column_3.content_column_reverse > .within_brdr > .content_column {
  float: right; }
  .content_column_1.content_column_reverse > .within_brdr > .content_column:first-of-type,
  .content_column_2.content_column_reverse > .within_brdr > .content_column:first-of-type,
  .content_column_3.content_column_reverse > .within_brdr > .content_column:first-of-type {
    padding-right: 0; }
  .content_column_1.content_column_reverse > .within_brdr > .content_column:last-of-type,
  .content_column_2.content_column_reverse > .within_brdr > .content_column:last-of-type,
  .content_column_3.content_column_reverse > .within_brdr > .content_column:last-of-type {
    padding-left: 0; }

.content_column_1 > .within_brdr,
.content_column_2 > .within_brdr,
.content_column_3 > .within_brdr {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 480px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 768px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .content_column_1 > .within_brdr,
    .content_column_2 > .within_brdr,
    .content_column_3 > .within_brdr {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .content_column_1 > .within_brdr::before,
  .content_column_2 > .within_brdr::before,
  .content_column_3 > .within_brdr::before {
    content: "";
    display: block;
    border-top: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px; }
    @media (min-width: 480px) {
      .content_column_1 > .within_brdr::before,
      .content_column_2 > .within_brdr::before,
      .content_column_3 > .within_brdr::before {
        left: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      .content_column_1 > .within_brdr::before,
      .content_column_2 > .within_brdr::before,
      .content_column_3 > .within_brdr::before {
        left: 30px;
        right: 30px; } }

.content_column_1.border-top-0 > .within_brdr, .content_column_1 .no-top-space_bfr > .within_brdr, .content_column_1 .no-top-space > .within_brdr,
.content_column_2.border-top-0 > .within_brdr,
.content_column_2 .no-top-space_bfr > .within_brdr,
.content_column_2 .no-top-space > .within_brdr,
.content_column_3.border-top-0 > .within_brdr,
.content_column_3 .no-top-space_bfr > .within_brdr,
.content_column_3 .no-top-space > .within_brdr {
  padding-top: 0; }
  .content_column_1.border-top-0 > .within_brdr::before, .content_column_1 .no-top-space_bfr > .within_brdr::before, .content_column_1 .no-top-space > .within_brdr::before,
  .content_column_2.border-top-0 > .within_brdr::before,
  .content_column_2 .no-top-space_bfr > .within_brdr::before,
  .content_column_2 .no-top-space > .within_brdr::before,
  .content_column_3.border-top-0 > .within_brdr::before,
  .content_column_3 .no-top-space_bfr > .within_brdr::before,
  .content_column_3 .no-top-space > .within_brdr::before {
    border-top-style: none; }

.content_column_1.border-bottom-1,
.content_column_2.border-bottom-1,
.content_column_3.border-bottom-1 {
  position: relative;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    .content_column_1.border-bottom-1,
    .content_column_2.border-bottom-1,
    .content_column_3.border-bottom-1 {
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .content_column_1.border-bottom-1,
    .content_column_2.border-bottom-1,
    .content_column_3.border-bottom-1 {
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .content_column_1.border-bottom-1,
    .content_column_2.border-bottom-1,
    .content_column_3.border-bottom-1 {
      margin-bottom: 96px; } }
  .content_column_1.border-bottom-1::after,
  .content_column_2.border-bottom-1::after,
  .content_column_3.border-bottom-1::after {
    content: "";
    display: block;
    border-bottom: 1px solid #DCDCDC;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px; }
    @media (min-width: 480px) {
      .content_column_1.border-bottom-1::after,
      .content_column_2.border-bottom-1::after,
      .content_column_3.border-bottom-1::after {
        left: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      .content_column_1.border-bottom-1::after,
      .content_column_2.border-bottom-1::after,
      .content_column_3.border-bottom-1::after {
        left: 30px;
        right: 30px; } }
    @media (min-width: 1200px) {
      .content_column_1.border-bottom-1::after,
      .content_column_2.border-bottom-1::after,
      .content_column_3.border-bottom-1::after {
        max-width: 1140px;
        left: calc(50% - 570px); } }

.content_column_1.with_coloredBg,
.content_column_2.with_coloredBg,
.content_column_3.with_coloredBg {
  background-color: #EDF5FF; }
  .content_column_1.with_coloredBg > .within_brdr::before,
  .content_column_2.with_coloredBg > .within_brdr::before,
  .content_column_3.with_coloredBg > .within_brdr::before {
    border-top-style: none;
    border-top: 0 !important; }

.content_column_1.with_coloredBg2,
.content_column_2.with_coloredBg2,
.content_column_3.with_coloredBg2 {
  background-color: #FAFAFA !important; }
  .content_column_1.with_coloredBg2 > .within_brdr::before,
  .content_column_2.with_coloredBg2 > .within_brdr::before,
  .content_column_3.with_coloredBg2 > .within_brdr::before {
    border-top-style: none; }

.with_coloredBg + .content_column_1 > .within_brdr::before,
.with_coloredBg + .content_column_2 > .within_brdr::before,
.with_coloredBg + .content_column_3 > .within_brdr::before,
.with_coloredBg2 + .content_column_1 > .within_brdr::before,
.with_coloredBg2 + .content_column_2 > .within_brdr::before,
.with_coloredBg2 + .content_column_3 > .within_brdr::before,
.with_coloredBg2 + .tools_resources > .within_brdr::before,
.with_coloredBg2 + .call_to_action > .within_brdr::before {
  border-top: 0 !important; }

.content_container > .content_column_1:first-child > .within_brdr,
.content_container > .content_column_2:first-child > .within_brdr,
.content_container > .content_column_3:first-child > .within_brdr {
  padding-top: 0; }
  .content_container > .content_column_1:first-child > .within_brdr::before,
  .content_container > .content_column_2:first-child > .within_brdr::before,
  .content_container > .content_column_3:first-child > .within_brdr::before {
    border-top-style: none; }

.content_column_1 > .within_brdr > .content_column {
  width: 100%; }

.content_column_2 > .within_brdr > .content_column {
  width: 100%; }
  @media (min-width: 768px) {
    .content_column_2 > .within_brdr > .content_column {
      padding-left: 32px;
      padding-right: 32px;
      width: calc(50% - 32px); } }
  .content_column_2 > .within_brdr > .content_column + .content_column {
    margin-top: 32px; }
    @media (min-width: 480px) {
      .content_column_2 > .within_brdr > .content_column + .content_column {
        margin-top: 48px; } }
    @media (min-width: 768px) {
      .content_column_2 > .within_brdr > .content_column + .content_column {
        margin-top: 0; } }

.content_column_3 > .within_brdr > .content_column {
  width: 100%; }
  @media (min-width: 992px) {
    .content_column_3 > .within_brdr > .content_column {
      padding-left: 32px;
      padding-right: 32px;
      width: calc(33.3333333% - 42.66667px); } }
  .content_column_3 > .within_brdr > .content_column + .content_column {
    margin-top: 32px; }
    @media (min-width: 480px) {
      .content_column_3 > .within_brdr > .content_column + .content_column {
        margin-top: 48px; } }
    @media (min-width: 768px) {
      .content_column_3 > .within_brdr > .content_column + .content_column {
        margin-top: 64px; } }
    @media (min-width: 992px) {
      .content_column_3 > .within_brdr > .content_column + .content_column {
        margin-top: 0; } }

.content_column_1 img,
.content_column_2 img,
.content_column_3 img {
  max-width: 100%;
  height: auto; }

.content_column_1 div[style*=center] {
  margin-top: 48px; }
  @media (min-width: 768px) {
    .content_column_1 div[style*=center] {
      margin-top: 64px; } }

.content_column_1.with_coloredBg + .call_to_action, .content_column_1 .with_coloredBg2 + .call_to_action,
.content_column_2.with_coloredBg + .call_to_action,
.content_column_2 .with_coloredBg2 + .call_to_action,
.content_column_3.with_coloredBg + .call_to_action,
.content_column_3 .with_coloredBg2 + .call_to_action {
  margin-top: 32px; }
  @media (min-width: 480px) {
    .content_column_1.with_coloredBg + .call_to_action, .content_column_1 .with_coloredBg2 + .call_to_action,
    .content_column_2.with_coloredBg + .call_to_action,
    .content_column_2 .with_coloredBg2 + .call_to_action,
    .content_column_3.with_coloredBg + .call_to_action,
    .content_column_3 .with_coloredBg2 + .call_to_action {
      margin-top: 48px; } }
  @media (min-width: 768px) {
    .content_column_1.with_coloredBg + .call_to_action, .content_column_1 .with_coloredBg2 + .call_to_action,
    .content_column_2.with_coloredBg + .call_to_action,
    .content_column_2 .with_coloredBg2 + .call_to_action,
    .content_column_3.with_coloredBg + .call_to_action,
    .content_column_3 .with_coloredBg2 + .call_to_action {
      margin-top: 64px; } }
  @media (min-width: 992px) {
    .content_column_1.with_coloredBg + .call_to_action, .content_column_1 .with_coloredBg2 + .call_to_action,
    .content_column_2.with_coloredBg + .call_to_action,
    .content_column_2 .with_coloredBg2 + .call_to_action,
    .content_column_3.with_coloredBg + .call_to_action,
    .content_column_3 .with_coloredBg2 + .call_to_action {
      margin-top: 96px; } }

.content_column > .align-left > img[src*='_Icon.svg'] {
  padding-top: 24px; }
  @media (min-width: 992px) {
    .content_column > .align-left > img[src*='_Icon.svg'] {
      padding-top: 32px; } }

button:focus,
*:focus {
  outline: #1A3673 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none !important; }

form#email-optin button {
  border-radius: 24px; }
  form#email-optin button.submit_btn {
    background-color: #1A3673; }
    form#email-optin button.submit_btn:hover {
      background-color: #231E33; }

#formSuccess #confirmationtext p {
  font-family: "ElevanceSans-Medium", sans-serif;
  font-size: 18px;
  line-height: 32px; }

#formSuccess + .modal-content-fields {
  display: none; }

/* Contact Us form */
.new_class_brdr[_ngcontent-c0]::before {
  border-top: 0 !important; }

[data-tcp-emailform-cmp] label {
  display: block !important;
  margin-top: .9735rem;
  margin-bottom: .9735rem; }

[data-tcp-emailform-cmp] .txterrorMsg[_ngcontent-c0],
[data-tcp-emailform-cmp] .errorMsg_c[_ngcontent-c0],
[data-tcp-emailform-cmp] .errorMsg_select[_ngcontent-c0] {
  height: 40px !important; }

[data-tcp-emailform-cmp] textarea:focus {
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s;
  outline: 0 !important; }

[data-tcp-emailform-cmp] .primary_btn:disabled, [data-tcp-emailform-cmp] [search-results-cmp] button.load-more:disabled, [search-results-cmp] [data-tcp-emailform-cmp] button.load-more:disabled {
  color: #666666;
  background-color: #EEEEEE; }
  [data-tcp-emailform-cmp] .primary_btn:disabled:hover, [data-tcp-emailform-cmp] [search-results-cmp] button.load-more:disabled:hover, [search-results-cmp] [data-tcp-emailform-cmp] button.load-more:disabled:hover {
    color: #666666;
    background-color: #EEEEEE; }

@media screen and (min-width: 1024px) {
  [data-tcp-emailform-cmp] .primary_btn, [data-tcp-emailform-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-emailform-cmp] button.load-more {
    margin-left: 30px; } }

/*** Digital Enrollment Form ***/
.digitalFrmRadio {
  vertical-align: text-top;
  margin-top: 5px; }

.digitalFrmLabel {
  cursor: pointer;
  padding-left: 4px;
  padding-right: 0.5rem; }

.inputEnrollFrmDiv {
  padding-bottom: 1rem;
  display: flex; }

.inputEnrollFrmDiv label {
  display: inline !important; }

.enrollHead {
  padding-bottom: 1rem;
  margin-bottom: 0px !important; }

@media screen and (min-width: 481px) {
  .enrollBtn {
    margin-top: 2rem !important;
    min-width: 184px; } }

@media screen and (max-width: 480px) {
  .enrollBtn {
    margin-top: 2rem !important;
    width: 100%;
    padding: 0.5rem 1.5rem; } }

.enrollHead {
  font-weight: 700; }

.infoCircle::after {
  content: url(/dam/infoCircle.svg);
  position: relative;
  min-width: 1.375rem;
  min-height: 1.25rem;
  margin-bottom: -0.2rem;
  height: 14px;
  top: 0rem;
  left: 0rem; }

#ddlLabelEnrollFrmYes {
  padding-right: 48px; }

.tooltipENR {
  position: absolute;
  height: fit-content;
  padding: 24px;
  text-align: left;
  visibility: hidden;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #666666;
  display: block;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
  box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
  border: solid 1px;
  border-color: #929292;
  background-color: #ffffff;
  z-index: 10;
  margin-top: -1rem; }

@media screen and (min-width: 801px) {
  .tooltipENR {
    max-width: 347px; } }

@media screen and (max-width: 800px) and (min-width: 481px) {
  .tooltipENR {
    margin-right: 28px;
    width: 220px;
    max-width: 220px !important; }
  #tooltipENRArr2 {
    left: 199px !important; } }

@media screen and (max-width: 580px) and (min-width: 481px) {
  #tooltipENR0 {
    width: 450px;
    max-width: 450px !important;
    /*top: 380px !important; } }*/
    top: 765px !important; } }

@media screen and (max-width: 600px) and (min-width: 581px) {
  #tooltipENR0 {
    width: 450px;
    max-width: 450px !important;
    top: 700px !important; } }

@media screen and (max-width: 767px) and (min-width: 601px) {
  #tooltipENR0 {
    width: 450px;
    max-width: 450px !important;
    top: 625px !important; } }

@media screen and (max-width: 767.99px) and (min-width: 767px) {
  #tooltipENR0 {
    width: 450px;
    max-width: 450px !important; } }

@media screen and (max-width: 480px) {
  .tooltipENR {
    max-width: 347px;
    margin-right: 14px; } }

@media screen and (max-width: 321px) {
  #tooltipENR0 {
    top: 370px !important; }
  #tooltipENR1 {
    top: 365px !important; }
  #tooltipENR2 {
    top: 421px !important; }
  #tooltipENR3 {
    top: 480px !important; }
  #tooltipENR4 {
    top: 560px !important; } }

@media screen and (max-width: 767px) and (min-width: 480) {
  .tooltipENR {
    width: 36px;
    padding-bottom: 16px;
    padding-top: 24px; } }

.ant-negative > .media > .media-left {
  border-left: 0.25rem !important; }

.ant-negative > .media > .media-left > span {
  padding-top: 1rem !important;
  margin-left: 1.25rem;
  margin-right: 0 !important; }

.ant-negative > .media > .media-left.media-middle {
  vertical-align: unset;
  float: left;
  width: 40px; }

.fa-exclamation:before {
  background-size: 65% !important; }

.ant-anthem-alert .media-body {
  padding-top: 0.75rem !important;
  padding-left: 35px;
  padding-right: 0.75rem !important;
  padding-bottom: 1rem !important;
  border-left: 5px solid #d20a3c !important; }

.ant-anthem-alert.alert-pattern-v2.ant-negative {
  background: #ffffff;
  border: 1px solid #cccccc !important;
  border-radius: 0;
  border-left: 0 !important;
  clear: both;
  margin: 0 0 1.714rem;
  padding: 0; }

.enrollBtn + section > h3 {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important; }

input.form-control[_ngcontent-c0]:focus {
  /* border: solid 1px #d20a3c; */
  outline: 3px solid #1A3673 !important;
  box-shadow: none; }

select.form-control[_ngcontent-c0]:focus {
  /* border: solid 1px #d20a3c; */
  outline: 3px solid #1A3673 !important;
  box-shadow: none; }

textarea.input-text[_ngcontent-c0]:focus {
  /* border: solid 1px #d20a3c; */
  outline: 3px solid #1A3673 !important;
  box-shadow: none; }

footer {
  background-color: transparent;
  background-image: linear-gradient(90deg, #231E33 0%, #1A3673 98.5%);
  color: #FFFFFF;
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 480px) {
    footer {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 768px) {
    footer {
      padding-top: 64px;
      padding-bottom: 64px; } }
  footer .within_brdr::before {
    border-top-color: #FFFFFF !important; }

.footer_links a {
  display: inline-block;
  color: #FFFFFF; }
  .footer_links a:hover {
    color: #FFFFFF; }
  .footer_links a:focus {
    outline: #fff solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-white-animation;
    animation-duration: 0.2s; }

.footer_links > .content_column_1:nth-of-type(1) > .within_brdr,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr,
.footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .footer_links > .content_column_1:nth-of-type(1) > .within_brdr,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr,
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
      padding-bottom: 32px; } }
  .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1),
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1),
  .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1) {
    border-top: 1px solid #FAFAFA;
    padding-top: 32px; }
    @media (min-width: 992px) {
      .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1),
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(1) {
        border-top-style: none;
        padding-top: 0; } }
  .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
  .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2) {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2) {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2) {
        margin-top: 32px; } }
    @media (min-width: 992px) {
      .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2),
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(2) {
        margin-top: 0; } }

@media (min-width: 768px) {
  .footer_links > .content_column_1:nth-of-type(2) > .within_brdr,
  .footer_links > .content_column_2:nth-of-type(2) > .within_brdr,
  .footer_links > .content_column_3:nth-of-type(2) > .within_brdr {
    padding-top: 32px; } }

.footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
      padding-top: 32px; } }
  @media (min-width: 992px) {
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
      padding-bottom: 32px; } }
  .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) {
    border-top: 1px solid #FAFAFA;
    padding-top: 24px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) {
        display: flex;
        justify-content: space-between; }
        .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) p + p {
          margin-top: 0; } }
    @media (min-width: 992px) {
      .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) {
        border-top-style: none;
        padding-top: 0; } }
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > *::before {
      margin-right: 16px;
      font-size: 1.75em;
      vertical-align: middle; }
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(1)::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(2)::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before {
      position: relative;
      top: -4px; }

.footer_links > p:last-child {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    .footer_links > p:last-child {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .footer_links > p:last-child {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .footer_links > p:last-child {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .footer_links > p:last-child a.adobe_reader {
    display: block;
    width: 175px;
    height: 43px;
    background-image: url("/dam/simply_florida/images/adobeReader.png");
    background-repeat: no-repeat; }

.footer_links > .content_column_3:nth-of-type(1) > .within_brdr {
  margin-top: 0px !important; }

.footer_links > .content_column_3:last-of-type > .within_brdr {
  padding-bottom: 0px !important; }

.footer_links > .content_column_3 > .within_brdr > .content_column > img[src*='_Icon.svg'] {
  margin-bottom: 20px; }
  @media (min-width: 480px) {
    .footer_links > .content_column_3 > .within_brdr > .content_column > img[src*='_Icon.svg'] {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .footer_links > .content_column_3 > .within_brdr > .content_column > img[src*='_Icon.svg'] {
      margin-bottom: 32px; } }

.gicon-accessible-icon:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-accessible-icon.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-down:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-down.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-left:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-left.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-right:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-right.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-up:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-angle-up.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-apple-alt:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-apple-alt.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-availity:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-availity.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bank-cards:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bank-cards.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bars:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bars.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bell:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-bell.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-blind:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-blind.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-briefcase-medical:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-briefcase-medical.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-building:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-building.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-calendar:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-calendar.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-amex:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-amex.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-discover:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-discover.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-mastercard:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-mastercard.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-visa:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cc-visa.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-check:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-check.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-check-square:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-check-square.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-down:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-down.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-left:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-left.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-right:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-right.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-up:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-chevron-circle-up.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cross-medicaid:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-cross-medicaid.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-download:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-download.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-dumbbell:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-dumbbell.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-envelope:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-envelope.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-exclamation-triangle:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-exclamation-triangle.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-eye:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-eye.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-eye-slash:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-eye-slash.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-facebook:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-facebook.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-file-medical-alt:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-file-medical-alt.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-file-pdf:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-file-pdf.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-folder:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-folder.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-heartbeat:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-heartbeat.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-home:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-home.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-id-badge:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-id-badge.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-id-card:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-id-card.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-info-circle:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-info-circle.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-laptop:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-laptop.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-linkedin:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-linkedin.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-list-alt:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-list-alt.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-map-marker:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-map-marker.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-mask:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-mask.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-medicaid-news:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-medicaid-news.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-medicare-news:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-medicare-news.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-mobile:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-mobile.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-paper-plane:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-paper-plane.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-phone:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-phone.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-print:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-print.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-question-circle:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-question-circle.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-readme:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-readme.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-search:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-search.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-share:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-share.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sign-in-alt:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sign-in-alt.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sliders-h:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sliders-h.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sort-down:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sort-down.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sort-up:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sort-up.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-stethoscope:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-stethoscope.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sync:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-sync.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-times:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-times.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-times-circle:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-times-circle.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-truck:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-truck.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-twitter:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-twitter.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-up-right:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-up-right.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-youtube:not(.gicon-after)::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

.gicon-youtube.gicon-after::after {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

header {
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px #eeeeee;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 0.75rem;
  position: relative;
  color: #333333; }
  @media (min-width: 480px) {
    header {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    header {
      padding-top: 32px;
      font-size: 1rem; } }
  @media (min-width: 992px) {
    header {
      padding-bottom: 24px;
      box-shadow: none; } }
  header > .center {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px; }
    @media (min-width: 480px) {
      header > .center {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      header > .center {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      header > .center {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 480px) {
      header > .center {
        padding-bottom: 16px; } }
    @media (min-width: 768px) {
      header > .center {
        padding-bottom: 24px; } }
    @media (min-width: 992px) {
      header > .center {
        padding-bottom: 0; } }
    header > .center > a:first-child {
      display: block;
      order: 1;
      width: 120px; }
      @media (min-width: 480px) {
        header > .center > a:first-child {
          width: 120px; } }
      @media (min-width: 768px) {
        header > .center > a:first-child {
          width: 200px; } }
      @media (min-width: 992px) {
        header > .center > a:first-child {
          width: 200px; } }
      @media (min-width: 1200px) {
        header > .center > a:first-child {
          width: 200px; } }
      header > .center > a:first-child > img {
        max-width: 100%; }
    header > .center i.fa {
      order: 4;
      color: #1A3673;
      position: absolute;
      top: 35px;
      right: 20px; }
      @media (min-width: 480px) {
        header > .center i.fa {
          top: 50%;
          transform: translateY(-50%);
          right: 24px; } }
      @media (min-width: 768px) {
        header > .center i.fa {
          right: 30px; } }
    header > .center > a.mobile {
      position: absolute;
      top: 35px;
      right: 20px;
      width: 24px;
      height: 24px; }
      @media (min-width: 480px) {
        header > .center > a.mobile {
          top: 50%;
          transform: translateY(-50%);
          right: 24px; } }
      @media (min-width: 768px) {
        header > .center > a.mobile {
          right: 30px; } }
      header > .center > a.mobile > i.fa {
        order: 4;
        color: #1A3673;
        top: auto;
        right: auto; }
        @media (min-width: 480px) {
          header > .center > a.mobile > i.fa {
            top: 12px;
            right: -3.5px; } }
        @media (min-width: 768px) {
          header > .center > a.mobile > i.fa {
            top: 12px;
            right: -4.2px; } }
        header > .center > a.mobile > i.fa.fa-bars::before {
          font-family: "gicons";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          content: ""; }
        header > .center > a.mobile > i.fa.fa-times::before {
          font-family: "gicons";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          content: ""; }
    header > .center > div.login {
      order: 3;
      display: none; }
      header > .center > div.login:nth-of-type(1) {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 16px;
        font-family: 'ElevanceSans-Regular' !important;
        font-weight: 400;
        font-size: 0.75rem; }
        @media (min-width: 480px) {
          header > .center > div.login:nth-of-type(1) {
            font-size: 0.875rem;
            left: auto;
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            right: 81px; } }
        @media (min-width: 768px) {
          header > .center > div.login:nth-of-type(1) {
            font-size: 1rem; } }
      @media (min-width: 992px) {
        header > .center > div.login {
          display: none !important; } }
      header > .center > div.login > a {
        color: #333333; }
    header > .center > p:last-child {
      order: 2;
      align-self: center;
      margin-top: 12px;
      margin-left: 8px;
      border-left: 1px solid #929292;
      font-family: 'ElevanceSans-Regular' !important;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 18px;
      padding-left: 8px; }
      @media screen and (min-width: 321px) {
        header > .center > p:last-child {
          margin-left: 16px;
          padding-left: 16px;
          font-size: 0.875rem;
          line-height: 20px; } }
      @media (max-width: 767.98px) {
        header > .center > p:last-child {
          margin-top: 8px; } }
      @media screen and (min-width: 481px) {
        header > .center > p:last-child {
          margin-left: 16px;
          padding-left: 16px;
          font-size: 1rem;
          line-height: 24px; } }

i#closeNavBar {
  display: none; }

@media (min-width: 992px) {
  i#navBar,
  i#closeNavBar {
    display: none; } }

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 0.063rem;
  width: 0.063rem;
  text-align: left;
  overflow: hidden;
  z-index: 7;
  color: #1A3673 !important; }

@media (min-width: 1260px) {
  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 0.75rem;
    top: -15px;
    width: 5.625rem;
    height: auto;
    overflow: visible;
    text-align: center;
    text-decoration: underline;
    border: 2px solid #231E33;
    z-index: 5;
    color: #231E33 !important; } }

@media only screen and (min-width: 1024px) {
  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 8px;
    top: 0.938rem;
    width: 5.625rem;
    height: auto;
    overflow: visible;
    border: 2px solid #231E33;
    text-align: center;
    text-decoration: underline;
    z-index: 5;
    color: #231E33 !important; } }

/*
hr {
  position: absolute;
  width: 45px;
  border-bottom: 3px solid $navy;
  margin: -24px 25px 10px 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (min-width: 200px) and (max-width: 700px)
 { hr{
    position: absolute;
    width: 45px;
    border-bottom: 3px solid $navy;
    margin: -14px 25px 10px 1px;
    border-top: none;
    border-left: none;
    border-right: none;
 }
}
*/
.header-image > h1::after {
  background-color: #1A3673 !important;
  left: 20px; }

@media (min-width: 480px) {
  .header-image > h1::after {
    left: 24px; } }

@media (min-width: 768px) {
  .header-image > h1::after {
    left: 30px; } }

.highlighted-background > h1::after {
  background-color: #1A3673 !important;
  left: 20px; }

@media (min-width: 480px) {
  .highlighted-background > h1::after {
    left: 24px; } }

@media (min-width: 768px) {
  .highlighted-background > h1::after {
    left: 30px; } }

.content_column > p > img[src*='VA_Members_Icon.svg'] {
  margin-top: 1rem !important; }

article:not(.welcome_content) {
  margin-top: 2rem; }

.welcome_content {
  margin-top: none !important; }

.welcome_content > .welcome {
  color: #333 !important; }

img[src*='VA_Home_PharmacyInformation_Icon.svg'] {
  height: 50px !important; }

.checklist .fa-check {
  background: url(/dam/media/AGP_Checkbox.svg) no-repeat;
  width: 25px;
  height: 20px;
  position: relative; }

.fa-check::after, .fa-check::before {
  content: "" !important; }

.other-contact p > img {
  margin-top: 1rem !important; }

.top-space-2 {
  margin-top: 2rem; }

.ltss h3 {
  margin-bottom: 15px !important; }

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5; }

.disabled {
  background-color: #e8ecef; }

.filter button.disabled {
  border: 0;
  background-color: #ccc;
  color: #fff; }

.search-form button.disabled {
  border: 0;
  background-color: #ccc;
  color: #fff; }

h3 + h3 {
  margin-top: -2rem; }

@media (max-width: 481px) {
  h3 + h3 {
    margin-top: -1rem; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "ElevanceSans-Regular";
  margin-top: 1.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 480px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-top: 2rem;
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-top: 48px;
      margin-bottom: 2rem; } }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: "ElevanceSans-Medium", sans-serif; }
  @media (min-width: 480px) {
    h1, .h1 {
      font-size: 2.75rem;
      line-height: 3rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 3.75rem;
      line-height: 4.25rem;
      padding-bottom: 2rem;
      margin-top: 4rem;
      margin-bottom: 6rem; } }
  h1::after, .h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1A3673;
    height: 5px;
    width: 50px; }
    @media (min-width: 480px) {
      h1::after, .h1::after {
        width: 70px; } }
    @media (min-width: 992px) {
      h1::after, .h1::after {
        width: 90px; } }
  h1 > hr, .h1 > hr {
    display: none; }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "ElevanceSans-Medium", sans-serif;
  font-weight: 500;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    h2, .h2 {
      font-size: 1.75rem;
      line-height: 2.125rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2.375rem;
      line-height: 2.75rem;
      margin-top: 4rem;
      margin-bottom: 2rem; } }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "ElevanceSans-Semibold", sans-serif;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    h3, .h3 {
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-family: "ElevanceSans-Regular", sans-serif;
      font-weight: 400; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-family: "ElevanceSans-Medium", sans-serif;
      font-weight: 500;
      margin-bottom: 2rem; } }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-family: "ElevanceSans-Regular", sans-serif;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    h4, .h4 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-family: "ElevanceSans-Semibold", sans-serif;
      font-weight: 600; } }
  @media (min-width: 992px) {
    h4, .h4 {
      margin-top: 3rem;
      margin-bottom: 2rem; } }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "ElevanceSans-Bold", sans-serif;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    h5, .h5 {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-family: "ElevanceSans-Regular", sans-serif;
      font-weight: 400; } }
  @media (min-width: 992px) {
    h5, .h5 {
      font-family: "ElevanceSans-Semibold", sans-serif;
      font-weight: 600;
      margin-top: 2rem;
      margin-bottom: 2rem; } }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "ElevanceSans-Semibold", sans-serif;
  font-weight: 600; }
  @media (min-width: 480px) {
    h6, .h6 {
      font-size: 1rem;
      line-height: 1.5rem; } }
  @media (min-width: 992px) {
    h6, .h6 {
      font-family: "ElevanceSans-Medium", sans-serif;
      font-weight: 500; } }

/*
.resize-col > .within_brdr > .content_column:first-of-type h3{
  color: #ffffff !important;
}
*/
p + h2,
p + .h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    p + h2,
    p + .h2 {
      margin-top: 48px;
      margin-bottom: 2rem; } }

h2 + img,
.h2 + img {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    h2 + img,
    .h2 + img {
      margin-top: 4rem; } }

img + h3,
img + .h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    img + h3,
    img + .h3 {
      margin-top: 1.5rem;
      margin-bottom: 2rem; } }

h2 + img {
  margin-top: 2rem; }

h3 :after, h4 :after {
  background-color: #972461; }
  @media (min-width: 768px) {
    h3 :after, h4 :after {
      background-color: #1A3673; } }

h3 + hr, h4 + hr {
  visibility: visible !important;
  width: 45px;
  height: 4px;
  background-color: #972461;
  margin-left: 0;
  margin-bottom: 32px;
  text-align: left; }
  @media (min-width: 768px) {
    h3 + hr, h4 + hr {
      background-color: #1A3673; } }

/* ------------------------ */
.header-image, .highlighted-background {
  background-image: none;
  margin-bottom: 32px;
  padding-top: 24px; }
  @media (min-width: 480px) {
    .header-image, .highlighted-background {
      margin-bottom: 48px;
      padding-top: 48px; } }
  @media (min-width: 992px) {
    .header-image, .highlighted-background {
      margin-bottom: 64px;
      padding-top: 64px;
      margin-bottom: 96px; } }
  .header-image > h1, .highlighted-background > h1 {
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    margin-bottom: 0; }
    @media (min-width: 480px) {
      .header-image > h1, .highlighted-background > h1 {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      .header-image > h1, .highlighted-background > h1 {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .header-image > h1, .highlighted-background > h1 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
    .header-image > h1::after, .highlighted-background > h1::after {
      background-color: #333333;
      left: 20px; }
      @media (min-width: 480px) {
        .header-image > h1::after, .highlighted-background > h1::after {
          left: 24px; } }
      @media (min-width: 768px) {
        .header-image > h1::after, .highlighted-background > h1::after {
          left: 30px; } }
  .header-image > hr, .highlighted-background > hr {
    display: none; }

nav + h1,
.search-area + h1,
.search-area + .container > h1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 48px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    nav + h1,
    .search-area + h1,
    .search-area + .container > h1 {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    nav + h1,
    .search-area + h1,
    .search-area + .container > h1 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    nav + h1,
    .search-area + h1,
    .search-area + .container > h1 {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    nav + h1,
    .search-area + h1,
    .search-area + .container > h1 {
      margin-top: 64px;
      margin-bottom: 48px; } }
  nav + h1::after,
  .search-area + h1::after,
  .search-area + .container > h1::after {
    left: 20px; }
    @media (min-width: 480px) {
      nav + h1::after,
      .search-area + h1::after,
      .search-area + .container > h1::after {
        left: 24px; } }
    @media (min-width: 768px) {
      nav + h1::after,
      .search-area + h1::after,
      .search-area + .container > h1::after {
        left: 30px; } }

/* ------------------------ */
.wide_image {
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 15.05663vw; }
  @media (min-width: 992px) {
    .wide_image {
      margin-bottom: 4rem; } }

/* ------------------- */
.home_page .wide_image {
  padding-top: 34.64357vw;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .home_page .wide_image {
      padding-top: 0;
      min-height: 34.64357vw;
      margin-bottom: 3rem; } }
  .home_page .wide_image > .center {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 480px) {
      .home_page .wide_image > .center {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      .home_page .wide_image > .center {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .home_page .wide_image > .center {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto; } }
  .home_page .wide_image .welcome_content {
    padding-top: 1rem; }
    @media (min-width: 480px) {
      .home_page .wide_image .welcome_content {
        padding-top: 2rem; } }
    @media (min-width: 768px) {
      .home_page .wide_image .welcome_content {
        padding-top: 3rem;
        width: 66%; } }
    @media (min-width: 992px) {
      .home_page .wide_image .welcome_content {
        padding-top: 4rem; } }
    @media (min-width: 1200px) {
      .home_page .wide_image .welcome_content {
        width: 50%; } }
  .home_page .wide_image h1.welcome {
    margin: 0;
    padding-bottom: 1rem;
    color: #333333; }
    @media (min-width: 480px) {
      .home_page .wide_image h1.welcome {
        padding-bottom: 1.25rem; } }
    @media (min-width: 768px) {
      .home_page .wide_image h1.welcome {
        color: #333333; } }
    .home_page .wide_image h1.welcome::after {
      background-color: #1A3673; }
      @media (min-width: 768px) {
        .home_page .wide_image h1.welcome::after {
          background-color: #1A3673; } }
  .home_page .wide_image .welcome_copy {
    background-color: #FFFFFF;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
    @media (min-width: 480px) {
      .home_page .wide_image .welcome_copy {
        margin-top: 2rem;
        padding: 2rem 2rem; } }
    @media (min-width: 992px) {
      .home_page .wide_image .welcome_copy {
        padding-top: 2.5rem;
        padding-right: 4rem;
        margin-top: 3rem; } }
    .home_page .wide_image .welcome_copy > :first-child {
      margin-top: 0; }

.link-box, .border-group {
  border: 1px solid #DCDCDC;
  border-radius: 0.25rem;
  padding: 32px;
  max-width: 528px; }
  @media (min-width: 992px) {
    .link-box, .border-group {
      padding: 48px; } }
  .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box ul + ul, .border-group p + p, .border-group p + ul, .border-group ul + p, .border-group ul + ul {
    margin-top: 16px; }
    @media (min-width: 480px) {
      .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box ul + ul, .border-group p + p, .border-group p + ul, .border-group ul + p, .border-group ul + ul {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box ul + ul, .border-group p + p, .border-group p + ul, .border-group ul + p, .border-group ul + ul {
        margin-top: 16px; } }
    @media (min-width: 992px) {
      .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box ul + ul, .border-group p + p, .border-group p + ul, .border-group ul + p, .border-group ul + ul {
        margin-top: 24px; } }
  .link-box ul > li + li, .border-group ul > li + li {
    margin-top: 16px; }
    @media (min-width: 480px) {
      .link-box ul > li + li, .border-group ul > li + li {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      .link-box ul > li + li, .border-group ul > li + li {
        margin-top: 16px; } }
    @media (min-width: 992px) {
      .link-box ul > li + li, .border-group ul > li + li {
        margin-top: 24px; } }
  .link-box p:last-of-type:not(:last-child), .border-group p:last-of-type:not(:last-child) {
    margin-bottom: 0; }
  .link-box p + div > ul, .border-group p + div > ul {
    margin-top: 16px; }
    @media (min-width: 480px) {
      .link-box p + div > ul, .border-group p + div > ul {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      .link-box p + div > ul, .border-group p + div > ul {
        margin-top: 16px; } }
    @media (min-width: 992px) {
      .link-box p + div > ul, .border-group p + div > ul {
        margin-top: 24px; } }
  .link-box div + div, .border-group div + div {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .link-box div + div, .border-group div + div {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      .link-box div + div, .border-group div + div {
        margin-top: 32px; } }
  .link-box div + p, .border-group div + p {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .link-box div + p, .border-group div + p {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      .link-box div + p, .border-group div + p {
        margin-top: 32px; } }

.linklist {
  list-style-type: none;
  padding-left: 0px; }
  .linklist > li {
    padding-left: unset; }

p + .link-box,
.link-box + p,
.border-group + p {
  margin-top: 20px; }
  @media (min-width: 480px) {
    p + .link-box,
    .link-box + p,
    .border-group + p {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    p + .link-box,
    .link-box + p,
    .border-group + p {
      margin-top: 32px; } }

.link-box + div > .text-left > img,
.border-group + div > .text-left > img {
  padding-top: 24px; }
  @media (min-width: 992px) {
    .link-box + div > .text-left > img,
    .border-group + div > .text-left > img {
      padding-top: 32px; } }

p a, li a {
  color: #1A3673;
  font-weight: 700; }
  p a:hover, li a:hover {
    color: #231E33; }
  p a:focus, li a:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 0;
    animation-name: focus-state-tight-animation;
    animation-duration: 0.2s; }

.tools_resources a,
.arrow_link a {
  display: inline-block;
  font-weight: 700;
  padding-right: 18px;
  color: #1A3673; }
  .tools_resources a:hover,
  .arrow_link a:hover {
    color: #231E33; }
  .tools_resources a::after,
  .arrow_link a::after {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .tools_resources a::after,
  .arrow_link a::after {
    width: 0;
    font-size: 1.125em;
    vertical-align: middle;
    text-decoration: underline; }
  .tools_resources a::after,
  .arrow_link a::after {
    text-decoration: none; }
  .tools_resources a > .fa,
  .arrow_link a > .fa {
    display: none; }
  .tools_resources a:focus,
  .arrow_link a:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

a.external_link_arrow {
  display: inline-block;
  font-weight: 700;
  padding-right: 18px;
  color: #1A3673; }
  a.external_link_arrow:hover {
    color: #231E33; }
  a.external_link_arrow::after {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  a.external_link_arrow::after {
    width: 0;
    font-size: 1.25em;
    vertical-align: middle;
    margin-left: 2px;
    text-decoration: underline; }
  a.external_link_arrow::after {
    text-decoration: none; }
  a.external_link_arrow:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

ul.pdflist {
  list-style-type: none;
  padding-left: 0; }
  ul.pdflist > li {
    padding-left: 0; }
    ul.pdflist > li > a {
      display: inline-block;
      position: relative;
      padding-left: 21px;
      font-weight: 600;
      color: #1A3673; }
      ul.pdflist > li > a::before {
        font-family: "gicons";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        content: ""; }
      ul.pdflist > li > a::before {
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 1.125em;
        text-decoration: underline; }
      ul.pdflist > li > a::before {
        text-decoration: none; }
      ul.pdflist > li > a:focus {
        outline: #1A3673 solid 2px;
        outline-offset: 3px;
        animation-name: focus-state-animation;
        animation-duration: 0.2s; }
      ul.pdflist > li > a:hover {
        color: #231E33; }

div.pdflist > p > a {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 600;
  color: #1A3673;
  font-weight: 700; }
  div.pdflist > p > a::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  div.pdflist > p > a::before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.125em;
    text-decoration: underline; }
  div.pdflist > p > a::before {
    text-decoration: none; }
  div.pdflist > p > a:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }
  div.pdflist > p > a:hover {
    color: #231E33; }

div.pdflist > p + p {
  margin-top: 20px; }
  @media (min-width: 480px) {
    div.pdflist > p + p {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    div.pdflist > p + p {
      margin-top: 32px; } }

div.pdflist + div.pdflist {
  margin-top: 20px; }
  @media (min-width: 480px) {
    div.pdflist + div.pdflist {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    div.pdflist + div.pdflist {
      margin-top: 32px; } }

.resize-col > .within_brdr > .content_column:first-of-type a {
  color: #ffffff !important; }
  .resize-col > .within_brdr > .content_column:first-of-type a:focus {
    outline: #ffffff solid 2px !important; }

p + div > img[src*='_Icon.svg'], div + div > img[src*='_Icon.svg'] {
  padding-top: 24px; }
  @media (min-width: 992px) {
    p + div > img[src*='_Icon.svg'], div + div > img[src*='_Icon.svg'] {
      padding-top: 32px; } }

div.mp-accordion__content > ul > li > a[href*='.pdf'] {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 600; }
  div.mp-accordion__content > ul > li > a[href*='.pdf']::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  div.mp-accordion__content > ul > li > a[href*='.pdf']::before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.125em;
    text-decoration: underline; }
  div.mp-accordion__content > ul > li > a[href*='.pdf']::before {
    text-decoration: none; }
  div.mp-accordion__content > ul > li > a[href*='.pdf']:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }
  div.mp-accordion__content > ul > li > a[href*='.pdf']:hover {
    color: #231E33; }

div.mp-accordion__content > p > a[href*='.pdf'] {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: 600; }
  div.mp-accordion__content > p > a[href*='.pdf']::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  div.mp-accordion__content > p > a[href*='.pdf']::before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1.125em;
    text-decoration: underline; }
  div.mp-accordion__content > p > a[href*='.pdf']::before {
    text-decoration: none; }
  div.mp-accordion__content > p > a[href*='.pdf']:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }
  div.mp-accordion__content > p > a[href*='.pdf']:hover {
    color: #231E33; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.125em; }
  ul + ul, ul + ol, ol + ul, ol + ol {
    margin-top: 20px; }
    @media (min-width: 480px) {
      ul + ul, ul + ol, ol + ul, ol + ol {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      ul + ul, ul + ol, ol + ul, ol + ol {
        margin-top: 32px; } }
  ul:last-of-type:not(:last-child):not(.tab_list), ol:last-of-type:not(:last-child):not(.tab_list) {
    margin-bottom: 20px; }
    @media (min-width: 480px) {
      ul:last-of-type:not(:last-child):not(.tab_list), ol:last-of-type:not(:last-child):not(.tab_list) {
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      ul:last-of-type:not(:last-child):not(.tab_list), ol:last-of-type:not(:last-child):not(.tab_list) {
        margin-bottom: 32px; } }

p + ul, p + ol {
  margin-top: 20px; }
  @media (min-width: 480px) {
    p + ul, p + ol {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    p + ul, p + ol {
      margin-top: 32px; } }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li + li {
  margin-top: 8px; }
  @media (min-width: 768px) {
    li + li {
      margin-top: 16px; } }

li > ul, li > ol {
  margin-top: 8px;
  padding-left: 2em; }
  @media (min-width: 768px) {
    li > ul, li > ol {
      margin-top: 16px; } }

li > ul {
  list-style-type: circle; }

li > ol {
  list-style-type: upper-alpha; }

ul > li {
  padding-left: 0.25em; }

ol > li {
  padding-left: 0.5em; }

.word-wrap-li-a a {
  word-break: break-word; }

p + table.coded_list {
  margin-top: 8px; }

.edi table.coded_list {
  border-collapse: separate;
  border-spacing: 0px 1rem; }
  @media (min-width: 480px) {
    .edi table.coded_list {
      border-spacing: 0px 1.5rem; } }
  .edi table.coded_list > tbody > tr > td:first-child {
    word-break: break-all;
    display: block;
    max-width: 46px; }
    @media (min-width: 480px) {
      .edi table.coded_list > tbody > tr > td:first-child {
        max-width: 47px;
        padding-right: 10px; } }

.priorAuth table.coded_list {
  border-collapse: collapse;
  border-spacing: 0px 1rem; }
  @media (min-width: 480px) {
    .priorAuth table.coded_list {
      border-spacing: 1rem 1.5rem; } }
  .priorAuth table.coded_list > tbody > tr > td:first-child {
    padding-right: 1.5rem; }
    @media (min-width: 480px) {
      .priorAuth table.coded_list > tbody > tr > td:first-child {
        padding-right: 2rem;
        white-space: nowrap; } }

ul + div > img {
  padding-top: 24px; }
  @media (min-width: 992px) {
    ul + div > img {
      padding-top: 32px; } }

[med-policies-cmp] .search-form__input-container, [browse-med-policies-cmp] .search-form__input-container {
  margin-top: 8px; }
  [med-policies-cmp] .search-form__input-container > input, [browse-med-policies-cmp] .search-form__input-container > input {
    height: 2.5rem;
    font-family: "ElevanceSans-Regular", sans-serif !important; }
    [med-policies-cmp] .search-form__input-container > input:focus, [browse-med-policies-cmp] .search-form__input-container > input:focus {
      outline: 3px solid #1A3673;
      border-radius: 4px; }
  [med-policies-cmp] .search-form__input-container > .search-form__input-button, [browse-med-policies-cmp] .search-form__input-container > .search-form__input-button {
    height: 2.5rem;
    position: relative;
    padding: 0;
    background-image: none;
    right: 40px; }
    [med-policies-cmp] .search-form__input-container > .search-form__input-button::before, [browse-med-policies-cmp] .search-form__input-container > .search-form__input-button::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    [med-policies-cmp] .search-form__input-container > .search-form__input-button::before, [browse-med-policies-cmp] .search-form__input-container > .search-form__input-button::before {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #1A3673; }

[med-policies-cmp] .filter__select__container, [browse-med-policies-cmp] .filter__select__container {
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .filter__select__container > label, [browse-med-policies-cmp] .filter__select__container > label {
    font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .filter__select__container > .ng-input, [browse-med-policies-cmp] .filter__select__container > .ng-input {
    font-family: "ElevanceSans-Regular", sans-serif !important; }

[med-policies-cmp] .filter__select__button-container > .btn-primary, [browse-med-policies-cmp] .filter__select__button-container > .btn-primary {
  background-color: #1A3673 !important;
  border-radius: 30px;
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .filter__select__button-container > .btn-primary:hover, [browse-med-policies-cmp] .filter__select__button-container > .btn-primary:hover {
    background-color: #231E33 !important; }

[med-policies-cmp] .filter__select__button-container > .btn-secondary, [browse-med-policies-cmp] .filter__select__button-container > .btn-secondary {
  color: #1A3673 !important;
  border: 1px solid #1A3673 !important;
  border-radius: 30px;
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .filter__select__button-container > .btn-secondary:hover, [browse-med-policies-cmp] .filter__select__button-container > .btn-secondary:hover {
    background-color: #231E33 !important;
    color: #fff !important; }

[med-policies-cmp] .mp-disclaimer__content, [browse-med-policies-cmp] .mp-disclaimer__content {
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .mp-disclaimer__content > h3, [browse-med-policies-cmp] .mp-disclaimer__content > h3 {
    font-family: "ElevanceSans-Semibold", sans-serif !important; }

[med-policies-cmp] a, [browse-med-policies-cmp] a {
  color: #1A3673 !important;
  font-weight: 700 !important; }
  [med-policies-cmp] a:hover, [browse-med-policies-cmp] a:hover {
    color: #231E33 !important; }

[med-policies-cmp] .search-results, [browse-med-policies-cmp] .search-results {
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  [med-policies-cmp] .search-results > .search-results__container > .search-results__link > a, [browse-med-policies-cmp] .search-results > .search-results__container > .search-results__link > a {
    color: #1A3673 !important; }
    [med-policies-cmp] .search-results > .search-results__container > .search-results__link > a:hover, [browse-med-policies-cmp] .search-results > .search-results__container > .search-results__link > a:hover {
      color: #231E33 !important; }
  [med-policies-cmp] .search-results > .search-results__load-more, [browse-med-policies-cmp] .search-results > .search-results__load-more {
    color: #1A3673 !important;
    border: 1px solid #1A3673 !important;
    font-family: "ElevanceSans-Regular", sans-serif !important; }
    [med-policies-cmp] .search-results > .search-results__load-more:hover, [browse-med-policies-cmp] .search-results > .search-results__load-more:hover {
      color: #fff !important;
      background: #1A3673; }
    [med-policies-cmp] .search-results > .search-results__load-more:focus, [browse-med-policies-cmp] .search-results > .search-results__load-more:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }

[med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
[med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
[med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked, [browse-med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
[browse-med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
[browse-med-policies-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #1A3673 !important;
  color: #fff; }

[med-policies-cmp] .ng-dropdown-panel.ng-select-bottom,
[med-policies-cmp] .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container, [browse-med-policies-cmp] .ng-dropdown-panel.ng-select-bottom,
[browse-med-policies-cmp] .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border: 1px solid #1A3673 !important; }
  [med-policies-cmp] .ng-dropdown-panel.ng-select-bottom:focus,
  [med-policies-cmp] .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container:focus, [browse-med-policies-cmp] .ng-dropdown-panel.ng-select-bottom:focus,
  [browse-med-policies-cmp] .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container:focus {
    outline: 3px solid #1A3673; }

[med-policies-cmp] .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container, [browse-med-policies-cmp] .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  outline: 3px solid #1A3673 !important; }

.mp-disclaimer__primary-btn {
  background-color: #1A3673 !important;
  border-radius: 30px;
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  .mp-disclaimer__primary-btn :hover {
    background-color: #231E33 !important; }

.mp-disclaimer__secondary-btn {
  color: #1A3673 !important;
  border: 1px solid #1A3673 !important;
  border-radius: 30px;
  font-family: "ElevanceSans-Regular", sans-serif !important; }
  .mp-disclaimer__secondary-btn :hover {
    background-color: #231E33 !important;
    color: #fff !important; }

.modal {
  background-color: #FFFFFF;
  border: 1px solid #007EB3;
  border-radius: .625rem;
  display: none;
  left: calc((100% - 17.5rem) / 2);
  padding: 0 2.8125rem 2.8125rem;
  position: fixed;
  top: calc((100% - 25rem) / 2);
  width: 13.75rem;
  z-index: 9; }
  .modal .close {
    background-color: #FFFFFF;
    border: 1px solid #007EB3;
    border-radius: 50%;
    color: #007EB3;
    display: block;
    filter: alpha(opacity=100);
    width: 50px;
    height: 50px;
    float: right;
    font-size: 1.667rem;
    margin-top: -2px;
    opacity: 1;
    outline: 0;
    padding: .375rem .438px .313px .8125rem !important;
    position: relative;
    right: -4.4375rem;
    top: -.5625rem;
    z-index: 3; }
  .modal h3 {
    font-size: 2.375rem;
    margin-top: 2.5rem; }
  .modal p {
    color: #007EB3;
    font-size: 1.5rem;
    margin-bottom: 1.875rem; }

.modal .close i {
  margin-left: -3px; }

.modal_background {
  background-color: #000;
  display: none;
  height: 100%;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8; }

@media screen and (min-width: 481px) and (max-width: 585px) {
  .modal {
    left: calc((100% - 22.5rem) / 2);
    width: 17.75rem; }
    .modal .close {
      right: -4.4375rem; } }

@media screen and (min-width: 586px) and (max-width: 800px) {
  .modal {
    left: calc((100% - 25.5rem) / 2);
    width: 20rem; }
    .modal .close {
      right: -4.4375rem; } }

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .modal {
    left: calc((100% - 31.875rem) / 2);
    width: 25rem;
    z-index: 10; }
    .modal .close {
      right: -5rem; } }

@media screen and (min-width: 1025px) {
  .modal {
    left: calc((100% - 31.875rem) / 2);
    width: 26.25rem;
    z-index: 10; }
    .modal .close {
      right: -5rem; } }

body.mobile-nav-open::before {
  content: "";
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }

body.mobile-nav-open header, body.mobile-nav-open nav {
  position: relative; }

body.mobile-nav-open header, body.mobile-nav-open nav, body.mobile-nav-open .search-area {
  z-index: 1; }

nav {
  display: none;
  background-color: #fff;
  background-image: none;
  padding-top: 50px;
  color: #333333;
  font-weight: bold;
  box-shadow: 0px 3px 8px 0px #EEEEEE; }
  @media (min-width: 480px) {
    nav {
      font-weight: normal; } }
  @media (min-width: 992px) {
    nav {
      display: block;
      background-color: #fff;
      background-image: none;
      box-shadow: 0px 3px 8px 0px #eeeeee;
      margin-bottom: 0;
      padding-top: 0;
      color: #333333; } }
  @media (min-width: 992px) {
    nav > .center {
      padding-left: 30px;
      padding-right: 30px;
      position: relative; } }
  @media (min-width: 1200px) {
    nav > .center {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }

ul.main_nav, ul.nav, ul.sub_nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.main_nav {
  padding-top: 2px;
  padding-bottom: 18px; }
  @media (min-width: 992px) {
    ul.main_nav {
      padding-top: 0;
      padding-bottom: 0; } }

li.nav, ul.nav > li, ul.sub_nav > li {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (min-width: 992px) {
    li.nav, ul.nav > li, ul.sub_nav > li {
      white-space: nowrap; } }

@media (min-width: 992px) {
  nav ul.main_nav .submenu ul.nav li a::after {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  nav ul.main_nav .submenu ul.nav li a::after {
    vertical-align: middle;
    text-decoration: underline; }
  nav ul.main_nav .submenu ul.nav li a::after {
    text-decoration: none; } }

@media (max-width: 1199.98px) {
  nav ul.main_nav > li:last-of-type div.nav_link {
    display: none; }
  nav ul.main_nav > li:last-of-type div.submenu {
    display: block !important;
    background-color: #FAFAFA; }
    nav ul.main_nav > li:last-of-type div.submenu ul.nav {
      padding: 0; }
      nav ul.main_nav > li:last-of-type div.submenu ul.nav > li {
        padding: 0; }
        nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a {
          font-family: 'ElevanceSans-Bold';
          font-weight: 700;
          font-size: inherit;
          color: #333333;
          font-size: 0.875rem; } }
        @media (max-width: 1199.98px) and (min-width: 480px) {
          nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a {
            font-family: 'ElevanceSans-Regular';
            font-weight: 400;
            font-size: 1rem; } }

@media (max-width: 1199.98px) {
          nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a:focus {
            outline: #1A3673 solid 2px;
            outline-offset: 3px;
            animation-name: focus-state-animation;
            animation-duration: 0.2s; } }

@media (min-width: 992px) {
  nav ul.main_nav > li:last-of-type {
    display: none; } }

/* ------------------ */
ul.main_nav {
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    ul.main_nav {
      display: flex; } }

li.nav {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 480px) {
    li.nav {
      padding-left: 32px;
      padding-right: 48px; } }
  @media (min-width: 768px) {
    li.nav {
      padding-left: 64px;
      padding-right: 54px; } }
  @media (min-width: 992px) {
    li.nav {
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media (min-width: 1200px) {
    li.nav {
      padding-left: 24px;
      padding-right: 20px; } }
  @media (max-width: 1199.98px) {
    li.nav > div.nav_link:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  @media (min-width: 992px) {
    li.nav > div.nav_link:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  li.nav.highlighted_nav {
    color: #fff;
    background-color: #1A3673; }
    @media (min-width: 992px) {
      li.nav.highlighted_nav {
        color: #fff;
        background-color: #1A3673; } }
    li.nav.highlighted_nav > div.nav_link, li.nav.highlighted_nav a {
      color: #fff; }
      @media (min-width: 992px) {
        li.nav.highlighted_nav > div.nav_link, li.nav.highlighted_nav a {
          color: #fff; } }
      @media (max-width: 1199.98px) {
        li.nav.highlighted_nav > div.nav_link:focus, li.nav.highlighted_nav a:focus {
          outline: #fff solid 2px;
          outline-offset: 3px;
          animation-name: focus-state-white-animation;
          animation-duration: 0.2s; } }
      @media (min-width: 992px) {
        li.nav.highlighted_nav > div.nav_link:focus, li.nav.highlighted_nav a:focus {
          outline: #fff solid 2px;
          outline-offset: 3px;
          animation-name: focus-state-white-animation;
          animation-duration: 0.2s; } }

.nav_link {
  cursor: pointer;
  padding-right: 16px; }
  @media (min-width: 992px) {
    .nav_link {
      padding-right: 20px; } }

.nav_link:not(.nav_icon) {
  position: relative;
  z-index: 1;
  font-family: 'ElevanceSans-Bold';
  font-weight: 700; }
  @media (min-width: 480px) {
    .nav_link:not(.nav_icon) {
      font-family: 'ElevanceSans-Regular';
      font-weight: 400; } }
  @media (max-width: 1199.98px) {
    .nav_link:not(.nav_icon):focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  @media (min-width: 992px) {
    .nav_link:not(.nav_icon):focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  .nav_link:not(.nav_icon)[aria-expanded=true]:focus {
    outline: #231E33 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-dark-bg-animation;
    animation-duration: 0.2s; }

.nav_link.nav_icon {
  padding-right: 0;
  position: absolute;
  z-index: 0;
  top: 8px;
  right: 20px; }
  .nav_link.nav_icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  @media (min-width: 480px) {
    .nav_link.nav_icon {
      right: 48px; } }
  @media (min-width: 768px) {
    .nav_link.nav_icon {
      right: 54px; } }
  @media (min-width: 992px) {
    .nav_link.nav_icon {
      top: 12px;
      right: 12px; } }
  @media (min-width: 1200px) {
    .nav_link.nav_icon {
      right: 18px; } }
  .nav_link.nav_icon .fa {
    display: none; }

[aria-expanded=true] + .nav_link.nav_icon::before {
  font-family: "gicons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  content: ""; }

/* ------------------ */
.submenu {
  display: none; }
  @media (min-width: 992px) {
    .submenu {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 1px;
      transform: translateY(100%);
      background-color: #1A3673;
      min-width: 100%;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      padding-right: 48px;
      box-shadow: none; } }

ul.nav {
  padding-top: 8px; }
  @media (min-width: 992px) {
    ul.nav {
      padding-top: 0; } }
  ul.nav > li > a {
    display: inline-block;
    font-weight: normal; }
  ul.nav > li:first-of-type > a {
    font-size: 1rem;
    font-weight: bold;
    font-family: 'ElevanceSans-Regular'; }

/* ------------------ */
ul.sub_nav {
  margin-left: 16px;
  padding-top: 8px; }
  ul.sub_nav > li > a {
    display: inline-block;
    font-weight: normal; }
  ul.sub_nav > li:last-of-type {
    padding-bottom: 0; }

/* ------------------ */
.utility_nav {
  display: none;
  color: #333333; }
  .utility_nav a, .utility_nav button {
    color: #333333; }
    .utility_nav a:focus, .utility_nav button:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
  @media (min-width: 992px) {
    .utility_nav {
      display: block;
      color: #333333; }
      .utility_nav a, .utility_nav button {
        color: #333333; }
        .utility_nav a:focus, .utility_nav button:focus {
          outline: #1A3673 solid 2px;
          outline-offset: 3px;
          animation-name: focus-state-animation;
          animation-duration: 0.2s; } }
  .utility_nav > :nth-child(even) {
    display: none; }
  .utility_nav > div.font-sizer {
    position: absolute;
    top: -27px;
    transform: translateY(-50%);
    right: 122px; }
    .utility_nav > div.font-sizer > button.decreaseFont, .utility_nav > div.font-sizer > button.defaultFont, .utility_nav > div.font-sizer > button.increaseFont {
      padding: 0;
      border-style: none;
      background-color: transparent; }
    .utility_nav > div.font-sizer > button.decreaseFont {
      font-size: 12px; }
    .utility_nav > div.font-sizer > button.defaultFont {
      font-size: 14px; }
    .utility_nav > div.font-sizer > button.increaseFont {
      font-size: 18px; }
  .utility_nav > a:nth-of-type(1) {
    font-size: 14px;
    position: absolute;
    top: -27px;
    transform: translateY(-50%);
    right: 66px; }
  .utility_nav > a:nth-of-type(2) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }
  .utility_nav > .search-pointer {
    position: absolute;
    top: -27px;
    transform: translateY(-50%);
    right: 30px;
    font-size: 20px;
    color: #333333;
    border-style: none;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid transparent; }
    .utility_nav > .search-pointer:hover {
      color: #333333;
      border-bottom: 1px solid #333333; }

.note.note--warning::after {
  position: absolute;
  left: 30px;
  top: 8px;
  transform: translateX(-50%);
  font-size: 24px; }

.note {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  border: 1px solid #DCDCDC;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  padding-right: 16px;
  color: #666666; }
  @media (min-width: 480px) {
    .note {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    .note {
      margin-top: 32px; } }
  @media (min-width: 480px) {
    .note {
      margin-bottom: 24px; } }
  @media (min-width: 768px) {
    .note {
      margin-bottom: 32px; } }
  .note::before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -1px;
    background-color: #DCDCDC; }
  .note.note--warning::after {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .note.note--warning::before {
    background-color: #1A3673; }
  .note.note--warning::after {
    color: #1A3673; }

[data-tcp-pluto-cmp] label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px; }

[data-tcp-pluto-cmp] .form-item + label {
  margin-top: 20px; }
  @media (min-width: 480px) {
    [data-tcp-pluto-cmp] .form-item + label {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    [data-tcp-pluto-cmp] .form-item + label {
      margin-top: 32px; } }

[data-tcp-pluto-cmp] .primary_btn, [data-tcp-pluto-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-pluto-cmp] button.load-more {
  margin-top: 20px; }
  @media (min-width: 480px) {
    [data-tcp-pluto-cmp] .primary_btn, [data-tcp-pluto-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-pluto-cmp] button.load-more {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    [data-tcp-pluto-cmp] .primary_btn, [data-tcp-pluto-cmp] [search-results-cmp] button.load-more, [search-results-cmp] [data-tcp-pluto-cmp] button.load-more {
      margin-top: 32px; } }

.pfSelect {
  position: relative; }
  .pfSelect legend {
    display: none; }
  .pfSelect .psButton {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #666666;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .pfSelect .psButton:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 0;
      animation-name: focus-state-tight-animation;
      animation-duration: 0.2s; }
    @media (min-width: 768px) {
      .pfSelect .psButton {
        max-width: 600px; } }
    .pfSelect .psButton .psArrow {
      position: absolute;
      top: 10px;
      right: 15px;
      color: #929292; }
  .pfSelect .psDropdown {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    width: 100%; }
    @media (min-width: 768px) {
      .pfSelect .psDropdown {
        max-width: 600px; } }
    .pfSelect .psDropdown .psLabel {
      display: block;
      margin: 0;
      padding: 0.375rem 0.75rem; }
      .pfSelect .psDropdown .psLabel:hover {
        cursor: pointer;
        color: #FFFFFF;
        background-color: #1A3673; }
    .pfSelect .psDropdown .psOption.focus + .psLabel {
      color: #FFFFFF;
      background-color: #1A3673; }

.form-item input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #666666;
  background-color: #fff; }
  .form-item input[type="text"]:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 0;
    animation-name: focus-state-tight-animation;
    animation-duration: 0.2s; }
  @media (min-width: 768px) {
    .form-item input[type="text"] {
      max-width: 600px; } }

[data-tcp-pluto-cmp] .form-item input[type="text"] {
  margin-bottom: 0px; }

.searchDiv {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-top-style: none;
  padding: 16px; }
  @media (min-width: 768px) {
    .searchDiv {
      max-width: 600px; } }
  .searchDiv .errorMsg_text, .searchDiv .search-loading {
    padding: 8px;
    background-color: #FAFAFA; }
  .searchDiv .search-result {
    max-height: 500px;
    overflow-y: auto;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 16px; }
    .searchDiv .search-result .search-result-indiv {
      display: flex;
      padding: 16px 8px; }
      .searchDiv .search-result .search-result-indiv:hover {
        cursor: pointer;
        color: #FFFFFF;
        background-color: #1A3673; }
      .searchDiv .search-result .search-result-indiv:focus {
        outline: #1A3673 solid 2px;
        outline-offset: 0;
        animation-name: focus-state-tight-animation;
        animation-duration: 0.2s; }
      .searchDiv .search-result .search-result-indiv :first-child {
        margin-right: 16px; }

.angular-form-content_result {
  margin-top: 32px;
  background-color: #FAFAFA;
  padding-top: 32px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px; }
  @media (min-width: 480px) {
    .angular-form-content_result {
      padding-top: 48px;
      padding-left: 48px;
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .angular-form-content_result {
      padding-top: 64px;
      padding-bottom: 64px;
      padding-left: 64px;
      padding-right: 64px; } }
  @media (min-width: 992px) {
    .angular-form-content_result {
      padding-top: 96px;
      padding-bottom: 96px;
      padding-left: 96px;
      padding-right: 96px; } }
  .angular-form-content_result h3 {
    position: relative;
    padding-left: 16px;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .angular-form-content_result h3 {
        padding-left: 0px;
        padding-bottom: 24px; } }
    .angular-form-content_result h3::after {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      background-color: #333333;
      width: 2px;
      height: 18px; }
      @media (min-width: 768px) {
        .angular-form-content_result h3::after {
          top: auto;
          bottom: 0;
          left: 0;
          width: 45px;
          height: 4px; } }
    @media (min-width: 768px) {
      .angular-form-content_result h3 {
        margin-bottom: 48px; } }
  .angular-form-content_result .row {
    margin-bottom: 32px; }
    .angular-form-content_result .row:last-child {
      margin-bottom: 0; }
    @media (min-width: 480px) {
      .angular-form-content_result .row {
        display: flex; }
        .angular-form-content_result .row > :first-child {
          padding-right: 8px;
          width: calc(50% - 8px); }
        .angular-form-content_result .row > :last-child {
          padding-left: 8px;
          width: calc(50% - 8px); } }
    @media (min-width: 768px) {
      .angular-form-content_result .row > :first-child {
        padding-right: 24px;
        width: calc(33.3333333% - 24px); }
      .angular-form-content_result .row > :last-child {
        padding-left: 24px;
        width: calc(66.6666666% - 24px); } }
    @media (min-width: 1200px) {
      .angular-form-content_result .row > :first-child {
        width: calc(25% - 24px); }
      .angular-form-content_result .row > :last-child {
        width: calc(75% - 24px); } }

.angular-form-content_result h3::after {
  background-color: #972461 !important; }
  @media (min-width: 768px) {
    .angular-form-content_result h3::after {
      background-color: #1A3673 !important; } }

.section-header {
  position: relative;
  padding-left: 16px; }
  @media (min-width: 768px) {
    .section-header {
      padding-left: 0px;
      padding-bottom: 24px; } }
  .section-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #333333;
    width: 2px;
    height: 18px; }
    @media (min-width: 768px) {
      .section-header::after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 45px;
        height: 4px; } }

body:not(.mobile-nav-open) .search-area {
  display: none; }

.search-area {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 105px;
  /*
  #suggestionCount {

  }

  #noSuggestions {

  }
  */ }
  @media (min-width: 480px) {
    .search-area {
      top: 70px; } }
  @media (min-width: 768px) {
    .search-area {
      top: 106px; } }
  @media (min-width: 992px) {
    .search-area {
      display: none;
      position: relative;
      z-index: 1;
      left: auto;
      right: auto;
      top: auto;
      padding-top: 24px;
      padding-bottom: 24px;
      background-color: #FAFAFA; } }
  @media (min-width: 992px) {
    .search-area.hidden {
      display: none; } }
  @media (min-width: 992px) {
    .search-area .search-bar {
      padding-left: 20px;
      padding-right: 20px;
      display: flex;
      position: relative; } }
  @media (min-width: 992px) and (min-width: 480px) {
    .search-area .search-bar {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .search-area .search-bar {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .search-area .search-bar {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .search-area .search-icon {
    font-size: 18px;
    color: #1A3673;
    position: absolute;
    left: 20px;
    top: 70%;
    transform: translateY(-50%); }
    .search-area .search-icon::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    @media (min-width: 480px) {
      .search-area .search-icon {
        left: 24px; } }
    @media (min-width: 768px) {
      .search-area .search-icon {
        left: 30px; } }
    @media (min-width: 992px) {
      .search-area .search-icon {
        display: none;
        position: static;
        transform: none;
        padding: 12px 4px; } }
  .search-area #searchInput {
    display: block;
    width: 100%;
    border-style: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 44px;
    padding-right: 64px;
    background-color: #FAFAFA;
    height: auto;
    border-radius: 0;
    color: inherit; }
    .search-area #searchInput:focus {
      outline: #1A3673 solid 2px;
      outline-offset: -2px;
      animation-name: focus-state-inset-animation;
      animation-duration: 0.2s; }
    @media (min-width: 992px) {
      .search-area #searchInput {
        background-color: #fff;
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        border: 1px solid #666666;
        background-color: #fff; }
        .search-area #searchInput:focus {
          outline: #1A3673 solid 2px;
          outline-offset: 0;
          animation-name: focus-state-tight-animation;
          animation-duration: 0.2s; }
        .search-area #searchInput:focus {
          outline: #1A3673 solid 2px;
          outline-offset: -2px;
          animation-name: focus-state-inset-animation;
          animation-duration: 0.2s; } }
    @media (min-width: 768px) {
      .search-area #searchInput {
        padding-left: 54px;
        padding-right: 80px;
        margin-top: 0px; } }
    @media (min-width: 480px) {
      .search-area #searchInput {
        padding-left: 48px;
        padding-right: 75px;
        margin-top: 0px; } }
    @media only screen and (max-width: 992px) {
      .search-area #searchInput {
        margin-top: 23px; } }
  .search-area #clearIcon {
    border-style: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 4px;
    padding-right: 20px;
    color: #1A3673; }
    @media (min-width: 480px) {
      .search-area #clearIcon {
        padding-right: 24px; } }
    @media (min-width: 768px) {
      .search-area #clearIcon {
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .search-area #clearIcon {
        right: 80px;
        padding-left: 20px;
        padding-right: 20px; } }
    .search-area #clearIcon:hover {
      color: #1A3673;
      text-decoration: underline; }
    .search-area #clearIcon:focus {
      outline: #1A3673 solid 2px;
      outline-offset: -2px;
      animation-name: focus-state-inset-animation;
      animation-duration: 0.2s; }
    .search-area #clearIcon.hidden {
      display: none; }
  .search-area #removeSearch {
    border-style: none;
    background-color: transparent;
    padding: 0;
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 4px;
    font-size: 22px;
    color: #1A3673; }
    .search-area #removeSearch::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    .search-area #removeSearch:hover {
      color: #231E33; }
    .search-area #removeSearch:focus {
      outline: #1A3673 solid 2px;
      outline-offset: -2px;
      animation-name: focus-state-inset-animation;
      animation-duration: 0.2s; }
    @media (min-width: 480px) {
      .search-area #removeSearch {
        right: 24px; } }
    @media (min-width: 768px) {
      .search-area #removeSearch {
        right: 30px; } }
    @media (min-width: 992px) {
      .search-area #removeSearch {
        display: block;
        position: static;
        transform: none;
        padding-left: 4px;
        width: 50px; } }
  .search-area #searchResult,
  .search-area #suggestionCount,
  .search-area #noSuggestions,
  .search-area #suggestionsLoading {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    padding: 24px 20px;
    background-color: #fff;
    border: 1px none #666666;
    border-bottom-style: solid; }
    @media (min-width: 480px) {
      .search-area #searchResult,
      .search-area #suggestionCount,
      .search-area #noSuggestions,
      .search-area #suggestionsLoading {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      .search-area #searchResult,
      .search-area #suggestionCount,
      .search-area #noSuggestions,
      .search-area #suggestionsLoading {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 992px) {
      .search-area #searchResult,
      .search-area #suggestionCount,
      .search-area #noSuggestions,
      .search-area #suggestionsLoading {
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 16px;
        padding-right: 16px;
        border-left-style: solid;
        border-right-style: solid;
        top: calc(100% - 24px);
        width: calc(100vw - 60px - 50px);
        left: 30px; } }
    @media (min-width: 1200px) {
      .search-area #searchResult,
      .search-area #suggestionCount,
      .search-area #noSuggestions,
      .search-area #suggestionsLoading {
        width: 1090px;
        left: calc(50% - 600px + 30px); } }
    .search-area #searchResult.hidden,
    .search-area #suggestionCount.hidden,
    .search-area #noSuggestions.hidden,
    .search-area #suggestionsLoading.hidden {
      display: none; }
  .search-area #searchResult {
    max-height: 200px;
    overflow-y: auto; }
    .search-area #searchResult .auto-complete__label {
      margin-bottom: 8px;
      font-weight: bold; }
    .search-area #searchResult .auto-complete__box {
      margin-left: -20px;
      margin-right: -20px; }
      @media (min-width: 480px) {
        .search-area #searchResult .auto-complete__box {
          margin-left: -24px;
          margin-right: -24px; } }
      @media (min-width: 768px) {
        .search-area #searchResult .auto-complete__box {
          margin-left: -30px;
          margin-right: -30px; } }
      @media (min-width: 992px) {
        .search-area #searchResult .auto-complete__box {
          margin-left: -16px;
          margin-right: -16px; } }
      .search-area #searchResult .auto-complete__box .auto-complete__content {
        display: block;
        cursor: pointer;
        position: relative;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 44px;
        padding-right: 20px;
        color: #333333; }
        @media (min-width: 480px) {
          .search-area #searchResult .auto-complete__box .auto-complete__content {
            padding-left: 48px;
            padding-right: 24px; } }
        @media (min-width: 768px) {
          .search-area #searchResult .auto-complete__box .auto-complete__content {
            padding-left: 54px;
            padding-right: 30px; } }
        @media (min-width: 768px) {
          .search-area #searchResult .auto-complete__box .auto-complete__content {
            padding: 16px;
            padding-left: 40px; } }
        .search-area #searchResult .auto-complete__box .auto-complete__content:hover {
          color: #FFFFFF;
          background-color: #1A3673;
          text-decoration: none; }
          .search-area #searchResult .auto-complete__box .auto-complete__content:hover::before {
            color: #FFFFFF; }
        .search-area #searchResult .auto-complete__box .auto-complete__content:focus {
          outline: #1A3673 solid 2px;
          outline-offset: -2px;
          animation-name: focus-state-inset-animation;
          animation-duration: 0.2s; }
        .search-area #searchResult .auto-complete__box .auto-complete__content::before {
          font-family: "gicons";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          text-align: center;
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          content: ""; }
        .search-area #searchResult .auto-complete__box .auto-complete__content::before {
          position: absolute;
          left: 20px;
          top: 1em;
          transform: translateY(-50%);
          color: #1A3673;
          font-size: 18px; }
          @media (min-width: 480px) {
            .search-area #searchResult .auto-complete__box .auto-complete__content::before {
              left: 24px; } }
          @media (min-width: 768px) {
            .search-area #searchResult .auto-complete__box .auto-complete__content::before {
              left: 30px; } }
          @media (min-width: 768px) {
            .search-area #searchResult .auto-complete__box .auto-complete__content::before {
              top: 30px;
              left: 16px; } }
        .search-area #searchResult .auto-complete__box .auto-complete__content .suggestion-icon {
          display: none; }
  .search-area #suggestionsLoading .auto-complete-placeholder__content {
    position: relative;
    padding-left: 24px; }
    .search-area #suggestionsLoading .auto-complete-placeholder__content .auto-complete-placeholder-spinner {
      display: block;
      position: absolute;
      top: 6px;
      left: 0;
      color: #333333; }

.site-search {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 0 !important; }
  @media (min-width: 480px) {
    .site-search {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .site-search {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .site-search {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .site-search::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 480px) {
    .site-search {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 768px) {
    .site-search {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .site-search {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .site-search h1:first-of-type {
    margin-top: 0px !important; }

[search-container-cmp] form::after {
  display: block;
  clear: both;
  content: ""; }

[search-container-cmp] form > section {
  position: relative; }
  @media (min-width: 992px) {
    [search-container-cmp] form > section:first-of-type {
      float: left;
      width: 75%; } }
  @media (min-width: 992px) {
    [search-container-cmp] form > section:last-of-type {
      float: left;
      width: 25%;
      padding-left: 24px;
      position: relative;
      top: -32px; } }
  [search-container-cmp] form > section + section {
    margin-top: 20px; }
    @media (min-width: 480px) {
      [search-container-cmp] form > section + section {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      [search-container-cmp] form > section + section {
        margin-top: 32px; } }
    @media (min-width: 992px) {
      [search-container-cmp] form > section + section {
        margin-top: 0; } }
  [search-container-cmp] form > section i.fas {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0.75rem;
    top: 40px; }
    @media (min-width: 480px) {
      [search-container-cmp] form > section i.fas {
        top: 45px; } }

[search-container-cmp] form label.search-label__input,
[search-container-cmp] form label.search-label__results {
  display: block;
  font-weight: bold;
  margin-bottom: 8px; }

[search-container-cmp] form .search-form__input-area {
  position: relative; }
  [search-container-cmp] form .search-form__input-area input#queryString {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #666666;
    background-color: #fff;
    padding-right: 65px; }
    [search-container-cmp] form .search-form__input-area input#queryString:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 0;
      animation-name: focus-state-tight-animation;
      animation-duration: 0.2s; }
  [search-container-cmp] form .search-form__input-area .search-clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    color: #1A3673 !important; }
    [search-container-cmp] form .search-form__input-area .search-clear::before {
      content: "clear"; }
    [search-container-cmp] form .search-form__input-area .search-clear:hover {
      color: #231E33 !important;
      text-decoration: underline; }

[search-container-cmp] form .search-auto-complete,
[search-container-cmp] form .search-auto-complete-placeholder {
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #666666; }

[search-container-cmp] form .search-auto-complete {
  max-height: 200px;
  overflow-y: auto; }
  [search-container-cmp] form .search-auto-complete .search-auto-complete__label {
    margin: 0;
    padding: 0.375rem 0.75rem;
    font-weight: bold; }
  [search-container-cmp] form .search-auto-complete .search-auto-complete__box {
    padding: 0.375rem 0.75rem;
    cursor: pointer; }
    [search-container-cmp] form .search-auto-complete .search-auto-complete__box:hover {
      color: #fff;
      background-color: #1A3673 !important; }
      [search-container-cmp] form .search-auto-complete .search-auto-complete__box:hover .search-auto-complete__icon {
        color: #fff !important;
        margin-right: 8px; }
    [search-container-cmp] form .search-auto-complete .search-auto-complete__box .search-auto-complete__icon {
      color: #1A3673;
      margin-right: 8px; }

[search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content {
  padding: 0.375rem 0.75rem; }
  [search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content .search-auto-complete-placeholder-spinner {
    margin-right: 8px;
    color: #333333; }

[search-container-cmp] form .select-dropdown {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #666666;
  background-color: #fff;
  position: relative; }
  [search-container-cmp] form .select-dropdown:focus {
    outline: #1A3673 solid 2px;
    outline-offset: 0;
    animation-name: focus-state-tight-animation;
    animation-duration: 0.2s; }
  [search-container-cmp] form .select-dropdown .ng-dropdown-panel {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #666666; }
    [search-container-cmp] form .select-dropdown .ng-dropdown-panel .ng-option {
      padding: 0.375rem 0.75rem; }
      [search-container-cmp] form .select-dropdown .ng-dropdown-panel .ng-option.ng-option-marked {
        color: #fff;
        background-color: #1A3673 !important; }

[search-container-cmp] > div {
  margin-top: 20px;
  position: relative; }
  @media (min-width: 480px) {
    [search-container-cmp] > div {
      margin-top: 24px; } }
  @media (min-width: 992px) {
    [search-container-cmp] > div {
      float: left;
      width: 25%;
      margin-top: 0;
      padding-right: 32px; } }
  [search-container-cmp] > div .search-accordion {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #929292; }
    @media (min-width: 992px) {
      [search-container-cmp] > div .search-accordion {
        display: none; } }
  [search-container-cmp] > div .search-label__filter {
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      [search-container-cmp] > div .search-label__filter {
        margin-bottom: 16px;
        font-weight: normal;
        font-family: "ElevanceSans-Regular", sans-serif;
        font-size: 1.375rem;
        line-height: 1.75rem;
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      [search-container-cmp] > div .search-label__filter + div.showfilter {
        display: none; } }
  [search-container-cmp] > div .search-label__clear-filter {
    color: #1A3673 !important;
    cursor: pointer; }
    [search-container-cmp] > div .search-label__clear-filter:hover {
      color: #231E33 !important;
      text-decoration: underline; }
  [search-container-cmp] > div .search-checkboxes__options {
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer; }
    [search-container-cmp] > div .search-checkboxes__options .checkbox {
      align-self: flex-start;
      margin-top: 7px; }
    [search-container-cmp] > div .search-checkboxes__options .search-checkboxes__label {
      margin-left: 8px; }
  [search-container-cmp] > div hr {
    border: 1px solid #DCDCDC; }

[search-container-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
[search-container-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
[search-container-cmp] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: #1A3673 !important;
  color: #fff; }

[search-results-count-cmp] {
  margin-top: 20px; }
  @media (min-width: 480px) {
    [search-results-count-cmp] {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    [search-results-count-cmp] {
      margin-top: 32px; } }
  @media (min-width: 992px) {
    [search-results-count-cmp] {
      float: left;
      width: 75%;
      margin-top: 0; } }
  [search-results-count-cmp] .search-results-count {
    font-family: "ElevanceSans-Regular", sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem; }
    [search-results-count-cmp] .search-results-count .search-results-count__query-result {
      font-weight: bold;
      margin-left: 8px;
      margin-right: 8px; }

[search-results-cmp] {
  margin-top: 20px; }
  @media (min-width: 480px) {
    [search-results-cmp] {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    [search-results-cmp] {
      margin-top: 32px; } }
  @media (min-width: 992px) {
    [search-results-cmp] {
      float: left;
      width: 75%; } }
  [search-results-cmp] section + section {
    margin-top: 20px; }
    @media (min-width: 480px) {
      [search-results-cmp] section + section {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      [search-results-cmp] section + section {
        margin-top: 32px; } }
  [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    font-weight: 600;
    display: inline !important; }
    [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files::before {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; }
    [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files::before {
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 1.125em;
      text-decoration: underline; }
    [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files::before {
      text-decoration: none; }
    [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
    [search-results-cmp] .results-container__content .results-container__title > .search-icon-urls > .search-files::before {
      margin-right: 4px;
      color: #1A3673;
      padding-left: 0px;
      top: 0px !important; }
  [search-results-cmp] .results-container__content .results-container__title > a {
    font-size: 1.125rem; }
    [search-results-cmp] .results-container__content .results-container__title > a.tooltip {
      position: relative;
      color: #1A3673;
      font-weight: 700; }
      [search-results-cmp] .results-container__content .results-container__title > a.tooltip > .visibility-hidden:not(.search-title-tool-tip) {
        display: none; }
      [search-results-cmp] .results-container__content .results-container__title > a.tooltip > .search-title-tool-tip {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 100%;
        padding: 5px 10px;
        color: #fff;
        background-color: #333333;
        border-radius: 0.25rem;
        font-size: 0.875rem;
        font-weight: normal;
        animation: site-search-tooltip 300ms; }
        @media (min-width: 480px) {
          [search-results-cmp] .results-container__content .results-container__title > a.tooltip > .search-title-tool-tip {
            font-size: 1rem; } }
        [search-results-cmp] .results-container__content .results-container__title > a.tooltip > .search-title-tool-tip::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 100%);
          width: 0;
          height: 0;
          border: 7px solid transparent;
          border-top-color: #333333; }
      [search-results-cmp] .results-container__content .results-container__title > a.tooltip:hover {
        color: #231E33; }
        [search-results-cmp] .results-container__content .results-container__title > a.tooltip:hover > .search-title-tool-tip {
          display: block; }
  [search-results-cmp] .results-container__content .search-results-url {
    margin-top: 24px;
    word-break: break-all; }
  [search-results-cmp] .results-container__content .results-container__body {
    margin-top: 24px; }
  [search-results-cmp] button.load-more {
    margin-top: 20px; }
    @media (min-width: 480px) {
      [search-results-cmp] button.load-more {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      [search-results-cmp] button.load-more {
        margin-top: 32px; } }
    [search-results-cmp] button.load-more .load-more__text {
      margin: 0; }

[no-results-found-cmp] {
  margin-top: 20px; }
  @media (min-width: 480px) {
    [no-results-found-cmp] {
      margin-top: 24px; } }
  @media (min-width: 768px) {
    [no-results-found-cmp] {
      margin-top: 32px; } }
  @media (min-width: 992px) {
    [no-results-found-cmp] {
      margin-top: 0; } }
  [no-results-found-cmp] h3, [no-results-found-cmp] h5 {
    font-weight: normal; }
  [no-results-found-cmp] .search-no-results-query-string {
    font-weight: bold;
    margin-left: 8px; }
  [no-results-found-cmp] h4 {
    font-weight: bold; }

@keyframes site-search-tooltip {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.information_links {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FAFAFA;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 480px) {
    .information_links {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .information_links {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .information_links {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .information_links {
      margin-bottom: 3rem; } }
  @media (min-width: 992px) {
    .information_links {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 6rem;
      display: flex;
      justify-content: space-between; } }
  .information_links > a {
    display: block;
    margin-top: 1.625rem;
    color: #1A3673; }
    @media (min-width: 992px) {
      .information_links > a {
        margin-top: 1rem;
        margin-bottom: 1rem; }
        .information_links > a:last-child {
          margin-right: 0; } }
    .information_links > a:hover {
      color: #231E33;
      text-decoration: none; }
      .information_links > a:hover .availity-icon::before, .information_links > a:hover .checkmark-icon::before, .information_links > a:hover .claim-icon::before, .information_links > a:hover .form-icon::before, .information_links > a:hover .education-icon::before {
        color: #231E33; }

.information_link.availity-icon::before, .information_link.checkmark-icon::before, .information_link.claim-icon::before, .information_link.form-icon::before, .information_link.education-icon::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
  color: #929292; }
  @media (min-width: 992px) {
    .information_link.availity-icon::before, .information_link.checkmark-icon::before, .information_link.claim-icon::before, .information_link.form-icon::before, .information_link.education-icon::before {
      font-size: 1.5rem; } }

.information_link {
  padding-left: 2rem;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 1rem;
  position: relative; }
  @media (min-width: 992px) {
    .information_link {
      padding-left: 2.25rem;
      background-size: 1.5rem;
      font-size: 1.125rem; } }
  .information_link.availity-icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .information_link.checkmark-icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .information_link.claim-icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .information_link.form-icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .information_link.education-icon::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  .information_link > div {
    font-weight: 600; }

ul.tab_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  margin-bottom: 24px; }
  @media (min-width: 480px) {
    ul.tab_list {
      margin-top: 24px;
      margin-bottom: 32px; } }
  @media (min-width: 768px) {
    ul.tab_list {
      margin-top: 16px;
      margin-bottom: 48px; } }
  @media (min-width: 992px) {
    ul.tab_list {
      margin-top: 32px;
      justify-content: center; } }
  ul.tab_list > li {
    margin: 0;
    padding: 0;
    flex: 1 1 0px;
    padding-bottom: 8px;
    border-bottom: 2px solid #DCDCDC;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      ul.tab_list > li {
        white-space: nowrap; } }
    @media (min-width: 992px) {
      ul.tab_list > li {
        flex: 0 0 220px; } }
    ul.tab_list > li:hover {
      border-bottom-color: #231E33; }
      ul.tab_list > li:hover > span::after {
        color: #231E33; }
    ul.tab_list > li:focus {
      outline: #1A3673 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
    ul.tab_list > li.highlighted_tab {
      border-bottom-color: #1A3673;
      font-weight: 600; }
      ul.tab_list > li.highlighted_tab > span::after {
        color: #1A3673; }
    ul.tab_list > li + li {
      margin-left: 2px; }
    @media (min-width: 768px) {
      ul.tab_list > li:nth-child(2) > span::after {
        font-family: "gicons";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        content: ""; } }
    @media (min-width: 768px) {
      ul.tab_list > li:nth-child(3) > span::after {
        font-family: "gicons";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        content: ""; } }
    @media (min-width: 768px) {
      ul.tab_list > li:nth-child(4) > span::after {
        font-family: "gicons";
        font-style: normal;
        font-weight: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        content: ""; } }
    ul.tab_list > li > span::after {
      margin-left: 8px;
      font-size: 1.5em;
      vertical-align: middle;
      color: #929292; }
  @media (min-width: 768px) {
    ul.tab_list.reimbursement > li:nth-child(2) > span::after {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; } }
  @media (min-width: 768px) {
    ul.tab_list.reimbursement > li:nth-child(3) > span::after {
      font-family: "gicons";
      font-style: normal;
      font-weight: normal;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      content: ""; } }

.tools_resources {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-top: 0px !important; }
  @media (min-width: 480px) {
    .tools_resources {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .tools_resources {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .tools_resources {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .tools_resources {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 768px) {
    .tools_resources {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 992px) {
    .tools_resources {
      padding-top: 96px;
      padding-bottom: 96px; } }
  .tools_resources::before {
    content: "";
    display: block;
    border-top: 1px solid #FAFAFA;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px; }
    @media (min-width: 480px) {
      .tools_resources::before {
        left: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      .tools_resources::before {
        left: 30px;
        right: 30px; } }
  .tools_resources > h2 {
    margin-top: 0;
    margin-bottom: 16px; }
    @media (min-width: 480px) {
      .tools_resources > h2 {
        margin-bottom: 32px; } }
    @media (min-width: 992px) {
      .tools_resources > h2 {
        margin-bottom: 48px; } }
  .tools_resources > div {
    background-image: url("/dam/wlpia-provider-tools-illustration.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 80%;
    padding-top: 110%; }
    @media (min-width: 768px) {
      .tools_resources > div {
        background-position: 64px;
        background-size: calc(50% - 32px - 64px);
        padding-top: 0;
        padding-left: calc(50% + 32px); } }
    @media (min-width: 992px) {
      .tools_resources > div {
        background-position: 96px;
        background-size: calc(50% - 32px - 128px); } }
  .tools_resources ul:last-of-type {
    list-style-type: none;
    border: 1px solid #DCDCDC;
    border-radius: 0.25rem;
    padding: 32px; }
    @media (min-width: 480px) {
      .tools_resources ul:last-of-type {
        padding-right: 64px; } }
    @media (min-width: 992px) {
      .tools_resources ul:last-of-type {
        padding: 48px;
        padding-right: 96px; } }
    .tools_resources ul:last-of-type > li + li {
      margin-top: 16px; }
      @media (min-width: 480px) {
        .tools_resources ul:last-of-type > li + li {
          margin-top: 16px; } }
      @media (min-width: 768px) {
        .tools_resources ul:last-of-type > li + li {
          margin-top: 16px; } }
      @media (min-width: 992px) {
        .tools_resources ul:last-of-type > li + li {
          margin-top: 24px; } }

.content_column_1.with_coloredBg + .tools_resources, .content_column_1 .with_coloredBg2 + .tools_resources,
.content_column_2.with_coloredBg + .tools_resources,
.content_column_2 .with_coloredBg2 + .tools_resources,
.content_column_3.with_coloredBg + .tools_resources,
.content_column_3 .with_coloredBg2 + .tools_resources {
  margin-top: 32px; }
  @media (min-width: 480px) {
    .content_column_1.with_coloredBg + .tools_resources, .content_column_1 .with_coloredBg2 + .tools_resources,
    .content_column_2.with_coloredBg + .tools_resources,
    .content_column_2 .with_coloredBg2 + .tools_resources,
    .content_column_3.with_coloredBg + .tools_resources,
    .content_column_3 .with_coloredBg2 + .tools_resources {
      margin-top: 48px; } }
  @media (min-width: 768px) {
    .content_column_1.with_coloredBg + .tools_resources, .content_column_1 .with_coloredBg2 + .tools_resources,
    .content_column_2.with_coloredBg + .tools_resources,
    .content_column_2 .with_coloredBg2 + .tools_resources,
    .content_column_3.with_coloredBg + .tools_resources,
    .content_column_3 .with_coloredBg2 + .tools_resources {
      margin-top: 64px; } }
  @media (min-width: 992px) {
    .content_column_1.with_coloredBg + .tools_resources, .content_column_1 .with_coloredBg2 + .tools_resources,
    .content_column_2.with_coloredBg + .tools_resources,
    .content_column_2 .with_coloredBg2 + .tools_resources,
    .content_column_3.with_coloredBg + .tools_resources,
    .content_column_3 .with_coloredBg2 + .tools_resources {
      margin-top: 96px; } }

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

[data-tcp-digital-enrollment-cmp] {
  /*
  .infoCircle::after {
    content: url(/dam/infoCircle.svg);
    position: relative;
    min-width: 1.375rem;
    min-height: 1.25rem;
    margin-bottom: -0.2rem;
    height: 14px;
    top: 0rem;
    left: 0rem;
  }
  */
  /*
  .media-body, .media-left, .media-right {
    display: table-cell; 
  }
*/ }
  [data-tcp-digital-enrollment-cmp] .digitalFrmRadio {
    vertical-align: text-top;
    margin-top: 2px; }
  @media screen and (max-width: 392.98px) {
    [data-tcp-digital-enrollment-cmp] .digitalFrmRadio#ddlInputEnrollFrmValue0 {
      margin-top: -22px; } }
  @media screen and (min-width: 768px) and (max-width: 828.98px) {
    [data-tcp-digital-enrollment-cmp] .digitalFrmRadio#ddlInputEnrollFrmValue0 {
      margin-top: -22px; } }
  [data-tcp-digital-enrollment-cmp] .digitalFrmLabel {
    cursor: pointer;
    padding-left: 4px;
    padding-right: 0.5rem; }
  [data-tcp-digital-enrollment-cmp] .inputEnrollFrmDiv {
    padding-bottom: 1rem;
    display: flex; }
  [data-tcp-digital-enrollment-cmp] .enrollHead {
    padding-bottom: 1rem;
    padding-top: 8px;
    font-weight: 700; }
  @media screen and (min-width: 481px) {
    [data-tcp-digital-enrollment-cmp] .enrollBtn {
      margin-top: 2rem !important;
      min-width: 184px; } }
  @media screen and (max-width: 480px) {
    [data-tcp-digital-enrollment-cmp] .enrollBtn {
      margin-top: 2rem !important;
      width: 100%;
      padding: 0.5rem 1.5rem; } }
  [data-tcp-digital-enrollment-cmp] .infoCircle::before {
    font-size: 20px;
    color: #1A3673; }
    [data-tcp-digital-enrollment-cmp] .infoCircle::before:hover {
      color: #231E33; }
  [data-tcp-digital-enrollment-cmp] .infoCircle::before {
    font-family: "gicons";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    content: ""; }
  [data-tcp-digital-enrollment-cmp] .infoCircle::after {
    display: none !important; }
  [data-tcp-digital-enrollment-cmp] #ddlLabelEnrollFrmYes {
    padding-right: 48px; }
  [data-tcp-digital-enrollment-cmp] .tooltipENR {
    position: absolute;
    height: fit-content;
    padding: 24px;
    text-align: left;
    visibility: hidden;
    font-family: "ElevanceSans-Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #666666;
    display: block;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
    box-shadow: 2px 2px 4px 0 rgba(220, 220, 220, 0.5);
    border: solid 1px;
    border-color: #929292;
    background-color: #FFFFFF;
    z-index: 10;
    margin-top: -1rem; }
  @media screen and (min-width: 801px) {
    [data-tcp-digital-enrollment-cmp] .tooltipENR {
      max-width: 347px; } }
  @media screen and (max-width: 800px) and (min-width: 481px) {
    [data-tcp-digital-enrollment-cmp] .tooltipENR {
      margin-right: 28px;
      width: 220px;
      max-width: 220px !important; } }
  @media screen and (max-width: 480px) {
    [data-tcp-digital-enrollment-cmp] .tooltipENR {
      max-width: 347px;
      margin-right: 14px; } }
  @media screen and (max-width: 767px) and (min-width: 480) {
    [data-tcp-digital-enrollment-cmp] .tooltipENR {
      width: 36px;
      padding-bottom: 16px;
      padding-top: 24px; } }
  [data-tcp-digital-enrollment-cmp] .ant-negative > .media > .media-left > span {
    padding-top: 1rem !important;
    margin-left: 1.25rem;
    margin-right: 0 !important; }
  [data-tcp-digital-enrollment-cmp] .ant-negative > .media > .media-left.media-middle {
    vertical-align: unset; }
  [data-tcp-digital-enrollment-cmp] .fa-exclamation:before {
    background-size: 65% !important; }
  [data-tcp-digital-enrollment-cmp] .fa-exclamation:before {
    content: "" !important;
    background-image: url(/dam/media/Error-icons-delete_sign_bcbsva.svg);
    background-repeat: no-repeat;
    height: 2rem;
    display: block;
    top: 1rem !important; }
  [data-tcp-digital-enrollment-cmp] .ant-anthem-alert .media-body {
    padding-top: 0.75rem !important;
    padding-left: 45px;
    padding-right: 0.75rem !important;
    padding-bottom: 1rem !important;
    border-left: 5px solid #D20A3C !important; }
  [data-tcp-digital-enrollment-cmp] .ant-anthem-alert.alert-pattern-v2.ant-negative {
    background: #FFFFFF;
    border: 1px solid #cccccc !important;
    border-radius: 0;
    border-left: 0 !important;
    clear: both;
    margin: 0 0 1.714rem;
    padding: 0; }
  [data-tcp-digital-enrollment-cmp] .media-body p span {
    padding-top: 0.75rem;
    line-height: 1.57; }
  [data-tcp-digital-enrollment-cmp] .media-middle {
    vertical-align: middle; }
  [data-tcp-digital-enrollment-cmp] .enrollBtn + section > h3 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important; }
  [data-tcp-digital-enrollment-cmp] .ant-anthem-alert {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
    /* min-height: 80px; */ }
  [data-tcp-digital-enrollment-cmp] .ant-anthem-alert .fa {
    font-size: 1.60rem;
    position: relative;
    min-width: 32px;
    min-height: 14px; }
  [data-tcp-digital-enrollment-cmp] .ant-anthem-alert .fa {
    color: #FFFFFF;
    font-size: 1.25rem;
    position: relative;
    top: 1px; }
  [data-tcp-digital-enrollment-cmp] .angular-form-content .media-left {
    background: #f7f7f7;
    padding: 1rem;
    text-align: center; }
  [data-tcp-digital-enrollment-cmp] .fsrInvite__heading::after {
    background-color: unset !important; }
