img {
    max-width: 100%;
    height: auto;
}
body {
    background: #f9a750 url("../images/site-background.jpg") repeat-x;
    padding-top: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 1.875rem;
    font-size: 16px;
    line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 120%;
    font-weight: bold;
    font-family: "futura-pt-condensed", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
}
h1 {
    margin: 0.51em 0;
    font-size: 261%;
}
h2 {
    font-size: 245%;
    margin-bottom: 0.625rem;
}
h3 {
    font-size: 215.3%;
}
h4 {
    font-size: 183.4%;
}
h5 {
    font-size: 180%;
}
h6 {
    font-size: 145%;
}
p {
    margin-bottom: 10px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.underline {
    text-decoration: underline;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
a {
    color: #337ab7;
    text-decoration: none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}
.panel-title > a:hover {
    text-decoration: underline;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-body {
    padding: 15px;
}

/* Homepage Styles */
#hp-bullets ul{
    padding-left: 20px;
}
/* Login Page */
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.btn {
    font-size: 14px;
}
.btn:focus {
    box-shadow: none !important;
    outline: thin dotted !important;
    outline-offset: -2px !important;
}
.btn-lg {
    font-size: 18px;
}
/*Navigation*/
.navbar-header {
    min-height: 50px;
}
.navbar-inverse {
    background-color: #ca5122;
    border-color: #38220e;
    border-bottom: solid 1px #38220e;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li:hover > a {
    background-color: #e77548;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #e77548;
}
.navbar-brand {
    font-size: 18px;
}
#navbar {
    max-height: 340px;
    overflow-y: auto;
}
#navbar .navbar-nav {
    width: fit-content;
}
@media (min-width: 1024px) {
    .navbar .container-fluid {
        flex-wrap: nowrap;
    }
    #navbar .navbar-nav {
        flex-direction: row;
    }
    #navbar {
        display: block !important;
    }
    .navbar-toggler {
        display: none;
    }
}
.navbar-toggler {
    padding: 1px 6px;
    border: 1px solid #333;
    border-radius: 4px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler:hover {
    background-color: #333;
}
@media (max-width: 1024px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-toggler {
        display: block;
    }
}
#page-heading {
    text-align: center;
    min-height: 200px;
    background: #8d3f00 url("../images/header.png") no-repeat 50% 0;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px #000;
}
#page-heading a.home-link {
    position: relative;
    top: 45px;
}
#page-heading .page-logo {
    max-width: 80%;
    height: auto;
}
.navbar-nav .nav-link {
    position: relative;
    display: block;
    padding: 15px 10px;
}
/** FP Left Sidebar **/
#fp-purchase-book-wrap {
    /*background:#d6572f url('../images/fp-common-back-pain-bg.jpg') repeat-x;*/
    /*background:transparent url('../images/fp-purchase.jpg') no-repeat;*/
    background-color: #d6572f;
    width: 100%;
    /*height:243px;*/
    padding: 0px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px #000;
    margin-bottom: 30px;
}
#fp-purchase-book-wrap img {
    width: 100%;
    height: auto;
    padding: 0;
}
#fp-purchase-book-img {
    background: transparent url("../images/fp-purchase.jpg") no-repeat;
    position: relative;
    min-height: 243px;
    font-size: 1.2rem;
    border-radius: 3px;
}
#fp-common-back-pain-wrap {
    background: #d6572f url("../images/fp-common-back-pain-bg.jpg") repeat-x;
    border-radius: 3px;
    box-shadow: 1px 2px 4px #000;
    color: #fff;
    text-align: center;
    position: relative;
}
#fp-purchase-book-bottom,
#fp-purchase-book-top {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}
#fp-purchase-book-top {
    width: 181px;
    height: 30px;
    top: 8px;
    left: 23px;
}
#fp-purchase-book-bottom {
    width: 113px;
    height: 33px;
    top: 195px;
    left: 142px;
}
#fp-common-back-pain-img {
    background: transparent url("../images/fp-common-back-pain.jpg") no-repeat;
    position: relative;
    min-height: 265px;
    font-size: 0.75rem;
    text-shadow: 1px 1px 2px #000;
    border-radius: 3px;
}
#fp-common-back-pain-img .fp-common-instruct {
    position: absolute;
    bottom: 10px;
}
#fp-common-back-pain-img span.ttip {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    cursor: pointer;
    background: transparent url("../images/fp-dot.png") no-repeat;
}
.bio-image {
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
}
.fp-common-instruct {
    margin-top: -35px;
    padding: 0 0.625rem 5px;
}
#span1 {
    top: 58px;
    left: 112px;
}
#span2 {
    top: 92px;
    left: 118px;
}
#span3 {
    top: 169px;
    left: 133px;
}
#span4 {
    top: 172px;
    left: 109px;
}
#span5 {
    top: 178px;
    left: 125px;
}
#span6 {
    top: 193px;
    left: 82px;
}
/** fp body content **/
.body-content {
    background: #fff url("../images/fp-mid-back.jpg") repeat-x;
    border-radius: 3px;
    box-shadow: 1px 2px 4px #000;
    min-height: 538px;
}
#dandb {
    width: 66px;
    margin: 10px auto;
}
.highlight {
    color: #c92000;
}
.fp-main h1 {
    font-weight: bold;
    margin-bottom: 0;
}
.fp-main h2 {
    font-weight: bold;
    margin-top: 0;
}
#footer-separator {
    clear: both;
    display: block;
    height: 15px;
    border-bottom: 1px solid #38220e;
    box-shadow: 0 8px 15px #38220e;
    background: #ca5122;
    margin: 3.125rem 0 1.25rem 0;
}
#pagefooter {
    clear: both;
    margin-top: 0.625rem;
}
.article-start {
    margin-top: 0.625rem;
}

