/*
Internet Explorer 10 in Windows 8 and Windows Phone 8
doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in
Bootstrap's CSS. To address this, you'll need to include
the following CSS
********************************************************/
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* Imports
********************************************************/
/* Navigation
********************************************************/
.navbar {
  margin-bottom: 0;
  margin-top: 20px !important; }

.navbar-default {
  background: transparent !important;
  border: none !important;
  font-size: 14px;
  font-weight: 300; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none; }
  .navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .navbar-default .navbar-brand {
    padding: 0 0 0 20px; }
  .navbar-default .nav > li a {
    padding: 5px 10px; }
  .navbar-default .nav > li.dropdown a {
    padding: 5px 10px 5px 15px; }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #005dab !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #000 !important;
    background-color: transparent !important; }
  .navbar-default .navbar-toggle {
    border-color: #005dab !important;
    background-color: #fff !important; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #005dab !important; }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    border-color: #fff !important;
    background-color: #005dab !important; }
    .navbar-default .navbar-toggle:hover .icon-bar,
    .navbar-default .navbar-toggle:focus .icon-bar {
      background-color: #fff !important; }
  .navbar-default .dropdown-menu {
    background-color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-size: 14px !important;
    border: 1px solid #cccccc; }
  .navbar-default .dropdown-menu > li > a {
    font-weight: 300 !important; }
  .navbar-default .dropdown-menu > li > a:hover,
  .navbar-default .dropdown-menu > li > a:focus {
    background-color: #fff !important; }
  .navbar-default .dropdown-menu > .active > a,
  .navbar-default .dropdown-menu > .active > a:hover,
  .navbar-default .dropdown-menu > .active > a:focus {
    background-color: #005dab !important; }
  .navbar-default .current_page_parent .dropdown-toggle,
  .navbar-default .current_page_parent .dropdown-toggle:hover,
  .navbar-default .current_page_parent .dropdown-toggle:focus,
  .navbar-default .current_page_parent.open .dropdown-toggle,
  .navbar-default .current_page_parent.open .dropdown-toggle:hover,
  .navbar-default .current_page_parent.open .dropdown-toggle:focus {
    color: #fff !important;
    background-color: #005dab !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

#menu-main-menu .free-demo {
  line-height: normal; }
  #menu-main-menu .free-demo a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px !important;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    padding: 5px 20px !important;
    margin-top: 1px;
    background: #0fc263;
    color: #fff !important;
    line-height: normal;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    #menu-main-menu .free-demo a:hover {
      background: #11da6f !important; }

#menu-main-menu .home-icon a .fa {
  font-size: 18px !important;
  top: 1px; }

#menu-main-menu .wcmenucart-contents {
  font-size: 12px; }
  #menu-main-menu .wcmenucart-contents .fa {
    font-size: 18px; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (min-width: 1200px) {
  .navbar-nav li {
    font-size: 14px; }
  .navbar-nav li.free-demo {
    padding-left: 20px; }
  .logo-main {
    height: 50px !important;
    width: auto !important; }
  .navbar-nav {
    margin: 14px 0; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li {
    font-size: 12px; }
  .logo-main {
    height: 50px !important;
    width: auto !important; }
  .navbar-nav {
    margin: 15px 0; } }

@media (min-width: 992px) {
  .navbar-nav {
    float: right !important; } }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-brand {
    padding: 0 0 0 20px; }
  .navbar-toggle {
    display: block;
    margin-top: 4px; }
  .navbar-collapse {
    margin-top: 5px;
    background: #fff;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

/* Header
********************************************************/
#site-header {
  position: fixed;
  width: 100%;
  text-align: center;
  line-height: 100px;
  height: 100px;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #e6e6e6; }

#site-header.sticky {
  line-height: 60px;
  height: 60px;
  background: #fff; }

#site-header.sticky .navbar-default {
  font-size: 16px !important; }

#site-header,
.navbar-default,
.navbar,
.logo-main {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

@media (min-width: 991px) {
  #site-header.sticky .navbar-collapse {
    margin-top: 0px; }
  #site-header.sticky .logo-main {
    height: 50px;
    width: auto;
    padding-top: 10px; }
  #site-header.sticky .navbar {
    margin-top: 0 !important; } }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (max-width: 991px) {
  .logo-main {
    height: 40px !important;
    width: auto; }
  #site-header,
  #site-header.sticky {
    height: 80px;
    line-height: 80px; } }

/* Footer
********************************************************/
.section-footer {
  background: #595959;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .section-footer h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid gray; }
  .section-footer a {
    color: #fff;
    font-size: 14px; }
    .section-footer a:hover {
      color: #159eca; }
    .section-footer a .fa {
      font-size: 18px;
      padding-top: 10px;
      padding-right: 5px; }

.section-credits {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (max-width: 991px) {
  .section-footer .col-md-3 {
    padding-bottom: 20px; } }

@media (max-width: 767px) {
  .section-credits .text-right {
    text-align: center; } }

/* Typography
********************************************************/
strong {
  font-weight: 400; }

h1, h2, h3, h4 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #005dab;
  font-weight: 300; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 400; }
  h1 strong em, h2 strong em, h3 strong em, h4 strong em {
    font-weight: 300; }

a {
  text-decoration: none;
  color: #005dab;
  /*
	.fa {
		font-size: 21px;
		top: 2px;
		position: relative;
	}
	*/ }
  a:hover {
    text-decoration: none;
    color: #006bc5; }

.all-white {
  color: #fff; }
  .all-white h1, .all-white h2, .all-white h3, .all-white h4 {
    color: #fff; }
  .all-white a {
    color: #fff; }

.emphasis {
  color: #005dab;
  font-style: italic; }

.newsletter-signup label {
  font-weight: 300; }

.footer .newsletter-signup .form-control {
  background-color: #262626;
  border-color: #5A5A5A;
  color: #FFF; }

label.error {
  color: #0fc263;
  padding-top: 5px; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (min-width: 1200px) {
  h1 {
    font-size: 21px;
    margin-bottom: 20px; }
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; } }

@media (max-width: 991px) {
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; } }

@media (max-width: 767px) {
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; } }

/* Buttons
********************************************************/
.sb-btn {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px;
  border-style: solid;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  padding: 7px 40px;
  margin: 10px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .sb-btn:hover {
    text-decoration: none; }
  .sb-btn.small {
    font-size: 14px;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .sb-btn.blue {
    background: #005dab;
    border-color: #005dab;
    color: #fff; }
    .sb-btn.blue:hover {
      background: #006bc5; }
  .sb-btn.lightblue {
    background: #159eca;
    border-color: #159eca;
    color: #fff; }
    .sb-btn.lightblue:hover {
      background: #17b0e1; }
  .sb-btn.orange {
    background: #eb6e08;
    border-color: #eb6e08;
    color: #fff; }
    .sb-btn.orange:hover {
      background: #f77b15; }
  .sb-btn.white {
    background: #fff;
    border-color: #fff;
    color: #eb6e08; }
    .sb-btn.white:hover {
      background: #005dab;
      color: #fff; }
  .sb-btn.full {
    width: 100%; }
  .sb-btn.submit {
    float: right;
    border: none; }
  .sb-btn.even {
    min-width: 190px; }

.sb-btn.ghost {
  background: none; }
  .sb-btn.ghost.white {
    border-color: #fff;
    color: #fff; }
    .sb-btn.ghost.white:hover {
      background: rgba(0, 0, 0, 0.05); }
  .sb-btn.ghost.blue {
    border-color: #005dab;
    color: #005dab; }
    .sb-btn.ghost.blue:hover {
      background: #F7F9FB; }
  .sb-btn.ghost.lightblue {
    border-color: #159eca;
    color: #159eca; }
    .sb-btn.ghost.lightblue:hover {
      background: #F7F9FB; }
  .sb-btn.ghost.gray {
    border-color: #bfbfbf;
    color: #4d4d4d;
    background: transparent; }
    .sb-btn.ghost.gray:hover {
      background: #fff; }

.btn-view-wishlist {
  background: #eb6e08;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .btn-view-wishlist a {
    color: #fff !important; }

.btn-shop {
  background: #eb6e08;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .btn-shop a {
    color: #fff !important; }

.section-blog .more-link,
.section-blog input[type=submit] {
  background: #005dab;
  border-color: #005dab;
  color: #fff;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .section-blog .more-link:hover,
  .section-blog input[type=submit]:hover {
    color: #FFF;
    background: #006bc5;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.btn-prev-post,
.btn-next-post {
  display: inline-block;
  background: #005dab;
  color: #fff;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .btn-prev-post:hover,
  .btn-next-post:hover {
    color: #FFF;
    background: #006bc5;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.btn-prev-post {
  float: left; }

.btn-next-post {
  float: right; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
/* Misc. Helper Classses
********************************************************/
.pad {
  padding-top: 50px;
  padding-bottom: 50px; }

.pad2 {
  padding-top: 25px;
  padding-bottom: 25px; }

.pad3 {
  padding-top: 0;
  padding-bottom: 25px; }

.pad4 {
  padding-top: 25px;
  padding-bottom: 0; }

.pad5 {
  padding-top: 50px;
  padding-bottom: 0; }

.pad-bottom {
  padding-bottom: 50px !important; }

.nopad-bottom {
  padding-bottom: 0 !important; }

.center {
  text-align: center !important; }

/* Home Page Assets
********************************************************/
#bg-video {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

/* Sections
********************************************************/
.section img,
.content-wrap img {
  display: block;
  max-width: 100%;
  height: auto; }

.section ul,
.content-wrap ul {
  margin-left: 20px;
  padding: 0 0 10px 0; }
  .section ul li,
  .content-wrap ul li {
    list-style: disc;
    padding-bottom: 5px; }
  .section ul.nav-tabs,
  .content-wrap ul.nav-tabs {
    padding: 0; }

.section ul.specs,
.content-wrap ul.specs {
  margin: 10px auto 0;
  padding: 0;
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .section ul.specs li,
  .content-wrap ul.specs li {
    float: left;
    list-style: none;
    padding: 20px 30px 0;
    font-size: 24px;
    font-weight: 100; }

body.home .content-wrap {
  background: none !important;
  padding-bottom: 0 !important; }

.content-wrap {
  padding-top: 100px;
  background: #fff; }

.section {
  background-color: #fff; }
  .section.border {
    border-bottom: 1px solid #e6e6e6; }
  .section.position .desc {
    visibility: hidden; }
  .section .center-form .gform_footer {
    padding: 0;
    text-align: center; }
  .section .desc {
    padding-bottom: 20px; }
  .section .outline {
    border: 1px solid #005dab;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    min-height: 240px; }
    .section .outline.bluefill {
      background: #005dab; }
  .section .point {
    padding-bottom: 20px; }
    .section .point img {
      padding-bottom: 20px; }
    .section .point h3 {
      font-size: 18px; }
  .section .research {
    display: block;
    position: relative; }
    .section .research .block {
      position: absolute;
      padding: 10px;
      width: 375px; }
  .section .section-header {
    text-align: center;
    padding-bottom: 20px; }
  .section .social .fa {
    font-size: 32px; }
  .section .vert-align-middle {
    display: flex;
    align-items: center;
    justify-content: center; }

.section-glory {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain; }

.section-callout {
  background: #1b72bc;
  color: #fff;
  font-size: 21px;
  text-align: center;
  padding: 50px 0; }
  .section-callout.gray {
    background: #595959; }
  .section-callout.orange {
    background: #eb6e08; }
  .section-callout h2 {
    font-family: 'Patua One', cursive;
    color: #fff;
    font-size: 60px; }

.section-graphic-callout {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-graphic-callout.alt {
    padding-top: 50px;
    padding-bottom: 20px; }

.section-testimonials ul li {
  list-style: none; }

.section-testimonials blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  border: none; }

.section-testimonials blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a; }

.section-testimonials blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

.section-testimonials blockquote cite:before {
  content: "\2014 \2009"; }

.section-youtube-gallery {
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  .section-youtube-gallery .actions {
    text-align: center; }
    .section-youtube-gallery .actions .fa {
      font-size: 18px;
      top: 0; }
  .section-youtube-gallery ul {
    margin-bottom: 30px; }
    .section-youtube-gallery ul li {
      list-style: none !important; }
  .section-youtube-gallery #ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
    background: url(../img/icon-play.png) center center no-repeat !important; }
  .section-youtube-gallery #ytc-wrapper .ytc-thumbnails a.ytcthumb .ytcplay {
    background-image: url(../img/icon-play.png) !important; }

.form-wrap {
  background: #f2f2f2;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 12px;
  margin-top: 20px; }
  .form-wrap h3 {
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 5px; }
  .form-wrap .gform_wrapper {
    margin: 0 !important; }
    .form-wrap .gform_wrapper .gfield {
      margin-top: 5px !important; }
    .form-wrap .gform_wrapper .ginput_container {
      margin-top: 0 !important; }
    .form-wrap .gform_wrapper .gform_footer {
      margin-top: 8px !important;
      padding: 0 !important;
      text-align: center !important; }
    .form-wrap .gform_wrapper .validation_error {
      border: none;
      margin: 0;
      padding: 5px 0; }
    .form-wrap .gform_wrapper .gfield_error {
      background: none !important;
      border: none !important;
      margin-bottom: 0 !important;
      padding: 0 !important; }
    .form-wrap .gform_wrapper .validation_message {
      padding-top: 5px !important; }

/* Getting Started Guide
********************************************************/
.section-guide img {
  margin: 0 auto; }

.section-guide .vert-align {
  display: flex;
  align-items: center; }

.section-guide hr {
  margin-top: 50px;
  margin-bottom: 50px; }

/* Fund My Theraphy
********************************************************/
.wishlist-item {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 540px; }
  .wishlist-item h1 {
    margin-top: 20px; }

.header-start-campaign .wrap {
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
  background: gray;
  color: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.section-fmt-glory,
.section-fmt-glory-alt {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-fmt-glory .message,
  .section-fmt-glory-alt .message {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    width: 700px; }
    .section-fmt-glory .message h1,
    .section-fmt-glory-alt .message h1 {
      font-family: 'Patua One', cursive;
      color: #fff;
      font-size: 90px; }

.section-fmt-glory {
  background: url(/wp-content/themes/neurorehab/assets/img/bg-fund-my-therapy.jpg) no-repeat center center;
  background-size: cover; }

.section-fmt-glory-alt {
  background: url(/wp-content/themes/neurorehab/assets/img/bg-fund-my-therapy-alt.jpg) no-repeat center center;
  background-size: cover; }

.section-fmt-steps {
  text-align: center; }
  .section-fmt-steps h3 {
    font-weight: 400;
    font-size: 21px; }
  .section-fmt-steps h4 {
    font-weight: 400;
    font-size: 24px; }
  .section-fmt-steps .step {
    padding-bottom: 40px; }
  .section-fmt-steps img {
    margin: 0 auto; }

.promo-fundymytherapy {
  background: #e6e6e6;
  border-top: 5px solid #eb6e08;
  padding: 20px 20px 10px 20px;
  margin-bottom: 60px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .promo-fundymytherapy h2 {
    font-weight: 400; }
  .promo-fundymytherapy hr {
    border-top: 1px solid #b3b3b3; }

.promo-purchase {
  background: #e6e6e6;
  border-top: 5px solid #eb6e08;
  padding: 10px 20px;
  margin-bottom: 60px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }
  .promo-purchase h2 {
    font-weight: 400; }
  .promo-purchase hr {
    border-top: 1px solid #b3b3b3; }

.ignitiondeck .id-product-infobox .progress-wrapper {
  background: #159eca; }
  .ignitiondeck .id-product-infobox .progress-wrapper .progress-percentage {
    color: #fff; }
  .ignitiondeck .id-product-infobox .progress-wrapper .progress-bar {
    background: #0fc263;
    box-shadow: none; }

.ignitiondeck .id-product-infobox a.main-btn {
  background: #eb6e08;
  color: #fff !important;
  box-shadow: none; }
  .ignitiondeck .id-product-infobox a.main-btn:hover {
    background: #f77b15; }

.ignitiondeck .id-product-levels {
  display: none;
  /*
		a .id-level-title {
			background: $bluescreen;
		}
		a .id-level-desc {
			padding: 20px;
		}
		a .level-group:hover {
			background: inherit;
			.id-level-title {
				background: $lightblue;
			}
		}
		*/ }

.product-post-output .fmt_wishlist {
  margin-top: 40px;
  text-align: center; }
  .product-post-output .fmt_wishlist label {
    font-size: 21px;
    color: #eb6e08;
    font-weight: 300; }

.product-post-output .fmt-wishlist-grid {
  text-align: left; }
  .product-post-output .fmt-wishlist-grid .fmt-grid-item {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .product-post-output .fmt-wishlist-grid .fmt-grid-item .wishlist-thumbnail {
      float: right;
      margin-left: 20px;
      margin-bottom: 20px; }

/****************************************************************************************************************/
/* jQuery FlexSlider v2.0 */
/****************************************************************************************************************/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith ($mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  margin-right: 20px; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.wsopPreview .flexslider .slides > li {
  margin-right: 0; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 23px;
  height: 165px;
  margin: 0;
  display: block;
  background: url(/images/buttons/flexslider.png) no-repeat 0 0;
  position: absolute;
  top: 7px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: .5;
  -webkit-transition: all .3s ease;
  padding: 0; }

.wsopPreview .flex-direction-nav a {
  top: 200px; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -44px; }

.wsopPreview .flex-direction-nav .flex-next {
  right: -24px; }

.flex-direction-nav .flex-prev {
  left: -44px; }

.wsopPreview .flex-direction-nav .flex-prev {
  left: -24px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: -44px; }

.wsopPreview .flexslider:hover .flex-next {
  right: -24px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: -44px; }

.wsopPreview .flexslider:hover .flex-prev {
  left: -24px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  bottom: 20px;
  text-align: center; }

.wsopPreview .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 7px;
  height: 7px;
  display: block;
  background: #969696;
  background: rgba(150, 150, 150, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 5px; }

.flex-control-paging li a:hover {
  background: #c8c8c8;
  background: rgba(200, 200, 200, 0.7); }

.flex-control-paging li a.flex-active {
  background: #555;
  background: rgba(85, 85, 85, 0.9);
  cursor: default; }

.wsopPreview .flex-control-paging li a.flex-active {
  background: #4b4b4b;
  background: rgba(75, 75, 75, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (min-width: 1500px) {
  .section-glory-background {
    min-height: 1092px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  a .fa {
    font-size: 18px;
    top: 1px; }
  .section-callout ul.specs li {
    font-size: 18px; }
  .section-media .callout {
    font-size: 24px; } }

@media (min-width: 992px) {
  .col-lmp-8 {
    width: 12.5%; }
  .section-standard .col-left {
    padding-right: 40px; }
  .section-standard .col-right {
    padding-left: 40px; } }

@media (max-width: 991px) {
  .section.pad {
    padding: 30px 0; }
  .section .section-header {
    padding-bottom: 30px; }
  .section-callout {
    padding: 30px 0 20px; }
    .section-callout ul.specs li {
      font-size: 16px;
      padding: 20px 20px 0; }
  .section-glory.position,
  .section-featured-product {
    background-image: none !important; }
  .section-glory.position img {
    height: 300px;
    width: auto;
    margin: 0 auto;
    padding-top: 20px; }
  .section-glory .desc {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-glory-background,
  .section-gravity-compensation {
    background: none !important;
    padding-top: 0;
    padding-bottom: 30px; }
    .section-glory-background .desc,
    .section-gravity-compensation .desc {
      padding-top: 30px; }
  .section-intro .desc {
    padding-top: 30px; }
  .section-media .callout {
    font-size: 19px; }
  .section-product-recommend .products {
    padding-top: 30px; }
  .section-product-select .carousel {
    padding: 20px 0 0; }
  .section-standard .outline img {
    margin: 0 auto; }
  .section-standard .col-right {
    padding-top: 40px; }
  .section-testimonials .desc {
    padding-bottom: 30px; }
  .content-wrap {
    padding-top: 80px; }
  .section-standard .thumb {
    padding-top: 15px;
    padding-bottom: 15px; }
    .section-standard .thumb img {
      margin: 0 auto; }
  .section-standard .desc {
    padding-top: 15px;
    padding-bottom: 15px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .section-home-intro .section-header {
    padding: 30px 0 30px 0; }
  .section-home-intro .buttons {
    padding-bottom: 30px; } }

@media (min-width: 768px) {
  #intro {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .section.even div[class*="col-"] {
    min-height: 400px; } }

@media (max-width: 767px) {
  .section-callout ul.specs {
    width: 100%; }
    .section-callout ul.specs li {
      float: none;
      font-size: 16px; }
  .section-course .thumb {
    padding-bottom: 30px; }
  .section-course .attachment-post-thumbnail {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-home-intro {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    background-image: url(../img/poster.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    .section-home-intro .section-header {
      font-size: 18px; }
      .section-home-intro .section-header .alt {
        font-size: 24px; }
    .section-home-intro .buttons {
      margin-top: 25px; }
  .section-standard.ingredients .feature {
    padding-bottom: 30px; }
    .section-standard.ingredients .feature img {
      margin: 0 auto; }
  .section-standard .outline {
    margin-bottom: 30px; } }

/* Misc Wordpress Styles
********************************************************/
.nocomments {
  display: none; }

.attachment-post-thumbnail {
  display: block;
  max-width: 100%;
  height: auto; }

.alignright {
  float: right;
  padding: 0 0 20px 20px; }

/* Sidebars
********************************************************/
ul.blog-sidebar,
ul.sidebar {
  margin-left: 0; }
  ul.blog-sidebar li.widget,
  ul.sidebar li.widget {
    margin-bottom: 40px;
    list-style: none; }
    ul.blog-sidebar li.widget.widget_search #s,
    ul.sidebar li.widget.widget_search #s {
      width: 100%; }
  ul.blog-sidebar h3,
  ul.sidebar h3 {
    font-size: 21px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9; }
  ul.blog-sidebar a,
  ul.sidebar a {
    color: #4d4d4d; }
    ul.blog-sidebar a:hover,
    ul.sidebar a:hover {
      color: #666666;
      text-decoration: none; }
  ul.blog-sidebar ul,
  ul.sidebar ul {
    padding-left: 20px;
    margin: 0; }
    ul.blog-sidebar ul li,
    ul.sidebar ul li {
      list-style: disc; }

.prod-definition {
  padding-bottom: 30px; }
  .prod-definition a {
    cursor: pointer; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (max-width: 991px) {
  textarea {
    width: 100%; }
  ul.blog-sidebar {
    padding-left: 0; } }

@media (max-width: 767px) {
  .alignright {
    float: none; } }

@media (max-width: 480px) {
  .fb-page {
    display: none !important; } }

/* Blog
********************************************************/
.section-blog h1, .section-blog h2, .section-blog h3 {
  font-size: 26px; }

.section-blog h3#comments {
  padding-bottom: 20px;
  padding-top: 10px; }

.section-blog .attachment-post-thumbnail,
.section-blog .attachment-medium {
  float: right;
  margin: 0 0 20px 20px; }

.section-blog .blog-item {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 50px; }

.section-blog ol.commentlist {
  padding: 0; }
  .section-blog ol.commentlist li {
    list-style: none;
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
  .section-blog ol.commentlist .commentmetadata {
    padding: 10px 0;
    font-size: 14px; }
  .section-blog ol.commentlist ul.children {
    margin-top: 30px; }
    .section-blog ol.commentlist ul.children li {
      background: #fff; }

/* Tag links style
********************************************************/
.tag-links a {
  background-color: #6FBBA7;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase; }

.tag-links a:hover {
  background-color: #53C5A7;
  color: #fff; }

.tag-links a:before {
  border-top: 10px solid transparent;
  border-right: 8px solid #6FBBA7;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0; }

.tag-links a:hover:before {
  border-right-color: #53C5A7; }

.tag-links a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px; }

/* Pagination
********************************************************/
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 20px 0; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 8px 11px 7px 11px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #666666; }

.pagination a:hover {
  color: #fff;
  background: #1b72bc; }

.pagination .current {
  padding: 8px 11px 7px 11px;
  background: #005dab;
  color: #fff; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
/* Banners
********************************************************/
.banner-top {
  margin-top: 30px;
  margin-bottom: 30px; }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
/* Globals
********************************************************/
body {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff; }

.clearfix {
  clear: both; }

.center {
  margin: 0 auto; }

.right {
  float: right; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none;
    padding: 0;
    margin: 0; }

#main {
  padding: 0 20px 20px; }

body.home .content-wrap {
  padding-top: 100px; }

.content-wrap {
  padding-top: 120px;
  padding-bottom: 40px; }

.form-control,
.js-wpv-filter-trigger {
  font-size: 16px !important; }

/* Responsive Google Map
********************************************************/
.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Responsive Embed (YouTube, Viemo)
********************************************************/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* Home Page
********************************************************/
.section.main-search {
  text-align: center;
  color: #fff;
  padding: 100px 0 450px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #eb6e08;
  text-shadow: 1px 1px 1px black;
  font-size: 24px; }
  .section.main-search h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400; }
  .section.main-search .btn {
    margin-top: 20px; }
  .section.main-search #product-category-select {
    width: 250px;
    margin: 0 auto; }

.section.features {
  padding: 60px 0; }
  .section.features .fa {
    font-size: 80px; }
  .section.features h2 {
    padding-top: 40px;
    font-size: 23px; }
  .section.features .form-control,
  .section.features .js-wpv-filter-trigger {
    margin-bottom: 20px; }

/*
.section.alternate-product-search {
	.product-search {
		padding: 100px 0;
		border-top: 1px solid $gray90;
		h3 {
			font-size: 30px;
			margin-bottom: 30px;
		}
		.btn {
			margin-top: 20px;
		}
		select {
			width: 50%;
		}
		.icon img {
			margin: 0 auto;
		}

	}
}
*/
/* Search Results
********************************************************/
.filter-header {
  background: #e6e6e6;
  border-top: 5px solid #eb6e08;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px; }
  .filter-header p {
    text-align: center; }
  .filter-header .filter-wrap {
    padding-bottom: 30px; }
    .filter-header .filter-wrap select {
      width: 100%; }
    .filter-header .filter-wrap .radio, .filter-header .filter-wrap .checkbox {
      display: inline-block; }
    .filter-header .filter-wrap .sb-btn {
      margin: 0; }

.pagination-wrap.top {
  margin-bottom: 20px; }

.pagination-wrap.bottom {
  margin-top: 20px; }

.result-item {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0 0 20px 0;
  padding: 20px 5px;
  position: relative; }
  .result-item.featured {
    border: 1px solid #eb6e08; }
  .result-item .featured-flag {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 89px;
    height: auto; }

.js-wpv-filter-trigger {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

/* Product Detail
********************************************************/
.section-rehab-product .sub-page-nav {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6; }

.section-rehab-product h1 {
  font-size: 28px;
  margin-bottom: 5px; }

.section-rehab-product h2 {
  font-size: 21px; }

.section-rehab-product .manufacturer-logo {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-rehab-product .manufacturer-address,
.section-rehab-product .manufacturer-phone {
  font-size: 12px; }

.section-rehab-product .manufacturer-address,
.section-rehab-product .manufacturer-phone {
  margin-bottom: 10px; }

.section-rehab-product .manufacturer-description {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 14px; }

.section-rehab-product .manufacturer-links-social {
  display: inline-block;
  padding-left: 10px; }
  .section-rehab-product .manufacturer-links-social a {
    padding-left: 2px;
    padding-right: 2px; }

.section-rehab-product .manufacturer-flyer img {
  display: inline-block;
  margin-right: 5px; }

.section-rehab-product .product-image-main {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-rehab-product .product-price-range {
  font-size: 12px; }

.section-rehab-product .category-definition {
  font-size: 14px;
  padding-top: 10px; }
  .section-rehab-product .category-definition a {
    cursor: pointer; }
  .section-rehab-product .category-definition .modal-body {
    font-size: 16px; }

.section-rehab-product .category-research-links {
  font-size: 14px;
  padding-top: 5px; }

.section-rehab-product .product-social-share {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 10px; }

.section-rehab-product .product-description {
  border-top: 1px solid #e6e6e6;
  margin-top: 5px;
  padding-top: 20px; }

.section-rehab-product .product-reviews {
  border-top: 1px solid #e6e6e6;
  margin-top: 40px; }

.section-rehab-product .product-review-guidelines {
  font-size: 14px;
  text-align: right; }
  .section-rehab-product .product-review-guidelines a {
    cursor: pointer; }
  .section-rehab-product .product-review-guidelines .modal-header {
    text-align: left; }
  .section-rehab-product .product-review-guidelines .modal-body {
    font-size: 16px;
    text-align: left; }

.manufacturer-contact-form input, .manufacturer-contact-form textarea {
  font-size: 14px !important;
  margin: 0 !important; }

.manufacturer-contact-form textarea {
  border-color: #cccccc;
  margin-top: 10px !important; }

.manufacturer-contact-form h2.gsection_title {
  font-weight: 400 !important;
  font-size: 1em !important; }

.manufacturer-contact-form .gform_wrapper .gsection_description {
  font-size: 12px; }

/* Ignition Deck Specific Styles
********************************************************/
/* HIDE COMPANY NAME ON CHECKOUT STATEMENT */
div#finaldescStripe em {
  display: none; }

/* HIDE THE ICON TO OPEN THE RECEIPT ON THE DASHBOARD */
.memberdeck .md-box table td a {
  display: none; }

/* HIDE PRINT RECEIPT LINK */
a.receipt {
  display: none; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }
  .featurette-heading {
    font-size: 50px; } }

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem; } }

/****************************************************************************************************************/
/* Media Queries */
/****************************************************************************************************************/
@media (min-width: 992px) {
  #map_wrapper {
    height: 600px; } }

@media (max-width: 991px) {
  body.home .content-wrap {
    padding-top: 80px; }
  #map_wrapper {
    padding-bottom: 30px; }
  .section.alternate-product-search .product-search select {
    width: 100%; }
  .section.main-search {
    background-image: none !important;
    padding: 100px 0 0px; }
  .result-item h4 {
    margin-top: 20px; }
  .filter-header .filter-wrap select {
    margin-bottom: 10px; } }

@media (min-width: 768px) and (max-width: 992px) {
  #map_wrapper {
    height: 400px; } }

@media (min-width: 768px) {
  .col-lmp-5 {
    width: 20%; } }

@media (max-width: 767px) {
  #map_wrapper {
    height: 300px; }
  .section.main-search #product-category-select {
    width: 100%;
    margin: 0 auto; }
  .section.features {
    padding: 60px 0 0;
    text-align: center; }
    .section.features img {
      margin: 0 auto; }
    .section.features .feature {
      padding-bottom: 40px; }
  .section.alternate-product-search .product-search {
    padding: 40px 0; }
    .section.alternate-product-search .product-search h3 {
      font-size: 23px;
      text-align: center;
      padding-top: 40px; }
    .section.alternate-product-search .product-search .btn {
      margin-top: 20px;
      display: block;
      margin: 20px auto 0; } }

@media (max-width: 480px) {
  #map_wrapper {
    height: 225px; } }
