.backgroundContainer {
    /* background-color: rgba(215, 210, 203, 0.4);
    border-bottom: 1px solid #999999; */
    background: #E6E7E8;
    margin-bottom: 0px;
}
.sitemapContainer {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
.horizontalStripe {
    height: 6px;
	width: 100%;
	/* background: linear-gradient(to right, #FA4628, #FFC800); */
	background:rgb(250,120,60);
	background: linear-gradient(90deg, rgba(250,120,60,1) 4%, rgba(255,200,0,1) 40%);
}
/* .navyStripe {
    width: 21.3%;
    background-color: #001e60;
}
.vibrantStripe {
    width: 28.8%;
    background-color: #0047bb;
}
.mintStripe {
    width: 49.9%;
    background-color: #48d597;
}
.navyStripe, .vibrantStripe, .mintStripe {
    height: 5px;
    float: left;
} */
.headerContainer h1 {
    text-align: center;
	font-family: "Poppins SemiBold", sans-serif;
	font-size: 44px;
	margin-top: 37px;
	margin-bottom: 37px;
	line-height: 53px;
}
.tab-content {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
ul.nav-pills {
    margin-top: 40px;
    margin-bottom: 55px;
    width: 400px;
}
li.nav-item {
    height: 50px;
    width: 200px;
    text-align: center;
    border: 2px solid #FFC800;
    background-color: #F5F5F5;
    margin-bottom: 0px;
    margin-left: 0px !important;
    border-right: 0px;
}
li.nav-item:last-child {
    border: 2px solid #FFC800;
}
li.nav-item.active {
    background-color: #FFC800;
}
a.nav-link {
    font-family: "Poppins Bold", sans-serif;
    font-size: 13px;
    color: #53565A;
    line-height: 50px !important;
    padding-top: 17px!important;
    padding-bottom: 13px!important;
}
.residentialLink {
    padding-left: 57px!important;
    padding-right: 56px!important;
}
.smallbusinessLink {
    padding-left: 42px!important;
    padding-right: 41px!important;
}
.enterpriseLink {
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.aboutusLink {
    padding-left: 65px!important;
    padding-right: 64px!important;
}
a.nav-link:hover {
    background-color: transparent !important;
    outline: none;
}
.active a.nav-link {
    color: #000000 !important;
    background-color: #FFC800  !important;
    outline: none;
}
.sitemapContainer ul li {
    list-style: none;
}
.sitemapContainer ul {
    padding: 0px;
}
.residential {
    width: 888px;
    margin: 0 auto;
}
.smallbusiness {
    width: 555px;
    margin: 0 auto;
}
.enterprise {
    width: 905px;
    margin: 0 auto;
}
.aboutus {
    width: 942px;
    margin: 0 auto;
}
.residential .column, 
.smallbusiness .column,
.enterprise .column,
.aboutus .column {
    float: left;
    /* border-right: 2px solid #FFFFFF; */
    margin-bottom: 60px;
}
.residential .column:last-child, 
.smallbusiness .column:last-child,
.enterprise .column:last-child,
.aboutus .column:last-child {
    border: 0px;
}


.residential .column {
    width: 296px;
    height: 350px;
    /* padding: 0 45px; */
}
.smallbusiness .column {
    height: 205px;
    width: 320px;
    /* padding: 0 45px; */
}

	a.column-heading-link,
    a.column-heading-link:hover,
    a.column-heading-link:visited,
    a.column-heading-link:active {
    font-family: "Poppins SemiBold", sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	line-height: 31px;
}

.smallbusiness .column:last-child {
	width : 235px;
}
.enterprise .column {
    height: 421px;
    padding: 0 40px;
}
.enterprise .column:nth-child(1) {
    padding-left: 0px;
    width: 228px;
}
.enterprise .column:nth-child(2) {
    width: 272px;
}
.enterprise .column:nth-child(3) {
    width: 240px;
}
.enterprise .column:nth-child(4) {
    padding-right: 0px;
    width: 165px;
}
.aboutus .column {
    padding: 0 34px;
    height: 247px;
}
.aboutus .column:nth-child(1) {
    padding-left: 0px;
    width: 198px;
}
.aboutus .column:nth-child(2) {
    width: 191px;
}
.aboutus .column:nth-child(3) {
    width: 178px;
}
.aboutus .column:nth-child(4) {
    width: 212px;
}
.aboutus .column:nth-child(5) {
    padding-right: 0px;
    width: 163px;
}
.heading {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
}
.listItem a:active,
.panel-body .table a:active {
    color: #53565a;
}
.listItem li,
.panel-body .table li {
    margin-bottom: 8px;
}
.panel-body .table li{
    list-style: disc;
    padding-left: 15px;
}
.table ul {
    border: 1px solid black;
    padding: 10px 50px;
    margin-top: 0;
    min-height: 430px;
}
.table .tbody .heading{
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: none;
}
.table .tbody div:nth-child(1){
    padding-right: 0;
}
.table .tbody div:nth-child(2){
    padding-left: 0;
}
.panel-title button{
    font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #53565A;
    line-height: 16px;
    width: 100%;
    text-align: left;
}
.panel-title .glyphicon{
    float: right;
}
.panel-title .btn:focus{
    outline: none;
}
.panel-default>.panelHeading {
    color: #333;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid black;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title .btn-link:hover,
.panel-title .btn-link:focus{
    color: #666666;
}
.listItem li div,
.panel-body .table li div{
    /* font-family: "Maison Neue Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #53565A;
    line-height: 16px; */
    font-family: "Poppins Regular", sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.panel-body {
    padding-top: 0px;
}
.sml-logo {
    margin-left: 0px !important;
}
.sf-rnt-global-desktopChatButton {
	background-color : #ffffff;
}
@media only screen and (min-width: 992px) {
    .listItem {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
	
	a.column-heading-link,
    a.column-heading-link:hover,
    a.column-heading-link:visited,
    a.column-heading-link:active {
    font-family: "Maison Neue Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;           
    text-decoration : none;
    color : #000000;
    }
    .panel-group{
        border-top: 2px solid #CCCCCC;
    }
	.table .tbody .heading{
        width: 100%;
    }
    .table .tbody div:nth-child(1) {
        padding-right: 15px;
    }
    .table .tbody div:nth-child(2) {
        padding-left: 15px;
    }
    .table ul {
        padding-bottom: 0px;
        margin-bottom: 0px;
        min-height: 200px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.nav-pills {
        width: 360px;
    }
    li.nav-item:first-child {
        margin-left: 0px !important;
    }
    li.nav-item {
        width: 180px;
    }
    .residentialLink {
        padding-left: 35px!important;
        padding-right: 35px!important;
    }
    .smallbusinessLink {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    .enterpriseLink {
        padding-left: 39px!important;
        padding-right: 38px!important;
    }
    .aboutusLink {
        padding-left: 43px!important;
        padding-right: 43px!important;
    }
    .residential {
        width: 718px;
    }
    .residential .column {
        padding: 0 30px;
    }
    .residential .column:nth-child(1) {
        padding-left: 0px;
        width: 236px;
    }
    .residential .column:nth-child(2) {
        width: 261px;
    }
    .residential .column:nth-child(3) {
        padding-right: 0px;
        width: 221px;
    }
    .smallbusiness {
        width: 575px;
    }
    .smallbusiness .column {
        padding: 0 50px;
    }
    .smallbusiness .column:nth-child(1) {
        width: 325px;
    }
    .smallbusiness .column:nth-child(2) {
        width: 250px;
    }
    .smallbusiness .column:nth-child(3) {
        padding-right: 0px;
        width: 190px;
    }
    .enterprise {
        width: 681px;
    }
    .enterprise .column {
        padding: 0 30px;
    }
    .enterprise .column:nth-child(1) {
        width: 149px;
    }
    .enterprise .column:nth-child(2) {
        width: 201px;
    }
    .enterprise .column:nth-child(3) {
        width: 176px;
    }
    .enterprise .column:nth-child(4) {
        width: 155px;
    }
    .aboutus {
        width: 719px;
    }
    .aboutus .column {
        padding: 0 15px;
        height: 263px;
    }
    .aboutus .column:nth-child(1),
    .aboutus .column:nth-child(2) {
        width: 153px;
    }
    .aboutus .column:nth-child(3) {
        width: 140px;
    }
    .aboutus .column:nth-child(4) {
        width: 146px;
    }
    .aboutus .column:nth-child(5) {
        width: 127px;
    }
    .aboutus .heading.first {
        line-height: 16px;
        margin-bottom: 12px;
    }
    .listItem {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    .backgroundContainer {
        border-bottom: 0px;
    }
    .sitemapContainer {
        width: 100%;
        padding: 0px;
    }
    .sitemapContainer.footerContainer {
        padding: 0 15px;
    }
    ul.nav-pills {
        width: 290px;
        margin: 40px auto;
    }
    li.nav-item {
        width: 135px;
        margin-right: 20px;
        border-right: 2px solid #FFC800;
    }
    li.nav-item:nth-child(1), 
    li.nav-item:nth-child(2) {
        margin-bottom: 20px;
    }
    li.nav-item:nth-child(2), 
    li.nav-item:nth-child(4) {
        margin-right: 0px;
    }
    .residentialLink {
        padding-left: 24px!important;
        padding-right: 23px!important;
    }
    .smallbusinessLink {
        padding-left: 9px!important;
        padding-right: 9px!important;
    }
    .enterpriseLink {
        padding-left: 27px!important;
        padding-right: 27px!important;
    }
    .aboutusLink {
        padding-left: 32px!important;
        padding-right: 32px!important;
    }
    .residential, 
    .smallbusiness, 
    .enterprise, 
    .aboutus {
        width: 100%;
    }
    .column:hover {
        cursor: pointer;
    }
    .residential .column, 
    .smallbusiness .column, 
    .enterprise .column, 
    .aboutus .column {
        width: 100% !important;
        height: auto;
        padding: 0px;
        margin: 0px;
        border-top: 2px solid #CCCCCC;
        background-color: #FFFFFF;
    }
    .residential .column:last-child, 
    .smallbusiness .column:last-child,
    .enterprise .column:last-child,
    .aboutus .column:last-child {
        border-top: 2px solid #CCCCCC;
        border-bottom: 2px solid #CCCCCC;
    }
    .heading {
        margin: 0 auto;
        line-height: 50px;
        font-size: 16px;
        width: 290px;
    }
    .arrow-down {
        background: url(/assets/images/page-components/sitemap/arrow_down.svg) no-repeat;
        height: 32px;
        width: 32px;
        float: right;
        margin-top: 9px;
    }
    .arrow-down.arrow-up {
        background: url(/assets/images/page-components/sitemap/arrow_up.svg) no-repeat;
        height: 32px;
        width: 32px;
        float: right;
        margin-top: 9px;
    }
    .listItem {
        display: none;
        margin: 0px;
    }
    .listItem li {
        margin: 0px;
        border-top: 0.5px solid #CCCCCC;
        padding: 9px 0px;
    }
    .listItem li div {
        width: 290px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 18px;
    }
}