
/* ==========================================================================
   HEADER — top / sub / main header bars
   ========================================================================== */

   #topHeader .row {
    padding: 0;
    height: 60px;
}

#topHeader .row #logo {
    margin-top: 17px;
    font-size: 0.8rem;
}

body #topHeader {
    min-height: 60px;
}

#subHeader .row {
    padding: 0;
    height: 60px;
    background: #fff;
}

#subHeader .row #logo {
    margin-top: 0px;
}

#subHeader .row #logo img {
    height: 50px;
    margin-top: 5px;
}

body #subHeader {
    min-height: 60px;
}

#mainHeader-lower {
    background: #fff;
    height: 60px;
}

/* ==========================================================================
   GLOBAL / BASE
   ========================================================================== */

body {
    background: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body #subjectDemographics th ul li {
    line-height: 19px !important;
    font-size: 14px !important;
    margin-top: 0px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

.dnnLoginService .dnnPrimaryAction {
    margin-left: 28px;
}

#dnn_ctr2173_Login_Login_DNN_cancelLink {
    display: none;
}

main {
    padding-top: 60px;
    padding-bottom: 60px;
    border: none;
}

.ModDNNHTMLC li {
    list-style-position: outside;
}

.ModDNNHTMLC ol li {
    list-style-type: decimal;
}

body .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

/* ==========================================================================
   PRIMARY NAV — DNN menu
   ========================================================================== */

#dnnMenu .topLevel > li > a {
    color: #ededec;
}

#subNavbar #dnnMenu .topLevel > li > a {
    color: #303133;
    background: #fff;
}

#subNavbar #dnnMenu .topLevel > li.open > a,
#subNavbar #dnnMenu .topLevel > li > a:hover {
    background: #40454b;
}

#dnnMenu .dropdown-menu {
    background: rgba(95, 100, 106, 0.9);
}

#dnnMenu .dropdown-menu li:hover {
    background: #40454b;
}

/* ==========================================================================
   VIDEO HOLDER
   ========================================================================== */

.video-holder {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #e7e6e8;
    background-size: cover;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.video-holder:after {
    background-image: url(../Images/pointer.png);
    content: " ";
    background-size: 62px 26px;
    width: 62px;
    position: relative;
    bottom: 0;
    height: 26px;
    left: 52%;
    margin-left: -62px;
    position: absolute;
    display: block;
}

video {
    width: 100% !important;
    object-fit: fill;
    height: auto !important;
    max-height: 600px;
    min-width: 100%;
    display: block;
}

body #mainHeader-inner {
    padding: 0;
}

body #mainHeader-inner {
    float: left;
}

body .navbar {
    min-height: 0px;
}

#navbarmobile {
    width: 100%;
}

body #topHeader {
    background-color: #303133;
}

#lowMenu-outer {
    background: #d1d8e0 !important;
}

/* ==========================================================================
   BANNER
   ========================================================================== */

body #banner {
    margin-top: 0;
    background: #18191a;
    color: #fff;
    text-align: center;
}

body #banner h1 {
    margin: 20px 0 0;
    color: #fff;
    font-weight: bold;
}

body #banner h2 {
    color: #fff;
    font-size: 20px;
}

body #banner h2 span {
    color: #e6de1b;
    font-weight: bold;
}

/* ==========================================================================
   "WATCH IT WORK" BUTTON
   ========================================================================== */

body #watch-it-work a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 13px 25px 13px 52px;
    border-radius: 4px;
    background: url(/portals/_default/skins/LDRCervical2016/images/play-indicator.png) no-repeat 15px;
    border: 1px solid #fff;
}

body #watch-it-work a:hover {
    border: 1px solid #d4e9f4;
    color: #d4e9f4;
    text-decoration: none;
}

.form-group-dateofsurgery p {
    margin: 0 !important;
}

body #watch-it-work {
    margin: 30px 0;
    font-weight: bold;
}

/* ==========================================================================
   INFOBOX
   ========================================================================== */

body .infobox {
    padding: 0 !important;
    background-size: cover !important;
    color: #fff;
    height: auto;
}

.infobox .DNNContainer_noTitle {
    padding: 0;
}

.infbox {
    background: #18191a;
}

.infobox img {
    width: 100%;
    height: auto;
}

.infobox a:hover img {
    opacity: 0.8;
}

.infobox .caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-align: left;
}

.infobox .caption a {
    color: #fff;
    text-decoration: none !important;
}

.infobox div {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}

.infobox div span {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
}

.infobox.hover::after {
    content: "";
    width: 100%;
    display: block;
    height: 160px;
    padding: 0 15px;
    top: 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   ICON ROW
   ========================================================================== */

#icon-row {
    text-align: center;
}

#dnn_Row2_1,
#dnn_Row2_2,
#dnn_Row2_3,
#dnn_Row2_4 {
    cursor: pointer;
}

#dnn_Row3_1,
#dnn_Row3_2,
#dnn_Row3_3 {
    margin: 60px 0;
}

#icon-row p {
    font-size: 14px;
}

#icon-row h2 {
    font-size: 18px;
    font-weight: bold;
    color: #414649;
    margin-top: 20px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.button-blue,
.button-blue:visited {
    background: #62b8e4;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
}

.button-blue:hover {
    color: #fff;
    text-decoration: none;
    background: #31a2e1;
}

/* ==========================================================================
   FOOTER — above bar
   ========================================================================== */

body footer .footer-above {
    background-color: #414649;
    padding-top: 0px;
    border-top: 0px solid #7ca0c0;
}

#explore-mobi-c {
    display: inline-block;
    height: 60px;
    width: 100%;
    color: #ededec;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 20px;
    border-left: 1px solid #ededec;
    border-right: 1px solid #ededec;
}

body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-nav > .open > a:focus,
body .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #474c55;
}

/* ==========================================================================
   DROPDOWN SUBMENU
   ========================================================================== */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

body .nav > li > a:focus,
.nav > li > a:hover {
    background-color: #474c55;
    color: #fff !important;
}

/* ==========================================================================
   LEARN MORE DROPDOWN
   ========================================================================== */

#LearnMoreDropdown .dropdown .dropdown-menu {
    display: none !important;
}

#LearnMoreDropdown .open .dropdown-menu {
    display: block !important;
}

#LearnMoreDropdown .dropdown .dropdown-menu li {
    min-width: 230px;
}

/* ==========================================================================
   DROPNAV
   ========================================================================== */

#dropnav {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

#dropnav .container {
    padding-left: 0;
    padding-right: 0;
}

#dropnav .navbar-collapse {
    padding-left: 0;
}

#dropnav .dropdown-toggle {
    width: 232px;
}

#dropnav .dropdown-toggle .caret {
    margin-left: 40px;
}

#dropnav li a:hover {
    color: #fff;
    background: #474c55;
}

#dropnav li.dropdown .dropdown-menu {
    background: #474c55;
    padding: 0;
}

#dropnav li.dropdown .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 16px;
}

#dropnav li.dropdown .dropdown-menu li a:hover {
    background: #575c64;
}

#dropnav li.dropdown .dropdown-menu {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ==========================================================================
   LANGUAGE SELECTOR
   ========================================================================== */

