/* This file is auto-generated. Do not edit directly. */
@charset "UTF-8";
/* Spacing helper classes. */
.mb-40 {
  margin-bottom: 2.2222222222rem !important;
}

.mt-40 {
  margin-top: 2.2222222222rem !important;
}

.mb-80 {
  margin-bottom: 4.4444444rem !important;
}

.mt-80 {
  margin-top: 4.44444444rem !important;
}

.rounded-opposites {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.row.equal-columns > [class*=col-] {
  display: flex;
}

html {
  font-size: 1.125rem;
}

body {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: #333333;
  text-decoration-color: #26787b;
  font-weight: 400;
  text-underline-offset: 2px;
}
a:hover {
  color: #26787b;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:active {
  color: #4992c4;
  text-decoration-color: #4992c4;
  text-underline-offset: 2px;
}

b,
strong {
  font-weight: 500;
}

ol,
ul {
  padding-left: 1.25rem;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  color: #000000;
  font-weight: 300;
  text-transform: uppercase;
}

.display-1 {
  font-size: 50px;
  font-size: 3.125rem;
}

.display-2 {
  font-size: 45px;
  font-size: 2.8125rem;
}

.display-3 {
  font-size: 40px;
  font-size: 2.5rem;
}

.display-4 {
  font-size: 36px;
  font-size: 2.25rem;
}

.display-5 {
  font-size: 34px;
  font-size: 2.125rem;
}

.display-6 {
  font-size: 32px;
  font-size: 2rem;
}

h1,
h1 a,
.h1,
h2,
h2 a,
.h2,
h3,
h3 a,
.h3,
h4,
h4 a,
.h4,
h5,
h5 a,
.h5 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}

h1,
h1 a,
.h1 {
  font-size: 2.0625rem;
  font-size: 1.8333333333rem;
  font-weight: 500;
}

h2,
h2 a,
.h2 {
  font-size: 1.75rem;
  font-size: 1.5555555556rem;
  text-transform: uppercase;
}

h3,
h3 a,
.h3 {
  font-size: 1.125rem;
  font-size: 1.25rem;
}

h4,
h4 a,
.h4 {
  font-size: 1rem;
  font-size: 0.8888888889rem;
  font-weight: 400;
}

h5,
h5 a,
.h5 {
  color: #4992c4;
  font-size: 1.25rem;
  font-size: 1.1111111111rem;
}

h6,
h6 a,
.h6 {
  font-size: 0.875rem;
  font-size: 0.7777777778rem;
  color: #727272;
}

.lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.mark,
mark {
  padding: 0.2em;
  background: rgba(247, 207, 80, 0.5);
}

.small,
small {
  font-size: 0.875rem;
  font-size: 0.7777777778em;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4992c4;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 1em;
  color: #4992c4;
  font-style: italic;
}

ul ul {
  list-style-type: disc;
}

.figure-caption {
  font-size: 0.875rem;
  font-size: 0.7777777778rem;
  font-weight: 300;
  color: #333333;
}

.node__content {
  font-size: 1rem;
}

hr:not([size]) {
  height: 2px;
}

hr {
  background-color: #000000;
  opacity: 1;
}

.text-muted {
  color: #727272 !important;
  font-size: 0.875rem;
  font-size: 0.7777777778rem;
}

.img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}

h1.title {
  color: #202020;
  font-size: 2rem;
  font-weight: 500;
  clear: both;
  padding: 0;
  border-bottom: none;
  line-height: 1.15;
  margin-top: 1.875rem;
  text-transform: uppercase;
}

.callout-box a,
.callout-box a:link,
.callout-box a:visited,
.blockquote a:hover,
.callout-box a:active {
  color: #fff;
  text-decoration-color: #fff;
}

.callout-box .btn-primary {
  background-color: #fff;
  color: #4992c4;
  border-radius: 20px;
  font-weight: 500;
  border: none;
}

blockquote {
  padding: 0.625rem 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 1.09375rem;
}

.feed-icons {
  display: none;
}

.mh-inherit {
  min-height: inherit;
}

.z-index-1 {
  z-index: 1;
}

.captcha {
  padding: 0.938rem 0;
}
.captcha .captcha__description,
.captcha .captcha__title {
  display: none;
}

