html, body { background-color: #ffffff; color: #2e4a70; }
* {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  scroll-behavior: smooth;
  transition: all ease-out;
}
body > div { overflow-x: clip; }
a, a:visited { font-weight: 600; color: #0071c2; }
a:hover, a.selected {color: #ed711c;}
.container-link, .container-link-2, .container-link-3, .container-link-4 {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
}
.container-link {
  display: inline-block;
  border: solid rgba(0,63,143,1) 1px;
  background: rgb(0,63,143);
  background: linear-gradient(0deg, rgba(0,63,143,1) 0%, rgba(0,113,194,1) 45%, rgba(0,113,194,1) 94%, rgba(0,99,170,1) 100%);
  cursor: pointer;  
}
.container-link-2 {
  display: inline-block;
  border: solid rgb(143, 0, 0) 1px;
  background: rgb(143, 0, 0);
  background: linear-gradient(0deg, rgb(143, 0, 0) 0%, rgb(194, 0, 0) 45%, rgb(194, 0, 0) 94%, rgb(170, 0, 0) 100%);
  cursor: pointer;  
}
.container-link-3 {
  border: solid rgb(0, 143, 0) 1px;
  background: rgb(0, 143, 12);
  background: linear-gradient(0deg, rgb(0, 143, 12) 0%, rgb(32, 194, 0) 45%, rgb(6, 194, 0) 94%, rgb(0, 170, 9) 100%);
  cursor: pointer;
}
.container-link-4 {
  border: solid rgba(237,113,28,1) 1px;
  background: rgb(184,86,19);
  background: linear-gradient(0deg, rgba(184,86,19,1) 0%, rgba(237,113,28,1) 45%, rgba(237,113,28,1) 94%, rgba(215,95,12,1) 100%);
}
.container-links {
  width: 100%;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.container-link:hover, .container-link-2:hover, .container-link-3:hover, .container-link-4:hover {
  color: #ffffff;
  border: solid rgba(237,113,28,1) 1px;
  background: rgb(184,86,19);
  background: linear-gradient(0deg, rgba(184,86,19,1) 0%, rgba(237,113,28,1) 45%, rgba(237,113,28,1) 94%, rgba(215,95,12,1) 100%);
}
.container-link:visited, .container-link-2:visited, .container-link-3:visited { color: white; }
/* p {margin-bottom: 20px;} */
h1 {
  display: block;
  font-size: 2.125rem;
  color: #ed711c;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0625rem;
/*  animation: h-load 1.5s ease-in;
  animation-fill-mode: forwards; */
}  
h2, .bh-1 {
  display: block;
  font-size: 1.875rem;
  color: #ed711c;
  font-weight: 500;
  line-height: 1.067;
/*  margin-bottom: 20px; */
  letter-spacing: -0.05rem;
}
.container-full-profile h2 {
  padding-bottom: 10px;
  border-bottom: solid #ed711c 1px;
}
h3, .fh-1 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0071c2;
  line-height: 1.083;
/*  margin-bottom: 20px; */
  letter-spacing: -0.0375rem;
}
h4, .bh-2, .fh-2{
  font-size: 1.25rem;
  color: #004e86;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -0.025rem;
}
.fh-1, .fh-2 { color: white; }
.bh-1, .bh-2, .fh-1, .fh-2 { font-weight: 600; }
img { max-width: 100%; object-fit: contain; }
.fd-c {flex-direction: column;}
.fd-rtc {flex-direction: row;}
.pad-3 {padding: 3%;}
.pad-20-nb {padding: 20px 20px 0 20px;}
.pad-tb {padding: 50px 0;}
.pad-tb150 {padding: 150px 0;}
.pad-t150 {padding-top: 150px;}
.pad-b {padding-bottom: 50px;}
.mb-20 {margin-bottom: 20px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}
.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.jc-fs {justify-content: flex-start;}
.jc-c {justify-content: center;}
.ai-s {align-items: stretch;}
.ai-c {align-items: center;}
.ac-c {align-content: center;}
.rtl {direction: rtl;}
.r-c {border-radius: 10px;}

/* NAVBAR */

#container-nav {
  position: absolute;
  z-index: 100;
  height: 80px;
  width: 100%;
}
.box-nav {
  width: 1440px;
  height: inherit;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: flex-start;
  align-content: normal;
}
.toggle-btn {
  position: absolute;
  display: none;
  height: inherit;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.toggle-btn-icons {
  position: relative;
  width: 28px;
  height: 32px;
  color: #0071c2;
  font-size: 24pt;
  cursor: pointer;
  overflow: hidden;
  align-self: center;
}
#nav {
  display: flex;
  height: inherit;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
#nav2 {
  position: relative;
  display: flex;
  background-color: #0071c2;
  color: white;
  border: 2px solid #0071c2;
  border-radius: 25px;
  font-size: 0.75em;
  width: 16px;
  height: 16px;
  cursor: pointer;
  right: 16px;
  flex-direction: column;
  align-items: flex-end;
}
.container-dp {
  display: flex;
  height: inherit;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  order: 0;
  align-self: stretch;
  align-items: flex-end;
}
.log-nav {
  display: none;
  list-style-type: none;
  background-color: white;
  font-size: 1.3em;
  padding: 8px 10px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  cursor: default;
}
.log-nav-item { width: 180px; padding: 10px; }
.log-nav-item:nth-child(odd) { border-bottom: solid #ed711c 2px; }
.log-nav-item a {display: block;}

#dp:hover .log-nav {
  display: block;
}
#container-logo {
  justify-content: center;
  width: auto;
  height: inherit;
  padding: 0;
  margin-right: 50px;
}
#container-logo a {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#container-logo img { width: auto; height: 80%; }
.nav-list {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: flex-start;
  align-content: normal;
}
.nav-list-item {  
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 20px;
  flex-direction: column;
  align-self: stretch;
}
.nav-list-item a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.nav-list-item::after {
  border-bottom: 5px solid #ed711c;
  position: absolute;
  left: 50%;
  content: ' ';
  transform: translateX(-50%);
  transition: width 0.2s linear;
  width: 0;
  height: 0;
  bottom: -10px;  
  border-radius: 10px;
}
.nav-list-item:hover::after {width: 100%;}
#displayProfile {
  display: flex;
  align-items: center;
  background-color: #0071c2;
  color: white;
  border: 2px solid white;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 2em;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  justify-content: center;
}
.downUp span {margin-left: 0.04em;}
.m-o {display: none;}
.empty2 {display: block;}
#message {
  background-color: #d1f8d0;
  color: green;
  margin-bottom: 50px;
  display: block;
  padding: 10px;
}

