/*
Theme Name: CHADD BB
Theme URI: http://www.chadd.org
Version: 1.0
Description: Custom theme for CHADD by the Neon Web Studio.
Author: Neon Web Studio
Author URI: http://www.neoncrm.com
template: bb-theme
*/

/* change some defaults for our theme */

.fl-page-header, .fl-page-bar {
  z-index: 9000;
  position: relative;
}

.container.fl-content-full {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
}

.container.fl-content-full .fl-content {
    margin: 0;
    padding: 0;
}

.container.fl-content-full > .row {
    margin: 0;
}

/* Text Accents */

a.link-button, #menu-top-bar a {
  background: #fec96b;
  color: #333;
  padding: .75em 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: table;
 }

 a.link-button:hover, #menu-top-bar a:hover {
  background: #e17f64;
  color: #fff;
  text-decoration: none;
 }

a.link-button.small-button {
  font-size: .9em;
  padding: .5em 1em;
}

.small-text {
  font-size: .8em;
}

.uppercase {
  text-transform: uppercase;
}

.blue-text, a.blue-text, a.blue-text:visited {
  color: #2988bc;
}

a.blue-text:hover {
  color: #2f496e;
}

.title-underline::after {
  content: '';
  padding-bottom: .75em;
  margin-bottom: .75em;
  border-bottom: 2px solid #fec96b;
  width: 33.333%;
  display: block;
}

article table {
  border: 1px solid #ccc;
}

article table td, article table th {
  padding: 5px;
  border: 1px solid #ccc;
}

article table th {
  color: #2988bc;
}

ul.social-media {
  padding: 0;
  margin: 10px auto;
  list-style-type: none;
  text-align:center;
}

ul.social-media li {
  display: inline-block;
  padding: 2px;
  font-size: 1.6em;
}

/* Menu */

.fl-page-nav-wrap ul.sub-menu {
  border-top: none;
}

.fl-page-nav-wrap .menu-item:hover::after {
  content:'';
  width: 0; 
    height: 0; 
  border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e17f64;
    margin: 0 auto;
    position: absolute;
    bottom: 4px;
    left: 50%;
}

.fl-page-nav-wrap  ul.sub-menu .menu-item:hover::after {
  border: none;
}

.fl-page-nav-wrap ul.sub-menu li a {
  text-transform: none;
}

#menu-login-bar {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 0 10px 3px 0;
  box-sizing: border-box;
}

#menu-login-bar li {
  list-style-type: none;
  display: inline-block;
  padding: 0 3px 0 0;
}

#menu-login-bar li a {
  display: inline-block;
  line-height: 20px;
  background: rgba(255,255,255,.5);
}

/* Grid */

.grid-container {
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}

.grid-max {
  max-width: 1200px;
  margin: 0 auto;
}

.grid-flex {
  display: flex;
}

[class*='grid-item-'] {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.grid-item-flex {
  flex: 1;
}

.grid-item-16 {
  width: 16.666%;
}

.grid-item-20 {
  width: 20%;
}

.grid-item-25 {
  width: 25%;
}

.grid-item-33 {
  width: 33.333%;
}

.grid-item-40 {
  width: 40%;
}

.grid-item-50 {
  width: 50%;
}

.grid-item-60 {
  width: 60%;
}

.grid-item-66 {
  width: 66.666%;
}

.grid-item-75 {
  width: 75%;
}

.grid-item-100 {
  width: 100%;
}

.grid-pad {
  padding: 1em;
}

.grid-bground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
}
.cell-overlay {
  width: 100%;
  height: 100%;
}

.cell-overlay-dblue {
  background-color: rgba(47,73,110, .7);
}

.cell-overlay-peach {
  background-color: rgba(225,127,100, .7);
}

.cell-white {
  background: #fff;
  height: 100%;
}

.cell-gray {
  background: #f5f5f5;
  height: 100%;
}

.cell-blue {
  background: #2988bc;
  height: 100%;
}

.cell-dblue {
  background: #2f496e;
  height: 100%;
}

.cell-yellow {
  background: #fec96b;
  height: 100%;
}