/* Big Blue Button Styling. */
.btn-primary,
.btn-primary:visited,
.btn-info,
.btn-info:visited {
  color: #ffffff !important;
  background-color: #4992c4;
  border-color: #4992c4;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

.btn-primary:hover,
.btn-info:hover {
  color: #ffffff;
  border-color: #203d68;
  background-color: #203d68;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-info:focus,
.btn-info:active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #203d68;
  border-color: #203d68;
}

.btn-primary:disabled {
  color: #ffffff;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 1;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  --bs-btn-disabled-bg: #d1d1d1;
  --bs-btn-disabled-border-color: #e1e1e1;
}

/* Outline Button Styling. */
.btn-outline,
.btn-outline-primary,
.btn-outline-secondary,
.btn-secondary,
.button-link,
.alt-button-link {
  color: #4992c4;
  background-color: #ffffff;
  border: 2px solid #4992c4;
}

.btn-secondary,
.btn-outline,
.btn-light,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark,
.button-link,
.alt-button-link {
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-light,
.btn-outline-dark {
  border-radius: 30px;
  border-width: 2px;
}

.btn-outline:hover,
.btn-outline-primary:hover,
.btn-secondary:hover,
.btn-outline-secondary:hover,
.button-link:hover,
.alt-button-link:hover {
  color: #203d68;
  background-color: #ffffff;
  border: 2px solid #203d68;
}

.btn-outline:focus,
.btn-outline:active,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.button-link:focus,
.alt-button-link:focus,
.button-link:active,
.alt-button-link:active {
  color: #26787b;
  background-color: #ffffff;
  border: 2px solid #26787b;
}

.btn-outline-primary:disabled,
.btn-secondary:disabled,
.button-link:disabled,
.alt-button-link:disabled {
  color: #d1d1d1;
  background-color: #ffffff;
  border-color: #d1d1d1;
}

/* White Fill Button Styling. */
.btn-primary .bg-white {
  border: none;
  background: #ffffff;
  color: #4992c4;
}
.btn-primary .bg-white:hover {
  background: #ffffff;
  color: #203d68;
}
.btn-primary .bg-white:disabled {
  color: #ffffff;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-primary .bg-white:active, .btn-primary .bg-white:focus, .btn-primary .bg-white:not(:disabled):not(.disabled).active, .btn-primary .bg-white:not(:disabled):not(.disabled):active {
  background: #ffffff;
  color: #26787b;
}

/* Success Button Styling. */
.btn-outline-success {
  color: #26787b;
  border-color: #26787b;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #26787b;
  border-color: #26787b;
}

.btn-success,
.btn-success:visited {
  color: #ffffff !important;
  background-color: #26787b;
  border-color: #26787b;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #4992c4;
  border-color: #4992c4;
}

/* Danger Button Styling. */
.btn-outline-danger {
  color: #d10f5a;
  border-color: #d10f5a;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d10f5a;
  border-color: #d10f5a;
}

.btn-danger,
.btn-danger:visited {
  color: #ffffff !important;
  background-color: #d10f5a;
  border-color: #d10f5a;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

/* Warning Button Styling. */
.btn-outline-warning {
  color: #203d68;
  border-color: #f7cf50;
}
.btn-outline-warning:hover {
  color: #203d68;
  background-color: #f7cf50;
  border-color: #f7cf50;
}

.btn-warning,
.btn-warning:visited {
  color: #203d68 !important;
  background-color: #f7cf50;
  border-color: #f7cf50;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

/* Light Button Styling. */
.btn-outline-light {
  color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-outline-light:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

/* btn-light coloring */
.btn-light,
a.btn-light:visited,
a.btn-light:link,
.btn-light:visited {
  color: #4992c4 !important;
  background-color: #ffffff;
  border: none;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-light:hover,
a.btn-light:hover {
  color: #203d68 !important;
}

/* Dark Button Styling. */
.btn-outline-dark {
  color: #203d68;
  border-color: #203d68;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #26787b;
  border-color: #26787b;
}

.btn-dark,
.btn-dark:visited {
  color: #ffffff !important;
  background-color: #203d68;
  border-color: #203d68;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #26787b;
  border-color: #26787b;
}

/* Info Button Styling */
.btn-outline-info {
  color: #4992c4;
  border-color: #4992c4;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #203d68;
  border-color: #203d68;
}

/* Small Button Styling */
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-size: 0.7777777778rem;
}

/* Large Button Styling. */
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.1111111111rem;
}

/* Dropdown button styling */
.btn-group .btn-primary.dropdown-toggle-split,
.btn-group .btn-success.dropdown-toggle-split,
.btn-group .btn-info.dropdown-toggle-split,
.btn-group .btn-warning.dropdown-toggle-split,
.btn-group .btn-light.dropdown-toggle-split,
.btn-group .btn-dark.dropdown-toggle-split,
.btn-group .btn-danger.dropdown-toggle-split {
  padding-left: 0;
  border-left: none;
}

.btn-group .btn-secondary.dropdown-toggle-split {
  padding-left: 0;
  border-left: none;
  border-right: 2px solid #4992c4;
}

.btn-group .btn-light.dropdown-toggle-split {
  padding-left: 0;
  border-left: none;
  border-right: 2px solid #b1b1b1;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.dropend .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
  margin-left: 0.625rem;
}

.dropstart .dropdown-toggle::before {
  margin-right: 0.625rem;
}

.btn-group-outline .btn-secondary,
.btn-group-outline .btn-light {
  border-right: 0;
}

/* Card styling. */
.card {
  border-radius: 0;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-title {
  color: #333333;
}

.card-body .btn {
  float: right;
}

/* List Group Styling. */
.list-group {
  border-radius: 0;
}

.list-group-item {
  border: none;
  display: list-item;
  list-style-type: disc;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #e1e1e1;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}

.list-group-item-primary {
  color: #333333;
  background-color: #ffffff;
}
.list-group-item-primary .list-group-item-action:hover, .list-group-item-primary .list-group-item-action:focus {
  color: #333333 !important;
  background-color: #ffffff !important;
}

.list-group-item-secondary {
  color: #333333;
  background-color: #f1f1f1;
}
.list-group-item-secondary .list-group-item-action:hover, .list-group-item-secondary .list-group-item-action:focus {
  color: #333333 !important;
  background-color: #f1f1f1 !important;
}

.list-group-item-success {
  color: #ffffff !important;
  background-color: #26787b;
}
.list-group-item-success .list-group-item-action:focus, .list-group-item-success .list-group-item-action:hover {
  color: #ffffff !important;
  background-color: #26787b !important;
}

.list-group-item-danger {
  color: #ffffff !important;
  background-color: #d10f5a;
}
.list-group-item-danger .list-group-item-action:hover, .list-group-item-danger .list-group-item-action:focus {
  color: #ffffff !important;
  background-color: #d10f5a !important;
}

.list-group-item-warning {
  color: #203d68 !important;
  background-color: #f7cf50;
}
.list-group-item-warning .list-group-item-action:hover, .list-group-item-warning .list-group-item-action:focus {
  color: #203d68 !important;
  background-color: #f7cf50 !important;
}

.list-group-item-info {
  color: #ffffff !important;
  background-color: #4992c4;
}
.list-group-item-info .list-group-item-action:hover, .list-group-item-info .list-group-item-action:focus {
  color: #ffffff !important;
  background-color: #4992c4 !important;
}

.list-group-item-light {
  color: #333333 !important;
  background-color: #ffffff;
}
.list-group-item-light .list-group-item-action:hover, .list-group-item-light .list-group-item-action:focus {
  color: #333333 !important;
  background-color: #ffffff !important;
}

.list-group-item-dark {
  color: #ffffff !important;
  background-color: #203d68;
}
.list-group-item-dark .list-group-item-action:hover, .list-group-item-dark .list-group-item-action:focus {
  color: #ffffff !important;
  background-color: #203d68 !important;
}

.list-group a:visited {
  color: #333333;
}

.list-group-item:hover {
  background-color: inherit !important;
}

/* Modal styling. */
.modal-title {
  color: #333333;
}

.modal-content {
  border-radius: 0;
}

/* Pagination Styling. */
.pagination .page-link {
  color: #727272 !important;
  border: none;
  border-radius: 0.25rem;
}
.pagination .page-item {
  padding: 0.25rem;
}
.pagination .page-item .active .page-link {
  background-color: #26787b;
  border-color: #26787b;
  border-radius: 0.25rem;
  color: #ffffff !important;
}

/* Progress bar Styling. */
.progress {
  background-color: #e1e1e1;
  border-radius: 0.5rem;
}

.progress-bar {
  background-color: #4992c4;
  font-weight: 600;
}

.bg-success {
  background-color: #26787b !important;
}

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

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

.bg-info {
  background-color: #203d68 !important;
  color: #ffffff;
}

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

/* Spinners styling. */
.spinner-border {
  border-width: 0.35em;
}

.spinner-border.text-primary,
.spinner-grow.text-primary {
  color: #4992c4 !important;
}

.spinner-border.text-success,
.spinner-grow.text-success {
  color: #26787b !important;
}

.spinner-border.text-info,
.spinner-grow.text-info {
  color: #203d68 !important;
}

.spinner-border.text-secondary,
.spinner-grow.text-secondary {
  color: #b1b1b1 !important;
}

.spinner-border.text-warning,
.spinner-grow.text-warning {
  color: #f7cf50 !important;
}

.spinner-border.text-danger,
.spinner-grow.text-danger {
  color: #d10f5a !important;
}

/* Breadcrumb Styling. */
.breadcrumb {
  color: #727272;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  font-weight: 300;
  margin: 0 0 0 0;
}
.breadcrumb a {
  color: #727272;
}
.breadcrumb a:visited {
  color: #307bc5;
  text-decoration-color: #307bc5;
}
#block-pac-theme-breadcrumbs {
  width: 90%;
  margin: auto;
  margin-left: 8.33333333%;
}

/* Gradient styling. */
.darkblue-gradient {
  background-color: rgb(73, 146, 196);
  background: rgb(73, 146, 196) linear-gradient(180deg, rgba(73, 146, 196, 0) 0%, rgb(32, 61, 104) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4992c400", endColorstr="$color-celloff", GradientType=1) !important;
}
.darkblue-gradient p {
  color: white;
}

.greenblue-gradient {
  background-color: rgb(38, 152, 155);
  background: linear-gradient(180deg, rgb(38, 152, 155) 0%, rgb(33, 75, 112) 75%, rgb(32, 61, 104) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26787b",endColorstr="#203d68",GradientType=1);
}
.greenblue-gradient p {
  color: white;
}

.lightgreen-bg {
  background-color: #26989b !important;
}

.lightblue-bg {
  background-color: #4992c4 !important;
}

/* Tooltip styling. */
.tooltip {
  font-weight: 700;
  text-transform: uppercase;
}
.tooltip .show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #4992c4;
  border-radius: 0;
}

.tooltip-arrow::before {
  border-bottom-color: #4992c4;
  color: #4992c4;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #4992c4;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #4992c4;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4992c4;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #4992c4;
}

/* Popover styling. */
.popover {
  border: 1px solid #4992c4;
  border-radius: 0;
}

.popover-body {
  color: #333333;
}

.popover-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #4992c4;
  text-transform: uppercase;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  border-top-color: #4992c4;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: -0.5rem;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  border-right-color: #4992c4;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  border-bottom-color: #4992c4;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  border-left-color: #4992c4;
}

/* Table styling. */
thead tr {
  background: #f1f1f1;
  color: #333333;
}

tbody tr {
  background: #ffffff;
}
tbody tr th {
  border: 1px solid #e1e1e1;
}

tr td,
tr th {
  border: 1px solid #e1e1e1;
  font-weight: 500;
}

table:not(.table-dark) tr th,
table:not(.table-dark) tr th a,
table:not(.table-dark) tr th a:hover,
table:not(.table-dark) tr th a:focus {
  color: #333333;
  font-weight: 600;
}

table tr th {
  background-color: #f1f1f1;
}

tfoot td {
  font-weight: 600;
}

.table-dark {
  --bs-table-bg: #203d68;
}

.table-primary,
.table-light {
  --bs-table-bg: #ffffff;
  --bs-table-striped-bg: #ffffff;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #ffffff;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #ffffff;
  --bs-table-hover-color: #333333;
  color: #333333;
}

.table-secondary {
  --bs-table-bg: #f1f1f1;
  --bs-table-striped-bg: #f1f1f1;
  --bs-table-striped-color: #f1f1f1;
  --bs-table-active-bg: #f1f1f1;
  --bs-table-active-color: #f1f1f1;
  --bs-table-hover-bg: #f1f1f1;
  --bs-table-hover-color: #333333;
  color: #333333;
}

.table-success {
  --bs-table-bg: #26787b;
  --bs-table-striped-bg: #26787b;
  --bs-table-striped-color: #26787b;
  --bs-table-active-bg: #26787b;
  --bs-table-active-color: #26787b;
  --bs-table-hover-bg: #26787b;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
}

.table-danger {
  --bs-table-bg: #d10f5a;
  --bs-table-striped-bg: #d10f5a;
  --bs-table-striped-color: #d10f5a;
  --bs-table-active-bg: #d10f5a;
  --bs-table-active-color: #d10f5a;
  --bs-table-hover-bg: #d10f5a;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
}

.table-warning {
  --bs-table-bg: #f7cf50;
  --bs-table-striped-bg: #f7cf50;
  --bs-table-striped-color: #f7cf50;
  --bs-table-active-bg: #f7cf50;
  --bs-table-active-color: #f7cf50;
  --bs-table-hover-bg: #f7cf50;
  --bs-table-hover-color: #203d68;
  color: #203d68;
}

.table-info {
  --bs-table-bg: #4992c4;
  --bs-table-striped-bg: #4992c4;
  --bs-table-striped-color: #4992c4;
  --bs-table-active-bg: #4992c4;
  --bs-table-active-color: #4992c4;
  --bs-table-hover-bg: #4992c4;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
}

.table-dark {
  --bs-table-bg: #203d68;
  --bs-table-striped-bg: #203d68;
  --bs-table-striped-color: #203d68;
  --bs-table-active-bg: #203d68;
  --bs-table-active-color: #203d68;
  --bs-table-hover-bg: #203d68;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
}

.table-dark th,
.table-info th,
.table-danger th,
.table-success th {
  color: #ffffff !important;
  font-weight: 500 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #ffffff;
  color: #333333;
}

/* Carousel Styling. */
.carousel h3 {
  color: #333333;
}
.carousel h4 {
  color: #ffffff;
}
.carousel .active {
  background-color: #ffffff;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #727272;
  background-color: transparent;
}

/* Alert bar styling. */
.alert {
  border: none;
  font-weight: 400;
  border-radius: 0;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  background-color: #f7cf50;
}
.alert hr {
  background-color: #ffffff;
}
.alert h2 {
  margin-top: 1rem;
  font-weight: bold;
}

.alert-primary,
.alert-secondary,
.alert-light {
  color: #333333;
  border: 2px solid #e1e1e1 !important;
}

.alert-primary,
.alert-light {
  background-color: #ffffff;
}

.alert-secondary {
  background-color: #f1f1f1;
}

.alert-link {
  font-weight: 400;
}

.alert-primary .alert-link,
.alert-primary a,
.alert-secondary .alert-link,
.alert-secondary a {
  color: #333333;
}

.alert-light .alert-link,
.alert-light a {
  color: #333333;
  text-decoration-color: #26787b;
}

.alert-success,
.alert-success-no-icon {
  background-color: #26787b;
  color: #ffffff;
}

.alert-success:before {
  margin-right: 0.9375rem;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='14.97' height='11.17' viewBox='0 0 14.97 11.17'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M5.09,10.95L.22,6.08c-.29-.29-.29-.77,0-1.06l1.06-1.06c.29-.29,.77-.29,1.06,0l3.28,3.28L12.64,.22c.29-.29,.77-.29,1.06,0l1.06,1.06c.29,.29,.29,.77,0,1.06L6.14,10.95c-.29,.29-.77,.29-1.06,0h0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom;
  width: 22px;
  height: 20px;
}

.alert-success.alert-dismissible .btn-close {
  background: transparent url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/></svg>') center/1em auto no-repeat;
}

.alert-success .alert-link,
.alert-success a,
.alert-danger .alert-link,
.alert-danger a,
.alert-info .alert-link,
.alert-info a,
.alert-dark .alert-link,
.alert-dark a {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.alert-danger {
  background-color: #d10f5a;
  color: #ffffff;
}
.alert-danger:before {
  margin-right: 0.9375rem;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='3.84' height='14.16' viewBox='0 0 3.84 14.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.92,14.16c1.12,0,1.92-.82,1.92-1.82s-.8-1.78-1.92-1.78-1.92,.76-1.92,1.78,.8,1.82,1.92,1.82ZM.68,9.14H3.16L3.78,0H.06L.68,9.14Z'/%3E%3C/svg%3E");
  background-size: inherit;
  background-position: bottom;
  width: 22px;
  height: 20px;
}

.alert-warning {
  background-color: #f7cf50;
  color: #203d68;
}
.alert-warning:before {
  margin-right: 0.9375rem;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='18.04' height='17.9' viewBox='0 0 18.04 17.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23213e68;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.64,15.9c-.2-.3-.2-.7,0-1L8.14,2c.2-.4,.5-.6,.9-.6s.8,.2,.9,.6l6.4,12.8c.2,.2,.2,.4,.2,.6,0,.6-.5,1-1,1H2.54c-.3,0-.7-.2-.9-.5Zm13.9,1c.8,0,1.5-.7,1.5-1.5,0-.3-.1-.5-.2-.8L10.44,1.8c-.3-.5-.8-.8-1.4-.8s-1.1,.3-1.4,.8L1.14,14.7c-.2,.5-.2,1,.1,1.5s.8,.7,1.3,.7H15.54Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom;
  width: 22px;
  height: 20px;
}

.alert-warning.alert-dismissible .btn-close {
  background: transparent url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="203d68"><path d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/></svg>') center/1em auto no-repeat;
}

.alert-warning .alert-link,
.alert-warning a {
  color: #203d68;
  text-decoration-color: #203d68;
}

.alert-info {
  background-color: #4992c4;
  color: #ffffff;
}
.alert-info:before {
  margin-right: 0.9375rem;
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='5.37' height='14.33' viewBox='0 0 5.37 14.33'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M2.69,0C1.57,0,.67,.9,.67,2.02s.9,2.02,2.02,2.02,2.02-.9,2.02-2.02S3.8,0,2.69,0ZM.56,11.88h.56V7.83H.56c-.31,0-.56-.25-.56-.56v-1.34c0-.31,.25-.56,.56-.56H3.7c.31,0,.56,.25,.56,.56v5.94h.56c.31,0,.56,.25,.56,.56v1.34c0,.31-.25,.56-.56,.56H.56c-.31,0-.56-.25-.56-.56v-1.34c0-.31,.25-.56,.56-.56Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom;
  width: 22px;
  height: 20px;
}

.alert-info.alert-dismissible .btn-close {
  background: transparent url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="white"><path d="M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z"/></svg>') center/1em auto no-repeat;
}

.alert-dark {
  background-color: #203d68;
  color: #ffffff;
}

.btn-close {
  margin: auto;
  bottom: 0;
  padding: 0 1.25rem 0 0;
}

/* Alert bar styling. */
.region-top-alerts p {
  margin: 0;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* Form styling. */
.form-control,
.form-select {
  border-radius: 1.111111rem;
  border: 2px solid #b1b1b1;
  color: #333333;
  font-size: 1rem;
  font-size: 0.8888888889rem;
}

.form-select {
  padding: 0.375rem 0.75rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='8.5' height='5.2' viewBox='0 0 8.5 5.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%234a93c4;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='4.3 5.2 2.1 2.6 0 0 4.3 0 8.5 0 6.4 2.6 4.3 5.2'/%3E%3C/svg%3E");
  background-size: 12px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select:disabled {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='8.5' height='5.2' viewBox='0 0 8.5 5.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23b1b1b1;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='4.3 5.2 2.1 2.6 0 0 4.3 0 8.5 0 6.4 2.6 4.3 5.2'/%3E%3C/svg%3E");
  background-color: #f1f1f1;
  border: 2px solid #e1e1e1;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='8.5' height='5.2' viewBox='0 0 8.5 5.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7cf50;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='4.3 5.2 2.1 2.6 0 0 4.3 0 8.5 0 6.4 2.6 4.3 5.2'/%3E%3C/svg%3E");
  background-size: 12px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

fieldset[disabled=disabled] label {
  color: #b1b1b1;
}

label,
.form-label {
  font-size: 1rem;
  font-size: 0.88rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
  color: #333333;
}

.form-text {
  color: #6c6c6c;
  font-weight: 300;
}

.form-check-input:checked {
  background-color: #4992c4;
  border-color: #4992c4;
}

.form-check-input:disabled {
  border-color: #e1e1e1 !important;
  background-color: #e1e1e1 !important;
}

input[type=range]::-webkit-slider-thumb,
.form-range::-webkit-slider-thumb {
  background: #4992c4;
}

input[type=range]::-webkit-slider-runnable-track,
.form-range::-webkit-slider-runnable-track {
  background: #b1b1b1;
}

.form-range:disabled::-webkit-slider-runnable-track {
  background: #e1e1e1;
}

.form-range:disabled::-webkit-slider-thumb {
  background: #b1b1b1;
}

.form-control-lg {
  font-size: 1.25rem;
  font-size: 1.1111111111rem;
  border-radius: 30px;
}

.form-control-s {
  font-size: 1.125rem;
  font-size: 1rem;
}

.form-floating > .form-control {
  border-radius: 35px;
}

.form-control::-moz-placeholder {
  color: #333333;
}

.form-control::placeholder {
  color: #333333;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='18.04' height='17.9' viewBox='0 0 18.04 17.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23f8d051;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.64,15.9c-.2-.3-.2-.7,0-1L8.14,2c.2-.4,.5-.6,.9-.6s.8,.2,.9,.6l6.4,12.8c.2,.2,.2,.4,.2,.6,0,.6-.5,1-1,1H2.54c-.3,0-.7-.2-.9-.5Zm13.9,1c.8,0,1.5-.7,1.5-1.5,0-.3-.1-.5-.2-.8L10.44,1.8c-.3-.5-.8-.8-1.4-.8s-1.1,.3-1.4,.8L1.14,14.7c-.2,.5-.2,1,.1,1.5,.3,.5,.8,.7,1.3,.7H15.54Z'/%3E%3C/svg%3E");
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  border: 2px solid #e1e1e1;
}

.form-control.is-invalid,
.form-select.is-invalid,
.form-check-input.is-invalid,
.was-validated .form-control:invalid {
  border-color: #f7cf50;
}

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

.input-group-text {
  background-color: #e1e1e1;
}

/* Tabs Styling */
.nav-tabs {
  border-bottom: 2px solid #d1d1d1;
}
.nav-tabs .nav-link {
  margin-bottom: -0.125rem;
  border: 0 solid transparent;
  text-transform: uppercase;
  color: #b1b1b1;
  padding: 0;
}
.nav-tabs .nav-link:not(:first-of-type) {
  margin: 0 0.625rem -0.125rem;
}
.nav-tabs .nav-link:first-of-type {
  margin: 0 1.25rem -0.125rem 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #26787b;
  font-weight: 500;
  border-bottom: 2px solid #26787b;
}

/* Accordion styling. */
.accordion-item {
  border: 1px solid #e1e1e1;
  border-radius: 0 !important;
}

.accordion-button {
  font-weight: 400;
  background-color: #f1f1f1;
  color: #333333;
  padding: 0.5rem;
}
.accordion-button:not(.collapsed) {
  color: #333333;
  background-color: #f1f1f1;
}
.accordion-button::after {
  display: none;
}
.accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:svg='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234992C4;%7D%0A%3C/style%3E%3Cpath id='path4' class='st0' d='M136,386.1L344,240L136,93.9V386.1z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) {
  color: #333333;
  background-color: #f1f1f1;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='svg2' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:svg='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234992C4;%7D%0A%3C/style%3E%3Cpath id='path4' class='st0' d='M136,386.1L344,240L136,93.9V386.1z'/%3E%3C/svg%3E%0A");
  transform: rotate(90deg);
}

.accordion-content-2 .member-section-links {
  margin-left: 0.625rem;
}

.accordion-content-2 .member-section-links a {
  color: #003a73;
  text-decoration-color: #003a73;
}

.accordion-content-2 .member-section-links a:hover {
  color: #003a73;
  text-decoration-color: #003a73;
}

/* Callouts styling. */
.callout-content {
  background-color: #4992c4;
  height: 100%;
}

.callout-content ul {
  padding-left: 1.25rem;
  margin-bottom: auto;
}
.callout-content ul li {
  padding-bottom: 1.25rem;
}
.callout-content .price {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
}
.callout-content a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: #ffffff;
}

.best-value {
  position: relative;
}
.best-value::before {
  content: "BEST\aVALUE";
  position: absolute;
  left: 30px;
  top: -20px;
  border-radius: 9999px;
  padding: 1.42563rem 0.86188rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.1;
  white-space: pre;
  text-decoration: none;
  pointer-events: none;
  color: #444444;
  background-color: #f9c5e5;
}

.fw-500 {
  font-weight: 500 !important;
}

.sidebar nav .nav {
  margin: 0;
}
.sidebar .nav {
  display: block;
}
.sidebar .nav ul {
  list-style-type: none;
}
.sidebar .nav .nav-link {
  color: #333333;
  font-size: 1.125rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  margin-bottom: 0.625rem;
}
.sidebar .nav .nav-link:hover, .sidebar .nav .nav-link:active, .sidebar .nav .nav-link:focus {
  color: #26787b;
  text-decoration: underline;
  text-decoration-color: #26787b;
  text-underline-offset: 2px;
}
.sidebar .block {
  border-width: 0;
  padding: 0;
  margin: 0 0 1.25rem;
}
.sidebar h2 {
  border-bottom: 0px solid #d6d6d6;
}
.sidebar .menu--persona-quicklinks .nav-item a {
  font-size: 1rem;
  color: #4e3924;
}

.photo_circle img, .img-circle {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
}

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

img.pull-right,
img.float-right {
  margin-left: 1em;
  margin-bottom: 1em;
}

img.float-right.border-box,
img.pull-right.border-box {
  margin-left: 0;
  padding-left: 1em;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* GENERAL FONTS */
p {
  margin: 0 0 0.625rem;
  font-weight: 300;
  color: #202020;
  font-size: 1.125rem;
}

h1, h2 {
  margin-top: 2rem;
}

/* SPECIFIC SECTION FONTS */
.block-hero h1 {
  font-size: 2.5rem;
}

.big-green-check {
  font-size: 2.5em;
  color: #61cb04;
  font-weight: bold;
  text-align: center;
}

.big-red-x {
  font-size: 2.5em;
  color: #F80004;
  font-weight: bold;
  text-align: center;
}

table.compare-chart td.highlight-price {
  text-align: center;
  font-weight: bold;
  border: 6px solid #61cb04;
}

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

figure.image-anchors figcaption {
  font-weight: bold;
  color: #202020;
  font-size: 0.8em;
}
figure.image-anchors figcaption a {
  font-weight: bold;
}

.testimonial-section p {
  font-size: 1.25rem;
  color: #4992c4;
  font-weight: 400;
}

.text-white,
.text-white a,
.text-white p {
  color: #ffffff;
}

/* Navbar styling */
.navbar .navbar-brand {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  width: 35%;
}
.navbar .navbar-brand img {
  width: 275px;
}

.nav-link,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #203d68;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
}

.fs-5-6 {
  font-size: 1.1111111111rem;
}

/* Mobile collapse overlay. */
.navbar-collapse {
  position: relative;
  height: auto !important;
}

.navbar-collapse nav {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 9999;
  padding: 1.25rem;
  border: none;
}

/* Header styling */
.close-icon.py-1 {
  font-size: 2.25rem;
  color: #000000;
}

.navbar-toggler.collapsed .close-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: inline;
}

.navbar-toggler {
  border: transparent;
  box-shadow: none;
}

.navbar-toggler:focus {
  border: transparent;
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1.0)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
  color: #203d68;
}

.nav .nav-link:hover,
.nav .nav-link:active,
.nav .nav-link:focus {
  color: #26787b;
  text-decoration-color: #26787b;
  text-underline-offset: 2px;
}

#main-navigation .navbar-nav li {
  flex: 1 1 auto;
  list-style-type: none;
}
#main-navigation .navbar-nav ul {
  justify-content: space-between;
}

.menu--header-secondary-menu .nav-item a:not(.btn) {
  color: #203d68;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
.menu--header-secondary-menu .nav-item a:not(.btn):hover {
  color: #26787b;
  text-decoration: none;
}
.menu--header-secondary-menu .nav-item a:not(.btn):active {
  color: #26787b;
  text-decoration: none;
}

.menu--header-secondary-menu li:nth-child(2) a {
  color: #26787b !important;
}

.menu--header-secondary-menu li:nth-child(2) a:hover {
  color: #26787b !important;
}

.menu--header-secondary-menu .nav {
  text-align: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.menu--header-secondary-menu .nav .nav-item {
  padding: 0.625rem 0;
}
.menu--header-secondary-menu .nav .nav-item:last-of-type {
  width: 100%;
}
.menu--header-secondary-menu .nav .btn {
  margin-left: 1.25rem;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  cursor: pointer;
  color: #203d68;
  letter-spacing: 0.0625rem;
  text-transform: none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #26787b;
  text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link:active {
  color: #26787b;
  text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:focus:last-child, .navbar-light .navbar-nav .nav-link:hover:last-child {
  color: #26787b;
}

.dropdown-item:visited {
  color: #333333 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #26787b;
  text-decoration: underline;
  background-color: transparent;
}

.navbar-nav .dropdown-toggle::after {
  vertical-align: 0.2em;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}
.navbar-nav .dropdown-menu {
  color: #333333;
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  padding-top: 0;
  min-width: 250px;
  max-width: 275px;
}
.navbar-nav .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-wrap: wrap;
}
.navbar-nav .dropdown-item a {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  font-size: 0.88rem;
}
.navbar-nav .dropdown-item a:visited {
  text-decoration: none;
  color: #333333;
}
.navbar-nav .dropdown-item a {
  /* TEMPORARILY REMOVED TO SEE IF IT FIXES UNDERLINE WEIGHT
  &:hover {
    text-decoration: underline;
    color: $color-lochinvar;
  }
    */
}
.navbar-nav .dropdown-item:active, .navbar-nav .dropdown-item.active {
  color: #4992c4;
  text-decoration: none;
  background-color: transparent;
}
.navbar-nav .dropdown-item a:active {
  color: #4992c4;
  text-decoration: none;
  background-color: transparent;
}

.node__meta {
  font-size: 0.88rem;
  color: #727272;
  margin-bottom: 0;
}

/* Breakpoints */
@media (max-width: 47.99875rem) {
  .navbar .navbar-brand {
    width: 60%;
    max-width: 200px;
  }
  .navbar .navbar-brand img {
    width: 100%;
    max-width: 170px;
  }
}
@media (max-width: 61.99875rem) {
  .secondary-menu-container {
    order: 2;
    width: 100%;
  }
  .menu--header-secondary-menu .nav .btn {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (min-width: 75rem) {
  .navbar-expand-xl .navbar-collapse {
    display: none !important;
  }
  .menu--header-secondary-menu .nav {
    text-align: inherit;
    align-items: center;
  }
  .menu--header-secondary-menu .nav .nav-item {
    width: inherit;
    padding: 0 0 0 1.25rem;
  }
  .menu--header-secondary-menu .nav .nav-item:last-of-type {
    width: inherit;
  }
  .dropdown-menu {
    background-color: #ffffff;
    padding: 0.5rem 0;
  }
  .menu--header-secondary-menu .nav .nav-item {
    padding: 0;
    padding: 0 0 0 1.25rem;
  }
}
.menu--header-secondary-menu .nav .nav-item {
  padding: 0 0 0 1.25rem;
}

/* Footer styling. */
.site-footer {
  margin-top: 3.125rem;
  font-size: 1rem;
  font-size: 0.88rem;
  background: #f1f1f1;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.site-footer .nav {
  display: block;
}
.site-footer .nav-link {
  padding: 0 0 0.3125rem 0;
  text-transform: none;
  font-weight: 400;
}
.site-footer:hover {
  text-decoration: underline;
  text-decoration-color: #26787b;
  text-underline-offset: 2px;
}
.site-footer .block {
  margin: 0;
  border: none;
  padding: 0;
}
.site-footer .content {
  color: #333333;
  font-size: 1rem;
  font-size: 16px;
}
.site-footer .content a,
.site-footer .content a.is-active {
  color: #333333;
  text-decoration: none;
}
.site-footer .content a:hover, .site-footer .content a:hover.is-active {
  color: #26787b;
}
.site-footer .content a:active,
.site-footer .content a:active.is-active {
  color: #4992c4;
}
.site-footer .region-footer-third {
  margin-top: 1.25rem;
}
.site-footer .nav {
  display: block;
}

.site-footer__top .region {
  width: 100%;
}

.site-footer__bottom .content {
  font-size: 0.7777777778rem;
}
.site-footer__bottom .region {
  margin-top: 0;
  padding-right: 0.9375rem;
  align-items: flex-end;
  justify-content: center;
}
.site-footer__bottom section .block {
  float: left;
  width: auto;
}

.footer-social-links {
  margin: 0 0 0 0.625rem;
  padding: 0 !important;
}
.footer-social-links li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
}
.footer-social-links img {
  height: 28px;
}

@media (min-width: 48rem) {
  .site-footer {
    text-align: left;
  }
  .site-footer__top .region:first-child {
    padding-left: 0.9375rem;
  }
  .site-footer__top .region {
    width: 30%;
  }
  .site-footer__bottom .region {
    justify-content: right;
  }
  .site-footer .region-footer-third {
    margin-top: 0;
  }
}
@media (min-width: 36rem) and (max-width: 61.99875rem) {
  .region-footer-third {
    clear: none;
  }
  .site-footer__top .region:nth-child(2n) {
    padding-left: 0;
  }
}
figure.image-anchors figcaption {
  font-weight: bold;
  color: #000;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
  height: 66px;
  padding-left: 0;
}

/* Hero block styling. */
.block-hero h1 {
  text-transform: none;
  font-size: 2.25rem;
}
.block-hero .btn-primary {
  padding: 0.556rem 0.888rem;
}

.block-content-hero h1 p {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3em;
}
.block-content-hero p {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (max-width: 47.99875rem) {
  /* Hero block styling */
  #block-home-hero div.mb-4 {
    background-image: url(../images/Massage_Hands_Back_Therapist_Stocksy_416505_375x652.jpg) !important;
  }
}
/* Inspiration & Information styling. */
#block-onlinececourses h3,
#block-massagebodyworkmagazine h3,
#block-fiveminutemuscles h3,
#block-theabmppodcast h3 {
  letter-spacing: 0.0625rem;
}

/* Practitioners styling. */
#block-practitionershero > div {
  background-position: bottom center;
}

/* Testimonials styling. */
.testimonial-block {
  font-size: 1.25rem;
  color: #4992c4;
  font-weight: 400;
}

/* Featured text block styling. */
.field--type-image img {
  width: 100%;
  height: auto;
}

/* New/Blog/Benefits styling. */
.featured-bottom {
  margin-top: 1.875rem;
}

.node--view-mode-teaser {
  border-bottom: none;
  margin-bottom: 0.75rem;
  padding-bottom: 0;
}

.block-views-blockupdates-block-1 h3,
.block-views-blockupdates-block-2 h3,
.block-views-blockupdates-block-3 h3 {
  border-bottom: 1px solid #333333;
  margin-bottom: 0.625rem;
}

.view-updates .view-header {
  margin-bottom: 0.5rem;
}
.view-updates .view-header a {
  font-size: 0.88rem;
}
.view-updates .view-content a {
  text-decoration: none;
}
.view-updates .view-content a:hover {
  text-decoration: underline;
}

/* Trustpilot styling. */
#block-trustpilotblock {
  background: #fafafa;
  margin-bottom: 3.125rem;
  margin-top: 1.875rem;
  padding: 1.25rem;
}
#block-trustpilotblock h2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.25rem 0 1.875rem 0;
}

/* Home page styling. */
#block-home-hero > div:first-of-type {
  background-position: top center;
}

#block-membership h3,
#block-schools h3,
#block-students h3,
#block-pac-theme-professionals h3,
#block-pac-theme-graduates h3 {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

#block-pac-theme-professionals,
#block-pac-theme-graduates {
  margin-bottom: 1.5625rem;
}

/* Schools home block styling */
#block-schools .field--name-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/* Membership block styling. */
#block-membership .field--type-image img {
  margin: 1.25rem auto;
}

