/*!
Theme Name: pons
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pons
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pons is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	max-width: 1920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
    margin-bottom: 0;
    position: relative;
    font-size: 24px;
    color: #636569;
}
.d-none {
    display:none;
}
h2 {
    font-size: 88px;
    margin: 0;
}
h3 {
    font-size: 56px;
    margin: 0;
}
h4 {
    font-size: 40px;
    margin: 0;
}
.container {
	max-width: 1344px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.container.is-fluid {
    max-width: none!important;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

body, button, input, optgroup, select, textarea {
    font-family: symbol-toolkit,roboto,helvetica neue,helvetica,arial,sans-serif;
}
a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
h1.entry-title {
    color: #ba3c26 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 50px 0 0 !important;
    font-size: 56px !important;
}
footer.entry-footer {
    display: none !important;
}
.orange{
    color: #ba3c26 !important;
}
.orange-hover:hover{
    background-color: #ba3c26 !important;
}
.dark-orange:hover{
    background-color: #b03924 !important;
}
.light-orange-txt{
    color: #ef7925 !important;
}
.light-orange:hover{
    color: #ef7925 !important;
    text-decoration: none !important;
}
.section-title h3 {
    color: #ba3c26;
    font-weight: 600;
    margin-bottom: 14px;
}
.title h3{
    text-transform: uppercase !important;
}
.title-1{
    margin-bottom: 30px;
}
.page-pads{
    padding-top: 80px;
    padding-bottom: 50px;
}

 /***** BACK-TO-TOP *****/
 #back-to-top {
    display: table;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #ba3c26;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    -webkit-filter: contrast(200%);
            filter: contrast(200%);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out {
    opacity: 1;
}

/*TOP BAR*/
.top-bar {
    /*display: none;
    position: absolute;
    top: 0;
    width: 100%;*/
    font-size: 1rem;
    padding: 0.5em 32px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    background-color: #4a4a4a;
    z-index: 2;
}

.top-bar-row p {
    margin: 0;
}

/*MENU*/
.site-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1450px;
}
.logo img {
    width: 100%;
}
ul#primary-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
}
ul#secondary-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}
.site-menu .logo img {
    width: 100%;
}
.site-menu .logo {
    text-align: center;
    padding-right: 0;
    max-width: 155px;
}
.site-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-main-menu .menu-left .menu-item {
    padding: 0 20px;
}
li#menu-item-57 {
    padding: 5px 20px;
    background-image: url('/wp-content/uploads/2023/09/trapezoid.png');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