.cell-peach {
  background: #e17f64;
  height: 100%;
}

.cell-green {
  background: #5d857d;
  height: 100%;
}

.cell-dgreen {
  background: #00664e;
  height: 100%;
}

.cell-peach h1, .cell-peach h2, .cell-peach h3, .cell-peach h4 {
  color: #fff;
}

.cell-item {
  padding: 1.5em;
  width: 100%;
  overflow: hidden;
}

.cell-center {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.cell-scroll {
  overflow-y: scroll;
  max-height: 100vh;
  overflow-x: hidden;
}

.text-content {
  max-width: 700px;
  padding-bottom: 2em;
}

.text-content.bb-text-wrap {
  max-width: 780px;
}

.fl-row .text-content {
  max-width: 100%;
  padding-bottom: 0;
}
.fl-row .text-content .fl-module {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.seperator {
  clear: both;
}

.triangle-accent {
  width: 0; 
    height: 0; 
  border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    display: block;
    margin: 0 auto;
}

.triangle-accent-medium {
  width: 0; 
    height: 0; 
  border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    display: block;
    margin: 0 auto;
}

.triangle-accent.dark-blue {
  border-top: 40px solid #2f496e;
}

.triangle-accent.gray {
  border-top: 40px solid #f5f5f5;
}

.triangle-accent-medium.gray {
  border-top: 20px solid #f5f5f5;
}

 /* Header */

.fl-page-nav-right .fl-page-header-container {
    padding-bottom: 10px;
    padding-top: 10px;
} 

img.fl-logo-img {
  max-width: 100px;
}

.sub-header h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

/* Home */

.slider-wrapper .bx-wrapper {
  position: relative;
  margin-bottom: 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slider-wrapper .bxslider {
  margin: 0;
  padding: 0;
}
.slider-wrapper ul.bxslider {
  list-style: none;
}
.slider-wrapper .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

.slider-wrapper .bx-next, .slider-wrapper .bx-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  width: 16px !important;
  height: 16px !important;
  background-image: none !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.slider-wrapper .bx-next {
  right: 2em;
}

.slider-wrapper .bx-prev {
  left: 2em;
  transform: rotate(-135deg);
}

.slider-wrapper {
  width: 100%;
  position: relative;
  min-height: 400px;
  height: 50vh;
  background: #000;
}

.slider-wrapper ul.bxslider li.slide {
  height: 50vh;
  min-height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-perspective: 1000px;
    -webkit-baci[class*=" fa-"]ce-visibility: hidden;
}

.slider-wrapper ul.bxslider li.slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}

.slider-wrapper ul.bxslider li.slide .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2em;
  color: #fff;
  transform: translateY(-50%) translateX(-50%);
  max-width: 700px;
  width: 80%;
}

.slider-wrapper ul.bxslider li.slide .slide-content a.link-button {
  margin-top: 40px;
} 

.slide-content h2 {
  color: #fff;
  font-size: 3em;
}

.understanding-section {
  background-color: #2f496e;
  color: #fff;
}

.understanding-section .grid-item-25, .understanding-section .grid-item-50, .understanding-section .grid-item-75 {
  height: 300px;
}

.understanding-section .grid-item-100 {
  height: auto;
}

.understanding-section .grid-item-25:hover {
  background-size: 120%;
}

.understanding-section .grid-item-25:hover .cell-overlay-dblue {
  background-color: rgba(41,136,188, .9);
}

.understanding-section h3, .understanding-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.understanding-section a.link-button {
  margin: 40px auto 0 auto;
} 

.adhd-news-preview {
  padding-bottom: 2em;
}

.adhd-news-preview .featured-image, .research-archive .featured-image {
  padding-top: 66.666%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.front-page-events-list {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul.event-list{
  padding: 0 0 2em 0;
  margin: 0;
}

ul.event-list li {
  list-style-type: none;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

ul.event-list li:last-child {
  border-bottom: 0;
}

h2.hu-postsWidget-heading {
  display: none;
}

a.hu-adhd-heading {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background: #2f496e;
  margin: 0;
  padding: 20px;
  display: block;
  text-decoration: none;
}

a.hu-adhd-heading h3 {
  color: #fff;
  margin: 0;
}

.grid-container .grid-item-50:nth-child(2) a.hu-adhd-heading {
  background: #2988bc;
}

.hu-postsWidget-posts {
  border: none !important;
  background: #fff;
}

ul.hu-media-list {
  padding: 10px;
}

.get-involved-section {
  position: relative;
}

.get-involved-section h3 {
  color: #fff;
}

.get-involved-section .triangle-accent {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  z-index: 10;
}

.get-involved-section .grid-item {
  min-height: 400px;
  color: #fff;
}

.get-involved-section .grid-item:nth-child(1n) {
  background-color: #e17f64;
}

.get-involved-section .grid-item:nth-child(2n) {
  background-color: #5d857d;
}

.get-involved-section .grid-item:nth-child(3n) {
  background-color: #2988bc;
}

.get-involved-section .grid-item:nth-child(4n) {
  background-color: #2f496e;
}     

.get-involved-section i[class*=" fa-"] {
  font-size: 40px;
  color: #fff;
}

/* Account Portal */

.grid-account-items, .grid-account-items h3, .grid-account-items h4, .grid-account-items i[class*=" fa-"] {
  color: #fff;
  text-align: center;
}

.grid-account-items h3::after {
  display: block;
  margin: 1em auto 0 auto;
  width: 10%;
  border-top: 2px solid #fff;
  content: '';
}

.grid-account-items i[class*=" fa-"] {
  font-size: 2em;
}

/* Understanding ADHD Page */

.understanding-page .grid-container:nth-child(2n),  .understanding-page .grid-container:nth-child(2n) h3 {
  background: #e17f64;
  color: #fff;
}

.understanding-page .grid-container:nth-child(4n), .understanding-page .grid-container:nth-child(4n) h3 {
  background: #5d857d;
  color: #fff;
}

.understanding-page .grid-container:first-child, .understanding-page .grid-container:first-child h3 {
  background: #2988bc;
  color: #fff;
}

/* Understanding ADHD Post Type Single Pages */

.adhd-side-menu-wrapper {
  background: #2f496e;
  color: #fff;
}

.adhd-side-menu-wrapper .adhd-header {
  text-align: center;
}

.adhd-side-menu {
  position: relative;
  margin: 0 auto;
  padding: 0px;
  background: #2f496e;
  overflow: hidden;
}

.adhd-side-menu.sticky-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  z-index: 99999;
  height: 100vh;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.adhd-side-menu.sticky-minimize.sticky-sidebar {
  width: 60px;
  top: 50% !important;
  margin-top: -30px;
  height: 60px;
  overflow: hidden;
  border: 1px solid #999;
}

.adhd-side-menu.sticky-minimize h4, .adhd-side-menu.sticky-minimize .menu-about-adhd-container, .adhd-side-menu.sticky-minimize .seperator, .adhd-side-menu.sticky-minimize.sticky-sidebar .close-button   {
  display: none;
}

.adhd-side-menu .header-content {
  position: relative;
}

.adhd-side-menu .header-content h4 {
  color: #2f496e;
  text-align: center;
  margin: 0;
}

.adhd-side-menu .close-button {
  font-size: 20px;
  color:#2f496e;
  position: absolute;
  top: -15px;
  right: -10px;
  display: none;
  cursor: pointer;
}

.adhd-side-menu.sticky-sidebar .close-button {
  display: block;
}

.adhd-side-menu .menu-button {
  font-size: 20px;
  color:#2f496e;
  display: none;
  position: absolute;
  margin-top: -5px;
  cursor: pointer;
}

.adhd-side-menu.sticky-minimize .menu-button {
  display: block;
} 

.adhd-side-menu a {
  color: #fec96b;
  text-decoration: none;
  max-width: 280px;
  margin: 0 auto;
  text-align: left;
  display: block;
}

.adhd-side-menu ul {
  list-style-type: none;
  padding-left: 0;
}

.adhd-side-menu ul li {
  text-align: left;
  padding: 5px 0px;
  color: #fff;
}

.adhd-side-menu ul li a {
  color: #fff;
  padding: 0 10px;
}

.adhd-side-menu ul li a:hover {
  color: #fff5cc;
}

.adhd-side-menu ul.menu ul.sub-menu {
  max-height: 0;
  overflow: hidden;
} 

.adhd-side-menu ul.menu li.current-menu-item ul.sub-menu, .adhd-side-menu ul.menu li.current-menu-parent ul.sub-menu{
  max-height: 9999px;
}

.adhd-side-menu ul li ul li.current-menu-item a {
  color: #fec96b;
}

.adhd-side-menu ul ul li:first-child {
  margin-top: 10px;
  padding-top: 12px;
}
.adhd-side-menu ul ul li:last-child {
  padding-bottom: 12px;
}   
.adhd-side-menu ul ul li {
  text-align: left;
  background: rgba(0,0,0,.1);
  padding: 6px 20px;
  font-size: .8em;
}
.adhd-side-menu ul ul li a {
  color: #a9cfe4;
  padding-left: 20px;
}

.adhd-side-menu ul ul li a::before  {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  padding-right: 5px;
} 

.adhd-header h2 {
  margin: 0;
}

.adhd-header .header-content {
  max-width: 780px;
  padding: 0 40px;
}

.adhd-header .archive-header h4 a {
  color: #fff;
}

.adhd-footer {
  color: #fff;
}

.adhd-footer ul.social-media li:first-child {
  font-size: .9em;
}

.adhd-footer ul.social-media a {
  color: #fff;
}

.adhd-disclaimer p {
  font-size: .9em;
}

/* Weekly Archives */

.weekly-sidebar-archive h4 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

ul.weekly-archive-list {
  padding: 10px;
  background-color: rgba(0,0,0,.1);
  margin-bottom: 20px;
}

ul.weekly-archive-list li {
  list-style-type: none;
  padding: 5px 0;
  font-size: .9em;
}

ul.weekly-archive-list li a {
  color: #fff;
}

a.weekly-archive-link {
  color: #fec96b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 10px;
}

/* Research Studies */

.research-header h2 {
  color: #fff;
}

.research-header label {
  font-size: 14px;
}

.research-header select {
  padding: 6px;
}

.research-header input#searchsubmit {
  border: none;
  border-radius: 0;
  background-color: #fec96b;
  text-transform: uppercase;
}

.research-header input#searchsubmit:hover {
  color: #000;
  background: #e17f64;
}

.research-archive .grid-item, .research-archive {
  background-color: #f5f5f5;
}

.research-archive .grid-item:nth-child(odd) {
  background-color: #f0f0f0;
}

.research-archive .grid-row-wrap:nth-child(even) .grid-item:nth-child(even) {
  background-color: #f0f0f0;
}

.research-archive .grid-row-wrap:nth-child(even) .grid-item:nth-child(odd) {
  background-color: #f5f5f5;
}

.research-archive h4 {
  text-transform: uppercase;
  color: #2988bc;
}

.research-archive p strong {
  font-weight: 600;
  color: #2f496e;
}

.research-archive p.research-city {
  display: inline-block;
  background: #5d857d;
  color: #fff;
  margin-left: -20px;
  padding: 1em 1em 1em 20px;
  margin-right: 20px;
}

.research-archive a.research-link {
  display: inline-block;
}

.research-archive a.research-link:nth-of-type(2) {
  padding-left: 20px;
}

.research-pagination .nav-next.alignright, .research-pagination .nav-prev.alignleft, .document-pagination {
  margin-top: 20px;
  font-size: 18px;
}

.research-pagination a {
  color: #fff;
}

.pagenumber {
  text-align: center;
  color: #fff;
}


/* Affiliate Resources */

ul.affiliate-resource-list {
  padding: 0;
  margin: 60px 0;
  border-top: 1px solid #ccc;
}

ul.affiliate-resource-list li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
}

/* Affiliate Portal */

ul.chapter-report {
  padding: 1em 0;
  margin: 0;
}

ul.chapter-report li {
  list-style-type: none;
  padding: .5em;
  background: #fff;
  margin: .5em 0;
}

ul.chapter-report li p {
  font-size: .9em;
}

/* Professional Directory */

.professional-header h2 {
  color: #fff;
}

.professional-header span {
  color: #fff;
}

.professional-header .cell-item {
  padding: 10px 20px;
}

.professional-header label {
  color: #fff;
}

.professional-header input {
  border-radius: 0;
}

.professional-header select {
  padding: 6px;
  max-width: 100%;
}

.styled-checkbox {
  position: relative;
}
.styled-checkbox:before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  border: 1px solid #fff;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
}