#home-membership-section h2,
#home-practitioners-content h2 {
  color: #202020;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 3.75rem 0;
}

#home-membership-section h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.0625rem;
}

/* Summary page */
.field--type-text-with-summary p {
  clear: both;
}

.field--type-text-with-summary {
  margin-bottom: 2.1875rem;
}

/* Students page styling. */
#block-studentshero h1 {
  color: #ffffff;
  line-height: 1.5;
}
#block-studentshero > div:first-of-type {
  background-position: top center;
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 350px;
}

#block-studentspageabmpexamcoachplus.best-value::before {
  left: inherit;
  right: 15px;
  top: -40px;
}

@media (min-width: 62rem) {
  #block-studentspageabmpexamcoachplus.best-value::before {
    top: -60px;
  }
}
@media (max-width: 47.99875rem) {
  /* Students page styling. */
  #block-employershero div.mb-4 {
    background-position: bottom center !important;
    background-image: url(../images/Teal_Stocksy_1976741_375x652.jpg) !important;
  }
}
/* Employers page styling. */
#block-employershero h1 {
  color: #ffffff;
  line-height: 1.5;
}
#block-employershero > div:first-of-type {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

#block-employersfreebusinessresources img,
#block-employerspagepartnerdiscounts img,
#block-employerspagepeaceofmind img {
  max-height: 100px;
}

