/*------ custom-select-box ----*/
/*------ custom-select-box ----*/
.sbHolder {
    background-color: #fff;
    border: solid 1px #cccccc;
    font-family: 'knowledgeregular';
    font-size: 1.6rem;
    font-weight: normal;
    height: 48px;
    position: relative;
}
/*
#PrintClip img.icon {
    max-width:22px;
    height:17px
}
    */
a.author {
display:none !important

}
.linkedin_color {
    color: #006699;
    font-size: 2em;
}

.linkedin_white {
    color: #ffffff;
    font-size: 2em;
}
    .sbHolder:focus .sbSelector {

    }

.sbSelector {
    display: block;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0px;
    width: 100%;
}

    .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
        color: #333333;
        font-family: 'knowledgeregular';
        line-height: 2.5;
        outline: none;
        text-decoration: none;
        font-size: 1.6rem;
    }

.sbToggle {
    background: url(../img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 48px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

    .sbToggle:hover {
        background: url(../img/select-icons.png) 0 -167px no-repeat;
    }

.sbToggleOpen {
    background: url(../img/select-icons.png) 0 -16px no-repeat;
}

    .sbToggleOpen:hover {
        background: url(../img/select-icons.png) 0 -66px no-repeat;
    }

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

    .sbHolderDisabled .sbHolder {
    }

    .sbHolderDisabled .sbToggle {
    }

.sbOptions {
    background-color: #fff;
    border: solid 1px #cccccc;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

    .sbOptions li {
        padding: 0 7px;
    }

    .sbOptions a {
        display: block;
        outline: none;
        padding: 7px 0 7px 3px;
    }

        .sbOptions a:link, .sbOptions a:visited {
            color: #333333;
            text-decoration: none;
        }

        .sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
            color: #333333;
        }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        color: #333333;
        display: block;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbGroup {
        color: #333333;
        display: block;
        font-weight: bold;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }

.addpaddingtobottom {
    padding-bottom: 15px
}

.anc {
    padding-top: 190px;
}

.padded {
    padding: 10px
}

    .padded ul {
        margin-left: 20px
    }

.justifiedtext {
    text-align: Justify
}

.lettersquares {
    padding: 0px 10px;
    width: 100%;
    margin-left: 0px;
}

.cursor {
    cursor: pointer
}

.latestclwnews {
    margin-top: 40px;
    text-align: justify
}

#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8, #div9, #div10, #div11, #div12, #div13, #div14, #div15, #div16, #div17, #div18, #div19, #div20, #div21, #div22, #div23, #div24, #div25, #div26, #div27, #div29 {
    display: none
}

i {
    font-style: italic
}

b {
    font-weight: bold
}

.text-uppercase {
    text-transform: none !important;
}

textarea {
    font-size: 0.95em !important
}

.bootbox .modal-header {
    display: block !important;
}

.search {
    /* float: left;
    position: absolute;*/
    color: #fa6400;
    font-size: 1.3em
}

.right-sec, .close-sec {
    padding: 10px 0px;
    /*background: #fa6400;
    color: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}
/*------ banner -----*/


.banner {
    background: url("../images/banner.jpg") no-repeat;
    background-size: cover;
    margin-top: 75px;
    padding: 60px 0;
    min-height: 300px;
    margin-bottom: 20px
}

    .banner .container {
        height: 100%;
    }

    .banner .row {
        height: 100%;
    }

.banner_short {
    height: 165px;
}

.banner_short_free {
    height: 160px
}

.firstnavitem {
    margin-left: 0px !important
}

.noborder {
    border-bottom: 0px solid white !important;
}



.members-logo {
    padding-top: 15px;
    padding-left: 0px
}

.date {
    font-family: 'arialregular';
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.2px;
    display: inline-block;
    margin-bottom: 10px;
}

.banner-content p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: Justify
}

    .banner-content p strong {
        color: #fa6400;
    }

.banner-content h1 {
    color: white
}

.loginbutton {
    float: right;
    position: relative;
    background: #efefef;
    padding: 6px 6px 6px 10px;
    border-radius: 5px;
    font-size: 1.3em;
    color: black;
    width: 99px;
}

    .loginbutton:hover {
        color: white;
        background: #fa6400
    }

    .loginbutton i {
        float: right;
        padding-right: 6px;
        padding-top: 6px;
    }

.searchhelp {
    cursor: pointer
}

.welcome h2 {
    padding-top: 10px
}

.welcome .content-section, .welcome .search-sec {
    min-height: 300px;
}

.welcome .issue-area textarea {
    border: 1px solid #cccccc;
    width: 100%;
    height: 55px;
    padding: 10px;
    resize: none;
    color: #333333;
    font-family: 'knowledgeregular';
}
/*  */
/*----- content-block-----*/
.content-wrapper {
    padding: 20px 0;
    min-height: 75vh
}

.content-block p, .content-block div.default p, .content-area p {
    font-size: 1.6rem;
    color: #333333;
    line-height: 24px;
    font-family: 'knowledgeregular';
    text-align: Justify;
    padding-bottom: 15px;
}

.content-block td {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.42;
    font-family: 'knowledgeregular';
    padding: 5px
}

.content-block .statuteitem td {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.42;
    font-family: 'knowledgeregular';
    padding: 0px
}

    /* .content-block .statuteitem td div {
        padding:0px;
        margin:0px
    }*/

    .content-block .statuteitem td div:not(.heading_01):not(.heading_02):not(.heading_03):not(.heading_04):not(.heading_05):not(.heading_06):not(.opening_01):not(.opening_02):not(.opening_03):not(.opening_04):not(.opening_05):not(.opening_06):not(.fullout):not(.fullout_01):not(.fullout_02):not(.fullout_03):not(.fullout_04):not(.fullout_05):not(.fullout_06) {
        padding: 0px;
        margin: 0px
    }

.content-block th {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.42;
    font-family: 'knowledgebold';
    padding: 5px
}

.content-block p.emptyparagraph {
    height: 10px
}

.content-block p.bullet-point {
    margin-bottom: 0px;
}

.content-block p span {
    display: inline
}

.content-block ul {
    font-size: 1.6rem;
    padding: 8px 0 0 0px;
    margin-left: 20px;
    margin-bottom: 30px
}

.content-block ul li, .content-area ul li {
    margin-bottom: 5px;
    position: relative;
    line-height: 24px;
    text-align: justify;
}

.content-block .fullout_02 > ul {
    padding-bottom: 0px;
    margin-bottom: 0px
}


.content-block ul li > button.casetrack {
    display: none
}


.content-block .cpdmessage ul {
    font-size: 1.6rem;
    padding: 20px 0 0 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.clipboardstatute div {
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

.cpdindent {
    width: 10px;
    display: inline-table !important;
}

h3.CpdPaperHeading {
    color: #4d4d4d
}

.CpdQuestion {
    font-weight: bold;
    padding-top: 12px;
}

.justifiedtext strong em {
    color: #005da2
}

button.cpdopenquestions {
    padding: 5px 5px 0px 5px !important;
}

.content-block address {
    font-size: 2.2rem;
    font-family: 'knowledgelight';
    color: #005da2;
    margin-bottom: 30px;
    text-align: justify
}

.item {
    text-align: Justify
}

    .item div {
        line-height: 24px;
        text-align: Justify
    }

.innercomment {
    padding: 10px 30px 10px 30px;
}

blockquote.innercomment p {
    font-size: 0.80em !important;
    line-height: 22px;
}

.innercomment p {
    padding: 0px
}

blockquote p {
    padding: 0px
}

span.paraindent {
    display: inline-block !important;
    width: 30px
}

p.commentname {
    text-align: right !important
}

    p.commentname b {
        font-family: 'knowledgebold';
    }

.item h3 a {
    font-size: 0.8em;
    color: #0056b3;
    line-height: 1.42;
    font-family: 'knowledgebold';
}

.itemsearch h2 a {
    font-size: 0.6em;
}

.hidecpr {
    display: none;
}

.index {
    margin-left: 0px;
    padding-left: 0px
}

.content-block .item p {
    margin-bottom: 0px !important;
    text-align: justify;
    padding-bottom: 0px;
}

.content-block .item ul.cases-img {
    margin-bottom: 15px
}

#newscontent {
    margin-top: 30px
}

.content-block div {
    /*margin-bottom: 30px;*/
}

#cpdprint div {
    margin-bottom: -5px
}

div.text-danger, div.text-danger ul {
    margin-bottom: 0px;
}

.content-block .bullet-head {
    font-size: 1.6rem;
    margin-bottom: 0px;
}

.content-sec {
    margin-bottom: 30px;
}

    .content-sec a {
        font-family: 'knowledgebold';
        font-size: 1.6rem;
    }

        .content-sec a:hover {
            color: #333333;
            border-bottom: 1px solid #333333;
        }

    .content-sec .bullet-head {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

.extraintro {
    padding-bottom: 10px
}

.extrabox {
    padding: 8px 0px 8px 8px !important;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

    .extrabox a {
        font-size: 0.9em
    }

.extrasprintbutton {
    position: relative;
}

    .extrasprintbutton img {

        margin-top: 10px;
    }

.content-area ul.cases-img > li {
    list-style-type: none
}

#baseModal .modal-body p br {
    line-height: 2em;
}

#baseModal .modal-body p.lessbreak br {
    line-height: 1em;
}

#baseModal .modal-body b {
    font-weight: bold
}

