/* Media Hero */
.media-hero {
  background-color: #f5f5f8;
  /*background-image: url( /wp-content/uploads/2020/06/media-hero-2.jpg ), linear-gradient(90deg, rgba(245,245,248,1) 0%, rgba(248,249,254,1) 50%, rgba(248,249,254,1) 100%) !important;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 782px;
  position: relative;
}
.page-id-769 header {
    margin-bottom: -138px;
}
.media-hero .container {
  position: static;
}
.media-hero h2 {
  position: absolute;
  right: 13%;
  top: 48%;
}

@media screen and (max-width: 1000px) {
  .media-hero {
    background-size: 150% auto;
  }
  .media-hero h2 {
    right: 4%;
    top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .media-hero {
    height: 450px;
  }
  .media-hero h2 {
    top: 150px;
  }
}

@media screen and (max-width: 450px) {
  #content-wrapper .videos-block .video-content .video-section, .wp-block .videos-block .video-content .video-section {
    margin: 0 !important;
  }
  #text-block-block_5eebcc72e9609 .button {
    margin: 10px auto;
  }
}

/* Video Block */
#content-wrapper .videos-block .video-content .video-section,
.wp-block .videos-block .video-content .video-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  width: 100%;
}

#content-wrapper .videos-block .video-content .video-section.hidden,
.wp-block .videos-block .video-content .video-section.hidden {
  display: none;
}

#content-wrapper .videos-block .video-wrap .video-text span + a,
.wp-block .videos-block .video-wrap .video-text span + a {
  display: block;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: .5em auto;
  text-align: center;
}

.video-read-more,
.image-read-more {
    display: table;
    margin: 0 auto !important;
}


/* Split Text + Image Block */

.text-image-block {
  margin-bottom: 70px;
}

.text-image-block + .text-image-block {
  margin-top: -70px;
}

.text-image-block .text-image-flex {
  display: flex;
  flex-wrap: wrap;
}

