/* Concrete5's column layout builder utilizes Bootstrap 3, which Bootstrap 4 breaks. These fix that */
#ccm-account-menu-container {
  display: none;
}

#ccm-layouts-edit-mode .row {
  display: block;
}

#ccm-layouts-edit-mode div[class^="col-sm"] {
  max-width: 100%;
  float: left;
}

#ccm-layouts-edit-mode .col-sm-12 {
  width: 100%
}

#ccm-layouts-edit-mode .col-sm-11 {
  width: 91.66666667%
}

#ccm-layouts-edit-mode .col-sm-10 {
  width: 83.33333333%
}

#ccm-layouts-edit-mode .col-sm-9 {
  width: 75%
}

#ccm-layouts-edit-mode .col-sm-8 {
  width: 66.66666667%
}

#ccm-layouts-edit-mode .col-sm-7 {
  width: 58.33333333%
}

#ccm-layouts-edit-mode .col-sm-6 {
  width: 50%
}

#ccm-layouts-edit-mode .col-sm-5 {
  width: 41.66666667%
}

#ccm-layouts-edit-mode .col-sm-4 {
  width: 33.33333333%
}

#ccm-layouts-edit-mode .col-sm-3 {
  width: 25%
}

#ccm-layouts-edit-mode .col-sm-2 {
  width: 16.66666667%
}

#ccm-layouts-edit-mode .col-sm-1 {
  width: 8.33333333%
}

.pg-intro {
  background-image: url(../i/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 160px 0 60px;
}

.pg-content {
  padding: 80px 0;
}

.pg-intro h1 {
  font-family: 'BeckmanBlack';
  font-size: 90px;
  color: #fff;
  letter-spacing: -3px;
  line-height: 1;
}

.pg-intro p {
  color: #ccc;
  font-family: 'BwModelica-Light';
}

.today {
  background: #f9f9f9;
  padding: 30px 30px 30px 90px;
  position: relative;
}

.today i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 44px;
  color: #999;
}

.cinfo {
  margin: 30px 0 55px;
}

.cinfo li {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 10px;
}

.cinfo li i {
  margin: 0 15px 0 0;
}

.cinfo li:last-child {
  margin: 0;
}

.cmap iframe {
  width: 100%;
  height: 390px;
}