li#menu-item-57:hover {
    background-image: url('/wp-content/uploads/2023/09/trap-hover.png');
}
li#menu-item-57.current-menu-item {
    background-image: url('/wp-content/uploads/2023/09/trap-hover.png');
}
li#menu-item-387 {
    padding: 5px 20px;
    background-image: url('/wp-content/uploads/2023/09/trapezoid-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
li#menu-item-387:hover {
    background-image: url('/wp-content/uploads/2023/09/trap-hover-2.png');
}
li#menu-item-387.current-menu-item {
    background-image: url('/wp-content/uploads/2023/09/trap-hover-2.png');
}
li#menu-item-64 {
    padding: 5px 20px;
    background-image: url('/wp-content/uploads/2023/09/trapezoid.png');
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
li#menu-item-64:hover {
    background-image: url('/wp-content/uploads/2023/09/trap-hover.png');
}
li#menu-item-64.current-menu-item {
    background-image: url('/wp-content/uploads/2023/09/trap-hover.png');
}
.top-main-menu .menu-left .menu-item a {
    color: #fff;
    text-decoration: none;
}
.menu-right a {
    text-transform: uppercase;
    color: #636569;
    text-decoration: none;
}
.site-menu .menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-bottom: 8px;
}
.site-menu .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
.site-menu .menu-right .menu-item {
    padding: 0 8px;
}
a.getpons-link {
    background-color: #ba3c26;
    color: #fff;
    text-transform: inherit;
    font-weight: 700;
    padding: 2px 12px;
    font-size: 17px;
}
.site-menu .menu-right a:hover {
    color: #ba3c26;
}
.page-id-11 section.menu {
    position: absolute;
    width: 100%;
}
/*section.menu .menu-left li.current-menu-item,
section.menu .menu-left li.current-menu-ancestor {
    background-color: #ba3c26 !important;
}*/
section.menu .menu-right li.current-menu-item a {
    color: #ba3c26 !important;
    font-weight: 600;
}
ul.sub-menu {
    /*content: '';*/
    position: absolute;
    z-index: 100;
    left: 0;
    top: 42px;
    -webkit-top: 60px;
    -moz-top: 60px;
    list-style: none;
    padding-left: 5px;
}
ul.sub-menu li {
    padding: 5px 8px !important;
}
ul.sub-menu li.menu-item {
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
    background-color: transparent !important;
}
ul.sub-menu li.menu-item a {
    color: #636569 !important;
    font-size: 13px;
}
section.menu .menu-left ul.sub-menu li.current-menu-item {
    background-color: transparent !important;
}
section.menu .menu-left ul.sub-menu li.current-menu-item a,
ul.sub-menu li.menu-item a:hover {
    color: #ba3c26 !important;
}
ul#primary-menu ul.sub-menu {
    display: none;
}
ul#primary-menu li.current-menu-item ul.sub-menu,
ul#primary-menu li.current-menu-ancestor ul.sub-menu  {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.menu-left-menu-container:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #ba3c26;
    width: 1180px;
}
section.menu {
    overflow: hidden;
    padding-bottom: 35px;
}
a.getpons-link:hover {
    color: #fff !important;
    background-color: #b03924;
}
/* BANNER */
.banner-desc {
    font-weight: 700;
    line-height: 1.15;
    color: #636569;
    font-size: 16px;
}
.banner-title p {
    margin: 0;
}
.banner-title strong,
.banner-subtitle h4,
section.real-result .desccription-content strong
 {
    color: #ba3c26;
}
.banner-subtitle h4 {
    font-weight: 700;
}
section.banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 895px;
    padding-top: 150px;
}
.about .section-subtitle {
    color: #636569;
    font-size: 2rem;
    font-weight: 700;
    text-transform: none;
}
.about-image-content img {
    width: 90%;
}
strong.color-1 {
    font-weight: 600;
    color: #ba3c26;
}
section.about .section-content {
    padding: 50px 0;
}
section.about .section-content .description-content {
    font-size: 24px;
}
section.about {
    padding: 80px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 0;
    border-bottom: 2px solid;
    border-color: #ef7925;
    width: 70%;
}
section.about .section-content .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/*section.about .about-image-content.col-md-5 {
    max-width: 35%;
}
section.about .about-desc-content.col-md-7 {
    max-width: 65%;
}*/
/* VIDEO */
.section-subtitle {
    color: #636569;
    font-size: 32px;
}
section.video {
    padding: 80px 0;
    text-align: center;
}
section.video iframe {
    width: 85%;
    height: 630px;
}
section.video .section-title {
    margin-bottom: 50px;
}
/* FAQS */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    color: #636569;
    cursor: pointer;
    padding: 30px 90px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #ef7925;
    font-size: 40px;
    position: relative;
}
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    background-color: #ef7925;
    color: #fff;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    background-color: white;
    display: none;
    overflow: hidden;
  }
