@charset "UTF-8";
/* ----------------- */
/* --- Bootstrap --- */
/* ------------------ */
/* --- Components --- */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #7c6992;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #de7c00;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007eb3;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1140px;
  --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: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #fff; }

[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: #007eb3;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #004b6b;
    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 + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #666666;
  border-radius: 0;
  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: #fff;
    border-color: #007eb3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 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: #fff; }

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.5rem 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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.3125rem; }

.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 + 1rem);
  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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .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 + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem 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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .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: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.3125rem; }

.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 + 1rem);
  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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .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 + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem 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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .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: #007eb3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a80 !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: #545b62 !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: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !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: #1d2124 !important; }

.bg-white {
  background-color: #fff !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: #007eb3 !important; }

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

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

.border-info {
  border-color: #17a2b8 !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: #fff !important; }

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !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: 1140px) {
  .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: 1140px) {
  .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: 1140px) {
  .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; }

.m-8 {
  margin: 8px !important; }

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

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

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

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

.m-16 {
  margin: 16px !important; }

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

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

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

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

.m-24 {
  margin: 24px !important; }

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

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

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

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

.m-32 {
  margin: 32px !important; }

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

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

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

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

.m-48 {
  margin: 48px !important; }

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

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

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

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

.m-64 {
  margin: 64px !important; }

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

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

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

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

.m-96 {
  margin: 96px !important; }

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

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

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

.ml-96,
.mx-96 {
  margin-left: 96px !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; }

.p-8 {
  padding: 8px !important; }

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

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

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

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

.p-16 {
  padding: 16px !important; }

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

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

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

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

.p-24 {
  padding: 24px !important; }

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

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

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

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

.p-32 {
  padding: 32px !important; }

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

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

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

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

.p-48 {
  padding: 48px !important; }

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

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

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

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

.p-64 {
  padding: 64px !important; }

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

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

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

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

.p-96 {
  padding: 96px !important; }

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

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

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

.pl-96,
.px-96 {
  padding-left: 96px !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-n8 {
  margin: -8px !important; }

.mt-n8,
.my-n8 {
  margin-top: -8px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -8px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -8px !important; }

.m-n16 {
  margin: -16px !important; }

.mt-n16,
.my-n16 {
  margin-top: -16px !important; }

.mr-n16,
.mx-n16 {
  margin-right: -16px !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important; }

.ml-n16,
.mx-n16 {
  margin-left: -16px !important; }

.m-n24 {
  margin: -24px !important; }

.mt-n24,
.my-n24 {
  margin-top: -24px !important; }

.mr-n24,
.mx-n24 {
  margin-right: -24px !important; }

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important; }

.ml-n24,
.mx-n24 {
  margin-left: -24px !important; }

.m-n32 {
  margin: -32px !important; }

.mt-n32,
.my-n32 {
  margin-top: -32px !important; }

.mr-n32,
.mx-n32 {
  margin-right: -32px !important; }

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important; }

.ml-n32,
.mx-n32 {
  margin-left: -32px !important; }

.m-n48 {
  margin: -48px !important; }

.mt-n48,
.my-n48 {
  margin-top: -48px !important; }

.mr-n48,
.mx-n48 {
  margin-right: -48px !important; }

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important; }

.ml-n48,
.mx-n48 {
  margin-left: -48px !important; }

.m-n64 {
  margin: -64px !important; }

.mt-n64,
.my-n64 {
  margin-top: -64px !important; }

.mr-n64,
.mx-n64 {
  margin-right: -64px !important; }

.mb-n64,
.my-n64 {
  margin-bottom: -64px !important; }

.ml-n64,
.mx-n64 {
  margin-left: -64px !important; }

.m-n96 {
  margin: -96px !important; }

.mt-n96,
.my-n96 {
  margin-top: -96px !important; }

.mr-n96,
.mx-n96 {
  margin-right: -96px !important; }

.mb-n96,
.my-n96 {
  margin-bottom: -96px !important; }

.ml-n96,
.mx-n96 {
  margin-left: -96px !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; }
  .m-sm-8 {
    margin: 8px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important; }
  .m-sm-24 {
    margin: 24px !important; }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24px !important; }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24px !important; }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24px !important; }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24px !important; }
  .m-sm-32 {
    margin: 32px !important; }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 32px !important; }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 32px !important; }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32px !important; }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 32px !important; }
  .m-sm-48 {
    margin: 48px !important; }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 48px !important; }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 48px !important; }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48px !important; }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 48px !important; }
  .m-sm-64 {
    margin: 64px !important; }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 64px !important; }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 64px !important; }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 64px !important; }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 64px !important; }
  .m-sm-96 {
    margin: 96px !important; }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 96px !important; }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 96px !important; }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 96px !important; }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 96px !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; }
  .p-sm-8 {
    padding: 8px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important; }
  .p-sm-24 {
    padding: 24px !important; }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24px !important; }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 24px !important; }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24px !important; }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24px !important; }
  .p-sm-32 {
    padding: 32px !important; }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32px !important; }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 32px !important; }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32px !important; }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 32px !important; }
  .p-sm-48 {
    padding: 48px !important; }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48px !important; }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 48px !important; }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48px !important; }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 48px !important; }
  .p-sm-64 {
    padding: 64px !important; }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 64px !important; }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 64px !important; }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 64px !important; }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 64px !important; }
  .p-sm-96 {
    padding: 96px !important; }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 96px !important; }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 96px !important; }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 96px !important; }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !important; }
  .m-sm-n24 {
    margin: -24px !important; }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24px !important; }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24px !important; }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24px !important; }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24px !important; }
  .m-sm-n32 {
    margin: -32px !important; }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -32px !important; }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -32px !important; }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32px !important; }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -32px !important; }
  .m-sm-n48 {
    margin: -48px !important; }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -48px !important; }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -48px !important; }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -48px !important; }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -48px !important; }
  .m-sm-n64 {
    margin: -64px !important; }
  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -64px !important; }
  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -64px !important; }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -64px !important; }
  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -64px !important; }
  .m-sm-n96 {
    margin: -96px !important; }
  .mt-sm-n96,
  .my-sm-n96 {
    margin-top: -96px !important; }
  .mr-sm-n96,
  .mx-sm-n96 {
    margin-right: -96px !important; }
  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -96px !important; }
  .ml-sm-n96,
  .mx-sm-n96 {
    margin-left: -96px !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; }
  .m-md-8 {
    margin: 8px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important; }
  .m-md-24 {
    margin: 24px !important; }
  .mt-md-24,
  .my-md-24 {
    margin-top: 24px !important; }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 24px !important; }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24px !important; }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 24px !important; }
  .m-md-32 {
    margin: 32px !important; }
  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important; }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 32px !important; }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important; }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 32px !important; }
  .m-md-48 {
    margin: 48px !important; }
  .mt-md-48,
  .my-md-48 {
    margin-top: 48px !important; }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 48px !important; }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48px !important; }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 48px !important; }
  .m-md-64 {
    margin: 64px !important; }
  .mt-md-64,
  .my-md-64 {
    margin-top: 64px !important; }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 64px !important; }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 64px !important; }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 64px !important; }
  .m-md-96 {
    margin: 96px !important; }
  .mt-md-96,
  .my-md-96 {
    margin-top: 96px !important; }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 96px !important; }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 96px !important; }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 96px !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; }
  .p-md-8 {
    padding: 8px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important; }
  .p-md-24 {
    padding: 24px !important; }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24px !important; }
  .pr-md-24,
  .px-md-24 {
    padding-right: 24px !important; }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24px !important; }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24px !important; }
  .p-md-32 {
    padding: 32px !important; }
  .pt-md-32,
  .py-md-32 {
    padding-top: 32px !important; }
  .pr-md-32,
  .px-md-32 {
    padding-right: 32px !important; }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32px !important; }
  .pl-md-32,
  .px-md-32 {
    padding-left: 32px !important; }
  .p-md-48 {
    padding: 48px !important; }
  .pt-md-48,
  .py-md-48 {
    padding-top: 48px !important; }
  .pr-md-48,
  .px-md-48 {
    padding-right: 48px !important; }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48px !important; }
  .pl-md-48,
  .px-md-48 {
    padding-left: 48px !important; }
  .p-md-64 {
    padding: 64px !important; }
  .pt-md-64,
  .py-md-64 {
    padding-top: 64px !important; }
  .pr-md-64,
  .px-md-64 {
    padding-right: 64px !important; }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 64px !important; }
  .pl-md-64,
  .px-md-64 {
    padding-left: 64px !important; }
  .p-md-96 {
    padding: 96px !important; }
  .pt-md-96,
  .py-md-96 {
    padding-top: 96px !important; }
  .pr-md-96,
  .px-md-96 {
    padding-right: 96px !important; }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96px !important; }
  .pl-md-96,
  .px-md-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !important; }
  .m-md-n24 {
    margin: -24px !important; }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24px !important; }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24px !important; }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24px !important; }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24px !important; }
  .m-md-n32 {
    margin: -32px !important; }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -32px !important; }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -32px !important; }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32px !important; }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -32px !important; }
  .m-md-n48 {
    margin: -48px !important; }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -48px !important; }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -48px !important; }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -48px !important; }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -48px !important; }
  .m-md-n64 {
    margin: -64px !important; }
  .mt-md-n64,
  .my-md-n64 {
    margin-top: -64px !important; }
  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -64px !important; }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -64px !important; }
  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -64px !important; }
  .m-md-n96 {
    margin: -96px !important; }
  .mt-md-n96,
  .my-md-n96 {
    margin-top: -96px !important; }
  .mr-md-n96,
  .mx-md-n96 {
    margin-right: -96px !important; }
  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -96px !important; }
  .ml-md-n96,
  .mx-md-n96 {
    margin-left: -96px !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; }
  .m-lg-8 {
    margin: 8px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important; }
  .m-lg-24 {
    margin: 24px !important; }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important; }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important; }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important; }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important; }
  .m-lg-32 {
    margin: 32px !important; }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important; }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important; }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important; }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important; }
  .m-lg-48 {
    margin: 48px !important; }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 48px !important; }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 48px !important; }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48px !important; }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 48px !important; }
  .m-lg-64 {
    margin: 64px !important; }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 64px !important; }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 64px !important; }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64px !important; }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 64px !important; }
  .m-lg-96 {
    margin: 96px !important; }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 96px !important; }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 96px !important; }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96px !important; }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 96px !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; }
  .p-lg-8 {
    padding: 8px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important; }
  .p-lg-24 {
    padding: 24px !important; }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important; }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important; }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important; }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important; }
  .p-lg-32 {
    padding: 32px !important; }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important; }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important; }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important; }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important; }
  .p-lg-48 {
    padding: 48px !important; }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48px !important; }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 48px !important; }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48px !important; }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48px !important; }
  .p-lg-64 {
    padding: 64px !important; }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64px !important; }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 64px !important; }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64px !important; }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64px !important; }
  .p-lg-96 {
    padding: 96px !important; }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96px !important; }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 96px !important; }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96px !important; }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !important; }
  .m-lg-n24 {
    margin: -24px !important; }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24px !important; }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24px !important; }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24px !important; }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24px !important; }
  .m-lg-n32 {
    margin: -32px !important; }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -32px !important; }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -32px !important; }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32px !important; }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -32px !important; }
  .m-lg-n48 {
    margin: -48px !important; }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -48px !important; }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -48px !important; }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -48px !important; }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -48px !important; }
  .m-lg-n64 {
    margin: -64px !important; }
  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -64px !important; }
  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -64px !important; }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -64px !important; }
  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -64px !important; }
  .m-lg-n96 {
    margin: -96px !important; }
  .mt-lg-n96,
  .my-lg-n96 {
    margin-top: -96px !important; }
  .mr-lg-n96,
  .mx-lg-n96 {
    margin-right: -96px !important; }
  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -96px !important; }
  .ml-lg-n96,
  .mx-lg-n96 {
    margin-left: -96px !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: 1140px) {
  .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; }
  .m-xl-8 {
    margin: 8px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important; }
  .m-xl-24 {
    margin: 24px !important; }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important; }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important; }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important; }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important; }
  .m-xl-32 {
    margin: 32px !important; }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important; }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important; }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important; }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important; }
  .m-xl-48 {
    margin: 48px !important; }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 48px !important; }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 48px !important; }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 48px !important; }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 48px !important; }
  .m-xl-64 {
    margin: 64px !important; }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 64px !important; }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 64px !important; }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 64px !important; }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 64px !important; }
  .m-xl-96 {
    margin: 96px !important; }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 96px !important; }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 96px !important; }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 96px !important; }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 96px !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; }
  .p-xl-8 {
    padding: 8px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important; }
  .p-xl-24 {
    padding: 24px !important; }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important; }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important; }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important; }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important; }
  .p-xl-32 {
    padding: 32px !important; }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important; }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important; }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important; }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important; }
  .p-xl-48 {
    padding: 48px !important; }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 48px !important; }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 48px !important; }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 48px !important; }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 48px !important; }
  .p-xl-64 {
    padding: 64px !important; }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 64px !important; }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 64px !important; }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 64px !important; }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 64px !important; }
  .p-xl-96 {
    padding: 96px !important; }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 96px !important; }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 96px !important; }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 96px !important; }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !important; }
  .m-xl-n24 {
    margin: -24px !important; }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24px !important; }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24px !important; }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24px !important; }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24px !important; }
  .m-xl-n32 {
    margin: -32px !important; }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -32px !important; }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -32px !important; }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -32px !important; }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -32px !important; }
  .m-xl-n48 {
    margin: -48px !important; }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -48px !important; }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -48px !important; }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -48px !important; }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -48px !important; }
  .m-xl-n64 {
    margin: -64px !important; }
  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -64px !important; }
  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -64px !important; }
  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -64px !important; }
  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -64px !important; }
  .m-xl-n96 {
    margin: -96px !important; }
  .mt-xl-n96,
  .my-xl-n96 {
    margin-top: -96px !important; }
  .mr-xl-n96,
  .mx-xl-n96 {
    margin-right: -96px !important; }
  .mb-xl-n96,
  .my-xl-n96 {
    margin-bottom: -96px !important; }
  .ml-xl-n96,
  .mx-xl-n96 {
    margin-left: -96px !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: 1140px) {
  .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: #fff !important; }

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

a.text-primary:hover, a.text-primary:focus {
  color: #004867 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

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

@keyframes focus-state-dark-bg-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: #007eb3;
    outline-offset: 0; } }

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

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

.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: #004b6b; }
  .accordion-title[aria-expanded=true] i,
  .mp-accordion__title[aria-expanded=true] i {
    color: #004b6b; }
  .accordion-title:focus,
  .mp-accordion__title:focus {
    outline: #007eb3 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: #007eb3;
    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: "Poppins", 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: 4rem; } }
  @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 :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; } }

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; }
      [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: ""; }
      [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%); } }

.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); } }

.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: #007eb3; }
    @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: #007eb3; }

.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: 1140px) {
  .availity-section .link-box {
    width: 50%; } }

.call_to_action {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-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: 1140px) {
    .call_to_action {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .call_to_action {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .call_to_action {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .call_to_action {
      margin-top: 96px;
      margin-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.3125rem;
    padding: 32px 24px; }
    @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; } }

body {
  font-size: 0.875rem;
  line-height: 1.25rem; }
  @media (min-width: 480px) {
    body {
      font-size: 1rem;
      line-height: 1.5rem; } }

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; } }

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; } }

.primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .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: bold;
  border-style: none;
  border-radius: 0.3125rem;
  padding: 8px; }
  @media (min-width: 480px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .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; } }
  @media (min-width: 768px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .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: 12px 24px; } }
  @media (min-width: 992px) {
    .primary_btn, [search-results-cmp] button.load-more, .secondary_btn, .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: 12px 32px; } }
  .primary_btn.add_space, [search-results-cmp] button.add_space.load-more, .secondary_btn.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, .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, .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, [search-results-cmp] button.load-more {
  color: #fff;
  background-color: #007eb3; }
  .primary_btn:hover, [search-results-cmp] button.load-more:hover {
    color: #fff;
    background-color: #004b6b; }

.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: #007eb3;
  background-color: #fff;
  border: 1px solid #007eb3; }
  .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: #004b6b;
    border-color: #004b6b; }

.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: 1140px) {
    .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,
.content_column_2,
.content_column_3 {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    .content_column_1,
    .content_column_2,
    .content_column_3 {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .content_column_1,
    .content_column_2,
    .content_column_3 {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .content_column_1,
    .content_column_2,
    .content_column_3 {
      margin-top: 96px;
      margin-bottom: 96px; } }
  .content_column_1.content-group-border-top,
  .content_column_2.content-group-border-top,
  .content_column_3.content-group-border-top {
    position: relative;
    padding-top: 32px; }
    @media (min-width: 480px) {
      .content_column_1.content-group-border-top,
      .content_column_2.content-group-border-top,
      .content_column_3.content-group-border-top {
        padding-top: 48px; } }
    @media (min-width: 768px) {
      .content_column_1.content-group-border-top,
      .content_column_2.content-group-border-top,
      .content_column_3.content-group-border-top {
        padding-top: 64px; } }
    @media (min-width: 992px) {
      .content_column_1.content-group-border-top,
      .content_column_2.content-group-border-top,
      .content_column_3.content-group-border-top {
        padding-top: 96px; } }
    .content_column_1.content-group-border-top::before,
    .content_column_2.content-group-border-top::before,
    .content_column_3.content-group-border-top::before {
      content: "";
      display: block;
      border-top: 1px solid #dcdcdc;
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px; }
      @media (min-width: 480px) {
        .content_column_1.content-group-border-top::before,
        .content_column_2.content-group-border-top::before,
        .content_column_3.content-group-border-top::before {
          left: 24px;
          right: 24px; } }
      @media (min-width: 768px) {
        .content_column_1.content-group-border-top::before,
        .content_column_2.content-group-border-top::before,
        .content_column_3.content-group-border-top::before {
          left: 30px;
          right: 30px; } }
      @media (min-width: 1140px) {
        .content_column_1.content-group-border-top::before,
        .content_column_2.content-group-border-top::before,
        .content_column_3.content-group-border-top::before {
          max-width: 1140px;
          left: calc(50% - 570px); } }
  .content_column_1.content-group-border-bottom,
  .content_column_2.content-group-border-bottom,
  .content_column_3.content-group-border-bottom {
    position: relative;
    padding-bottom: 32px; }
    @media (min-width: 480px) {
      .content_column_1.content-group-border-bottom,
      .content_column_2.content-group-border-bottom,
      .content_column_3.content-group-border-bottom {
        padding-bottom: 48px; } }
    @media (min-width: 768px) {
      .content_column_1.content-group-border-bottom,
      .content_column_2.content-group-border-bottom,
      .content_column_3.content-group-border-bottom {
        padding-bottom: 64px; } }
    @media (min-width: 992px) {
      .content_column_1.content-group-border-bottom,
      .content_column_2.content-group-border-bottom,
      .content_column_3.content-group-border-bottom {
        padding-bottom: 96px; } }
    .content_column_1.content-group-border-bottom::after,
    .content_column_2.content-group-border-bottom::after,
    .content_column_3.content-group-border-bottom::after {
      content: "";
      display: block;
      border-bottom: 1px solid #dcdcdc;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px; }
      @media (min-width: 480px) {
        .content_column_1.content-group-border-bottom::after,
        .content_column_2.content-group-border-bottom::after,
        .content_column_3.content-group-border-bottom::after {
          left: 24px;
          right: 24px; } }
      @media (min-width: 768px) {
        .content_column_1.content-group-border-bottom::after,
        .content_column_2.content-group-border-bottom::after,
        .content_column_3.content-group-border-bottom::after {
          left: 30px;
          right: 30px; } }
      @media (min-width: 1140px) {
        .content_column_1.content-group-border-bottom::after,
        .content_column_2.content-group-border-bottom::after,
        .content_column_3.content-group-border-bottom::after {
          max-width: 1140px;
          left: calc(50% - 570px); } }
  .content_column_1.content-group-bg-light,
  .content_column_2.content-group-bg-light,
  .content_column_3.content-group-bg-light {
    background-color: #f3f8f9 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media (min-width: 480px) {
      .content_column_1.content-group-bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_3.content-group-bg-light {
        padding-top: 48px;
        padding-bottom: 48px; } }
    @media (min-width: 768px) {
      .content_column_1.content-group-bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_3.content-group-bg-light {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media (min-width: 992px) {
      .content_column_1.content-group-bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_3.content-group-bg-light {
        padding-top: 96px;
        padding-bottom: 96px; } }

.content_container > .content_column_1:first-child,
.content_container > .content_column_2:first-child,
.content_container > .content_column_3:first-child {
  margin-top: 0; }

.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; }

button:focus,
*:focus {
  outline: #007eb3 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; }

footer {
  background-image: linear-gradient(90deg, #004b6b, #007eb3);
  color: #fff;
  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: #fff !important; }

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

.footer_links > .content_column_1:nth-of-type(1),
.footer_links > .content_column_2:nth-of-type(1),
.footer_links > .content_column_3:nth-of-type(1) {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .footer_links > .content_column_1:nth-of-type(1),
    .footer_links > .content_column_2:nth-of-type(1),
    .footer_links > .content_column_3:nth-of-type(1) {
      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 #fff;
    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; } }
  .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) {
    border-top: 1px solid #fff;
    padding-top: 24px; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
      .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) p + p,
        .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) p + p,
        .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
      .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
      .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > *::before,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > *::before,
    .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(1)::before,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(1)::before,
    .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: ""; }
    .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(2)::before,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(2)::before,
    .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: ""; }
    .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
    .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: ""; }
    .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
    .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
    .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 > .content_column_1:nth-of-type(2),
.footer_links > .content_column_2:nth-of-type(2),
.footer_links > .content_column_3:nth-of-type(2) {
  position: relative;
  margin-top: 0;
  padding-top: 32px; }
  .footer_links > .content_column_1:nth-of-type(2)::before,
  .footer_links > .content_column_2:nth-of-type(2)::before,
  .footer_links > .content_column_3:nth-of-type(2)::before {
    content: "";
    display: block;
    border-top: 1px solid #dcdcdc;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px; }
    @media (min-width: 480px) {
      .footer_links > .content_column_1:nth-of-type(2)::before,
      .footer_links > .content_column_2:nth-of-type(2)::before,
      .footer_links > .content_column_3:nth-of-type(2)::before {
        left: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      .footer_links > .content_column_1:nth-of-type(2)::before,
      .footer_links > .content_column_2:nth-of-type(2)::before,
      .footer_links > .content_column_3:nth-of-type(2)::before {
        left: 30px;
        right: 30px; } }
    @media (min-width: 1140px) {
      .footer_links > .content_column_1:nth-of-type(2)::before,
      .footer_links > .content_column_2:nth-of-type(2)::before,
      .footer_links > .content_column_3:nth-of-type(2)::before {
        max-width: 1140px;
        left: calc(50% - 570px); } }

.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: 1140px) {
    .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; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

header {
  background-color: #226399;
  background-image: #0079c2;
  box-shadow: 0px 5px 7px 0px #eeeeee;
  padding-top: 24px;
  font-size: 0.75rem;
  position: relative;
  color: #FFF; }
  @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 {
      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: 1140px) {
      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: 1140px) {
        header > .center > a:first-child {
          width: 200px; } }
      header > .center > a:first-child > img {
        max-width: 100%; }
    header > .center > i.fa {
      order: 4;
      color: #007eb3;
      position: absolute;
      top: 24px;
      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 > 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: ""; }
      header > .center > 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: ""; }
    header > .center > div.login {
      order: 3;
      display: none; }
      header > .center > div.login:nth-of-type(1) {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 16px; }
        @media (min-width: 480px) {
          header > .center > div.login:nth-of-type(1) {
            left: auto;
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            right: 81px; } }
      @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-bottom: 5px;
      margin-left: 8px;
      border-left: 1px solid #929292;
      padding-left: 8px; }
      @media (min-width: 480px) {
        header > .center > p:last-child {
          margin-left: 16px;
          padding-left: 16px; } }

i#closeNavBar {
  display: none; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 16px; }
  @media (min-width: 480px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-top: 32px;
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6,
    .h1, .h2, .h3, .h4, .h5, .h6 {
      margin-top: 48px;
      margin-bottom: 32px; } }
  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; }

img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6 {
  margin-top: 16px; }
  @media (min-width: 992px) {
    img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
    img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6 {
      margin-top: 24px; } }

h1, .h1 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 24px;
  margin-top: 48px;
  margin-bottom: 48px; }
  @media (min-width: 480px) {
    h1, .h1 {
      font-size: 2rem;
      line-height: 2.625rem; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 2.5rem;
      line-height: 3.5rem;
      padding-bottom: 32px;
      margin-top: 64px;
      margin-bottom: 64px; } }
  h1::after, .h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #007eb3;
    height: 5px;
    width: 50px; }
    @media (min-width: 480px) {
      h1::after, .h1::after {
        width: 70px; } }
    @media (min-width: 992px) {
      h1::after, .h1::after {
        width: 90px; } }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400; }
  @media (min-width: 480px) {
    h2, .h2 {
      font-size: 1.5rem;
      line-height: 2.25rem; } }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 1.625rem;
      line-height: 2.5rem; } }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600; }
  @media (min-width: 480px) {
    h3, .h3 {
      font-size: 1.375rem;
      line-height: 2rem; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 1.375rem; } }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400; }
  @media (min-width: 480px) {
    h4, .h4 {
      font-size: 1.25rem;
      line-height: 1.75rem; } }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700; }
  @media (min-width: 480px) {
    h5, .h5 {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600; }
  @media (min-width: 480px) {
    h6, .h6 {
      font-size: 1rem;
      line-height: 1.5rem; } }

/* ------------------------ */
/* .header-image {
  background-image: $hero-unit-child-background-image;
  margin-bottom: 32px;
  padding-top: 24px;

  @if $hero-unit-child-background-image != none {
    padding-bottom: 24px;
  }

  @include media-breakpoint-up(sm) {
    margin-bottom: 48px;
    padding-top: 48px;

    @if $hero-unit-child-background-image != none {
      padding-bottom: 32px;
    }
  }
  @include media-breakpoint-up(lg) {
    margin-bottom: 64px;
    padding-top: 64px;

    @if $hero-unit-child-background-image != none {
      padding-bottom: 96px;
    }
  }

  > h1 {
    @include container;
    color: $hero-unit-child-h1-color;
    margin-bottom: 0;  // Move "margin-bottom" out to the ".header-image".

    &::after {
      background-color: $hero-unit-child-h1-after-background-color;
      left: $container-padding-xs;

      @include media-breakpoint-up(sm) {
        left: $container-padding-sm;
      }
      @include media-breakpoint-up(md) {
        left: $container-padding-md;
      }
    }
  }

  > hr {
    display: none;
  }
} */
nav + h1,
.search-area + h1,
.container > h1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 48px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    nav + h1,
    .search-area + h1,
    .container > h1  {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    nav + h1,
    .search-area + h1,
    .container > h1  {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1140px) {
    nav + h1,
    .search-area + h1,
    .container > h1  {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    nav + h1,
    .search-area + h1,
    .container > h1  {
      margin-top: 64px;
      margin-bottom: 48px; } }
  nav + h1::after,
  .search-area + h1::after,
  .container > h1::after {
    left: 20px; }
    @media (min-width: 480px) {
      nav + h1::after,
      .search-area + h1::after,
      .container > h1::after {
        left: 24px; } }
    @media (min-width: 768px) {
      nav + h1::after,
      .search-area + h1::after,
      .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: 1140px) {
      .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: 1140px) {
      .home_page .wide_image .welcome_content {
        width: 50%; } }
  .home_page .wide_image h1.welcome {
    margin: 0;
    padding-bottom: 1rem;
    color: #333; }
    @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: #fff; } }
    .home_page .wide_image h1.welcome::after {
      background-color: #007eb3; }
      @media (min-width: 768px) {
        .home_page .wide_image h1.welcome::after {
          background-color: #fff; } }
  .home_page .wide_image .welcome_copy {
    background-color: #fff;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 1.25rem rgba(0, 0, 0, 0.15);
    border-radius: 0.3125rem; }
    @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: 1px solid #dcdcdc;
  border-radius: 0.3125rem;
  padding: 32px; }
  @media (min-width: 992px) {
    .link-box {
      padding: 48px; } }
  .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box 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 {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box 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 {
        margin-top: 16px; } }
  .link-box ul > li + li {
    margin-top: 16px; }
    @media (min-width: 480px) {
      .link-box ul > li + li {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      .link-box ul > li + li {
        margin-top: 16px; } }
    @media (min-width: 992px) {
      .link-box ul > li + li {
        margin-top: 16px; } }
  .link-box p:last-of-type:not(:last-child) {
    margin-bottom: 0; }

p a, li a {
  font-weight: bold; }
  p a:focus, li a:focus {
    outline: #007eb3 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: bold;
  padding-right: 18px; }
  .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: ""; }
  .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: #007eb3 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

a.external_link_arrow {
  display: inline-block;
  font-weight: bold;
  padding-right: 18px; }
  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: ""; }
  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: #007eb3 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: bold; }
      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: ""; }
      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: #007eb3 solid 2px;
        outline-offset: 3px;
        animation-name: focus-state-animation;
        animation-duration: 0.2s; }

div.pdflist > p > a {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: bold; }
  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: ""; }
  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: #007eb3 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

div.pdflist > p + p {
  margin-top: 8px; }
  @media (min-width: 768px) {
    div.pdflist > p + p {
      margin-top: 16px; } }

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; } }

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; }

[med-policies-cmp] .search-form__input-container {
  margin-top: 8px; }
  [med-policies-cmp] .search-form__input-container > input {
    height: 2.5rem; }
  [med-policies-cmp] .search-form__input-container > .search-form__input-button {
    height: 2.5rem;
    position: relative;
    padding: 0;
    background-image: none; }
    [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: ""; }
    [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: #007eb3; }

.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: #FFF;
  padding-top: 55px;
  color: #FFF;
  font-weight: bold; }
  @media (min-width: 480px) {
    nav {
      font-weight: normal; } }
  @media (min-width: 992px) {
    nav {
      display: block;
      background-color: #FFF;
      background-image: #FFF;
      margin-bottom: 5px;
      padding-top: 0;
      color: #FFF; } }
  @media (min-width: 992px) {
    nav > .center {
      padding-left: 30px;
      padding-right: 30px;
      position: relative; } }
  @media (min-width: 1140px) {
    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: ""; }
  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: 1139.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; }
    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: "Lato", sans-serif;
          font-size: inherit;
          color: #FFF;
          font-weight: bold; } }
        @media (max-width: 1139.98px) and (min-width: 480px) {
          nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a {
            font-weight: normal; } }