/* Banner */

#container-banner {
  background-size: 100vh;
  height: auto;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: center;   
  background-position-y: 0px;
  padding-top: 100px;
}
.b-home {background-image: url("../images/banner-homepage-2.jpg");}
.b-caregivers {background-image: url("../images/banner-caregivers.jpg");}
.b-assisted {background-image: url("../images/banner-assisted-living-facility.jpg");}
.b-optimal {background-image: url("../images/banner-optimal.jpg");}
.b-wellspring {background-image: url("../images/banner-wellspring.jpg");}
.b-press {background-image: url("../images/banner-press.jpg");}
.b-contact {background-image: url("../images/banner-contact.jpg");}
.b-provider {background-image: url("../images/handshake.jpg");}
.b-searcher {background-image: url("../images/search.jpg");}
.b-referral {background-image: url("../images/referral.jpg");}
.b-h {min-height: 100vh;}
.white-bg {background-color: rgba(255, 255, 255, 0.6);}
.blue-bg {background-color: rgba(0,96,165,1)}

.blue-bg h2, .blue-bg p {
  color: white;
}
.colr-1 {color: white; background-color: #73C7E3;}
.colr-2 {color: white; background-color: #24B0Ba;}
.colr-3 {background-color: #fff1d8;}
.colr-4 {background-color: #F0F2F2;}
.icon-box {
  display: flex;
  text-align: center;
  font-size: 34pt;
  align-items: center;
  padding: 0 40px 0 20px;
}
.bl {
  display: flex;
  flex-direction: column;
  border-left: solid #ffffff 2px;
  padding-left: 50px;
}

/* Body */

.container-body {width: 100%;}
.container-box {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.container-box-2 {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}
.container-absolute {
  position: absolute;
  top: 0;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  width: 1440px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.container-full-profile {
  width: 1440px;
  margin: 0 auto;
  display: flex;
}
.container-sidenav {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}
.container-content {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: stretch;
  order: 0;  
}
.container-content img.imgLeft {
  float: left;
  width: 400px;
  margin: 20px 20px 20px 0;
}
.container-content img.imgRight {
  float: right;
  width: 400px;
  margin: 20px 0 20px 20px;
}
.container-content dl {margin-bottom: 10px;}
.container-content dt {
  font-size: 12pt;
  color: #004e86;
  font-weight: 600;
}
.container-content dd {margin-bottom: 20px; padding-left: 20px;}
.box-full {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.box-full-only {margin-bottom: 20px; width: 100%;}
.box-half, .box-third, .box-fourth {display: flex; margin-right: 5%;}
.box-fifth {display: flex; margin-right: 4%;}
.box-half {width: 47.5%;}
.box-third {width: 30%;}
.box-fourth {width: 21.25%;}
.box-fifth {width: 16.8%;}
.box-half:nth-child(2n), .box-third:nth-child(3n), .box-fourth:nth-child(4n), .box-fifth:nth-child(5n) {margin-right: 0;}
.box-40 {width: 40%; margin-right: 5%;}
.box-60 {width: 55%;}
.box-40, .box-60 {display: flex; flex-direction: column;}
.container-avatar {
  display: block;
  width: 160px;
  height: 160px;
  margin-right: 50px;
}
.container-no-avatar {
  display: flex;
  background-color: #2e4a70;
  color: white;
  font-size: 5em;
  align-items: center;
  justify-content: center;
  border-bottom: solid #ed711c 2px;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin-right: 50px;
}
.container-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-name-addrss {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: stretch;
  align-content: flex-start;
  flex-grow: 1;
}
.container-bookmark {text-align: right;}
.container-bookmark-button {
  flex-shrink: 1;
  align-self: flex-end;
  background-color: #0071c2;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
}
.container-bookmarked {
  flex-shrink: 1;
  align-self: flex-end;
  background-color: #ed711c;
  padding: 10px 20px;
  color: white;
}
.container-bookmark-button:hover {background-color: #ed711c;}
.container-info {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(251, 252, 252, 0), rgba(248, 248, 249, 0), rgba(240, 242, 242, 0), rgba(240, 242, 242, 0));
  transition: 0.5s ease;
}
.container-info:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(251, 252, 252, 1), rgba(248, 248, 249, 1), rgba(240, 242, 242, 1), rgba(240, 242, 242, 1));
  box-shadow: 0 -20px 70px -60px #333;
}
.container-map {width: 100%; height: 500px;}
.container-profile {
  width: 100%;
  list-style-type: none;
  background-color: white;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.profile-box-header, .profile-box-primary {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  border-bottom: solid #ed711c 2px;
  overflow: hidden;
}
.profile-box-header {
  background-color: #2e4a70;
  color: white;
  font-size: 5em;
}
.profile-box-primary {background-color: white;}
.profile-box-primary img {width: 100%; object-fit: cover;}
.profile-list {padding: 20px;}
.profile-list li {
  padding: 5px 0;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.profile-list-2 {list-style-type: none; padding: 20px;}
.profile-list-2 li {padding: 5px 0;}
.normal-list {margin-bottom: 20px;}
.normal-list li {list-style-position: inside;}
.box-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 5px;
}
.box-thumb {
  width: 100%;
  padding-top: 100%; /* This ensures the 1:1 aspect ratio */
  background-position: center;
  background-size: cover;
  position: relative;
}
.box-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}
.box-thumb img:hover {opacity: 0.7;}
.container-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
dd.a-list {padding: 5px 10px; width: 50%;}
dd.a-list::before {content: '• '; font-weight: 800;}
#box-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
#box-modal-thumbs {
  display: flex;
  flex-direction: row;
  position: absolute;  
  left: 0;
  top: 0;
}
.box-modal-thumb {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-modal-thumb img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.caption {color: #ccc; padding: 10px 0;}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 300;
}
.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
#leftButton, #rightButton {
  width: 50px;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  z-index: 250;
}
#leftButton {left: 0;}
#rightButton {right: 0;}
.leftScrll:hover, .rightScrll:hover {cursor: pointer;}
.info-list {
  box-shadow: 4px 4px 10px 0px #d3d3d3;
  margin-bottom: 50px;
  padding-bottom: 20px;
  background-color: white;
}
.info-list dt {
  font-size: 12pt;
  font-weight: 700;
  background-color: #004e86;
  color: white;
  margin-bottom: 20px;
  padding: 10px 8%;
  border-inline-start-width: 4px;
  border-inline-start-style: solid;
  border-inline-start-color: #0071c2;
}
.info-list dd {
  padding: 4px 8%;
  border-inline-start-width: 4px;
  border-inline-start-style: solid;
  border-inline-start-color: #ed711c;
}
.info-list dd:nth-child(even) {background-color: #f8f8f8;}
blockquote {
  font-size: 1.4em;
  width: 90%;
  margin: 50px auto;
  font-family: Open Sans;
  font-style: italic;
  color: white;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #ed711c;
  line-height: 1.6;
  position: relative;
  background: #2e4a70;
}
blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: white;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
blockquote::after {content: '';}
blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #ed711c;
  width: 90px;
  height: 90px;
  border: 2px solid #ed711c;
  border-radius: 45px;
  font-size: 2.8em;
  margin-bottom: 20px;
}
.container-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0px 15%;
  min-height: 100vh;
  background-color: #F0F2F2;
}
.container-log {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#marked-facility, #marked-caregiver {
  background-color: #ed711c;
  padding: 10px 20px;
  color: white;
  text-align: right;
}
#mark-facility, #mark-caregiver, .bm {
  background-color: #0071c2;
  padding: 10px 20px;
  color: white;
  text-align: right;
  cursor: pointer;
}
#mark-facility:hover, #mark-caregiver:hover, .bm:hover {background-color: #ed711c;}
#loginReminder {
  display: none;
  padding: 10px 20px;
  background-color:#F0F2F2;
  text-align: right;
}

.custom-select {width: auto;}
.custom-select select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #ffffff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
  margin-bottom: 20px;
}
.info-table {
  width: 100%;    
  border-collapse: collapse;
  margin-bottom: 20px;
}
.info-table thead {border-bottom: solid 1px gray;}
.info-table thead th {
  padding: 10px 10px;
  background-color: #004e86;
  color: white;
}
.info-table th {padding: 10px 10px; border-bottom: solid 1px gray;}
.info-table td {padding: 10px 10px;}
.info-table tr:nth-child(odd) {background-color: #fdfdfd;}
.info-table tr:nth-child(even) {background-color: #f7f7f7;}
#message {
  background-color: #d1f8d0;
  color: green;
  margin-bottom: 50px;
  display: block;
  padding: 10px;
}
.errors {
  background-color: #f8d0d0;
  color: rgb(128, 0, 0);
  margin-bottom: 50px;
  display: block;
  padding: 10px;
}
.errors ul {list-style-position: inside;}

/* Form */

.form-log {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  gap: 20px;
  width: 100%;
}
.form-log input {
  padding: 10px;
  border: none;
  border-bottom: 1px solid gray;
  background-color: #FFFFFF;
}
.form-log input:focus {background-color: #FFFFFF;}
.form-log button {
  padding: 10px;
  border: none;
  background-color: #0071c2;
  cursor: pointer;
  color: #F0F2F2;
}
.form-log p {
  font-size: 12px;
  color: red;
  text-align: center;
}
.form-log span {font-size: 12px; text-align: center;}
.container-form {width: 100%;}
.container-form input, textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid gray;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  border-radius: 4px;
}
.container-form input:focus {background-color: #FFFFFF;}
.container-form textarea {resize: vertical; height: 200px;}
.container-form button {
  padding: 10px;
  border: none;
  background-color: #0071c2;
  cursor: pointer;
  color: #F0F2F2;
}
.container-form button:hover {background-color: #ed711c;}
.container-form h4.by-checkbox, .container-form input.by-checkbox {display: inline; width: auto;}
.sidebar {
  width: 300px;
  padding-top: 100px;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sidebar ul {list-style: none;}
.sidebar li {
  font-size: 11pt;
  font-weight: 600;
  color: #0071c2;
  padding-bottom: 10px;
}
.sidebar ul li span {display: block; padding-bottom: 10px;}
.sidebar ul li ul li {text-indent: 20px;}
.au-list, .ln-list, .ua-list, .pp-list {display: none;}
.show-list {display: block;}
.sidebar a, .sidebar a:visited {color: #0071c2;}
.sidebar a:hover, .sidebar a.active {color: #ed711c;}

/* Footer */

#container-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #004e86;
}
.footer {
  color: #F0F2F2;
  display: flex;
  text-align: left;
  width: 1440px;
  margin: 0 auto;
}
.footer h3, .footer h4 {color: #FFFFFF;}
.footer a {color: #73C7E3;}
.footer a.selected, .footer a:hover {color: #ed711c;}
.footer-list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  margin-bottom: 20px;
}
.socmed-list {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 24pt;
}
.footer-list-item {
  margin-bottom: 5px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.c-end {
  display: flex;
  background-color: #004e86;    
  justify-content: center;
  color: #FFFFFF;
  height: 40px;
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
#login-lightbox {
  background-color: #F0F2F2;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
.container-log-lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container-log-form {background-color: white; padding: 50px;}
.closeLog {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #0071c2;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 300;
}
.closeLog:hover,
.closeLog:focus {
  color: #ed711c;
  text-decoration: none;
  cursor: pointer;
}

/* Addtnl Style */

#con-main {
  width: 100%;
  margin: 0;
  padding: 0;  
  overflow: hidden;
}
.con-banner {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-position-y: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.banner-box {
  height: fit-content;
  width: 1440px;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.banner-box h1 {
  font-size: 3rem;
  margin-bottom: none;
}
.banner-box p {
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: none;
}
.banner-box-search {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.banner-box-search form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.custom-search label {
  background-color: #ed711c;
  color: white;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
}
.custom-search {width: auto;}
.custom-search select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #ed711c;
  border-radius: 0 0 0 5px;
  color: #000;
  cursor: pointer;
}
.banner-box-search button {
  height: 45px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 0 5px 5px 0;
  display: inline-block;
  border: solid rgba(0,63,143,1) 1px;
  background: rgb(0,63,143);
  background: linear-gradient(0deg, rgba(0,63,143,1) 0%, rgba(0,113,194,1) 45%, rgba(0,113,194,1) 94%, rgba(0,99,170,1) 100%);
  cursor: pointer;
  margin-top: 19px;
}
.for-more {
  width: 1440px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.for-more a {
  height: 40px;
  background-color: white;
  padding: 10px 20px 10px 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -20px 10px -20px rgba(0,0,0,0.45) inset;
}
.for-more a:hover {
  box-shadow: none;
}
.for-more a:last-child {
  border-right: 5px solid #ed711c;
}
.to-blue {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  position: absolute;
  top: 0;
  z-index: 0;
}
.to-blue > div {  
  border-right: 5px solid #ed711c;
  height: 100%;
  width: 1440px;
  margin: 0 auto;
}

.header-stop {
  width: 1440px;
  margin: 0 auto;
  text-align: center;
  border-right: 5px solid #ed711c;
  position: relative;
}
.header-stop:after {
  content: "";
  height: 50px;
  width: 50px;
  background-color: #ed711c;
  position: absolute;
  bottom: -9px;
  right: -27.5px;
  border-radius: 50%;
}
.header-stop:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: -5px;
  border-right: 5px solid #ed711c;
  height: 50vh;
}
.con-facility {
  height: fit-content;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.con-facility > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}


.con-facility > div:first-child {
  flex-grow: 1;
}
.pagination {
  color: white;
}
.z3 {
  z-index: 3;
}

/* SERVICE CAROUSEL */

#con-services {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  animation: fade-in linear;
  animation-timeline: view();
}
.carousel-services {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.carousel-btn-left { 
  width: 10%;
  height: 350px;
  position: absolute;
  left: 0;
  background: linear-gradient(-90deg, transparent 0%, rgba(0,96,165,1) 80%, rgba(0,96,165,1) 100%);
  z-index: 10;
}
.carousel-btn-right {
  width: 10%;
  height: 350px;
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(0,96,165,1) 80%, rgba(0,96,165,1) 100%);
  z-index: 10;
}
.carousel-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  height: 100%;
}
.carousel-btn a {
  color: white;
}
.carousel-btn a:hover {
  color: #ed711c;
}
.con-service {
  height: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: .2;
}
.service-profile {
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border: 1px solid #caced1;
  border-radius: 0.5rem;
  background-color: white;
  overflow: hidden;
  transition: 0.5s ease;
}
.service-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feat-header-df, .feat-header-img {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid #ed711c 2px;
  overflow: hidden;
}
.feat-header-df {
  background-color: #2e4a70;
  color: white;
  font-size: 5em;
}
.feat-header-img img {
  width: 100%;
  object-fit: cover;
}
.feat-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 5px;
}
.service-profile > div:last-child {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}


/*.feat-list {
  list-style-type: none;
  padding: 20px;
}

.service-profile-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-grow: 1;
}
.service-profile-info div {
  flex-grow: 1;
}*/
.focused {
  transition: 0.5s ease;
  opacity: 1;
  z-index: 5;
}
.adjacent {
  transition: 0.5s ease;
  opacity: .8;
  z-index: 4;
}
.focused .service-profile {
  height: 100%;
  width: 120%;
  background-color: whitesmoke;
  border: 1px solid #242424;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 15px 10px -10px;
}
.adjacent .service-profile {
  height: 90%;
  width: 110%;
  background-color: #fdfcfc;
}



.box-header {
  padding-top: 120px;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;  
}
.box-header h1 {
  font-size: 3rem;
}
.box-header p {
  animation: h-load 1.5s ease-in;
  animation-fill-mode: forwards;
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
}
.fr {
  display: flex;
  flex-direction: row;
}
.con-banner h2 {
  color: white;
}
.con-banner h2.bg-blue {
  background-color: #0071c2;
  padding: 5px 20px;
  border-radius: 6px 0 0 6px;
}
.con-body {
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
.bg-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-position-y: 0px;
}
.bg-abstract {
  background-image: url("../images/myHomeCareResourceBackground.jpg");
}
.top-box {
  padding-bottom: 100px;
 /* height: 70vh; */

  width: 1440px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.top-box .half:first-child, .top-box .half-2 {
  animation: left-slide 1.5s ease-in;
  animation-fill-mode: forwards;
}
.top-box .half:last-child {
  animation: right-slide 1.5s ease-in;
  animation-fill-mode: forwards;
}
.half {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.half-2 {
  width: 50%;
  padding: 20px;
}
.semi-cir {
  height: 100vh;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: white;
  
  background-size: cover;
  background-repeat: no-repeat, repeat;
  background-position: left;   
  background-position-x: 30%;

  animation: left-slide 1.5s ease-in;
  animation-fill-mode: forwards;
}
.box-center {
  height: 100vh;
  padding: 10%;
  z-index: 2;
  align-items: center;
}
.box-center p {
  background-color: white;
  padding: 0;
  border-radius: 0 0 10px 10px;
  margin: 0;
  animation: up-slide 1.5s ease-in;
  animation-fill-mode: forwards;
}
.con-feat {
  width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.feat-carousel {
  min-height: 340px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: 1s ease-in-out;
  position: relative;
}
.feat-facility {
  height: 340px;
  width: 500px;
  min-width: 500px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.45), 25px 0 20px -20px rgba(0, 0, 0, 0.45);
  transition: 1s ease-in-out;
}

.feat-facility:nth-child(2) {
  z-index: 3;
  transform: scale(1);
  left: 0px;
  transition: 1s ease-in-out;
}
.feat-facility:nth-child(3) {
  left: 400px;
  transform: scale(0.9);
  z-index: 2;
  transition: 1s ease-in-out;
}
.feat-facility:last-child {
  left: 700px;
  transform: scale(0.8);
  z-index: 1;
}
.op-show {
  animation: op-show 1s ease-in;
  animation-fill-mode: forwards;
  transition: 1s ease-in-out;
}
@keyframes op-show {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.feat-facility:first-child {
  transform: scale(0.7);
  z-index: 0;
  transition: 1s ease-in-out;
}
.feat-facility ul {
  flex-grow: 1;
  list-style-type: none;
  padding: 20px;
  position: relative;
}
.feat-facility ul li:last-child {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.btn-set {
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  margin-top: 10px;
}
.btn-set > span {
  margin-right: 5px;
  color: white;
  cursor: pointer;
}
.btn-set > span:hover {
  color: #ed711c;
}
.btn-hide {
  display: none;
}

.con-box {
  width: 1440px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.con-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.second {
  width: calc(50% - (20px / 2));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
  margin-bottom: 20px;
}
.third {
  min-height: 50vh;
  width: calc(33.33% - (40px / 3));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
  margin-bottom: 20px;
}
.fourth {
  width: calc(25% - (60px / 4));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
  margin-bottom: 20px;
}
.fifth {
  width: calc(20% - (80px / 5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
  margin-bottom: 20px;
}
.nmbr {
  font-family: 'Open Sans';
  font-size: 1.3em;
  background-color: #ed711c;
  color: white;
  padding: 0 12px;
  border-radius: 50%;
  margin-right: 10px;
}
.i-header {
  font-size: 4em;
  text-align: center;
  margin-bottom: 10px;
}
.third:nth-child(2) p, .third:nth-child(3) p {
  color: white;
}
.third:nth-child(2) h3, .third:nth-child(3) h3 {
  color: #2e4a70;
}
.third:nth-child(2) {
  background-color: #73C7E3;
}
.third:nth-child(3) {
  background-color: #24B0Ba;
}
.box {
  min-height: 50vh;
  padding: 30px;
  position: absolute;
  right: 20%;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-left: 10px solid #ed711c;
}
.con-steps {
  width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
/*  display: flex;
  flex-direction: column;*/
}
.banner-header {
  height: 25vw;
  width: 25vw;
  border-radius: 12.5vw;
  background-color: #0071c2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-header h2 {
  color: white;
  font-size: 3rem;
  font-weight: 800;
}
.banner-header p {
  color: white;
  font-size: 1.2rem;
}
.con-steps h2 {
  display: inline-block;
  background-color: #0071c2;
  color: white;
  padding: 20px;
  border-left: 10px solid #ed711c;
}
.con-steps h2:after, .con-steps h3:after {
  content: ' \00bb';
  transition: 0.5s;
  opacity: 0;
}
.con-steps p {
  position: relative;
}
.con-steps p:before {
  content: '\00bb';
  font-size: larger;
  line-height: 1rem;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: -20px;
}
.con-steps ul:first-child > li {
  margin-bottom: 50px;
}
.con-steps li {
  list-style-type: none;
  margin-left: 50px;
  border-radius: 10px;
}
.con-steps li:not(.second, .third, .fourth, .fifth) {
  padding: 20px;
}
.con-row li:not(:first-child) {
  margin-left: 0px;
}
.con-steps ul:first-child > li:hover {
  background-color: seashell;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: 0.5s ease-in-out;
}
.con-steps .second:hover, .con-steps .third:hover, .con-steps .fourth:hover, .con-steps .fifth:hover {
  color: white;
  background-color: #0071c2;
}
.con-steps ul:first-child > li:hover h2:after {
  animation: lnk-arrw 1s infinite;
}
.con-steps ul:first-child > li > ul > li:hover h3:after {
  animation: lnk-arrw 1s infinite;
}
.con-steps li:hover > p:before {
  animation: lnk-arrw 1s infinite;
}

.hidden {display: none;}


@keyframes lnk-arrw {
  0% { 
    opacity: 0;
    right: 5px;
  }
  50% { 
    opacity: 1;
    right: -5px;
  }
  100% { 
    opacity: 0;
    right: 5px;
  }
}
/*ul li {
  background-color: #;
  color: #333;
  padding: 5px;
}

ul ul li {
  background-color: #a8dff1;
  color: #333;
  padding: 5px;
}

ul ul ul li {
  background-color: #73b0cd;
  color: #fff;
  padding: 5px;
}

ul ul ul ul li {
  background-color: #3d7c98;
  color: #fff;
  padding: 5px;
}*/

/* Animations 

.con-banner > div {
  animation: fade-out-div linear;
  animation-timeline: view();
  animation-range: exit;
}*/

.right-slide {
  opacity: 0;
  animation: right-slide 1.5s ease-in;
  animation-fill-mode: forwards;
  animation-timeline: view();
  animation-range: 20vh 40vh;
}
.left-slide {
  opacity: 0;
  animation: left-slide 1.5s ease-in;
  animation-fill-mode: forwards;
  animation-timeline: view();
  animation-range: 20vh 40vh;
}
.up-slide {
  opacity: 0;
  animation: up-slide 1.5s ease-in;
  animation-fill-mode: forwards;
  animation-timeline: view();
  animation-range: 20vh 40vh;
}


@keyframes h-load {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes right-slide {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  80%, 100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes left-slide {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  80%, 100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes up-slide {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  80%, 100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-out-div {
  0% { opacity: 1; transform: translateY(0px);}
  50%, 100% { opacity: 0; transform: translateY(-100px);}  
}


@media (max-width: 1440px) {
  .con-steps, .box-header, .top-box, .con-box, .box-nav, .container-box, .container-box-2, .container-absolute, .footer, .container-full-profile {
    width: 90%;
    margin: 0 5%;
  }
  .con-box {
    padding: 20px 0;
  }
  .con-steps li {
    margin-left: 0px;
  }
  .banner-header h2 {
    font-size: 2.6rem;
    font-weight: 600;
  }
  .banner-header p {
    font-size: 1rem;
  }
  .banner-box, .for-more, .to-blue > div, .header-stop, .con-facility {
    width: 90%;
    margin: 0 5%;
  }
  .for-more a {
    height: auto;
  }

}

@media (max-width: 1180px) {  
  .top-box {
    flex-direction: column;
    justify-content: center;
  }
  .half, .half-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
  }
  .banner-header {
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 50px;
  }
  .banner-header h2 {
    color: white;
    font-size: 3rem;
    font-weight: 800;
  }
  .banner-header p {
    color: white;
    font-size: 1.2rem;
  }
  .con-feat {
    width: 100%;
  }
  .feat-facility {
    width: 100%;
    min-width: 100%;
  }
  .con-row {
    flex-direction: column;
  }
  .second, .third, .fourth, .fifth {
    width: 100%;
  }
  .third {
    min-height: auto;
    padding: 20px;
  }
  .box {
    min-height: auto;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
    position: unset;
    right: unset;
  }
  .fr {
    flex-direction: column;
  }
  .semi-cir {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
    animation: h-load 1.5s ease-in;
    position: absolute;
  }
  .box-center h1 {
    text-align: center;
    color: white;
    background-color: #ed711c;
    padding: 20px 50px;
    margin: 0 5%;
    border-radius: 10px 10px 0 0;
  }
  .box-center p {
    padding: 20px 50px;
    margin: 0 5%;
    border-radius: 10px;
  }

  #container-logo {width: 100%;}
  .box-header {padding-top: 100px;}
  #container-logo img {max-height: 60px; margin: 0px auto;}
  .container-absolute {position: unset; align-content: flex-start;}
  .container-absolute .box-half {margin-bottom: 50px;}
  .container-absolute img {width: 50%; margin-left: auto; margin-right: auto;}
  .mt-150 {margin-top: 150px;}
  #nav {display: block; flex-direction: column; justify-content: center;}
  .nav-list {display: none; flex-direction: column; padding-top: 30px; top: -100% !important;}
  .nav-list-item {margin-right: 0px; margin-bottom: 28px;}
  .nav-list-item::after {bottom: -10px;}
  .nav-bg-off {min-height: 0; height: inherit; background: none;}
  .nav-bg-on {min-height: 100vh; background: #FFFFFF; position: fixed;}
  .nav-list-item::after {bottom: -16px;}
  #displayProfile {position: absolute; top: 16px; right: 5%;}
  #nav2 {right: 0px; bottom: 10px;}
  .fd-rtc {flex-direction: column;}
  .container-no-avatar {margin: 0 auto 10px auto;}
  .container-avatar {margin: 0 auto 10px auto;}
  .container-name-addrss {text-align: center;}
  .container-bookmark {text-align: center;}
  .container-bookmark-button {align-self: center;}
  .container-bookmarked {align-self: center;}
  h1 {margin-bottom: 10px;}
  .box-40 {width: 100%; margin-right: 0;}
  .box-60 {width: 100%;}
  .box-half {width: 100%; margin-right: 0;}
  .toggle-btn {display: flex;}
  .toggle-margin {display: block; margin-bottom: 100px;}
  .box-third, .box-fourth {width: 47.5%; margin-right: 5%;}
  .box-third:nth-child(3n) {margin-right: 5%;}
  .box-third:nth-child(2n), .box-fourth:nth-child(2n) {margin-right: 0;}
  .empty {display: none;}
  .m-o {display: block;}
  .rtl {direction: ltr;}


  .for-more, .to-blue, .header-stop:after, .header-stop:before {
    display: none;
  }  
  .header-stop {
    border-right: none;
  }
  .con-facility {
    flex-direction: column;
  }
}

@media (max-height: 640px) {
  #login-lightbox {background-color: white;}
  .container-absolute {position: unset; margin-left: auto; margin-right: auto; width: 90%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; align-content: stretch;}
  .box-half {width: 100%; margin-right: 0;}
  .container-absolute .box-half {margin-bottom: 50px;}
  .container-absolute img {width: 50%; margin-left: auto; margin-right: auto;}
  .container-mid {padding-top: 100px; padding-bottom: 100px;}
}

@media (max-width: 750px) {
  
  .box-center p {
    border-radius: 0 0 10px 10px;
  }

  html, body {font-size: 12pt;}
  .pad-b {padding-bottom: 10px;}
  #login-lightbox {background-color: white;}
  #container-nav {height: 60px;}
  #container-logo img {max-height: 40px; margin: 10px auto 5px auto;}
  #displayProfile {top: 8px;}
  #nav2 {bottom: 0px;}
  .container-absolute img {width: 80%; margin-left: auto; margin-right: auto;}
  .container-sidenav {display: none;}
  .footer, .container-box {flex-direction: column; justify-content: center;}
  .b-home, .b-caregivers, .b-assisted, .b-optimal, .b-wellspring, .b-press, .b-contact, .b-provider, .b-searcher, .b-referral {background-image: none;}
  .box-third, .box-fourth {width: 100%; margin-right: 0;}
  .box-third:nth-child(3n) {margin-right: 0;}
  .box-fifth {width: 47.5%; margin-right: 5%;}
  .box-fifth:nth-child(5n) {margin-right: 0;}
  .box-fifth:nth-child(2n) {margin-right: 0;}  
  .container-form input, textarea {background-color: #f0f0f0;}
  .rtl {direction: ltr; text-align: center;}
  .center-list {list-style-type: none;}

  #con-services {    
    flex-grow: 1;
    flex-shrink: 0;
    margin: 20px auto;
  }
  .con-service {
    width: 80vw;
  }
  .focused .service-profile {
    transform: none;
  }  
  .adjacent .service-profile {
    transform: none;
  }    
  .adjacent .service-profile {
    height: 85%;
    width: 85%;
  }
  .carousel-btn-left {
    margin-top: 20px;
    border-radius: 0 10px 10px 0;
    background: #ffffff80;
    height: 80px;
    width: 50px;
  }
  .carousel-btn-right {
    margin-top: 20px;
    border-radius: 10px 0 0 10px;
    background: #ffffff80;
    height: 80px;
    width: 50px;
  }
  .carousel-btn a {
    font-size: 2rem;
    color: #e04f1b;
  }

}