.language img {
    border: 2px solid #fff;
    border-radius: 14px;
}

#dnn_dnnLANGUAGE_selectCulture {
    background: transparent;
    border: none;
    font-size: 16px;
    color: #fff;
}

#dnn_uxHeader_dnnLANGUAGE_selectCulture {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: #575c64;
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 0px solid #aaa;
    color: #fff;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    padding: 5px 10px;
    white-space: nowrap;
    width: 50px;
    margin: 0 0 0 5px;
    cursor: pointer;
    outline: none;
}

/* ==========================================================================
   DNN PRIMARY / SECONDARY ACTION BUTTONS
   ========================================================================== */

body .dnnPrimaryAction,
body a.dnnPrimaryAction,
body a.dnnPrimaryAction:visited {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background: #18191a !important;
    border-radius: 4px;
    padding: 15px 30px;
    border: none;
    font-weight: normal;
    box-shadow: none !important;
    text-shadow: none !important;
}

body a.dnnPrimaryAction:hover {
    text-decoration: none;
    background: #051630 !important;
}

.dnnSecondaryAction {
    color: #474c55;
    border: 1px solid #474c55;
    padding: 12px 20px !important;
    border-radius: 4px;
    background: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    margin-right: 10px;
}

.dnnSecondaryAction:hover {
    color: #18191a !important;
    border-color: #18191a !important;
}

#dnn_uxHeader_LANGUAGE1_selectCulture,
#dnn_uxHeader_dnnLANGUAGE_selectCulture {
    color: #fff;
    -webkit-appearance: none;
    background-image: url(../Images/drop-arrow.png);
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    border-radius: 2px;
    padding-left: 15px;
    outline: none;
    border: none;
}

#dnn_uxHeader_LANGUAGE1_selectCulture {
    background-image: none;
}

.Page-Home #dnn_uxHeader_dnnLANGUAGE_selectCulture {
    background-color: #2e2e2e;
}

/* ==========================================================================
   BX SLIDER — base
   ========================================================================== */

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    margin: 0 auto;
    width: 375px !important;
    height: 330px !important;
}

.bx-pager {
    width: 315px !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
    bottom: 0px !important;
}

.bx-wrapper .bx-pager {
    text-align: center !important;
    position: relative !important;
    font-size: 0.85em;
    margin: 0 auto !important;
    width: 300px;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

body .bstrap30 .btn-info {
    color: #fff;
    background-color: #18191a;
    font-size: 16px;
    text-transform: uppercase;
    border-color: #18191a;
    padding: 10px 20px;
}

.DNNContainer_Title p {
    margin: 0;
}

/* ==========================================================================
   BREADCRUMB WRAPPER
   ========================================================================== */

#breadcrumbWrapper {
    background: #62b8e4;
    background: -moz-linear-gradient(left, #62b8e4 0%, #18191a 100%);
    background: -webkit-linear-gradient(left, #62b8e4 0%, #18191a 100%);
    background: linear-gradient(to right, #62b8e4 0%, #18191a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62B8E4', endColorstr='#18191A',GradientType=1 );
    padding: 160px 0 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

#breadcrumbWrapper h1,
#breadcrumbWrapper p,
#breadcrumbWrappera {
    color: #fff;
}

#breadcrumbWrapper p {
    font-size: 12px;
}

#breadcrumbWrapper p a {
    color: #fff;
    text-decoration: none;
}

body #TwoLevelTab {
    margin-right: 20px;
}

#dnn_P2_75_2 h2 .Titleh2 {
    color: #18191a;
    font-size: 1.3rem;
}

ol.fine-print li,
.fine-print {
    font-size: 11px;
    line-height: 14px;
    margin-top: 20px;
}

ol.fine-print {
    margin-left: 0.5rem;
}

/* ==========================================================================
   INFO REQUEST FORM
   ========================================================================== */

#info-request input[type="text"] {
    padding: 9px 6px;
    color: #474c55;
    border-radius: 4px;
    border: 1px solid #aeaeae;
}

#info-request input[type="checkbox"] {
    margin: 0 !important;
}

#info-request #P3_33_1,
#info-request #P3_33_2,
#info-request #P3_33_3 {
    padding: 40px 20px 40px;
}

#info-request {
    text-align: center;
}

#info-request p {
    font-size: 15px;
}

#info-request h3,
.sidebar-box h3,
#insuranceCoverage h3.question,
#dnn_P2_75_2 .ModDNNHTMLC h3,
.DNNContainer_Title h3 {
    margin: 20px 0 5px;
    color: #555;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.3rem;
}

#info-request h4,
.sidebar-box h4,
#insuranceCoverage h4.question,
#dnn_P2_75_2 .ModDNNHTMLC h4,
.DNNContainer_Title h4 {
    margin: 10px 0 5px;
    color: #555;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1rem;
}

/* ==========================================================================
   CONTACT — FAQ / lead boxes
   ========================================================================== */

body .form-group .contact-faq h2 {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    font-family: "Hind", Arial, sans-serif;
    line-height: 25px;
}
body .form-group .contact-faq {
    background: #f5f5f5;
    padding: 20px;
    border-top: 2px solid #18191a;
}

body .form-group .contact-lead {
    padding: 10px 20px;
    background: #18191a;
    color: #fff;
    margin-top: 20px;
}
body .form-group .contact-lead h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

#sidebar-one {
    z-index: 5;
    position: relative;
}

/* ==========================================================================
   CONTENT PANE — P2_75_2 lists
   ========================================================================== */

#dnn_P2_75_2 p {
    margin: 10px 0 20px;
}

#dnn_P2_75_2 ul {
    margin-left: 14px;
}

#dnn_P2_75_2 ul li {
    list-style-type: none;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 0px;
    text-indent: 0px;
}

body.L0_Sobre_Seu_Pesco_o #dnn_P2_75_2 ul li,
body.L0_About_Your_Neck #dnn_P2_75_2 ul li {
    list-style-type: none;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 0;
    text-indent: 0;
    margin-top: 20px;
}

.L0_Clinical_Results h3 {
    margin: 20px 0 5px;
    color: #555;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3rem;
}

/* ==========================================================================
   DNN HTML — list bullets
   ========================================================================== */

.DnnModule-DNN_HTML ul,
.staticViewAnswersli ul {
    margin-left: 0.5em;
}

.Page-Delineamento_Do_Estudo .DnnModule-DNN_HTML ul ul {
    list-style-type: none !important;
    margin-left: 30px !important;
    margin-bottom: 15px !important;
}

.DnnModule-DNN_HTML ul li,
.staticViewAnswersli ul li {
    list-style-type: none !important;
    margin-left: 2.2em !important;
    margin-bottom: 5px !important;
}

.DnnModule-DNN_HTML ul li:before,
.staticViewAnswersli ul li:before,
#dnn_P2_75_2 ul li:before {
    content: "\002022";
    font-size: 34px;
    padding-top: 3px;
    float: left;
    margin-left: -0.7em;
    color: #18191a; /* or whatever color you prefer */
}