.styled-checkbox:checked:after {
  content: '';
  left: 1px;
    top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e17f64;
    border-bottom: none;
  position: absolute;
  z-index: 6;
  cursor: pointer;
}

.professional-header .letter-menu {
  padding-bottom: 20px;
}

.professional-header .letter-menu a {
  color: #fff;
  font-size: 1.4em;
}

.professional-archive .grid-item, .professional-archive {
  background-color: #f5f5f5;
}

.professional-archive .grid-item:nth-child(odd) {
  background-color: #f0f0f0;
}

.professional-archive .grid-row-wrap:nth-child(even) .grid-item:nth-child(even) {
  background-color: #f0f0f0;
}

.professional-archive .grid-row-wrap:nth-child(even) .grid-item:nth-child(odd) {
  background-color: #f5f5f5;
}

.professional-archive h4 a {
  text-transform: uppercase;
  color: #2988bc;
}

.professional-archive p.professional-city {
  display: inline-block;
  background: #5d857d;
  color: #fff;
  margin-left: -20px;
  padding: 1em 1em 1em 20px;
  margin-right: 20px;
}

.neon-image-container {
  width: 100%;
  position: relative;
}

.professional-archive .neon-image-container, .research-archive .neon-image-container {
  max-width: 150px;
  margin-top: 10px;
  margin-right: 10px;
  width: calc(100% - 10px);
}

