/***
 ** Main Styles -----------
 **/
/* Colours */
/* Breakpoints */
/* Text Colour */
.color-white, .color-white * {
  color: #fff !important;
}
.color-black, .color-black * {
  color: #000 !important;
}
.color-purple, .color-purple * {
  color: #2c2d64 !important;
}
.color-darkblue, .color-darkblue * {
  color: #00a3ff !important;
}
.color-lightblue, .color-lightblue * {
  color: #8dd6ff !important;
}
/* Headings */
.h1, .h1.fusion-title > * {
  font-size: 53px !important;
  line-height: 56px !important;
}
@media screen and (max-width: 1024px) {
  .h1, .h1.fusion-title > * {
    font-size: 42px !important;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .h1, .h1.fusion-title > * {
    font-size: 38px !important;
    line-height: 45px !important;
  }
}
.h2, .h2.fusion-title > * {
  font-size: 44px !important;
  line-height: 56px !important;
}
@media screen and (max-width: 1024px) {
  .h2, .h2.fusion-title > * {
    font-size: 40px !important;
    line-height: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .h2, .h2.fusion-title > * {
    font-size: 36px !important;
    line-height: 45px !important;
  }
}
.h3, .h3.fusion-title > * {
  font-size: 40px !important;
  line-height: 50px !important;
}
@media screen and (max-width: 1024px) {
  .h3, .h3.fusion-title > * {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .h3, .h3.fusion-title > * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.h4, .h4.fusion-title > * {
  font-size: 32px !important;
  line-height: 48px !important;
}
@media screen and (max-width: 1024px) {
  .h4, .h4.fusion-title > * {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .h4, .h4.fusion-title > * {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
.h5, .h5.fusion-title > * {
  font-size: 24px !important;
  line-height: 36px !important;
}
@media screen and (max-width: 1024px) {
  .h5, .h5.fusion-title > * {
    font-size: 20px !important;
    line-height: 36px !important;
  }
}
.h6, .h6.fusion-title > {
  font-size: 20px !important;
  line-height: 34px !important;
}
@media screen and (max-width: 1024px) {
  .h6, .h6.fusion-title > {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.subheading, .subheading > * {
  font-size: 24px !important;
  line-height: 36px !important;
}
@media screen and (max-width: 1024px) {
  .subheading, .subheading > * {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.banner-text, .banner-text > * {
  font-size: 24px !important;
  line-height: 36px !important;
}
@media screen and (max-width: 1024px) {
  .banner-text, .banner-text > * {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
/* end Headings */
/* Buttons */
.fusion-button {
  min-width: 144px !important;
  height: 49px;
}
.fusion-button.contact-btn {
  min-width: 154px !important;
}
.fusion-button.white-btn {
  background: #fff !important;
  border-color: #fff !important;
}
.fusion-button.white-btn .fusion-button-text {
  color: #2c2d64 !important;
}
.fusion-button.white-btn:hover {
  background: #2c2d64 !important;
  border-color: #2c2d64 !important;
}
.fusion-button.white-btn:hover .fusion-button-text {
  color: #fff !important;
}
.fusion-button.blue-outline {
  background: transparent !important;
  border-color: #2c2d64 !important;
}
.fusion-button.blue-outline .fusion-button-text {
  color: #2c2d64 !important;
}
.fusion-button.blue-outline:hover {
  background: #2c2d64 !important;
  border-color: #2c2d64 !important;
}
.fusion-button.blue-outline:hover .fusion-button-text {
  color: #fff !important;
}
.fusion-button.white-outline {
  background: transparent !important;
  border-color: #fff !important;
}
.fusion-button.white-outline .fusion-button-text {
  color: #fff !important;
}
.fusion-button.white-outline:hover {
  background: #fff !important;
  border-color: #fff !important;
}
.fusion-button.white-outline:hover .fusion-button-text {
  color: #2c2d64 !important;
}
.fusion-tb-header {
  position: relative;
  z-index: 999;
}
.fusion-tb-header .top-header .fusion-text {
  text-decoration: underline;
}
.fusion-tb-header .header-wrapper {
  box-shadow: -4px 8px 10px rgba(0, 0, 0, 0.06) !important;
}
.fusion-tb-header .header-wrapper.fusion-container-stuck .menu-col .fusion-column-wrapper div:nth-child(1) {
  display: none;
}
.fusion-tb-header .header-wrapper.fusion-container-stuck .mobile-menu {
  min-height: 87px !important;
}
.fusion-tb-header .header-wrapper .fusion-row {
  max-width: 1420px !important;
}
@media screen and (max-width: 1300px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col {
    width: 50% !important;
  }
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col {
    width: auto !important;
  }
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper {
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper .desktop-menu {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.fusion-menu > li {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
  }
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.fusion-menu > li:first-child {
  margin-left: 0;
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.fusion-menu > li:last-child {
  margin-right: 0;
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.sub-menu {
  box-shadow: -4px 8px 10px rgba(0, 0, 0, 0.06);
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.sub-menu li {
  padding-bottom: 16px !important;
  border: 0 none;
}
.fusion-tb-header .header-wrapper .fusion-row .menu-col .fusion-column-wrapper nav.main-menu ul.sub-menu li:last-child {
  padding-bottom: 24px !important;
}
.fusion-tb-header .header-wrapper .fusion-row .btn-col {
  flex: 1;
}
@media screen and (max-width: 1300px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col {
    width: 50% !important;
    flex: unset;
  }
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col {
    flex: 1;
  }
}
.fusion-tb-header .header-wrapper .fusion-row .btn-col .mobile-menu {
  display: none;
  margin-left: 16px;
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .mobile-menu {
    min-height: 109px;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .mobile-menu {
    margin-right: 0;
  }
}
.fusion-tb-header .header-wrapper .fusion-row .btn-col .header-call {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .header-call {
    display: none;
  }
}
.fusion-tb-header .header-wrapper .fusion-row .btn-col .header-call:before {
  content: url('/wp-content/uploads/2023/03/phone-icon.svg');
  display: block;
  margin-right: 7px;
  width: 21px;
  height: 21px;
}
.fusion-tb-header .header-wrapper .fusion-row .btn-col .contact-btn {
  margin-right: 16px;
  margin-left: 32px;
}
@media screen and (max-width: 1200px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .contact-btn {
    margin-left: 16px;
  }
}
@media screen and (max-width: 860px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .contact-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 627px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .contact-btn {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  .fusion-tb-header .header-wrapper .fusion-row .btn-col .fusion-button {
    display: none;
  }
}
/* Google Reviews */
.google-reviews .fusion-row {
  max-width: 939px !important;
}
.google-reviews .fusion-row .reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.google-reviews .fusion-row .reviews-header .google-logo {
  width: 172px;
}
.google-reviews .fusion-row .reviews-header .slick-arrow svg path {
  fill: #2c2d64;
  opacity: 1;
}
.google-reviews .fusion-row .reviews-header .slick-arrow.slick-disabled svg path {
  fill: #000;
  opacity: 0.3;
}
.google-reviews .fusion-row .reviews-header .slick-arrow.prev-arrow {
  margin-right: 16px;
}
.google-reviews .fusion-row .ti-widget .ti-header {
  display: none !important;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper {
  margin-bottom: 0;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .slick-track {
  display: flex;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .draggable {
  padding: 20px 0px 24px 0px;
  margin: 0 -20px;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .slick-slide {
  padding: 0 20px;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide {
    flex-direction: column;
  }
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item {
  width: 48.563%;
  margin: 0;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.06) !important;
}
@media screen and (max-width: 768px) {
  .google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item:nth-child(1) {
    margin-bottom: 20px !important;
  }
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner {
  background: #fff !important;
  border: 0 none !important;
  border-radius: 0px !important;
  backdrop-filter: unset !important;
  display: flex;
  flex-direction: column-reverse;
  padding: 32px !important;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-profile-img {
  display: none;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-review-header {
  margin-top: 20px;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-profile-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-name {
  margin: 0;
  padding: 0 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c2d64;
  line-height: 1;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-stars {
  margin: 0;
  line-height: 1;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-date {
  display: none;
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-review-content > .ti-inner {
  min-height: 130px !important;
  font-size: 16px;
  line-height: 24px;
  color: rgba(44, 45, 100, 0.7) !important;
  max-height: unset !important;
}
@media screen and (max-width: 768px) {
  .google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-review-content > .ti-inner {
    min-height: auto !important;
    height: auto !important;
  }
}
.google-reviews .fusion-row .ti-widget .ti-reviews-container-wrapper .ti-review-slide .ti-review-item > .ti-inner .ti-read-more span {
  color: rgba(44, 45, 100, 0.7) !important;
}
.google-reviews .fusion-row .reviews-pagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.google-reviews .fusion-row .reviews-btn {
  color: rgba(44, 45, 100, 0.7);
  text-decoration: underline;
}
.google-reviews .fusion-row .reviews-btn:hover {
  color: #2c2d64;
}
.google-reviews .fusion-row .reviews-dots-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.google-reviews .fusion-row ul.slick-dots {
  display: flex;
  list-style: none;
  margin: 0 4px 0 5px;
  padding: 0;
  background: #d9d9d9;
  border-radius: 40px;
  position: relative;
  bottom: unset;
  max-width: 79px;
  width: 100%;
}
.google-reviews .fusion-row ul.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.google-reviews .fusion-row ul.slick-dots li button {
  background: #d9d9d9;
  height: 4px;
  width: 19px;
  overflow: hidden;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.google-reviews .fusion-row ul.slick-dots li button:before {
  content: none;
}
.google-reviews .fusion-row ul.slick-dots li.slick-active button {
  background: #fcb002;
}
.google-reviews .fusion-row .reviews-dots-current-num, .google-reviews .fusion-row .reviews-dots-total-num {
  color: #2c2d64;
  font-size: 11px;
}
/* end Google Reviews */
.fusion-footer #contact-footer {
  background: linear-gradient(to top, rgba(44, 45, 100, 0.1) 50%, #fff 50%) !important;
}
.fusion-footer #contact-footer > .fusion-row {
  max-width: calc(1176px + 0px) !important;
}
.fusion-footer #contact-footer > .fusion-row .fusion-builder-row-inner {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .fusion-footer #contact-footer > .fusion-row .fusion-builder-row-inner {
    flex-wrap: wrap;
  }
}
.fusion-footer #contact-footer > .fusion-row .img-col {
  max-width: 466px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .fusion-footer #contact-footer > .fusion-row .img-col {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .fusion-footer #contact-footer > .fusion-row .img-col .fusion-column-wrapper {
    background-position: center top !important;
    background-size: 105% auto !important;
  }
}
.fusion-footer #contact-footer > .fusion-row .info-col {
  max-width: 710px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .fusion-footer #contact-footer > .fusion-row .info-col {
    max-width: 100% !important;
  }
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group {
  margin-bottom: 16px;
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group:last-child {
  margin-bottom: 32px;
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group > p {
  margin: 0;
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group.col-two > p {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .fusion-footer #contact-footer > .fusion-row .form-group .input-group.col-two > p {
    flex-direction: column;
    gap: 16px;
  }
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-text {
  border-radius: 4px;
  border: 1px solid rgba(44, 45, 100, 0.7);
  color: rgba(44, 45, 100, 0.7);
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-text::placeholder {
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-text::-ms-input-placeholder {
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-textarea {
  border-radius: 4px;
  border: 1px solid rgba(44, 45, 100, 0.7);
  color: rgba(44, 45, 100, 0.7);
  padding-left: 16px;
  padding-right: 16px;
  height: 112px;
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-textarea::placeholder {
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer #contact-footer > .fusion-row .form-group .input-group .wpcf7-textarea::-ms-input-placeholder {
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer #contact-footer > .fusion-row .submit-group {
  display: flex;
  position: relative;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fusion-footer #contact-footer > .fusion-row .submit-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.fusion-footer #contact-footer > .fusion-row .submit-group p {
  margin: 0;
  color: rgba(44, 45, 100, 0.5);
}
.fusion-footer #contact-footer > .fusion-row .submit-group p .wpcf7-submit {
  width: 183px;
  height: 49px;
}
.fusion-footer #contact-footer > .fusion-row .submit-group p span.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 15px;
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(1) {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(1) img {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 1232px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(2) {
    width: 18% !important;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(2) {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1232px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(3) {
    width: 18% !important;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(3) {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(4) {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(5) {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-layout-column:nth-child(5) .fusion-column-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-title h6 {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .fusion-footer .footer-items-wrap .fusion-menu li > a {
    text-align: center;
    display: block;
  }
}
.fusion-footer .footer-items-wrap .fusion-menu li > a:hover .menu-text {
  color: #2c2d64;
}
.fusion-footer .footer-items-wrap .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fusion-footer .footer-items-wrap .contact-info li {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer .footer-items-wrap .contact-info li a {
  color: rgba(44, 45, 100, 0.7);
}
.fusion-footer .footer-items-wrap .contact-info li a:hover {
  color: #2c2d64;
}
.fusion-footer .footer-items-wrap .contact-info li:last-child {
  margin-bottom: 0;
}
.fusion-footer .footer-items-wrap .fb-follow a {
  display: flex;
  align-items: center;
}
.fusion-footer .footer-items-wrap .fb-follow a img {
  margin-right: 8px;
}
.fusion-footer .footer-items-wrap .fb-follow a p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.fusion-footer .copyright-wrapper .fusion-row {
  border-top: 1px solid rgba(44, 45, 100, 0.7);
}
.fusion-footer .copyright-wrapper .fusion-row .fusion-column-wrapper {
  justify-content: space-between;
  flex-direction: row !important;
  padding: 20px 0 !important;
}
@media screen and (max-width: 400px) {
  .fusion-footer .copyright-wrapper .fusion-row .fusion-column-wrapper {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }
}
.fusion-footer .copyright-wrapper .fusion-row .fusion-column-wrapper p {
  margin: 0;
  font-size: 14px;
  color: rgba(44, 45, 100, .5);
  padding: 0 !important;
}
.fusion-footer .copyright-wrapper .fusion-row .fusion-column-wrapper a {
  font-size: 14px;
  color: rgba(44, 45, 100, .5);
  text-decoration: underline;
}
.fusion-footer .copyright-wrapper .fusion-row .fusion-column-wrapper a:hover {
  color: #2c2d64;
}
/* Personal Storage */
.page-id-47 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-47 .google-reviews {
    padding-top: 50px !important;
  }
}
.page-id-47 .why-personal-headline:before {
  content: '';
  background: transparent url(/wp-content/uploads/2023/03/upper-left-bg.svg) no-repeat scroll center center / contain;
  height: 431px;
  width: 411px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-id-47 .why-personal-headline:before {
    width: 205.5px;
    height: 215.5px;
  }
}
/* end Personal Storage */
/* Business Storage */
.page-id-49 .why-business-headline:before {
  content: '';
  background: transparent url(/wp-content/uploads/2023/03/upper-left-bg.svg) no-repeat scroll center center / contain;
  height: 431px;
  width: 411px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-id-49 .why-business-headline:before {
    width: 205.5px;
    height: 215.5px;
  }
}
.page-id-49 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-49 .google-reviews {
    padding-top: 50px !important;
  }
}
/* end Business Storage */
/* Vehicle Storage */
.page-id-51 .why-vehicle-headline:before {
  content: '';
  background: transparent url(/wp-content/uploads/2023/03/upper-left-bg.svg) no-repeat scroll center center / contain;
  height: 431px;
  width: 411px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .page-id-51 .why-vehicle-headline:before {
    width: 205.5px;
    height: 215.5px;
  }
}
.page-id-51 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-51 .google-reviews {
    padding-top: 50px !important;
  }
}
/* end Vehicle Storage */
/* Error 404 Page */
.error404 .fusion-page-title-bar {
  display: none;
}
.error404 #content {
  padding-top: 112px;
  padding-bottom: 112px;
}
.error404 #content .error-message {
  color: #2c2d64 !important;
}
/* end Error 404 Page */
@media screen and (max-width: 768px) {
  .single-post #content {
    margin-bottom: 0 !important;
  }
}
.single-post .fusion-page-title-bar {
  position: relative;
}
.single-post .fusion-page-title-bar:before {
  content: '';
  width: 451px;
  height: 471px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url('/wp-content/uploads/2023/03/upper-right-bg.svg') no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .single-post .fusion-page-title-bar:before {
    width: 225.5px;
    height: 235.5px;
  }
}
.single-post .custom-post-title .fusion-row {
  max-width: calc(938px + 0px) !important;
}
.single-post .custom-post-title .fusion-row .fusion-meta-tb .fusion-meta-tb-sep {
  padding: 0 12px !important;
}
.single-post .custom-post-content .fusion-row {
  max-width: calc(938px + 0px) !important;
}
.single-post .custom-post-content .fusion-row .fusion-imageframe {
  width: 100%;
}
.single-post .custom-post-content .fusion-row .fusion-imageframe img {
  width: 100%;
}
.single-post .custom-post-content .fusion-row .fusion-content-tb h6 {
  color: rgba(44, 45, 100, 0.7) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0 0 32px !important;
}
.single-post .custom-post-content .fusion-row .fusion-content-tb h5 {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 36px !important;
  margin: 0 0 24px !important;
}
.single-post .custom-post-content .fusion-row .fusion-content-tb p:last-child {
  margin-bottom: 0;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box {
  min-height: 24px;
}
@media screen and (max-width: 768px) {
  .single-post .custom-post-content .fusion-row .fusion-sharing-box {
    align-items: flex-start !important;
  }
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .fusion-social-networks {
  justify-content: flex-start !important;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .tagline {
  line-height: normal;
  font-weight: 400;
  margin-right: 16px;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-mail {
  margin: 0 8px 0 0 !important;
  vertical-align: middle;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-mail:before {
  content: "" !important;
  width: 24px;
  display: block;
  height: 24px;
  background: url(/wp-content/uploads/2023/03/link-icon.svg) no-repeat 0 0;
  background-size: contain;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-facebook {
  margin: 0 8px 0 0 !important;
  vertical-align: middle;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-facebook:before {
  content: "" !important;
  width: 24px;
  display: block;
  height: 24px;
  background: url(/wp-content/uploads/2023/03/facebook-icon.svg) no-repeat 0 0;
  background-size: contain;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-twitter {
  margin: 0 8px 0 0 !important;
  vertical-align: middle;
}
.single-post .custom-post-content .fusion-row .fusion-sharing-box .awb-icon-twitter:before {
  content: "" !important;
  width: 24px;
  display: block;
  height: 24px;
  background: url(/wp-content/uploads/2023/03/twitter-icon.svg) no-repeat 0 0;
  background-size: contain;
}
.single-post .fusion-post-cards .fusion-grid {
  margin-top: 0;
}
.single-post .fusion-post-cards .fusion-image-wrapper a {
  display: block;
  height: 276px;
}
.single-post .fusion-post-cards .fusion-image-wrapper:hover img {
  transform: scale(1.5);
}
.single-post .fusion-post-cards .fusion-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.single-post .fusion-post-cards .fusion-button {
  justify-content: flex-start;
  height: 24px !important;
  font-weight: 400 !important;
  min-width: auto !important;
}
.single-post .fusion-post-cards .fusion-button .fusion-button-text {
  text-decoration: underline;
}
.single-post .fusion-post-cards .fusion-button .fa-angle-right {
  margin-right: 0 !important;
}
.single-post .fusion-post-cards .fusion-button .fa-angle-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
  display: block;
}
.single-post .fusion-post-cards .fusion-meta-tb .fusion-meta-tb-sep {
  padding: 0 12px !important;
}
.single-post .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .single-post .google-reviews {
    padding-top: 50px !important;
  }
}
/***
 ** Pages Styles -----------
 **/
/* Global Banner */
.home {
  /* end Global Banner */
  /* Storage List */
  /* end Storage List */
  /* Modbox Can Help */
  /* end Modbox Can Help */
  /* Safe and Secure CTA */
  /* end Safe and Secure CTA */
  /* Highlights Section */
  /* end Highlights Section */
  /* 3 Easy Steps */
  /* end 3 Easy Steps */
  /* Get In Touch */
  /* end Get In Touch */
}
.home .global--banner .subheading {
  display: none;
}
.home .storage-list .fusion-row .fusion-layout-column {
  width: auto !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .home .storage-list .fusion-row .fusion-layout-column {
    width: 100% !important;
    margin-bottom: 25px;
  }
}
.home .storage-list .fusion-row .fusion-layout-column:nth-child(1):after {
  content: '';
  border: 1px solid #2c2d64;
  background: #2c2d64;
  display: block;
  margin-left: 70px;
  margin-right: 69px;
  position: relative;
  height: 63px;
}
@media screen and (max-width: 1024px) {
  .home .storage-list .fusion-row .fusion-layout-column:nth-child(1):after {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home .storage-list .fusion-row .fusion-layout-column:nth-child(1):after {
    content: none;
  }
}
.home .storage-list .fusion-row .fusion-layout-column:nth-child(2):after {
  content: '';
  border: 1px solid #2c2d64;
  background: #2c2d64;
  display: block;
  margin-left: 69px;
  margin-right: 70px;
  position: relative;
  height: 63px;
}
@media screen and (max-width: 1024px) {
  .home .storage-list .fusion-row .fusion-layout-column:nth-child(2):after {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home .storage-list .fusion-row .fusion-layout-column:nth-child(2):after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .home .storage-list .fusion-row .fusion-layout-column:last-child {
    margin-bottom: 0;
  }
}
.home .storage-list .fusion-row .fusion-layout-column:last-child:after {
  content: none;
}
.home .storage-list .fusion-row .fusion-layout-column .fusion-button {
  height: auto !important;
  min-width: auto !important;
  background: transparent !important;
  border: 0 none !important;
}
.home .storage-list .fusion-row .fusion-layout-column .fusion-button .fusion-button-text {
  color: rgba(44, 45, 100, 0.7) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-decoration: underline;
}
.home .storage-list .fusion-row .fusion-layout-column .fusion-button:hover .fusion-button-text {
  color: #2c2d64 !important;
}
.home .modbox-can-help {
  position: relative;
}
.home .modbox-can-help:before {
  content: '';
  background: transparent url('/wp-content/uploads/2023/03/bottom-left-bg.svg') no-repeat center center / contain;
  width: 513px;
  height: 538px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .home .modbox-can-help:before {
    width: 256.5px;
    height: 269px;
  }
}
.home .modbox-can-help .fusion-row .headline {
  max-width: 875px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.home .modbox-can-help .fusion-row .columns-wrapper .fusion-row {
  justify-content: space-between !important;
  align-items: flex-start;
}
.home .modbox-can-help .fusion-row .columns-wrapper .fusion-row .fusion-imageframe {
  height: 276px;
}
.home .modbox-can-help .fusion-row .columns-wrapper .fusion-row .fusion-imageframe img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .safe-secure-cta .fusion-row {
  max-width: 984px !important;
  border-radius: 16px;
  background: #2c2d64;
  padding-left: 92px !important;
  padding-right: 91px !important;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .home .safe-secure-cta .fusion-row {
    padding: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .home .safe-secure-cta .fusion-row {
    padding: 25px !important;
  }
}
.home .safe-secure-cta .fusion-row .fusion-button:hover {
  background: transparent !important;
  border-color: #fff !important;
}
.home .section-highlights .fusion-row .title-wrap {
  padding-right: 24px !important;
}
@media screen and (max-width: 1152px) {
  .home .section-highlights .fusion-row .title-wrap {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .home .section-highlights .fusion-row .title-wrap .fusion-column-wrapper {
    justify-content: center !important;
  }
}
@media screen and (max-width: 1064px) {
  .home .section-highlights .fusion-row .title-wrap .fusion-column-wrapper .fusion-button {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .home .section-highlights .fusion-row .title-wrap .fusion-column-wrapper .fusion-button {
    margin-top: 0 !important;
  }
}
.home .section-highlights .fusion-row .columns-wrap {
  padding-right: 24px !important;
}
@media screen and (max-width: 1152px) {
  .home .section-highlights .fusion-row .columns-wrap {
    padding-right: 0 !important;
  }
}
.home .section-highlights .fusion-row .columns-wrap .fusion-row {
  justify-content: space-between !important;
  align-items: stretch;
}
.home .section-highlights .fusion-row .columns-wrap .fusion-row .fusion-layout-column i {
  min-height: 40px;
  margin-right: 0 !important;
}
.home .easy-steps .fusion-row .title-wrap {
  padding-right: 24px !important;
}
@media screen and (max-width: 768px) {
  .home .easy-steps .fusion-row .title-wrap {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .home .easy-steps .fusion-row .title-wrap .fusion-column-wrapper {
    justify-content: center !important;
  }
}
.home .easy-steps .fusion-row .columns-wrap .fusion-row {
  align-items: stretch !important;
  justify-content: space-between;
}
.home .easy-steps .fusion-row .columns-wrap .fusion-row .fusion-layout-column:after {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .home .easy-steps .fusion-row .columns-wrap .fusion-row .fusion-layout-column:after {
    display: none !important;
    content: none !important;
  }
}
.home .easy-steps .fusion-row .columns-wrap .fusion-row .fusion-layout-column:last-child:after {
  content: none;
}
.home .easy-steps .fusion-row .columns-wrap .fusion-row .fusion-layout-column .fusion-column-wrapper {
  margin: 0 27px !important;
}
.home .easy-steps-columns .title-wrap {
  padding-right: 24px !important;
}
@media screen and (max-width: 768px) {
  .home .easy-steps-columns .title-wrap {
    padding-right: 0 !important;
  }
}
.home .easy-steps-columns .title-wrap:after {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .home .easy-steps-columns .title-wrap .fusion-column-wrapper {
    flex-wrap: wrap !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}
.home .easy-steps-columns .title-wrap .fusion-column-wrapper .fusion-button:hover {
  border-color: #fff !important;
}
.home .easy-steps-columns .fusion-layout-column:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .home .easy-steps-columns .fusion-layout-column:after {
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
    top: unset;
    transform: rotate(89deg);
  }
}
.home .easy-steps-columns .fusion-layout-column:last-child:after {
  content: none;
}
.home #get-in-touch {
  padding-top: 112px;
  padding-bottom: 112px;
  background: linear-gradient(to bottom, rgba(217, 217, 217, .4) 50%, #fff 50%) !important;
}
.page-id-57 .news-container {
  background-size: 451px auto !important;
}
@media screen and (max-width: 1024px) {
  .page-id-57 .news-container {
    background-size: 225.5px auto !important;
  }
}
.page-id-57 .fusion-post-cards .fusion-image-wrapper a {
  display: block;
  height: 276px;
}
.page-id-57 .fusion-post-cards .fusion-image-wrapper:hover img {
  transform: scale(1.5);
}
.page-id-57 .fusion-post-cards .fusion-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.page-id-57 .fusion-post-cards .fusion-button {
  justify-content: flex-start;
  height: 24px !important;
  font-weight: 400 !important;
  min-width: auto !important;
}
.page-id-57 .fusion-post-cards .fusion-button .fusion-button-text {
  text-decoration: underline;
}
.page-id-57 .fusion-post-cards .fusion-button .fa-angle-right {
  margin-right: 0 !important;
}
.page-id-57 .fusion-post-cards .fusion-button .fa-angle-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
  display: block;
}
.page-id-57 .fusion-post-cards .fusion-load-more-button {
  background: transparent !important;
  font-weight: 400 !important;
  color: #2c2d64 !important;
  width: auto;
  height: 24px;
  line-height: normal;
  padding: 0;
  margin-top: calc(53px -27px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-decoration: underline;
}
.page-id-57 .fusion-post-cards .fusion-load-more-button:hover {
  opacity: 0.7;
}
.page-id-57 .fusion-post-cards .fusion-meta-tb .fusion-meta-tb-sep {
  padding: 0 12px !important;
}
.page-id-57 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-57 .google-reviews {
    padding-top: 50px !important;
  }
}
.page-id-59 #get-in-touch {
  padding-bottom: 104px !important;
  background: url('/wp-content/uploads/2023/03/lower-right-grey.svg') no-repeat #fff right bottom !important;
  background-size: 486px auto !important;
}
@media screen and (max-width: 1024px) {
  .page-id-59 #get-in-touch {
    padding-bottom: 50px !important;
    background-size: 243px auto !important;
  }
}
.page-id-59 .google-reviews {
  display: none;
}
/* Committed to Improve */
.page-id-45 {
  /* end Committed to Improve */
  /* 2 Columns Img Right */
  /* end 2 Columns Img Right */
  /* Why Choose Us Headline */
  /* end Why Choose Us Headline */
  /* 2 Columns Img Left */
  /* end 2 Columns Img Right */
  /* Get In Touch */
  /* end Get In Touch */
  /* Google Reviews */
  /* end Google Reviews */
}
.page-id-45 .committed-to-improve .fusion-row {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .page-id-45 .committed-to-improve .fusion-row {
    flex-wrap: wrap !important;
  }
}
.page-id-45 .committed-to-improve .fusion-row .img-col {
  margin-right: 144px;
}
@media screen and (max-width: 1024px) {
  .page-id-45 .committed-to-improve .fusion-row .img-col {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .committed-to-improve .fusion-row .img-col {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .committed-to-improve .fusion-row .img-col .fusion-imageframe {
    width: 100%;
  }
}
.page-id-45 .committed-to-improve .fusion-row .img-col .fusion-imageframe img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-id-45 .two-col-img-right .fusion-row {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-right .fusion-row {
    flex-wrap: wrap !important;
  }
}
.page-id-45 .two-col-img-right .fusion-row .info-col {
  margin-right: 144px;
}
@media screen and (max-width: 1024px) {
  .page-id-45 .two-col-img-right .fusion-row .info-col {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-right .fusion-row .info-col {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-right .fusion-row .img-col .fusion-imageframe {
    width: 100%;
  }
}
.page-id-45 .two-col-img-right .fusion-row .img-col .fusion-imageframe img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-id-45 .why-choose-us-headline:after {
  content: '';
  background: transparent url('/wp-content/uploads/2023/03/upper-right-bg.svg') no-repeat scroll center center / contain;
  width: 486px;
  height: 509px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-45 .why-choose-us-headline:after {
    width: 243px;
    height: 254.5px;
  }
}
.page-id-45 .two-col-img-left .fusion-row {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-left .fusion-row {
    flex-wrap: wrap !important;
  }
}
.page-id-45 .two-col-img-left .fusion-row .img-col {
  margin-right: 144px;
}
@media screen and (max-width: 1024px) {
  .page-id-45 .two-col-img-left .fusion-row .img-col {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-left .fusion-row .img-col {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-id-45 .two-col-img-left .fusion-row .img-col .fusion-imageframe {
    width: 100%;
  }
}
.page-id-45 .two-col-img-left .fusion-row .img-col .fusion-imageframe img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-id-45 #get-in-touch {
  padding-bottom: 112px !important;
  background: #fff !important;
}
.page-id-45 #get-in-touch:before {
  content: '';
  background: transparent url('/wp-content/uploads/2023/03/bottom-left-bg.svg') no-repeat center center / contain;
  width: 486px;
  height: 509px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .page-id-45 #get-in-touch:before {
    width: 243px;
    height: 254.5px;
  }
}
.page-id-45 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-45 .google-reviews {
    padding-top: 50px !important;
  }
}
.page-id-55 .faq .fusion-row {
  max-width: calc(1416px + 24px) !important;
}
.page-id-55 .faq .fusion-row .fusion-accordian .fusion-panel {
  border-radius: 8px;
  margin-bottom: 16px !important;
}
.page-id-55 .faq .fusion-row .fusion-accordian .fusion-panel:last-child {
  margin-bottom: 0 !important;
}
.page-id-55 .faq .fusion-row .fusion-accordian .fusion-panel .panel-title a {
  min-height: 72px;
  align-items: center;
  padding: 0 24px !important;
  /*&.active {
   padding-bottom: 16px !important;
   min-height: auto;
   }*/
}
.page-id-55 .faq .fusion-row .fusion-accordian .fusion-panel .panel-body {
  padding-top: 0 !important;
  padding-bottom: 32px !important;
}
.page-id-55 .faq .fusion-row .fusion-accordian .fusion-panel .panel-body p:last-child {
  margin-bottom: 0;
}
.page-id-55 .helpful-tips-sec {
  padding-bottom: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-55 .helpful-tips-sec {
    padding-bottom: 50px !important;
  }
}
.page-id-55 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-55 .google-reviews {
    padding-top: 50px !important;
  }
}
.page-id-53 .tips-container {
  background-size: 451px auto !important;
}
@media screen and (max-width: 1024px) {
  .page-id-53 .tips-container {
    background-size: 225.5px auto !important;
  }
}
.page-id-53 .fusion-post-cards .fusion-column-wrapper .fusion-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .page-id-53 .fusion-post-cards .fusion-column-wrapper .fusion-text {
    text-align: center !important;
  }
}
.page-id-53 .fusion-post-cards .fusion-image-wrapper a {
  display: block;
  height: 276px;
}
.page-id-53 .fusion-post-cards .fusion-image-wrapper:hover img {
  transform: scale(1.5);
}
.page-id-53 .fusion-post-cards .fusion-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.page-id-53 .fusion-post-cards .fusion-button {
  justify-content: flex-start;
  height: 24px !important;
  font-weight: 400 !important;
  min-width: auto !important;
}
.page-id-53 .fusion-post-cards .fusion-button .fusion-button-text {
  text-decoration: underline;
}
.page-id-53 .fusion-post-cards .fusion-button .fa-angle-right {
  margin-right: 0 !important;
}
.page-id-53 .fusion-post-cards .fusion-button .fa-angle-right:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  margin-right: 8px;
  display: block;
}
.page-id-53 .fusion-post-cards .fusion-load-more-button {
  background: transparent !important;
  font-weight: 400 !important;
  color: #2c2d64 !important;
  width: auto;
  height: 24px;
  line-height: normal;
  padding: 0;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-decoration: underline;
}
.page-id-53 .fusion-post-cards .fusion-load-more-button:hover {
  opacity: 0.7;
}
.page-id-53 .fusion-post-cards .fusion-meta-tb .fusion-meta-tb-sep {
  padding: 0 12px !important;
}
.page-id-53 .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .page-id-53 .google-reviews {
    padding-top: 50px !important;
  }
}
.single-storage_tips .main-content-wrap:before {
  content: '';
  background: transparent url('/wp-content/uploads/2023/03/upper-left-bg.svg') no-repeat center center / contain;
  width: 451px;
  height: 473px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .single-storage_tips .main-content-wrap:before {
    width: 225.5px;
    height: 236.5px;
  }
}
.single-storage_tips .main-content-wrap .fusion-row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .single-storage_tips .main-content-wrap .fusion-row {
    flex-wrap: wrap;
  }
}
.single-storage_tips .main-content-wrap .fusion-row .info-col {
  margin-right: 144px;
}
@media screen and (max-width: 1024px) {
  .single-storage_tips .main-content-wrap .fusion-row .info-col {
    margin-right: 60px;
  }
}
.single-storage_tips .main-content-wrap .fusion-content-tb .main-headline {
  margin-bottom: 32px;
}
.single-storage_tips .main-content-wrap .fusion-content-tb .main-headline-wrap p:last-child {
  margin-bottom: 56px !important;
}
.single-storage_tips .main-content-wrap .fusion-content-tb h1, .single-storage_tips .main-content-wrap .fusion-content-tb h2, .single-storage_tips .main-content-wrap .fusion-content-tb h3, .single-storage_tips .main-content-wrap .fusion-content-tb h4, .single-storage_tips .main-content-wrap .fusion-content-tb h5, .single-storage_tips .main-content-wrap .fusion-content-tb h6 {
  margin-top: 0;
}
.single-storage_tips .main-content-wrap .fusion-content-tb h4 {
  margin-bottom: 6px;
}
.single-storage_tips .main-content-wrap .fusion-content-tb h5 {
  margin-bottom: 9px;
}
.single-storage_tips .main-content-wrap .fusion-content-tb p {
  margin-bottom: 24px;
}
.single-storage_tips .main-content-wrap .fusion-content-tb p:last-child {
  margin-bottom: 0;
}
.single-storage_tips .main-content-wrap .fusion-content-tb .fusion-button {
  margin-top: 48px;
}
.single-storage_tips .main-content-wrap .fusion-content-tb .fusion-button:hover {
  background: #2c2d64;
  color: #fff;
}
.single-storage_tips .main-content-wrap .storage-gallery {
  display: flex;
  flex-direction: column;
}
.single-storage_tips .main-content-wrap .storage-gallery__img-wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 24px;
}
.single-storage_tips .main-content-wrap .storage-gallery__img-wrap:last-child {
  margin-bottom: 0;
}
.single-storage_tips .recent-tips {
  padding-bottom: 112px;
}
@media screen and (max-width: 1024px) {
  .single-storage_tips .recent-tips {
    padding-bottom: 50px;
  }
}
.single-storage_tips .recent-tips__headline {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-storage_tips .recent-tips__headline {
    text-align: center;
  }
}
.single-storage_tips .recent-tips__row {
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .single-storage_tips .recent-tips__row {
    flex-direction: column;
    gap: unset;
  }
}
.single-storage_tips .recent-tips__column {
  width: 30.273%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .single-storage_tips .recent-tips__column {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .single-storage_tips .recent-tips__column:last-child {
    margin-bottom: 0;
  }
}
.single-storage_tips .recent-tips__img-wrap {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 276px;
}
.single-storage_tips .recent-tips__img-wrap:hover img {
  transform: scale(1.3);
}
.single-storage_tips .recent-tips__img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.single-storage_tips .recent-tips__title {
  margin-top: 15px;
  margin-bottom: 1px;
  text-transform: capitalize !important;
}
.single-storage_tips .recent-tips__excerpt {
  flex: 1;
  margin-bottom: 24px;
}
.single-storage_tips .recent-tips__readmore {
  display: flex;
  align-items: center;
}
.single-storage_tips .recent-tips__readmore:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  display: block;
  margin-right: 8px;
  color: #2c2d64;
}
.single-storage_tips .recent-tips__readmore span {
  text-decoration: underline;
  font-size: 16px;
}
.single-storage_tips .google-reviews {
  padding-top: 112px !important;
}
@media screen and (max-width: 1024px) {
  .single-storage_tips .google-reviews {
    padding-top: 50px !important;
  }
}
/***
 ** Components Styles -----------
 **/
#get-in-touch .fusion-row {
  max-width: calc(1175px + 0px) !important;
}
#get-in-touch .fusion-row .fusion-builder-row-inner {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .fusion-builder-row-inner {
    flex-wrap: wrap;
  }
}
#get-in-touch .fusion-row .img-col {
  max-width: 465px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .img-col {
    max-width: 100% !important;
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .img-col .fusion-column-wrapper {
    background-position: center top !important;
    background-size: 105% auto !important;
  }
}
#get-in-touch .fusion-row .info-col {
  max-width: 710px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .info-col {
    max-width: 100% !important;
  }
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper {
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: flex-end;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div {
  width: 41%;
  /* Live builder styles start */
  /* Live builder styles end */
}
@media screen and (max-width: 1024px) {
  #get-in-touch .fusion-row .info-col .fusion-column-wrapper > div {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .info-col .fusion-column-wrapper > div {
    word-wrap: break-word;
  }
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div.fusion-builder-column-content {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div.fusion-builder-column-content .fusion-builder-live-element {
  width: 41%;
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .info-col .fusion-column-wrapper > div.fusion-builder-column-content .fusion-builder-live-element {
    width: 100%;
  }
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div.fusion-builder-column-content .fusion-builder-live-element:nth-child(2) {
  width: 100%;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div.fusion-title {
  width: 100% !important;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper > div .fusion-button {
  margin-bottom: 50px;
  min-width: 176px !important;
  height: 55px;
}
@media screen and (max-width: 1024px) {
  #get-in-touch .fusion-row .info-col .fusion-column-wrapper > div .fusion-button {
    margin-bottom: 25px;
  }
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper .fusion-text.small-border {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper .fusion-text.small-border:after {
  content: '';
  width: 36px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 21, 87, 0.3);
}
@media screen and (max-width: 768px) {
  #get-in-touch .fusion-row .info-col .fusion-column-wrapper .fusion-text.small-border:after {
    right: 0;
    margin: 0 auto;
  }
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper .fusion-text p {
  margin-bottom: 4px;
}
#get-in-touch .fusion-row .info-col .fusion-column-wrapper .fusion-text p:last-child {
  margin-bottom: 0;
}
.global--banner {
  min-height: 506px;
}
.global--banner .info-col {
  justify-content: flex-end;
  align-items: center;
  padding-right: 72px;
  padding-left: 30px;
}
@media screen and (max-width: 1024px) {
  .global--banner .info-col {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .global--banner .info-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.global--banner .info-col .fusion-column-wrapper {
  max-width: 584px;
}
@media screen and (max-width: 768px) {
  .global--banner .info-col .fusion-column-wrapper {
    max-width: 100%;
  }
}
.global--banner .info-col .fusion-column-wrapper .fusion-button:hover {
  background: transparent !important;
  border-color: #fff !important;
}
.global--banner .img-col {
  position: relative;
}
.global--banner .img-col:after {
  content: '';
  background: transparent url(/wp-content/uploads/2023/03/BannerVector.svg) no-repeat scroll center center / contain;
  width: 288px;
  height: 301px;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .global--banner .img-col:after {
    width: 144px;
    height: 150.5px;
  }
}
.global--recent-news .recent-news {
  max-width: 1176px;
}
.global--recent-news .recent-news h3 {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .global--recent-news .recent-news h3 {
    text-align: center;
  }
}
.global--recent-news .recent-news .slick-list {
  margin: 0 -27px;
}
@media screen and (max-width: 1024px) {
  .global--recent-news .recent-news .slick-list {
    margin: 0 -5px;
  }
}
.global--recent-news .recent-news .slick-track {
  display: flex !important;
}
.global--recent-news .recent-news .slick-slide {
  width: 356px;
  margin: 0 27px;
  height: inherit !important;
}
@media screen and (max-width: 1024px) {
  .global--recent-news .recent-news .slick-slide {
    margin: 0 5px;
  }
}
.global--recent-news .recent-news .slick-slide > div {
  height: 100%;
}
.global--recent-news .recent-news .slick-prev {
  left: -56px;
  width: 24px;
  height: 24px;
  oveflow: hidden;
}
@media screen and (max-width: 1294px) {
  .global--recent-news .recent-news .slick-prev {
    left: -30px;
  }
}
.global--recent-news .recent-news .slick-prev:before {
  content: url('/wp-content/uploads/2023/03/prev-arrow.svg');
  opacity: 1;
  display: block;
  font-size: 0 !important;
}
.global--recent-news .recent-news .slick-prev.slick-disabled:before {
  opacity: 0.3;
}
.global--recent-news .recent-news .slick-next {
  right: -56px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1294px) {
  .global--recent-news .recent-news .slick-next {
    right: -30px;
  }
}
.global--recent-news .recent-news .slick-next:before {
  content: url('/wp-content/uploads/2023/03/next-arrow.svg');
  font-size: 0 !important;
  opacity: 1;
  display: block;
}
.global--recent-news .recent-news .slick-next.slick-disabled:before {
  opacity: 0.3;
}
.global--recent-news .recent-news__item {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.global--recent-news .recent-news__img-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.global--recent-news .recent-news__img-wrap a {
  display: block;
  height: 276px;
}
.global--recent-news .recent-news__img-wrap:hover img {
  transform: scale(1.5);
}
.global--recent-news .recent-news__img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.global--recent-news .recent-news__info-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .global--recent-news .recent-news__info-wrap {
    text-align: center;
  }
}
.global--recent-news .recent-news__meta {
  margin-bottom: 8px;
}
.global--recent-news .recent-news__date {
  font-size: 16px;
  line-height: 1;
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.global--recent-news .recent-news__duration {
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.global--recent-news .recent-news__headline {
  color: #fff !important;
  margin-bottom: 10px;
  margin-top: 0;
  flex: 1;
}
.global--recent-news .recent-news__headline a {
  color: #fff !important;
}
.global--recent-news .recent-news__readmore {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .global--recent-news .recent-news__readmore {
    justify-content: center;
  }
}
.global--recent-news .recent-news__readmore:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.7);
}
.global--recent-news .recent-news__readmore:hover {
  color: #fff;
}
.global--recent-news .recent-news__readmore:hover:before {
  color: #fff;
}
.global--recent-news .recent-news__readmore span {
  text-decoration: underline;
}
#need-more-info .fusion-row {
  max-width: calc(984px + 0px) !important;
}
#need-more-info .fusion-row .fusion-builder-row-inner {
  flex-wrap: nowrap;
  gap: 49px;
}
@media screen and (max-width: 800px) {
  #need-more-info .fusion-row .fusion-builder-row-inner {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #need-more-info .fusion-row .fusion-builder-row-inner {
    flex-wrap: wrap;
  }
}
#need-more-info .fusion-row .col-one {
  max-width: 261px !important;
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  #need-more-info .fusion-row .col-one {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #need-more-info .fusion-row .col-one {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  #need-more-info .fusion-row .col-one .fusion-title {
    margin-bottom: 20px !important;
  }
}
#need-more-info .fusion-row .col-two {
  max-width: 240px !important;
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  #need-more-info .fusion-row .col-two {
    max-width: 100% !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #need-more-info .fusion-row .col-two {
    max-width: 100% !important;
    width: 100% !important;
  }
}
#need-more-info .fusion-row .col-two .fusion-button {
  min-width: 166px !important;
}
#need-more-info .fusion-row .col-three {
  max-width: 240px !important;
  width: 100% !important;
}
@media screen and (max-width: 800px) {
  #need-more-info .fusion-row .col-three {
    max-width: 100% !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #need-more-info .fusion-row .col-three {
    max-width: 100% !important;
    width: 100% !important;
  }
}
#need-more-info .fusion-row .col-three .fusion-button {
  min-width: 154px !important;
}
#need-more-info .fusion-row .fusion-title h4 {
  position: relative;
}
#need-more-info .fusion-row .fusion-title h4 strong {
  position: relative;
  font-weight: 600;
}
#need-more-info .fusion-row .fusion-title h4 strong:after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #2c2d64;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 1024px) {
  #need-more-info .fusion-row .fusion-title h4 strong:after {
    bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  #need-more-info .fusion-row .fusion-title h4 strong:after {
    bottom: 4px;
  }
}
.global--your-needs-cta .fusion-row {
  background: #2c2d64;
  max-width: 984px !important;
  padding: 48px 77px 51px 48px !important;
  border-radius: 16px;
}
@media screen and (max-width: 800px) {
  .global--your-needs-cta .fusion-row {
    padding: 48px !important;
  }
}
@media screen and (max-width: 480px) {
  .global--your-needs-cta .fusion-row {
    padding: 25px !important;
  }
}
@media screen and (max-width: 800px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(1) {
    width: 100% !important;
  }
}
.global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(1) .headline {
  position: relative;
}
@media screen and (max-width: 800px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(1) .headline {
    margin-bottom: 20px !important;
  }
}
.global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(1) .headline .underline {
  position: relative;
}
.global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(1) .headline .underline:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 800px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(2) {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(2) {
    width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(3) {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .global--your-needs-cta .fusion-row .fusion-layout-column:nth-child(3) {
    width: 100% !important;
  }
}
.global--your-needs-cta .fusion-row .fusion-text {
  flex: 1;
}
.global--your-needs-cta .fusion-row .book-now-btn:hover {
  background: transparent;
  border-color: #fff !important;
}
.what-can-store {
  background-size: 384px auto !important;
}
@media screen and (max-width: 1024px) {
  .what-can-store {
    background-size: 192px auto !important;
  }
}
.what-can-store .fusion-row .fusion-button {
  border-color: #fff !important;
}
.facility-features {
  background-size: 451px auto !important;
}
@media screen and (max-width: 1024px) {
  .facility-features {
    background-size: 225.5px auto !important;
  }
}
.facility-features .fusion-row {
  max-width: calc(1416px + 24px) !important;
}
.facility-features .fusion-row .info-col .fusion-column-wrapper {
  max-width: 456px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .facility-features .fusion-row .info-col .fusion-column-wrapper {
    max-width: 100% !important;
    margin: 0 12px !important;
  }
}
.facility-features .fusion-row .info-col .fusion-text p:last-child {
  margin-bottom: 0;
}
.facility-features .fusion-row .img-col .fusion-column-wrapper {
  background-size: 576px auto !important;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .facility-features .fusion-row .img-col .fusion-column-wrapper {
    background-position: center !important;
    background-size: auto 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .facility-features .fusion-row .list-col {
    justify-content: center;
    align-items: center;
  }
}
.facility-features .fusion-row .list-col .fusion-column-wrapper {
  max-width: 323px;
}
@media screen and (max-width: 768px) {
  .facility-features .fusion-row .list-col .fusion-column-wrapper {
    margin: 0 auto;
  }
}
.facility-features .fusion-row .list-col .fusion-checklist .fusion-li-icon {
  font-size: 20px;
}
.facility-features .fusion-row .list-col .fusion-checklist .fusion-li-item-content {
  font-weight: 600 !important;
}
.image-left-content .fusion-row {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .image-left-content .fusion-row {
    flex-wrap: wrap !important;
  }
}
.image-left-content .fusion-row .info-col {
  margin-left: 144px !important;
}
@media screen and (max-width: 1024px) {
  .image-left-content .fusion-row .info-col {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .image-left-content .fusion-row .info-col {
    margin-left: 0 !important;
  }
}
.image-left-content .fusion-row .info-col .fusion-text p:last-child {
  margin-bottom: 0;
}
.image-right-content .fusion-row {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .image-right-content .fusion-row {
    flex-wrap: wrap !important;
  }
}
.image-right-content .fusion-row .info-col {
  margin-right: 144px !important;
}
@media screen and (max-width: 1024px) {
  .image-right-content .fusion-row .info-col {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .image-right-content .fusion-row .info-col {
    margin-right: 0 !important;
  }
}
.image-right-content .fusion-row .info-col .fusion-text p:last-child {
  margin-bottom: 0;
}
/* Helpful Tips */
.helpful-tips__headline {
  margin-top: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .helpful-tips__headline {
    text-align: center;
  }
}
.helpful-tips__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .helpful-tips__row {
    flex-direction: column;
  }
}
.helpful-tips__column {
  width: 30.273%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .helpful-tips__column {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .helpful-tips__column:last-child {
    margin-bottom: 0;
  }
}
.helpful-tips__img-wrap {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 276px;
}
.helpful-tips__img-wrap:hover img {
  transform: scale(1.5);
}
.helpful-tips__img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.helpful-tips__title {
  margin-top: 15px;
  margin-bottom: 1px;
  text-transform: capitalize !important;
}
.helpful-tips__excerpt {
  flex: 1;
  margin-bottom: 24px;
}
.helpful-tips__readmore {
  display: flex;
  align-items: center;
}
.helpful-tips__readmore:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  display: block;
  margin-right: 8px;
  color: #2c2d64;
}
.helpful-tips__readmore span {
  text-decoration: underline;
  font-size: 16px;
}
/* end Helpful Tips */
/* Helpful Tips */
.storage-tips__headline {
  margin-top: 0;
  margin-bottom: 40px;
}
.storage-tips__row {
  display: flex;
  justify-content: space-between;
}
.storage-tips__column {
  width: 30.273%;
  display: flex;
  flex-direction: column;
}
.storage-tips__img-wrap {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 276px;
}
.storage-tips__img-wrap:hover img {
  transform: scale(1.5);
}
.storage-tips__img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}
.storage-tips__title {
  margin-top: 15px;
  margin-bottom: 1px;
  text-transform: capitalize !important;
}
.storage-tips__excerpt {
  flex: 1;
  margin-bottom: 24px;
}
.storage-tips__readmore {
  display: flex;
  align-items: center;
}
.storage-tips__readmore:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  display: block;
  margin-right: 8px;
  color: #2c2d64;
}
.storage-tips__readmore span {
  text-decoration: underline;
  font-size: 16px;
}
/* end Helpful Tips */