.DnnModule-DNN_HTML ul ul li:before,
.staticViewAnswersli ul ul li:before,
#dnn_P2_75_2 ul ul li:before {
    content: "\0025E6";
    font-size: 34px;
    position: relative;
    padding-top: 3px;
    color: #18191a; /* or whatever color you prefer */
}

.staticViewQuestionli > a,
.staticViewQuestionSubCategoryli > a {
    display: block;
    margin-top: -75px !important;
    padding-top: 75px !important;
}

.bxslider li:before {
    content: "" !important;
}

/* ==========================================================================
   TABS
   ========================================================================== */

body .nav-tabs {
    margin-bottom: 0px;
}

.tab-content {
    border-top: 1px solid #cdcdcd;
    padding-top: 50px;
}

#OneLevelTab a,
#TwoLevelTab a {
    border: none;
    background: transparent;
    padding: 10px 15px 10px 15px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #cdcdcd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
}

.nav-tabs {
    border-bottom: none;
}

.dnnLoginRememberMe {
    display: none;
}

body #OneLevelTab.active a,
body #TwoLevelTab.active a {
    color: #18191a !important;
    border-bottom: 1px solid #fff !important;
    margin-top: 3px;
}

body #OneLevelTab a,
body #TwoLevelTab a {
    color: #919191 !important;
    margin-top: 3px;
}

body #OneLevelTab.active a,
body #TwoLevelTab.active a {
    color: #18191a !important;
}

body #OneLevelTab a:hover,
body #TwoLevelTab a:hover {
    color: #18191a !important;
}

body #OneLevelTab a.active:hover,
body #TwoLevelTab a.active:hover {
    color: #18191a !important;
}

#OneLevelTab.active,
#OneLevelTab:hover {
    border-bottom: 1px solid #fff;
    margin-top: 1px;
}

/* ==========================================================================
   FOOTER LINKS
   ========================================================================== */

#footer_links .navbar {
    border: 0px;
}

body .navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #333;
}

body .navbar-toggle {
    border-radius: 0;
    margin-top: 14px;
}

#footer_links .navbar {
    text-decoration: none;
    border-bottom: 1px solid #747982;
}

.footer_links li a,
#footer_links li a {
    color: #d2d2d2;
}

.footer-links .nav,
#footer_links .nav {
    margin-top: 20px;
}

.footer_links .nav > li > a,
#footer_links .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 8px;
}

.footer_links .nav,
.footer_links .nav > li,
#footer_links .nav,
#footer_links .nav > li {
    float: none;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 5px;
}

.footer-linkas .navbar-inner,
#footer_links .navbar-inner {
    text-align: center;
}

/* ==========================================================================
   INSURANCE COVERAGE — pager dots (consolidated)
   ========================================================================== */

body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(1) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(1) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(2) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(2) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(3) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(3) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(4) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(4) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(5) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(5) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(6) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(6) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(7) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(7) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(8) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(8) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(9) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(9) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(10) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(10) a.active {
    background: #2f6dad;
}

body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(1) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(2) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(3) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(4) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(5) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(6) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(7) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(8) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(9) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(10) a {
    background: #6e9ac7;
}

body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(11) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(11) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(12) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(12) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(13) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(13) a.active,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(14) a:hover,
body #insuranceCoverage .bx-wrapper .bx-pager .bx-pager-item:nth-child(14) a.active {
    background: #9867bf;
}

body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(11) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(12) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(13) a,
body #insuranceCoverage .bx-wrapper .bx-pager-item:nth-child(14) a {
    background: #d8bbee;
}

/* ==========================================================================
   INSURANCE COVERAGE — widget / map / slider
   ========================================================================== */

#insuranceCoverage span.year {
    font-size: 20px;
}

#insuranceCoverage .legend {
    margin: -30px auto 0;
    width: 285px;
}

body #insuranceCoverage .bx-wrapper {
    margin: 0 auto 30px;
}

#insuranceCoverage #selectYourState {
    padding: 4px;
    border-radius: 4px;
    margin: 20px 0 20px;
    width: 270px;
    font-size: 12px;
}

#insuranceCoverage #slider {
    margin-top: 20px !important;
}

#insuranceCoverage .sidebar {
    float: right;
}

.sidebar-box {
    background: #f5f5f5;
    margin: 3px 0 40px;
    padding: 10px 20px 30px;
    overflow: hidden;
    border-top: 2px solid #18191a;
}

.sidebar-box ul {
    margin: 10px 0 0 0;
}

.sidebar-box ul li {
    list-style-type: none !important;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #f5f5f5 !important;
    left: -5px;
    background: #f5f5f5 !important;
}

#insuranceCoverage .manager-listing {
    margin: 15px 0 15px 0;
}

#insuranceCoverage span.name {
    font-size: 16px;
    font-weight: 600;
}

#insuranceCoverage span.blue {
    color: #0092cc;
}

#insuranceCoverage span.red {
    color: #bf4836;
}

#insuranceCoverage span.green {
    color: #30823e;
}

#insuranceCoverage span.yellow {
    color: #dbbe3d;
}

#insuranceCoverage .info {
    float: left;
    font-size: 16px;
    line-height: 22px;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}

body .jvectormap-container {
    background-color: #fefefe !important;
}

#insuranceCoverage .graphic {
    float: right;
}

#insuranceCoverage span.sidebar-note {
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
}

#insuranceCoverage a.email {
    color: #555;
    text-decoration: none;
    text-shadow:
        1px 1px 0 #fff,
        -1px 1px 0 #fff,
        2px 0 0 #fff,
        -2px 0 0 #fff;
    box-shadow:
        inset 0 -1px 0 0 #fff,
        inset 0 -3px 0 0 #aeaeae;
}

#insuranceCoverage h6 {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

#insuranceCoverage #slider-value {
    text-align: center;
    font-size: 18px;
}

#insuranceCoverage #slider {
    margin: 10px auto !important;
}

#insuranceCoverage .jvectormap-zoomin,
.jvectormap-zoomout {
    display: none;
}

#insuranceCoverage .bxslider {
    margin: 0 !important;
    padding: 0 !important;
}

#insuranceCoverage .bxslider li {
    text-align: center;
    margin: 0 auto !important;
}

#insuranceCoverage .bxslider li span {
    padding-top: 15px;
}

#insuranceCoverage .bxslider li {
    width: 305px !important;
    height: 375px;
    background: #f5f5f5;
}

#insuranceCoverage .jvectormap-container {
    width: 300px !important;
    height: 375px !important;
    margin: 0;
}

#insuranceCoverage .jvectormap-container svg {
    width: 300px !important;
    height: 315px !important;
}

#insuranceCoverage #slide-wrap {
    visibility: hidden;
}

#insuranceCoverage body .ui-widget-header {
    border: none;
    background: #4aabaa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#insuranceCoverage .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background: #4aabaa !important;
    border: none;
}

#insuranceCoverage .bx-viewport {
    padding-bottom: 0px;
    width: 315px !important;
}

#insuranceCoverage .jvectormap-container {
    width: 300px !important;
    height: 300px !important;
    margin: 0;
}

