@charset "UTF-8";
/* ----------------- */
/* --- Bootstrap --- */
/* ------------------ */
/* --- Components --- */
nav {
  display: none !important; }

#call_out_column {
  display: flex !important; }

#call_out_column > div > p > a::after {
  padding-left: 8px; }

.resize-col > .within_brdr > .content_column:first-of-type p + p {
  margin-top: 16px !important; }

@media (max-width: 479.98px) {
  .resize-col > .within_brdr > .content_column:first-of-type {
    padding: 24px !important;
    margin-left: -20px !important; }
  header > .center {
    padding-bottom: 0px !important; } }

@media (min-width: 800px) {
  body {
    font-weight: 400 !important; } }
    @media (max-width: 430px){
    .content_column_1 img, .content_column_2 img, .content_column_3 img{
      max-width: 50% !important;
  height: auto;

    }
  }
  @media (max-width: 430px){
  .center.content_column_1.no-text-space.with_coloredB_green .availity-icon{
    max-width: 100% !important;
  }
  }


@media (min-width: 480px) and (max-width: 767.98px) {
  .resize-col > .within_brdr > .content_column:first-of-type {
    padding: 32px !important;
    margin-left: -32px !important; } }

: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 {
  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/agpmd/gicons/font/gicons.woff") format("woff"), url("/dam/media/agpmd/gicons/font/gicons.ttf") format("truetype"), url("/dam/media/agpmd/gicons/font/gicons.svg#gicons") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.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: #69A244; }
    @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%; } }

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, .secondary_btn, .ghost_btn {
  display: block;
  width: 100%;
  font-weight: bold;
  border-style: none;
  border-radius: 0.3125rem;
  padding: 8px;
  margin-top: 20px; }
  @media (min-width: 480px) {
    .primary_btn, .secondary_btn, .ghost_btn {
      padding: 16px; } }
  @media (min-width: 768px) {
    .primary_btn, .secondary_btn, .ghost_btn {
      display: inline-block;
      width: auto;
      padding: 16px 24px;
      margin-top: 32px; } }
  @media (min-width: 992px) {
    .primary_btn, .secondary_btn, .ghost_btn {
      padding: 16px 32px; } }
  .primary_btn.add_space, .secondary_btn.add_space, .ghost_btn.add_space {
    margin-top: 20px; }
    @media (min-width: 480px) {
      .primary_btn.add_space, .secondary_btn.add_space, .ghost_btn.add_space {
        margin-top: 24px; } }
    @media (min-width: 768px) {
      .primary_btn.add_space, .secondary_btn.add_space, .ghost_btn.add_space {
        margin-top: 32px; } }

