/* DOCUMENT: UPDATED - 2/10/2023
-------------------------------------------------- */
body {
  font-family: var(--cp-body-font-family);
}

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

li {
  padding: 0.25rem 0 0;
}
li strong {
  font-size: 18px;
}

ol li ul {
  margin: 0.75rem 0 1.25rem;
}

dt {
  background-color: #F8F9FA;
  color: #464A50;
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0 0.5rem 0.25rem;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}
figure figcaption {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 0 0;
  text-align: center;
}
figure figcaption h2 {
  border-top: none;
  margin: 2rem 0 0;
  padding: 0;
}
figure figcaption ul {
  margin: 0;
  padding-left: 1.25rem;
}

del {
  color: #FFAE0C;
}

mark {
  padding: 0.25rem 0;
}

pre {
  color: #FFFFFF;
}

hr {
  background-color: #b5b5b5;
}

.box-shadow {
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}

.btn-cta {
  margin-top: 2rem;
}

.d-inline-block li {
  display: inline-block;
}

.circle {
  background: #FFAE0C;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.bi {
  color: #006FBB;
  font-size: 24px;
}

.lead {
  font-size: 1.5rem;
  font-weight: 400;
}

.no-border {
  border-bottom: none;
}

.white-space {
  margin: auto 0;
}

.white-space-vertical {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.callout {
  background-color: #f6f7f2;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  margin-top: 6rem;
  padding: 2rem 1.5rem;
}
.callout h2 {
  border-left: none !important;
  padding-left: 0 !important;
}

.pull-quote {
  background: #E8EEE7;
  color: #000000;
  border-radius: 5px;
  height: auto;
  padding: 1rem;
  width: 50%;
  float: right;
  margin: 2rem 0 2rem 2rem;
  position: relative;
  text-align: center;
}
.pull-quote p {
  margin: 0;
  padding: 0;
}
.pull-quote span {
  display: inline-block;
  font-size: 0.8rem;
  padding-top: 15px;
}
.pull-quote span a {
  color: #414F3E !important;
  text-decoration: underline !important;
}
.pull-quote span a:hover {
  text-decoration: none !important;
}

.section-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.wrapper {
  background-color: #F8F8F8;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem 0;
  position: relative;
  width: 100%;
}

/* LINKS: UPDATED - 2/16/2023
---------------------------------------------- */
a {
  color: #006FBB;
  text-decoration: none;
}
a:hover {
  color: var(--cp-clr-red-3);
  text-decoration: none;
}
a:focus {
  color: #52C9C9;
}

.learn-more {
  font-size: 0.85rem;
  padding-left: 5px;
}

/* TYPE: UPDATED - 2/16/2023
--------------------------------------------------- */
h1 {
  color: #000000;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 4rem;
  text-align: center;
}

h1:not(.nodeco)::after {
  background: #006FBB;
  content: "";
  display: block;
  height: 2px;
  margin: 15px auto 0;
  width: 15%;
}

h2 {
  color: #006FBB;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
  border-left: 4px solid #52C9C9;
  margin-top: 3rem;
  padding-left: 15px;
}

h3 {
  font-size: 24px;
  margin: 2rem 0 0;
}

h4 {
  color: #464A50;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

h5 {
  font-size: 1.25rem;
  margin-top: 2rem;
}

h1 + p {
  margin-top: 0;
  margin-bottom: 4rem;
}

h2 + ul,
h2 + ol {
  margin-top: 1rem !important;
}

h2 + h3 {
  margin-top: 3rem;
}

h3 + ul,
h3 + ol,
h3 + p {
  margin-top: 1rem !important;
}

h4 + ul,
h4 + ol {
  margin-top: 0 !important;
}

/* BUTTONS: UPDATED - 1/30/2023
-------------------------------------------------- */
.btn-primary {
  background-color: #006FBB;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  color: #000000 !important;
  font-weight: 500;
  font-size: 0.975rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn-primary:hover {
  background-color: #084E8A;
  color: #FFFFFF !important;
}

.btn-secondary {
  background-color: #52C9C9;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  color: #000000 !important;
  font-weight: 500;
  font-size: 0.975rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn-secondary:hover {
  background-color: #084E8A;
  color: #FFFFFF !important;
}

.btn-accent {
  background-color: #FFAE0C;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  color: #000000 !important;
  font-weight: 500;
  font-size: 0.975rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn-accent:hover {
  background-color: #084E8A;
  color: #FFFFFF !important;
}

.btn-highlight {
  background-color: #E8EEE7;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  color: #000000 !important;
  font-weight: 500;
  font-size: 0.975rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn-highlight:hover {
  background-color: #084E8A;
  color: #FFFFFF !important;
}

.btn-warning {
  background-color: #D0021B;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  color: #000000 !important;
  font-weight: 500;
  font-size: 0.975rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.btn-warning:hover {
  background-color: #084E8A;
  color: #FFFFFF !important;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
}
.btn:hover {
  color: #000000;
}

.btn-outline-primary:hover {
  background-color: #52C9C9;
  border-color: #008C8C;
}

.button-group {
  margin-top: 4rem;
  text-align: center;
}
.button-group ul {
  padding-left: 0;
}
.button-group li {
  display: inline;
  list-style-type: none;
  margin-right: 1rem;
}

/* CARD: UPDATED - 2/17/2023
-------------------------------------------------- */
.card {
  border-radius: 5px !important;
  margin-top: 4rem;
}
.card .card-header {
  border-left: none;
  font-size: 28px;
  margin: 0;
  text-align: center;
}
.card .card-body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.card .card-body h2.card-title {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 1rem;
}
.card .card-body h3.card-title {
  color: #000000;
  font-size: 21px;
  margin: 0 0 1rem;
}
.card .card-body h3 {
  margin-bottom: 0.75rem;
}
.card .card-body h4 {
  margin: 0 0 2rem;
}
.card .card-body section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.card .card-body ul {
  margin: 0;
  padding-left: 1rem;
}
.card .card-body ul li li {
  margin-top: 0;
  margin-bottom: 0;
}
.card .card-body ul img {
  margin-top: 0;
  margin-bottom: 0;
}
.card .card-footer {
  background-color: #F8F8F8;
  color: #000000;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0;
  text-align: center;
}
.card .card-footer p {
  margin: 0;
}
.card .card-footer:hover {
  background-color: #FFFFFF;
}
.card .card-footer a {
  display: block;
  margin: 0 !important;
  padding: 0.5rem;
  text-align: center;
}
.card .card-footer a:hover {
  color: #D0021B;
}
.card .card-footer .bi {
  font-size: 1.25rem;
}

h2 + .card {
  margin-top: 3rem;
}

p + .card {
  margin: 3rem 0;
}

/* ACCORDION: UPDATED OCTOBER 2, 2020
-------------------------------------------------- */
#carousel {
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
}
#carousel ol {
  margin-bottom: 1rem;
}
#carousel .carousel-indicators li {
  background-color: #FFFFFF;
}
#carousel .carousel-inner {
  border-radius: 5px;
}
#carousel .carousel-caption {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
#carousel .carousel-caption h2 {
  border-left: none;
  color: #FFFFFF;
  font-size: 32px;
  margin: 0;
  padding: 0;
  text-shadow: 0.1rem 0.1rem 0.3rem black;
}
#carousel .carousel-caption p {
  margin-top: 0.5rem;
}
#carousel .carousel-caption a.btn {
  border-radius: 2px;
  font-size: 0.75rem;
  margin-top: 2rem;
}
#carousel .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
  padding: 2rem 0;
}