#insuranceCoverage .jvectormap-container svg {
    width: 300px !important;
    height: 300px !important;
    background: #f5f5f5;
}

/* ==========================================================================
   CLINICAL RESULTS
   ========================================================================== */

.clinical-results .tab-pane table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 40px;
    font-size: 12px;
    font-family: Arial;
}

.clinical-results .tab-pane table th {
    text-align: left;
}

.clinical-results .tab-pane table td {
    vertical-align: middle;
    font-size: 14px;
}

.clinical-results .tab-pane table thead th {
    vertical-align: middle;
    text-align: left;
    background: #18191a;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #18191a;
}

.clinical-results .tab-pane table tbody th {
    border: 1px solid #e2e2e2;
    padding: 5px;
    vertical-align: middle;
}

.clinical-results .tab-pane table thead td {
    background: #e2e2e2;
    font-weight: bold;
    padding: 5px;
}

.clinical-results .tab-pane table tbody td {
    border: 1px solid #e2e2e2;
    padding: 5px;
}

.clinical-results .tab-pane table tbody tr:nth-child(even) {
    background-color: #ebebeb;
}

.clinical-results .tab-pane ul {
    padding-left: 0;
}

.clinical-results .tab-pane ul li,
.clinical-results .tab-pane ol li {
    margin: 9px 0;
    font-size: 15px;
    line-height: 24px;
    color: #474c55;
}

.clinical-results .tab-pane ul .clinical-results .tab-pane h3 {
    font-family: Hind;
    line-height: 26px;
}

.clinical-results .tab-pane p {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 20px;
    font-family: Hind;
    line-height: 22px;
    color: #474c55;
}

.clinical-results .tab-pane sup {
    font-size: 10px;
}

.clinical-results .tab-pane h2 {
    font-size: 26px;
}

.clinical-results .tab-pane h3 {
    font-size: 18px;
    margin: 0;
}

.clinical-results h2 .Titleh2 {
    color: #18191a;
}

.clinical-results img.chart {
    background: #fff;
    padding: 0;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 1px 1px 1px 2px #eeeeee;
    box-shadow: 1px 1px 1px 2px #eeeeee;
    margin-bottom: 20px;
}

.chart {
    width: 100% !important;
    min-height: 500px;
}

.content-caption {
    margin-bottom: 4px !important;
}

.clinical-results .tab-pane p.small {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    font-family: Arial;
}

.clinical-results .content-box {
    margin-bottom: 40px;
    font-size: 15px;
}

.clinical-results .content-box .fa {
    color: #89bd3d;
    background: #fff;
}

.clinical-results .content-box ul {
    margin: 10px 0 30px;
}

.clinical-results .content-box li {
    list-style-type: none !important;
    margin-bottom: 8px;
}

.clinical-results .clinical-table {
    width: 100%;
}

.alt {
    background: #f1f1f1;
}

/* ==========================================================================
   CANDIDATE / SURVEY
   ========================================================================== */

.candidate .survey-item {
    text-align: center;
}

.candidate .survey-item img {
    margin-top: -160px;
}

.Page-May_be_a_Candidate_v2 .candidate .survey-item img {
    margin-top: -120px;
}

.candidate h4.number {
    color: #18191a;
    font-size: 18px;
    font-weight: bold;
}

.candidate .unsure {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    margin-bottom: 20px !important;
    max-width: 700px;
    margin: 0 auto;
}

.candiate-mobi-c-details {
    background: #0095d5;
    padding: 1rem 2rem !important;
    color: #fff;
}

.candiate-mobi-c-details h3 {
    color: #fff;
}

.candiate-mobi-c-details ul li:before,
.candiate-mobi-c-details ul ul li:before {
    color: #fff;
}

.candiate-mobi-c-details li {
    color: #fff;
}

.question {
    font-size: 30px;
    line-height: 36px;
}

.L0_Am_I_a_Candidate_ #breadcrumbWrapper {
    padding-bottom: 120px;
}

.L0_Am_I_a_Candidate_ #breadcrumbWrapper h1 {
    text-align: center;
}

/* ==========================================================================
   FAQ — static view
   ========================================================================== */

.dvStaticViewclass ul {
    margin: 0 0 20px;
    padding: 0;
}

.dvStaticViewclass ul li {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}

.dvStaticViewclass p {
    line-height: 24px !important;
}

body div.dvStaticViewclass a:link,
body div.dvStaticViewclass a:visited {
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #666;
    text-decoration: none;
}

.dvStaticViewclass > ul {
    margin: 0 0 20px;
    padding: 0 0 40px 0;
}

.staticViewAnswersli ul {
    padding-left: 30px;
}

.staticViewAnswersli ul li {
    list-style-type: none !important;
    margin-left: 0px !important;
}

.dvStaticViewclass ul {
    margin-left: 0px !important;
}

#dnn_ctr504_ViewFAQ_dvStaticView ul {
    border-bottom: none;
}

body div.dvStaticViewclass .staticIndexQuestionli a {
    margin-top: 2px;
}

.staticIndexQuestionCategoryli {
    display: none;
}

body .staticViewQuestionSubCategoryli {
    font-size: 32px;
    list-style-position: outside;
    font-weight: 400;
    border-bottom: 1px solid #00b7e6;
}

body .dvStaticViewclass p {
    line-height: 24px !important;
    margin-bottom: 20px !important;
}

body .dvStaticViewclass p a {
    display: inline !important;
}

.staticViewQuestionli .staticViewQuestionSubCategoryli {
    font-size: 22px;
    font-weight: bold;
}

body .staticViewQuestionli {
    font-size: 20px;
    list-style-position: outside;
    font-weight: bold;
}

body .staticViewQuestionli {
    font-size: 22px;
    list-style-position: outside;
    font-weight: bold;
    color: #555;
}

body div.dvStaticViewclass ul li ul li a:link,
body div.dvStaticViewclass ul li ul li a:visited {
    font-weight: normal;
    padding-bottom: 2px;
    font-size: 16px;
    color: #62b8e4;
}

.staticViewAnswersli {
    margin-bottom: 10px !important;
}

body .staticViewAnswersli {
    font-size: 16px;
    line-height: 24px;
}

.staticViewQuestionCategoryli {
    display: none;
}

/* ==========================================================================
   DEPART DIALOG — jQuery UI
   ========================================================================== */

body .depart .ui-dialog-titlebar {
    display: none;
}

body .depart .ui-widget-content,
body ui-widget.ui-widget-content,
.depart {
    border: none !important;
    background: #338ec0 !important;
    padding: 20px 20px 10px 20px !important;
    color: #fff !important;
}

body .depart .ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}