.research-archive .neon-image-container {
  margin-top: 0;
}

.neon-image-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-top: 100%;
}

.professional-pagination {
  color: #fff;
}

.professional-pagination .nav-next.alignright, .professional-pagination .nav-prev.alignleft {
  margin-top: 20px;
  font-size: 18px;
}

.professional-pagination a {
  color: #fff;
}

.professional-pagination form#currentPage {
  color: #000;
}

.professional-profile  .neon-image-container {
  border: 1px solid #ccc;
}

.professional-profile .header-content i[class*=" fa-"] {
  color: #5d857d;
}

.directory-switch a {
  color: #fff;
  display: inline-block;
  float: right;
  padding: 8px 16px;
  background-color: #5d857d;
}

/* Ask the Expert/Webinars */

.webinar-search-sidebar {
  background: #5d857d; 
}

.webinar-search-form label {
  width: 100%;
  text-align: left;
}

.webinar-search-form input, .webinar-search-form select {
  border-radius: 0;
  margin-bottom: 1em;
  width: 90%;
  max-width: 300px;
}

.webinar-search-form input#searchsubmit {
  width: auto;
}

a.webinar-archive-link {
  text-align: center;
  color: #fff;
  font-weight: 900;
  width: 100%;
  display: block;
}

.youtube-embed-container {
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.youtube-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Affiliate Map */


h2.neon-map-title {
  border-bottom: 2px solid #fec96b;
  padding-bottom: 20px;
  overflow: hidden;
  display: inline-block;
}
.neon-search-form-container {
  overflow: hidden;
}
.neon-search-form-container .neon-form-item input, .neon-search-form-container .neon-form-item select, .neon-search-form-submit button {
  height: 40px;
  border-radius: 0px;
  border: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: calc(100% - 20px);
  margin: 10px 0;
}

.neon-search-form-container .neon-form-item select {
  border: 1px solid #ccc;
}

.neon-search-form-submit button {
  color: #000;
  background: #fec96b;
  width: calc(50% - 20px);
  text-transform: uppercase;
  margin: 10px 5px;
}
.neon-search-form-submit button:hover {
  color: #000;
  background-color: #fdb848;
}
button.neon-clear-button {
  background: #999;
}
#map { 
  height: 300px; 
  overflow-x: hidden;
}
.searchWrapper { 
  clear: both; 
}
.neon-results-wrapper { 
  background: #F5f5f5;
  overflow-x: hidden;
}
.neon-map-content i[class*=" fa-"] {
  color: #d3163b;
}
.neon-result-title {
  cursor: pointer;
}
.neon-pagination {
  text-align: center;
  clear: both;
  padding-bottom: 40px;
}
.neon-pagination-results {
  padding: 20px 0 10px 0;
}
.neon-pagination-prev, .neon-pagination-next, #currentPage {
  display: inline-block;
  text-transform:uppercase;
  text-decoration: none;
}
.neon-pagination-prev, .neon-pagination-next {
  padding: 10px 20px;
}
.neonSearchResult{
  padding: 15px;
  background: rgb(41, 136, 188);
  color: #fff;
}
.neonSearchResult:nth-child(even){
  background: rgb(47, 73, 110);
}