#block-employerspageemployeemembership img {
  max-height: 80px;
}

#block-employersfreebusinessresources h3,
#block-employerspageemployeemembership h3,
#block-employerspagepartnerdiscounts h3,
#block-employerspagepeaceofmind h3 {
  margin-bottom: 1.875rem;
}

.webform-submission-employers-get-started-form .form-control,
.webform-submission-employers-get-started-form .form-select {
  height: 28px;
}
.webform-submission-employers-get-started-form .form-textarea {
  height: 95px;
}
.webform-submission-employers-get-started-form .webform-flexbox {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.webform-submission-employers-get-started-form fieldset.mb-3 {
  margin-bottom: 0.625rem !important;
}
.webform-submission-employers-get-started-form .webform-address .webform-flex--container {
  margin: 0;
}
.webform-submission-employers-get-started-form .webform-address__city,
.webform-submission-employers-get-started-form .webform-address__province,
.webform-submission-employers-get-started-form .webform-address__postal-code {
  margin: 0;
}
.webform-submission-employers-get-started-form #edit-actions {
  text-align: right;
}

@media (min-width: 48rem) {
  #block-membership .field--type-image img {
    margin: 0;
  }
  /* Employers page styling. */
  .webform-submission-employers-get-started-form .webform-address__city {
    margin: 0 0.5em 0 0;
  }
  .webform-submission-employers-get-started-form .webform-address__province {
    margin: 0 0.5em 0;
  }
  .webform-submission-employers-get-started-form .webform-address__postal-code {
    margin: 0 0 0 0.5em;
  }
}
/* Persona page styling. */
.block-pac-persona-menus .nav .nav-link {
  color: #203d68;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-refer-a-friend {
  background-image: url(../images/white_circle_arrow.png);
  background-repeat: no-repeat;
  background-position: 0.5em 50%;
  margin-bottom: 1.25rem;
}