body .ui-widget-overlay {
    background: #000;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

body .ui-dialog .ui-dialog-buttonpane button {
    margin: 0 10px 20px;
    cursor: pointer;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

/* ==========================================================================
   FORMS — horizontal / required / checkboxes
   ========================================================================== */

.form-horizontal .label-top .required:before {
    content: "\f069";
    padding-right: 3px;
    color: red;
    font: normal normal normal 10px/1 FontAwesome;
    vertical-align: top;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.form-checkbox-agree-to-terms .checkbox {
    margin-left: 5px !important;
}

.no-bullets li:before {
    content: "" !important;
    margin: 0;
}

.DnnModule-DNN_HTML .no-bullets li {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* ==========================================================================
   INNER CTA
   ========================================================================== */

.inner-cta {
    float: left;
    width: 325px;
    text-align: left;
    margin-top: 25px;
}

.inner-cta img {
    float: left;
    margin: 0 20px 100px 0;
}

.inner-cta p {
    font-size: 14px;
    margin-top: 0px !important;
    line-height: 18px !important;
}

.inner-cta h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0 !important;
    color: #444;
    margin-top: 20px;
}

/*Styles for navbar search*/

/* ==========================================================================
   NAVBAR SEARCH
   ========================================================================== */

.bstrap30 .sb-default .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.bstrap30 .sb-default {
    padding: 15px 0 15px 0;
}

.bstrap30 .sb-default .input-group-btn .btn-group {
    display: flex !important;
}
.bstrap30 .sb-default .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.bstrap30 .sb-default .col-md-12 .input-group-btn .btn-group .settings-btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.bstrap30 .sb-default .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bstrap30 .sb-default .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bstrap30 .sb-default .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.bstrap30 .sb-default .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    .bstrap30 .sb-default #adv-search {
        max-width: 500px;
        margin: 0 auto;
    }
    .bstrap30 .sb-default .dropdown.dropdown-lg {
        position: static !important;
    }
    .bstrap30 .sb-default .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

.sb-skinobj #topHeader .search {
    width: 300px;
    overflow: visible;
}

.sb-skinobj #userControls #search {
    width: 300px;
    overflow: hidden;
    margin-top: -1px;
}

.sb-skinobj #userControls .bstrap30 .sb-default,
#topHeader .bstrap30 .sb-default {
    padding: 0px 0 0px 0;
}

.sb-skinobj #search-top {
    clear: both;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
}

.sb-skinobj #search-top.active {
    overflow: visible;
}

.sb-skinobj #search-top .bstrap30 input {
    background: #fff;
    border: none;
    font-size: 1em;
    height: 34px;
    margin: 0 0 0 0;
    width: 100%;
}
.sb-skinobj #search-top .bstrap30 span {
    display: inline-flex !important;
}

.sb-skinobj .topHeader .search {
    width: 300px;
    background-color: transparent;
}

.sb-skinobj .topHeader .search .bstrap30 .sb-default {
    padding: 0px;
}

@media screen and (max-width: 1025px) {
    .sb-skinobj .topHeader .search {
        width: 100%;
    }

    .sb-skinobj .topHeader .search .bstrap30 .sb-default #adv-search {
        max-width: 340px;
        margin: 0 auto;
    }
}

.bstrap30 .sb-default .twitter-typeahead {
    width: 100%;
    display: inline-flex !important;
}

.bstrap30 .sb-default .twitter-typeahead .tt-query,
.bstrap30 .sb-default .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.bstrap30 .sb-default .tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

.bstrap30 .sb-default .tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.bstrap30 .sb-default .tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.bstrap30 .sb-default .tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.bstrap30 .sb-default .tt-suggestion p {
    margin: 0;
}

.bstrap30 .sb-default span.twitter-typeahead .tt-menu,
.bstrap30 .sb-default span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion.tt-cursor,
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion:hover,
.bstrap30 .sb-default span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.bstrap30 .sb-default .input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bstrap30 .sb-default .input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bstrap30 .sb-default span.twitter-typeahead {
    width: 100%;
}
.bstrap30 .sb-default .input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}
.bstrap30 .sb-default .input-group span.twitter-typeahead .tt-menu,
.bstrap30 .sb-default .input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}
.bstrap30 .sb-default .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}
.bstrap30 .sb-default .input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bstrap30 .sb-default .input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bstrap30 .sb-default .input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}
.bstrap30 .sb-default .input-group.input-group-sm span.twitter-typeahead .tt-menu,
.bstrap30 .sb-default .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}
.bstrap30 .sb-default .input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}
.bstrap30 .sb-default .input-group.input-group-lg span.twitter-typeahead .tt-menu,
.bstrap30 .sb-default .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.bstrap30 .sb-default .input-group input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   CATEGORY MENU / NEWS (EDN)
   ========================================================================== */

.category-menu h3 {
    margin-bottom: 20px;
}

.EDN_article .articleTitle {
    color: #18191a !important;
    font-size: 1.3rem !important;
}

body .eds_news_CervicalDisc.eds_subCollection_news h3 {
    margin: 20px 0 5px;
    color: #555;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3rem;
}

body .eds_news_CervicalDisc.eds_subCollection_news ul,
body .eds_news_CervicalDisc.eds_subCollection_news ol {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 25px;
}

body .eds_news_CervicalDisc.eds_subCollection_news ul li,
body .eds_news_CervicalDisc.eds_subCollection_news ul {
    list-style-type: none;
}

body .eds_news_CervicalDisc.eds_subCollection_news ul li:before {
    content: "\002022";
    font-size: 34px;
    padding-top: 3px;
    float: left;
    margin-left: -0.7em;
    color: #18191a;
}

body .eds_news_CervicalDisc .button-blue {
    height: 50px;
    line-height: 50px;
}

body .eds_news_CervicalDisc.eds_subCollection_news ol {
    list-style-type: decimal;
}

body .eds_news_CervicalDisc h2 {
    margin-top: 30px !important;
}

body .eds_news_CervicalDisc h4 {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 15px 0 0;
}

/* ==========================================================================
   COPYRIGHT / MISC
   ========================================================================== */

.copyright {
    max-width: 700px;
    margin: 0 auto;
}

/* ==========================================================================
   FIXED HEADER / BLUE + SUPPLEMENT ROWS
   ========================================================================== */

#fixedHeader {
    padding: 0;
    z-index: 99;
    top: 0;
    margin-top: 0px;
    position: fixed;
    width: 100%;
}

#blueRow {
    background: #0095d5;
    padding: 2rem 2rem;
}

#blueRow p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

#supplementRow {
    padding: 2rem 2rem;
}

/* ==========================================================================
   SIDE NAV — navxp SimpleTree
   ========================================================================== */

.navxp_VP_SimpleTree_default li {
    list-style-type: none;
}

.navxp_VP_SimpleTree_default li a.itemL0Sel {
    display: none;
}

.navxp_VP_SimpleTree_default li a {
    padding: 5px 0px 5px 20px;
    display: block;
    color: #aeaeae;
    border-left: 1px solid #dedede;
}

.navxp_VP_SimpleTree_default li a:hover,
.navxp_VP_SimpleTree_default li .itemLNSel {
    padding: 5px 0px 5px 15px !important;
    text-decoration: none;
    color: #18191a !important;
    border-left: 3px solid #18191a;
}

.navxp_VP_SimpleTree li a {
    padding: 5px 0px 5px 15px;
    display: block;
    color: #aeaeae;
    border-left: 1px solid #dedede;
}

.navxp_VP_SimpleTree li a.active {
    font-weight: bold !important;
    color: #18191a !important;
    border-left: 3px solid #18191a;
}