.neonSearchResult a {
  color: #fec96b;
}
.neon-highlight {
  color: #000;
  background: #fec96b !important;
}

.neon-highlight a {
  color: rgb(41, 136, 188);
}

/* Footer */

.fl-page-footer-wrap {
  position: relative;
  z-index: 800;
}

ul.footer-buttons {
  margin: 0 auto;
  text-align: center;
} 

ul.footer-buttons li {
  display: inline-block;
  vertical-align: top;
}

.site-footer .grid-item {
  text-align: center;
}

.site-footer .grid-item p {
  margin-bottom: .5em;
}
.site-footer .site-info {
  text-align: center;
  background: #f5f5f5;
  padding: .5em;
  font-size: .8em;
}

/* Responsive */

@media (max-width: 768px) {

  .grid-flex {
    display: block;
  }

  .grid-item-16 {
    width: 100%;
  }

  .grid-item-20 {
    width: 100%;
  }

  .grid-item-25 {
    width: 100%;
  }

  .grid-item-33 {
    width: 100%;
  }

  .grid-item-40 {
    width: 100%;
  }

  .grid-item-50 {
    width: 100%;
  }

  .grid-item-60 {
    width: 100%;
  }

  .grid-item-66 {
    width: 100%;
  }

  .grid-item-75 {
    width: 100%;
  }

  .slide-content h2 {
    font-size: 2em;
  }

  .adhd-side-menu.sticky-sidebar {
    width: 100%;
  } 

  .adhd-side-menu.sticky-minimize.sticky-sidebar {
    width: 100%;
    top: auto !important;
    margin-top: 0px;
    height: auto;
    border: none;
    position: relative;
  }

  .adhd-side-menu.sticky-minimize.sticky-sidebar h4 {
    display: inline-block;
  }

  .adhd-side-menu.sticky-minimize .menu-button {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }

}

/* Map Responsive */

@media(min-width:768px){
  .neon-search-form-container .neon-form-item, .neon-search-form-container .neon-search-form-submit {
    width: 33.333%;
    float: left;
  }
  .mapWrapper { 
    float: left; 
    width: calc(70% - 1px);
    margin-right: 1px;
  }
  .neon-results-wrapper { 
    float: left; 
    width: 30%; 
    overflow-y: scroll;
    background: rgb(41, 136, 188)
  }
  #map, .neon-results-wrapper { 
    height: 50vh;
    min-height: 500px;
    max-height: 800px;
  }
}


/* Simplebar */

[data-simplebar] {
    position: relative!important;
    z-index: 0!important;
    overflow: hidden!important;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    min-width: 100%!important;
    -webkit-box-sizing: content-box!important;
            box-sizing: content-box!important;
}

.simplebar-content {
    overflow-x: scroll!important;
    overflow-y: hidden!important;
    -webkit-box-sizing: border-box!important;
            box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
}

.simplebar-scrollbar {
    position: absolute;
    right: 4px;
    width: 5px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: .5;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
    display: none;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