@media (min-width: 75rem) {
  #block-personastudent .nav,
  #block-personagraduate .nav,
  #block-personacpp .nav,
  #block-personaeducator .nav,
  #block-personaemployer .nav {
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .field--name-field-image .field__item {
    max-width: 186px;
    margin-right: 2rem;
  }
  #block-personastudent .nav-link,
  #block-personagraduate .nav-link,
  #block-personacpp .nav-link,
  #block-personaeducator .nav-link,
  #block-personaemployer .nav-link {
    padding: 0;
  }
}
/* News Page */
.view-news {
  padding: 1.25rem 0;
  margin: 0 0.75rem;
  border-bottom: 2px solid;
}
.view-news .views-field-title a {
  color: #174b7d;
  font-size: 1.625rem;
}
.view-news .views-field-view-node a {
  color: #003a73;
}

#block-helpingyouinspirethebestfuturebodyworkers {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.375rem;
}

/* news block */
.views-field-created {
  margin-bottom: 1.5rem;
}

/* /podcasts/ pages styling */
.node--type-podcast-player-page .field__label {
  font-weight: bold;
}
.node--type-podcast-player-page .field--type-image {
  float: none;
  display: block;
}
.node--type-podcast-player-page .field--type-image .field__item {
  float: left;
  width: 186px;
  overflow: hidden;
  margin-right: 0 1rem 0 0;
}
.node--type-podcast-player-page .field--type-image .field__items {
  display: flex;
  flex-wrap: wrap;
}
.node--type-podcast-player-page .field--name-field-image .field__item {
  max-width: 186px;
}
.node--type-podcast-player-page .field--type-image .field__item img {
  border-radius: 50%;
}