body #dnn_LeadWrapper {
    padding: 0;
}

.navxp_VP_SimpleTree div a {
    font-size: 143px;
    color: #aeaeae;
}

.navxp_VP_SimpleTree div div a {
    padding: 5px 0px 5px 20px;
    display: block;
    color: #aeaeae;
    border-left: 1px solid #dedede;
}

.navxp_VP_SimpleTree_default div a:hover,
.navxp_VP_SimpleTree_default div .itemLNSel {
    background-color: transparent;
    text-decoration: none;
    color: #18191a;
    border-left: 3px solid #18191a;
}

.navxp_VP_SimpleTree_default div a.itemL0Sel:hover {
    border-left: 0 solid #18191a;
}

body .navxp_VP_SimpleTree_default .expandCollapseL0_container .expanded {
    background-image: url(/portals/_default/skins/LDRCervical2016/images/arrow-up.png);
}

body .navxp_VP_SimpleTree_default .expandCollapseL0_container .collapsed {
    background-image: url(/portals/_default/skins/LDRCervical2016/images/arrow-down.png);
    margin-top: 24px;
    margin-left: 16px;
}

body .navxp_VP_SimpleTree_default .expandCollapseL0 {
    height: 20px;
}

body .navxp_VP_SimpleTree_default .child_container {
    margin-top: 15px;
}

body .navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #18191a;
}

body .navbar-toggle {
    border-radius: 0;
    margin-top: 14px;
}

body .navxp_VP_SimpleTree_default a.itemLN:link,
body .navxp_VP_SimpleTree_default a.itemLN:visited {
    font-size: 14px;
    color: #949494;
}

body .navxp_VP_SimpleTree_default .expandCollapseL0_container a {
    border: none;
    font-size: 16px;
}

body .navxp_VP_SimpleTree_default .itemL0Sel {
    color: #005b79 !important;
    font-size: 14px !important;
    padding-left: 32px;
    margin-top: 24px !important;
}

.navxp_VP_SimpleTree_default a.itemLNSel:link,
.navxp_VP_SimpleTree_default a.itemLNSel:visited,
.navxp_VP_SimpleTree_default a.itemLNSel:hover,
.navxp_VP_SimpleTree_default a.itemLNSel:active {
    background: none !important;
    height: 30px !important;
    color: #18191a !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

body .navxp_VP_SimpleTree_default .expandCollapseL0_container .expanded {
    margin-top: 24px;
    margin-left: 16px;
}

.navxp_VP_SimpleTree_default a.itemLN:link,
.navxp_VP_SimpleTree_default a.itemLN:visited {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.navxp_VP_SimpleTree_default a.itemLN:hover,
.navxp_VP_SimpleTree_default a.itemLN:active {
    background-color: #fff !important;
    text-decoration: none !important;
    color: #18191a !important;
}

body.Page-Indica__es_de_Uso .navxp_VP_SimpleTree_default ul ul li:nth-child(5) {
    border-left: 3px solid #18191a !important;
}

.navxp-level {
    max-width: 250px;
}

.navxp-level.menu-level-1 {
    margin-left: 0;
}

.navxp_VP_SimpleTree_default li a {
    color: #777 !important;
    font-size: 14px;
}

.Page-What_is_the_Mobi_C_Cervical_Disc_ .active,
.Page-What_are_the_10_year_clinical_results_ .menu-level-0 .active,
.Page-About_Mobi_C .navxp-level .active,
.Page-What_are_the_possible_complications_ .menu-level-1 .active,
.Page-How_does_Mobi_C_Compare_to_Fusion .active,
.Page-What_are_treatment_options_ .menu-level-1 .active,
.Page-The_Healthy_Neck .navxp-level .active,
.Page-What_is_degenerative_disc_disease_ .menu-level-1 .active,
.Page-What_is_a_disc_herniation_ .menu-level-1 .active,
.Page-Disc_Replacement_Compared_to_Fusion .menu-level-1 .active,
.Page-Benefits .menu-level-1 .active,
.Page-Who_Should_Receive_a_Mobi_C_ .menu-level-0 .active,
.Page-Contraindications .menu-level-1 .active,
.Page-Warnings .menu-level-1 .active,
.Page-Precautions .menu-level-1 .active,
.Page-What_are_the_possible_complications_ .menu-level-0 .active,
.Page-Definitions .menu-level-1 .active {
    border-left: 3px solid #18191a !important;
    font-weight: bold;
    color: #18191a !important;
}

.clinical-results .navxp-level.menu-level-1 > li a.active {
    border-left: 3px solid #18191a !important;
    color: #18191a !important;
}
.clinical-results .navxp-level.menu-level-0 > li a {
    font-weight: bold;
    color: #18191a !important;
}

/* ==========================================================================
   DNN CONTAINER TITLES
   ========================================================================== */

.DNNContainer_Title_h2 h2 .TitleH2,
.DNNContainer_Title_h3 h3 .TitleH3,
.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
    color: #18191a !important;
    font-size: 1.3rem;
}

/* ==========================================================================
   HOLDING DISC
   ========================================================================== */

#holding-disc {
    width: 100%;
    margin: 0 auto;
}

#supplementRow {
    padding: 0;
}

#holding-disc img {
    float: left;
    max-width: 600px;
}

#holding-disc div {
    background: rgba(235, 235, 235, 0.9);
    padding: 20px;
    max-width: 600px;
    float: left;
    margin: 50px auto 0 50px;
}

.clinical-results .navxp-level.menu-level-0 > li a {
    background: #18191a !important;
    color: #fff !important;
}

#supplementRow #dnn_Row_100_Pane_1 {
    padding: 0;
}

@media (max-width: 1318px) {
    body #holding-disc div {
        max-width: 90%;
        float: left;
        margin: -200px auto 0 50px;
    }
}

@media (max-width: 990px) {
    body #holding-disc div {
        max-width: 90%;
        float: left;
        margin: -220px auto 0 20px;
    }

    #holding-disc img {
        float: left;
        max-width: 600px;
        margin-left: -280px;
    }
}

@media (max-width: 600px) {
    body #holding-disc div {
        max-width: 90%;
        float: left;
        margin: -200px auto 0 20px;
    }

    #holding-disc img {
        float: left;
        max-width: 600px;
        margin-left: -300px;
    }
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */

h2.testimonial-quote {
    text-indent: 40px;
    background: url(/portals/_default/skins/LDRCervical2016/images/blue-lquo-sm.png) no-repeat 0 5px;
    font-size: 25px;
    font-weight: 700;
    color: #474c55;
    margin-top: 20px;
}

.story-author {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
}

/* ==========================================================================
   CO-MARKETING
   ========================================================================== */

.co-marketing .blue-bar-width .DnnModule {
    margin: 2rem 0;
}

.co-marketing .blue-bar-width {
    color: #fff;
    text-align: center;
    background: #0f2043;
    margin-bottom: 2rem;
}

.co-marketing .blue-bar-width h2,
.co-marketing .blue-bar-width p {
    color: #fff;
}

.co-marketing .blue-bar-width p {
    font-size: 1rem;
    margin: 0 auto;
    max-width: 800px;
}