.text-image-block .text-image-flex .image {
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.text-image-block .text-image-flex .image.mobile {
  display: none;
}

.text-image-block .text-image-flex .content {
  padding: 87px 100px;
  width: 50%;
}

.text-image-block .text-image-flex .content h2 {
  margin: -9px 0 0 !important;
}

.text-image-block .text-image-flex .content p {
  line-height: 24px !important;
  margin-bottom: 0 !important;
  margin-top: .5em !important;
}

@media screen and (max-width: 1000px) {
  .text-image-block .text-image-flex .content {
    padding: 50px;
  }
}

@media screen and (max-width: 800px) {
  .text-image-block .text-image-flex .content,
  .text-image-block .text-image-flex .image {
    width: 100%;
  }

  .text-image-block .text-image-flex .image {
    display: none;
  }

  .text-image-block .text-image-flex .image.mobile,
  .text-image-block .text-image-flex .image.always-show {
    display: block;
    height: 50vh;
  }
}


/* Resources */

.resources-block {

}

.resources-block .resources-heading {
  background-color: #14aecf;
  color: #fff;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 75px;
  padding: 45px;
  text-align: center;
}

.resources-block .resources {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}

.resources-block .resources .resource {
  line-height: 1.1;
  margin-bottom: 88px;
  padding: 0 12px 85px;
  position: relative;
  text-align: center;
  width: 50%;
}

.resources-block .resources .resource .resource-icon {
  height: auto;
  margin: 0 auto 35px;
  max-width: 100%;
  width: auto;
}

.resources-block .resources .resource .resource-title {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.resources-block .resources .resource .resource-sub-title {
  font-size: 24px;
}

.resources-block .resources .resource .resource-company {
  color: #14aecf;
  font-size: 18px;
}

.resource-rating {
  display: flex;
  justify-content: center;
  margin: 11px auto 8px;
}

.resource-rating .resource-stars {
  background: #cccccc;
  height: 15px;
  margin-right: 7px;
  position: relative;
  width: 75px;
}

.resource-rating .resource-stars:after {
  background-image: url( ../images/stars.png );
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.resource-rating .resource-stars .stars {
  height: 15px;
  background: #fe931e;
}

.resource-rating .resource-stars .resource-ratings {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 14px;
  text-align: left;
}

.resources-block .resources .resource .resource-cost {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 24px;
  letter-spacing: .05em;
  margin-top: 8px;
}

.resources-block .resources .resource .resource-note {
  font-size: 14px;
  font-style: italic;
  margin-top: 18px;
}

.resources-block .resources .resource .resource-links {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: 24px -7px 0;
  position: absolute;
  right: 0;
}

.resources-block .resources .resource .resource-links a {
  display: table;
  margin: 0 7px;
}

.resources-block .resources .resource .resource-links a img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .resources-block .resources {
    justify-content: center;
  }
  .resources-block .resources .resource {
    width: 80%;
  }
}

@media screen and (max-width: 450px) {
  .resources-block .resources .resource {
    padding-bottom: 0;
  }
  .resources-block .resources .resource .resource-links {
    bottom: auto;
    display: block;
    flex-wrap: wrap;
    position: relative;
  }
  .resources-block .resources .resource .resource-links a {
    margin: 7px auto;
  }
}

/* Publications */

.publications ol li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 20px !important;
  margin-left: 0;
  padding-left: 50px;
  position: relative;
}

.publications ol li:before {
  background: #00adbb;
  border-radius: 100%;
  color: #fff;
  display: block;
  height: 37px;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-weight: bold;
  font-size: 24px;
  left: 0;
  line-height: 37px;
  margin-top: -18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 37px;
}

.publications ol li:nth-of-type(1):before {
  content: "1";
}
.publications ol li:nth-of-type(2):before {
  content: "2";
}
.publications ol li:nth-of-type(3):before {
  content: "3";
}
.publications ol li:nth-of-type(4):before {
  content: "4";
}
.publications ol li:nth-of-type(5):before {
  content: "5";
}
.publications ol li:nth-of-type(6):before {
  content: "6";
}
.publications ol li:nth-of-type(7):before {
  content: "7";
}
.publications ol li:nth-of-type(8):before {
  content: "8";
}
.publications ol li:nth-of-type(9):before {
  content: "9";
}
.publications ol li:nth-of-type(10):before {
  content: "10";
}
.publications ol li:nth-of-type(11):before {
  content: "11";
}
.publications ol li:nth-of-type(12):before {
  content: "12";
}
.publications ol li:nth-of-type(13):before {
  content: "13";
}
.publications ol li:nth-of-type(14):before {
  content: "14";
}

.publications ol li a {
  color: #000 !important;
}

#text-block-block_5ef3bafb2dea9 .button {
  min-width: 377px;
}

/* Parenting */
#hero-block_5ef22ee0db62f {
  padding-bottom: 70px;
  padding-top: 70px;
}

#text-block-block_5ef3560c43126 .button {
  margin-bottom: 70px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 100px;
}

/* Resources */
#hero-block_5ef3581b6c598 {
  margin-bottom: 60px;
  padding-bottom: 90px;
  padding-top: 90px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img {
    width: 212px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img:last-of-type {
    width: 127px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img:nth-of-type(4) {
    width: 275px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img:nth-of-type(5) {
    width: 275px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img:nth-of-type(8) {
    width: 275px;
}

#content-wrapper #image-gallery-block_5ef35db56c59c.image-gallery img:nth-of-type(12) {
    width: 190px;
}

#text-block-block_5ef372147bac0 .button {
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width:800px) {
  #text-block-block_5ef3560c43126 .button {
    margin: 0 10px 40px;
  }
  #text-block-block_5ef3560c43126 .button-primary-blue {
    margin-top: 40px;
  }
}

/* Publications */
.page-id-946 header {
  background: #f1f1f1;
}

#text-block-block_5ef3bafb2dea9 {
  padding-top: 77px;
}

#text-block-block_5ef3bafb2dea9 h2 {
  margin-bottom: 50px;
}

#text-block-block_5ef3bafb2dea9 ol {
  margin: 0;
  padding: 0 0 60px;
}

#text-block-block_5ef3bafb2dea9 .button {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#text-block-block_5ef3bafb2dea9 .button-primary-blue {
  margin-bottom: 80px;
}

/* Phillip QC */

@media screen and (max-width: 1120px) {
  #slideout-menu  li.menu-item-has-children > a {
    display: table;
    position: relative;
  }
  #slideout-menu  li.menu-item-has-children > a:after {
      content: "" !important;
      display: block !important;
      position: absolute !important;
      top: 20px !important;
      right: -26px !important;
      margin-top: -9px !important;
      border: 7px solid transparent !important;
      border-bottom-width: 0 !important;
      border-top-color: #fff !important;
      transition: transform 0.2s ease !important;
  }
  .page-id-769 header {
    margin-bottom: -118px;
  }
}