.welcomebox {
    padding: 10px 20px;
}

.welcomeicons {
    padding: 30px 20px 0px 20px;
}

.welcomeicon {
    display: table-cell;
    width: 50%
}

.welcomebox span {
    padding-top: 10px;
    width: 130px
}

.welcomebox .row {
    padding-top: 10px
}

    .welcomebox .row .text-center {
        margin-bottom: 10px !important;
    }

.welcomebox .text-center span {
    width: 100%;
    text-align: center
}

.welcomebox h3 {
    margin-bottom: 20px
}

.welcomebox h4 {
    color: #fa6400;
    padding: 0px 0px 0px !important;
    letter-spacing: 0.2px;
    font-size: 1.5em;
    margin-bottom: 15px !important;
    background: none !important;
}

.nobottommargin {
    margin-bottom: 0px
}

.sidewidth img {
    min-width: 40px
}

.default p {
    margin-bottom: 10px;
}

.online-print p {
    margin-bottom: 10px;
}

.requirement p {
    margin-bottom: 10px;
}

.phone { /*.requirement */
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.bullet-point {
    font-size: 1.6rem;
    padding: 14px 0 0 0px;
}

    .bullet-point li, .content-area ul li{
        margin-bottom: 14px;
        position: relative;
        padding-left: 15px;
        margin-left:15px
    }

    .content-area ol li {
        margin-bottom: 14px;
        position: relative;
        padding-left: 15px;
        margin-left:30px
    }

        .bullet-point li:after, .content-area ul li:after {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #333333;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.subscription {
    border: 1px solid #cccccc;
    padding: 30px 25px;
}

.sub {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: 'knowledgebold';
    letter-spacing: 1.5px;
    color: #333333;
}

.subscription p {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.48;
}

.subscription a {
    font-family: 'knowledgebold';
    font-size: 1.6rem;
    color: #333333;
}

.here {
    border-bottom: 1px solid #333333;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + .75rem + 5px);
    padding: 5px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.searchbuttonrow {
    padding-bottom: 10px;
}

select.form-control {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 9px !important;
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
/*------ profile ------*/


/* Helpers */
.slim {
    padding-left: 0px;
    padding-right: 0px;
}

.spacer {
    padding: 10px
}



/* CPD */
.cpdloginfield {
    width: 220px !important;
    margin-right: 5px
}


.cpdtable table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px
}

.cpdtable table tr.total td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.answers {
    padding-top: 10px
}

.answers ul {
    list-style-type: none;
    display: inline
}

.answers ul li {
    display: inline
}

.answers ul li input {
    width: 30px
}

.answers span {
font-weight: bold;
}

#cpdmessage {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #fff9f2;
    padding: 10px 20px 20px 20px;
    border: 1px solid silver;
}

.EmailCpdHoursMessage {
    width: 100%;
    color: red;
    display: none;
    text-align: center
}

.rightsidecolumn h4 {
    color: white;
    float: left;
    margin: 0px;
    width: 100%;
}

.rightsidecolumn h4 {
    color: white;
    margin-bottom: 0px !important
}
/*  search advanced */

.advancedhelpicon {
    display: inline;
    width: 10px;
    margin-left: 5px;
    cursor: pointer
}

#clwissueshelp, #clwjudgementdatehelp, #clwjudgenamehelp {
    display: none
}