.ccm-faq-container {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ccm-faq-container .ccm-faq-block-links {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.ccm-faq-container .ccm-faq-block-entries {
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.ccm-faq-container .ccm-faq-block-links {
  background: #f9f9f9;
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.ccm-faq-container .ccm-faq-block-links a {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.ccm-faq-container .ccm-faq-block-links a:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.ccm-faq-container .ccm-faq-block-links a:hover, .ccm-faq-container .ccm-faq-block-links a:focus, .ccm-faq-container .ccm-faq-block-links a.active {
  color: #d51143;
  border-color: #d51143;
}

.faq-entry-content h3 {
  font-family: 'BeckmanBlack';
  font-size: 32px;
  margin: 0 0 20px;
  position: relative;
  padding-left: 50px;
}

.faq-entry-content h3 i {
  color: #d51143;
  position: absolute;
  top: -7px;
  left: 0;
  font-size: 45px;
}

.faq-entry-content {
  margin: 0 0 60px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 60px;
}

.faq-entry-content:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.faq-entry-content ul, .faq-entry-content p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 30px;
}

.faq-entry-content ul:last-child, .faq-entry-content p:last-child {
  margin: 0;
}

.faq-entry-content ul li {
  margin: 0 0 10px;
  padding: 0 0 0 37px;
  position: relative;
}

.faq-entry-content ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  color: #d51143;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}

.faq-entry-content ul li:last-child {
  margin: 0;
}

.pg-content hr {
  border: none;
  height: 10px;
  background: #f9f9f9;
  margin: 80px 0;
}

.bio {
  text-align: center;
}

.bio h3 {
  font-family: 'BeckmanBlack';
  font-size: 31px;
}

.bio p {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 25px;
}

.bio {
  margin: 0 0 70px;
}

.bio.last {
  margin: 0;
}

.section-intro:after {
  background-color: #d51143;
}

.bio-pic {
  position: relative;
}

.bio-pic img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 20px;
  border: 1px solid #CCC;
  padding: 5px;
}

.bio-pic:before, .bio-pic:after {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 108px;
  height: 1px;
  background: #ccc;
  display: block;
  position: absolute;
}

.bio-pic:before {
  left: 0;
}

.bio-pic:after {
  right: 0;
}

.bio h4 {
  color: #d51143;
  margin: -3px 0 13px;
}

.about-intro p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 35px;
}

.about-intro {
  padding: 0 0 0 20px;
}

.online-refills {
  background-image: url(../i/footer.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20px 0;
}

.online-refills h3 {
  font-family: 'BeckmanBlack';
  font-size: 36px;
  color: #fff;
  margin: 10px 0 0;
}

.service-list {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.service-list .sl-left {
  background-image: url(../i/pharmacy.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.service-list .sl-right {
  background-color: #f9f9f9;
  padding: 125px;
}

.service-list .sl-left,
.service-list .sl-right {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.products section {
  text-align: center;
}

.products section h3 {
  font-family: 'BeckmanBlack';
  font-size: 30px;
  color: #000;
  margin: 0 0 9px;
}

.products section i {
  background-color: #d51143;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 7px 0 15px;
}

.products section ul li {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.service-intro {
  text-align: center;
}

.service-intro h2 {
  color: #333;
  font-size: 40px;
}

.service-intro h2 strong {
  font-weight: 300;
  color: #d51143;
}

.service-intro p {
  font-size: 19px;
  color: #555;
}

.service-intro {
  margin: 25px 0 40px;
}

.service-top ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-top ul li {
  -webkit-flex: 0 0 19%;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
  text-align: center;
  font-size: 20px;
}

.service-top ul li i {
  background-color: #d51143;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 15px;
  display: block;
}

.sl-right h2 {
  color: #000;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.sl-right p {
  font-size: 17px;
  color: #555;
  margin: 0 0 29px;
}

.sl-right ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sl-right ul li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
  margin: 0 0 25px;
}

.sl-right ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  color: #d51143;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 22px;
}

.service-top ul li i,
.products section i {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 82px;
  background-size: 82px;
}

.icon-product-1 {
  background-image: url(../i/icon-product-1.svg);
}

.icon-product-2 {
  background-image: url(../i/icon-product-2.svg);
}

.icon-product-3 {
  background-image: url(../i/icon-product-3.svg);
}

.icon-service-1 {
  background-image: url(../i/icon-service-1.svg);
}

.icon-service-2 {
  background-image: url(../i/icon-service-2.svg);
}

.icon-service-3 {
  background-image: url(../i/icon-service-3.svg);
}

.icon-service-4 {
  background-image: url(../i/icon-service-4.svg);
}

.icon-service-5 {
  background-image: url(../i/icon-service-5.svg);
}

.board .note p em {
  font-style: normal;
  color: #d51143;
}

.border-top-thick {
  border-top: 20px solid #f9f9f9;
}

.reopen {
  background-color: #d51143;
  color: #fff;
  width: 250px;
  height: 250px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 3000;
  padding: 48px 11px 0;
}

.footer {
  z-index: 3001;
  position: relative;
}

.reopen h2 {
  font-family: 'BeckmanBlack';
}

.reopen p {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 27px;
}

.reopen h2 {
  font-size: 30px;
}

.reopen h2 small {
  font-size: 16px;
  display: block;
  margin: 0 0 -3px;
}

#swipebox-bottom-bar {
  bottom: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.gallery {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery a {
  display: block;
  -webkit-flex: 0 0 24%;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
  margin: 10px 5px;
  background-color: #d51143;
}

.gallery a img {
  max-width: 100%;
  display: block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery a:hover img,
.gallery a:focus img {
  opacity: 0.3;
}

.home .reopen {
  display: none;
}

.board .note h3 {
  font-size: 40px;
}

.board .note p {
  font-size: 20px;
  margin-top: 5px;
}

.edit-mode .board .note div,
.editmode .board .note div {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.board .note {
  justify-content: center;
  align-items: center;
}

.board .note div {
  position: unset !important;
  top: unset !important;
  left: unset !important;
}

.board .note p a {
  font-weight: 700;
}

.board .note p:nth-child(2n + 1) a {
  color: #813f1f;
}