@media screen and (max-width:768px) and (min-width: 600px) {
  footer #credits .footer-right {
    width: 30%;
  }
}


/* List Style */

.large-bullets-list {
  padding: 0;
}

.large-bullets-list:not(.two-column-list) {
  display: table;
}

.large-bullets-list.three-column-list {
  display: inline-block;
}

.large-bullets-list li {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  padding-left: 27px;
  position: relative;
}

.large-bullets-list li:before {
  background: #00adbb;
  border-radius: 100%;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 13px;
}

.two-column-list {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 1em !important;
  margin-right: 20px !important;
  padding: 0;
  vertical-align: top;
  width: calc( 50% - 16px );
}

.two-column-list + .two-column-list {
  margin-right: 0 !important;
}

@media screen and (max-width:900px) {
  .two-column-list,
  .two-column-list + .two-column-list {
    display: block;
    margin: 0 0 1em !important;
    width: 100%;
  }
}

.three-column-list {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 1em !important;
  margin-right: 20px !important;
  padding: 0;
  vertical-align: top;
  width: calc( 33.3% - 16px );
}

.three-column-list + .three-column-list + .three-column-list {
  margin-right: 0 !important;
}

@media screen and (max-width:1050px) {
  .three-column-list,
  .three-column-list + .three-column-list + .three-column-list {
    display: block;
    margin: 0 0 0 !important;
    width: 100%;
  }
  body #text-block-block_5f04c17774048 ul.three-column-list {
    margin-top: 0 !important;
  }
}


/* Bio Feedback */

#hero-block_5efc9c6fdf2d6 {
    padding: 60px 0;
}

#hero-block_5efc9c6fdf2d6 .button-yellow:hover {
  background: #00adbb;
  border-color: #00adbb;
  color: #fff;
}

#text-block-block_5efc9cccdf2d7 {
  margin-top: 89px;
}

html body #text-block-block_5efc9cccdf2d7 hr {
  border-top: 1px solid #000;
}

#text-block-block_5efc9cccdf2d7 hr + h4 {
  margin-bottom: 20px;
}

.small-text {
  margin: 50px auto 60px;
  max-width: 975px;
}

.small-text .container {
  padding: 0 30px;
}

#text-block-block_5f036c5d85a58 {
  margin-bottom: 50px;
}

#text-block-block_5f036c5d85a58 .button {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


/* Video Shortcode */

.video-shortcode {
  float: left;
  margin: 20px 40px 40px 0;
  max-width: 377px;
}

.video-shortcode .image {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.video-shortcode .image img {
  display: block;
  width: 100%;
}

.video-shortcode .image img.play {
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-shortcode .title {
  color: #000;
  font-family: "Bebas Neue", "Impact", sans-serif;
  margin: 0 0 5px 0;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
}

.video-shortcode .sub-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-family: "Lora", serif;
}

.video-shortcode .watch {
  color: #00adbb;
  display: block;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: .5em auto;
  text-align: center;
}

.clear {
  clear: both;
}

#text-block-block_5efc9cccdf2d7 .large-bullets-list li:before {
  top: 7px;
}

@media screen and (max-width:700px) {
	.video-shortcode {
	  float: none;
	  margin: 20px auto;
	  max-width: 377px;
	}
  .video-shortcode .image img.play {
    display: none;
  }
}


/* Sport Psychology */

#hero-block_5f04816604c96 {
  margin-bottom: 40px;
  padding: 70px 0 35px;
}

#hero-block_5f04816604c96 .button-yellow:hover {
  background: #00adbb;
  border-color: #00adbb;
  color: #fff;
}

#hero-block_5f04816604c96 .container {
  max-width: 1280px;
}

html body #text-block-block_5f04823f04c97 hr {
  border-top: 1px solid #000;
}

#text-block-block_5f04835604c98 {
  margin-bottom: 0;
  margin-top: -20px;
  padding: 50px 30px;
}

#text-block-block_5f04823f04c97 .container,
#text-block-block_5f0483af04c99 .container {
  margin: 20px auto;
  max-width: 975px;
}