ul.faq-lists {
    list-style: none;
    padding: 0;
}
.faq-img img {
    width: 100%;
}
.faq-content .desc {
    font-size: 20px;
    color: #636569;
    margin-bottom: 40px;
}
.faq-content .link a {
    background-color: #636559;
    border-color: transparent;
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.faq-content.col-lg-7 {
    padding: 30px;
}
.faq-content.row {
    margin-bottom: 40px;
}
.faq-content .link a:hover {
    background-color: #ba3c26;
    text-decoration: none;
}
section.faqs .faqs-content {
    margin-bottom: 20px;
}
li.faq-list {
    margin-top: -1px;
}
section.faqs {
    padding-bottom: 100px;
}
button:focus {
    outline: 0 !important;
}
li.faq-list button.accordion:before {
    content: '+ ';
    font-size: 70px;
    font-weight: 100;
    position: absolute;
    top: 5px;
    left: 30px;
    color: #ef7925;
}
li.faq-list button.accordion:hover:before {
    color: #fff !important;
}
li.faq-list button.accordion.active:before {
    content: '- ';
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    top: -17px;
    left: 30px;
    color: #fff;
}
/*FAQ PAGE */
section.faq-page .faq-content {
    padding: 15px;
}
section.faq-page {
    padding-bottom: 80px;
}
/* TESTIMONIALS */
section.testimonials {
    background-color: #636569;
    padding: 70px 0;
    color: #fff;
}
section.testimonials .testimonial-desc {
    font-size: 20px;
    margin-top: 100px;
    padding: 0 40px;
}
section.testimonials .review .title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
section.testimonials .reviewer-name {
    font-size: 32px;
    font-weight: 600;
    text-align: right;
}
section.testimonials .review .content {
    font-size: 20px !important;
}
section.testimonials .post-image img {
    width: 448px;
    height: 448px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: auto;
}
section.testimonials .post-content.col-md-6 {
    padding: 0 30px 0 110px;
    background-image: url(http://localhost/pons/wp-content/uploads/2023/09/logo-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.testimonials li.reviews.row.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slick-prev:before, .slick-next:before {
    font-size: 150px !important;
    font-weight: 100 !important;
}
.slick-prev:before {
    content: '〈' !important;
    top: -110px !important;
    position: absolute !important;
    left: -115px !important;
}
.slick-next:before {
    content: '〉' !important;
    top: -110px !important;
    position: absolute !important;
    left: -115px !important;
}
ul.testimonials {
    padding: 0;
}
/*RESOURCES*/
section.resources {
    padding: 50px;
}
section.resources ul.resource-lists {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
section.resources li.resource {
    position: relative;
    height: 470px;
}
section.resources .title {
    color: #636569;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
}
section.resources .section-title {
    margin-bottom: 30px;
}
section.resources  .description {
    font-size: 22px;
    color: #636569;
}
section.resources .link a:hover {
    background-color: #ba3c26;
}
section.resources .link a {
    position: absolute;
    background-color: #636569;
    color: #fff;
    padding: 20px 0;
    text-decoration: none;
    bottom: 0;
    width: 80%;
    text-align: center;
    /* right: 50%;
    transform: translate(50%, 0); */
}
li.resource .icon img {
    width: auto;
    height: 75px;
}
section.resources .icon {
    margin-bottom: 50px;
}


/*FOOTER*/
section.footer-top {
    background-color: #636569!important;
    padding: 50px 0;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-logo img {
    width: 272px;
}
.menu-heading, .footer-menu {
    padding-left: 5rem;
}

.footer-top .menu-heading {
    color: #fff;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-size: 2.5rem!important;
    margin: 1.5rem 0;
}
.footer-menu li {
    list-style: none;
    margin-bottom: 1.15em;
}
.footer-menu a, .footer-menu p {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 20px;
}
.footer-menu li a:hover {
    color: #ba3c26;
}
.footer-menu ul {
    padding: 0;
}
.footer-menu .col-lg-3 {
    padding: 15px 25px 0 25px;
    border-right: 1px solid white;
}
.footer-menu a.getpons-link {
    font-size: 24px;
    padding: 14px 28px;
}
.footer-menu a.getpons-link:hover {
    background-color: #b03924;
}
.footer-menu .getpons-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.footer-menu .newsletter a {
    letter-spacing: .1em;
    border-radius: 0;
    text-transform: uppercase;
    color: #636569;
    background: #fff;
    padding: 10px 15px;
    font-size: 16px;
}
.footer-menu .newsletter a:hover {
    color: #ba3c26;
}
.footer-menu-1.col-lg-3, .footer-menu-2.col-lg-3, .footer-menu-3.col-lg-3 {
    /*max-width: 23%;*/
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
}
.footer-contact.col-lg-3 {
    /*max-width: 31%;*/
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    border: 0;
}
.footer-contact .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-contact .contact-info {
    padding-top: 26px !important;
    overflow-wrap: anywhere;
}
section.bottom-footer {
    color: #636569;
    padding: 50px;
}
.column-one-content .title,
.b-content .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-content .a-content, .footer-content .b-content {
    padding: 0 40px;
}
.b-inner-content .inner-right {
    font-style: italic;
}
.copyright {
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
}
.copyright a:hover {
    color: #b03924;
}
.copyright a {
    color: #636569;
    text-decoration: none;
}
.footer-content .content p, .bottom-footer .b-inner-content.row {
    font-size: 16px;
}
.footer-top ul.social-lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-top ul.social-lists i {
    font-size: 50px;
}
.footer-top ul.social-lists li {
    padding: 0 10px;
}
section.bottom-footer .inner-left p {
    margin-bottom: 0 !important;
}
section.bottom-footer .footer-content {
    width: 100%;
}
/* DESCRIPTION - IMAGE */
section.desc-image-content .title,
.get-to-know-pons .subtitle,
section.pons-therapy .title,
section.why-the-tongue .title,
section.neuromodulation-and-neuroplasticity .title,
section.rehabilitation .title {
    color: #ba3c26;
    font-size: 44px;
    font-weight: 400;
}
section.desc-image-content h2.title {
    margin-bottom: 30px;
}
section.desc-image-content {
    padding: 80px 0 0;
}
.desc-image-content img {
    width: 90%;
}
.descimage-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.desc-content p,
.title-description {
    font-size: 22px;
    color: #636569;
}
section.desc-image-content.three img {
    width: 55% !important;
}
.desc-image-content .image-content {
    text-align: center;
}
/* TRAINING */
section.training-layout-one .text-content strong {
    color: #ba3c26;
}
section.training-layout-one .text-content {
    color: #636559;
    font-size: 24px;
    padding: 0 65px;
}
section.training-layout-one .image-content img {
    width: 100%;
}
section.training-layout-one .img-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
section.training-layout-one {
    color: #636569;
}
section.training-layout-one .title-desc {
    font-size: 20px;
    font-style: italic;
    text-align: center;
    margin: 20px 0 50px;
}
section.training-layout-one .text-content-a {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
section.training-layout-one .text-content-b {
    color: #ba3c26;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 80px;
}
section.training-layout-one {
    padding: 70px 0;
}
/* TRAINING BANNER */
section.training-banner {
    background-color: #ef7925;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
section.training-banner .description {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 10px;
}
section.training-banner .content a:hover {
    color: #636569;
}

section.training-banner .content a {
    color: #fff;
    text-decoration: none;
}
section.training-banner .content p {
    margin: 0;
    font-size: 24px;
}
/* WHAT TO LEARN */
section.what-youll-learn .title h3,
section.about-pons .title h3 {
    text-align: center;
    font-weight: 700;
    color: #ba3c26;
}
section.what-youll-learn,
section.about-pons {
    color: #636569;
    font-size: 24px;
    padding: 70px 0 0;
}
section.about-pons {
    padding-bottom: 0;
}
section.what-youll-learn .description,
section.about-pons .desc {
    text-align: center;
    margin: 10px 0 60px;
}
section.what-youll-learn .what-youll-learn-content .title {
    color: #ba3c26;
    font-size: 32px;
    font-weight: 700;
}
ul.what-to-learn-lists {
    padding: 0;
    list-style: none;
}
ul.what-to-learn-lists .list {
    padding: 0 30px;
}
.pons-content .title h3,
.pons-content .desc {
    text-align: left !important;
}
.pons-content .img-content img {
    width: 100%;
}
.divider {
    content: '';
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid;
    border-color: #ef7925;
    margin-top: 5rem;
    display: block;
    width: 70%;
}
/* HOW PONS WORK */
section.how-pons-work-banner .video-banner video#background-video {
    width: 100%;
}
section.how-pons-work {
    color: #636569;
    font-size: 24px;
}
section.how-pons-work .subtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 30px;
}
section.how-pons-work .description strong {
    color: #ba3c26;
}
section.how-pons-work .link {
    text-align: center;
    letter-spacing: 4px;
    margin-top: 100px;
}
section.how-pons-work .link a {
    background-color: #ba3c26;
    color: #fff;
    text-decoration: none;
    padding: 20px 50px;
}
section.how-pons-work .video-content iframe {
    text-align: center;
    letter-spacing: 4px;
    margin: 100px 0 0;
    width: 778px;
    height: 438px;
}
section.how-pons-work .video-content {
    text-align: center;
}
section.how-pons-work {
    padding: 50px 0;
}
section.how-pons-device-work {
    background-color: #f2f2f2;
    padding: 80px 0;
    font-size: 24px;
    color: #636569;
}
section.how-pons-device-work li.list::marker,
section.how-pons-device-work li.list .title {
    text-transform: uppercase;
    color: #ef7925;
    font-weight: 700;
}
section.how-pons-device-work .content {
    margin-bottom: 50px;
}
section.pons-therapy,
section.why-the-tongue {
    font-size: 24px;
    color: #636569;
}
section.references {
    color: #636569;
    font-size: 16px;
    padding: 80px 0;
}
section.get-to-know-pons .container {
    padding: 0;
}
section.why-the-tongue ul.img-title-lists {
    list-style: none;
    padding: 0;
}
section.get-to-know-pons .subtitle, section.get-to-know-pons .content p {
    padding: 0 15px;
}
ul.img-title-lists .list-title {
    font-size: 12px;
}
ul.img-title-lists li img {
    width: 15%;
}
section.why-the-tongue ul.img-title-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
section.get-to-know-pons .title {
    margin-bottom: 80px;
}

section.pons-therapy .desc-img img {
    width: 100%;
}
section.pons-therapy strong,
section.neuromodulation-and-neuroplasticity strong {
    color: #ba3c26;
}
section.pt-rehabilitation .rehab-content .section-title {
    text-align: center;
    padding: 50px 0;
}
section.pt-rehabilitation {
    font-size: 24px;
    color: #636569;
    padding-bottom: 40px;
}
section.neuromodulation-and-neuroplasticity .title,
section.rehabilitation .title {
    text-transform: none;
}
.neuromodulation-and-neuroplasticity-content.row .title {
    line-height: 45px;
    margin-bottom: 25px;
}
section.neuromodulation-and-neuroplasticity {
    font-size: 24px;
    color: #636569;
}
section.rehabilitation {
    padding: 50px 0 0;
    font-size: 24px;
    color: #636569;
}
section.rehabilitation img {
    width: 100%;
}
#map-svg path.has-locations:hover {
    fill: #ef7925;
}
#map-svg path.has-locations {
    fill: #ba3c26;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
svg#map-svg {
    max-width: 100%;
    width: 85%;
    height: auto;
    stroke: #000;
    stroke-linejoin: round;
    fill: none;
}
section.find-a-clinic .page-desc a:hover,
section.about-page .content a:hover {
    color: #ef7925;
}
section.find-a-clinic .page-desc a,
section.about-page .content a {
    color: #ba3c26;
    text-decoration: none;
}
section.find-a-clinic .page-desc {
    color: #636569;
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
}

section.about-page .content {
    color: #636569;
    font-size: 24px;
}
section.about-page .title {
    margin-bottom: 30px;
}
section.about-page {
    padding: 50px 0;
}
.about-page-content .title sup {
    font-size: 20px;
    vertical-align: super;
    font-weight: 400;
}
.page-id-23 section.about-page h3 {
    font-size: 55px;
}
.page-id-23 h2.subtitle {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.page-id-23 p.footnote {
    font-size: 16px;
}
/* NEWS */
section.news .content {
    margin-top: 40px;
}
ul.news-articles {
    padding: 0;
    list-style: none;
}
.news-title-date {
    border-bottom: 3px solid #b0b1b3;
    padding: 15px 0;
    font-weight: 700;
}
ul.news-articles li.news-title a {
    color: #ba3c26;
    text-decoration: none;
    font-size: 20px;
}
ul.news-articles li.news-title a:hover {
    color: #ef7925;
}
ul.news-articles li.news-title {
    border-bottom: 2px solid #b0b1b3;
    padding: 15px 0;
}
ul.news-articles li.news-title:hover {
    background-color: #fafafa;
}
/* WHAT TO EXPECT WITH PONS */
section.what-to-expect-with-pons-banner, section.pons-resources .background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
section.real-result ul.content-lists {
    list-style: none;
    padding: 0;
}
section.what-to-expect-with-pons-banner .title p {
    margin: 0;
    color: #fff;
}
section.real-result {
    font-size: 24px;
    color: #636569;
}
section.real-result li img {
    width: auto;
    height: 4.5rem;
}
.font-32 {
    font-size: 32px;
}
section.what-to-expect-with-pons-banner, section.pons-resources .background-image {
    height: 820px;
    padding: 100px 0;
}
section.what-to-expect-with-pons-banner h2 {
    color: #fff;
    font-weight: 700;
}
section.what-to-expect-with-pons-banner h2,
section.what-to-expect-with-pons-banner h3 {
    text-shadow: 0.04em 0.05em 0.08em rgb(0 0 0 / 82%);
}
section.real-result .image-content img {
    width: 100%;
}
section.real-result {
    padding: 80px 0 0;
}
.real-result-content .title h3 {
    margin-bottom: 50px;
}
.with-bg {
    background-color: rgba(239,121,37,.15);
    padding: 20px;
}
section.real-result .result-content {
    margin-top: 100px;
}
.result-content li.content-list .title {
    font-weight: 700;
    margin: 10px 0;
}
ul.tailored {
    list-style: disc;
}
section.ready-to-get-started-cta .section-title {
    text-align: center;
}
section.ready-to-get-started-cta .button a:hover {
    background-color: #ba3c26;
}
section.ready-to-get-started-cta .button {
    text-align: center;
    margin-top: 35px;
}
section.ready-to-get-started-cta .button a {
    font-size: 28px;
    text-decoration: none;
    background-color: #636569;
    font-weight: 700;
    padding: 25px 245px;
    letter-spacing: 4px;
    color: #fff;
}
section.ready-to-get-started-cta {
    padding-bottom: 100px;
}

/*PONS RESOURCES*/
li.resources-list.row {
    background-color: #ededed;
    padding: 20px;
    margin: 40px 0;
}
.resources-image img {
    width: 100%;
}
li.resources-list .left.col-lg-3 {
    padding: 0;
}
ul.resources-lists {
    padding: 0;
    margin-top: 80px;
}
li.resources-list .right {
    padding: 0 60px;
}
.resources-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #636569;
}
.resources-content {
    font-size: 24px;
    color: #636569;
}
.resources-btn {
    margin-top: 1.5rem;
}
.resources-btn a {
    background-color: #636569;
    color: #fff;
    padding: 20px 60px;
    text-decoration: none;
    letter-spacing: 1.5px;
    width: 300px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.resources-btn a:hover {
    background-color: #ba3c26;
}
.resources-btn {
    margin-top: 40px;
}
section.pons-resources .title h3 {
    font-size: 5.5rem;
    color: #ba3c26;
    font-weight: 700;
}
section.pons-resources .subtitle {
    font-weight: 700;
    line-height: 1.15;
    color: #636569;
    font-size: 1rem;
    text-transform: uppercase;
}
/*FUNCTIONAL OUTCOMES*/
section.functional-outcomes .section-title h3,
section.training-layout-one .section-title h3 {
    text-align: center;
}
section.functional-outcomes .subtitle {
    color: #ba3c26;
    font-size: 44px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
}
section.functional-outcomes .image-1, section.functional-outcomes .image-2 {
    text-align: center;
    margin: 40px 0;
}
section.functional-outcomes .image-1 img, section.functional-outcomes .image-2 img {
    width: 80%;
}
section.functional-outcomes .content-3 a.orange {
    color: #ba3c26;
    text-decoration: none;
}
section.functional-outcomes .content-3 a.orange:hover {
    color: #ef7925;
}
section.functional-outcomes a.gray {
    color: #636569;
    text-decoration: underline;
}
/*EVENTS*/
section.events .orange {
    padding-right: 10px;
    font-weight: 600;
}
section.events .event-title {
    font-size: 32px;
    margin: 20px 0;
}
section.events li.event-list {
    list-style: none;
    margin: 50px 0;
}
section.events ul.event-lists {
    padding: 0;
}
section.events li.event-list:nth-child(1) {
    margin-top: 0;
}
section.events .register-btn a {
    background-color: #ba3c26;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    font-size: 20px;
    text-decoration: none;
}
section.events .register-btn {
    margin: 30px 0;
}
section.events .past-events-title {
    margin-top: 100px;
}
section.events .event-title a:hover {
    color: #ef7925 !important;
    text-decoration: none;
}
/*IN THE NEWS*/
section.in-the-news ul.the-news-lists {
    padding: 0;
}
section.in-the-news .news-logo img {
    width: 100%;
}
section.in-the-news li.the-news-list:nth-child(2) {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
section.in-the-news li.the-news-list {
    padding: 25px 0 !important;
}
section.in-the-news .read-btn a {
    text-decoration: none;
    font-size: 16px;
    background-color: #636569;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 2px;
}
section.in-the-news .the-news-title a {
    font-weight: 600;
    text-decoration: none;
}
.news-title-date{
    color: #363636;
}
section.in-the-news .the-news-description {
    padding: 10px 0;
}
/*POPUP*/
.get-started {
    text-align: center;
}
img.pons-logo {
    width: 40%;
}
div#popmake-473 {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 50px;
}
div#popmake-473 h1 {
    font-weight: 800;
    color: #0a0a0a;
    font-size: 3.5rem;
    text-transform: none;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.get-started p {
    font-weight: 800;
    color: #ba3c26;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0 30px;
}
.get-started a {
    background-color: #ba3c26;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
}
/*RATE YOUR GAIT*/
section.rate-your-gait .banner-title {
    height: 820px;
    padding: 100px 0;
}
section.rate-your-gait .banner-title h3 {
    font-size: 40px;
    font-weight: 600;
}
section.rate-your-gait .banner-title h1 {
    font-size: 88px;
    font-weight: 600;
}
section.rate-your-gait .image img {
    width: 100%;
}
section.rate-your-gait .image-content .content {
    padding-left: 40px;
}
section.rate-your-gait .image-content {
    margin-bottom: 70px;
}
section.rate-your-gait .download-btn {
    text-align: center;
}
section.rate-your-gait .download-btn a {
    background-color: #636569;
    color: #fff;
    padding: 20px 60px;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
/*PONS REAL STORIES*/
section.pons-real-stories .post-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
section.pons-real-stories .name-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}
section.pons-real-stories li.reviews {
    background-color: #ededed;
    padding: 30px;
    margin-bottom: 30px;
}
section.pons-real-stories li.reviews:last-child {
    margin-bottom: 0;
}
section.pons-real-stories .post-image {
    padding-top: 15px;
}
.page-id-23 .about-page-content .title h3 {
    text-transform: none !important;
}
/*CONTACT*/
.gform_heading {
    display: none;
}
label.gform-field-label {
    color: #363636;
    font-weight: 700;
    font-size: 20px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 20px !important;
    color:#c2c2c2 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 20px !important;
    color:#c2c2c2 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 20px !important;
    color:#c2c2c2 !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 20px !important;
    color:#c2c2c2 !important;
}
input::placeholder, textarea::placeholder {
    font-size: 20px !important;
    color:#c2c2c2 !important;
}
.gfield_checkbox label {
    font-weight: 400;
}
select#input_1_4 {
    font-size: 18px;
    color: #c2c2c2 !important;
}
.gfield_checkbox .gchoice{
    margin-bottom: 15px;
}
.gchoice.gchoice_1_6_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
input#choice_1_6_2 {
    margin-right: 5px;
}
.gfield_checkbox label {
    color: #636569;
}
input#gform_submit_button_1 {
    background-color: #ba3c26;
    border-color: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    font-size: 20px;
}
.gform_footer.top_label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
p.contact-terms {
    font-size: 19px;
}
input#gform_submit_button_1:hover {
    background-color: #b03924;
}
@media(max-width: 1440px){
    section.testimonials {
        overflow: hidden;
    }
    section.testimonials .post-image img {
        margin-left: 50px;
    }
    section.bottom-footer .footer-content {
        width: 100%;
    }
    section.menu {
        padding-bottom: 50px;
    }
    ul.sub-menu li.menu-item a {
        font-size: 11px;
    }
}
@media (max-width: 1416px) {
    a.getpons-link {
        font-size: 15px;
    }
}
@media (max-width: 1396px) {
    ul#secondary-menu {
        font-size: 12px;
    }
}
@media (max-width: 1360px) {
    ul#primary-menu {
        font-size: 10px;
    }
}
@media (max-width: 1287px) {
    ul#primary-menu {
        font-size: 9px;
    }
    .top-main-menu .menu-left .menu-item:nth-child(2) {
        padding: 5px 15px;
    }
    .top-main-menu .menu-left .menu-item:nth-child(3) {
        padding: 5px 15px;
    }
    ul.sub-menu li.menu-item a {
        font-size: 11px !important;
    }
    .top-main-menu .menu-right a {
        font-size: 11px;
    }
}
@media (max-width: 1270px) {
    ul.sub-menu li {
        padding: 10px 7px !important;
    }
}
@media (max-width: 1380px) {
    ul.sub-menu li.menu-item a {
        font-size: 11px;
    }
}
/*@media (max-width: 1215px) {
    ul#primary-menu {
        font-size: 11px;
    }
}*/
@media(max-width: 1366px){
    .container {
        max-width: 1326px;
    }
    .site-menu .menu-right {
        max-width: 55%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }
    .site-menu .menu-left {
        max-width: 45%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }
    .testimonials .slick-prev {
        left: 0;
    }
    ul.sub-menu li {
        padding: 10px 7px !important;
    }
    section.about {
        width: 80%;
    }
    .footer-menu .newsletter a {
        font-size: 15px;
    }
}
@media (max-width: 1287px) {
    .site-menu .menu-left {
        max-width: 44%;
    }
    .site-menu .menu-right {
        max-width: 56%;
    }
}
@media(max-width: 1280px){
    .container {
        max-width: 1240px;
    }
    .site-menu .menu-left {
        max-width: 44%;
    }
    .site-menu .menu-right {
        max-width: 56%;
    }
    .banner-content {
        padding-left: 20px;
    }
    section.about {
        width: 90%;
    }
    section.testimonials .post-image img {
        margin-left: 0;
    }
    section.resources .title {
        font-size: 30px;
    }
    section.resources li.resource {
        height: 488px;
    }
    .footer-menu .newsletter a {
        font-size: 14px;
    }
}
@media(max-width: 1264px){
    .top-main-menu .menu-left .menu-item {
        padding: 5px 10px;
    }
    ul.sub-menu {
        width: 700px;
    }
    ul.sub-menu li {
        padding: 5px 10px !important;
    }
}
@media (max-width: 1227px) {
    li#menu-item-57 {
        padding: 5px 17px;
    }
    li#menu-item-387 {
        padding: 5px 17px;
    }
    li#menu-item-64 {
        padding: 5px 17px;
    }
}
@media(max-width: 1199px){
    .container {
        max-width: 1179px;
    }
    .menu-heading, .footer-menu {
        padding-left: 20px;
    }
    ul#primary-menu ul.sub-menu {
        padding-left: 6px;
    }
    .site-menu .menu-left {
        max-width: 45%;
    }
    .site-menu .menu-right {
        max-width: 55%;
    }
    ul.sub-menu li {
        padding: 6px !important;
    }
    .footer-top ul.social-lists li {
        margin-bottom: 0;
    }
}
@media(max-width: 1198px){
    section.top-bar, .top-main-menu{
        display: none;
    }
    .site-menu .logo {
        max-width: 20% !important;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
    }
    .site-menu .logo img {
        width: 150px;
        padding-top: 10px;
    }
}
@media (max-width: 1161px) {
    li.resource.col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 75px;
    }
}
@media (max-width: 1150px) {
    .slick-prev:before {
        opacity: 0;
    }
    .slick-next:before {
        opacity: 0;
    }
}
@media (max-width: 1024px) {
    section.testimonials .post-content.col-md-6 {
        padding: 0 30px 0 30px;
    }
    section.about .section-content .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about-image-content.col-md-5,
    .about-desc-content.col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-menu-1.col-lg-3,
    .footer-menu-2.col-lg-3,
    .footer-menu-3.col-lg-3,
    .footer-contact.col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-menu .col-lg-3 {
        border: none;
    }
}
@media (max-width: 991px) {
    section.testimonials .post-content.col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100% !important;
    }
    section.testimonials .post-image.col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100% !important;
    }
    .post-image.col-md-6 img {
        margin: 0 auto !important;
    }
}
@media (max-width: 767px) {
    li.resource.col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-top {
        text-align: center;
    }
    .menu-heading, .footer-menu {
        padding: 0;
    }
    .footer-menu .getpons-btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-menu-1.col-lg-3,
    .footer-menu-2.col-lg-3,
    .footer-menu-3.col-lg-3,
    .footer-contact.col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    h2 {
        font-size: 65px;
    }
    h4 {
        font-size: 25px;
    }
    .accordion {
        font-size: 30px;
    }
    section.testimonials .post-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: none;
           object-fit: none;
    }
    section.resources {
        padding: 25px;
    }
    section.bottom-footer {
        padding: 25px;
    }
}
@media (max-width: 491px) {
    h2 {
        font-size: 50px;
    }
    h3 {
        font-size: 45px;
    }
    .accordion {
        font-size: 28px;
    }
}
@media (max-width: 425px) {
    section.resources {
        padding: 15px;
    }
    section.bottom-footer {
        padding: 15px;
    }
}
@media (max-width: 375px) {
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 35px;
    }
    .accordion {
        font-size: 25px;
    }
}