input.searchcb {
    margin-bottom: 20px;
    margin-right: 6px;
    margin-left: 10px;
}

input.cbindented {
    margin-left: 32px;
}

.checkbox-inline {
    width: auto;
    margin: 0px;
    padding: 0px
}

.bordered {
    border: 1px solid silver;
    margin: 10px;
}

.tablelist .bordered {
    padding: 8px 12px
}

.tablelistitem .issueimage {
    width: 30%;
    padding-top: 5px;
    float: right
}

.tablelistitem a h3 {
    font-size: 1.6rem;
    color: #005da2;
    line-height: 1.42;
    font-family: 'knowledgebold';
    padding-top: 0px;
    margin-bottom: 0px
}

.tablelistitemtext {
    float: left
}

.tablelistitem h3 a {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.42;
    font-family: 'knowledgeregular';
    padding-top: 0px;
    margin-bottom: 0px;
    color: #0056b3;
}

.tablelistitem a {
    border: 0px solid transparent;
}

.tablesimage {
    float: left;
    padding-top: 5px;
}

    .tablesimage img {
        width: 70%
    }

.tablestext {
    float: left;
    padding-left: 0px;
    padding-top: 11px
}

div.issueimage {
    padding-right: 0px;
}

div.issuetext {
    font-size: 1.1em;
}
/*------ banner -----*/
.profile-banner {
    background: #d0d0d0;
    margin-top: 88px;
}
/*---- content-block ----*/
.statuteitem span {
    display: inline
}

