html, body {
  font-family: gotham-book !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px;
}

body, html {
  font-family: gotham-book !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-family: gotham-bold !important;
}

h2, h3, h4, h5, h6 {
  font-family: gotham-bold !important;
  color: inherit;
}

h1,
h2,
h3 {
  -webkit-transition: font-size 200ms;
  -moz-transition: font-size 200ms;
  transition: font-size 200ms;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.13rem;
}

em, blockquote {
  color: inherit;
}

a {
  z-index: 9999;
}

strong {
  font-family: gotham-bold !important;
}

hr {
  margin: 40px 0;
  opacity: 0.2;
  border-width: 2px;
}

.wp-block-button__link {
  font-size: 15px;
}

.uk-navbar-nav > li > a {
  font-size: 15px;
}

.aci-responsive-icons .wp-block-column img {
  height: auto !important;
  width: 45% !important;
}

.aci-responsive-image .wp-block-column img {
  height: auto !important;
  width: 75% !important;
}

@media (min-width: 1800px) {
  html, body {
    font-size: 18px;
  }

  body, html {
    font-size: 18px;
  }

  .uk-navbar-nav > li > a {
    font-size: 20px;
  }

  .header-box-sizing {
    max-width: 570px;
  }

  .wp-block-button__link {
    font-size: 1.2rem;
  }

  .aci-width-5-6 {
    width: 83.3194467589%;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .aci-responsive-icons .wp-block-column img {
    width: 80% !important;
  }

  .aci-responsive-image .wp-block-column img {
    width: 100% !important;
  }
}
@font-face {
  font-family: "gotham-thin";
  src: url("https://empowering-good.org/wp-content/themes/appleton-child/fonts/Gotham-Font/Gotham-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "gotham-light";
  src: url("https://empowering-good.org/wp-content/themes/appleton-child/fonts/Gotham-Font/Gotham-Light.ttf") format("truetype");
}
@font-face {
  font-family: "gotham-book";
  src: url("../../fonts/Gotham-Font/GothamBook.ttf") format("truetype");
}
@font-face {
  font-family: "gotham-medium";
  src: url("../../fonts/Gotham-Font/GothamMedium.ttf") format("truetype");
}
@font-face {
  font-family: "gotham-bold";
  src: url("../../fonts/Gotham-Font/GothamBold.ttf") format("truetype");
}
@font-face {
  font-family: "gotham-black";
  src: url("../../fonts/Gotham-Font/Gotham-Black.otf");
}
.aci-white {
  color: #fff;
}

.aci-black {
  color: #000;
}

.aci-brand-bg-orange {
  background-color: #E59110 !important;
}

.aci-brand-bg-blue {
  background-color: #125DA9 !important;
}

.aci-brand-bg-light-blue {
  background-color: #1099D6 !important;
}

.aci-brand-blue {
  color: #125DA9 !important;
}

.aci-gutenberg-container {
  min-height: 100vh;
}

.aci-primary-logo img {
  max-height: 70px;
}

.aci-navbar.uk-navbar-nav > li > a {
  min-height: 50px;
}

.aci-remove-gap {
  gap: 0 !important;
}

.aci-gotham-black {
  font-family: gotham-black !important;
}

.aci-gotham-bold {
  font-family: gotham-bold !important;
}

.aci-gotham-medium {
  font-family: gotham-medium !important;
}

.aci-line-spacing p {
  line-height: 2.3;
}

.uk-navbar-toggle {
  color: #125da9 !important;
}

.switcher .option {
  position: absolute !important;
}

.switcher > .selected > a {
  color: #125da9 !important;
  border-radius: 50px;
  border: 1px solid #707070;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.switcher .selected {
  background: none !important;
}

.aci-gutenberg-container .wp-block-cover.aci-cta-container {
  padding: 20rem 0px;
}

.aci-gutenberg-container .wp-block-cover.aci-cta-container .aci-cta-block {
  width: 550px;
  max-width: 100%;
  padding: 30px 30px 30px 0px;
  text-align: left;
}

.aci-inner-border-video {
  outline: 1px solid #ffffff !important;
  outline-offset: -1.875rem;
}

.aci-inner-border {
  outline: 1px solid #ffffff !important;
  outline-offset: -3.75rem;
}

.aci-two-border-columns {
  outline: 1px solid #ffffff !important;
  outline-offset: 0px !important;
}

p.center_p {
  line-height: 14px;
  height: 75px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.aci-circles-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-flow: row wrap !important;
     -moz-box-orient: horizontal !important;
     -moz-box-direction: normal !important;
      -ms-flex-flow: row wrap !important;
          flex-flow: row wrap !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1400px;
}

.aci-max-height {
  height: 700px;
  width: 13% !important;
}

.aci-max-height:nth-child(7) {
  width: 18% !important;
}

.aci-max-height > .wp-block-group__inner-container {
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: auto !important;
}

.aci-circles-item {
  border-radius: 269px 269px 0 0;
  background: #1099d6;
  padding-top: 15px !important;
  min-height: 465px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: auto;
  width: 100%;
}

.aci-max-height:nth-child(1) .aci-circles-item {
  margin-left: auto;
}

.aci-max-height:nth-child(2) .aci-circles-item {
  min-height: 500px !important;
}

.aci-max-height:nth-child(3) .aci-circles-item {
  min-height: 555px !important;
}

.aci-max-height:nth-child(4) .aci-circles-item {
  min-height: 575px !important;
}

.aci-max-height:nth-child(5) .aci-circles-item {
  min-height: 605px !important;
}

.aci-max-height:nth-child(6) .aci-circles-item {
  min-height: 630px !important;
}

.aci-max-height:nth-child(7) .aci-circles-item {
  min-height: 655px !important;
  margin-right: auto;
}

.aci-circles-item p {
  padding: 0 15px;
  font-size: 0.938rem;
}

.aci-circles-item h3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.238rem;
  font-family: gotham-black !important;
}

.aci-card-module {
  font-family: gotham-bold !important;
  font-size: 0.938rem !important;
}

.aci-circles-container .aci-circles-item:hover {
  -webkit-transform: translateY("-10px");
     -moz-transform: translateY("-10px");
      -ms-transform: translateY("-10px");
          transform: translateY("-10px");
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.aci-circles-item svg {
  position: relative;
  width: 100%;
  height: 185px;
  z-index: 99;
}

svg circle {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.aci-card-icon-group {
  position: relative;
  height: 185px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.aci-card-icon-group > .wp-block-group__inner-container {
  height: 100%;
}

.aci-card-icon-group .aci-card-icon {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}

.aci-card-icon-group .aci-card-icon img {
  padding: 15px;
}

.aci-circles-container .aci-circles-item .aci-card-icon-group .aci-card-icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.aci-circles-container .aci-circles-item:hover .aci-card-icon-group .aci-card-icon img {
  width: 125px;
  height: 125px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.aci-circles-container .aci-max-height:nth-child(7) .aci-circles-item .aci-card-icon-group .aci-card-icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.aci-circles-container .aci-max-height:nth-child(7) .aci-circles-item:hover .aci-card-icon-group .aci-card-icon img {
  width: 240px;
  height: 240px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.aci-max-height:nth-child(7) .aci-circles-item .aci-card-icon-group {
  height: 230px !important;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.aci-max-height:nth-child(7) .aci-circles-item svg {
  width: 250px !important;
  height: 250px !important;
  display: block;
  margin: auto;
}

.aci-full-image img {
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.aci-form-wrapper {
  height: 100%;
  font-family: gotham-medium !important;
}

.aci-middle-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
  background-color: #125da9;
  color: #ffffff;
  margin-left: -20% !important;
  outline: 1px solid #ffffff !important;
  outline-offset: -20px !important;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #e5e5e5;
}

.wpcf7-form-control.wpcf7-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 0.9rem;
}

.wpcf7-form-control.wpcf7-checkbox label input {
  width: 20px;
  margin-right: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 1.5em;
  font-weight: normal;
  display: block;
  margin-top: 10px !important;
}

.wpcf7-form-control.wpcf7-checkbox label span {
  width: 100%;
}

ul.list li {
  position: relative;
}

ul.list li::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: currentcolor;
  border-radius: 100%;
}

.uk-navbar-nav > li > a {
  font-family: gotham-medium !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #125da9;
}

.uk-navbar-nav > li > a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #1099d6;
}

.uk-navbar-nav > li:last-child,
.uk-navbar-nav > li:last-child > a {
  padding-right: 0px !important;
}

.aci-gutenberg-container .wp-block-cover .wp-block-cover__inner-container,
.aci-gutenberg-blocks-container .wp-block-cover .wp-block-group__inner-container,
.aci-gutenberg-blocks-container .wp-block-group .wp-block-cover__inner-container,
.aci-gutenberg-blocks-container .wp-block-group .wp-block-group__inner-container,
.uk-container-large {
  width: 83.3194467589%;
}

.aci-increase-font p {
  font-size: 1.2rem;
}

.aci-increase-font h2 {
  font-size: 3rem;
}

.aci-responsive-icons .wp-block-column img {
  height: auto;
  width: 75%;
}

.aci-padding-tiny-top {
  padding-top: 7px;
}

.aci-width-3-4\@s {
  width: 95%;
}

@media (min-width: 640px) {
  .aci-width-3-4\@s {
    width: 70%;
  }
}
.aci-custom-h2-fontsize {
  font-size: 2.5rem !important;
}

.aci-form-submit {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0;
  max-width: 100%;
  padding: 33px 0px 0px 0px;
  cursor: pointer;
}

.aci-form-submit::before,
.aci-form-submit::after {
  content: "";
  width: 2.1em;
  height: 2em;
  -webkit-flex-basis: 2em;
      -ms-flex-preferred-size: 2em;
          flex-basis: 2em;
  float: left;
}

.button {
  border: none !important;
}

.button,
.wp-block-button.button-outline .wp-block-button__link,
.wp-block-button .wp-block-button__link {
  text-transform: uppercase !important;
  background-color: #ffffff !important;
  font-family: gotham-bold;
  color: #125da9 !important;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.button:active,
.wp-block-button .wp-block-button__link:active,
.button:hover,
.wp-block-button .wp-block-button__link:hover {
  background-color: #125da9 !important;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.button.button-outline,
.wp-block-button .button-outline.wp-block-button__link,
.wp-block-button.button-outline .wp-block-button__link {
  background-color: #ffffff !important;
}

.button.button-outline:active,
.wp-block-button .button-outline.wp-block-button__link:active,
.wp-block-button.button-outline .wp-block-button__link:active,
.button.button-outline:hover,
.wp-block-button .button-outline.wp-block-button__link:hover,
.wp-block-button.button-outline .wp-block-button__link:hover {
  background-color: #125da9 !important;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.wp-block-buttons > .wp-block-button {
  margin: 0;
  max-width: 100%;
  height: auto !important;
}

.wp-block-button__link {
  margin: 0;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}

.wp-block-button__link::before,
.wp-block-button__link::after {
  content: "";
  width: 2.1em;
  -webkit-flex-basis: 2em;
      -ms-flex-preferred-size: 2em;
          flex-basis: 2em;
  float: left;
}

.aci-vertical-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
       transform: translateY(-50%);
}

.aci-card-icon-group {
  height: 166px;
}

@media (min-width: 728px) {
  .c-accordion__item h3 {
    margin: 0;
    padding: 40px 10px 30px 55px;
    height: 120px;
    line-height: 60px;
  }

  .c-accordion__item h3::after {
    position: absolute;
    top: -moz-calc(55% - 2px);
    top: calc(55% - 2px);
  }
}
.owl-item:last-of-type .animated-card.aci-max-height img {
  width: auto !important;
  height: 180px !important;
  position: relative;
  top: 2px;
  right: -1px;
}

.aci-gutenberg-container .wp-block-cover.hp-hero-accordion > .wp-block-cover__inner-container {
  width: 97% !important;
}

.aci-two-border-columns {
  outline-offset: -15px;
}

@media (max-width: 1390px) {
  .owl-item:last-child .animated-card.aci-max-height {
    width: 260px;
  }
}
.aci-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owl-item:last-child {
  width: 260px;
}

.owl-item:last-child .aci-card-icon-group {
  height: 220px;
}

.owl-item:last-child .aci-circles-item svg {
  height: 220px;
}

.c-accordion__content {
  padding: 25px !important;
  background-color: #FFFFFF;
  color: #707070 !important;
}

.c-accordion__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.c-accordion__item h3 {
  font-size: 1.25rem !important;
  font-family: gotham-bold !important;
}

/* The accordion item container */
/* is-open is added to open accordion items */
/* is-read is added to accordion items that have been opened at least once */
/* An accordion item title */
/* An accordion item title that is using a `<button>` tag */
/* To modify the style when hovering over an accordion item title */
/* To modify the style when an accordion item title currently has broswer focus */
.aci-accordion-wrapper {
  background-color: rgba(7, 58, 110, 0.6);
  border-radius: 23px 23px 23px 23px !important;
  border: 1px solid #fff;
}

.c-accordion__title:after {
  right: 20px;
  font-family: "fontawesome";
  content: "\f054";
  color: #FFFFFF !important;
  top: 65%;
}

.is-open > .c-accordion__title:after {
  content: "\f078";
}

.aci-cover-bg-image {
  background-image: url("../images/image-bkgrnd-faq.png");
}

@media (max-width: 728px) {
  .aci-line-spacing p {
    line-height: 1.9;
  }

  .aci-inner-border {
    outline-offset: -2.55rem;
  }

  .aci-custom-h2-fontsize {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 2rem;
  }

  .aci-gutenberg-container .wp-block-cover.aci-cta-container .aci-cta-block {
    padding: 0px !important;
  }

  .aci-middle-div {
    margin-left: 0 !important;
  }

  .aci-max-height {
    width: 75% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .aci-max-height:nth-child(7) {
    width: 90% !important;
  }

  .aci-max-height:nth-child(1) {
    height: 320px;
  }

  .aci-max-height:nth-child(2) {
    height: 725px;
  }

  .aci-max-height:nth-child(3) {
    height: 600px;
  }

  .aci-max-height:nth-child(4) {
    height: 625px;
  }

  .aci-max-height:nth-child(5) {
    height: 665px !important;
  }

  .aci-max-height:nth-child(6) {
    height: 675px !important;
  }

  .aci-circles-item p {
    font-size: 1.125rem;
    text-align: center;
  }

  .aci-circles-item h3 {
    font-size: 1.3rem;
  }

  .aci-circles-item h5 {
    font-size: 1.1rem;
  }

  .aci-gutenberg-container .wp-block-cover.aci-cta-container {
    padding: 10rem 3rem;
  }

  .aci-responsive-icons .wp-block-column {
    margin-bottom: 25px;
  }

  ul.list {
    display: hidden;
  }
}
@media (max-width: 1440px) {
  .aci-circles-item {
    padding: 15px 3px 3px 3px !important;
  }
}
.hp-results-slider-section .wp-block-group {
  outline: 1px solid #ffffff;
  outline-offset: -1.875rem;
}
.hp-results-slider-section .wp-block-group .wp-block-group__inner-container {
  padding: 4rem;
}
.hp-results-slider-section .wp-block-group .wp-block-group__inner-container h2 {
  color: #1099d6;
}
.hp-results-slider-section .slider-post-type-hp-results-slide {
  padding: 4rem;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-theme .owl-dots {
  margin-top: 2rem;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  opacity: 1;
  height: 20px;
  width: 20px;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-theme .owl-dots .owl-dot.active span {
  background-color: #1099d6;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-stage {
  height: 640px;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item {
  cursor: pointer;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n) .slide-header,
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n) .slide-body {
  background-color: #1099d6;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n+1) .slide-header,
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n+1) .slide-body {
  background-color: #e59110;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n+2) .slide-header,
.hp-results-slider-section .slider-post-type-hp-results-slide .owl-item:nth-child(3n+2) .slide-body {
  background-color: #125da9;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .slide-header {
  border-radius: 100% 100% 0 0;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 35%;
  height: 0px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  padding: 1px;
  overflow: hidden;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .slide-header img {
  width: 100px;
  height: 0px;
  margin: 0px auto 40px auto;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .slide-body {
  height: 320px;
  padding: 2rem;
  color: #fff;
  font-size: 0.75em;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .slide-body hr {
  display: none;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 0px auto;
  opacity: 1;
  position: relative;
  top: -50px;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .slide-body p:last-child {
  font-weight: bold;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-header {
  height: auto;
  display: block;
  border-radius: 100% 100% 0 0;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 35%;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-header img {
  width: 100px;
  height: 100px;
  margin: 20px auto 30px auto;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-body {
  height: 400px;
  padding: 0rem 2rem 2rem 2rem;
  color: #fff;
  font-size: 1em;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-body hr {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 0px auto;
  opacity: 1;
  position: relative;
  top: 0px;
}
.hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-body p:last-child {
  font-weight: bold;
}
@media screen and (max-width: 1300px) {
  .hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-header {
    height: 150px;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .big .owl-slide-content .slide-body {
    height: 380px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 960px) {
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-item .owl-slide-content .slide-header {
    background-size: 25vw;
    height: 180px;
    min-height: 35vw;
    display: block;
    border-radius: 100% 100% 0 0;
    background-position: 50% 40%;
    background-repeat: no-repeat;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-item .owl-slide-content .slide-header img {
    width: 100px;
    height: 100px;
    margin: 20px auto 30px auto;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-item .owl-slide-content .slide-body {
    height: 380px;
    padding: 0rem 2rem 2rem 2rem;
    color: #fff;
    font-size: 1em;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-item .owl-slide-content .slide-body hr {
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin: 0px auto;
    opacity: 1;
    position: relative;
    top: -20px;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-item .owl-slide-content .slide-body p:last-child {
    font-weight: bold;
  }
}

@media screen and (max-width: 900px) {
  .hp-results-slider-section {
    padding: 30px 0px;
  }
  .hp-results-slider-section h2 {
    margin: 30px 0px;
  }
  .hp-results-slider-section .wp-block-group {
    outline: unset;
    outline-offset: 0;
  }
  .hp-results-slider-section .wp-block-group .wp-block-group__inner-container {
    padding: 0rem;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide {
    padding: 0px;
  }
  .hp-results-slider-section .slider-post-type-hp-results-slide .owl-stage {
    height: auto;
  }
}
/* The wrapper box with borders */
/* The box with borders */
.aci-accordian-wrapper {
  width: 360px;
  height: 640px;
  margin: auto;
}

.aci-accordian-wrapper a.uk-accordion-title {
  background-color: blue;
}

.aci-accordian-wrapper > ul > li:first-child > a {
  border-radius: 12px 12px 0px 0px !important;
}

.aci-accordian-wrapper > ul > li:last-child > a {
  border-radius: 0px 0px 12px 12px !important;
}