/* FORM: UPDATED - 1/31/2023
-------------------------------------------------- */
form {
  margin: 0;
  padding: 0;
  width: 100%;
}
form fieldset {
  border: 1px solid #EBEBEB;
  border-color: #001F8A;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 1.25rem;
}
form legend {
  background-color: #F8F8F8;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  width: auto;
}
form label {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0.75rem;
}
form label.form-check-label {
  font-size: 1rem;
  font-weight: normal;
}
form label.custom-file-label {
  font-size: 1rem;
}
form input {
  border: 1px solid #EBEBEB;
  margin: 0;
  padding: 0.75rem 0.5rem;
  width: 50%;
}
form select {
  padding: 0.5rem 0;
  width: 50%;
}
form textarea {
  padding: 0.5rem;
}
form .custom-file-input {
  cursor: pointer;
}
form .form-group {
  margin-bottom: 2rem;
}
form .submit {
  background-color: #F8F8F8;
  border: 1px solid #001F8A;
  border-radius: 6px;
  color: #FFFFFF !important;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
  margin: 0;
  padding: 0.5rem 2rem;
  text-decoration: none;
  width: auto;
}

textarea:focus,
input:focus,
textarea.sffocus,
input.sffocus {
  background-color: #FFFFFF;
  border-color: #008C8C;
  color: #000000 !important;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

#contact h2 {
  margin: 4rem 0 3rem;
}
#contact dt {
  background-color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 0 0.25rem;
  text-align: left;
}
#contact dd {
  margin-bottom: 2rem;
}