.page-node-8089 .featured-bottom .region-featured-bottom-third .view-header a {
  color: #4992c4;
}
.page-node-8089 .featured-bottom .region-featured-bottom-third .views-field-title h2 a {
  font-size: 0.6em;
  text-transform: none;
}
.page-node-8089 .featured-bottom .region-featured-bottom-third .views-field-created {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.page-node-8089 .featured-bottom h3 {
  font-size: 1.5em;
  border-bottom: 1px solid #333333;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  margin: 1.875rem 0;
}
.page-node-8089 .featured-bottom .views-row {
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
}
.page-node-8089 div#mnb_mag {
  float: right;
}
.page-node-8089 .block-views-blockcovid-19-updates-for-the-massage-profession-block-1 {
  margin-bottom: 2.5rem;
}
.page-node-8089 .block-views-blockcovid-19-updates-for-the-massage-profession-block-1 h2 {
  border-bottom: 2px solid #333333;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 0.3125rem;
}
.page-node-8089 .block-views-blockcovid-19-updates-for-the-massage-profession-block-1 .view-id-covid_19_updates_for_the_massage_profession .view-content.row {
  font-size: 1rem;
  display: flex;
  margin-left: 0;
}
.page-node-8089 .block-views-blockcovid-19-updates-for-the-massage-profession-block-1 .view-id-covid_19_updates_for_the_massage_profession .view-content.row .views-row {
  flex: 1 0 50%;
  box-sizing: border-box;
  padding: 0 1.25rem 0.625rem 0;
  margin-bottom: 0.625rem;
}
.page-node-8089 .block-views-blockcovid-19-updates-for-the-massage-profession-block-1 .view-id-covid_19_updates_for_the_massage_profession .view-content.row .views-row .views-field-created {
  margin-bottom: 0.625rem;
}
.page-node-8089 .col-sm-6 {
  padding: 0 0.3125rem;
}
.page-node-8089 .block-block-content h2 {
  border-bottom: 2px solid #333333;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  text-transform: none;
  padding-bottom: 0.3125rem;
  margin: 1.875rem 0;
}
.page-node-8089 .block-block-content .node__content .field--name-body .col-lg-6 li {
  margin-bottom: 0.625rem;
}
.page-node-8089 #Resources_List_Wrap {
  display: flex;
  font-size: 1rem;
}
.page-node-8089 #Resources_List_Wrap .col-sm-6 {
  padding: 0 0.3125rem;
}
.page-node-8089 #Resources_List_Wrap .col-sm-6 li {
  margin-bottom: 0.625rem;
}
.page-node-8089 .section {
  display: flex;
  flex-wrap: wrap;
}
.page-node-8089 .section .state-updates-regarding {
  width: 50%;
  padding-right: 1.25rem;
}
.page-node-8089 .section .federal-financial-relief {
  width: 50%;
  padding-left: 1.25rem;
}
.page-node-8089 .section .back-to-practice-guide {
  width: 50%;
  padding-right: 1.25rem;
}
.page-node-8089 .section .frequently-asked-questions {
  width: 50%;
  padding-left: 1.25rem;
}
.page-node-8089 .section .state-updates-regarding h2 {
  font-size: 1.8em !important;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  margin: 1.875rem 0;
  padding: 0;
}
.page-node-8089 .section .federal-financial-relief h2 {
  font-size: 1.8em !important;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  margin: 1.875rem 0;
  padding: 0;
}
.page-node-8089 .section .back-to-practice-guide h2 {
  font-size: 1.8em !important;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  margin: 1.875rem 0;
  padding: 0;
}
.page-node-8089 .section .frequently-asked-questions h2 {
  font-size: 1.8em !important;
  border-bottom: none;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  margin: 1.875rem 0;
  padding: 0;
}
.page-node-8089 .health-for-massage-therapists .field--name-body {
  display: flex;
  flex-wrap: wrap;
}
.page-node-8089 .health-for-massage-therapists .field--name-body .col-sm-6 {
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
}
.page-node-8089 .btn-primary {
  background-color: #ffffff;
  color: #4992c4 !important;
  border: 1px solid #4992c4;
  border-radius: 20px;
  font-weight: 600;
}
.page-node-8089 .btn-primary:hover {
  text-decoration: underline;
  color: #203d68 !important;
  border-color: #203d68;
}
.page-node-8089 .js-quickedit-page-title span {
  color: #333333;
  font-size: 2.375rem;
  font-weight: 500;
  clear: both;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  border-bottom: none;
  line-height: 1.15;
  margin-top: 1.875rem;
  text-transform: uppercase;
}
.page-node-8089 a span {
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
}
.page-node-8089 #block-pac-theme-breadcrumbs {
  width: 90%;
  margin: auto;
}

#block-views-block-covid-19-updates-for-the-massage-profession-block-1 h2 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 2em;
  font-weight: 400;
  padding: 0;
  margin: 1.875rem 0 !important;
}

#self-care-list h3,
#best-practices-list h3,
#massage-school-list h3 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 1.8em;
  font-weight: 400;
  padding: 0;
  margin: 1.875rem 0 !important;
  border-bottom: 2px solid #333333;
}

#self-care-list li,
#best-practices-list li,
#massage-school-list li {
  margin-bottom: 0.625rem;
}

#covid-clients-list .text-right {
  float: right;
}

@media (max-width: 47.99875rem) {
  .page-node-8089 #Resources_List_Wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 61.99875rem) {
  .page-node-8089 .section .state-updates-regarding {
    width: 100%;
    padding-right: unset;
  }
  .page-node-8089 .section .federal-financial-relief {
    width: 100%;
    padding-right: unset;
  }
  .page-node-8089 .section .back-to-practice-guide {
    width: 100%;
    padding-right: unset;
  }
  .page-node-8089 .section .frequently-asked-questions {
    width: 100%;
    padding-right: unset;
  }
}
@media (min-width: 48rem) and (max-width: 74.99875rem) {
  .page-node-8089 .main-content {
    width: 100%;
    margin-left: unset;
  }
}
.pac-legacy-custom-form table td {
  border: none;
  text-align: center;
}
.pac-legacy-custom-form table td img ~ img {
  margin-top: 0.5rem;
}
.pac-legacy-custom-form img {
  border: 1px solid #dadada;
}

.inputs .form-type-textfield label,
.pac-legacy-custom-form .form-type-textfield label {
  display: inline-block;
  padding-right: 1rem;
  min-width: 70px;
}

.pac-legacy-custom-form .form-check {
  text-align: center;
}
.pac-legacy-custom-form .form-check .form-check-input {
  float: none;
}

@media (min-width: 48rem) {
  .page-node-8089 div#main > div.row {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 62rem) {
  .page-node-8089 .offset-lg-2 {
    margin-left: 0;
  }
  .page-node-8089 .col-lg-8 {
    width: 90%;
    margin: 0 auto;
  }
}
/* Member section styling. */
h3.member-section-header {
  margin-top: 1em;
  clear: both;
}

.member-section-icon {
  width: 75px;
}

ul.member-section-links {
  margin: 0.5em 0 0 5rem;
  padding: 0 0 0 1em;
  list-style: disc;
}

img.member-section-icon {
  width: 75px;
  margin-right: 1em;
  margin-bottom: 1em;
}

p.member-section-teaser {
  margin: 0;
}

.view-member-homepage .node--type-homepage-icon {
  text-align: center;
}

.view-member-homepage .node .field--type-image {
  float: left;
  margin: 0;
}

.member-section-header a {
  color: #174b7d;
  text-decoration: underline;
  text-decoration-color: #174b7d;
  font-weight: 700;
}
.member-section-header a:hover {
  color: #174b7d;
  text-decoration-color: #174b7d;
}

#block-helpingyouinspirethebestfuturebodyworkers .container,
#block-studentshero .container {
  min-height: 350px;
}

#block-helpingyouinspirethebestfuturebodyworkers h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 2.375rem;
}

#block-youdotheteachingwellbringthetools,
#block-membershipsmadetofit {
  text-align: center;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}

/* --- View ABMP MONEY --- */
.page-view-abmp-money .view-abmp-money article.profile,
.page-view-abmp-money .view-abmp-money em,
.page-view-classifieds .view-classifieds article.profile,
.page-view-classifieds .view-classifieds em {
  display: none;
}

