﻿@import url("twocolumnsResponsive.css");

/* Style for Menu left and right*/
div#wrapper {
   margin-top: -30px;
}

.wrapper-bg{
    content: '';
    height: 100%;
    background: #fff;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #e1e1e1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index:-1;
}

#twocol-main {
    width: 100%;
    max-width: 724px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#menubar ul{
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    counter-reset: menu-counter;
}

#menubar h4 {
    font-weight: bold;
    margin: 0 0 15px 0;
    display: block;
}

#menubar ul li{
    margin: 0 0 8px 30px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

#menubar ul li::before{
    position: absolute;
    left: 0;
    counter-increment: menu-counter;
    content: counter(menu-counter)'.';
    speak:none;
}

#menubar ul li:last-child{
    margin-bottom: 0;
}

#menubar .listNumber{
    width: 30px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}

body li.stepmenu-item-active::before,
body li.stepmenu-item-active a,
body li.stepmenu-item-activeanswered::before,
body li.stepmenu-item-activeanswered  a {
    font-size: 20px;
    font-weight: bold;
    color: #D9630E;
    text-decoration: none;
}

body li.stepmenu-item-active a.active:focus {
    outline:none;
}

body #menubar ul.stepmenu li.stepmenu-item-active::before, 
body #menubar ul.stepmenu li.stepmenu-item-activeanswered::before {
    margin-right: 10px;
}

.stepmenu-item-answered::before {
    color: #884488;
    text-decoration: underline;
}

.tf-error{
    max-width: 821px;
    position: static;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.responsive-pagination {
    display:none;
}

/*Add a space after the wrapper, clear both sides and hide it ( sort of a newline)*/
#wrapper:after
{
  content           : '\a0'; 
  display           : block;
  height            : 0;
  clear             : both;
  visibility        : hidden;
  margin-bottom     : 50px;
  min-height        :100%;
}