.btn-primary {
    background-color: #ca5122;
    border-color: #ca5122;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #b4481e;
    border-color: #9e3f1b;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #ca5122;
    border-color: #ca5122;
}

.btn-inset {
    background-color: #db5927;
    border-color: #531b05;
    color: #f3c5b3;
}
.btn-inset:hover,
.btn-inset:focus,
.btn-inset:active,
.btn-inset.active {
    background-color: #da673b;
    border-color: #531b05;
    color: #fff;
}
.btn-inset.disabled:hover,
.btn-inset.disabled:focus,
.btn-inset.disabled:active,
.btn-inset.disabled.active,
.btn-inset[disabled]:hover,
.btn-inset[disabled]:focus,
.btn-inset[disabled]:active,
.btn-inset[disabled].active,
fieldset[disabled] .btn-inset:hover,
fieldset[disabled] .btn-inset:focus,
fieldset[disabled] .btn-inset:active,
fieldset[disabled] .btn-inset.active {
    background-color: #da673b;
    border-color: #531b05;
}
/* Sales Page Styles */
.android-badge {
    padding: 10px;
}
.apple-badge {
    padding: 10px;
}
/* Table Of Contents Styles */
#toc-container ul li {
    list-style-type: none;
}
/* Bookpages Video Style */
video {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 768px) {
    h2 {
        font-size: 200%;
    }
    .container {
        width: 750px;
    }
    #toc-container {
        font-size: 90%;
    }
    .book-page #titlepage h1 {
        font-size: 60px;
    }
    .bookpage-content {
        padding: 6.25rem 2rem 3.125rem;
    }
    .bookpage-content h2 {
        font-size: 100%;
    }
}
@media (min-width: 992px) {
    h2 {
        font-size: 200%;
    }
    .container {
        width: 970px;
    }
    #toc-container {
        font-size: 90%;
    }
    .book-page #titlepage h1 {
        font-size: 60px;
    }
    .bookpage-content {
        padding: 6.25rem 2rem 3.125rem;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 200%;
    }
    #toc-container {
        font-size: 90%;
    }
    .fp-main {
        margin-top: 15px;
    }
    .book-page #titlepage h1 {
        font-size: 60px;
    }
    .bookpage-content {
        padding: 6.25rem 2rem 3.125rem;
    }
    .bookpage-content h2 {
        font-size: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 568px){
    .book-page p {
        text-indent: 0in;
    }
}
