﻿@charset "utf-8";
/* CSS Document */

/*=== GLOBAL ===*/
p {
    font-size: 1.8em;
}

ol, ul {
    font-size:1.8em;
}

.nav-section, 
#breadcrumbs, 
.orangeline,
.footer,
.dmplogin,
.colophon,
.header .subline
{
    display:none;
}

address {
    color:#777!important;
}

/* Freephone message beneath number */
.telephone-panel p span {
    font-size: 18px;
}
.Normal .telephone-panel {
    padding-left:0;
}
.second-hero-overlay {
    background:none!important;
}

/* Hero banner */
.heroBanner {
    height:auto;
}
.heroBanner h2, 
.heroBanner p
{
    color: #777!important;
    padding-left:0;
    padding-right:0;
}
.heroBanner .bannerContent {
    height:inherit;
    background:none;
    width:100%;
}
.heroBanner .bannerImage {
    display:none;
}

.purple-primary {
    background: none;
}
.purple-primary * {
    color: #777!important;
}

/* Hide left nav column and expand content */
.main.section .row > .fourcol:first-child {
    display:none;
}
.main.section .row > .fourcol:first-child + .eightcol {
    width: 100%;
}

/*=== NON-GLOBAL ===*/

.blue-icon-list {
    padding-left:0!important;
}
.blue-icon-list li:before {
    display:none!important;
}

.accordion {
    margin-bottom:0!important;
}
.accordion dt {
    background: none!important;
    font-weight:bold;
}
.accordion dt, .accordion dd {
    padding-left:0!important;
}
.accordion dd {
    display: block!important;
}

.second-hero-right {
    display:none;
}

/* Twitter timeline and facebook embedded widgets */
.module.socialmedia {
    display:none;
}

/* MoneyAware feature */
.DnnModule-6512 {
    display:none;
}

/* Timeline module */
.DnnModule-DNN_HTML .history,
.DnnModule-DNN_HTML .history .timeline,
.DnnModule-DNN_HTML .history .timeline .time-line-holder,
.DnnModule-DNN_HTML .history .timeline .time-line-holder .timeline-entry
 {
    height: initial;
    width: initial;
    border-bottom: none;
}
.DnnModule-DNN_HTML .history .timeline .scroll-left,
.DnnModule-DNN_HTML .history .timeline .scroll-right,
.DnnModule-DNN_HTML .history .timeline .time-line-holder .timeline-entry:after
{
    display: none;
}
.DnnModule-DNN_HTML .history .timeline .time-line-holder .timeline-entry {
    margin: 0 15px 10px 15px;
    
}
.DnnModule-DNN_HTML .history .timeline .time-line-holder .timeline-entry h6 {
   font-size: 20px;
}
.DnnModule-DNN_HTML .history .timeline .time-line-holder .timeline-entry p {
   font-size: 18px;
}

.telephone-panel + p img {
    display: none;
}

/* Tabs module (tabbed content pane) */
.tabs {
    position:relative;
}
.tabs .the-tabs,
.tabs .tablink-1,
.tabs .tablink-2 {
    background: none;
    border: none!important;
    box-shadow: none!important;
}
.tabs .tablink-1 *,
.tabs .tablink-2 * {
    color:#6f397f;
}
.tabs .the-tabs li + li {
    position: absolute;
    bottom: 49%;
}
.tabs #tabs-2 {
    display: block;
    margin-top:70px;
}

/* SEO links */
.seo-links {
    display:none;
}

/* Purple Debt Remedy panel */
.module.topped.purple-eighty {
    display:none;
}

/* Tabular content */
table td {
    font-size:18px;
}