@media (max-width: 1139.98px) {
          nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a:focus {
            outline: #007eb3 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: 1140px) {
    li.nav {
      padding-left: 24px;
      padding-right: 20px; } }
  @media (max-width: 1139.98px) {
    li.nav > div.nav_link:focus {
      outline: #007eb3 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: #007eb3 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  li.nav.highlighted_nav {
    color: #fff;
    background-color: #007eb3; }
    li.nav.highlighted_nav > div.nav_link, li.nav.highlighted_nav a {
      color: #fff; }
      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-dark-bg-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; }
  @media (max-width: 1139.98px) {
    .nav_link:not(.nav_icon):focus {
      outline: #007eb3 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: #007eb3 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; } }
  .nav_link:not(.nav_icon)[aria-expanded=true]:focus {
    outline: #fff 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: ""; }
  @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: 1140px) {
    .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: ""; }

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

@media (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: 374px; }
    ul.main_nav > li:first-of-type ul.nav > li:nth-of-type(6) {
      padding-top: 60px; } }

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: "Poppins", sans-serif; }

/* ------------------ */
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: #FFF; }
  .utility_nav a, .utility_nav button {
    color: #FFF; }
    .utility_nav a:focus, .utility_nav button:focus {
      outline: #007eb3 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
  @media (min-width: 992px) {
    .utility_nav {
      display: block;
      color: #FFF; }
      .utility_nav a, .utility_nav button {
        color: #FFF; }
        .utility_nav a:focus, .utility_nav button:focus {
          outline: #007eb3 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: #FFF;
    border-style: none;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid transparent; }
    .utility_nav > .search-pointer:hover {
      color: #004b6b;
      border-bottom: 1px solid #004b6b; }

.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: ""; }
  .note.note--warning::before {
    background-color: #007eb3; }
  .note.note--warning::after {
    color: #007eb3; }

[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.5rem 1rem;
    border: 1px solid #666666;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .pfSelect .psButton:focus {
      outline: #007eb3 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: #fff;
    border: 1px solid #666666;
    width: 100%; }
    @media (min-width: 768px) {
      .pfSelect .psDropdown {
        max-width: 600px; } }
    .pfSelect .psDropdown .psLabel {
      display: block;
      margin: 0;
      padding: 0.5rem 1rem; }
      .pfSelect .psDropdown .psLabel:hover {
        cursor: pointer;
        color: #fff;
        background-color: #007eb3; }
    .pfSelect .psDropdown .psOption.focus + .psLabel {
      color: #fff;
      background-color: #007eb3; }

.form-item input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff; }
  .form-item input[type="text"]:focus {
    outline: #007eb3 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; } }

.searchDiv {
  display: none;
  background-color: #fff;
  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: #fff;
        background-color: #007eb3; }
      .searchDiv .search-result .search-result-indiv:focus {
        outline: #007eb3 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: #007eb3;
      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: 1140px) {
      .angular-form-content_result .row > :first-child {
        width: calc(25% - 24px); }
      .angular-form-content_result .row > :last-child {
        width: calc(75% - 24px); } }

.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: #007eb3;
    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; }
  @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: 1140px) {
    .search-area .search-bar {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .search-area .search-icon {
    font-size: 18px;
    color: #007eb3;
    position: absolute;
    left: 20px;
    top: 50%;
    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: ""; }
    @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: #007eb3 solid 2px;
      outline-offset: -2px;
      animation-name: focus-state-inset-animation;
      animation-duration: 0.2s; }
    @media (min-width: 480px) {
      .search-area #searchInput {
        padding-left: 48px;
        padding-right: 75px; } }
    @media (min-width: 768px) {
      .search-area #searchInput {
        padding-left: 54px;
        padding-right: 80px; } }
    @media (min-width: 992px) {
      .search-area #searchInput {
        background-color: #fff;
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        border: 1px solid #666666;
        background-color: #fff; }
        .search-area #searchInput:focus {
          outline: #007eb3 solid 2px;
          outline-offset: 0;
          animation-name: focus-state-tight-animation;
          animation-duration: 0.2s; }
        .search-area #searchInput:focus {
          outline: #007eb3 solid 2px;
          outline-offset: -2px;
          animation-name: focus-state-inset-animation;
          animation-duration: 0.2s; } }
  .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: #007eb3; }
    @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: #004b6b;
      text-decoration: underline; }
    .search-area #clearIcon:focus {
      outline: #007eb3 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: #007eb3; }
    .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: ""; }
    .search-area #removeSearch:hover {
      color: #004b6b; }
    .search-area #removeSearch:focus {
      outline: #007eb3 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: 1140px) {
      .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: #fff;
          background-color: #007eb3;
          text-decoration: none; }
          .search-area #searchResult .auto-complete__box .auto-complete__content:hover::before {
            color: #fff; }
        .search-area #searchResult .auto-complete__box .auto-complete__content:focus {
          outline: #007eb3 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: ""; }
        .search-area #searchResult .auto-complete__box .auto-complete__content::before {
          position: absolute;
          left: 20px;
          top: 1em;
          transform: translateY(-50%);
          color: #007eb3;
          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: #69a244; }

.site-search {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-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: 1140px) {
    .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 {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .site-search {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .site-search {
      margin-top: 96px;
      margin-bottom: 96px; } }
  .site-search h1:first-of-type {
    margin-top: 48px; }
    @media (min-width: 992px) {
      .site-search h1:first-of-type {
        margin-top: 64px; } }

[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: 1rem;
    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.5rem 1rem;
    border: 1px solid #666666;
    background-color: #fff;
    padding-right: 65px; }
    [search-container-cmp] form .search-form__input-area input#queryString:focus {
      outline: #007eb3 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.5rem 1rem;
    cursor: pointer;
    color: #007eb3; }
    [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: #004b6b;
      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.5rem 1rem;
    font-weight: bold; }
  [search-container-cmp] form .search-auto-complete .search-auto-complete__box {
    padding: 0.5rem 1rem;
    cursor: pointer; }
    [search-container-cmp] form .search-auto-complete .search-auto-complete__box:hover {
      color: #fff;
      background-color: #007eb3; }
    [search-container-cmp] form .search-auto-complete .search-auto-complete__box .search-auto-complete__icon {
      color: #007eb3;
      margin-right: 8px; }

[search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content {
  padding: 0.5rem 1rem; }
  [search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content .search-auto-complete-placeholder-spinner {
    margin-right: 8px;
    color: #69a244; }

[search-container-cmp] form .select-dropdown {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff;
  position: relative; }
  [search-container-cmp] form .select-dropdown:focus {
    outline: #007eb3 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.5rem 1rem; }
      [search-container-cmp] form .select-dropdown .ng-dropdown-panel .ng-option.ng-option-marked {
        color: #fff;
        background-color: #007eb3; }

[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: "Poppins", 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: #007eb3;
    cursor: pointer; }
    [search-container-cmp] > div .search-label__clear-filter:hover {
      color: #004b6b;
      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-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: "Poppins", 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 {
    /*display: none;*/ }
  [search-results-cmp] .results-container__content .results-container__title > a {
    font-size: 1.125rem;
    display: inline-block;
    position: relative;
    /*padding-left: 21px;*/
    font-weight: bold; }
    /*[search-results-cmp] .results-container__content .results-container__title > a::before {
    */
    [search-results-cmp] .results-container__content .results-container__title .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: "";
      color: #007eb3; }
    [search-results-cmp] .results-container__content .results-container__title .search-files::before:hover {
        color: #004b6b;
    }
    [search-results-cmp] .results-container__content .results-container__title > a::before {
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 1.125em;
      text-decoration: underline; }
    [search-results-cmp] .results-container__content .results-container__title > a::before {
      text-decoration: none; }
    [search-results-cmp] .results-container__content .results-container__title > a:focus {
      outline: #007eb3 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
    [search-results-cmp] .results-container__content .results-container__title > a::before {
      top: 1px; }
    [search-results-cmp] .results-container__content .results-container__title > a.tooltip {
      position: relative; }
      [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.3125rem;
        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 > .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;
    overflow: hidden;
    max-height: 2.5rem; }
    @media (min-width: 480px) {
      [search-results-cmp] .results-container__content .results-container__body {
        max-height: 3rem; } }
  [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: 1140px) {
    .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: #007eb3; }
    @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: #004b6b;
      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: #004b6b; }

.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: ""; }
  .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: ""; }
  .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: ""; }
  .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: ""; }
  .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: ""; }
  .information_link > div {
    font-weight: bold; }

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: #004b6b; }
      ul.tab_list > li:hover > span::after {
        color: #004b6b; }
    ul.tab_list > li:focus {
      outline: #007eb3 solid 2px;
      outline-offset: 3px;
      animation-name: focus-state-animation;
      animation-duration: 0.2s; }
    ul.tab_list > li.highlighted_tab {
      border-bottom-color: #007eb3;
      font-weight: bold; }
      ul.tab_list > li.highlighted_tab > span::after {
        color: #69a244; }
    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: ""; } }
    ul.tab_list > li > span::after {
      margin-left: 8px;
      font-size: 1.5em;
      vertical-align: middle;
      color: #929292; }

.tools_resources {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-bottom: 32px; }
  @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: 1140px) {
    .tools_resources {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .tools_resources {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .tools_resources {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .tools_resources {
      margin-top: 96px;
      margin-bottom: 96px; } }
  .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/media/ky-provider-tools-image.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 60%;
    padding-top: 54.27208%; }
    @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.3125rem;
    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: 16px; } }

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

/* 
$tab-list-li-content-url-2: url(/dam/media/GA-Archives-Cross.svg);
$tab-list-li-content-url-2-hover: url(/dam/media/GA-Archives-Cross-Hover.svg); */
/* $tab-list-li-content-url-2: url(/dam/media/GA-Archives-Cross.svg);
$tab-list-li-content-url-2-hover: url(/dam/media/GA-Archives-Cross-Hover.svg); */
/* $tab-list-li-content-url-1: url(/dam/media/GA-Archives-Readme.svg);
$tab-list-li-content-url-1-hover: url(/dam/media/GA-Archives-Readme-Hover.svg); */
/* ----------------- */
/* --- Bootstrap --- */
/* ------------------ */
/* --- Components --- */
.highlighted-background {
  background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6); }

@media (min-width: 768px) {
  .vertical-div {
    position: relative;
    min-height: 165px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px; }
    .vertical-div::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 165px;
      background-color: #007eb3 !important; } }

.home_page > .wide_image > h1.welcome {
  margin-top: 0.75rem !important;
  margin: 0; }

.home_page .wide_image h1.welcome {
  margin-top: 0.75rem !important;
  margin: 0; }

@media (max-width: 320px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_320.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_320.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_320.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_320.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_320.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; }
  .member_reports,
  .member_registration,
  .online_report,
  .member_tools,
  .img_report .text-center {
    margin-top: 0px; } }

@media (min-width: 321px) and (max-width: 480px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_480.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_480.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_480.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_480.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_480.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; } }

@media (min-width: 481px) and (max-width: 800px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_800.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_800.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_800.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_800.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_800.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; } }

.tools_resources::before {
  content: "";
  display: none !important;
  border-top: 0.063rem solid #dcdcdc;
  position: unset !important;
  top: 0;
  left: 1.25rem;
  right: 1.25rem; }

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

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

.nx-bottom-space {
  margin-bottom: 0.938rem !important; }

/* .abc::after {
  content: "";
  display: block;
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
} */
/* .tools_resources::before
{
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
  display: block;
  background-color: #dcdcdc;

}  */
.tools_resources::before {
  content: "";
  display: block;
  border-top: 0.063rem solid #dcdcdc;
  position: unset !important;
  top: 0;
  left: 1.25rem;
  right: 1.25rem; }

.content_column_2.abc > .within_brdr {
  padding-top: 2.875rem !important;
  padding-bottom: 4rem !important; }

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 0.063rem;
  width: 0.063rem;
  text-align: left;
  overflow: hidden;
  z-index: 7;
  color: #fff;
  border: 2px solid #fff; }

@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;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

@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 #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

.checklist_block {
  margin-bottom: 1.25rem; }

.checklist {
  width: 100%;
  padding: 0 0 0px 1rem; }

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

.checklist .fa-check:before {
  content: ""; }

/* $content-group-separation-border-top-color: $gray-3 !default; */
/* .tools_resources a,
.arrow_link a {
  display: inline-block;
  font-weight: bold;
  padding-right: 18px;
  line-height: 1rem !important;
}
 */
@media (min-width: 200px) and (max-width: 480px) {
  /*   body {
    font-size: 1rem;
    line-height: 1rem;
    position: relative;/* 

    top: 2rem; 
    bottom: rem;
    left: 5px;
  } */ }

.center.content_column_1.tline-width .within_brdr {
  padding-top: 0px !important;
  padding-bottom: 96px !important; }

.tab_list.reimbursement li:nth-of-type(2) > span:after {
  background-repeat: no-repeat !important;
  padding-left: 0.625rem !important; }

.tab_list.reimbursement li:nth-of-type(3) > span:after {
  background-repeat: no-repeat !important;
  padding-left: 0.625rem !important; }

.utility_nav > div.font-sizer {
  position: absolute;
  top: -43px;
  transform: translateY(-50%);
  right: 6.063rem !important; }

.utility_nav > a:nth-of-type(1) {
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  top: -43px;
  transform: translateY(-50%);
  right: 3.438rem !important; }

.gray-div:before {
  /*   content: '';
  display: block;
  width: 100%;
  height: 0.063rem;
  background-color: #DCDCDC;
  margin-top: 2rem; */ }

.content_column_1.grey-align > .within_brdr::before {
  display: none; }

.accordion-item,
.mp-accordion__item {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
  @media (min-width: 480px) {
    .accordion-item,
    .mp-accordion__item {
      margin-top: 0px !important;
      margin-bottom: 0px !important; } }
  @media (min-width: 768px) {
    .accordion-item,
    .mp-accordion__item {
      margin-top: 0px !important;
      margin-bottom: 0px !important; } }
  @media (min-width: 992px) {
    .accordion-item,
    .mp-accordion__item {
      margin-bottom: 0px !important; } }

.highlighted-background h1 {
  color: #fff;
  /* margin: 0; */
  /* padding: 1.438rem 24px 24px; */
  /* width: calc(100% - 48px); */ }

.highlighted-background > h1:first-child + hr {
  display: none; }

.content_column img:first-child {
  max-width: 100%;
  height: auto; }

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: normal;
  color: var(--gray-1);
  margin-top: 2rem; }

/*h2 element behavior following other header tags */
.highlighted-background > h1 + h2 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

/*h2 element behavior following p tags */
.highlighted-background > h1 + p {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

/*** 480px marker ***/
@media (max-width: 480px) {
  .highlighted-background {
    margin: 0px 0 3rem -24px;
    padding: 1.438rem 2.5rem 0px; }
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    /* height: 175px; */ } }

@media (max-width: 344px) {
  .highlighted-background {
    background: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    margin: 0.125rem 0 2rem -20px;
    padding: 0.688rem 2.438rem 1.563rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.625rem;
    height: 0.25rem;
    margin: 1.5rem 0px 0px 0px;
    display: block;
    background-color: #ffffff; }
  .highlighted-background h1 {
    /*  color: #FFFFFF;
            margin: 0;
            padding: 16px 21px 2rem;
            width: calc(100% - 100px); */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    margin-bottom: 0px !important; }
  .highlighted-background + h1,
  .highlighted-background + .h1 {
    position: relative;
    font-size: 0px;
    line-height: 0px;
    font-weight: 500;
    padding-bottom: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px !important; } }

@media (min-width: 345px) and (max-width: 479px) {
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    width: calc(100vw - -25px);
    margin: 0.063rem 0 3rem -25px;
    padding: 1.438rem 2.813rem 47px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 16px 0px 2rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 4px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 480px) and (max-width: 800px) {
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    width: calc(100vw - 0px);
    margin: 0.125rem 0 4rem 0px;
    padding: 1.5rem 1.563rem 47px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 16px 0px 2rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 4px 0px;
    display: block;
    background-color: #fff; }
  /*  /*h2 element behavior following other header tags */
  .highlighted-background h1 + h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem; }
  /*h2 element behavior following p tags */
  .highlighted-background h1 + p + h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .highlighted-background h1 + h2 + p {
    margin-top: 0px; } }

@media (min-width: 801px) and (max-width: 1024px) {
  .highlighted-background {
    /* margin: 0px 0 48px -60px;
      padding: 25px 100px 89px; */
    margin: 0px 0 6rem -60px;
    padding: 0.625rem 6.25rem 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1025px) and (max-width: 1245px) {
  .highlighted-background {
    margin: 0px 0 6rem -75px;
    padding: 0.625rem 129px 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (max-width: 1259px) and (min-width: 1046px) {
  .highlighted-background {
    /* margin: 0px 0 48px -75px;
    padding: 25px 142px 89px; */
    margin: 0px 0 6rem -75px;
    padding: 0.625rem 142px 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1260px) {
  .highlighted-background {
    /* height: 225px !important;
        margin: 0px 0 48px -49px;
        padding: 2rem calc(55vw - 579px) 89px; */
    margin: 0px 0 6rem -49px;
    padding: 0.625rem calc(55vw - 579px) 80px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 1.875rem 0px 2rem;
    width: calc(100% - 100px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1350px) and (max-width: 1800px) {
  .highlighted-background {
    /*  height: 225px !important;
      margin: 0px 0 48px -80px !important;
      padding: 2rem calc(55vw - 567px) 89px; */
    margin: 0px 0 6rem -80px !important;
    padding: 15px calc(55vw - 567px) 80px; } }

@media screen and (max-width: 480px) {
  header .login:not(:first-of-type) {
    display: none !important; } }

.date_cmpage {
  padding-right: 4rem;
  float: right; }

.m_allign p {
  line-height: 1rem !important;
  text-align: right; }

.m_allign {
  /* margin-top: 5.3rem !important; */
  float: right !important; }

.epr_bottom {
  margin-bottom: 4rem !important; }

header > .center > p:last-child {
  font-weight: 500 !important;
  width: 60%; }

@media (min-width: 768px) {
  .content_column > .vertical-div > ol li + li {
    margin-top: 32px !important; }
  .content_column .vertical-div a.button .primary_btn, .content_column .vertical-div a.button [search-results-cmp] button.load-more, [search-results-cmp] .content_column .vertical-div a.button button.load-more {
    padding: 126px 48px !important; }
  .content_column .vertical-div p a.button .primary_btn, .content_column .vertical-div p a.button [search-results-cmp] button.load-more, [search-results-cmp] .content_column .vertical-div p a.button button.load-more {
    padding: 12px 48px !important; }
  .avility_btn a.button .primary_btn, .avility_btn a.button [search-results-cmp] button.load-more, [search-results-cmp] .avility_btn a.button button.load-more {
    padding: 12px 48px !important; } }

.note.note--warning::after {
  line-height: 1em; }

.font_separator {
  margin-left: 50px;
  margin-top: -29px;
  margin-right: -28px; }

.content_column > .link-box.mt-lg-64 > .arrow_link a {
  line-height: 2 !important; }

.content_column_1.bg-light,
.content_column_2.bg-light,
.content_column_3.bg-light,
.with_coloredBg {
  background-color: rgba(243, 248, 249, 0.9) !important; }

.content_column_1.bg_lightblue,
.content_column_2.bg_lightblue,
.content_column_3.bg_lightblue,
.with_coloredBg {
  background-color: rgba(243, 248, 249, 0.9) !important; }

.content_column_1.bg_gray,
.content_column_2.bg_gray,
.content_column_3.bg_gray,
.with_coloredBg {
  background-color: rgba(250, 250, 250, 0.9) !important; }

.content_column_1.bg_green,
.content_column_2.bg_green,
.content_column_3.bg_green,
.with_coloredBg {
  background-color: rgba(246, 248, 243, 0.9) !important; }

/* .content_column_1.bg-light > .within_brdr::before,
.content_column_2.bg-light > .within_brdr::before,
.content_column_3.bg-light > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_green > .within_brdr::before,
.content_column_2.bg_green > .within_brdr::before,
.content_column_3.bg_green > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_gray > .within_brdr::before,
.content_column_2.bg_gray > .within_brdr::before,
.content_column_3.bg_gray > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_lightblue > .within_brdr::before,
.content_column_2.bg_lightblue > .within_brdr::before,
.content_column_3.bg_lightblue > .within_brdr::before {
  border-top-style: none; } */
.center.content_column_1.mt-lg-15 {
  margin-top: 15px !important; }

.tools_resources {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 0 !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: 1140px) {
  .tools_resources {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.tools_resources::before {
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  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::before {
  border-top-style: none; }

.tools_resources > h2 {
  margin-top: 0; }

.tools_resources > div {
  background-image: url("/dam/media/ky-provider-tools-image.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 104.45346%; }

@media (max-width: 991.98px) {
  .tools_resources > div {
    padding-top: 91.45346%;
    background-size: 80%; } }

@media (max-width: 767.98px) {
  .tools_resources > div {
    padding-top: 67.45346%; } }

@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.3125rem;
  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; } }

.content_column_1.bg-light + .tools_resources,
.content_column_2.bg-light + .tools_resources,
.content_column_3.bg-light + .tools_resources {
  margin-top: 0px; }

@media (min-width: 480px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

@media (min-width: 992px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

.ext-arrow-links-space {
  margin-top: 16px; }

.spinner-three-bounce[_ngcontent-c0] > div[_ngcontent-c0] {
  background-image: linear-gradient(#ecb5dc, #af2573); }

/* .bread-crumb p+ul, .ng-dropdown-panel.ng-select-bottom {
  margin-top: -0.25rem !important;
} */
@media (min-width: 768px) and (max-width: 2000px) {
  .home_page .wide_image h1.welcome {
    color: #333 !important; }
  .home_page .wide_image .welcome_content h1.welcome::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #226399 !important;
    height: 5px;
    width: 5.625rem; } }

@media (min-width: 200px) and (max-width: 767px) {
  .home_page .wide_image .welcome_content {
    padding-top: 0px !important; } }

.img_tp_space {
  margin-top: 32px; }

@media (min-width: 768px) {
  .img_main_tp_space {
    margin-top: 5rem; } }

span.sp-in.text-center {
  margin-right: 25px;
  margin-left: -118px; }

.icon_space {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 867px) and (min-width: 767px) {
  .img_main_tp_space {
    margin-top: 6rem; } }

@media (max-width: 796px) and (min-width: 768px) {
  .img_main_tp_space {
    margin-top: 12rem; } }

/* @media (min-width: 767px) and (max-width: 867px) {
  span.sp-in {
    padding-right: 0px; }
  .img_main_tp_space {
    margin-top: 7rem;
    } } */
@media (min-width: 768px) {
  span.sp-in {
    padding-right: 36px; } }

.coverkids_sp {
  margin-bottom: 52px; }

@media (min-width: 768px) {
  .tn-coverkids-m {
    margin-top: 275px; } }

.availity-section a[href="https://apps.availity.com/availity/web/public.elegant.login"] {
  color: #0079ad; }

.vertical-div a[href="https://www.availity.com/provider-portal-registration"] {
  color: #0079ad; }

.vertical-div a[href="https://www.availity.com"] {
  color: #0079ad; }

.link-box.link-box-top-space li a[href="https://apps.availity.com"] {
  color: #0079ad; }

.availity-section a[href="tennessee-provider/resources/learn-about-availity"] {
  color: #0079ad; }

.vertical-div a[href="https://www.availity.com/"] {
  color: #0079ad; }

.bg_gray a[href="https://mydiversepatients.com/"] {
  color: #0079ad; }

.bg-light a[href="http://www.ahrq.gov/cahps/about-cahps/patient-experience/index.html"] {
  color: #0079ad; }

.bg-light a[href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2728700"] {
  color: #0079ad; }

.bg-light a[href="http://www.ahrq.gov/cahps/about-cahps/cahps-program/cahps_brief.html"] {
  color: #0079ad; }

.vertical-div a[href="https://www.mydiversepatients.com/le/ptexp/index.htm"] {
  color: #0079ad; }

.box-text-Im {
  margin: 0.313rem 0 0.313rem 0.125rem;
  font-family: "Lato", sans-serif;
  font-size: 0.81rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #333333;
  text-align: inline; }

@media (max-width: 479px) {
  .box-text-Im {
    margin: 0.313rem 0 0.313rem 0.125rem;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #333333;
    text-align: inline; } }

.image-top-space {
  margin-top: 1rem; }

.image-illu-space {
  padding-top: 32px;
  padding-bottom: 32px; }

table.coded_list {
  margin-top: 1.5rem;
  color: #666; }

@media (min-width: 321px) {
  table.coded_list {
    margin-top: 2rem; } }

table.coded_list tr + tr td {
  padding-top: 6px; }

@media (min-width: 321px) {
  table.coded_list tr + tr td {
    padding-top: 0.5rem; } }

table.coded_list td:first-child {
  color: #333;
  padding-right: 1.5rem; }

@media (min-width: 321px) {
  table.coded_list td:first-child {
    padding-right: 2rem;
    white-space: nowrap; } }

.p_link_bottom_space {
  margin-bottom: 24px; }

.font-sizer button:hover {
  text-decoration: underline !important; }

/*   .tools_resources:before {
    content: "";
    display: block !important;
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin-bottom: 32px; }
    @media (min-width: 321px) {
      .tools_resources:before {
        margin-bottom: 48px; } }
    @media (min-width: 481px) {
      .tools_resources:before {
        margin-bottom: 64px; } }
    @media (min-width: 801px) {
      .tools_resources:before {
        margin-bottom: 96px; } } */
.content_column_2 > .within_brdr {
  position: relative;
  /*   padding-top: 32px;
  padding-bottom: 32px; */ }

/* 
@media (min-width: 480px) {
  .content_column_2 > .within_brdr {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .content_column_2 > .within_brdr {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .content_column_2 > .within_brdr {
    padding-top: 96px;
    padding-bottom: 96px;
  }
} */
.no-text-space {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.no-section-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0px;
  margin-top: 15px !important; }

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

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

.with_coloredHmePage,
.with_coloredRPPage,
.with_coloredDMPage {
  background: #fafafa; }

hr {
  margin: -24px 0px 8px; }

hr {
  position: absolute;
  width: 45px;
  border-bottom: 3px solid #a8ad00;
  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 #a8ad00;
    margin: -14px 25px 10px 1px;
    border-top: none;
    border-left: none;
    border-right: none; } }

ext-arrow-links-space {
  margin-top: 15px !important; }

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

.no-top-space > .within_brdr::before {
  margin-bottom: 0; }

.no-top-space_bfr > .within_brdr::before {
  border-top: 0; }

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

ext-arrow-links-space {
  margin-top: 10px !important; }

.w-ad-10 {
  padding-top: 9px !important;
  margin-bottom: 2px !important; }

.w-t5 {
  margin-top: -17px !important; }

ul#reimbursement {
  display: none; }

ul#reimbursement + h2 + div .accordion-content > .pdflist div {
  display: none !important; }

/* .content-group-border-1 {
  margin-top: -5rem !important;
} */
.p-margin-6 {
  margin-top: -4rem !important; }

.p-margin-7 {
  margin-top: 0rem !important; }

.header-image.space-h {
  margin-bottom: 24px !important; }

.cfu-border-bottom {
  padding-bottom: 0rem !important; }

@media (min-width: 768px) {
  .w-claims-space_bg {
    margin-top: -93px !important; } }

@media (min-width: 992px) {
  .w-claims-space_bg {
    margin-top: -93px !important; } }

@media (min-width: 480px) {
  .bp-set-padding-32 {
    padding-bottom: 32px !important; } }

@media (min-width: 992x) {
  .bp-set-padding-32 {
    padding-bottom: 0px !important; } }

.link-box {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 48px 98px 48px 48px;
  overflow: hidden !important; }

@media (min-width: 481px) {
  .home_page .content_column_1 .content_column > *:first-child:not(.link-box) {
    margin-top: 0 !important;
    padding-top: 0 !important; } }

@media (min-width: 801px) {
  .content_column_3 .content_column > *:first-child:not(.link-box) {
    margin-top: 0 !important;
    padding-top: 0 !important; } }

.link-box {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 2rem;
  padding: 2rem;
  max-width: 528px;
  overflow: auto; }

.link-box.link-box-max {
  max-width: unset !important; }

.link-box p:not(.arrow_link) {
  margin: 14px 0 8px; }

@media (min-width: 321px) {
  .link-box {
    padding: 2rem 4rem 2rem 2rem; }
  .link-box p:not(.arrow_link) {
    margin: 16px 0 12px; } }

@media (min-width: 801px) {
  .link-box p:not(.arrow_link) {
    margin: 28px 0 18px; }
  .link-box {
    margin-top: 3rem;
    padding: 3rem 6rem 3rem 3rem; } }

.link-box > *:first-child,
.link-box > div:first-child > *:first-child,
.link-box > *:first-child:not(.arrow_link),
.link-box > div:first-child > *:first-child:not(.arrow_link) {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 1rem !important; }

.no-top-space > .within_brdr:first-child > .content_column:first-child .link-box:first-child {
  margin-top: 0 !important; }

.link-box > *:last-child,
.link-box > div:last-child > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

@media (min-width: 200px) and (max-width: 479px) {
  header > .center > p:last-child {
    order: 2;
    align-self: center;
    margin-bottom: 25px;
    margin-left: 8px;
    border-left: 1px solid #929292;
    padding-left: 8px; }
  /*   header > .center > i.fa {
    order: 4;
    color: #007eb3;
    position: absolute;
    top: 32px;
    right: 20px;
} */ }

/* 
// Site-specific variables can modify common components
@import 'brand/nye/nye_variables';
// Import functions first so they can be used in site-specific variables
@import 'brand/nye/nye-common-styles/functions/_main';


// Import common component styles
@import 'brand/nye/nye-common-styles/_main';


@import 'brand/nye/nye_overrides'; */
/* ----------------- */
/* --- Bootstrap --- */
/* ------------------ */
/* --- Components --- */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007eb3;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1140px;
  --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: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #fff; }

[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: 0.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: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007eb3;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #004b6b;
  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: 0.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 + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #666666;
  border-radius: 0;
  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: #fff;
  border-color: #007eb3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 179, 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: #fff; }

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

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 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.5rem 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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.3125rem; }

.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 + 1rem);
  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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

.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 + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem 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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

.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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.3125rem; }

.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 + 1rem);
  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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

.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 + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.75rem);
  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 1rem 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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

.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: #007eb3 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005a80 !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: #545b62 !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: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !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: #d39e00 !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: #bd2130 !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: #dae0e5 !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: #1d2124 !important; }

.bg-white {
  background-color: #fff !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-top-1 {
  border-top: 0 !important;
  padding-top: 0 !important;
 /*  margin-top: -6rem !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: #007eb3 !important; }

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

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

.border-info {
  border-color: #17a2b8 !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: #fff !important; }

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

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

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

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

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

.rounded-left {
  border-top-left-radius: 0.3125rem !important;
  border-bottom-left-radius: 0.3125rem !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: 1140px) {
  .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: 1140px) {
  .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: 1140px) {
  .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,
.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; }

.m-8 {
  margin: 8px !important; }

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

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

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

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

.m-16 {
  margin: 16px !important; }

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

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

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

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

.m-24 {
  margin: 24px !important; }

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

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

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

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

.m-32 {
  margin: 32px !important; }

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

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

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

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

.m-48 {
  margin: 48px !important; }

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

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

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

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

.m-64 {
  margin: 64px !important; }

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

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

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

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

.m-96 {
  margin: 96px !important; }

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

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

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

.ml-96,
.mx-96 {
  margin-left: 96px !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; }

.p-8 {
  padding: 8px !important; }

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

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

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

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

.p-16 {
  padding: 16px !important; }

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

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

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

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

.p-24 {
  padding: 24px !important; }

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

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

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

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

.p-32 {
  padding: 32px !important; }

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

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

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

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

.p-48 {
  padding: 48px !important; }

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

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

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

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

.p-64 {
  padding: 64px !important; }

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

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

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

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

.p-96 {
  padding: 96px !important; }

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

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

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

.pl-96,
.px-96 {
  padding-left: 96px !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-n8 {
  margin: -8px !important; }

.mt-n8,
.my-n8 {
  margin-top: -8px !important; }

.mr-n8,
.mx-n8 {
  margin-right: -8px !important; }

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important; }

.ml-n8,
.mx-n8 {
  margin-left: -8px !important; }

.m-n16 {
  margin: -16px !important; }

.mt-n16,
.my-n16 {
  margin-top: -16px !important; }

.mr-n16,
.mx-n16 {
  margin-right: -16px !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important; }

.ml-n16,
.mx-n16 {
  margin-left: -16px !important; }

.m-n24 {
  margin: -24px !important; }

.mt-n24,
.my-n24 {
  margin-top: -24px !important; }

.mr-n24,
.mx-n24 {
  margin-right: -24px !important; }

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important; }

.ml-n24,
.mx-n24 {
  margin-left: -24px !important; }

.m-n32 {
  margin: -32px !important; }

.mt-n32,
.my-n32 {
  margin-top: -32px !important; }

.mr-n32,
.mx-n32 {
  margin-right: -32px !important; }

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important; }

.ml-n32,
.mx-n32 {
  margin-left: -32px !important; }

.m-n48 {
  margin: -48px !important; }

.mt-n48,
.my-n48 {
  margin-top: -48px !important; }

.mr-n48,
.mx-n48 {
  margin-right: -48px !important; }

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important; }

.ml-n48,
.mx-n48 {
  margin-left: -48px !important; }

.m-n64 {
  margin: -64px !important; }

.mt-n64,
.my-n64 {
  margin-top: -64px !important; }

.mr-n64,
.mx-n64 {
  margin-right: -64px !important; }

.mb-n64,
.my-n64 {
  margin-bottom: -64px !important; }

.ml-n64,
.mx-n64 {
  margin-left: -64px !important; }

.m-n96 {
  margin: -96px !important; }

.mt-n96,
.my-n96 {
  margin-top: -96px !important; }

.mr-n96,
.mx-n96 {
  margin-right: -96px !important; }

.mb-n96,
.my-n96 {
  margin-bottom: -96px !important; }

.ml-n96,
.mx-n96 {
  margin-left: -96px !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; }
  .m-sm-8 {
    margin: 8px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important; }
  .m-sm-24 {
    margin: 24px !important; }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24px !important; }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24px !important; }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24px !important; }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24px !important; }
  .m-sm-32 {
    margin: 32px !important; }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 32px !important; }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 32px !important; }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32px !important; }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 32px !important; }
  .m-sm-48 {
    margin: 48px !important; }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 48px !important; }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 48px !important; }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48px !important; }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 48px !important; }
  .m-sm-64 {
    margin: 64px !important; }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 64px !important; }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 64px !important; }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 64px !important; }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 64px !important; }
  .m-sm-96 {
    margin: 96px !important; }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 96px !important; }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 96px !important; }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 96px !important; }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 96px !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; }
  .p-sm-8 {
    padding: 8px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important; }
  .p-sm-24 {
    padding: 24px !important; }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24px !important; }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 24px !important; }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24px !important; }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24px !important; }
  .p-sm-32 {
    padding: 32px !important; }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32px !important; }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 32px !important; }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32px !important; }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 32px !important; }
  .p-sm-48 {
    padding: 48px !important; }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48px !important; }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 48px !important; }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48px !important; }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 48px !important; }
  .p-sm-64 {
    padding: 64px !important; }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 64px !important; }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 64px !important; }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 64px !important; }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 64px !important; }
  .p-sm-96 {
    padding: 96px !important; }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 96px !important; }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 96px !important; }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 96px !important; }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !important; }
  .m-sm-n24 {
    margin: -24px !important; }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24px !important; }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24px !important; }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24px !important; }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24px !important; }
  .m-sm-n32 {
    margin: -32px !important; }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -32px !important; }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -32px !important; }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32px !important; }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -32px !important; }
  .m-sm-n48 {
    margin: -48px !important; }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -48px !important; }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -48px !important; }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -48px !important; }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -48px !important; }
  .m-sm-n64 {
    margin: -64px !important; }
  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -64px !important; }
  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -64px !important; }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -64px !important; }
  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -64px !important; }
  .m-sm-n96 {
    margin: -96px !important; }
  .mt-sm-n96,
  .my-sm-n96 {
    margin-top: -96px !important; }
  .mr-sm-n96,
  .mx-sm-n96 {
    margin-right: -96px !important; }
  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -96px !important; }
  .ml-sm-n96,
  .mx-sm-n96 {
    margin-left: -96px !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; }
  .m-md-8 {
    margin: 8px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important; }
  .m-md-24 {
    margin: 24px !important; }
  .mt-md-24,
  .my-md-24 {
    margin-top: 24px !important; }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 24px !important; }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24px !important; }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 24px !important; }
  .m-md-32 {
    margin: 32px !important; }
  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important; }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 32px !important; }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important; }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 32px !important; }
  .m-md-48 {
    margin: 48px !important; }
  .mt-md-48,
  .my-md-48 {
    margin-top: 48px !important; }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 48px !important; }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48px !important; }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 48px !important; }
  .m-md-64 {
    margin: 64px !important; }
  .mt-md-64,
  .my-md-64 {
    margin-top: 64px !important; }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 64px !important; }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 64px !important; }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 64px !important; }
  .m-md-96 {
    margin: 96px !important; }
  .mt-md-96,
  .my-md-96 {
    margin-top: 96px !important; }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 96px !important; }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 96px !important; }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 96px !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; }
  .p-md-8 {
    padding: 8px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important; }
  .p-md-24 {
    padding: 24px !important; }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24px !important; }
  .pr-md-24,
  .px-md-24 {
    padding-right: 24px !important; }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24px !important; }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24px !important; }
  .p-md-32 {
    padding: 32px !important; }
  .pt-md-32,
  .py-md-32 {
    padding-top: 32px !important; }
  .pr-md-32,
  .px-md-32 {
    padding-right: 32px !important; }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32px !important; }
  .pl-md-32,
  .px-md-32 {
    padding-left: 32px !important; }
  .p-md-48 {
    padding: 48px !important; }
  .pt-md-48,
  .py-md-48 {
    padding-top: 48px !important; }
  .pr-md-48,
  .px-md-48 {
    padding-right: 48px !important; }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48px !important; }
  .pl-md-48,
  .px-md-48 {
    padding-left: 48px !important; }
  .p-md-64 {
    padding: 64px !important; }
  .pt-md-64,
  .py-md-64 {
    padding-top: 64px !important; }
  .pr-md-64,
  .px-md-64 {
    padding-right: 64px !important; }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 64px !important; }
  .pl-md-64,
  .px-md-64 {
    padding-left: 64px !important; }
  .p-md-96 {
    padding: 96px !important; }
  .pt-md-96,
  .py-md-96 {
    padding-top: 96px !important; }
  .pr-md-96,
  .px-md-96 {
    padding-right: 96px !important; }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96px !important; }
  .pl-md-96,
  .px-md-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !important; }
  .m-md-n24 {
    margin: -24px !important; }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24px !important; }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24px !important; }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24px !important; }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24px !important; }
  .m-md-n32 {
    margin: -32px !important; }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -32px !important; }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -32px !important; }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32px !important; }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -32px !important; }
  .m-md-n48 {
    margin: -48px !important; }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -48px !important; }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -48px !important; }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -48px !important; }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -48px !important; }
  .m-md-n64 {
    margin: -64px !important; }
  .mt-md-n64,
  .my-md-n64 {
    margin-top: -64px !important; }
  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -64px !important; }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -64px !important; }
  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -64px !important; }
  .m-md-n96 {
    margin: -96px !important; }
  .mt-md-n96,
  .my-md-n96 {
    margin-top: -96px !important; }
  .mr-md-n96,
  .mx-md-n96 {
    margin-right: -96px !important; }
  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -96px !important; }
  .ml-md-n96,
  .mx-md-n96 {
    margin-left: -96px !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; }
  .m-lg-8 {
    margin: 8px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important; }
  .m-lg-24 {
    margin: 24px !important; }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important; }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important; }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important; }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important; }
  .m-lg-32 {
    margin: 32px !important; }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important; }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important; }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important; }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important; }
  .m-lg-48 {
    margin: 48px !important; }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 48px !important; }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 48px !important; }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48px !important; }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 48px !important; }
  .m-lg-64 {
    margin: 64px !important; }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 64px !important; }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 64px !important; }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64px !important; }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 64px !important; }
  .m-lg-96 {
    margin: 96px !important; }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 96px !important; }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 96px !important; }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96px !important; }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 96px !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; }
  .p-lg-8 {
    padding: 8px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important; }
  .p-lg-24 {
    padding: 24px !important; }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important; }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important; }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important; }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important; }
  .p-lg-32 {
    padding: 32px !important; }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important; }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important; }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important; }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important; }
  .p-lg-48 {
    padding: 48px !important; }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48px !important; }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 48px !important; }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48px !important; }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48px !important; }
  .p-lg-64 {
    padding: 64px !important; }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64px !important; }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 64px !important; }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64px !important; }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64px !important; }
  .p-lg-96 {
    padding: 96px !important; }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96px !important; }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 96px !important; }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96px !important; }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !important; }
  .m-lg-n24 {
    margin: -24px !important; }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24px !important; }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24px !important; }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24px !important; }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24px !important; }
  .m-lg-n32 {
    margin: -32px !important; }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -32px !important; }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -32px !important; }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32px !important; }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -32px !important; }
  .m-lg-n48 {
    margin: -48px !important; }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -48px !important; }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -48px !important; }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -48px !important; }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -48px !important; }
  .m-lg-n64 {
    margin: -64px !important; }
  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -64px !important; }
  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -64px !important; }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -64px !important; }
  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -64px !important; }
  .m-lg-n96 {
    margin: -96px !important; }
  .mt-lg-n96,
  .my-lg-n96 {
    margin-top: -96px !important; }
  .mr-lg-n96,
  .mx-lg-n96 {
    margin-right: -96px !important; }
  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -96px !important; }
  .ml-lg-n96,
  .mx-lg-n96 {
    margin-left: -96px !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: 1140px) {
  .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; }
  .m-xl-8 {
    margin: 8px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important; }
  .m-xl-24 {
    margin: 24px !important; }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important; }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important; }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important; }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important; }
  .m-xl-32 {
    margin: 32px !important; }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important; }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important; }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important; }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important; }
  .m-xl-48 {
    margin: 48px !important; }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 48px !important; }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 48px !important; }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 48px !important; }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 48px !important; }
  .m-xl-64 {
    margin: 64px !important; }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 64px !important; }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 64px !important; }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 64px !important; }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 64px !important; }
  .m-xl-96 {
    margin: 96px !important; }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 96px !important; }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 96px !important; }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 96px !important; }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 96px !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; }
  .p-xl-8 {
    padding: 8px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important; }
  .p-xl-24 {
    padding: 24px !important; }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important; }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important; }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important; }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important; }
  .p-xl-32 {
    padding: 32px !important; }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important; }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important; }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important; }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important; }
  .p-xl-48 {
    padding: 48px !important; }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 48px !important; }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 48px !important; }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 48px !important; }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 48px !important; }
  .p-xl-64 {
    padding: 64px !important; }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 64px !important; }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 64px !important; }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 64px !important; }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 64px !important; }
  .p-xl-96 {
    padding: 96px !important; }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 96px !important; }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 96px !important; }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 96px !important; }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 96px !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-n8 {
    margin: -8px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !important; }
  .m-xl-n24 {
    margin: -24px !important; }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24px !important; }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24px !important; }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24px !important; }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24px !important; }
  .m-xl-n32 {
    margin: -32px !important; }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -32px !important; }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -32px !important; }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -32px !important; }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -32px !important; }
  .m-xl-n48 {
    margin: -48px !important; }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -48px !important; }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -48px !important; }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -48px !important; }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -48px !important; }
  .m-xl-n64 {
    margin: -64px !important; }
  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -64px !important; }
  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -64px !important; }
  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -64px !important; }
  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -64px !important; }
  .m-xl-n96 {
    margin: -96px !important; }
  .mt-xl-n96,
  .my-xl-n96 {
    margin-top: -96px !important; }
  .mr-xl-n96,
  .mx-xl-n96 {
    margin-right: -96px !important; }
  .mb-xl-n96,
  .my-xl-n96 {
    margin-bottom: -96px !important; }
  .ml-xl-n96,
  .mx-xl-n96 {
    margin-left: -96px !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: 1140px) {
  .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: #fff !important; }

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

a.text-primary:hover, a.text-primary:focus {
  color: #004867 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

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

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

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

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

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

.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: #004b6b; }

.accordion-title[aria-expanded=true] i,
.mp-accordion__title[aria-expanded=true] i {
  color: #004b6b; }

.accordion-title:focus,
.mp-accordion__title:focus {
  outline: #af2573 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: #007eb3;
  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: "Poppins", 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: 4rem; } }

@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 :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; } }

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; }

[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: ""; }

[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,
  [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%); } }

.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-image: linear-gradient(#ecb5dc, #af2573); }

.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-image: linear-gradient(#ecb5dc, #af2573);
  /*  (#ecb5dc, #af2573);  #2b6d83, #007eb3 */
  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: -1s;
  animation-delay: -1s; }

.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); } }

.angular-form-content .psArrow {
  color: #666666;
  border-color: #949494; }

.angular-form-content .psOption.focus + .psLabel {
  background: #007eb3; }

.angular-form-content .psLabel:hover {
  background: #007eb3; }

.angular-form-content .psLabel:hover {
  color: #fff; }

.availity-section {
  /*  .vertical-div {
    position: relative;
    min-height: $availity-section-vertical-div-min-height-xs;
    padding-left: 24px;
    padding-right: 24px;

    @include media-breakpoint-up(sm) {
      min-height: $availity-section-vertical-div-min-height-sm;
      padding-left: 32px;
      padding-right: 32px;
    }
    @include media-breakpoint-up(lg) {
      min-height: $availity-section-vertical-div-min-height-lg;
    }

    &::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: $availity-section-vertical-div-min-height-xs;
      background-color: $availity-section-vertical-div-background-color;

      @include media-breakpoint-up(sm) {
        width: 5px;
        height: $availity-section-vertical-div-min-height-sm;
      }
      @include media-breakpoint-up(lg) {
        height: $availity-section-vertical-div-min-height-lg;
      }
    }
  } */ }

@media (min-width: 768px) {
  .availity-section .vertical-div {
    position: relative;
    min-height: 165px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px; }
  .availity-section .vertical-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 165px;
    background-color: #007eb3 !important; } }

.availity-section .checklist_block > .checklist > :first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  font-size: 20px;
  top: -2px;
  color: #007eb3; }

.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: 1140px) {
  .availity-section .link-box {
    width: 66.666667%; } }

.call_to_action {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-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: 1140px) {
  .call_to_action {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 480px) {
  .call_to_action {
    margin-top: 48px;
    margin-bottom: 48px; } }

@media (min-width: 768px) {
  .call_to_action {
    margin-top: 64px;
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .call_to_action {
    margin-top: 96px;
    margin-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/media/NYE-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.3125rem;
  padding: 32px 24px; }

@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; } }

body {
  font-size: 0.875rem;
  line-height: 1.25rem; }

@media (min-width: 480px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem; } }

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; } }

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; } }

.primary_btn, [search-results-cmp] button.load-more,
[search-results-cmp] button.load-more,
.secondary_btn, .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, [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,
[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: bold;
  border-style: none;
  border-radius: 0.3125rem;
  padding: 8px; }

@media (min-width: 480px) {
  .primary_btn, [search-results-cmp] button.load-more,
  [search-results-cmp] button.load-more,
  .secondary_btn, .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, [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,
  [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more,
  [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
    padding: 16px; } }

@media (min-width: 768px) {
  .primary_btn, [search-results-cmp] button.load-more,
  [search-results-cmp] button.load-more,
  .secondary_btn, .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, [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,
  [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: 12px 24px; } }

@media (min-width: 992px) {
  .primary_btn, [search-results-cmp] button.load-more,
  [search-results-cmp] button.load-more,
  .secondary_btn, .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, [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,
  [data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more,
  [search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
    padding: 12px 32px; } }

.primary_btn.add_space, [search-results-cmp] button.add_space.load-more,
[search-results-cmp] button.add_space.load-more,
.secondary_btn.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,
[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,
[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,
  [search-results-cmp] button.add_space.load-more,
  .secondary_btn.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,
  [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,
  [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,
  [search-results-cmp] button.add_space.load-more,
  .secondary_btn.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,
  [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,
  [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, [search-results-cmp] button.load-more,
[search-results-cmp] button.load-more {
  color: #fff;
  background-color: #006eb1; }

.primary_btn:hover, [search-results-cmp] button.load-more:hover,
[search-results-cmp] button.load-more:hover {
  color: #fff;
  background-color: #004b6b; }

.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, [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,
[data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more,
[search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more {
  color: #006eb1;
  background-color: #fff;
  border: 1px solid #006eb1; }

.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,
[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,
[data-tcp-newsarchive-cmp] [search-results-cmp] button.load-more:hover,
[search-results-cmp] [data-tcp-newsarchive-cmp] button.load-more:hover {
  color: #004b6b;
  border-color: #004b6b; }

.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: 1140px) {
  .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,
.content_column_2,
.content_column_3 {
  margin-top: 32px;
  margin-bottom: 32px; }

@media (min-width: 480px) {
  .content_column_1,
  .content_column_2,
  .content_column_3 {
    margin-top: 48px;
    margin-bottom: 48px; } }

@media (min-width: 768px) {
  .content_column_1,
  .content_column_2,
  .content_column_3 {
    margin-top: 64px;
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .content_column_1,
  .content_column_2,
  .content_column_3 {
    margin-top: 96px;
    margin-bottom: 96px; } }

.content_column_1.content-group-border-top,
.content_column_2.content-group-border-top,
.content_column_3.content-group-border-top {
  position: relative;
  padding-top: 32px; }

@media (min-width: 480px) {
  .content_column_1.content-group-border-top,
  .content_column_2.content-group-border-top,
  .content_column_3.content-group-border-top {
    padding-top: 48px; } }

@media (min-width: 768px) {
  .content_column_1.content-group-border-top,
  .content_column_2.content-group-border-top,
  .content_column_3.content-group-border-top {
    padding-top: 64px; } }

@media (min-width: 992px) {
  .content_column_1.content-group-border-top,
  .content_column_2.content-group-border-top,
  .content_column_3.content-group-border-top {
    padding-top: 96px; } }

.content_column_1.content-group-border-top::before,
.content_column_2.content-group-border-top::before,
.content_column_3.content-group-border-top::before {
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px; }

@media (min-width: 480px) {
  .content_column_1.content-group-border-top::before,
  .content_column_2.content-group-border-top::before,
  .content_column_3.content-group-border-top::before {
    left: 24px;
    right: 24px; } }

@media (min-width: 768px) {
  .content_column_1.content-group-border-top::before,
  .content_column_2.content-group-border-top::before,
  .content_column_3.content-group-border-top::before {
    left: 30px;
    right: 30px; } }

@media (min-width: 1140px) {
  .content_column_1.content-group-border-top::before,
  .content_column_2.content-group-border-top::before,
  .content_column_3.content-group-border-top::before {
    max-width: 1140px;
    left: calc(50% - 570px); } }

.content_column_1.content-group-border-bottom,
.content_column_2.content-group-border-bottom,
.content_column_3.content-group-border-bottom {
  position: relative;
  padding-bottom: 32px; }

@media (min-width: 480px) {
  .content_column_1.content-group-border-bottom,
  .content_column_2.content-group-border-bottom,
  .content_column_3.content-group-border-bottom {
    padding-bottom: 48px; } }

@media (min-width: 768px) {
  .content_column_1.content-group-border-bottom,
  .content_column_2.content-group-border-bottom,
  .content_column_3.content-group-border-bottom {
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .content_column_1.content-group-border-bottom,
  .content_column_2.content-group-border-bottom,
  .content_column_3.content-group-border-bottom {
    padding-bottom: 96px; } }

.content_column_1.content-group-border-bottom::after,
.content_column_2.content-group-border-bottom::after,
.content_column_3.content-group-border-bottom::after {
  content: "";
  display: block;
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px; }

@media (min-width: 480px) {
  .content_column_1.content-group-border-bottom::after,
  .content_column_2.content-group-border-bottom::after,
  .content_column_3.content-group-border-bottom::after {
    left: 24px;
    right: 24px; } }

@media (min-width: 768px) {
  .content_column_1.content-group-border-bottom::after,
  .content_column_2.content-group-border-bottom::after,
  .content_column_3.content-group-border-bottom::after {
    left: 30px;
    right: 30px; } }

@media (min-width: 1140px) {
  .content_column_1.content-group-border-bottom::after,
  .content_column_2.content-group-border-bottom::after,
  .content_column_3.content-group-border-bottom::after {
    max-width: 1140px;
    left: calc(50% - 570px); } }

.content_column_1.content-group-bg-light,
.content_column_2.content-group-bg-light,
.content_column_3.content-group-bg-light {
  background-color: #cedbbc !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 480px) {
  .content_column_1.content-group-bg-light,
  .content_column_2.content-group-bg-light,
  .content_column_3.content-group-bg-light {
    padding-top: 48px;
    padding-bottom: 48px; } }

@media (min-width: 768px) {
  .content_column_1.content-group-bg-light,
  .content_column_2.content-group-bg-light,
  .content_column_3.content-group-bg-light {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .content_column_1.content-group-bg-light,
  .content_column_2.content-group-bg-light,
  .content_column_3.content-group-bg-light {
    padding-top: 96px;
    padding-bottom: 96px; } }

.content_container > .content_column_1:first-child,
.content_container > .content_column_2:first-child,
.content_container > .content_column_3:first-child {
  margin-top: 0; }

.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; }

button:focus,
*:focus {
  outline: #af2573 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; }

footer {
  background-color: transparent;
  background-image: linear-gradient(90deg, #004b6b, #007eb3);
  color: #fff;
  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: #fff !important; }

.footer_links a {
  display: inline-block;
  color: #fff; }

.footer_links a:hover {
  color: #fff; }

.footer_links a:focus {
  outline: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-dark-bg-animation;
  animation-duration: 0.2s; }

.footer_links > .content_column_1:nth-of-type(1),
.footer_links > .content_column_2:nth-of-type(1),
.footer_links > .content_column_3:nth-of-type(1) {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px; }

@media (min-width: 992px) {
  .footer_links > .content_column_1:nth-of-type(1),
  .footer_links > .content_column_2:nth-of-type(1),
  .footer_links > .content_column_3:nth-of-type(1) {
    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 #fff;
  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; } }

.footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
.footer_links > .content_column_3:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) {
  border-top: 1px solid #fff;
  padding-top: 24px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) p + p,
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) p + p,
  .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3),
  .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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > *::before,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > *::before,
.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_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(1)::before,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(1)::before,
.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: ""; }

.footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(2)::before,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(2)::before,
.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: ""; }

.footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
.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: ""; }

.footer_links > .content_column_1:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
.footer_links > .content_column_2:nth-of-type(1) > .within_brdr > .content_column:nth-of-type(3) > :nth-child(3)::before,
.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 > .content_column_1:nth-of-type(2),
.footer_links > .content_column_2:nth-of-type(2),
.footer_links > .content_column_3:nth-of-type(2) {
  position: relative;
  margin-top: 0;
  padding-top: 32px; }

.footer_links > .content_column_1:nth-of-type(2)::before,
.footer_links > .content_column_2:nth-of-type(2)::before,
.footer_links > .content_column_3:nth-of-type(2)::before {
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px; }

@media (min-width: 480px) {
  .footer_links > .content_column_1:nth-of-type(2)::before,
  .footer_links > .content_column_2:nth-of-type(2)::before,
  .footer_links > .content_column_3:nth-of-type(2)::before {
    left: 24px;
    right: 24px; } }

@media (min-width: 768px) {
  .footer_links > .content_column_1:nth-of-type(2)::before,
  .footer_links > .content_column_2:nth-of-type(2)::before,
  .footer_links > .content_column_3:nth-of-type(2)::before {
    left: 30px;
    right: 30px; } }

@media (min-width: 1140px) {
  .footer_links > .content_column_1:nth-of-type(2)::before,
  .footer_links > .content_column_2:nth-of-type(2)::before,
  .footer_links > .content_column_3:nth-of-type(2)::before {
    max-width: 1140px;
    left: calc(50% - 570px); } }

.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: 1140px) {
  .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; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

header {
  background-color: #226399;
  background-image: linear-gradient(90deg, #226399, #006eb1);
  padding-top: 24px;
  font-size: 0.75rem;
  position: relative;
  color: #fff; }

@media (min-width: 480px) {
  header {
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  header {
    padding-top: 32px;
    font-size: 1rem; } }

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: 1140px) {
  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: 16px; } }

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: 1140px) {
  header > .center > a:first-child {
    width: 200px; } }

header > .center > a:first-child > img {
  max-width: 100%; }

header > .center > i.fa {
  order: 4;
  color: #fff;
  position: absolute;
  top: 24px;
  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 > 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: ""; }

header > .center > 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: ""; }

header > .center > div.login {
  order: 3;
  display: none; }

header > .center > div.login:nth-of-type(1) {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 41px; }

@media (min-width: 480px) {
  header > .center > div.login:nth-of-type(1) {
    left: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 81px; } }

@media (min-width: 992px) {
  header > .center > div.login {
    display: none !important; } }

header > .center > div.login > a {
  color: #fff; }

header > .center > p:last-child {
  order: 2;
  align-self: center;
  margin-bottom: 5px;
  margin-left: 8px;
  border-left: 1px solid #929292;
  padding-left: 8px; }

@media (min-width: 480px) {
  header > .center > p:last-child {
    margin-left: 16px;
    padding-left: 16px; } }

i#closeNavBar {
  display: none; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 16px; }

@media (min-width: 480px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 32px;
    margin-bottom: 24px; } }

@media (min-width: 992px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 48px;
    margin-bottom: 32px; } }

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; }

img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6 {
  margin-top: 16px; }

@media (min-width: 992px) {
  img + h1, img + h2, img + h3, img + h4, img + h5, img + h6,
  img + .h1, img + .h2, img + .h3, img + .h4, img + .h5, img + .h6 {
    margin-top: 24px; } }

h1, .h1 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  padding-bottom: 24px;
  margin-top: 48px;
  margin-bottom: 48px; }

@media (min-width: 480px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.625rem; } }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding-bottom: 32px;
    margin-top: 64px;
    margin-bottom: 64px; } }

h1::after, .h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #226399;
  height: 5px;
  width: 50px; }

@media (min-width: 480px) {
  h1::after, .h1::after {
    width: 70px; } }

@media (min-width: 992px) {
  h1::after, .h1::after {
    width: 90px; } }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400; }

@media (min-width: 480px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 1.625rem;
    line-height: 2.5rem; } }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600; }

@media (min-width: 480px) {
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 2rem; } }

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.375rem; } }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400; }

@media (min-width: 480px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem; } }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700; }

@media (min-width: 480px) {
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.5rem; } }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600; }

@media (min-width: 480px) {
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem; } }

/* ------------------------ */
.header-image {
  background-image: none;
  margin-bottom: 32px;
  padding-top: 24px; }

@media (min-width: 480px) {
  .header-image {
    margin-bottom: 48px;
    padding-top: 48px; } }

@media (min-width: 992px) {
  .header-image {
    margin-bottom: 64px;
    padding-top: 64px;
    margin-bottom: 96px; } }

.header-image > h1 {
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
  margin-bottom: 0; }

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

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

@media (min-width: 1140px) {
  .header-image > h1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.header-image > h1::after {
  background-color: #226399;
  left: 20px; }

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

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

.header-image > hr {
  display: none; }

nav + h1,
.search-area + h1,
.container > h1  {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 48px;
  margin-bottom: 32px; }

@media (min-width: 480px) {
  nav + h1,
  .search-area + h1,
  .container > h1  {
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 768px) {
  nav + h1,
  .search-area + h1,
  .container > h1  {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1140px) {
  nav + h1,
  .search-area + h1,
  .container > h1  {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 992px) {
  nav + h1,
  .search-area + h1,
  .container > h1  {
    margin-top: 64px;
    margin-bottom: 48px; } }

nav + h1::after,
.search-area + h1::after,
.container > h1::after {
  left: 20px; }

@media (min-width: 480px) {
  nav + h1::after,
  .search-area + h1::after,
  .container > h1::after {
    left: 24px; } }

@media (min-width: 768px) {
  nav + h1::after,
  .search-area + h1::after,
  .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: 1140px) {
  .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: 1140px) {
  .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: #fff; } }

.home_page .wide_image h1.welcome::after {
  background-color: #226399; }

@media (min-width: 768px) {
  .home_page .wide_image h1.welcome::after {
    background-color: #fff; } }

.home_page .wide_image .welcome_copy {
  background-color: #fff;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 0.3125rem; }

@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: 1px solid $gray-3;
  border-radius: $border-radius;
  padding: 32px;

  @include media-breakpoint-up(lg) {
    padding: 48px;
  }

  ul > li + li {
    @include list-item-spacing-links;
  }
}
 */
.link-box {
  border: 1px solid #dcdcdc;
  border-radius: 0.3125rem;
  padding: 32px; }

@media (min-width: 992px) {
  .link-box {
    padding: 48px; } }

.link-box p + p, .link-box p + ul, .link-box ul + p, .link-box 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 {
    margin-top: 16px; } }

@media (min-width: 768px) {
  .link-box p + p, .link-box p + ul, .link-box ul + p, .link-box 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 {
    margin-top: 16px; } }

.link-box ul > li + li {
  margin-top: 16px; }

@media (min-width: 480px) {
  .link-box ul > li + li {
    margin-top: 16px; } }

@media (min-width: 768px) {
  .link-box ul > li + li {
    margin-top: 16px; } }

@media (min-width: 992px) {
  .link-box ul > li + li {
    margin-top: 16px; } }

p a, li a {
  font-weight: bold; }

p a:focus, li a:focus {
  outline: #af2573 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: bold;
  padding-right: 18px; }

.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: ""; }

.tools_resources a::after,
.arrow_link a::after {
  width: 0;
  font-size: 1.2em;
  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: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

a.external_link_arrow {
  display: inline-block;
  font-weight: bold;
  padding-right: 19px; }

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: ""; }

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: #af2573 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: bold; }

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: ""; }

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: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

div.pdflist > p > a {
  display: inline-block;
  position: relative;
  padding-left: 21px;
  font-weight: bold; }

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: ""; }

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: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

div.pdflist > p + p {
  margin-top: 8px; }

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

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; } }

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; }

[med-policies-cmp] .search-form__input-container {
  margin-top: 8px; }

[med-policies-cmp] .search-form__input-container > input {
  height: 2.5rem; }

[med-policies-cmp] .search-form__input-container > .search-form__input-button {
  height: 2.5rem;
  position: relative;
  padding: 0;
  background-image: none; }

[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: ""; }

[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: #007eb3; }

.modal {
  background-color: #ffffff;
  border: 1px solid #007eb3;
  border-radius: 0.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: 0.375rem 0.438px 0.313px 0.8125rem !important;
  position: relative;
  right: -4.4375rem;
  top: -0.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: 0.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: #0079c2;
  padding-top: 55px;
  color: #333;
  font-weight: bold; }

@media (min-width: 480px) {
  nav {
    font-weight: normal; } }

@media (min-width: 992px) {
  nav {
    display: block;
    background-color: #226399;
    background-image: linear-gradient(90deg, #226399, #006eb1);
    margin-bottom: 0px;
    padding-top: 0;
    color: #fff; } }

@media (min-width: 992px) {
  nav > .center {
    padding-left: 30px;
    padding-right: 30px;
    position: relative; } }

@media (min-width: 1140px) {
  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: ""; }
  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: 1139.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; }
  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: "Lato", sans-serif;
    font-size: inherit;
    color: #333333;
    font-weight: bold; } }

@media (max-width: 1139.98px) and (min-width: 480px) {
  nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a {
    font-weight: normal; } }

@media (max-width: 1139.98px) {
  nav ul.main_nav > li:last-of-type div.submenu ul.nav > li a:focus {
    outline: #af2573 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: 1140px) {
  li.nav {
    padding-left: 24px;
    padding-right: 20px; } }

@media (max-width: 1139.98px) {
  li.nav > div.nav_link:focus {
    outline: #af2573 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: #af2573 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; } }

li.nav.highlighted_nav {
  color: #fff;
  background-color: #fafafa; }

li.nav.highlighted_nav > div.nav_link, li.nav.highlighted_nav a {
  color: #007eb3; }

li.nav.highlighted_nav > div.nav_link:focus, li.nav.highlighted_nav a:focus {
  outline: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-dark-bg-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; }

@media (max-width: 1139.98px) {
  .nav_link:not(.nav_icon):focus {
    outline: #af2573 solid 3px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; } }

@media (min-width: 992px) {
  .nav_link:not(.nav_icon):focus {
    outline: #af2573 solid 3px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; } }

.nav_link:not(.nav_icon)[aria-expanded=true]:focus {
  outline: #af2573 solid 3px;
  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: ""; }

@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: 1140px) {
  .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: ""; }

/* ------------------ */
.submenu {
  display: none; }

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

@media (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: 330px; }
  ul.main_nav > li:first-of-type ul.nav > li:nth-of-type(6) {
    padding-top: 60px; } }

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: "Poppins", sans-serif; }

/* ------------------ */
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: #fff; }

.utility_nav a, .utility_nav button {
  color: #fff; }

.utility_nav a:focus, .utility_nav button:focus {
  outline: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

@media (min-width: 992px) {
  .utility_nav {
    display: block;
    color: #fff; }
  .utility_nav a, .utility_nav button {
    color: #fff; }
  .utility_nav a:focus, .utility_nav button:focus {
    outline: #af2573 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: -43px;
  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.1rem;
  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: -43px;
  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: -43px;
  transform: translateY(-50%);
  right: 30px;
  font-size: 20px;
  color: #fff;
  border-style: none;
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid transparent; }

.utility_nav > .search-pointer:hover {
  color: #fff;
  border-bottom: 1px solid #fff; }

.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: ""; }

.note.note--warning::before {
  background-color: #007eb3; }

.note.note--warning::after {
  color: #007eb3; }

/* $pluto-input-border-color: $input-border-color !default;
$pluto-dropdown-arrow-color: $gray-4 !default;
$pluto-dropdown-background-color: #fff !default;
$pluto-dropdown-item-selected-color: #fff !default;
$pluto-dropdown-item-selected-background-color: #007eb3 !default;
$pluto-results-background-color: $gray-1 !default;

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

  .form-item + label {
    @include paragraph-spacing;  // Use mixin to get consistent spacing with paragraphs.
  }

  .primary_btn {
    @include paragraph-spacing;  // Use mixin to get consistent spacing with paragraphs.
  }
}

.pfSelect {
  position: relative;

  // Hide <legend> so it doesn't affect spacing.
  legend {
    display: none;
  }

  .psButton {
    @include form-control-custom;

    display: flex;
    justify-content: space-between;
    position: relative;

    @include media-breakpoint-up(md) {
      max-width: 600px;
    }

    .psArrow {
      position: absolute;
      top: 10px;
      right: 15px;
      color: $pluto-dropdown-arrow-color;
    }
  }
  .psDropdown {
    position: absolute;
    z-index: 1;
    background-color: $pluto-dropdown-background-color;
    border: 1px solid $pluto-input-border-color;
    width: 100%;

    @include media-breakpoint-up(md) {
      max-width: 600px;
    }

    &:not(.active) {
      @extend .sr-only;
    }

    .psOption {
      @extend .sr-only;
    }
    .psLabel {
      display: block;
      margin: 0;
      padding: $input-padding-y $input-padding-x;

      &:hover {
        cursor: pointer;
        color: $pluto-dropdown-item-selected-color;
        background-color: $pluto-dropdown-item-selected-background-color;
      }
    }
    .psOption.focus + .psLabel {
      color: $pluto-dropdown-item-selected-color;
      background-color: $pluto-dropdown-item-selected-background-color;
    }
  }
}

.form-item input[type="text"] {
  @include form-control-custom;

  @include media-breakpoint-up(md) {
    max-width: 600px;
  }
}

.searchDiv {
  display: none;
  background-color: $pluto-dropdown-background-color;
  border: 1px solid $pluto-input-border-color;
  border-top-style: none;
  padding: 16px;

  @include media-breakpoint-up(md) {
    max-width: 600px;
  }

  .errorMsg_text, .search-loading {
    padding: 8px;
    background-color: $gray-1;
  }

  .search-result {
    max-height: 500px;
    overflow-y: auto;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 16px;

    .search-result-indiv {
      display: flex;
      padding: 16px 8px;

      &:hover {
        cursor: pointer;
        color: $pluto-dropdown-item-selected-color;
        background-color: $pluto-dropdown-item-selected-background-color;
      }

      &:focus {
        @include focus-state-tight;
      }

      :first-child {
        margin-right: 16px;
      }
    }
  }
}

.angular-form-content_result {
  margin-top: 32px;
  background-color: $pluto-results-background-color;
  padding-top: 32px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;

  @include media-breakpoint-up(sm) {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
  @include media-breakpoint-up(md) {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
  @include media-breakpoint-up(lg) {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-left: 96px;
    padding-right: 96px;
  }

  h3 {
    @include section-header;
    margin-bottom: 32px;

    @include media-breakpoint-up(md) {
      margin-bottom: 48px;
    }
  }

  .row {
    margin-bottom: 32px;

    &:last-child {
      margin-bottom: 0;
    }

    @include media-breakpoint-up(sm) {
      display: flex;

      > :first-child {
        padding-right: 8px;
        width: calc(50% - 8px);
      }
      > :last-child {
        padding-left: 8px;
        width: calc(50% - 8px);
      }
    }
    @include media-breakpoint-up(md) {
      > :first-child {
        padding-right: 24px;
        width: calc(33.3333333% - 24px);
      }
      > :last-child {
        padding-left: 24px;
        width: calc(66.6666666% - 24px);
      }
    }
    @include media-breakpoint-up(xl) {
      > :first-child {
        width: calc(25% - 24px);
      }
      > :last-child {
        width: calc(75% - 24px);
      }
    }
  }
}
 */
[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,
[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,
  [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,
  [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.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative; }

.pfSelect .psButton:focus {
  outline: #af2573 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; }

.pfSelect .psDropdown {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #666666;
  width: 100%; }

@media (min-width: 768px) {
  .pfSelect .psDropdown {
    max-width: 600px; } }

.pfSelect .psDropdown .psLabel {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem; }

.pfSelect .psDropdown .psOption.focus + .psLabel {
  color: #fff;
  background-color: #007eb3; }

.form-item input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff; }

.form-item input[type="text"]:focus {
  outline: #af2573 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; } }

.searchDiv {
  display: none;
  background-color: #fff;
  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 {
  color: #fff;
  background-color: #007eb3; }

.searchDiv .search-result .search-result-indiv:focus {
  outline: #af2573 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: 35px;
  margin-bottom: 32px;
  background-color: #fafafa;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 480px) {
  .angular-form-content_result {
    margin-top: 35px;
    padding-left: 24px;
    padding-right: 24px; } }

@media (min-width: 768px) {
  .angular-form-content_result {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 30px; } }

.angular-form-content_result .row {
  margin-bottom: 32px; }

@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: 1140px) {
  .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 .angular-form-content_result h3:after {
  content: "";
  display: block;
  background-color: #a8ad00;
  width: 4rem;
  height: 4px;
  margin: 1rem 0 0 0; }

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

.angular-form-content label {
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: 24px; }

.angular-form-content label.psLabel {
  margin: 0; }

.angular-form-content ol,
.angular-form-content ul {
  margin-left: 1.25rem; }

.angular-form-content ol li {
  list-style-type: decimal; }

.angular-form-content_result {
  margin-bottom: 3.75rem;
  width: auto; }

.angular-form-content .media-left {
  background: #c03;
  padding: 0 0.75rem 0 0.8125rem;
  text-align: center; }

.ant-anthem-alert {
  background: #eee;
  border: 0 solid;
  border-radius: 0;
  clear: both;
  margin: 0 0 1.714rem;
  padding: 0; }

.ant-anthem-alert .fa {
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  top: 1px; }

.ant-anthem-alert .media-body {
  padding: 0.75rem 0.9375rem 0.5rem; }

.ant-anthem-alert p {
  margin: 0; }

.media-middle {
  vertical-align: middle; }

.media-body,
.media-left,
.media-right {
  display: table-cell; }

.content_column .angular-form-content_result h3 {
  margin-top: 0; }

.angular-form-content_result article {
  overflow: auto; }

.angular-form-content_result div.row {
  clear: left;
  float: left;
  width: 100%; }

.angular-form-content_result label {
  margin: 0; }

.ant-anthem-alert {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
  /* min-height: 80px; */ }

.angular-form-content .media-left {
  background: #f7f7f7;
  padding: 1rem;
  text-align: center; }

.ant-anthem-alert .fa {
  font-size: 1.6rem;
  position: relative;
  min-width: 32px;
  min-height: 14px; }

.media-body p span {
  padding-top: 0.75rem;
  color: #949494;
  line-height: 1.57; }

.fa-exclamation:before {
  content: "" !important;
  background-image: url(/dam/media/Error-icons-delete_sign.svg);
  background-repeat: no-repeat;
  height: 2rem;
  display: block; }

.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: 122px; }

@media (min-width: 480px) {
  .search-area {
    top: 70px; } }

@media (min-width: 768px) {
  .search-area {
    top: 90px; } }

@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: 1141px) and (min-width: 1197px) {
  .search-area #searchResult,
  .search-area #suggestionCount,
  .search-area #noSuggestions,
  .search-area #suggestionsLoading {
    width: 1050px;
    left: calc(50% - 600px + 51px); } }

@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: 1140px) {
  .search-area .search-bar {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.search-area .search-icon {
  font-size: 18px;
  color: #007eb3;
  position: absolute;
  left: 20px;
  top: 50%;
  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: ""; }

@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: #007eb3 solid 2px;
  outline-offset: -2px;
  animation-name: focus-state-inset-animation;
  animation-duration: 0.2s; }

@media (min-width: 480px) {
  .search-area #searchInput {
    padding-left: 48px;
    padding-right: 75px; } }

@media (min-width: 768px) {
  .search-area #searchInput {
    padding-left: 54px;
    padding-right: 80px; } }

@media (min-width: 992px) {
  .search-area #searchInput {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #666666;
    background-color: #fff; }
  .search-area #searchInput:focus {
    outline: #af2573 solid 2px;
    outline-offset: 0;
    animation-name: focus-state-tight-animation;
    animation-duration: 0.2s; }
  .search-area #searchInput:focus {
    outline: #af2573 solid 2px;
    outline-offset: -2px;
    animation-name: focus-state-inset-animation;
    animation-duration: 0.2s; } }

.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: #007eb3; }

@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: #004b6b;
  text-decoration: underline; }

.search-area #clearIcon:focus {
  outline: #007eb3 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: #007eb3; }

.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: ""; }

.search-area #removeSearch:hover {
  color: #004b6b; }

.search-area #removeSearch:focus {
  outline: #007eb3 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: 1197px) {
  .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: #fff;
  background-color: #007eb3;
  text-decoration: none; }

.search-area #searchResult .auto-complete__box .auto-complete__content:hover::before {
  color: #fff; }

.search-area #searchResult .auto-complete__box .auto-complete__content:focus {
  outline: #007eb3 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: ""; }

.search-area #searchResult .auto-complete__box .auto-complete__content::before {
  position: absolute;
  left: 20px;
  top: 1em;
  transform: translateY(-50%);
  color: #007eb3;
  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: #69a244; }

.site-search {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-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: 1140px) {
  .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 {
    margin-top: 48px;
    margin-bottom: 48px; } }

@media (min-width: 768px) {
  .site-search {
    margin-top: 64px;
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .site-search {
    margin-top: 96px;
    margin-bottom: 96px; } }

.site-search h1:first-of-type {
  margin-top: 48px; }

@media (min-width: 992px) {
  .site-search h1:first-of-type {
    margin-top: 64px; } }

[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: 1rem;
  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.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff;
  padding-right: 65px; }

[search-container-cmp] form .search-form__input-area input#queryString:focus {
  outline: #af2573 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.5rem 1rem;
  cursor: pointer;
  color: #007eb3; }

[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: #004b6b;
  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.5rem 1rem;
  font-weight: bold; }

[search-container-cmp] form .search-auto-complete .search-auto-complete__box {
  padding: 0.5rem 1rem;
  cursor: pointer; }

[search-container-cmp] form .search-auto-complete .search-auto-complete__box:hover {
  color: #fff;
  background-color: #007eb3; }

[search-container-cmp] form .search-auto-complete .search-auto-complete__box .search-auto-complete__icon {
  color: #007eb3;
  margin-right: 8px; }

[search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content {
  padding: 0.5rem 1rem; }

[search-container-cmp] form .search-auto-complete-placeholder .search-auto-complete-placeholder__content .search-auto-complete-placeholder-spinner {
  margin-right: 8px;
  color: #69a244; }

[search-container-cmp] form .select-dropdown {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #666666;
  background-color: #fff;
  position: relative; }

[search-container-cmp] form .select-dropdown:focus {
  outline: #af2573 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.5rem 1rem; }

[search-container-cmp] form .select-dropdown .ng-dropdown-panel .ng-option.ng-option-marked {
  color: #fff;
  background-color: #007eb3; }

[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: "Poppins", 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: #007eb3;
  cursor: pointer; }

[search-container-cmp] > div .search-label__clear-filter:hover {
  color: #004b6b;
  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 {
  display: none;
  border: 1px solid #dcdcdc; }

[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: "Poppins", 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 {
  /*display: none; */}

[search-results-cmp] .results-container__content .results-container__title > a {
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  /*padding-left: 21px;*/
  font-weight: bold; }

/*[search-results-cmp] .results-container__content .results-container__title > a::before {
*/
[search-results-cmp] .results-container__content .results-container__title .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: ""; 
  color: #007eb3; }
  
  [search-results-cmp] .results-container__content .results-container__title .search-files::before:hover {
      color: #004b6b;
  }

[search-results-cmp] .results-container__content .results-container__title > a::before {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.125em;
  text-decoration: underline; }

[search-results-cmp] .results-container__content .results-container__title > a::before {
  text-decoration: none; }

[search-results-cmp] .results-container__content .results-container__title > a:focus {
  outline: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

[search-results-cmp] .results-container__content .results-container__title > a::before {
  top: 1px; }

[search-results-cmp] .results-container__content .results-container__title > a.tooltip {
  position: relative; }

[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.3125rem;
  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 > .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;
  overflow: hidden;
  max-height: 2.5rem; }

@media (min-width: 480px) {
  [search-results-cmp] .results-container__content .results-container__body {
    max-height: 3rem; } }

[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: 1140px) {
  .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: #007eb3; }

@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: #004b6b;
  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: #004b6b; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.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: ""; }

.information_link > div {
  font-weight: bold; }

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: #004b6b; }

ul.tab_list > li:hover > span::after {
  color: #af2573; }

ul.tab_list > li:focus {
  outline: #af2573 solid 2px;
  outline-offset: 3px;
  animation-name: focus-state-animation;
  animation-duration: 0.2s; }

ul.tab_list > li.highlighted_tab {
  border-bottom-color: #007eb3;
  font-weight: bold; }

ul.tab_list > li.highlighted_tab > span::after {
  color: #a80422; }

ul.tab_list > li + li {
  margin-left: 2px; }

@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: ""; } }

@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: ""; } }

ul.tab_list > li > span::after {
  margin-left: 8px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #929292; }

.tools_resources {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
  margin-bottom: 32px; }

@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: 1140px) {
  .tools_resources {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 480px) {
  .tools_resources {
    margin-top: 48px;
    margin-bottom: 48px; } }

@media (min-width: 768px) {
  .tools_resources {
    margin-top: 64px;
    margin-bottom: 64px; } }

@media (min-width: 992px) {
  .tools_resources {
    margin-top: 96px;
    margin-bottom: 96px; } }

.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/media/ky-provider-tools-image.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 60%;
  padding-top: 54.27208%; }

@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.3125rem;
  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: 16px; } }

.content_column_1.bg-light + .tools_resources,
.content_column_2.bg-light + .tools_resources,
.content_column_3.bg-light + .tools_resources {
  margin-top: 32px; }

@media (min-width: 480px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 48px; } }

@media (min-width: 768px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 64px; } }

@media (min-width: 992px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 96px; } }

/* @import '_rem'; */
/* 
$tab-list-li-content-url-2: url(/dam/media/GA-Archives-Cross.svg);
$tab-list-li-content-url-2-hover: url(/dam/media/GA-Archives-Cross-Hover.svg); */
/* $tab-list-li-content-url-2: url(/dam/media/GA-Archives-Cross.svg);
$tab-list-li-content-url-2-hover: url(/dam/media/GA-Archives-Cross-Hover.svg); */
/* $tab-list-li-content-url-1: url(/dam/media/GA-Archives-Readme.svg);
$tab-list-li-content-url-1-hover: url(/dam/media/GA-Archives-Readme-Hover.svg); */
/* ----------------- */
/* --- Bootstrap --- */
/* ------------------ */
/* --- Components --- */
.highlighted-background {
  background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6); }

@media (min-width: 200px) {
  .vertical-div {
    position: relative;
    min-height: 165px;
    padding-top: 0px;
    padding-bottom: 8px;
    padding-left: 32px; }
  .vertical-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 165px;
    background-color: #226399 !important; } }

@media (min-width: 200px) {
  .vertical-div {
    padding-left: 1.25rem; }
  .vertical-div:before {
    border-left: 5px solid #226399 !important;
    margin-left: -0.25rem;
    height: 7.5rem; } }

@media (min-width: 768px) {
  .vertical-div {
    position: relative;
    min-height: 165px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px; }
  .vertical-div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 165px;
    background-color: #226399 !important; } }

.home_page > .wide_image > h1.welcome {
  margin-top: 0.75rem !important;
  margin: 0; }

.home_page .wide_image h1.welcome {
  margin-top: 0.75rem !important;
  margin: 0; }

@media (max-width: 320px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_320.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_320.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_320.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_320.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_320.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; }
  .member_reports,
  .member_registration,
  .online_report,
  .member_tools,
  .img_report .text-center {
    margin-top: 0px; } }

@media (min-width: 321px) and (max-width: 480px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_480.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_480.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_480.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_480.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_480.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; } }

@media (min-width: 481px) and (max-width: 800px) {
  .member_listings img {
    content: url("/dam/media/TN_MemberPanelListings_Chart_800.svg"); }
  .member_reports img {
    content: url("/dam/media/TN_MemberReports_Chart_800.svg"); }
  .member_registration img {
    content: url("/dam/media/TN_ProviderOnlineReporting1_Chart_800.svg"); }
  .member_registration_preview img {
    content: url("/dam/media/TN_ProviderOnlineReporting2_Chart_800.svg"); }
  .member_registration_complete img {
    content: url("/dam/media/TN_ProviderOnlineReporting3_Chart_800.svg"); }
  .member_listings,
  .member_reports,
  .member_registration,
  .member_registration_preview,
  .member_registration_complete .text-center {
    margin-top: 0px; } }

.tools_resources::before {
  content: "";
  display: none !important;
  border-top: 0.063rem solid #dcdcdc;
  position: unset !important;
  top: 0;
  left: 1.25rem;
  right: 1.25rem; }

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

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

.nx-bottom-space {
  margin-bottom: 0.938rem !important; }

/* .abc::after {
  content: "";
  display: block;
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 1.25rem;
  right: 1.25rem;
} */
/* .tools_resources::before
{
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 6rem !important;
  margin-top: 6rem !important;
  display: block;
  background-color: #dcdcdc;

}  */
.tools_resources::before {
  content: "";
  display: block;
  border-top: 0.063rem solid #dcdcdc;
  position: unset !important;
  top: 0;
  left: 1.25rem;
  right: 1.25rem; }

.content_column_2.abc > .within_brdr {
  padding-top: 2.875rem !important;
  padding-bottom: 4rem !important; }

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 0.063rem;
  width: 0.063rem;
  text-align: left;
  overflow: hidden;
  z-index: 7;
  color: #fff;
  border: 2px solid #fff; }

@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;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

@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 #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

.checklist_block {
  margin-bottom: 1.25rem; }

.checklist {
  width: 100%;
  padding: 0 0 0px 1rem; }

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

.checklist .fa-check:before {
  content: ""; }

/* $content-group-separation-border-top-color: $gray-3 !default; */
/* .tools_resources a,
.arrow_link a {
  display: inline-block;
  font-weight: bold;
  padding-right: 18px;
  line-height: 1rem !important;
}
 */
@media (min-width: 200px) and (max-width: 480px) {
  /*   body {
    font-size: 1rem;
    line-height: 1rem;
    position: relative;/* 

    top: 2rem; 
    bottom: rem;
    left: 5px;
  } */ }

.center.content_column_1.tline-width .within_brdr {
  padding-top: 0px !important;
  padding-bottom: 96px !important; }

.tab_list.reimbursement li:nth-of-type(2) > span:after {
  background-repeat: no-repeat !important;
  padding-left: 0.625rem !important; }

.tab_list.reimbursement li:nth-of-type(3) > span:after {
  background-repeat: no-repeat !important;
  padding-left: 0.625rem !important; }

.utility_nav > div.font-sizer {
  position: absolute;
  top: -43px;
  transform: translateY(-50%);
  right: 6.963rem !important; }

.utility_nav > a:nth-of-type(1) {
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  top: -43px;
  transform: translateY(-50%);
  right: 3.938rem !important; }

.gray-div:before {
  /*   content: '';
  display: block;
  width: 100%;
  height: 0.063rem;
  background-color: #DCDCDC;
  margin-top: 2rem; */ }

.content_column_1.grey-align > .within_brdr::before {
  display: none; }

.accordion-item,
.mp-accordion__item {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

@media (min-width: 480px) {
  .accordion-item,
  .mp-accordion__item {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .accordion-item,
  .mp-accordion__item {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .accordion-item,
  .mp-accordion__item {
    margin-bottom: 0px !important; } }

.highlighted-background h1 {
  color: #fff;
  /* margin: 0; */
  /* padding: 1.438rem 24px 24px; */
  /* width: calc(100% - 48px); */ }

.highlighted-background > h1:first-child + hr {
  display: none; }

.content_column img:first-child {
  max-width: 100%;
  height: auto; }

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: normal;
  color: var(--gray-1);
  margin-top: 2rem; }

/*h2 element behavior following other header tags */
.highlighted-background > h1 + h2 {
  margin-top: 2rem;
  margin-bottom: 1rem; }

/*h2 element behavior following p tags */
.highlighted-background > h1 + p {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

/*** 480px marker ***/
@media (max-width: 480px) {
  .highlighted-background {
    margin: 0px 0 3rem -24px;
    padding: 1.438rem 2.5rem 0px; }
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    /* height: 175px; */ } }

@media (max-width: 344px) {
  .highlighted-background {
    background: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    margin: 0.125rem 0 2rem -20px;
    padding: 0.688rem 2.438rem 1.563rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.625rem;
    height: 0.25rem;
    margin: 1.5rem 0px 0px 0px;
    display: block;
    background-color: #ffffff; }
  .highlighted-background h1 {
    /*  color: #FFFFFF;
            margin: 0;
            padding: 16px 21px 2rem;
            width: calc(100% - 100px); */
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #ffffff;
    margin-bottom: 0px !important; }
  .highlighted-background + h1,
  .highlighted-background + .h1 {
    position: relative;
    font-size: 0px;
    line-height: 0px;
    font-weight: 500;
    padding-bottom: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px !important; } }

@media (min-width: 345px) and (max-width: 479px) {
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    width: calc(100vw - -25px);
    margin: 0.063rem 0 3rem -25px;
    padding: 1.438rem 2.813rem 47px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 16px 0px 2rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 4px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 480px) and (max-width: 800px) {
  .highlighted-background {
    background-image: linear-gradient(to right, #003359, #007ea8, #9ed0b6);
    width: calc(100vw - 0px);
    margin: 0.125rem 0 4rem 0px;
    padding: 1.5rem 1.563rem 47px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 16px 0px 2rem; }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 4px 0px;
    display: block;
    background-color: #fff; }
  /*  /*h2 element behavior following other header tags */
  .highlighted-background h1 + h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem; }
  /*h2 element behavior following p tags */
  .highlighted-background h1 + p + h2 {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .highlighted-background h1 + h2 + p {
    margin-top: 0px; } }

@media (min-width: 801px) and (max-width: 1024px) {
  .highlighted-background {
    /* margin: 0px 0 48px -60px;
      padding: 25px 100px 89px; */
    margin: 0px 0 6rem -60px;
    padding: 0.625rem 6.25rem 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 4.375rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1025px) and (max-width: 1245px) {
  .highlighted-background {
    margin: 0px 0 6rem -75px;
    padding: 0.625rem 129px 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (max-width: 1259px) and (min-width: 1046px) {
  .highlighted-background {
    /* margin: 0px 0 48px -75px;
    padding: 25px 142px 89px; */
    margin: 0px 0 6rem -75px;
    padding: 0.625rem 142px 4.688rem; }
  .highlighted-background h1 {
    color: #fff;
    margin: 0;
    padding: 1.5rem 0px 2.5rem;
    width: calc(100% - 60px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1260px) {
  .highlighted-background {
    /* height: 225px !important;
        margin: 0px 0 48px -49px;
        padding: 2rem calc(55vw - 579px) 89px; */
    margin: 0px 0 6rem -49px;
    padding: 0.625rem calc(55vw - 579px) 80px; }
  .highlighted-background h1 {
    color: #ffffff;
    margin: 0;
    padding: 1.875rem 0px 2rem;
    width: calc(100% - 100px); }
  .highlighted-background h1::after {
    content: "";
    width: 5.625rem;
    height: 0.25rem;
    margin: 2rem 0px 0px 0px;
    display: block;
    background-color: #fff; } }

@media (min-width: 1350px) and (max-width: 1800px) {
  .highlighted-background {
    /*  height: 225px !important;
      margin: 0px 0 48px -80px !important;
      padding: 2rem calc(55vw - 567px) 89px; */
    margin: 0px 0 6rem -80px !important;
    padding: 15px calc(55vw - 567px) 80px; } }

@media screen and (max-width: 480px) {
  header .login:not(:first-of-type) {
    display: none !important; } }

.date_cmpage {
  padding-right: 4rem;
  float: right; }

.m_allign p {
  line-height: 1rem !important;
  text-align: right; }

.m_allign {
  /* margin-top: 5.3rem !important; */
  float: right !important; }

.epr_bottom {
  margin-bottom: 4rem !important; }

header > .center > p:last-child {
  font-weight: 500 !important;
  width: 60%; }

@media (min-width: 768px) {
  .content_column > .vertical-div > ol li + li {
    margin-top: 32px !important; }
  .content_column .vertical-div a.button .primary_btn, .content_column .vertical-div a.button [search-results-cmp] button.load-more, [search-results-cmp] .content_column .vertical-div a.button button.load-more,
  .content_column .vertical-div a.button [search-results-cmp] button.load-more,
  [search-results-cmp] .content_column .vertical-div a.button button.load-more {
    padding: 12px 48px !important; }
  .content_column .vertical-div p a.button .primary_btn, .content_column .vertical-div p a.button [search-results-cmp] button.load-more, [search-results-cmp] .content_column .vertical-div p a.button button.load-more,
  .content_column .vertical-div p a.button [search-results-cmp] button.load-more,
  [search-results-cmp] .content_column .vertical-div p a.button button.load-more {
    padding: 12px 48px !important; }
  .avility_btn a.button .primary_btn, .avility_btn a.button [search-results-cmp] button.load-more, [search-results-cmp] .avility_btn a.button button.load-more,
  .avility_btn a.button [search-results-cmp] button.load-more,
  [search-results-cmp] .avility_btn a.button button.load-more {
    padding: 12px 48px !important; } }

.note.note--warning::after {
  line-height: 1em; }

.font_separator {
  margin-left: 50px;
  margin-top: -29px;
  margin-right: -28px; }

.content_column > .link-box.mt-lg-64 > .arrow_link a {
  line-height: 2 !important; }

.content_column_1.bg-light,
.content_column_2.bg-light,
.content_column_3.bg-light,
.with_coloredBg {
  background-color: #fafafa !important; }

.content_column_1.bg_lightblue,
.content_column_2.bg_lightblue,
.content_column_3.bg_lightblue,
.with_coloredBg {
  background-color: #fafafa !important; }

.content_column_1.with_coloredBg,
.content_column_2.with_coloredBg,
.content_column_3.with_coloredBg,
.with_coloredBg {
  background-color: #fafafa !important; }

.content_column_1.with_coloredBg,
.content_column_2.with_coloredBg,
.content_column_3.with_coloredBg,
.with_coloredBg {
  background-color: #fafafa !important; }

/* .content_column_1.bg-light > .within_brdr::before,
.content_column_2.bg-light > .within_brdr::before,
.content_column_3.bg-light > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_green > .within_brdr::before,
.content_column_2.bg_green > .within_brdr::before,
.content_column_3.bg_green > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_gray > .within_brdr::before,
.content_column_2.bg_gray > .within_brdr::before,
.content_column_3.bg_gray > .within_brdr::before {
  border-top-style: none; }
  .content_column_1.bg_lightblue > .within_brdr::before,
.content_column_2.bg_lightblue > .within_brdr::before,
.content_column_3.bg_lightblue > .within_brdr::before {
  border-top-style: none; } */
.center.content_column_1.mt-lg-15 {
  margin-top: 15px !important; }

.tools_resources {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 0 !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: 1140px) {
  .tools_resources {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; } }

.tools_resources::before {
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  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::before {
  border-top-style: none; }

.tools_resources > h2 {
  margin-top: 0; }

.tools_resources > div {
  background-image: url("/dam/media/ky-provider-tools-image.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 104.45346%; }

@media (max-width: 991.98px) {
  .tools_resources > div {
    padding-top: 91.45346%;
    background-size: 80%; } }

@media (max-width: 767.98px) {
  .tools_resources > div {
    padding-top: 67.45346%; } }

@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.3125rem;
  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; } }

.content_column_1.bg-light + .tools_resources,
.content_column_2.bg-light + .tools_resources,
.content_column_3.bg-light + .tools_resources {
  margin-top: 0px; }

@media (min-width: 480px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

@media (min-width: 992px) {
  .content_column_1.bg-light + .tools_resources,
  .content_column_2.bg-light + .tools_resources,
  .content_column_3.bg-light + .tools_resources {
    margin-top: 0px; } }

.ext-arrow-links-space {
  margin-top: 16px; }

.spinner-three-bounce[_ngcontent-c0] > div[_ngcontent-c0] {
  background-image: linear-gradient(#ecb5dc, #af2573); }

/* .bread-crumb p+ul, .ng-dropdown-panel.ng-select-bottom {
  margin-top: -0.25rem !important;
} */
@media (min-width: 768px) and (max-width: 2000px) {
  .home_page .wide_image h1.welcome {
    color: #333 !important; }
  .home_page .wide_image .welcome_content h1.welcome::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #226399 !important;
    height: 5px;
    width: 5.625rem; } }

@media (min-width: 200px) and (max-width: 767px) {
  .home_page .wide_image .welcome_content {
    padding-top: 0px !important; } }

.img_tp_space {
  margin-top: 32px; }

@media (min-width: 768px) {
  .img_main_tp_space {
    margin-top: 5rem; } }

span.sp-in.text-center {
  margin-right: 25px;
  margin-left: -118px; }

.icon_space {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 867px) and (min-width: 767px) {
  .img_main_tp_space {
    margin-top: 6rem; } }

@media (max-width: 796px) and (min-width: 768px) {
  .img_main_tp_space {
    margin-top: 12rem; } }

/* @media (min-width: 767px) and (max-width: 867px) {
  span.sp-in {
    padding-right: 0px; }
  .img_main_tp_space {
    margin-top: 7rem;
    } } */
@media (min-width: 768px) {
  span.sp-in {
    padding-right: 36px; } }

.coverkids_sp {
  margin-bottom: 52px; }

@media (min-width: 768px) {
  .tn-coverkids-m {
    margin-top: 275px; } }

.availity-section a[href="https://apps.availity.com/availity/web/public.elegant.login"] {
  color: #0079ad; }

.vertical-div a[href="https://apps.availity.com/availity/web/public.elegant.login"] {
  color: #0079ad; }

.vertical-div .arrow_link a[href="new-york-empire-provider/resources/learn-about-availity"] {
  color: #0079ad; }

.with_coloredBg a[href="https://apps.availity.com/availity/web/public.elegant.login"] {
  color: #0079ad; }

.with_coloredHmePage .arrow_link a[href="new-york-empire-provider/resources/learn-about-availity"] {
  color: #0079ad; }

.with_coloredHmePage a[href="https://apps.availity.com/availity/web/public.elegant.login"] {
  color: #0079ad; }

.with_coloredHmePage .ext-arrow-links-space .pdflist a[href="/docs/gpp/NYE_CAID_AvailityProviderFAQs.pdf"] {
  color: #0079ad; }

.vertical-div .arrow_link a[href="new-york-empire-provider/resources/learn-about-availity"] {
  color: #0079ad; }

.vertical-div a[href="https://www.availity.com/provider-portal-registration"] {
  color: #0079ad; }

.availity-section a[href="tennessee-provider/resources/learn-about-availity"] {
  color: #0079ad; }

.vertical-div a[href="https://www.availity.com/"] {
  color: #0079ad; }

.bg_gray a[href="https://mydiversepatients.com/"] {
  color: #0079ad; }

.bg-light a[href="http://www.ahrq.gov/cahps/about-cahps/patient-experience/index.html"] {
  color: #0079ad; }

.bg-light a[href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2728700"] {
  color: #0079ad; }

.bg-light a[href="http://www.ahrq.gov/cahps/about-cahps/cahps-program/cahps_brief.html"] {
  color: #0079ad; }

.box-text-Im {
  margin: 0.313rem 0 0.313rem 0.125rem;
  font-family: "Lato", sans-serif;
  font-size: 0.81rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #333333;
  text-align: inline; }

@media (max-width: 479px) {
  .box-text-Im {
    margin: 0.313rem 0 0.313rem 0.125rem;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #333333;
    text-align: inline; } }

.image-top-space {
  margin-top: 1rem; }

.image-top-space1 {
  margin-top: 2rem !important; }

.image-illu-space {
  padding-top: 32px;
  padding-bottom: 32px; }

table.coded_list {
  margin-top: 1.5rem;
  color: #666; }

@media (min-width: 321px) {
  table.coded_list {
    margin-top: 2rem; } }

table.coded_list tr + tr td {
  padding-top: 6px; }

@media (min-width: 321px) {
  table.coded_list tr + tr td {
    padding-top: 0.5rem; } }

table.coded_list td:first-child {
  color: #333;
  padding-right: 1.5rem; }

@media (min-width: 321px) {
  table.coded_list td:first-child {
    padding-right: 2rem;
    white-space: nowrap; } }

.p_link_bottom_space {
  margin-bottom: 24px; }

.font-sizer button:hover {
  text-decoration: underline !important; }

.content_column_2.with_coloredBg > .within_brdr {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 480px) {
  .content_column_2.with_coloredBg > .within_brdr {
    padding-top: 48px;
    padding-bottom: 48px; } }

@media (min-width: 768px) {
  .content_column_2.with_coloredBg > .within_brdr {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .content_column_2.with_coloredBg > .within_brdr {
    padding-top: 96px;
    padding-bottom: 96px; } }

.content_column_2.with_coloredHmePage > .within_brdr {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px; }

@media (min-width: 480px) {
  .content_column_2.with_coloredHmePage > .within_brdr {
    padding-top: 48px;
    padding-bottom: 48px; } }

@media (min-width: 768px) {
  .content_column_2.with_coloredHmePage > .within_brdr {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media (min-width: 992px) {
  .content_column_2.with_coloredHmePage > .within_brdr {
    padding-top: 96px;
    padding-bottom: 96px; } }

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

.no-section-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0px;
  margin-top: 15px !important; }

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

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

.with_coloredHmePage,
.with_coloredRPPage,
.with_coloredDMPage {
  background: #fafafa; }

hr {
  margin: -24px 0px 8px; }

hr {
  position: absolute;
  width: 45px;
  border-bottom: 3px solid #af2573;
  margin: -24px 25px 10px 1px;
  border-top: none;
  border-left: none;
  border-right: none; }

@media (min-width: 768px) and (max-width: 1330px) {
  .content-group-border-1 {
    margin-top: -5rem !important; } }

@media (min-width: 200px) and (max-width: 700px) {
  hr {
    position: absolute;
    width: 45px;
    border-bottom: 3px solid #af2573;
    margin: -14px 25px 10px 1px;
    border-top: none;
    border-left: none;
    border-right: none; } }

/*   li.nav.highlighted_nav > div.nav_link:focus, li.nav.highlighted_nav a:focus {
    outline: #af2573 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-dark-bg-animation;
    animation-duration: 0.2s; } */
ext-arrow-links-space {
  margin-top: 15px !important; }

@media (min-width: 768px) {
  .phome-link-space {
    margin-top: -18px;
    margin-bottom: 17px !important; }
  .phome-bottom-space {
    margin-top: -16px; } }

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

.no-top-space > .within_brdr::before {
  margin-bottom: 0; }

.no-top-space_bfr > .within_brdr::before {
  border-top: 0; }

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

ext-arrow-links-space {
  margin-top: 10px !important; }

.w-ad-10 {
  padding-top: 9px !important;
  margin-bottom: 2px !important; }

.w-t5 {
  margin-top: -17px !important; }

ul#reimbursement {
  display: none; }

ul#reimbursement + h2 + div .accordion-content > .pdflist div {
  display: none !important; }

/* .content-group-border-1 {
  margin-top: -5rem !important;
} */
.p-margin-6 {
  margin-top: -4rem !important; }

.p-margin-7 {
  margin-top: 0rem !important; }

@media (min-width: 768px) {
  .b-t7 {
    margin-top: -9rem !important; } }

@media (min-width: 992px) {
  .b-t7 {
    margin-top: -9rem !important; } }

@media (min-width: 480px) {
  .b-t7 {
    margin-top: -6rem !important; } }

.header-image.space-h {
  margin-bottom: 24px !important; }

.cfu-border-bottom {
  padding-bottom: 0rem !important; }

@media (min-width: 768px) {
  .w-claims-space_bg {
    margin-top: -93px !important; } }

@media (min-width: 992px) {
  .w-claims-space_bg {
    margin-top: -93px !important; } }

@media (min-width: 480px) {
  .bp-set-padding-32 {
    padding-bottom: 32px !important; } }

.link-box {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 48px 98px 48px 48px;
  overflow: hidden !important; }

@media (min-width: 481px) {
  .home_page .content_column_1 .content_column > *:first-child:not(.link-box) {
    margin-top: 0 !important;
    padding-top: 0 !important; } }

@media (min-width: 801px) {
  .content_column_3 .content_column > *:first-child:not(.link-box) {
    margin-top: 0 !important;
    padding-top: 0 !important; } }

.link-box {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 2rem;
  padding: 2rem;
  max-width: 528px;
  overflow: auto; }

.link-box.link-box-max {
  max-width: unset !important; }

.link-box p:not(.arrow_link) {
  margin: 14px 0 8px; }

@media (min-width: 321px) {
  .link-box {
    padding: 2rem 4rem 2rem 2rem; }
  .link-box p:not(.arrow_link) {
    margin: 16px 0 12px; } }

@media (min-width: 801px) {
  .link-box p:not(.arrow_link) {
    margin: 28px 0 18px; }
  .link-box {
    margin-top: 3rem;
    padding: 3rem 6rem 3rem 3rem; } }

.link-box > *:first-child,
.link-box > div:first-child > *:first-child,
.link-box > *:first-child:not(.arrow_link),
.link-box > div:first-child > *:first-child:not(.arrow_link) {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.no-top-space > .within_brdr:first-child > .content_column:first-child .link-box:first-child {
  margin-top: 0 !important; }

.link-box > *:last-child,
.link-box > div:last-child > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

@media (min-width: 200px) and (max-width: 479px) {
  header > .center > p:last-child {
    order: 2;
    align-self: center;
    margin-bottom: 25px;
    margin-left: 8px;
    border-left: 1px solid #929292;
    padding-left: 8px; } }

.content_column_2.withbrdr_space > .within_brdr {
  padding-top: 0rem !important; }

.content_column_1.withbrdr_space > .within_brdr {
  padding-top: 0rem !important; }

.content_column_1.withbrdr_space_cus > .within_brdr {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.content_column_2.withbrdr_space_cus > .within_brdr {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

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

.link-box-top-space {
  margin-top: 0rem !important; }

.privacy-image {
  display: block;
  width: 0;
  height: 0;
  background: url(/dam/media/nye-privacy-image-small.svg) no-repeat center center;
  padding: 134.5px 50%;
  margin: 111px 0 35px !important;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin: -5px 12px 49px !important; }
  @media (min-width: 992px) {
    .privacy-image {
      background-size: 50%;
      background: url(/dam/media/NYE-Privacy-Image.svg) no-repeat center center;
      border: none;
      margin: 0px 0 94px !important; } }
  @media (min-width: 1140px) {
    .privacy-image {
      background-size: 100%;
      background: url(/dam/media/NYE-Privacy-image-dt.svg) no-repeat center center;
      margin: 0px 0px 94px !important;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      padding-top: 57px; } }

/* 
@media (min-width: 200px) and (max-width: 991px) {
  .remove-space {
    margin-top: -134px !important; 
}
} */
.content_column_2.withbrdr_tn_space > .within_brdr {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.mt55 {
  margin-top: 1rem !important; }

@media (min-width: 200px) {
  .border-bottom-1-space {
    margin-bottom: 1rem; } }

@media (min-width: 768px) {
  .nye-image-m {
    margin-top: 125px; } }

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 0.063rem;
  width: 0.063rem;
  text-align: left;
  overflow: hidden;
  z-index: 7;
  color: #fff;
  border: 2px solid #fff; }

@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;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

@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 #fff;
    color: #fff;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

.no-top-ref-space {
  margin-top: -156px !important;
  padding-bottom: 0px !important; }

@media (min-width: 170px) and (max-width: 340px) {
  header > .center > p:last-child {
    order: 2;
    align-self: center;
    margin-bottom: 25px;
    margin-left: 1px;
    border-left: 1px solid #929292;
    padding-left: 8px; } }

ky_mat_space {
  margin-bottom: 1rem !important; }

.mtspace-2 {
  margin-top: 32px !important; }

@media (min-width: 768px) {
  .bot-home-page {
    margin-top: 25px !important; } }

@media (min-width: 768px) {
  .bot-home-page1 {
    margin-top: -65px; } }

.mt-icon-space {
  margin-top: 2rem !important; }

.vertical-div a {
  color: #0079ae !important; }

.break-home {
  word-wrap: break-word; }

.mt-500 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important; }

a {
  word-wrap: break-word !important; }
  @media screen and (min-width: 1024px) {
    .new_class_1 > new_class_brdr,
.new_class_2 > new_class_brdr,
.new_class_3 > new_class_brdr {
  padding-left: 20px;
  padding-right: 20px; }
}
  @media (min-width: 480px) {
    .new_class_1 > new_class_brdr,
    .new_class_2 > new_class_brdr,
    .new_class_3 > new_class_brdr {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .new_class_1 > new_class_brdr,
    .new_class_2 > new_class_brdr,
    .new_class_3 > new_class_brdr {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1140px) {
    .new_class_1 > new_class_brdr,
    .new_class_2 > new_class_brdr,
    .new_class_3 > new_class_brdr {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .new_class_1 > new_class_brdr::after,
  .new_class_2 > new_class_brdr::after,
  .new_class_3 > new_class_brdr::after {
    display: block;
    clear: both;
    content: ""; }
  .new_class_1 > new_class_brdr > .new_class,
  .new_class_2 > new_class_brdr > .new_class,
  .new_class_3 > new_class_brdr > .new_class {
    box-sizing: content-box; }

.new_class_1:not(.new_class_reverse) > new_class_brdr > .new_class,
.new_class_2:not(.new_class_reverse) > new_class_brdr > .new_class,
.new_class_3:not(.new_class_reverse) > new_class_brdr > .new_class {
  float: left; }
  .new_class_1:not(.new_class_reverse) > new_class_brdr > .new_class:first-of-type,
  .new_class_2:not(.new_class_reverse) > new_class_brdr > .new_class:first-of-type,
  .new_class_3:not(.new_class_reverse) > new_class_brdr > .new_class:first-of-type {
    padding-left: 0; }
  .new_class_1:not(.new_class_reverse) > new_class_brdr > .new_class:last-of-type,
  .new_class_2:not(.new_class_reverse) > new_class_brdr > .new_class:last-of-type,
  .new_class_3:not(.new_class_reverse) > new_class_brdr > .new_class:last-of-type {
    padding-right: 0; }

.new_class_1.new_class_reverse > new_class_brdr > .new_class,
.new_class_2.new_class_reverse > new_class_brdr > .new_class,
.new_class_3.new_class_reverse > new_class_brdr > .new_class {
  float: right; }
  .new_class_1.new_class_reverse > new_class_brdr > .new_class:first-of-type,
  .new_class_2.new_class_reverse > new_class_brdr > .new_class:first-of-type,
  .new_class_3.new_class_reverse > new_class_brdr > .new_class:first-of-type {
    padding-right: 0; }
  .new_class_1.new_class_reverse > new_class_brdr > .new_class:last-of-type,
  .new_class_2.new_class_reverse > new_class_brdr > .new_class:last-of-type,
  .new_class_3.new_class_reverse > new_class_brdr > .new_class:last-of-type {
    padding-left: 0; }

.new_class_1,
.new_class_2,
.new_class_3 {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    .new_class_1,
    .new_class_2,
    .new_class_3 {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 768px) {
    .new_class_1,
    .new_class_2,
    .new_class_3 {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 992px) {
    .new_class_1,
    .new_class_2,
    .new_class_3 {
      margin-top: 96px;
      margin-bottom: 96px; } }
  .new_class_1.content-group-border-top,
  .new_class_2.content-group-border-top,
  .new_class_3.content-group-border-top {
    position: relative;
    padding-top: 32px; }
    @media (min-width: 480px) {
      .new_class_1.content-group-border-top,
      .new_class_2.content-group-border-top,
      .new_class_3.content-group-border-top {
        padding-top: 48px; } }
    @media (min-width: 768px) {
      .new_class_1.content-group-border-top,
      .new_class_2.content-group-border-top,
      .new_class_3.content-group-border-top {
        padding-top: 64px; } }
    @media (min-width: 992px) {
      .new_class_1.content-group-border-top,
      .new_class_2.content-group-border-top,
      .new_class_3.content-group-border-top {
        padding-top: 96px; } }
    .new_class_1.content-group-border-top::before,
    .new_class_2.content-group-border-top::before,
    .new_class_3.content-group-border-top::before {
      content: "";
      display: block;
      border-top: 1px solid #dcdcdc;
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px; }
      @media (min-width: 480px) {
        .new_class_1.content-group-border-top::before,
        .new_class_2.content-group-border-top::before,
        .new_class_3.content-group-border-top::before {
          left: 24px;
          right: 24px; } }
      @media (min-width: 768px) {
        .new_class_1.content-group-border-top::before,
        .new_class_2.content-group-border-top::before,
        .new_class_3.content-group-border-top::before {
          left: 30px;
          right: 30px; } }
      @media (min-width: 1140px) {
        .new_class_1.content-group-border-top::before,
        .new_class_2.content-group-border-top::before,
        .new_class_3.content-group-border-top::before {
          max-width: 1140px;
          left: calc(50% - 570px); } }
  .new_class_1.content-group-border-bottom,
  .new_class_2.content-group-border-bottom,
  .new_class_3.content-group-border-bottom {
    position: relative;
    padding-bottom: 32px; }
    @media (min-width: 480px) {
      .new_class_1.content-group-border-bottom,
      .new_class_2.content-group-border-bottom,
      .new_class_3.content-group-border-bottom {
        padding-bottom: 48px; } }
    @media (min-width: 768px) {
      .new_class_1.content-group-border-bottom,
      .new_class_2.content-group-border-bottom,
      .new_class_3.content-group-border-bottom {
        padding-bottom: 64px; } }
    @media (min-width: 992px) {
      .new_class_1.content-group-border-bottom,
      .new_class_2.content-group-border-bottom,
      .new_class_3.content-group-border-bottom {
        padding-bottom: 96px; } }
    .new_class_1.content-group-border-bottom::after,
    .new_class_2.content-group-border-bottom::after,
    .new_class_3.content-group-border-bottom::after {
      content: "";
      display: block;
      border-bottom: 1px solid #dcdcdc;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px; }
      @media (min-width: 480px) {
        .new_class_1.content-group-border-bottom::after,
        .new_class_2.content-group-border-bottom::after,
        .new_class_3.content-group-border-bottom::after {
          left: 24px;
          right: 24px; } }
      @media (min-width: 768px) {
        .new_class_1.content-group-border-bottom::after,
        .new_class_2.content-group-border-bottom::after,
        .new_class_3.content-group-border-bottom::after {
          left: 30px;
          right: 30px; } }
      @media (min-width: 1140px) {
        .new_class_1.content-group-border-bottom::after,
        .new_class_2.content-group-border-bottom::after,
        .new_class_3.content-group-border-bottom::after {
          max-width: 1140px;
          left: calc(50% - 570px); } }
  .new_class_1.content-group-bg-light,
  .new_class_2.content-group-bg-light,
  .new_class_3.content-group-bg-light {
    background-color: #f3f8f9 !important;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px; }
    @media (min-width: 480px) {
      .new_class_1.content-group-bg-light,
      .new_class_2.content-group-bg-light,
      .new_class_3.content-group-bg-light {
        padding-top: 48px;
        padding-bottom: 48px; } }
    @media (min-width: 768px) {
      .new_class_1.content-group-bg-light,
      .new_class_2.content-group-bg-light,
      .new_class_3.content-group-bg-light {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media (min-width: 992px) {
      .new_class_1.content-group-bg-light,
      .new_class_2.content-group-bg-light,
      .new_class_3.content-group-bg-light {
        padding-top: 96px;
        padding-bottom: 96px; } }

.content_container > .new_class_1:first-child,
.content_container > .new_class_2:first-child,
.content_container > .new_class_3:first-child {
  margin-top: 0; }

.new_class_1 > new_class_brdr > .new_class {
  width: 100%; }

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

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

.new_class_1 img,
.new_class_2 img,
.new_class_3 img {
  max-width: 100%;
  height: auto; }



  @media screen and (min-width: 290px) and (max-width: 1023px) {
    .new_class_1.border-bottom-1::after,
    .new_class_2.border-bottom-1::after,
    .new_class_3.border-bottom-1::after {
      content: '';
      width: 100%;
      height: 1px;
      margin-bottom: 1rem !important;
      margin-top: 4rem !important;
      display: block;
      background-color: #dcdcdc; } }


  @media screen and (min-width: 290px) and (max-width: 1023px) {
    .new_class_1.border-top-1::before,
    .new_class_2.border-top-1::before,
    .new_class_3.border-top-1::before {
      content: '';
      width: 100%;
      height: 1px;
      margin-bottom: 1rem !important;
      margin-top: 5rem !important;
      display: block;
      background-color: #dcdcdc; } }


      .email-contactus-form-page .center.content_column_1.mts-widget
      {
        padding-bottom: inherit;
      }
      .center.content_column_1.mts-widget .header-image .within_brdr .content_column
      {
        margin-bottom: -87px !important;
      }
      

    @media screen and (min-width: 1024px) and (max-width: 2400px) {
    .center.content_column_1.mts-widget .content_column1 .within_brdr,
    .content_column1,
     .angular-form-content {
      margin: 0px 0px 0px 0rem !important;
      } }
    
    @media screen and (min-width: 801px) and (max-width: 1023px){
  .center.content_column_1.mts-widget .content_column1 .within_brdr,
    .content_column1,
     .angular-form-content{
      margin: 0 0 0 0.125rem !important;
      }
    }

    @media screen and (min-width: 481px) and (max-width: 800px) {
    .center.content_column_1.mts-widget .content_column1 .within_brdr,
    .content_column1,
     .angular-form-content {
      margin: 0 0 1.875rem !important;
      }}

      @media screen and (min-width: 321px) and (max-width: 480px) {
    .center.content_column_1.mts-widget .content_column1 .within_brdr,
    .content_column1,
     .angular-form-content {
      margin: 0 0 1.5rem !important;
      }
      }
      @media screen and (min-width: 250px) and (max-width: 320px)
      {
        .center.content_column_1.mts-widget .content_column1 .within_brdr,
        .content_column1,
         .angular-form-content {
          margin: 0 0 1.25rem !important
          }
      }
 
/*  @media (min-width: 1024px) {
  .space_content_1
  {
    margin: 0 0 0 25px;
  }
 }
  
  
 @media (min-width: 801px) {
  .space_content_1
  {
    margin: 0 0 0 -43px;
  }
  
} */
@media screen and (min-width: 280px) and (max-width: 1023px){
  .space_content_1
  {
  margin: 0 0 0 1px;
  }
  }
  @media screen and (min-width: 1024px) and (max-width: 2600px)
  {
  .space_content_1 {
    margin: 0 0 0 32px;
  }
  }
  @media screen and (min-width: 280px) and (max-width: 2500px) { 
    .center.content_column_1.mts-widget .content_column {
      margin-bottom: -95px !important;
      } }
      @media screen and (min-width: 280px) and (max-width: 480px){
        .space_content_1 .new_class_brdr .new_class,
        .angular-form-content .primary_btn {
          margin-bottom: 0;
          margin-top: 13px !important;
          }
      }


.angular-form-content label {
    font-weight: 700;
    line-height: 1.25rem;
    margin-top: 24px;
}

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

  .disabled {
    background-color: #e8ecef;
  }

  @media screen and (min-width: 801px) and (max-width: 1600px) {
    .no-top-space-widget {
      
      /*     margin-top: -64px !important;
 */
    }
  }
  .abc{
    margin-left: 100%;
  }

  @media screen and (min-width: 290px) and (max-width: 800px) {
    .no-top-space-widget {
    

    }

  }
  @media (min-width: 1024px) {
  .words_char
  {
    float: right;
    padding-top: 8px;
  }
  }
  @media screen and (min-width: 680px) and (max-width: 1023px) {
  .words_char
  {
    float: right; margin-right: 90px; 
    padding-top: 8px;
  }
  }
  @media screen and (min-width: 480px) and (max-width: 799px) {
  .words_char
  {
    float: right; margin-right: 90px; 
    padding-top: 8px;
  }
  }
  @media screen and (min-width: 250px) and (max-width: 479px) {
  .words_char
  {
    margin-right: 19%;
    float: right;
    
    padding-top: 8px;
  }
  }


  .h2-no-top-space-widget {

 
  }

  @media screen and (min-width: 1024px) and (max-width: 3000px) {
    .errorMsg_select {
      margin-top: 10px;
      white-space: pre-line;
      width: 100%;
      height: 35px !important;
      padding: 6px 1px 0px 5.7px;
      /*  border: 1px solid red !important; */
      padding: 8px 0px 0px 1.7px;
      border: solid 1px #ccc;
      border-left: 5px solid #e94646;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
    }
  }

  @media screen and (min-width: 250px) and (max-width: 480px) {
    .errorMsg_select {
      margin-top: 10px;
      white-space: pre-line;
      width: 100% !important;
      height: 35px;
      /* border: 1px solid red !important; */
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
    }
  }

  @media screen and (min-width: 481px) and (max-width: 1023px) {
    .errorMsg_select {
      margin-top: 10px;
      white-space: pre-line;
      width: 85% !important;
      height: 35px;
      /* border: 1px solid red !important; */
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      /*    margin-top: 10px;
    white-space: pre-line;
    width: 100%;
    height: 28px;
    padding: 6px 1px 0px 5.7px;
    border: 1px solid red !important;
    padding: 8px 0px 0px 1.7px;
    border: solid 1px #ccc;
    border-left: 3px solid #e94646;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; */
    }

  }

  @media screen and (min-width: 250px) and (max-width:1023px) {
    .txterrorMsg {
      margin-top: 10px;
      white-space: pre-line;
      width: 85%;
      height: 35px !important;
      /* border: 1px solid red !important; */
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
    }
  }

  @media screen and (min-width: 1024px) {
    .txterrorMsg {

      margin-top: 10px;
      white-space: pre-line;
      width: 100%;
      height: 35px !important;
      /* border: 1px solid red !important; */
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
    }

  }

  @media screen and (min-width: 250px) and (max-width:1023px) {
    .input-text {
      display: block;
      width: 85% !important;
      /* height: calc(1.5em + 1rem + 2px); */
      /*  padding: 0.5rem 0rem; */
      padding: 8px 0px 8px 10px;
      font-size: 1rem;
      font-weight: 400;
      /* line-height: 1.5; */
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #666666;
      border-radius: 0;
    }
  }

  @media screen and (min-width: 1024px) {
    .input-text {
      display: block;
      width: 100%;
      /* height: calc(1.5em + 1rem + 2px); */
      /*  padding: 0.5rem 0rem; */
      padding: 8px 0px 8px 10px;
      font-size: 1rem;
      font-weight: 400;
      /* line-height: 1.5; */
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #666666;
      border-radius: 0;
    }
  }

  .errorMsg_c {
    margin-top: 10px;
    white-space: pre-line;
    width: 100%;
    height: 35px !important;
    /* border: 1px solid red !important; */
    padding: 10px 0px 0px 7px;
    border: solid 1px #ccc;
    border-left: 5px solid #d20a3c;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
  }

  /* .input-ng-invalid
{


    border: 1px solid #e94646;
    
}

textarea.ng-invalid:not(form)
{
    border: 1px solid #e94646;
}
select.ng-invalid:not(form)
{
    border: 1px solid #e94646;
} */
  .fa-times:before {
    content: "\f00d";
    color: #d20a3c;
    font-weight: 501;
    padding: 1px 1px 1px 4px;
  }

  .errorText {
    display: none;
    color: red;
    font-size: 12px;
  }

  @media screen and (max-width: 480px) {
    .inputBox {
      width: 100%;
    }

    .widthInput {
      width: 90%;
    }

    .widthLongInput {
      width: 90%;
    }

    .widthMidInput {
      width: 90%;
    }

    .widthSmallInput {
      width: 90%;
    }
  }

  @media screen and (min-width: 481px) {
    .modal-content {
      width: 640px;
      max-width: 90%;
    }
  }

  @media screen and (min-width: 481px) and (max-width: 800px) {
    .widthInput {
      width: 236px;
    }

    .widthLongInput {
      width: 340px;
    }

    .widthMidInput {
      width: 96px;
    }

    .widthSmallInput {
      width: 85px;
    }
  }

  @media screen and (min-width: 801px) {
    .widthInput {
      width: 236px;
    }

    .widthLongInput {
      width: 340px;
    }

    .widthMidInput {
      width: 96px;
    }

    .widthSmallInput {
      width: 85px;
    }
  }

  @media screen and (min-width: 481px) and (max-width: 1023px) {
    .form-control {
      display: block;
      width: 85%;
      padding: 8px 0px 8px 10px;
      font-size: 1rem;
      font-weight: 400;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #666666;
      border-radius: 0;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
  }

  @media screen and (max-width: 480px) {
    .errorMsg_c {
      margin-top: 10px;
      white-space: pre-line;
      width: 100% !important;
      height: 35px !important;
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;

    }
  }

  @media screen and (min-width: 481px) and (max-width: 1023px) {
    .errorMsg_c {
      margin-top: 10px;
      white-space: pre-line;
      width: 85%;
      height: 35px !important;
      padding: 10px 0px 0px 7px;
      border: solid 1px #ccc;
      border-left: 5px solid #d20a3c;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;

    }
  }


  @media screen and (max-width: 480px) {
    .form-control {
      display: block;
      width: 100% !important;
      /* padding: 0.5rem 1rem; */
      padding: 8px 0px 8px 10px;
      font-size: 1rem;
      font-weight: 400;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #666666;
      border-radius: 0;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
  }

  .ant-negative>.media>.media-left {
    border-left: 0.25rem !important;
    border-left: 5px solid #cc0033 !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;
  }

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

  .fa-exclamation:before {
    content: "" !important;
    background-image: url(/dam/media/Error-icons-delete_sign_bcbsva.svg);
    background-repeat: no-repeat;
    height: 2rem;
    display: block;
  }

  .ant-anthem-alert .media-body {
    padding-top: 0.75rem !important;
    padding-left: 0 !important;
    padding-right: 0.75rem !important;
    padding-bottom: 1rem !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;
  }

  .media-body,
  .media-left,
  .media-right {
    display: table-cell;
  }

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

  .media-body p span {
    padding-top: 0.75rem;
    color: #949494;
    line-height: 1.57;
  }

  .ant-negative>.media>.media-left {
    border-left: 0.25rem !important;
    border-left: 5px solid #cc0033 !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;
  }

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


  .fa-exclamation:before {
    content: "" !important;
    background-image: none;
    background-repeat: no-repeat;
    height: 2rem;
    display: block;
    top: 1rem !important;
  }

  .ant-anthem-alert .media-body {
    padding-top: 0.75rem !important;
    padding-left: 0 !important;
    padding-right: 0.75rem !important;
    padding-bottom: 1rem !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;
  }

  .ant-negative>.media>.media-left {
    border-left: 0.25rem !important;
    border-left: 5px solid #cc0033 !important;
  }

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

  .ant-anthem-alert {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.05);
    /* min-height: 80px; */
  }

  .angular-form-content .media-left {
    background: #f7f7f7;
    padding: 1rem;
    text-align: center;
  }

  .ant-anthem-alert .fa {
    font-size: 1.60rem;
    position: relative;
    min-width: 32px;
    min-height: 14px;
  }

  .media-body p span {
    padding-top: 0.75rem;
    color: #949494;
    line-height: 1.57;
  }

  .ant-anthem-alert .fa {
    color: #fff;
    font-size: 1.25rem;
    position: relative;
    top: 1px;
  }

  .media-middle {
    vertical-align: middle;
  }

  .ng-valid[required],
  .ng-valid.required {
    font-size: 16px;
    /* text-align: center; */
    text-decoration: none;
    border-left: 10px solid rgb(218, 200, 43);
    /* yellow */
  }

  .ng-invalid:not(form) {
    font-size: 16px;
    /* text-align: center; */
    text-decoration: none;
    /*border: 1px solid #e94646;*/
    /* red */
  }

  .backdrop {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  /* Start the style  */


  

  /*  End Style */
  @media screen and (min-width: 1024px) and (max-width: 2500px) {
    .form-control {
      display: block;
      width: 100%;
      /* height: calc(1.5em + 1rem + 2px); */
      /*  padding: 0.5rem 0rem; */
      padding: 8px 0px 8px 10px;
      font-size: 1rem;
      font-weight: 400;
      /* line-height: 1.5; */
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #666666;
      border-radius: 0;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
  }

  .-Type-something {
    /*  width: 136px; 
    height: 24px;*/
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #333;
  }


  input.form-control.ng-invalid.ng-touched {
    border: solid 1px #d20a3c;
  }

  select.form-control.ng-invalid.ng-touched {
    border: solid 1px #d20a3c;
  }

  textarea.ng-invalid.ng-touched {
    border: solid 1px #d20a3c;
  }

 /*  starts style */
 @media screen and (min-width: 1024px) {

.new_class_1>.new_class_brdr,
.new_class_2>.new_class_brdr,
.new_class_3>.new_class_brdr {
  padding-left: 20px;
  padding-right: 20px;
}
}

@media screen and (min-width: 1024px) and (min-width: 480px) {

.new_class_1>.new_class_brdr,
.new_class_2>.new_class_brdr,
.new_class_3>.new_class_brdr {
  padding-left: 24px;
  padding-right: 24px;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {

.new_class_1>.new_class_brdr,
.new_class_2>.new_class_brdr,
.new_class_3>.new_class_brdr {
  padding-left: 30px;
  padding-right: 30px;
}
}

@media screen and (min-width: 1024px) and (min-width: 1140px) {

.new_class_1>.new_class_brdr,
.new_class_2>.new_class_brdr,
.new_class_3>.new_class_brdr {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
}

@media screen and (min-width: 1024px) {

.new_class_1>.new_class_brdr::after,
.new_class_2>.new_class_brdr::after,
.new_class_3>.new_class_brdr::after {
  display: block;
  clear: both;
  content: "";
}

.new_class_1>.new_class_brdr>.new_class,
.new_class_2>.new_class_brdr>.new_class,
.new_class_3>.new_class_brdr>.new_class {
  box-sizing: content-box;
  float: left;
}

.new_class_1>.new_class_brdr>.new_class:first-of-type,
.new_class_2>.new_class_brdr>.new_class:first-of-type,
.new_class_3>.new_class_brdr>.new_class:first-of-type {
  padding-left: 0;
}

.new_class_1>.new_class_brdr>.new_class:last-of-type,
.new_class_2>.new_class_brdr>.new_class:last-of-type,
.new_class_3>.new_class_brdr>.new_class:last-of-type {
  padding-right: 0;
}

.new_class_1>.new_class_brdr,
.new_class_2>.new_class_brdr,
.new_class_3>.new_class_brdr {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
}

/*  @media screen and (min-width: 1024px) and (min-width: 480px) {
.new_class_1 > .new_class_brdr,
.new_class_2 > .new_class_brdr,
.new_class_3 > .new_class_brdr {
padding-top: 48px;
padding-bottom: 48px; } } */

/*   @media screen and (min-width: 1024px) and (min-width: 768px) {
.new_class_1 > .new_class_brdr,
.new_class_2 > .new_class_brdr,
.new_class_3 > .new_class_brdr {
padding-top: 64px;
padding-bottom: 64px; } }

@media screen and (min-width: 1024px) and (min-width: 992px) {
.new_class_1 > .new_class_brdr,
.new_class_2 > .new_class_brdr,
.new_class_3 > .new_class_brdr {
padding-top: 96px;
padding-bottom: 96px; } } */

@media screen and (min-width: 1024px) {

.new_class_1>.new_class_brdr::before,
.new_class_2>.new_class_brdr::before,
.new_class_3>.new_class_brdr::before {
  content: "";
  display: block;
  border-top: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
}

@media screen and (min-width: 1024px) and (min-width: 480px) {

.new_class_1>.new_class_brdr::before,
.new_class_2>.new_class_brdr::before,
.new_class_3>.new_class_brdr::before {
  left: 24px;
  right: 24px;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {

.new_class_1>.new_class_brdr::before,
.new_class_2>.new_class_brdr::before,
.new_class_3>.new_class_brdr::before {
  left: 30px;
  right: 30px;
}
}

@media screen and (min-width: 1024px) {

.new_class_1.border-top-0>.new_class_brdr,
.new_class_2.border-top-0>.new_class_brdr,
.new_class_3.border-top-0>.new_class_brdr {
  padding-top: 0;
}

.new_class_1.border-top-0>.new_class_brdr::before,
.new_class_2.border-top-0>.new_class_brdr::before,
.new_class_3.border-top-0>.new_class_brdr::before {
  border-top-style: none;
}

.new_class_1.border-bottom-1,
.new_class_2.border-bottom-1,
.new_class_3.border-bottom-1 {
  position: relative;
  margin-bottom: 48px;
}
}

@media screen and (min-width: 1024px) and (min-width: 480px) {

.new_class_1.border-bottom-1,
.new_class_2.border-bottom-1,
.new_class_3.border-bottom-1 {
  margin-bottom: 48px;
}
}

/*   @media screen and (min-width: 1024px) and (min-width: 768px) {
.new_class_1.border-bottom-1,
.new_class_2.border-bottom-1,
.new_class_3.border-bottom-1 {
margin-bottom: 64px; } }

@media screen and (min-width: 1024px) and (min-width: 992px) {
.new_class_1.border-bottom-1,
.new_class_2.border-bottom-1,
.new_class_3.border-bottom-1 {
margin-bottom: 96px; } } */



@media screen and (min-width: 1024px) and (min-width: 480px) {

.new_class_1.border-bottom-1::after,
.new_class_2.border-bottom-1::after,
.new_class_3.border-bottom-1::after {
  left: 24px;
  right: 24px;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {

.new_class_1.border-bottom-1::after,
.new_class_2.border-bottom-1::after,
.new_class_3.border-bottom-1::after {
  left: 30px;
  right: 30px;
}
}

@media screen and (min-width: 1024px) and (min-width: 1140px) {

.new_class_1.border-bottom-1::after,
.new_class_2.border-bottom-1::after,
.new_class_3.border-bottom-1::after {
  max-width: 1140px;
  left: calc(50% - 570px);
}
}

@media screen and (min-width: 1024px) {

.new_class_1.bg-light,
.new_class_2.bg-light,
.new_class_3.bg-light {
  background-color: #fafafa !important;
}

.new_class_1.bg-light>.new_class_brdr::before,
.new_class_2.bg-light>.new_class_brdr::before,
.new_class_3.bg-light>.new_class_brdr::before {
  border-top-style: none;
}

.new_class_1.bg-light+.tools_resources::before,
.new_class_1.bg-light+.call_to_action::before,
.new_class_2.bg-light+.tools_resources::before,
.new_class_2.bg-light+.call_to_action::before,
.new_class_3.bg-light+.tools_resources::before,
.new_class_3.bg-light+.call_to_action::before {
  border-top-style: none;
}

.new_class_1.bg-light+.new_class_1>.new_class_brdr::before,
.new_class_1.bg-light+.new_class_2>.new_class_brdr::before,
.new_class_1.bg-light+.new_class_3>.new_class_brdr::before,
.new_class_2.bg-light+.new_class_1>.new_class_brdr::before,
.new_class_2.bg-light+.new_class_2>.new_class_brdr::before,
.new_class_2.bg-light+.new_class_3>.new_class_brdr::before,
.new_class_3.bg-light+.new_class_1>.new_class_brdr::before,
.new_class_3.bg-light+.new_class_2>.new_class_brdr::before,
.new_class_3.bg-light+.new_class_3>.new_class_brdr::before {
  border-top-style: none;
}

.content_container>.new_class_1:first-child>.new_class_brdr,
.content_container>.new_class_2:first-child>.new_class_brdr,
.content_container>.new_class_3:first-child>.new_class_brdr {
  padding-top: 0;
}

.content_container>.new_class_1:first-child>.new_class_brdr::before,
.content_container>.new_class_2:first-child>.new_class_brdr::before,
.content_container>.new_class_3:first-child>.new_class_brdr::before {
  border-top-style: none;
}

.new_class_1>.new_class_brdr>.new_class {
  width: 100%;
}

.new_class_2>.new_class_brdr>.new_class {
  width: 100%;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
.new_class_2>.new_class_brdr>.new_class {
  padding-left: 32px;
  padding-right: 32px;
  width: calc(50% - 32px);
}
}

@media screen and (min-width: 1024px) {
.new_class_2>.new_class_brdr>.new_class+.new_class {
  margin-top: 32px;
}
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
.new_class_2>.new_class_brdr>.new_class+.new_class {
  margin-top: 48px;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
.new_class_2>.new_class_brdr>.new_class+.new_class {
  margin-top: 0;
}
}

@media screen and (min-width: 1024px) {
.new_class_3>.new_class_brdr>.new_class {
  width: 100%;
}
}

@media screen and (min-width: 1024px) and (min-width: 992px) {
.new_class_3>.new_class_brdr>.new_class {
  padding-left: 32px;
  padding-right: 32px;
  width: calc(33.3333333% - 42.66667px);
}
}

@media screen and (min-width: 1024px) {
.new_class_3>.new_class_brdr>.new_class+.new_class {
  margin-top: 32px;
}
}

@media screen and (min-width: 1024px) and (min-width: 480px) {
.new_class_3>.new_class_brdr>.new_class+.new_class {
  margin-top: 48px;
}
}

@media screen and (min-width: 1024px) and (min-width: 768px) {
.new_class_3>.new_class_brdr>.new_class+.new_class {
  margin-top: 64px;
}
}

@media screen and (min-width: 1024px) and (min-width: 992px) {
.new_class_3>.new_class_brdr>.new_class+.new_class {
  margin-top: 0;
}
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
.new_class_2.no-top-space-widget {

}
}


@media screen and (min-width: 480px) and (max-width: 1023px) {
.new_class_2.no-top-space-widget {
 
}
}

.content_container.contact-page content_column_1 > .within_brdr::before{
  content: none;
}


@media (min-width: 321px)
{
.angular-form-content .angular-form-content_result .row div:last-of-type {
    margin-top: 24px !important;
}}

/*** 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; }

.inputEnrollFrmDiv .psLabel:hover,
.psLabel.digitalFrmLabel:hover {
  background: inherit !important;
  color: #333 !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;*/
     width: 430px;
    max-width: 430px !important; }
  #tooltipENRArr2 {
    left: 199px !important; } }

@media screen and (max-width: 580px) and (min-width: 481px) {
  #tooltipENR0 {
    width: 430px;
    max-width: 430px !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: 830px !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; */
    top: 815px !important;}
  #tooltipENR1 {
   /* top: 365px !important;*/
    top: 790px !important }
  #tooltipENR2 {
   /* top: 421px !important; */
    top: 847px !important;}
  #tooltipENR3 {
   /* top: 480px !important;*/
    top: 930px !important; }
  #tooltipENR4 {
   /* top: 560px !important;*/
    top: 1010px !important; } }


@media screen and (max-width: 767px) and (min-width: 480px) {
  .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; }

@media screen and (min-width: 773px) and (max-width: 805px)  {
  .inputEnrollFrmDiv {
    width: 350px;
  }
}