.co-marketing #dnn_IntroPane h2 {
    text-align: center;
    font-weight: 700;
    color: #0f2043;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.co-marketing hr.light-blue {
    color: #5eb5e4;
    border: 0;
    border-bottom: 2px dotted #5eb5e4;
    background: #fff;
}

.container-round-gray,
.co-marketing #dnn_SidebarPane .DnnModule {
    margin-bottom: 2rem;
    background: #f6f8fa;
    padding: 1rem;
    border-radius: 6px;
}

.co-marketing .DnnModule-DNN_HTML ul li:before {
    padding-top: 1px;
}

.co-marketing .form-horizontal .label-top .required:before {
    content: "";
    padding-right: 3px;
    color: red;
    font: normal normal normal 10px/1 FontAwesome;
    vertical-align: top;
}

.co-marketing .form-horizontal .label-top .required:after {
    content: "\f069";
    padding-right: 3px;
    color: red;
    font: normal normal normal 10px/1 FontAwesome;
    vertical-align: top;
}

.co-marketing .form-horizontal .control-label {
    font-weight: normal !important;
    font-size: 0.8rem;
}

.co-marketing .container-gray {
    background: #f6f8fa;
}

.co-marketing .container-gray .DnnModule {
    padding: 3rem 0;
}

.co-marketing #dnn_SidebarPane h3 {
    font-weight: bold;
    font-size: 0.8rem !important;
    padding-bottom: 5px;
    color: #0f2043 !important;
}

.co-marketing #dnn_SidebarPane ul {
    margin-left: 0px;
    padding-left: 0px;
    color: #5eb5e4;
}

.co-marketing #dnn_SidebarPane li {
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
    color: #333;
}

.co-marketing #dnn_SidebarPane li:before {
    content: "\002022";
    font-size: 34px;
    padding-top: 3px;
    float: left;
    margin-left: -0.7em;
    color: #5eb5e4;
}

.co-marketing #dnn_ThirdsIntro {
    text-align: center;
    margin-bottom: 2rem;
}

.co-marketing #dnn_ThirdsIntro h2 {
    color: #0f2043;
    margin-bottom: 0;
}

.co-marketing #dnn_ThirdsSub {
    margin-bottom: 3rem;
}

.co-marketing .thirds-panes {
    text-align: center;
}

.co-marketing .thirds-panes .col-md-4 {
    padding: 0 2rem;
}

.co-marketing .thirds-panes h2 {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 1.1rem;
}

.co-marketing #dnn_ContentPaneLower {
    color: #fff;
    background: #5eb5e4;
    text-align: center;
    padding: 2rem 0;
}

.co-marketing #dnn_ContentPane p {
    text-align: left;
}

.co-marketing #dnn_ContentPaneLower p {
    color: #fff;
    font-size: 1rem;
    max-width: 860px;
    margin: 0 auto;
}

.co-marketing #dnn_ContentPaneLower a.dnnPrimaryAction {
    margin-top: 2rem;
}

body .co-marketing #dnn_IntroPane .tab-pane p {
    text-align: left;
}

.co-marketing .tab-pane h4 {
    font-size: 0.8rem !important;
    margin-top: 10px !important;
    font-weight: normal !important;
}

.co-marketing .tab-pane .row {
    margin-bottom: 1rem;
    text-align: center;
}

.co-marketing .nav-tabs li:before {
    content: " " !important;
}

.co-marketing .DnnModule-DNN_HTML .nav-tabs li {
    margin-bottom: 0 !important;
}

.co-marketing .tab-content {
    padding-top: 2rem !important;
}

body .co-marketing .nav.nav-tabs > li > a:focus,
body .co-marketing .nav.nav-tabs > li > a:hover {
    background-color: #fff;
    color: #62b8e4 !important;
}

body .co-marketing .nav.nav-tabs {
    margin-left: 0;
    margin-top: 1rem;
}

body .co-marketing .nav.nav-tabs li {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

body .co-marketing .nav.nav-tabs li a {
    border: none;
    background: transparent;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #cdcdcd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    margin-bottom: -1px;
    color: #777 !important;
}

body .co-marketing .nav.nav-tabs li.active a {
    border-bottom: 1px solid #fff !important;
    color: #0f2043 !important;
    background: #fff;
}

body .co-marketing .tab-content {
    border: 1px solid #cdcdcd;
    padding: 1rem;
}

body .co-marketing #dnn_IntroPane h3,
body .co-marketing #dnn_IntroPane p {
    text-align: center;
}

body .co-marketing #dnn_IntroPane h3 {
    font-weight: 600;
    margin-top: 2.5rem !important;
    margin-bottom: 0rem !important;
}

body .co-marketing #dnn_IntroPane .DnnModule {
    margin-bottom: 1.75rem;
}

body .co-marketing #dnn_IntroPane h4 {
    font-size: 0.8rem;
    margin-top: 1rem;
    font-weight: bold;
    margin-bottom: 0 !important;
}

body .co-marketing .mb-3 {
    margin-bottom: 15px;
}

.co-marketing #dnn_ThirdsIntro_blue {
    text-align: center;
    margin-bottom: 2rem;
}

.co-marketing #dnn_ContentPaneMid h4 {
    font-size: 0.8rem;
    text-align: left;
    font-weight: bold;
    color: #0f2043;
}

.co-marketing #dnn_ContentPaneMid ul {
    margin-left: 0;
    text-align: left;
    padding-left: 0;
}

.co-marketing #dnn_ThirdsIntro_blue h2 {
    color: #0f2043;
    margin-bottom: 0;
}

.co-marketing #dnn_ThirdsIntro_blue h3 {
    color: #0f2043;
    font-size: 0.9rem !important;
    margin: 3rem auto 0 !important;
}

.co-marketing .thirds-panes h3 {
    color: #0f2043;
    font-weight: bold;
    font-size: 0.9rem !important;
    max-width: 200px;
    margin: 5px auto 15px !important;
}

.co-marketing #dnn_ThirdsSub_blue {
    margin-bottom: 3rem;
}

.co-marketing .thirds-blue-panes ul {
    margin-bottom: 3rem !important;
}

.co-marketing .thirds-blue-panes li {
    text-align: left;
    margin-bottom: 10px !important;
}

.co-marketing .thirds-blue-panes {
    text-align: center;
}

.co-marketing .thirds-blue-panes .col-md-4 {
    padding: 2rem 2rem;
    margin-bottom: 3rem;
    border: 5px solid #fff;
    background: #0f2043;
}

.co-marketing .thirds-blue-panes .col-md-4 ul li::before {
    content: "\2022";
    color: #e6dd19;
    display: inline-block;
    width: 5px;
    margin-left: -20px;
}

.co-marketing .thirds-blue-panes .col-md-4 ul {
    margin-left: -20px;
}

.co-marketing .thirds-blue-panes .col-md-4 ul li {
    margin-bottom: 15px !important;
}

.co-marketing .thirds-blue-panes .col-md-4 p,
.co-marketing .thirds-blue-panes .col-md-4 li {
    color: #fff;
}