.primary_btn {
  color: #fff;
  background-color: #007EB3; }
  .primary_btn:hover {
    color: #fff;
    background-color: #004b6b; }

.ghost_btn {
  color: #007EB3;
  background-color: #fff;
  border: 1px solid #007EB3; }
  .ghost_btn: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_1.bg-light,
  .content_column_2.content-group-bg-light,
  .content_column_2.bg-light,
  .content_column_3.content-group-bg-light,
  .content_column_3.bg-light {
    background-color: #fafafa !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_1.bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_2.bg-light,
      .content_column_3.content-group-bg-light,
      .content_column_3.bg-light {
        padding-top: 48px;
        padding-bottom: 48px; } }
    @media (min-width: 768px) {
      .content_column_1.content-group-bg-light, .content_column_1.bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_2.bg-light,
      .content_column_3.content-group-bg-light,
      .content_column_3.bg-light {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media (min-width: 992px) {
      .content_column_1.content-group-bg-light, .content_column_1.bg-light,
      .content_column_2.content-group-bg-light,
      .content_column_2.bg-light,
      .content_column_3.content-group-bg-light,
      .content_column_3.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; }

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

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

.ext-arrow-links-space {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important; }

.resize-col > .within_brdr > .content_column {
  width: 100%; }
  @media (min-width: 768px) {
    .resize-col > .within_brdr > .content_column {
      padding-left: 32px;
      padding-right: 32px; }
      .resize-col > .within_brdr > .content_column:first-of-type {
        width: calc(30% - 64px) !important;
        background-color: #007EB3;
        padding-top: 32px !important;
        padding-left: 32px !important;
        padding-bottom: 32px !important; }
      .resize-col > .within_brdr > .content_column:last-of-type {
        width: calc(70% - 64px) !important; } }

.resize-col > .within_brdr > .content_column:first-of-type {
  background-color: #007EB3 !important; }

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-color: #007EB3;
  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: #69a244 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(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 {
      position: relative;
      top: -4px; }
    .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(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: #ffffff;
  box-shadow: none;
  padding-top: 24px;
  padding-bottom: 16px;
  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 {
      padding-bottom: 24px;
      box-shadow: none; } }
  header > .center {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px; }
    @media (min-width: 480px) {
      header > .center {
        padding-left: 24px;
        padding-right: 24px; } }
    @media (min-width: 768px) {
      header > .center {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 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: 128px; }
      @media (min-width: 480px) {
        header > .center > a:first-child {
          width: 162px; } }
      @media (min-width: 768px) {
        header > .center > a:first-child {
          width: 215px; } }
      @media (min-width: 992px) {
        header > .center > a:first-child {
          width: 215px; } }
      @media (min-width: 1140px) {
        header > .center > a:first-child {
          width: 215px; } }
      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: 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: #fff; }
    header > .center > p:last-child {
      order: 2;
      align-self: center;
      margin-top: 12px;
      margin-left: 8px;
      border-left: 1px solid #fff;
      padding-left: 8px; }
      @media (min-width: 480px) {
        header > .center > p:last-child {
          margin-left: 16px;
          padding-left: 16px; } }
      @media (max-width: 767.98px) {
        header > .center > p:last-child {
          margin-top: 8px; } }
  header a:focus,
  header button:focus {
    outline: #69a244 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-dark-bg-animation;
    animation-duration: 0.2s; }

i#closeNavBar {
  display: none; }

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

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

@media (min-width: 1260px) {
  a.skip:active,
  a.skip:focus,
  a.skip:hover {
    left: 0.75rem;
    top: -15px;
    width: 5.625rem;
    height: auto;
    overflow: visible;
    text-align: center;
    text-decoration: underline;
    border: 2px solid #69a244;
    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 #69a244;
    text-align: center;
    text-decoration: underline;
    z-index: 5; } }

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

.header-image > h1::after {
  background-color: #69a244 !important;
  left: 20px; }

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

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

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

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

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

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

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

h1::after, .h1::after {
  background-color: #69a244 !important; }

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

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

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

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

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

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

.disabled {
  background-color: #e8ecef; }

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "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; } }

.resize-col > .within_brdr > .content_column:first-of-type h3 {
  color: #ffffff !important; }

/* ------------------------ */
.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: #333;
    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: #007EB3;
      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 {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 48px;
  margin-bottom: 32px; }
  @media (min-width: 480px) {
    nav + h1,
    .search-area + h1 {
      padding-left: 24px;
      padding-right: 24px; } }
  @media (min-width: 768px) {
    nav + h1,
    .search-area + h1 {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1140px) {
    nav + h1,
    .search-area + h1 {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    nav + h1,
    .search-area + h1 {
      margin-top: 64px;
      margin-bottom: 48px; } }
  nav + h1::after,
  .search-area + h1::after {
    left: 20px; }
    @media (min-width: 480px) {
      nav + h1::after,
      .search-area + h1::after {
        left: 24px; } }
    @media (min-width: 768px) {
      nav + h1::after,
      .search-area + 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: 24vw;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .home_page .wide_image {
      padding-top: 0;
      min-height: 24vw;
      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;
  max-width: 528px; }
  @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: 24px; } }
  .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: 24px; } }
  .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: #69a244 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: #69a244 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: #69a244 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: #69a244 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: #69a244 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }

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

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

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

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

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

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

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

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

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

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

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

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

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

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

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

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

/* Web Font */
/* Relative positioning*/
#image-map {
  position: relative;
  margin: 150px auto 20px auto; }

/* Hide the original tooltips contents */
.pin {
  display: none; }

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
  position: absolute;
  background: url(https://i.imgur.com/13rZbuk.png);
  width: 25px;
  height: 37px; }

.tooltip-down {
  background-position: 0 -37px; }

.tooltip {
  display: none;
  width: 200px;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  top: -140px;
  left: 15px;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #222;
  background: #ffffff;
  border: solid 1px #DCDCDC; }
  .tooltip h6 {
    margin-bottom: 16px; }

.tooltip::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #DCDCDC; }

.tooltip-down .tooltip {
  bottom: 12px;
  top: auto; }

.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #DCDCDC; }

#image {
  padding-left: 32px; }

.center-map {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%; }

.resize-col > .within_brdr > .content_column:last-of-type a,
.tooltip a,
.arrow_link a {
  display: inline-block;
  font-weight: bold;
  padding-right: 18px; }
  .resize-col > .within_brdr > .content_column:last-of-type a::after,
  .tooltip 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: ""; }
  .resize-col > .within_brdr > .content_column:last-of-type a::after,
  .tooltip a::after,
  .arrow_link a::after {
    width: 0;
    font-size: 1.125em;
    text-decoration: underline; }
  .resize-col > .within_brdr > .content_column:last-of-type a::after,
  .tooltip a::after,
  .arrow_link a::after {
    text-decoration: none; }
  .resize-col > .within_brdr > .content_column:last-of-type a > .fa,
  .tooltip a > .fa,
  .arrow_link a > .fa {
    display: none; }
  .resize-col > .within_brdr > .content_column:last-of-type a:focus,
  .tooltip a:focus,
  .arrow_link a:focus {
    outline: #69a244 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;
    margin-left: 2px;
    text-decoration: underline; }
  a.external_link_arrow::after {
    text-decoration: none; }
  a.external_link_arrow:focus {
    outline: #69a244 solid 2px;
    outline-offset: 3px;
    animation-name: focus-state-animation;
    animation-duration: 0.2s; }