.view-abmp-money .node__title {
  background-color: #000000;
  display: block;
  width: 100%;
  text-align: center;
}
.view-abmp-money .node__title .field--name-title {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  cursor: text;
  text-transform: capitalize;
}
.view-abmp-money .view-content {
  margin-left: 0;
  margin-right: 0;
}
.view-abmp-money .view-content .node__title {
  background-color: transparent;
  color: #003a73;
  text-align: left;
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 0;
  margin: 0;
}
.view-abmp-money .view-content .field--name-title {
  font-weight: 700;
  color: #003a73;
  text-decoration: underline;
}
.view-abmp-money .view-content .field--name-title:hover, .view-abmp-money .view-content .field--name-title:focus {
  color: #0076eb;
  text-decoration: none;
}
.view-abmp-money .view-content .node__content {
  display: grid;
  grid-template-columns: 386px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}
.view-abmp-money .view-content .field--type-image {
  grid-column: 1/2;
  grid-row: 1/5;
}
.view-abmp-money .view-content .field--name-field-subtitle {
  grid-column: 2/3;
  grid-row: 2/3;
}
.view-abmp-money .view-content .field--name-body {
  grid-column: 2/3;
  grid-row: 3/4;
}
.view-abmp-money .view-content .field--type-link {
  grid-column: 1/3;
  grid-row: 5/6;
}
.view-abmp-money .view-content .field--name-field-homework {
  grid-column: 1/3;
  grid-row: 6/7;
}
.view-abmp-money .view-header .node__content {
  padding-top: 56.25%;
  position: relative;
  margin-top: 0;
}
.view-abmp-money .view-header .node__content .field--type-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  float: none;
  margin-right: 0;
}
.view-abmp-money .view-header .node__title {
  margin-bottom: 0;
}
.view-abmp-money .views-row {
  margin-top: 0.625rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #cacaca;
  padding: 0;
  padding-top: 0.375rem;
}
.view-abmp-money .field--name-field {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  color: #003a73;
  text-decoration: underline;
}
.view-abmp-money .field--name-field-subtitle {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.70625rem;
  color: #333333;
}
.view-abmp-money .field--name-field-subtitle:hover, .view-abmp-money .field--name-field-subtitle:focus {
  color: #0076eb;
  text-decoration: none;
}
.view-abmp-money .field--type-image {
  float: left;
  clear: left;
  max-width: 364px;
  margin-right: 1.375rem;
  font-size: 1rem;
  line-height: 1.70625rem;
  color: #333333;
}
.view-abmp-money .field--name-body {
  font-size: 1rem;
  line-height: 1.70625rem;
  color: #333333;
}
.view-abmp-money .field--type-link {
  display: flex;
  flex-direction: column;
  clear: both;
  padding: 0.25rem;
  margin-bottom: 0.75rem;
}
.view-abmp-money .field--type-link .field__label {
  font-size: 0.85em;
  line-height: 1.5em;
  font-weight: 600;
  color: #666;
  position: relative;
}
.view-abmp-money .field--type-link .field__label:after {
  content: ":";
  margin-left: 0.125rem;
}
.view-abmp-money .field--type-link .field__item a {
  color: #003a73;
  font-size: 1rem;
  line-height: 1.70625rem;
}
.view-abmp-money .field--type-link .field__item a:hover, .view-abmp-money .field--type-link .field__item a:focus {
  color: #0076eb;
  text-decoration: none;
}

.page-view-page-blog .field--name-title {
  font-size: 1.5em;
  font-weight: 500;
  clear: both;
  text-transform: uppercase;
}
.page-view-page-blog .node--type-update {
  margin-top: 2em;
}

/* --- View Classifieds --- */
.view-classifieds .node__title {
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 700;
  color: #26787b;
}
.view-classifieds .node__title a {
  font-weight: 700;
  color: #26787b;
  text-decoration: none;
}
.view-classifieds .views-row + .views-row {
  margin-top: 1rem;
}
.view-classifieds .views-exposed-form {
  margin-bottom: 1.5rem;
}
.view-classifieds .views-exposed-form .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.view-classifieds .views-exposed-form .form-type-date,
.view-classifieds .views-exposed-form .form-type-select,
.view-classifieds .views-exposed-form .form-type-textfield,
.view-classifieds .views-exposed-form .form-actions {
  max-width: calc(25% - 24px);
  flex: 0 0 calc(25% - 24px);
  padding: 0;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.view-classifieds .views-exposed-form label {
  margin-bottom: 0;
  line-height: 1.5;
}

.field--type-email .field__label,
.field--type-address .field__label,
.field--type-string .field__label,
.view-classifieds .views-exposed-form label,
.view-classifieds .field .field__label,
.view-classifieds .field .field-label,
.view-classifieds strong {
  font-weight: 700;
  color: #333333;
  position: relative;
}

.view-classifieds .field .field-name-body p {
  margin-bottom: 1rem;
}

.view-classifieds .field .field-label {
  margin-right: 0.3125rem;
}

.field--type-email .field__label:after,
.field--type-address .field__label:after,
.field--type-string .field__label:after,
.view-classifieds .field .field__label::after {
  content: ":";
  margin-left: 0.125rem;
  margin-right: 0.25rem;
}

.view-classifieds .field--type-entity-reference {
  margin-bottom: 1.5rem;
}

.field--type-email .field__item,
.field--type-address .field__item,
.field--type-string .field__item,
.view-classifieds .field .field-label,
.view-classifieds .field .field__item,
.view-classifieds .field .field-items,
.view-classifieds .field .field-items div {
  display: inline;
}

.field--type-address .address,
.view-classifieds .field .address {
  display: inline;
  margin-bottom: 0;
}

.view-classifieds .field .address > * {
  display: inline;
}

.field--type-address .field__item br,
.view-classifieds .field .address br {
  display: none;
}

.view-classifieds .field .address span {
  position: relative;
}

.field--type-address .address br + span:before,
.view-classifieds .field .address br + span:before {
  content: ",";
  margin-right: 0.3125rem;
}

@media (min-width: 75rem) {
  .view-abmp-ppodcasts .view-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .view-abmp-ppodcasts .view-content .views-row {
    flex: 0 0 30.6%;
    flex-basis: 30.6%;
    overflow: hidden;
    margin-right: 2.6%;
  }
}
@media (max-width: 61.99875rem) {
  .view-classifieds .views-exposed-form .form-type-date,
  .view-classifieds .views-exposed-form .form-type-select,
  .view-classifieds .views-exposed-form .form-type-textfield,
  .view-classifieds .views-exposed-form .form-actions {
    max-width: calc(50% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
}
.view-discounts .view-header p {
  margin-bottom: 1.5rem;
}
.view-discounts figure .image-anchors {
  display: inline-block;
  text-align: center;
  border: 1px solid #dadada;
  width: 190px;
  vertical-align: top;
  margin: 1rem 0.5rem 1rem 0;
}
.view-discounts figure .image-anchors a {
  text-decoration: none;
  font-size: 0.8em;
  color: #003a73;
  font-weight: 700;
}
.view-discounts figure .image-anchors figcaption {
  height: 66px;
  width: 100%;
  font-weight: 700;
  color: #000000;
  font-size: 0.8em;
  text-align: center;
  padding-top: 0.3125rem;
}
.view-discounts .view-content > h2 {
  color: #569fd2;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.view-discounts .view-content .field--name-field-image {
  margin: 0;
}
.view-discounts .view-content .field--name-body {
  margin-left: 8.75rem;
}
.view-discounts .view-content .field--name-body p,
.view-discounts .view-content .field--name-body ul {
  font-size: 1rem;
}
.view-discounts .view-content .field--name-body p a,
.view-discounts .view-content .field--name-body ul a {
  color: #003a73;
  word-break: break-word;
}
.view-discounts .view-content .field--name-field-image img {
  margin-bottom: 2.25rem;
  clear: left;
  box-shadow: none;
  float: left;
  margin-right: 2rem;
  width: 112px;
  max-width: 112px;
  min-width: 112px;
  border: 1px solid #dadada;
}
.view-discounts .view-content header .node__title {
  line-height: 1.25rem;
}
.view-discounts .view-content header a {
  color: #666;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.view-discounts .view-content header a:hover {
  color: #666;
  text-decoration: none;
}

@media (max-width: 47.99875rem) {
  .view-classifieds .views-exposed-form .form-type-date,
  .view-classifieds .views-exposed-form .form-type-select,
  .view-classifieds .views-exposed-form .form-type-textfield,
  .view-classifieds .views-exposed-form .form-actions {
    max-width: calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
  }
  .view-abmp-money .field--type-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .view-abmp-money .field--name-field-subtitle {
    margin-left: 0;
    width: 100%;
  }
  .view-abmp-money .view-content .node__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .view-abmp-money .view-content .field--type-image {
    order: -4;
  }
  .view-abmp-money .view-content .field--name-body {
    margin-left: 0;
  }
}
#block-studentshero {
  position: relative;
}
#block-studentshero:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(245, 235, 220, 0.35);
}

#block-helpingyouinspirethebestfuturebodyworkers {
  position: relative;
}
#block-helpingyouinspirethebestfuturebodyworkers:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

article.node--promoted .nav-link {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  -webkit-text-decoration: underline #26787b;
          text-decoration: underline #26787b;
  text-underline-offset: 2px;
  text-transform: capitalize;
}