/* JUMBOTRON: UPDATED - 2/16/2023
-------------------------------------------------- */
.jumbotron {
  align-items: center;
  background-color: #006FBB;
  background-size: cover !important;
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  min-height: 300px;
}

/* BACKGROUND IMAGES
-------------------------------------------------- */
#contact .jumbotron {
  background: url(../images/banner/contact.jpg) center 48% no-repeat;
}

#confirmation .jumbotron {
  background: url(../images/banner/contact.jpg) center 30% no-repeat;
}

#product .jumbotron {
  background: url(../images/banner/product.jpg) center 70% no-repeat;
}

/* TABS: UPDATED FEBRUARY 18, 2020
-------------------------------------------------- */
.tab {
  margin: 4rem 0;
}
.tab a {
  color: #000000;
  font-size: 1.25rem;
}
.tab .nav-tabs .nav-item.show .nav-link,
.tab .nav-tabs .nav-link.active {
  border-color: #EBEBEB #EBEBEB #FFFFFF;
}
.tab .tab-content {
  padding: 1.5rem 1rem;
  border-color: #EBEBEB !important;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.tab .snippet {
  margin-bottom: 0;
}
.tab h2 {
  border-top: none;
  font-size: 28px;
  padding-top: 0;
}

/* TABLE: UPDATED MAY 26, 2020
-------------------------------------------------- */
table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow-y: auto;
}
table tr.caption {
  background-color: #F8F9FA;
  text-transform: uppercase;
  text-align: center;
}
table tr.caption td a {
  display: block;
  padding: 0.5rem;
}
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #EBEBEB;
  text-align: center;
}
table td {
  padding: 1rem !important;
  vertical-align: top;
  border: 1px solid #EBEBEB;
}