.main-content {
    position: relative;
    overflow: hidden;
    margin-left: -50px; /* offset to line up the banner and content */
}

.slide-wrap {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 12px;
}

    .slide-wrap a {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

.previous span, .next span {
    text-transform: uppercase
}

.previous-btn, .next-btn {
    display: inline-block;
    vertical-align: middle;
}

.icon-previous {
    width: 15px;
    height: 16px;
    background-position: -142.3px -4.6px;
    margin-right: 4px;
}

.icon-next {
    width: 15px;
    height: 16px;
    background-position: -124.2px -4.6px;
    margin-left: 4px;
}

.issue {
    font-size: 1.2rem;
    font-family: 'arialregular';
    margin-bottom: 30px;
    letter-spacing: 1.3px;
    text-transform: uppercase !important;
    font-weight: bold
}

p.justified {
    text-align: justify
}


.LongTitleIntro div {
    padding-top: 15px
}

.LongTitleIntro span {
    display: inline;
    font-size: 4.0em;
    float: left;
    margin-top: -0.43em;
    margin-right: 0.1em;
}

.close-sec {
    position: absolute;
    left: 12px;
    top: 105px;
    display: none;
}

.cases-wrap h2 {
    font-family: 'knowledgebold';
    color: #4d4d4d;
    margin-bottom: 20px;
}

.cases-wrap h3 {
    font-family: 'knowledgebold';
    color: #fa6400;
    margin-bottom: 15px;
}

.cases-wrap h4 {
    font-family: 'knowledgebold';
    color: #4d4d4d;
    margin-bottom: 15px;
    font-size: 1.2em
}

.cases-wrap p {
    margin-bottom: 24px;
    line-height: 24px;
}

.cases-wrap a {
    font-family: 'knowledgeregular';
    font-size: 1.6rem;
    color: #005da2;
}

.case-info {
    font-family: 'knowledgeregular';
    font-size: 1.6rem;
    margin-bottom: 0px;
    margin-left: 30px;
}

.reference, .judgement-date {
    margin-bottom: 0px !important;
}

.cases-img {
    margin-top: 10px;
    margin-bottom: 0px;
}

ul.cases-img {
    list-style: none;
    margin-left: 0px;
}

ul.cases-img li {
    padding-right:15px
}

.cases-img li:last-child {
    margin-right: 0;
}

.issueside img.icon {
  height:50px;
}

.clipboardremove i {
    font-size: 1.4em;
    color: #fa6400;
}

.comment-sec {
    padding: 15px 15px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    font-size: 1.6rem;
    margin-top: 30px;
}

    .comment-sec .fullout_02 > ul {
        /* margin-bottom: 0px; */
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .comment-sec ul {
        margin-bottom: 0px;
    }

    .comment-sec p {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 1.6rem;
    }

.comment-head {
    border-bottom: 2px solid #005da2;
    margin-bottom: 15px;
    cursor: pointer
}

.icon-user {
    background-position: -1.6px -1.6px;
    margin-right: 7px;
}

.comment {
    font-size: 1.6rem;
    font-family: 'knowledgebold';
    color: #005da2;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.update-sec {
    padding: 15px 15px 10px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}

.update-head {
    border-bottom: 2px solid #fa6400;
    margin-bottom: 15px;
}

.icon-update {
    background-position: -32.1px -1.6px;
    margin-right: 8px;
    width: 22px;
}

.update {
    font-size: 1.6rem;
    font-family: 'knowledgebold';
    color: #fa6400;
    letter-spacing: 2px;
    text-transform: uppercase !important;
}

.update-sec p {
    font-size: 1.6rem;
    color: #333333;
    padding-top: 3px;
    padding-left: 4px;
    margin-bottom: 0px
}

.textindent {
    width: 15px;
    display: inline-block;
}
/*---- right-content ---*/
.rightsidecolumn {
    position: absolute;
    /*top: 160px;*/
    left: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hide {
    display: none
}

.show {
    display: block
}

.right-content {
    background: #fff;
}

.search-sec {
    border: 1px solid #cccccc;
    margin-bottom: 32px;
}

.search-head {
    background: #fa6400;
    padding: 11px 21px 10px;
}

    .search-head h4 {
        /*letter-spacing: 1px;*/
    }

.advance {
    color: #fff;
    text-decoration: none;
}

    .advance a {
        color: #fff;
        text-decoration: none;
    }

.advancedsearchbox {
    border: 1px solid #cccccc;
    width: 100%;
    height: 80px;
    padding: 10px;
    resize: none;
    color: #333333;
    font-family: 'knowledgeregular';
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px
}

.advance a:hover {
    color: #fff;
    text-decoration: underline;
}

.replaceformpadding {
    padding-top: 20px;
}

.block-content {
    padding: 24px 20px 24px;
}

.search-sec .block-content {
    background: white
}

.index-block-content {
    padding: 10px 5px;
}

    .index-block-content .tablebox {
        /*border:1px solid silver*/
    }

.download {
    font-size: 1.6rem;
}

.tablealpha a {
    width: 100%
}

.download a {
    font-size: 1.6rem;
}

.choose {
    position: relative;
    margin-bottom: 20px;
}

.icon-select {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 29%;
    background-position: -82.6px -4.8px;
    pointer-events: none;
}

.issue-area {
    margin-bottom: 15px;
}

    .issue-area h4 {
        margin-bottom: 15px !important;
        color: #005da2;
    }

.help {
    margin-bottom: 30px;
}

.sidebutton {
    padding: 10px;
    text-align: right
}

.inline {
    margin-bottom: 10px
}

.smallerparagraphs p {
    margin-bottom: 5px !important;
}


.sign-in {
    padding: 6px 25px;
    background: #fa6400;
    color: #fff;
    letter-spacing: 0.2px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    font-size: 1em
}

    .sign-in:hover {
        border: 1px solid #fa6400;
        background: transparent;
        color: #333333;
    }

.loginhide {
    display: none
}

.toplogin {
    display: block
}
/*---- extra-wrap ---*/
.content-section {
    /*border: 1px solid #cccccc;
    margin-bottom: 30px;
    background: white*/
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    background: white;
    min-height: 55px;
}

    .content-section h4 {
        background: #fa6400;
        padding: 11px 20px 9px;
        letter-spacing: 0.5px;
    }

.rightsidecolumn .content-section h4 {
    background: #fa6400;
    padding: 11px 20px 9px;
    letter-spacing: 0.2px;
    font-size: 1.0em;
    margin-bottom: 0px !important;
	width: 100% !important!
}

    .rightsidecolumn .content-section h4 a {
        font-size: 1.0em;
        color: white;
        font-family: 'knowledgebold';
    }

.rightsidecolumn .search-sec h4 a {
    font-size: 1.0em;
    color: white;
    font-family: 'knowledgebold';
}

.rightsidecolumn .search-sec h4 {
    letter-spacing: 0.2px;
    font-size: 1.0em;
    margin-bottom: 4px !important
}

.welcomeside h4 {
    letter-spacing: 0.2px;
    font-size: 1.0em;
    margin-bottom: 0px !important;
    color: white
}

.sibtn {
    padding: 6px !important;
    margin: 0px;
    margin-left: 10px;
    margin-top: -10px;
    font-size: 1.55rem !important;
    border-radius: .25rem;
}

.pdf {
    margin-right: 20px;
}
.html {
    margin-right: 22px;
}

.sidebar {
    left: 0;
}

.close-btn {
    display: block;
}

.newsFrontPageScroll p {
    line-height: 1.4;
    font-family: 'knowledgeregular';
    text-decoration: none;
    outline: none;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.btn {
    font-size: 1.55rem !important;
    padding: 0.5em !important;
}

/* Issue list */



/* Tables */
.statutoryinstrument {
    margin-bottom: 5px
}

.indexheading {
}

    .indexheading span {
        display: inline;
        font-family: 'knowledgeregular';
        font-weight: 300
    }

.indexdetail {
}

.indexdetail span {
    display: inline
}

.statutes_section {
    padding-bottom: 20px
}

.statutes_content {
    padding-left: 20px;
}

.statsearchresults {
    margin-bottom: 15px
}

.statutes_content span {
    display: inline-block;
}

.statutes_heading {
    color: black
}

.statutes_heading span {
    display: inline-block
}

.statutes_heading a, .statutes_heading a em {
    color: #0056b3
}

.sialpha {
    padding-bottom: 20px
}

.silist span {
    display: inline-block !important;
}

span.statlinks {
    display: inline !important;
}

#profilemessage {
    color: red;
    display: none;
    padding-top: 20px
}
/* CPD */
.cpdprofileaddress {
    padding-top: 10px
}

.returnbox {
    min-height: 47px !important;
}

#message {
    display: none;
    padding: 0px 0px 10px 0px;
    color: red;
}

.cpdprofileaddress p {
    margin: 0px
}

.cpdprofileaddress span {
    display: inline-block
}

.cpdprofile h3 {
    padding: 10px 0px;
}

.answers ul {
    list-style: none !important;
}

.answers div {
    display: inline-block;
    margin-right: 15px
}

.answers span {
    display: inline-block;
    margin-right: 5px
}

    .answers span input {
        margin-top: 1px
    }

h2.cpdheader {
    cursor: pointer
}

.hoverviewanswers {
    float: right;
    border: 1px solid silver;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer
}

.answerbutton {
    float: left;
    border: 1px solid silver;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer
}

.StatuteType1 {
    display: block;
}

.StatuteType2 {
    display: none;
}

.surveyok {
    margin-right: 136px !important;
    font-weight: bold;
}

.surveypopupheading {
    color: #fa6400;
    font-weight: bold;
    font-size: 1.3em;
    float: left
}

/* Mobile styles */
@media (max-width: 768px) {
    .banner_short_free {
        height: 45px;
    }
}