.node__content > h2 {
  color: #569fd2;
  font-size: 1.5em;
  font-weight: bold;
  clear: both;
}

body.node--type-navigation .item-list .list-group {
  list-style: disc;
  padding-left: 1.75rem;
}
body.node--type-navigation .list-group .list-group-item {
  border: none;
  display: list-item;
  margin-bottom: 0.25rem;
}
body.node--type-navigation .list-group .list-group-item a {
  color: #174b7d;
  text-decoration-color: #174b7d;
}

.paragraph2--client-appreciation-poster .form-type-managed-file .form-submit,
.inputs .form-submit,
.pac-legacy-custom-form .form-submit,
.download-pdf .form-submit {
  color: #ffffff;
  background-color: #4992c4;
  border-color: #4992c4;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-size: 0.8888888889rem;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.375rem 1rem;
}

.inputs .form-submit:hover,
.inputs .form-submit:focus,
.download-pdf .form-submit:hover,
.download-pdf .form-submit:focus,
.pac-legacy-custom-form .form-submit:hover,
.pac-legacy-custom-form .form-submit:focus,
.paragraph2--client-appreciation-poster .form-type-managed-file .form-submit:hover,
.paragraph2--client-appreciation-poster .form-type-managed-file .form-submit:focus {
  color: #ffffff;
  background-color: #203d68;
  border-color: #203d68;
}

.paragraph2--client-appreciation-poster .form-managed-file {
  display: flex;
  flex-wrap: wrap;
}
.paragraph2--client-appreciation-poster .form-managed-file input[type=file] {
  margin-right: 1rem;
  flex: 1;
}
.paragraph2--client-appreciation-poster .form-managed-file span.file {
  margin-right: 1.875rem;
}

.coupon-actions,
.poster-actions,
.postcard-actions {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.clear-all-inputs {
  margin-left: 3rem;
}

.inputs input[type=text],
.pac-legacy-custom-form input[type=text] {
  display: inline-block;
  max-width: 400px;
}

@media (max-width: 35.99875rem) {
  h1.title {
    font-size: 2em;
  }
  .coupon-actions,
  .poster-actions,
  .postcard-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .coupon-actions > *,
  .poster-actions > *,
  .postcard-actions > * {
    flex: 0 0 100%;
    text-align: center;
  }
  .clear-all-inputs {
    margin-top: 0.625rem;
    margin-left: 0;
  }
  .pac-legacy-custom-form input[type=text] {
    max-width: 100%;
  }
  .paragraph2--client-appreciation-poster {
    margin-bottom: 1.875rem;
  }
  .paragraph2--client-appreciation-poster .form-managed-file input[type=file] {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1.25rem;
  }
}
.client-appreciation-poster-form .paragraph1--client-appreciation-poster {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #26787b;
}

.inputs {
  margin-bottom: 1.5rem;
}

.half-radial-box {
  padding: 1.25rem;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.people_group_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.person {
  flex: 1 1 120px;
  text-align: center;
}

.photo_circle img {
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 130px;
}

@media (min-width: 62rem) {
  article.pac-affinity-portal header figure figcaption {
    max-width: calc(900px - 2rem);
  }
}
article.pac-affinity-portal header figure figcaption h2 {
  font-size: 1rem;
  margin-bottom: 0;
}

#block-views-state-requirements-list-block {
  display: none;
}

#statemap {
  width: 100%;
  min-height: 50vh;
  border: solid 1px black;
}
#statemap svg {
  width: 100%;
  height: 100%;
  min-height: 50vh;
}

#statename {
  position: absolute;
  left: 50%;
  margin-top: 0.375rem;
  font-size: 150%;
}

#stateinfo:empty,
.stateinfo {
  display: none;
}

#stateinfo,
.stateinfo {
  border: solid 2px;
  padding: 0.625rem;
}

body.not-front #main #content #stateifo h2 {
  margin: 0;
}
body.not-front #main #content #stateifo h3 {
  /*styled same as h4 and bold */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0.66em 0 0 0;
  font-size: 1.125em;
  line-height: 1.5;
  color: #666;
  font-weight: bold;
  text-transform: none;
}

#stateinfo address {
  font-style: normal;
}
#stateinfo p {
  margin-top: 0.5em;
}
@media (max-width: 61.99875rem) {
  #stateinfo p a {
    word-wrap: break-word;
  }
}

#stateinfo.state-license,
.stateinfo.state-license {
  border-color: #0e76bd;
}

#stateinfo.state-certification,
.stateinfo.state-certification {
  border-color: #f7921d;
}

#stateinfo.regulation-passed,
.stateinfo.regulation-passed {
  border-color: #2e3192;
}

#stateinfo.no-state-regulation,
.stateinfo.no-state-regulation {
  border-color: #9c8679;
}

path .border,
path .border:hover {
  stroke: #000;
  stroke-width: 1;
  stroke-opacity: 0.5;
  fill: none !important;
  cursor: auto !important;
}
path .state {
  transition: 0.4s fill;
  stroke: #000;
  stroke-width: 1;
  stroke-opacity: 0.5;
}
path .state-license {
  fill: #0e76bd;
}
path .state-certification {
  fill: #f7921d;
}
path .regulation-passed {
  fill: #2e3192;
}
path .no-state-regulation {
  fill: #9c8679;
}
path:hover {
  fill: #87b920;
  cursor: pointer;
}

ul .legend {
  padding: 0;
}
ul .legend li {
  list-style-type: none;
  text-indent: -40px;
  margin-left: 1.875rem;
  display: flex;
  justify-content: flex-start;
}
ul .legend li::before {
  content: "·";
  font-size: 7.5rem;
  vertical-align: middle;
  line-height: 0.1875rem;
  width: 34px;
}

li .state-license::before {
  color: #0e76bd;
}
li .state-certification::before {
  color: #f7921d;
}
li .regulation-passed::before {
  color: #2e3192;
}
li .no-state-regulation::before {
  color: #9c8679;
}

@media (max-width: 61.99875rem) {
  #block-views-state-requirements-list-block {
    display: none;
  }
}

article.node--type-student-life-newsletter {
  font-size: 1rem;
}
article.node--type-student-life-newsletter header > .node__title a {
  font-size: 1.5rem;
  color: #003a73;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
}
article.node--type-student-life-newsletter header > .node__title a:hover, article.node--type-student-life-newsletter header > .node__title a:focus {
  color: #0076eb;
  text-decoration: none;
}
article.node--type-student-life-newsletter article.node--type-student-life-newsletter-callout .node__title {
  font-size: 1rem;
  color: #003a73;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
  margin-bottom: 0;
}
article.node--type-student-life-newsletter article.node--type-student-life-newsletter-callout .node__title a:hover, article.node--type-student-life-newsletter article.node--type-student-life-newsletter-callout .node__title a:focus {
  color: #0076eb;
  text-decoration: none;
}
article.node--type-student-life-newsletter article.node--type-student-life-newsletter-callout .node__title a {
  font-size: 1em;
}
article.node--type-student-life-newsletter article.node--type-student-life-newsletter-callout .node__title a span {
  font-size: 1em;
  text-transform: none;
}
article.node--type-student-life-newsletter .field--name-field-studentlife-callouts {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
article.node--type-student-life-newsletter .field--name-field-studentlife-callouts > .field__item {
  width: 30%;
  margin-left: 2%;
  text-align: center;
}
article.node--type-student-life-newsletter .field--name-field-studentlife-callouts > .field__item:first-child {
  margin-left: 0;
}
article.node--type-student-life-newsletter .field--name-field-image {
  float: none;
  margin: 0;
}
article.node--type-student-life-newsletter .field--name-field-image img {
  display: block;
  width: auto;
  margin: 0 auto;
}
article.node--type-student-life-newsletter .field--name-field-studentlife-callout {
  margin: 0;
}
article.node--type-student-life-newsletter > .node__content > .node__title {
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  background-color: #3c83bf;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Open Sans Condensed", sans-serif;
}
article.node--type-student-life-newsletter .field--name-body > h2 {
  font-size: 1.5rem;
  color: #569fd2;
  font-weight: 700;
  line-height: 1.5;
  margin: 0.375rem 0;
  text-transform: capitalize;
}
article.node--type-student-life-newsletter .field--name-body ul {
  padding-left: 1.875rem;
  margin: 1.5rem 0;
}
article.node--type-student-life-newsletter .field--name-body ul li {
  margin-bottom: 0.5em;
}
article.node--type-student-life-newsletter .field--name-body p, article.node--type-student-life-newsletter .field--name-body li {
  font-size: 1rem;
}

.home-stretch h1 {
  font-size: 2rem;
  line-height: 1.15;
  color: #fff;
  background-color: #3c83bf;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Open Sans Condensed", sans-serif;
}
.home-stretch figure {
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin: 1em 11%;
  width: 25%;
  border: 1px solid #dadada;
}
.home-stretch a:link:hover, .home-stretch a:link:focus {
  color: #0076eb;
  text-decoration: none;
}
.home-stretch a:link {
  font-size: 1rem;
  color: #003a73;
  text-decoration: underline;
  font-weight: 700;
}

.price-container {
  min-height: 34em;
}
/*# sourceMappingURL=style.css.map */