/* FOOTER: UPDATED - 1/30/2023
----------------------------------------------- */
footer {
  background-color: #F8F8F8;
  border-top: 1px solid #B6B6B6;
  color: #000000;
  overflow: hidden;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
  width: 100%;
}
footer p {
  line-height: 1.75;
}
footer h4 {
  color: #006FBB;
  font-family: inherit;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
footer h5 {
  color: #2b2f35;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
footer address {
  margin-top: 2rem;
  margin-bottom: 0;
  line-height: 1.75;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style-position: inside;
}
footer form {
  margin-top: 2rem;
}
footer hr {
  border-color: #464A50;
  margin-top: 0;
  margin-bottom: 0;
}
footer a {
  color: #000000;
}
footer a:hover {
  background: transparent;
  color: #006FBB;
  border-bottom: 1px solid #006FBB;
  text-decoration: none;
}
footer .footer-pattern {
  position: absolute;
  right: -90px;
  top: -70px;
  opacity: 0.7;
  transform: rotate(-43deg);
  z-index: 1;
}
footer .secondary-tasks {
  padding: 4rem 0 0;
}
footer .secondary-tasks .fas {
  color: #006FBB;
  font-size: 24px;
}
footer .secondary-tasks .input-group-text {
  background-color: #FFFFFF;
}
footer .section-title {
  text-align: center;
  padding: 30px 0 0;
  position: relative;
}
footer .section-title h4 {
  position: relative;
  z-index: 2;
}
footer .section-title span {
  position: absolute;
  top: 30px;
  color: #EBEBEB;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.copyright {
  background-color: #2b2f35;
  color: #FFFFFF;
  font-size: 0.85rem;
  padding: 2rem 0;
  position: relative;
  width: 100%;
}
.copyright p {
  margin-top: 0.75rem;
}
.copyright li {
  display: inline;
  list-style-type: none;
  margin-bottom: 1rem;
}
.copyright ul.social {
  padding-left: 0;
}
.copyright ul.social li {
  display: inline;
  list-style-type: none;
  padding: 0 8px;
}
.copyright ul.social-circle li a {
  color: #FFFFFF;
}
.copyright ul.social-circle li a:hover {
  border-bottom: none;
  color: #FFAE0C;
}
.copyright a {
  color: #FFFFFF;
  text-decoration: underline;
}
.copyright a:hover {
  background: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
.copyright .bi {
  color: #52C9C9;
  font-size: 28px;
}
.copyright .bi:hover {
  color: #FFFFFF;
}
.copyright a.top {
  position: absolute;
  right: 15px;
  top: 5px;
}
.copyright a.top:hover {
  border-bottom: none;
}
.copyright a.top .bi-arrow-up-circle-fill {
  font-size: 24px;
}

/* HEADER: UUPDATED - 1/31/2023
----------------------------------------------- */
header {
  background-color: #F8F8F8;
  border-bottom: 1px solid #000000;
  min-height: 160px;
  padding: 1.25rem 0;
  position: relative;
}
header nav.navbar {
  padding-top: 0;
}
header nav.navbar .container {
  position: relative;
}
header nav.navbar .navbar-brand {
  font-size: 1.75rem;
  padding: 0;
}
header nav.navbar .navbar-brand img {
  display: inline-block;
  vertical-align: top;
}
header nav.navbar .navbar-brand p {
  color: #FFFFFF;
}
header nav.navbar .navbar-brand span {
  color: #006FBB;
  display: inline-block;
  font-weight: 500;
  line-height: normal;
}
header nav.navbar .navbar-brand span small {
  display: block;
  font-size: 12px;
}
header nav.navbar .utility-bar {
  color: #000000;
  font-size: 1.25rem;
  position: absolute;
  right: 15px;
  top: 0;
}
header nav.navbar .utility-bar ul {
  margin-top: 0;
  padding-left: 0;
}
header nav.navbar .utility-bar ul li {
  display: inline;
  padding-left: 20px;
}
header nav.navbar .utility-bar ul li .bi {
  font-size: 1.25rem;
  padding-right: 3px;
}
header nav.navbar .utility-bar a {
  color: #000000;
}
header nav.navbar .utility-bar a:hover {
  color: #006FBB;
  text-decoration: none;
}
header nav.navbar .navbar-nav .nav-item {
  padding: 0 2rem 0 0;
}
header nav.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.25rem;
  letter-spacing: 1px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header nav.navbar .navbar-nav .nav-link:hover {
  color: #006FBB !important;
}
header nav.navbar .navbar-nav .dropdown-menu {
  left: auto;
  right: 0 !important;
}
header nav.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #006FBB !important;
  color: #FFFFFF !important;
}

#contact nav.navbar a.contact,
#products nav.navbar a.products,
#pricing nav.navbar a.pricing,
#services nav.navbar a.services,
#about nav.navbar a.about,
#components nav.navbar a.components {
  color: #006FBB !important;
}

/* HOME: UPDATED - 1/31/2023
------------------------------------------------------ */
#home .jumbotron {
  background: url(../images/banner/home.jpg) center 50% no-repeat;
  min-height: 500px;
  position: relative;
}
#home .jumbotron h1 {
  color: #FFFFFF;
  font-weight: 400;
  text-transform: uppercase;
}
#home .jumbotron .container {
  position: relative;
}
#home .jumbotron .container h1:not(.nodeco)::after {
  background: #52C9C9;
}
#home .about-area {
  background: #FFFFFF;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
#home .about-area .about-left {
  position: relative;
  z-index: 2;
  background-image: url("../images/home/about.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 40px;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#home .about-area .about-left:hover {
  background-position: right;
}
#home .about-area .about-left h2 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  left: 15px;
  position: absolute;
  text-transform: uppercase;
}
#home .about-area .about-left h2 span {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-transform: none;
}
#home .about-area .about-left a {
  bottom: 40px;
  color: #FFFFFF;
  display: block;
  left: 40px;
  position: absolute;
}
#home .about-area .about-left a:hover {
  text-decoration: underline;
}
#home .about-area .about-left a i {
  font-size: 16px;
  display: inline-block;
  margin-right: 6px;
}
#home .about-area .about-left a .bi-box-arrow-up-right {
  color: #FFFFFF;
}
#home .about-area .about-right {
  background: #FAFAFA;
}
#home .about-area .about-right .about-content {
  padding: 40px 25px;
}
#home .about-area .about-right .about-content h2 {
  margin-top: 0;
}
#home .about-area .about-right .about-content p {
  margin-top: 2.5rem;
}
#home .about-area .about-right .about-content span {
  color: #030303;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
#home .about-area .about-right .about-content .btn {
  margin-top: 1.5rem;
}
#home .overlay::before {
  background: #006FBB;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}
#home h2.card-title {
  background-color: #F8F8F8;
  color: #000000;
}

/* PRICING: UPDATED - 1/30/2023
-------------------------------------------------- */
#products h2 {
  color: #FFFFFF;
  letter-spacing: normal;
  border-left: none;
  margin: 0;
  padding-left: 0;
}