/* Corporate Consultation */

#hero-block_5f048dccce146 .button-yellow:hover {
  background: #00adbb;
  border-color: #00adbb;
  color: #fff;
}

#text-block-block_5f048e24ce147 .container,
#text-block-block_5f048ec2ce149 .container {
  margin: 20px auto;
  max-width: 975px;
}

#text-block-block_5f048e64ce148 {
  margin-bottom: -5px;
  margin-top: -5px;
  padding: 50px;
}

#text-block-block_5f048e64ce148 .container {
  padding: 0;
}

html body #text-block-block_5f048ec2ce149 hr {
  border-top: 1px solid #000;
}

#hero-block_5f048dccce146 {
  margin-bottom: 40px;
  padding: 45px 0;
}

#text-block-block_5f048ec2ce149 h3 + hr + p {
  margin-top: 50px;
}


/* Health Psychology */

#hero-block_5f04c11674047 {
  margin-bottom: 40px;
  padding: 45px 0;
}

#hero-block_5f04c11674047 .button-yellow:hover {
  background: #00adbb;
  border-color: #00adbb;
  color: #fff;
}

html body #text-block-block_5f04c17774048 hr {
  border-top: 1px solid #000;
}

#text-block-block_5f04c17774048 ul.three-column-list {
   margin-top: 20px !important;
}

#text-block-block_5f04c17774048 .button {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


/* Testimonials */
.page-id-1150 header {
    margin-bottom: -138px;
}
#hero-block_5f11c65577449 {
  background-color: #f5f5f8;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 782px;
  position: relative;
}
#hero-block_5f11c65577449 .text-block-content {
    position: absolute;
    left: 60%;
    top: 200px;
}

@media screen and (min-width: 1500px) {
  #hero-block_5f11c65577449 {
    height: 1000px;
  }
}

@media screen and (max-width: 1024px) {
  #hero-block_5f11c65577449 {
    background-size: cover;
    height: 500px;
  }
  #hero-block_5f11c65577449 .text-block-content {
    top: 0px;
  }
}

@media screen and (max-width: 768px) {
  #hero-block_5f11c65577449 .text-block-content {
    left: 50%;
    top: 50px;
  }
  #hero-block_5f11c65577449 .text-block-content h1 span,
  #hero-block_5f11c65577449 .text-block-content h1,
  #hero-block_5f11c65577449 .text-block-content h2 span,
  #hero-block_5f11c65577449 .text-block-content h2 {
    font-size: 50px !important;
  }
}

.quote-heading {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.author-text {
  font-size: 16px;
  font-style: normal;
  margin-top: 12px;
  text-align: right;
}

.page-id-1150 #content-wrapper .quotes .quote-text .quote-author,
.page-id-1150 .wp-block .quotes .quote-text .quote-author {
  color: #00adbb;
}

.page-id-1150 .quotes {
    position: relative;
}
.page-id-1150 .quotes:after {
    content: "";
    display: block;
    max-width: 500px;
    height: 1px;
    margin: 20px auto;
    background: #00adbb;
}

#text-block-block_5f11cf8c0e843 .button {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 378px;
}

#text-block-block_5f11cf8c0e843 p {
  margin: 0;
}

#quotes-block_5f11c7787744c .container-small,
#quotes-block_5f11cedc0e841 .container-small,
#quotes-block_5f11cf1e0e842 .container-small {
  max-width: 1025px;
}


/* New Clients */
#hero-block_5f11daf5fd5ed {
  padding: 90px 0;
}

#text-block-block_5f11dbb6fd5f0 {
  margin: -10px 0 60px;
}

#text-image-block-block_5f11dc77fd5f1 ul {
  margin-top: 10px;
}

#text-image-block-block_5f11dd11fd5f2 ul {
  margin-top: 10px;
}

#text-image-block-block_5f11dd11fd5f2 {
  margin-bottom: 20px;
}

#outer-wrapper input[type="submit"] {
  background: #00adbb;
  color: #fff;
  float: right;
  min-width: 177px;
}

#input_4_1,
#input_4_2,
#input_4_3,
#input_4_4 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper#gform_wrapper_4 .gform_footer {
  padding: 0;
}

.pdf-list {
  margin: 0;
  padding: 0;
}