.co-marketing .thirds-blue-panes img {
    max-height: 100px;
}

.co-marketing .thirds-blue-panes h2 {
    font-weight: bold;
    margin-top: 2rem !important;
}

.co-marketing .thirds-blue-panes h3 {
    font-weight: bold;
    font-size: 1rem !important;
}

.co-marketing .thirds-blue-panes h3 {
    color: #5eb5e4;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
}

.co-marketing .form-group-ad-series .ad-series label {
    text-align: center;
}

.co-marketing .form-group-ad-series .ad-series label::before {
    content: "";
    display: block;
    background-size: contain !important;
    width: 225px;
    height: 201px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.check-list-blue {
    margin-left: 0;
}

.DnnModule-DNN_HTML .check-list-blue li {
    background: url(/portals/0/co-marketing/check-blue.svg) no-repeat top left;
    background-size: 18px;
    margin-left: 0px !important;
    background-position: 0px 4px;
    padding-left: 30px !important;
    margin-bottom: 7px !important;
}

.check-list-blue li:before {
    display: none;
}

.co-marketing .form-group-ad-series .ad-series:nth-child(2) label::before {
    background: url(/portals/0/co-marketing/form-thumb-gardening.jpg) no-repeat top center;
}

.co-marketing .form-group-ad-series .ad-series:nth-child(3) label::before {
    background: url(/portals/0/co-marketing/form-thumb-family.jpg) no-repeat top center;
}

.co-marketing .form-group-ad-series .ad-series:nth-child(4) label::before {
    background: url(/portals/0/co-marketing/form-thumb-tasks.jpg) no-repeat top center;
}

@media (max-width: 1024px) {
    .co-marketing .form-group-ad-series .ad-series:nth-child(5) label::before {
        height: 0px;
    }
}

.co-marketing .fileinput-button {
    background: #fff !important;
    border: 2px solid #707070 !important;
    padding: 10px 20px !important;
    color: #18191a !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.co-marketing .btn-form {
    margin-bottom: 50px !important;
}

.bstrap30 .co-marketing .progress,
.co-marketing .form-group-add-files {
    margin-bottom: 0px !important;
}

.co-marketing .btn-info {
    font-size: 1rem !important;
    font-weight: normal !important;
}

body .bstrap30 .co-marketing .btn-info:hover {
    background: #fff !important;
    border: 2px solid #707070 !important;
    color: #18191a !important;
}

.co-marketing .DnnModule-ActionForm h2 {
    font-size: 0.8rem !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    color: #0f2043 !important;
}

.form-group-heading-description {
    margin-bottom: 0px !important;
}

.light-blue-btn {
    text-transform: uppercase;
    font-size: 16px;
    background: #5eb5e4 !important;
    border-radius: 4px;
    padding: 15px 30px;
    border: none;
    font-weight: normal;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #fff !important;
}

.light-blue-btn:hover {
    background: #36a9e7 !important;
    color: #fff;
}

.co-marketing .media-types .col-md-2 {
    text-align: center;
    padding-left: 1rem;
}

.co-marketing .media-types img {
    max-width: 100px;
    max-height: 100px;
    margin-top: 5px;
}

.co-marketing .copyright {
    margin-top: 15px;
}
.co-marketing .exclude-marketing {
    display: none !important;
}

.personabar-visible #onetrust-consent-sdk {
    display: none !important;
}

@media (min-width: 768px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    #mainContent {
        text-align: center;
    }
}

/* ==========================================================================
   2023 CAMPAIGN LANDING — lead / video / trailer panes
   ========================================================================== */

#leadPane img {
    max-width: 175px;
    margin-bottom: 1rem;
}

@media (min-width: 1024px) {
    body h1 {
        font-size: 3rem;
        max-width: 500px;
        line-height: 1;
    }

    #leadPane {
        margin-top: 121px;
        background:
            linear-gradient(90deg, rgba(24, 25, 26, 1) 0%, rgba(24, 25, 26, 1) 0%, rgba(24, 25, 26, 1) 40%, rgba(24, 25, 26, 0.6362920168067228) 58%, rgba(24, 25, 26, 0) 74%, rgba(24, 25, 26, 0) 100%),
            url("/portals/_Default/skins/LDRCervical2023/images/flowers-bg.jpg") no-repeat right top;
        padding-top: 2rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 1023px) {
    body h1 {
        font-size: 2.5rem;
    }

    #leadPane {
        background: #18191a;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
        margin-top: 100px;
    }

    #videoPane {
        padding-bottom: 100px;
    }
}

#trailerPane {
    background: #091d3f;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #fff;
    margin-bottom: 3rem;
}

#videoPane {
    background: #18191a;
    text-align: center;
    max-height: 650px;
    min-height: 375px;
    overflow: hidden;
}

#videoPane h2 {
    color: #fff;
    margin: 3rem auto 2rem;
    max-width: 600px;
}

#introPane {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

#videoPane iframe {
    max-height: 400px;
    margin-bottom: 2rem;
}

#leadPane .contentPane h1 {
    color: #fff;
    margin-top: 20px;
}

#dnn_row_2_left,
#dnn_row_5_right,
#dnn_row_6_left,
#dnn_row_4_left {
    text-align: center;
}

#dnn_row_5_right img {
    max-width: 275px;
    margin-bottom: 0rem;
}

#dnn_row_6_left img {
    max-width: 350px;
    margin-bottom: 0rem;
}

#dnn_row_4_left img {
    max-width: 350px;
    margin-bottom: 0rem;
}

#referencePane {
    margin-bottom: 3rem;
}

#referencePane li {
    margin-left: 1rem;
    margin-bottom: 1rem;
}

#mainContent {
    max-width: 960px;
}

#mainContent .row {
    padding: 2rem 0 0;
}

.bottom-divider {
    border-bottom: 3px solid #aaa9ad;
    margin: 0 auto 1rem;
}

#iconPane {
    margin: 1rem 0 0 0;
    background: #949aa2;
    color: #fff;
    text-align: center;
    padding: 2rem 0 0;
}

#iconPane h2 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: normal;
}

#iconPane h2 span {
    font-size: 1.35rem;
    display: block;
    font-weight: bold;
}

#iconPane img {
    max-width: 200px;
}

#dnn_row_8 h2,
#dnn_row_8 h3 {
    color: #fff;
    max-width: 500px;
}

#dnn_row_8 h2 {
    font-size: 0.9rem;
    line-height: 1.4;
}

#dnn_row_8 h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.25rem !important;
}

@media (min-width: 1024px) {
    #trailerPane {
        background:
            linear-gradient(90deg, rgba(24, 25, 26, 1) 0%, rgba(24, 25, 26, 1) 0%, rgba(24, 25, 26, 1) 40%, rgba(24, 25, 26, 0.6362920168067228) 58%, rgba(24, 25, 26, 0) 74%, rgba(24, 25, 26, 0) 100%),
            url("/portals/_Default/skins/LDRCervical2023/images/child-bg.jpg") no-repeat right top;
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 1023px) {
    #trailerPane {
        background: #18191a;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}

body ol li {
    font-size: 0.8rem;
    color: #18191a;
}