/* TESTIMONIALS: UPDATED OCTOBER 14, 2020
-------------------------------------------------- */
#testimonials {
  /* PROFILE CARD
  ---------------------------------------------- */
}
#testimonials .wrapper {
  background: url(../images/banner/home.jpg) center 50% no-repeat;
  min-height: 400px;
  padding: 0;
}
#testimonials .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
#testimonials #carousel {
  box-shadow: none;
}
#testimonials #carousel .carousel-item {
  min-height: 400px;
}
#testimonials #carousel .carousel-item .carousel-caption {
  top: 35%;
}
#testimonials #carousel .carousel-item .carousel-caption h2 {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
#testimonials #carousel .carousel-item .carousel-caption h2 small {
  font-size: 1rem;
}
#testimonials #carousel .carousel-item .carousel-caption p {
  text-transform: none;
}
#testimonials #carousel .carousel-item .carousel-caption .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
#testimonials .profile-card .card-img-block {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#testimonials .profile-card .card-body {
  position: relative;
}
#testimonials .profile-card .card-body .profile {
  border-radius: 50%;
  position: absolute;
  top: -42px;
  left: 15%;
  max-width: 75px;
  border: 3px solid white;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#testimonials .profile-card h5 {
  font-weight: 600;
  color: #6ab04c;
}
#testimonials .profile-card .card-text {
  font-weight: 300;
  font-size: 15px;
}
#testimonials .profile-card .icon-block {
  float: left;
  width: 100%;
}
#testimonials .profile-card .icon-block a {
  text-decoration: none;
}
#testimonials .profile-card i {
  display: inline-block;
  font-size: 16px;
  color: #6ab04c;
  text-align: center;
  border: 1px solid #6ab04c;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
#testimonials .profile-card i:hover {
  background-color: #6ab04c;
  color: #FFFFFF;
}

/* UTILITY COLOR CLASSES: UPDATED - 2/16/2023
-------------------------------------------------- */
.text-clr-primary {
  color: #006FBB;
}

.bg-clr-primary {
  background-color: #006FBB;
}

.text-clr-primary-light-1 {
  color: #1a7dc2;
}

.bg-clr-primary-light-1 {
  background-color: #1a7dc2;
}

.text-clr-primary-light-2 {
  color: #338cc9;
}

.bg-clr-primary-light-2 {
  background-color: #338cc9;
}

.text-clr-primary-light-3 {
  color: #4d9acf;
}

.bg-clr-primary-light-3 {
  background-color: #4d9acf;
}

.text-clr-primary-dark-1 {
  color: #0064a8;
}

.bg-clr-primary-dark-1 {
  background-color: #0064a8;
}

.text-clr-primary-dark-2 {
  color: #005996;
}

.bg-clr-primary-dark-2 {
  background-color: #005996;
}

.text-clr-primary-dark-3 {
  color: #004e83;
}

.bg-clr-primary-dark-3 {
  background-color: #004e83;
}

.text-clr-secondary {
  color: #52C9C9;
}

.bg-clr-secondary {
  background-color: #52C9C9;
}

.text-clr-secondary-light-1 {
  color: #63cece;
}

.bg-clr-secondary-light-1 {
  background-color: #63cece;
}

.text-clr-secondary-light-2 {
  color: #75d4d4;
}

.bg-clr-secondary-light-2 {
  background-color: #75d4d4;
}

.text-clr-secondary-light-3 {
  color: #86d9d9;
}

.bg-clr-secondary-light-3 {
  background-color: #86d9d9;
}

.text-clr-secondary-dark-1 {
  color: #4ab5b5;
}

.bg-clr-secondary-dark-1 {
  background-color: #4ab5b5;
}

.text-clr-secondary-dark-2 {
  color: #42a1a1;
}

.bg-clr-secondary-dark-2 {
  background-color: #42a1a1;
}

.text-clr-secondary-dark-3 {
  color: #398d8d;
}

.bg-clr-secondary-dark-3 {
  background-color: #398d8d;
}

.text-clr-accent {
  color: #FFAE0C;
}

.bg-clr-accent {
  background-color: #FFAE0C;
}

.text-clr-accent-light-1 {
  color: #ffb624;
}

.bg-clr-accent-light-1 {
  background-color: #ffb624;
}

.text-clr-accent-light-2 {
  color: #ffbe3d;
}

.bg-clr-accent-light-2 {
  background-color: #ffbe3d;
}

.text-clr-accent-light-3 {
  color: #ffc655;
}

