/* Screen.css | Oct 10, 2018 @11:49:07 AM */ 
/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:100");
@import url("https://fonts.googleapis.com/css?family=Lato:100italic");
@import url("https://fonts.googleapis.com/css?family=Lato:300");
@import url("https://fonts.googleapis.com/css?family=Lato:300italic");
@import url("https://fonts.googleapis.com/css?family=Lato:regular");
@import url("https://fonts.googleapis.com/css?family=Lato:italic");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
@import url("https://fonts.googleapis.com/css?family=Lato:700italic");
@import url("https://fonts.googleapis.com/css?family=Lato:900");
@import url("https://fonts.googleapis.com/css?family=Lato:900italic");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300");
@import url("https://fonts.googleapis.com/css?family=Merriweather:regular");
@import url("https://fonts.googleapis.com/css?family=Merriweather:700");
@import url("https://fonts.googleapis.com/css?family=Merriweather:900");
/* GENERAL STYLES */
body {
color: #000;
background-color: #fff;
font-family:Lato;
}
.wrapper {
max-width: 1100px;
margin: auto;
padding: 20px;
box-sizing: border-box;
background: #fff;
}
.wrapper.no-padding {
padding: 0;
}
.wrapper.grey {
background-color: #f4f3f1;
}
a:not(.slide),
#template form.formWizForm input[type=submit],
input[type=submit],
a:before {
-o-transition: ease all .2s;
-moz-transition: ease all .2s;
-webkit-transition: ease all .2s;
transition: ease all .2s;
}
a {
color: #75111d;
text-decoration: none;
}
a:hover {
color: #3e2b42;
}
a span {
font-family: Lato;
}
a[href="/#"] {
pointer-events: none;
}
a[href="/#"] .submenu-toggle {
pointer-events: auto;
}
.btn,
#template form.formWizForm input[type=submit],
input[type=submit],
button,
.item-nav a {
color: #fff;
font-size: 14px;
text-transform: uppercase;
background-color: #75111d;
text-decoration: none;
padding: 10px 15px 10px 15px;
display: inline-block;
box-sizing: border-box;
margin-top: 10px;
border: none;
}
.btn.pdf:before {
content: "\f0ab";
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
}
.btn:hover,
#template form.formWizForm input[type=submit]:hover,
input[type=submit]:hover,
button:hover,
.item-nav a:hover {
color: #fff;
background-color: #333;
}
img {
max-width: 100%;
height: auto;
}
.content-module iframe {
max-width: 100%;
}
blockquote {
border-left: 8px solid #863664;
padding-left: 15px;
}
ul li.odd {
background: rgba(255, 255, 255, 0.2);
}
.content-module img, .content-module iframe {
max-width: 100%;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 36px;
font-family: Merriweather;
font-weight: 300;
margin-bottom: 30px;
}
h2 span {
color: #863664;
font-size: 0.8em;
}
h3 {
font-size: 22px;
}
.home-template h2 {
text-align: center;
}
.content-module.large p {
font-size: 26px;
font-weight: 300;
}
.slider-widget iframe {
width: 100%;
height: 100%;
}
/* HEADER */
header {
color: #75111d;
background-color: #fff;
box-sizing: border-box;
margin: 0 auto 20px auto;
padding: 0 20px 0 20px;
position: relative;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
header .nav {
-ms-flex: 1;
flex: 1;
text-align: right;
}
header .content-module a {
display: block;
width: 100%;
max-width: 280px;
}
header .content-module h1 img {
max-width: 300px;
}
header h1 span {
font-family: Merriweather;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
}
.navigation-widget.horizontal {
text-align: right;
}
.navigation-widget.collapse.hamburger > a.menu-toggle label {
padding-top: 40px;
padding-bottom: 40px;
color: #75111d;
}
.navigation-widget.collapse.hamburger > a.menu-toggle:hover label {
color: #75111d;
}
header .navigation-widget.standard:not(.collapse) .l1 > a {
font-size: 14px;
padding-top: 40px;
padding-bottom: 40px;
color: #75111d;
position: relative;
}
header .navigation-widget.standard:not(.collapse) .l1 > a:after {
position: absolute;
content: "";
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 10px;
background-color: #75111d;
transition: 0.2s ease all;
}
header .navigation-widget.standard:not(.collapse) .l1:hover > a {
background: none;
}
header .navigation-widget.standard:not(.collapse) .l1:hover > a:after {
width: 100%;
}
header .navigation-widget.standard:not(.collapse) .submenu a:hover {
color:#b84250;
}
/* Main Banner */
.banner .slider-widget .slide-wrapper {
border: none;
}
.banner .slider-widget .mSCaption {
font-family: Merriweather;
color: #ffffff;
font-size: 50px;
text-align: center;
height: auto;
top: 50% !important;
left: 0 !important;
width: 100% !important;
font-weight: 300;
text-transform: none;
background: none;
box-sizing: border-box;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* Home Info */
.home-info {
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
background-color: #38070d;
color: #fff;
font-size: 18px;
font-weight: 100;
text-align: center;
padding: 30px 0 30px 0;
}
.home-info .include-intro-video {
width: 20%;
text-align: center;
}
.home-info .include-intro-video img {
max-width: 100px;
}
.include-about-us .content-module p {
font-size: 26px;
font-weight: 100;
margin: 30px 0 30px 0;
}
.home-info .include-our-vision,
.home-info .include-our-mission {
flex: 1;
}
.home-info .include-our-vision .content-module,
.home-info .include-our-mission .content-module {
padding: 0 28px 0 28px;
}
.home-info h3 {
text-transform: uppercase;
font-size: 22px;
letter-spacing: 4px;
padding: 0 0 20px 0;
}
.home-info .include-our-vision p,
.home-info .include-our-mission p {
margin: 0;
font-weight: 300;
}
.include-about-us {
padding: 40px !important;
text-align: center;
}
.include-about-us .content-module p {
font-size: 26px;
font-weight: 300;
margin: 30px 0 30px 0;
}
/* Added Icons */
.item-commentlink a:first-child:before,
.item-commentlink a:last-child:before,
.store-module .viewcart a:before,
.store-module .checkout a:before,
.store-module #checkout:before,
.store-module #continue:before,
.forum-module a[href^="?b=2"]:before {
font-family: FontAwesome;
content: "\f086";
display: inline-block;
padding: 0 5px 0 15px;
color: #333;
font-size: 24px;
position: relative;
top: -4px;
}
/* Forms */
form.formWizForm {
background: transparent;
border: none;
padding: 0;
margin: 0;
}
#template form.formWizForm .left.sp2 {
width: 50%;
margin: 0;
box-sizing: border-box;
}
#template form.formWizForm .field .left.sp2:first-child {
padding-right: 5px;
}
#template form.formWizForm .field .left.sp2:last-child {
padding-left: 5px;
}
#template form.formWizForm input[type=text] {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 16px;
width: 100% !important;
box-sizing: border-box;
border: 1px solid #ddd;
}
#template form.formWizForm div.emailIcon, #template form.formWizForm div.phoneIcon {
display: none;
}
#template form.formWizForm textarea {
padding: 10px 0 10px 0;
text-indent: 10px;
font-size: 16px;
width: 100% !important;
box-sizing: border-box;
}
#template form.formWizForm div.sectionBreak {
font-size: 18px !important;
font-weight: normal !important;
}
/* Profile Module */
.people-module .profile-search {
display: none;
}
/* Audio Video Resources */
.audio-video-module .item-permalink {
position: absolute;
right: 10px;
top: 10px;
}
.audio-video-module .item-permalink .btn {
margin: 0;
}
/* Blog Styles */
p.date {
color: #fff;
background-color: #333;
display: block;
width: auto;
padding: 5px;
}
p.date .month {
float: left;
padding: 8px 10px 0 10px;
background-color: transparent;
font-size: 20px;
font-weight: normal;
}
p.date .day {
color: #333;
float: right;
background-color: #fff;
padding: 5px;
font-weight: bold;
}
p.date .weekday {
display: none;
}
.blog-sidebar .btn {
display: block;
width: 100%;
}
.item-commentlink a:last-child:before {
content: "\f044";
}
.item-comments h4 {
padding-top: 40px;
padding-bottom: 20px;
}
.item-comments p {
margin-top: 20px;
}
/* Homepage Blog Listing */
.home-template .blogs-module.compact-mode {
text-align: center;
}
.home-template .blogs-module.compact-mode h3 {
color: #7a255b;
font-weight: normal;
}
.home-template .blogs-module.compact-mode .date {
font-size: 14px;
text-transform: uppercase;
font-family: Merriweather;
font-weight: 300;
margin: 0;
}
.home-template .blogs-module.compact-mode .details {
font-size: 18px;
font-weight: 300;
padding: 30px 0 30px 0;
}
.home-template .blogs-module.compact-mode .details p {
margin: 0;
}
.home-template .blogs-module.compact-mode .item:after {
content: "";
display: inline-block;
margin: 50px auto 30px auto;
width: 130px;
border-bottom: 1px solid #222;
}
/* Store */
.store-module .store-sidebar {
width: 180px;
margin-top: 10px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.5);
}
.store-module .store-sidebar > div {
padding: 10px;
background: none;
border: none;
margin: 0;
}
.store-module .featured .item {
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
border: none;
}
.store-module .item .category {
background: none;
border: none;
}
.store-module .featured {
margin: 0;
}
.store-module .featured .item {
height: auto;
padding: 0;
margin: 0 0 10px 10px;
}
.store-module .featured .thumbnail {
width: 100%;
height: auto;
margin: 0 0 10px 0;
}
.store-module p.subtotal {
display: inline-block;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.2);
padding: 10px;
margin-top: 10px;
}
.store-module .store_nav ul.user_nav li {
display: inline;
}
.store-module .viewcart a:before {
content: "\f07a";
}
.store-module .checkout a:before,
.store-module #checkout:before {
content: "\f18e";
}
.store-module #continue:before {
content: "\f08b";
}
.store-module .item .gallery {
margin-bottom: 10px;
}
.store-module .item .gallery .thumbnail {
width: 400px;
height: auto;
max-height: 400px;
}
.store-module .item .gallery .images {
width: 400px;
}
.store-module .item .gallery .images a {
width: 100px;
height: 100px;
}
#template .events-module .list-controls {
line-height: normal;
}
/* Message Board */
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module td {
padding: 10px;
}
/* Column Gutters */
.col > div {
padding-left: 15px;
padding-right: 15px;
}
.col.primary > div {
padding-left: 0;
padding-right: 30px;
}
.col.last > div {
padding-left: 30px;
padding-right: 0;
}
.include-widget {
margin: 0 !important;
}
/* Thumbnail Navigation - Profiles */
.navigation-widget.thumbnail ul.menu {
margin: 0;
}
.navigation-widget.thumbnail .item {
border-bottom: 1px dotted #333;
padding: 0 0 1em 0;
margin: 0 0 1em 0;
}
.navigation-widget.thumbnail .thumb {
width: 175px;
height: auto;
}
.navigation-wiedget.thumbnail p.description {
margin-left: 195px;
}
/* Vertical Navigation */
.navigation-widget.vertical ul a {
font-size: 13px;
color: #666;
-webkit-transition: .1s ease-in;
transition: .1s ease-in;
padding-left: 20px;
}
.navigation-widget.vertical ul a:hover {
color: #C65F13;
}
.navigation-widget.vertical {
padding-left: 0;
}
.navigation-widget.vertical ul {
width: 100%;
}
.navigation-widget.vertical ul li {
list-style-type: none;
}
.navigation-widget .vertical > ul > li {
border-top: 2px solid #E7E4E1;
padding: 5px 0;
}
.navigation-widget .vertical .l1:last-child {
border-bottom: 2px solid #E7E4E1;
}
.navigation-widget .vertical > ul > li > a {
text-transform: uppercase;
}
.navigation-widget .vertical > ul > li ul li {
padding: 2px 0 2px 10px;
}
/* Sidebar Include */
.navigation-widget.standard.force-collapse .active a {
background: #f6f6f6;
}
/* Photo Module */
.photo-module .breadcrumbs-widget,
.photo-module h3 {
display: none;
}
/* Events */
.modal-dialog-window .btn {
width: auto;
box-sizing: border-box;
margin-top: 0;
padding: 5px 10px 5px 10px;
}
.events-module.full-mode .item-list .item {
padding: 10px 0 10px 0;
}
.modal-dialog-window .dialog a.close {
top: 5px;
right: 5px;
line-height: normal;
}
.modal-dialog-window .dialog h3 {
margin-bottom: 10px;
}
.list-controls {
padding: 10px 0;
}
/* Events - Listing */
.events-module.listing {
text-align: center;
}
.events-module.listing h3 {
color: #7a255b;
font-weight: normal;
}
.events-module.listing .date {
font-size: 14px;
text-transform: uppercase;
font-family: Merriweather;
font-weight: 300;
margin: 0;
}
.events-module.listing .details {
font-size: 18px;
font-weight: 300;
padding: 30px 0 30px 0;
}
.events-module.listing .details p {
margin: 0;
}
.events-module.listing .item:after {
content: "";
display: inline-block;
margin: 50px auto 30px auto;
width: 130px;
border-bottom: 1px solid #222;
}
/* Store */
.store-module .signin fieldset {
height: auto;
padding: 10px 10px 55px 10px;
}
.store-module .cart .price {
text-align: right;
}
/* Twitter */
.twitter-module h2:before {
color: #4099FF;
content: "\f099";
font-family: FontAwesome;
display: inline-block;
font-size: 40px;
padding-right: 10px;
}
/* Message Board */
.forum-module > div {
padding: 0 !important;
}
.forum-module table.boardtable {
background: #eee;
margin-bottom: 30px;
}
.forum-module table.boardtable td {
padding: 10px;
}
.forum-module table.search td {
padding: 10px;
}
.forum-module table.search td.search-head {
background-color: #ddd !important;
}
.forum-module table.search td.search-body {
background-color: #eee !important;
}
.forum-module table.search td.search-body input[type=text] {
margin-left: 10px;
margin-right: 10px;
}
.forum-module table.search td.search-body input[type=submit] {
margin-top: 0;
}
.forum-module a[href^="?b=2"]:before {
content: "\f044";
}
.forum-module > div {
padding: 0 !important;
margin: 0 !important;
}
.forum-module > div > table:nth-of-type(2) td table:nth-of-type(2) {
border-bottom: 1px dotted #222;
}
.forum-module table[cellpadding="8"] {
border-bottom: 1px dotted #333;
}
.forum-module > div > table table:nth-of-type(3) td {
border-bottom: 1px dotted #222;
}
/* Thumbnail Navigation */
.navigation-widget.thumbnail img {
margin-bottom: 10px;
}
.navigation-widget .subtitle {
display: block;
margin-bottom: 20px;
font-size: 14px;
}
.submenu .subtitle {
display: none;
}
/* Footer */
footer.wrapper {
border-top: 1px solid #c6c6c6;
background-color: #f1ece6;
margin-bottom: 35px;
padding: 20px;
}
footer h4 {
font-family: Merriweather;
margin-bottom: 15px;
}
footer .column {
text-align: center;
}
footer .hours table {
width: 100%;
border-left: 1px solid #333;
border-top: 1px solid #333;
border-spacing: 0;
border-collapse: collapse;
}
footer .hours table th {
background-color: #333;
font-weight: strong;
}
footer .hours table th,
footer .hours table td {
padding: 5px 15px 5px 15px;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
}
/* Social */
.social a {
font-size: 0;
margin: 0 15px 0 0;
}
.social a:before {
font-size: 30px;
}
/* Warrior Bar */
.include-warrior-bar {
background-color: #38070d;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
min-height: 50px;
}
.warrior-bar .disclaimer {
background: #111;
}
.warrior-bar .disclaimer .wrapper {
padding: 10px 20px;
}
.warrior-bar .disclaimer p {
color: #fff;
text-align: center;
margin: 0;
font-size: 1.1rem;
}
.warrior-bar .wrapper {
background-color: transparent;
padding: 0 20px 0 20px;
max-width: none;
}
.warrior-bar a {
color: #fff;
font-size: 14px;
font-weight: 300;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
margin-right: 50px;
padding: 5px 0 5px 0;
}
.warrior-bar a:before {
color: #fff;
font-size: 35px;
float: left;
padding-right: 15px;
margin-top: 2px;
}
.warrior-bar a:hover:before {
color: #75111d;
}
.warrior-bar a:not(.book-appointment) span {
float: left;
margin-top: 12px;
}
.warrior-bar .book-appointment {
font-size: 13px;
text-transform: none;
}
.warrior-bar .book-appointment span {
position: relative;
top: 4px;
}
.warrior-bar .book-appointment strong {
font-size: 18px;
}
.warrior-bar .social {
margin-right: 15px;
}
.warrior-bar .social span {
font-size: 0;
}
.warrior-bar .warrior-partner {
float: right;
margin: 2px 0 0 0;
padding: 0;
}
.warrior-partner img {
width: auto;
height: 30px;
}/* Responsive.css | Oct 10, 2018 @11:07:26 AM */ 
@media all and (max-width:850px) {
body {
overflow-x: hidden;
}
.home-info {
flex-direction: column;
height: auto;
}
.home-info .include-intro-video {
width: 100%;
min-height: 300px;
}
.home-info .include-our-vision,
.home-info .include-our-mission {
width: 100%;
padding: 50px 20px 50px 20px !important;
}
.navigation-widget.thumbnail.four-columns .item {
width: 50%;
}
}
@media all and (max-width:767px) {
.column-widget .column,
.column-widget.two-columns .column,
.column-widget.three-columns .column,
.column-widget.four-columns .column {
display: block !important;
width: 100% !important;
min-height: 50px !important;
height: auto !important;
}
.warrior-bar a {
margin-right: 10px;
}
}
@media all and (max-width:690px) {
.warrior-bar a.social,
.warrior-bar a.warrior-partner {
display: none;
}
.warrior-bar .wrapper {
text-align: center;
}
}
@media all and (max-width:500px) {
footer.wrapper {
padding: 0;
}
footer .hours table th, footer .hours table td {
padding: 5px;
}
}
@media all and (max-width:380px) {
.navigation-widget.thumbnail.one-columns .thumb {
width: 100%;
max-height: none;
}
.navigation-widget.thumbnail .item {
width: 100% !important;
}
.warrior-bar .wrapper {
padding: 0 5px 0 5px;
}
.warrior-bar a::before {
font-size: 18px;
margin-top: 9px;
}
}/* custom_modules.css | Oct 6, 2015 @10:10:12 AM */ 
.resources-module .media-player,
.resources-module .item .thumbnail {
display:none;
}
.resources-module .item-list .item {
padding: 0 0 10px 0;
}
/* Spinal Reconstruction */
.wa-spinal-module:after {
content: '';
display: block;
clear: both;
}
.wa-spinal-module .spinal-content {
float: left;
width: 55%;
box-sizing: border-box;
padding-right: 15px;
}
.spinal-media {
float: right;
width: 45%;
box-sizing: border-box;
padding-left: 15px;
}
.spinal-media .spinal-media-item > h3 {
padding: 10px 10px 0 10px;
background: #eee;
display: inline-block;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 20px;
font-weight: 300;
text-transform: uppercase;
}
.spinal-media .spinal-media-item > img {
padding: 10px;
background: #eee;
box-sizing: border-box;
border-bottom: 1px solid #ccc;
}
.spinal-media .spinal-media-item .spinal-media-desc {
padding: 10px;
background: #f6f6f6;
margin-bottom: 20px;
}
.wa-spinal-module ul {
padding: 0 0 0 30px;
}
/* Columns */
.col_big {
float: left;
width: 75%;
padding-right: 20px;
box-sizing: border-box;
}
.col_small {
float: left;
width: 25%;
box-sizing: border-box;
}
.col_half {
float: left;
width: 50%;
box-sizing: border-box;
}
.col_half:first-child {
padding: 0 10px 0 0;
}
.col_half:last-child {
padding: 0 0 0 10px;
}/* Default | Oct 12, 2021 @2:14:37 PM */