.pdf-list li {
  list-style: none;
  padding-left: 34px;
  position: relative;
}
.pdf-list li:after {
  background-image: url( ../images/pdf.png );
  content: "";
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 22px;
  z-index: 9;
}

/* FAQ */

.faq-item {
  margin: 0 auto 6px;
  max-width: 975px;
  width: 90%;
}
.faq-q {
  border: 3px solid #00adbb;
  cursor: pointer;
  padding: 18px 20px;
  position: relative;
  transition: .3s all;
}
.faq-item.open .faq-q,
.faq-q:hover {
  background: #00adbb;
  color: #fff;
}
.faq-q .question {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.faq-q .open-close {
  color: #00adbb;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-q .open-close:after {
  content: "+";
}
.faq-item.open .faq-q .open-close:after {
  content: "-";
}
.faq-q:hover .open-close,
.faq-item.open .faq-q .open-close {
  color: #fff;
}
.faq-a {
  display: none;
  font-size: 18px;
  padding: 27px 19px;
}

#text-block-block_5f16f0af452fd {
  margin: 50px 0 40px;
}

#text-block-block_5f16f0af452fd .button {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 378px;
}

#hero-block_5f16f181452fe {
  margin-bottom: 70px;
  padding: 100px 0 160px 0;
}


/* Speaking */
#hero-block_5f11efa988ec7 {
  margin-bottom: 65px;
  padding: 165px 0 150px 0;
}
#hero-block_5f11efa988ec7 .text-block-content {
  width: 70%;
}
#content-wrapper #images-external-links-block_5f11f16e88ecf.videos-block .video-wrap .video-text h3,
.wp-block #images-external-links-block_5f11f16e88ecf.videos-block .video-wrap .video-text h3,
#content-wrapper #images-external-links-block_5f11f33e88ed9.videos-block .video-wrap .video-text h3,
.wp-block #images-external-links-block_5f11f33e88ed9.videos-block .video-wrap .video-text h3 {
  color: #00adbb !important;
}

#content-wrapper #images-external-links-block_5f11f16e88ecf.videos-block .video-content,
.wp-block #images-external-links-block_5f11f16e88ecf.videos-block .video-content {
  justify-content: center;
}

#quotes-block_5f11f3c388edd .container-small {
  max-width: 1015px;
}

@media screen and (max-width: 600px) {
  #hero-block_5f11efa988ec7 .text-block-content {
    width: 100%;
  }
}


/* Contact */
#text-block-block_5f170cc73983c .text-block-container {
  max-width: none;
  padding-bottom: 35vw;
  position: relative;
}

#text-block-block_5f170cc73983c .text-block-container iframe {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
  height: 35vw !important;
}


/* CBT */
#hero-block_5f1745782066b {
  padding: 100px 0;
}
html #content-wrapper #text-block-block_5f17479e20670 ul.bullets-plus li, html .wp-block ul.bullets-plus li {
  display: table;
}
.post-610 .text-block-container {
  max-width: 1000px;
}


/* QC */
.single-quote-block .single-quote-content .single-quote-line-author:after {
  margin-top: 30px;
}
#gform_confirmation_message_4 {
  text-align: center;
}
#gform_fields_4 input[type="text"],
#gform_fields_4 input[type="email"],
#gform_fields_4 input[type="phone"] {
  height: 40px;
  padding: 5px 10px;
}
#hero-block_5f1745782066b p {
  letter-spacing: .05em;
}
#text-block-block_5f1afa9caf64f .button {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 378px;
}

@media screen and (max-width: 1024px) {
  #hero-block_5f11efa988ec7 {
    background-position: right -10vw center;
  }
  .page-id-1150 header {
    margin-bottom: -119px;
  }
}

@media screen and (max-width: 768px) {
  #text-block-block_5f170cec3983d br {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media screen and (max-width: 667px) {
  .show-mobile {
    display: block;
  }
  #hero-block_5f11efa988ec7 .text-block-content {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width:450px) {
  #hero-block_5f11efa988ec7 {
    padding: 0;
  }
  #text-block-block_5f16f0af452fd .button {
    min-width: 0;
  }
}

#content-wrapper .quotes .quote-text .quote-mark-carousel, .wp-block .quotes .quote-text .quote-mark-carousel,
.single-quote-block .single-quote-content .quote-mark{
	height: 47px;
}