.bg-clr-accent-light-3 {
  background-color: #ffc655;
}

.text-clr-accent-dark-1 {
  color: #e69d0b;
}

.bg-clr-accent-dark-1 {
  background-color: #e69d0b;
}

.text-clr-accent-dark-2 {
  color: #cc8b0a;
}

.bg-clr-accent-dark-2 {
  background-color: #cc8b0a;
}

.text-clr-accent-dark-3 {
  color: #b37a08;
}

.bg-clr-accent-dark-3 {
  background-color: #b37a08;
}

/* UTILITY SPACING CLASSES: UPDATED - 2/12/2023
-------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

.pt-3 {
  padding-top: 4rem !important;
}

.pt-4 {
  padding-top: 6rem !important;
}

.pt-5 {
  padding-top: 8rem !important;
}

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

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

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

.pr-3 {
  padding-right: 4rem !important;
}

.pr-4 {
  padding-right: 6rem !important;
}

.pr-5 {
  padding-right: 8rem !important;
}

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

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

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

.pb-3 {
  padding-bottom: 4rem !important;
}

.pb-4 {
  padding-bottom: 6rem !important;
}

.pb-5 {
  padding-bottom: 8rem !important;
}

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

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

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

.pl-3 {
  padding-left: 4rem !important;
}

.pl-4 {
  padding-left: 6rem !important;
}

.pl-5 {
  padding-left: 8rem !important;
}

/* UTILITY TEXT CLASSES: UPDATED - 2/12/2023
-------------------------------------------------- */
.fs-1 {
  font-size: 1rem !important;
}

.fs-2 {
  font-size: 1.5rem !important;
}

.fs-3 {
  font-size: 2rem !important;
}

.fs-4 {
  font-size: 2.5rem !important;
}

.fs-5 {
  font-size: 3rem !important;
}

.ls-1 {
  letter-spacing: 0.25px !important;
}

.ls-2 {
  letter-spacing: 0.5px !important;
}

.ls-3 {
  letter-spacing: 0.75px !important;
}

.ls-4 {
  letter-spacing: 1px !important;
}

.ls-5 {
  letter-spacing: 2px !important;
}

.display-4 {
  font-size: 1.75rem;
}

.lead {
  margin-bottom: 2rem;
}

.uppercase {
  text-transform: uppercase;
}

/* BREAKPOINTS: UPDATED - 2/1/2023

** These breakpoints are mostly based on minimum viewport widths
and allow us to scale up elements as the viewport changes.
--------------------------------------------------------------- */
@media (min-width: 375px) and (max-width: 576px) {
  #testimonials #carousel .carousel-item .carousel-caption {
    top: 30%;
  }
}
@media (min-width: 375px) and (max-width: 768px) {
  header nav.navbar {
    padding: 0 0.5rem;
  }
  header nav.navbar ul.navbar-nav {
    margin: 0;
  }
  header nav.navbar ul.navbar-nav li {
    padding-left: 0;
  }
  header nav.navbar .navbar-brand {
    margin-top: 3rem;
  }
  header nav.navbar .navbar-toggler {
    margin-top: 3rem;
  }
  header nav.navbar .dropdown-item {
    padding-left: 0.5rem;
  }

  main, .wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  h1 {
    font-size: 24px !important;
  }

  h1 + p {
    margin-bottom: 3rem;
  }

  h2 {
    font-size: 32px !important;
    font-weight: 400;
  }

  .button-group li {
    display: block;
  }

  .card {
    margin-top: 3rem;
  }

  .lead {
    font-size: 1.25rem !important;
  }

  footer hr {
    border-color: #2f2f2f;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .copyright ul.social {
    padding-left: 0;
  }

  #home .jumbotron, #home .wrapper {
    min-height: 500px;
  }
  #home hr {
    margin-top: 3rem;
  }

  #testimonials #carousel .carousel-item .carousel-caption {
    top: 30%;
  }
  #testimonials #carousel .carousel-item .carousel-caption h2, #testimonials #carousel .carousel-item .carousel-caption p, #testimonials #carousel .carousel-item .carousel-caption small {
    font-size: 14px !important;
  }
  #testimonials #carousel .carousel-item .carousel-caption h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  header .utility-bar {
    right: 0;
  }
  header .navbar-nav {
    right: 0;
  }
}
@media (min-width: 768px) {
  .copyright ul.social {
    margin: 0;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    position: absolute;
    bottom: -94px;
    left: 1rem;
  }
}

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