﻿/* ----- */
/* Begin body and reset styles */
/* ----- */
/* Reset font size and set background colour */

a:focus, input:focus, button:focus {
    outline: 2px solid #2e70a1;
}

body, .ms-core-defaultFont, #pageStatusBar, .ms-status-msg, .js-callout-body {
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
}

    body div.ms-dlgBorder div.ms-dlgTitle {
        display: none;
    }

.lawimage {
    width: 75%;
}

.treaty-page {
    display: table;
}

.treaty-row {
    display: table-row;
}

.treaty-col-left, .treaty-col-right {
    display: table-cell;
}

    .treaty-col-left > h3, .treaty-col-right > h3 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

.translatedLawWatermark {
    background: url(/_layouts/15/images/jerseylaw.je/unofficialtranslation.png);
}

.restrictedJudgmentWatermark {
    background: url(/_layouts/15/images/jerseylaw.je/restricted.png);
}

.indexingDisposition table {
    width: 100%;
    padding: 0px;
    align-content: flex-start;
}

.indexingDisposition tr {
    width: 100%;
    align-content: flex-start;
}

.indexingDisposition td {
    vertical-align: top;
}

.indexLabel {
    width: 25%;
}

.indexData {
    width: 60%;
}

.indexingDisposition > .header {
    background-color: #460a08; /*#460604;*/
    width: 100%;
    color: #fff !important;
    padding: 5px;
}

.indexingDisposition tr.border_bottom td {
    border-bottom: 1pt solid black;
}

.indexingDisposition label {
    width: 98%;
}

.indexingDisposition input[type=button], input[type=submit] {
    background-color: #460a08; /*#460604;*/
    /*width: 100%;*/
    color: #fff !important;
    font-size: 14px;
}

/* Add the scroll bars back in */
.sv-ribbonNotPresent {
    overflow: visible !important;
}

/* Remove 35px bottom padding */
#s4-bodyContainer {
    padding-bottom: 0;
    background-color: #3c3b35;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: 'proxima-nova', sans-serif;
}
/* ----- */
/* End body and reset styles */
/* ----- */

/* ----- */
/* Begin page (between edge of page and browser window) and content (between edge of content and page) margins */
/* ----- */
#page-margin {
    margin: 0 auto;
    background-color: #fff;
}

.content-margin {
    max-width: 1440px;
    margin: 0 auto;
}

.lawAnnotation.lawAnnotation a {
    cursor: pointer;
    color: #0000FF;
}

    .lawAnnotation.lawAnnotation a:hover {
        text-decoration: underline;
    }

@media(max-width:1460px) {
    .content-margin {
        padding: 0 20px;
    }
}
/* ----- */
/* End page (between edge of page and browser window) and content (between edge of content and page) margins */
/* ----- */

/* ----- */
/* Begin header styles */
/* ----- */
h1, h2, h3, h4, p {
    font-family: 'proxima-nova', sans-serif;
}

a {
    color: #550c0a;
}

    a:hover {
        color: #460a08;
    }

    a:visited {
        color: #460a08;
    }

.ms-ref-refiner #Value > a:hover {
    color: #460a08;
}

p {
    font-size: 16px;
}

    p a {
        text-decoration: underline;
    }

input[type=button], input[type=reset], input[type=submit], button {
    font-family: 'proxima-nova', sans-serif;
}

.ms-link:visited {
    color: #333;
}

#header {
    background-color: #460a08; /*#460604;*/
    width: 100%;
    min-height: 99px;
}

    #header a:hover {
        text-decoration: none;
    }

#header-title {
    background: url("/_layouts/15/images/jerseylaw.je/JLIB_Logo_51x51.png") no-repeat left center;
    display: block;
    float: left;
    min-height: 51px;
    margin: 24px 0 0;
    padding: 0 0 0 58px;
}

    #header-title h1 {
        color: #fff;
        font-size: 29px;
        font-weight: 600;
        margin: 0;
        font-family: 'proxima-nova', sans-serif;
    }

    #header-title h2 {
        color: #fff;
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 0;
        font-family: 'proxima-nova', sans-serif;
        text-align: right;
    }

#header-links {
    float: right;
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

    #header-links li {
        background-color: #ecebdd;
        display: inline-block;
        margin-left: 20px;
        min-height: 51px;
        position: relative;
        text-align: center;
        width: 213px;
    }

    #header-links a {
        display: block;
        background: #ecebdd;
        color: #000;
        font-size: 13px;
        line-height: 51px;
        min-height: 51px;
        width: 213px;
        box-sizing: border-box;
    }

        #header-links a:focus {
            border: 3px solid #000d37;
            border-style: inset;
            min-height: 45px;
            line-height: 45px;
        }

    #header-links ul {
        display: none;
        list-style: none;
        padding-left: 0;
        position: absolute;
        z-index: 1;
    }

    #header-links li:hover ul {
        display: block;
    }

    #header-links ul li {
        border-top: solid 1px #fff;
        margin-left: 0;
    }

    /* Display header link submenu when hovered */
    #header-links a:hover {
        background-color: #c6c5b9;
    }

    #header-links > li > ul > li > a {
        background: url('/_layouts/15/images/jerseylaw.je/Dark_Grey_Button_220x58.png') center 50%;
    }

        #header-links > li > ul > li > a:hover {
            background: url('/_layouts/15/images/jerseylaw.je/Dark_Grey_Button_Hover_220x58.png') center 50%;
        }
/* ----- */
/* End header styles */
/* ----- */

/* ----- */
/* Begin navigation styles */
/* ----- */
#nav {
    background-color: #ecebdd;
    clear: both;
    height: 60px;
    /*min-height: 80px;*/
    overflow: hidden;
}

/* Begin navigation menu styles */
#nav-links {
    float: left;
}

.ms-core-navigation {
    font-family: 'proxima-nova', sans-serif;
}

/* Begin Fixes */

/* Remove 40px left padding */
#nav-links ul.root {
    padding-left: 0;
}

#nav-links ul.static {
    padding-left: 0;
}

/* Remove 30px right margin and 1px border */
#nav-links li.static > .ms-core-listMenu-item {
    margin-right: 0;
    border-width: 0;
}

/* End Fixes */

/* Root (home) navigation menu list item */
#nav-links ul.root > li.static > a {
    float: left;
    /*margin-top: 25px;*/
    height: 30px;
    padding: 15px 0;
    display: inline-block;
}

#nav-links ul.root > li.static > ul.static > li.static {
    float: left;
    /*margin: 0;*/
    height: 30px;
    padding: 15px 0;
}

/* Navigation menu list items */
#nav-links .menu-item-text {
    /*color: #3c3b35;*/
    /*padding: 0 13px;*/
    padding: 0 15px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    margin-top: 6.5px;
    display: inline-block;
}

    #nav-links .menu-item-text:hover {
        text-decoration: underline;
    }

#nav-links a:focus {
    color: #fff;
    background-color: #460a08;
}

#nav-links ul.root > li.static > ul.static > li.static > a > span {
    border-left: 1px solid #c6c5b9;
}

#nav-links ul.root > li.static > ul.static > li.static:last-child a > span {
    border-right: 1px solid #c6c5b9;
}

/* Selected navigation menu item */
#nav-links ul.root > li.static > ul.static > li.selected {
    background: url(/_layouts/15/images/jerseylaw.je/Arrow_U_Grey_110x55.png) bottom center no-repeat;
    background-size: 22px;
}

#nav-links a {
    color: #3c3b35;
    /*font-size: 18px;*/
}

@media (max-width:1045px) {
    /*#nav-links a {
        font-size: 17px;
    }*/
    #nav-links .menu-item-text {
        font-size: 17px;
    }
}

@media (max-width:1010px) {
    /*#nav-links a {
        font-size: 16px;
    }*/
    #nav-links .menu-item-text {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    #nav-links .menu-item-text {
        padding: 0 7px;
        margin-top: 0px;
    }
}

@media (max-width:720px) {
    #nav-links ul.root > li.static > ul.static > li.static:last-child .menu-item-text {
        border-right: 0px;
    }
}

/* End navigation menu styles */

/* Begin navigation social media links */
#nav-social {
    float: right;
    height: 26px;
    margin: 17px 0;
}

    #nav-social a {
        display: inline-block;
        height: 26px;
        margin-left: 5px;
        width: 26px;
    }

.icon {
    background: url("/_layouts/15/images/jerseylaw.je/Icons.png") no-repeat;
}

.twitter {
    background-position: -52px -78px;
}

    .twitter:hover {
        background-position: -52px -52px;
    }

.linkedin {
    background-position: 0px -78px;
}

    .linkedin:hover {
        background-position: 0px -52px;
    }

.rssfeed {
    background-position: -26px -78px;
}

    .rssfeed:hover {
        background-position: -26px -52px;
    }
/* End navigation social media links */

/* Begin breadcrumb styles */
#breadcrumb {
    background-color: #3c3b35;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}

    #breadcrumb a:hover {
        text-decoration: underline;
    }

    #breadcrumb a:focus {
        background-color: #460a08;
    }

@media (max-width:720px) {
    #breadcrumb {
        padding-left: 10px;
    }
}

#breadcrumb > span > span:nth-child(odd) {
    display: none;
}

#breadcrumb > span > span > a {
    color: #fff;
    background: url(/_layouts/15/images/jerseylaw.je/Arrow_R_White_9x20.png) center right no-repeat;
    background-size: auto 8px;
    padding-right: 13px;
    margin-right: 9px;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb .ms-link:visited {
    color: #FFF;
}
/* End breadcrumb styles */

/* ----- */
/* End navigation menu styles */
/* ----- */

/* Begin Notice Alert Bar Styles */
#notice-alert {
    background-color: #3c3b35;
    font-size: 18px;
}

    #notice-alert > div > div {
        padding: 10px 15px;
    }

    #notice-alert span {
        color: #fff;
    }

    #notice-alert a {
        color: #fff;
        text-decoration: underline;
    }

/* End Notice Alert Bar Styles */

/* ----- */
/* Begin content container styles */
/* ----- */
#content {
    background-color: #fff;
    clear: both;
    min-height: 520px;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (max-width:720px) {
    #content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#body {
    float: right;
    width: 70%;
    padding-left: 10px;
    box-sizing: content-box;
}

#sidebar {
    float: left;
    width: 25%;
    box-sizing: content-box;
}

@media (max-width:1020px) {
    #sidebar {
        width: 100%;
    }
}

#search-results {
    box-sizing: content-box;
    float: right;
    padding-right: 10px;
    width: 70%;
}

#search-refiners {
    box-sizing: content-box;
    float: left;
    width: 25%;
}

#searchclear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}


ul.no-bullets, ol.no-bullets {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

a.button {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    width: 100%;
    background: url("/_layouts/15/images/jerseylaw.je/Arrow_R_White_29x20.png") no-repeat right center #550c0a;
}

    a.button:hover {
        background-color: #460a08;
        text-decoration: none;
    }

    a.button > span {
        display: block;
        margin: 0 30px 0 20px;
    }

.law {
    max-width: 1140px;
    margin: 0 auto;
}

.lawAnnotation p.MSOListParagraph {
    display: none;
}


.homepage-links a.button {
    background-color: #3c3b35;
    margin-bottom: 10px;
}

    .homepage-links a.button:hover {
        background-color: #2e2d29;
    }

h4.thissection-links {
    background-color: #3c3b35;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
}

.thissection-links a.button {
    background: url("/_layouts/15/images/jerseylaw.je/Arrow_R_Grey_LP11_7x8.png") no-repeat left center #ecebdd;
    color: #550c0a;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: normal;
    padding: 15px 0;
}

.thissection-links li {
    border-bottom: 1px solid #c6c5b9;
    border-top: 1px solid #fff;
}

    .thissection-links li:last-child {
        border-bottom: none;
    }

.thissection-links a.button:hover {
    background-color: #c6c5b9;
}

h4.seealso-links {
    border-bottom: 5px solid #3c3b35;
    color: #3c3b35;
    font-size: 22px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
}

.seealso-links a.button {
    background: url("/_layouts/15/images/jerseylaw.je/Arrow_R_Grey_LP11_7x8.png") no-repeat left center;
    border-bottom: 1px dashed #3c3b35;
    color: #550c0a;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: normal;
    padding: 15px 0;
}

    .seealso-links a.button:hover {
        background-color: #ecebdd;
    }

    .seealso-links a.button > span, .thissection-links a.button > span {
        margin: 0 20px 0 25px;
    }

a.form-button {
    min-width: 140px;
    margin: 20px 20px 0 0;
    width: auto;
}

a.secondary-form-button {
    background-color: #3c3b35;
}

    a.secondary-form-button:hover {
        background-color: #2e2d29;
    }

div.form-panel {
    background-color: #ecebdd;
    padding: 20px;
}

div.form-error-panel {
    color: #f00;
    margin-bottom: 20px;
}

/* ----- */
/* End content container styles */
/* ----- */

/* ----- */
/* Begin MS rich text editor styles */
/* ----- */
h1, .ms-rtestate-field h1, h1.ms-rteElement-H1 {
    font-size: 27px;
    font-weight: 600;
    color: #3c3b35; /*#3e434a;*/
    margin-top: 0px;
    margin-bottom: 16px;
    font-family: 'proxima-nova',sans-serif;
    /*font-size: 24px; 28pt;*/
    /*font-family: 'ProximaNova-Semibold',Helvetica,Arial,sans-serif;*/
}

    h2, .ms-rtestate-field h2, h1.ms-rteElement-H2 {
        font: 22px;
        color: #3c3b35; /*#3e434a;*/
        margin-top: 32px;
        margin-bottom: 16px;
        font-family: 'proxima-nova',sans-serif;
        /*font-size: 24px; 24pt;*/
        /*font-family: 'ProximaNova-Semibold',Helvetica,Arial,sans-serif;*/
    }

    h3, .ms-rtestate-field h3, h1.ms-rteElement-H3 {
        font: 16px;
        font-weight: 600;
        color: #3c3b35; /*#3e434a;*/
        margin-top: 32px;
        margin-bottom: 16px;
        font-family: 'proxima-nova',sans-serif;
        /*font-size: 18pt;*/
        /*font-family: 'ProximaNova-Semibold',Helvetica,Arial,sans-serif;*/
    }

p, .ms-rtestate-field p, p.ms-rteElement-P {
    color: #3c3b35; /*#3e434a;*/
    font-size: 16px; /*18pt;*/
    max-width: 1140px;
}
/* ----- */
/* End MS rich text editor styles */
/* ----- */

/* ----- */
/* Begin footer styles */
/* ----- */
#footer {
    background-color: #3c3b35; /*#333;*/
    clear: both;
    color: #fff;
    font-size: 13px;
    min-height: 66px;
}

#footer-links {
    float: left;
    list-style: none;
    margin: 26px 0;
    padding: 0;
}

    #footer-links li {
        float: left;
        margin-right: 20px;
    }

    #footer-links a {
        color: #fff;
    }

        #footer-links a:hover {
            text-decoration: underline;
        }

        #footer-links a:focus {
            background-color: #460a08;
        }

#footer-footnote {
    float: right;
    padding: 0;
    margin: 26px 0;
}

#footer p {
}
/* ----- */
/* End footer styles */
/* ----- */

/*Legal styles*/

span.JerseyCrestLarge {
    /*width: 140px;
    height: 211px;*/
    background: url('/_layouts/15/images/jerseylaw.je/JerseyCrestLarge.png');
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/15/images/jerseylaw.je/JerseyCrestLarge.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_layouts/15/images/jerseylaw.je/JerseyCrestLarge.png', sizingMethod='scale')";
}

p.JerseyAuthority {
    text-align: center;
}

/*.JerseyCrestSmall > span {
    width: 74px;
    height: 108px;
    background: url('/_layouts/15/images/jerseylaw.je/JerseyCrestSmall.png');
    display: inline-block;
}*/

.law a {
    color: #000;
    text-decoration: none;
}

    .law a:hover {
        text-decoration: none;
    }

    .law a[href] {
        color: #550C0A;
    }

        .law a[href]:hover {
            text-decoration: underline;
        }

.UserName {
    color: red;
    font-size: 13px;
    font-weight: 600;
}

.restrictedDocument {
    color: red;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
}


.LastModified {
    float: right;
}

.translation {
    width: 165px;
    height: 27px;
    display: inline-block;
    clear: both;
    position: relative;
    float: right;
    color: #fff;
    background: url('/_layouts/15/images/jerseylaw.je/Translation_BG_165x37.png');
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
}

    .translation:hover {
        background: url('/_layouts/15/images/jerseylaw.je/Translation_BG_Hover_165x37.png');
    }

.pdf {
    width: 165px;
    height: 27px;
    /* Removed to allow stack...*/
    /*display: block;*/
    /* Added to stack...*/
    display: inline-block;
    clear: both;
    position: relative;
    float: right;
    color: #fff;
    background: url('/_layouts/15/images/jerseylaw.je/PDF_BG_165x37.png');
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
}

    .pdf:hover {
        background: url('/_layouts/15/images/jerseylaw.je/PDF_BG_Hover_165x37.png');
    }

a.translation, a.translation:visited, a.translation:active, a.translation:hover, a.pdf, a.pdf:visited, a.pdf:active, a.pdf:hover {
    color: #fff;
}

.translation a:hover, .pdf a:hover {
    text-decoration: underline;
}

/* form styles*/
#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer {
    width: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #3c3b35;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #3c3b35;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3c3b35;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #3c3b35;
}

label, .RegistrationValidator {
    font-weight: 600;
    font-size: 16px;
}

#PasswordRow, #PasswordConfirmRow {
    margin-bottom: 10px;
}

.RegistrationValidator {
    padding-left: 10px;
    display: block;
    font-size: 16px;
    height: 25px;
    border: 0px;
    margin-bottom: 5px;
}

#RegistrationContainer a {
    font-weight: 600;
}

input[type="radio"] + label {
    display: inline-block;
}

input[type="text"], input[type="password"], textarea {
    width: 98%;
}

/*input[title*="Search"]{
    width:auto !important;
}*/

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer select {
    width: 99%;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer a {
    color: #550C0A;
    font-weight: bold;
}


input[id*="FirstName"], input[id*="LastName"] {
    width: 98%;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:first-child, #ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:nth-child(2) {
    display: inline-block;
    width: 47%;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:first-child {
    margin-bottom: 20px;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:nth-child(n+2) {
    margin-bottom: 20px;
}


#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:first-child, #ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:nth-child(2) {
    margin-right: 10px;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:nth-child(2) {
    float: right;
}

#ctl00_PlaceHolderMain_DisplayModePanel_RegistrationControl_RegistrationContainer > div:last-child {
    height: 35px;
    margin-top: 10px;
}

#FeeRow {
    width: 98% !important;
}

#PaymentHeader {
    float: none !important;
    width: 98% !important;
}

#PaymentFormContainer {
    background-color: #ECEBDD;
    padding: 20px;
}

    #PaymentFormContainer > div > div > input, #PaymentFormContainer > div > div > textarea {
        margin-bottom: 10px;
    }

    #PaymentFormContainer > div > h3 {
        margin-top: 0px !important;
    }

    #PaymentFormContainer > div > #CardIssueNumberRow {
        margin-bottom: 30px !important;
    }

    #PaymentFormContainer .PaymentSmallTextBox2 {
        width: 50px !important;
    }

    #PaymentFormContainer .PaymentSmallTextBox3 {
        width: 75px !important;
    }

    #PaymentFormContainer textarea {
        width: 98% !important;
        height: 70px !important;
    }



.RegistrationNavigation, .PPVNavigation {
    clear: both !important;
    padding-top: 20px;
    width: 98% !important;
    display: block !important;
}

input.ms-inputuserfield, input[type="password"] {
    font-size: 16px;
    height: 36px !important;
    line-height: 36px;
}

select#UserType :: -ms-expand {
    display: none;
}

select#ReasonsToSubscribe :: -ms-expand {
    display: none;
}

select#UserType, select#ReasonsToSubscribe {
    height: 36px !important;
    font-size: 16px;
    width: 47%;
    display: block;
    /*-webkit-appearance: none; 
      -moz-appearance: none;
      background: url('/_layouts/15/images/jerseylaw.je/Rectangle-17.png') no-repeat;  
      background-position: 100% 0px;  
      cursor: pointer;*/
}

table {
    width: 80%;
}

.law table {
    width: 100%;
    table-layout: fixed;
}

td {
    padding: 8px;
}

/*thead > tr > td {
    padding: 0px;
	margin: 0px;
}

thead > tr > td > p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    text-align: center;	
	height: 100px;
}*/


.RegistrationFormContainer, #RegistrationContainer, .PPVContainer, #PPVContainer {
    background-color: #ECEBDD;
    padding: 20px;
}

    #RegistrationContainer > div > h2, #PPVContainer > div > h2 {
        margin-top: 0px;
        margin-bottom: 5px;
    }

    #RegistrationContainer > div > p, #PPVContainer > div > p {
        margin-bottom: 0px;
    }

    .RegistrationFormContainer > div > input, .RegistrationFormContainer > div > select, .RegistrationFormContainer > div > div > textarea {
        margin-bottom: 10px;
    }

.PPVDetailsContainer > div > input, .PPVDetailsContainer > div > select, .PPVDetailsContainer > div > div > textarea {
    margin-bottom: 10px;
}

.h2#step2heading {
    margin-top: 0px;
}

#PaymentHeader > div > h2 {
    margin-top: 0px;
}

#rblPaymentSelection > input {
    padding: 5px 5px 5px 5px;
}

#rblPaymentSelection > label {
    padding: 5px 5px 5px 5px;
}

#Location > input {
    padding: 5px 5px 5px 5px;
}

#Location > label {
    padding: 5px 5px 5px 5px;
}

.RegistrationValidator, #ErrorContainer {
    background-color: #fcd9d7;
    width: 97% !Important;
    padding: 10px;
    color: #EF5045;
    margin-top: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    border: 0px;
    display: block;
}

input[value="Clear Form"] {
    background-color: #3C3B35;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 180px;
    margin-left: 0px;
    display: inline-block;
    line-height: 16px;
}

    input[value="Clear Form"]:hover {
        background-color: #2e2d29;
    }

input[value="Submit Form"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
    background-position: right center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 180px;
    margin-left: 0px;
    display: inline-block;
    line-height: 16px;
}

    input[value="Submit Form"]:hover {
        background-color: #460a08;
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
        background-position: right center;
    }


input[value="Next"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
    background-position: right center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 180px;
    margin-left: 0px;
    display: inline-block;
    line-height: 16px;
}

    input[value="Next"]:hover {
        background-color: #460a08;
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
        background-position: right center;
    }

input[value="Back"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Back_Button_220x58.png');
    background-position: right center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 180px;
    margin-left: 0px;
    display: inline-block;
}

    input[value="Back"]:hover {
        background-color: #460a08;
        background: url('/_layouts/15/images/jerseylaw.je/Back_Button_Hover_220x58.png');
        background-position: right center;
    }

input[value="Make Payment"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
    background-position: right center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 180px;
    margin-left: 0px;
}

    input[value="Make Payment"]:hover {
        background-color: #460a08;
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
        background-position: right center;
    }


span.RegistrationValidator[style*="inline"] {
    display: block !Important;
    margin-top: 3px;
    margin-bottom: 3px;
}

#ErrorContainer:empty {
    visibility: hidden;
}


div.RegistrationHelpButton {
    background: url('/_layouts/15/images/jerseylaw.je/qmark.png');
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: baseline;
    margin-bottom: 10px;
}

/*login styles*/

#ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_UserLoginControl_lblUsername, #ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_UserLoginControl_lblPassword {
    font-size: 16px;
    font-weight: 600;
}

#ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_UserLoginControl {
    float: left;
    padding: 0px;
}

    #ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_UserLoginControl td {
        padding: 0px;
    }

#LoginContainer {
    width: 43%;
    background: #ECEBDD;
    padding: 20px;
    display: inline-block;
    min-height: 286px;
    float: left;
    margin-right: 10px;
    position: relative;
}

    #LoginContainer a {
        font-size: 16px;
        font-weight: 600;
        color: #550c0a;
    }

    #LoginContainer div:nth-child(3), #LoginContainer div:nth-child(4) {
        margin-bottom: 20px;
    }

    #LoginContainer input[type="text"], #LoginContainer input[type="password"] {
        width: 75%;
        display: block;
        margin-bottom: 20px;
    }

    #LoginContainer input[type="submit"] {
        background-color: #550c0a;
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
        color: #fff;
        font-size: 16px;
        margin-right: 20px;
        min-height: 58px;
        text-align: left;
        padding-left: 10px;
        width: 220px;
        margin-left: 0px;
        position: absolute;
        bottom: 20px;
        line-height: 16px;
    }

        #LoginContainer input[type="submit"]:hover {
            background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
            background-color: #460a08;
        }

/*.LoginError:empty{
        visibility:hidden;
    }*/
.LoginError {
    width: 45%;
    padding: 10px;
    color: #EF5045;
    margin-top: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    height: 20px;
    border: 0px;
    display: block;
}

#RegistrationLinkContainer {
    width: 43%;
    background: #550C0A;
    padding: 20px;
    color: #fff;
    display: inline-block;
    min-height: 286px;
    position: relative;
}

#CombinedPPVRegistrationContainer {
    width: 43%;
    background: #550C0A;
    padding: 20px;
    color: #fff;
    display: inline-block;
    min-height: 286px;
    position: relative;
}


@media print {
    .restrictedDocument {
        color: red;
        font-size: 20px !important;
        font-weight: 600;
        text-align: center;
    }

    #header, #nav-mobile, #search-mobile, #nav, #footer, #breadcrumb {
        display: none;
    }
}


@media (max-width:600px) {
    #RegistrationLinkContainer {
        width: 86%;
    }

    #LoginContainer {
        width: 86%;
    }
}

#RegistrationLinkContainer h1, #RegistrationLinkContainer p, #CombinedPPVRegistrationContainer h1, #CombinedPPVRegistrationContainer p {
    color: #fff;
}

#RegistrationLinkContainer h1, #CombinedPPVRegistrationContainer h1 {
    margin-top: 10px;
}

#CombinedPPVRegistrationContainer a {
    color: #D2B28D;
    font-size: 16px;
    font-weight: bold;
}

    #RegistrationLinkContainer a#ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_btnRegister, #CombinedPPVRegistrationContainer a#ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_hypPPVCombined {
        background-color: #D2B28D;
        background: url('/_layouts/15/images/jerseylaw.je/Grey_Button_220x58.png');
        color: #000;
        font-size: 16px;
        margin-right: 20px;
        height: 37px;
        text-align: left;
        padding-left: 10px;
        width: 220px;
        margin-left: 0px;
        position: absolute;
        bottom: 20px;
        display: block;
        padding-top: 21px;
        line-height: 16px;
    }

        #RegistrationLinkContainer a#ctl00_PlaceHolderMain_DisplayModePanel_LoginControl_btnRegister:hover {
            background: url('/_layouts/15/images/jerseylaw.je/Grey_Button_Hover_220x58.png');
            background-color: #D2B28D;
            color: #000;
            text-decoration: none;
        }

#RegistrationLinkContainer input[type="submit"]:hover, #CombinedPPVRegistrationContainer input[type="submit"]:hover {
    background: url('/_layouts/15/images/jerseylaw.je/Grey_Button_Hover_220x58.png');
    background-color: #D2B28D;
}

div.PasswordRecoveryPanel {
    width: 43%;
    background: #ECEBDD;
    padding: 20px;
    float: left;
}

div#PasswordRecoveryNavigation input[type="submit"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
    color: #fff;
    font: 13px;
    margin-right: 20px;
    margin-top: 20px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 220px;
    margin-left: 0px;
}

    div#PasswordRecoveryNavigation input[type="submit"]:hover {
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
        background-color: #460a08;
    }





/* password change styles */

input[id*="ChangePasswordContainerID_CancelButton"] {
    background-color: #3C3B35;
    color: #fff;
    font: 13px;
    margin-right: 20px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 220px;
    margin-left: 0px;
    margin-top: 20px;
}

    input[id*="ChangePasswordContainerID_CancelButton"]:hover {
        background-color: #2e2d29;
    }

input[id*="ChangePasswordContainerID_ChangePasswordButton"] {
    background-color: #550c0a;
    background: url('/_layouts/15/images/jerseylaw.je/Red_Button_220x58.png');
    color: #fff;
    font: 13px;
    margin-right: 20px;
    min-height: 58px;
    text-align: left;
    padding-left: 10px;
    width: 220px;
    margin-left: 0px;
    margin-top: 20px;
}

    input[id*="ChangePasswordContainerID_ChangePasswordButton"]:hover {
        background: url('/_layouts/15/images/jerseylaw.je/Red_Button_Hover_220x58.png');
        background-color: #460a08;
    }

div.PasswordChangePanel {
    width: 43%;
    background: #ECEBDD;
    padding: 20px;
    float: left;
}

div#PasswordChangeError, div#PasswordRecoveryErrorContainer {
    /*background-color: #FCD9D7;*/
    width: 44.5% !Important;
    padding: 10px;
    color: #EF5045;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    height: 20px;
    /*border: 1px solid #EF5045;*/
    display: block;
}

/* Search Nav Styles*/

#law-search-mobile {
    display: none;
    width: 100%;
    color: #ecebdd;
    background-color: #2e2d29;
    padding-left: 5px;
    padding-right: 5px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
}

    #law-search-mobile a, #law-search-mobile a:hover, #law-search-mobile a:visited, #law-search-mobile a:focus {
        color: #ecebdd;
        text-decoration: none;
    }

.ms-srchnav-list {
    margin-bottom: 0;
}

.ms-srchnav {
    margin-bottom: -20px;
}

a.ms-srchnav-link, a.ms-srchnav-link-selected {
    background-color: #c6c5b9;
    color: #3c3b35;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-right: 2px;
    padding: 17px 8px;
}

@media(max-width:800px) {

    a.ms-srchnav-link, a.ms-srchnav-link-selected {
        padding: 17px 10px;
    }

    #search-refiners {
        display: block;
        float: none;
        clear: both;
        width: 100%;
    }
}

@media(max-width:1020px) {
    #body {
        width: 100%;
        margin-bottom: 20px;
    }
}

.ms-ref-refiner {
    padding: 0;
}



/* BEGIN SEARCH NAV (TAB) STYLES */
li.ms-srchnav-item {
    padding-right: 0;
}

a.ms-srchnav-link {
    background-color: #ecebdd;
    color: #3c3b35;
}

    a.ms-srchnav-link:hover {
        background-color: #c6c5b9;
        color: inherit;
    }

a.ms-srchnav-link-selected:link {
    background-color: #3c3b35;
    color: #ecebdd;
}

@media (max-width:767px) {
    li.ms-srchnav-item, li.ms-srchnav-item h2 {
        width: 100%;
    }

        li.ms-srchnav-item a.ms-srchnav-link-selected, li.ms-srchnav-item a.ms-srchnav-link {
            padding-left: 5px;
            padding-right: 5px;
            width: 100%;
            box-sizing: border-box;
        }
}

/* END SEARCH NAV (TAB) STYLES */

/* Search Box Styles*/

div.search-panel {
    background-color: #ecebdd;
    border-top: 5px solid #3c3b35;
    color: #3c3b35;
    overflow: auto;
    padding: 20px 0 28px 20px;
}

div.search-login {
    width: 100%;
}

div.basic-search-panel div {
    float: left;
}

div.basic-search-panel label {
    display: block;
    font-size: 14px;
    line-height: 28px;
}

div.basic-search-panel input {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 18px;
    height: 22px;
    margin-right: 20px;
    margin-top: 8px;
    padding: 10px;
    width: 450px;
}

@media (max-width:720px) {
    div.basic-search-panel input {
        width: 225px;
    }
}

div.basic-search-panel > a.form-button {
    margin-top: 8px;
}

@media (max-width:1440px) {
    div.basic-search-panel > a.form-button {
        margin-right: 5px;
        min-width: 120px;
    }
}

a.advanced-search-panel-toggle {
    color: #3c3b35;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
}

div.advanced-search-panel > div {
    margin-top: 20px;
    overflow: auto;
    width: 100%;
}

    div.advanced-search-panel > div > span {
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 44px;
        margin-right: 20px;
    }

div.advanced-search-panel ol {
    float: left;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

div.advanced-search-panel li {
    float: left;
    padding-right: 10px;
}

div.advanced-search-panel label, div.advanced-search-panel input, div.advanced-search-panel select {
    font-size: 14px;
    font-weight: normal;
    width: auto;
}

    div.advanced-search-panel input.hasDatepicker {
        width: auto;
    }

div.advanced-search-panel select {
    width: auto;
}

ol.startswith-letters .selected {
    background-color: #550c0a;
    color: #fff;
    padding: 0 5px;
}

div.advanced-search-daterange label {
    line-height: 44px;
}

div.advanced-search-daterange div {
    float: left;
    height: 44px;
    margin-right: 20px;
}

div.advanced-search-daterange > div:first-child {
    width: 130px;
}

div.advanced-search-fields {
    display: table;
}

div.advanced-search-field {
    display: table-row;
}

    div.advanced-search-field > div {
        display: table-cell;
        padding-bottom: 10px;
    }

        div.advanced-search-field > div:first-child {
            width: 150px;
        }

/* TABULAR SEARCH RESULTS */
.search-result-head-tabular {
    background: #3c3b35;
    border: 1px solid #3c3b35;
    clear: both;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.search-result-row-tabular {
    border-top: 1px solid #3c3b35;
    border-right: 1px solid #3c3b35;
    border-left: 1px solid #3c3b35;
    display: block;
    overflow: hidden;
}

    .search-result-row-tabular:nth-child(2n+1) {
        background: #ecebdd;
    }

    .search-result-row-tabular a {
        color: #550c0a;
        display: inline-block;
        text-decoration: none;
        width: 100%;
    }

        .search-result-row-tabular a:visited {
            color: #3c3b35;
        }




        .search-result-row-tabular a:hover .search-result-title {
            text-decoration: underline;
        }

        .search-result-row-tabular a:hover {
            background-color: #c6c5b9;
        }

.search-result-col-tabular.uj-col2 a, .search-result-col-tabular.uj-col4 a {
    color: #550C0A;
    display: inline;
    text-decoration: none;
    width: auto;
}

    .search-result-col-tabular.uj-col2 a:hover, .search-result-col-tabular.uj-col4 a:hover {
        text-decoration: underline;
        background-color: inherit;
    }

    .search-result-col-tabular.uj-col2 a:visited, .search-result-col-tabular.uj-col4 a:visited {
        color: #3c3b35;
    }


.search-result-col-tabular {
    display: inline-block;
    vertical-align: top;
}

    .search-result-col-tabular > span, .search-result-col-tabular > a > span {
        display: block;
        font-size: 14px;
        padding: 10px 0 10px 15px;
        word-break: normal;
    }

@media (max-width:720px) {
    .search-result-col-tabular:last-child {
        float: none;
    }
}

.search-result-col-tabular:last-child > span {
    padding-right: 15px;
}

/* Additional CSS needed for grouping*/
.group:last-child {
    border-bottom: 1px solid #000;
}
/*
.search-result-title {
    color: #550c0a;
}
*/
.search-result-foot-tabular {
    border-bottom: 1px solid #3c3b35;
}
/*END TABULAR SEARCH STYLES*/

/* BEGIN Law Document Style Overrides */
.JersyAuthority {
    text-align: center;
}

/* BEGIN Specific Search Result Page Column Sizes */

/* LAW FIRM AND MEDIATOR DIRECTORIES */
.lawfirm-col1 {
    width: 50%;
}

@media (max-width:720px) {
    .search-result-head-tabular .lawfirmdirectory-col1, .search-result-head-tabular .mediator-col1 {
        display: none;
    }
}

.lawfirm-col2 {
    width: 48%;
}

.notarypublic-col1 {
    width: 50%;
}

.notarypublic-col2 {
    width: 48%;
}

.mediator-col1 {
    width: 50%;
}

.mediator-col2 {
    width: 48%;
}

@media (max-width:720px) {
    .lawfirm-col1, .lawfirm-col2, .notarypublic-col1, .notarypublic-col2, .mediator-col1, .mediator-col2 {
        width: 100%;
    }
}

.directory-contact-details {
    display: table;
    font-size: 14px;
    padding: 15px 0 15px 15px;
    word-break: break-all;
}

    .directory-contact-details > div {
        display: table-row;
    }

        .directory-contact-details > div > div {
            display: table-cell;
        }

.directory-contact-detail-head {
    font-weight: 600;
    width: 80px;
}

/* PUBLICATION JGLR */
.jglr-col1 {
    width: 38%;
}

.jglr-col2 {
    width: 24%;
}

.jglr-col3 {
    width: 14%;
}

.jglr-col4 {
    max-width: 115px;
}

@media (max-width:720px) {
    .jglr-col1, .jglr-col2, .jglr-col3, .jglr-col4 {
        width: 100%;
        max-width: 100%;
    }

    .jglr-col3 {
        text-align: left;
    }
}

/* PUBLICATION LEGAL BOOK OR TEXT INDEX */
.publibindex-col1 {
    width: 25%;
}

.publibindex-col2 {
    width: 50%;
}

.publibindex-col3 {
    text-align: right;
    width: 23%;
}

@media (max-width:720px) {
    .publibindex-col1, .publibindex-col2, .publibindex-col3 {
        width: 100%;
    }

    .publibindex-col3 {
        text-align: left;
    }
}

/* ADOPTED LAW */
.adoptedlaw-col1 {
    width: 75%;
}

.adoptedlaw-col2 {
    text-align: right;
    width: 23%;
}

@media (max-width:720px) {
    .adoptedlaw-col1, .adoptedlaw-col2 {
        width: 100%;
    }

    .adoptedlaw-col2 {
        text-align: left;
    }
}

/* ENACTED LAW */
.enactedlaw-col1 {
    width: 15%;
}

.enactedlaw-col2 {
    width: 65%;
}

.enactedlaw-col3 {
    text-align: right;
    width: 18%;
}

@media(max-width:720px) {
    .enactedlaw-col1, .enactedlaw-col1, .enactedlaw-col3 {
        width: 100%;
    }

    .enactedlaw-col3 {
        text-align: left;
    }
}

/* REVISED LAW */
.revisedlaw-col1 {
    width: 15%;
}

.revisedlaw-col2 {
    width: 83%;
}

.revisedlaw-endofchapter {
    width: 100%;
}


#footer-id {
    clear: both;
}

    #footer-id > ol {
        list-style: none;
        font-size: 14px;
        padding-left: 0px;
    }

.revisedlaw-col2 .amendments {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

.ms-srch-group-content .amendments {
    list-style: none;
    padding-left: 5px;
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.amendments a {
    color: #550c0a;
    width: auto;
}

.amendments {
    padding-left: 0px;
}

    .amendments a:hover {
        background-color: transparent;
        text-decoration: underline;
    }

    .amendments li {
        font-size: 14px;
        list-style: none;
        padding-bottom: 5px;
    }

@media(max-width:720px) {
    .revisedlaw-col1, .revisedlaw-col2 {
        width: 100%;
    }
}

.revisedlaw-indent2 {
    margin-left: 20px;
    font-size: 12px;
}

.revisedlaw-indent3 {
    margin-left: 40px;
}

.revisedlaw-indent4 {
    margin-left: 60px;
}

.end-of-chapter {
    font-size: 14px;
}

    .end-of-chapter a {
        color: #550C0A;
        display: inline;
        text-decoration: none;
        width: auto;
    }

        .end-of-chapter a:hover {
            text-decoration: underline;
        }

/* JURATS */
.jurats-col1 {
    width: 10%;
}

.jurats-col2 {
    width: 90%;
    float: right;
}

/* JURATS */
.redacted-col1 {
    width: 70%;
}

.redacted-col2 {
    width: 15%;
    float: right;
}

.redacted-col3 {
    width: 15%;
    float: right;
}

/* SUPERSEDED LAW */
.supersededlaw-col1 {
    width: 15%;
}

.supersededlaw-col2 {
    width: 65%;
    word-wrap: normal;
}

.supersededlaw-col3 {
    text-align: right;
    width: 18%;
}

@media(max-width:720px) {
    .supersededlaw-col1, .supersededlaw-col2, .supersededlaw-col3 {
        width: 100%;
    }

    .supersededlaw-col3 {
        text-align: left;
    }
}

/* PRACTICE DIRECTIONS */
.practicedirection-col1 {
    width: 15%;
}

.practicedirection-col2 {
    width: 60%;
}

.practicedirection-col3 {
    text-align: right;
    width: 23%;
}

@media(max-width:720px) {
    .practicedirection-col1, .practicedirection-col2, .practicedirection-col3 {
        width: 100%;
    }

    .practicedirection-col3 {
        text-align: left;
    }
}

/* UJ */
.uj-col1 {
    width: 15%;
}

.uj-col2 {
    width: 50%;
    text-align: left;
    word-wrap: normal;
}

.uj-col3 {
    width: 15%;
    text-align: center;
}

.uj-col4 {
    width: 15%;
    text-align: center;
}


@media(max-width:720px) {
    .uj-col1, .uj-col2, .uj-col3, .uj-col4 {
        width: 100%;
    }

    .uj-col3, .uj-col4 {
        text-align: left;
    }
}

/* JGLR Subject Matter Index */
.jglrsubj-col1 {
    width: 22%;
}

.jglrsubj-col2 {
    width: 30%;
    text-align: left;
    word-wrap: normal;
}

.jglrsubj-col3 {
    width: 30%;
    text-align: left;
}

.jglrsubj-col4 {
    width: 15%;
    text-align: center;
    float: right;
}

@media(max-width:720px) {
    .jglrsubj-col1, .jglrsubj-col2, .jglrsubj-col3, .jglrsubj-col4 {
        width: 100%;
    }

    .jglrsubj-col3, .jglrsubj-col4 {
        text-align: left;
    }
}
/* JLR */
.jlr-col1 {
    width: 15%;
}

.jlr-col2 {
    width: 60%;
    text-align: left;
    word-wrap: normal;
}

.jlr-col3 {
    width: 20%;
    text-align: center;
}



@media(max-width:720px) {
    .jr-col1, .jlr-col2, .jlr-col3 {
        width: 100%;
    }

    .jlr-col3 {
        text-align: left;
    }
}

/* JLR Index visited links*/





/* JET */
.jet-col1 {
    width: 15%;
    text-align: left;
}

.jet-col2 {
    width: 45%;
    text-align: left;
    word-wrap: normal;
}

.jet-col3 {
    text-align: center;
    width: 15%;
}

.jet-col4 {
    text-align: left;
    width: 22%;
    word-wrap: normal;
    float: right;
}

@media(max-width:720px) {
    .jet-col1, .jet-col2, .jet-col3, .jet-col4 {
        width: 100%;
    }

    .jet-col4 {
        text-align: left;
    }
}

/* PRIVY COUNCIL */
.privycouncil-col1 {
    width: 20%;
}

.privycouncil-col2 {
    width: 55%;
}

.privycouncil-col3 {
    text-align: right;
    width: 23%;
}

@media(max-width:720px) {
    .privycouncil-col1, .privycouncil-col2, .privycouncil-col3 {
        width: 100%;
    }

    .privycouncil-col3 {
        text-align: left;
    }
}

/* TRANSLATED LAW */
.translatedlaw-col1 {
    width: 15%;
}

.translatedlaw-col2 {
    width: 83%;
}

@media(max-width:720px) {
    .translatedlaw-col1, .translatedlaw-col2 {
        width: 100%;
    }
}

/* TREATIES*/
div.treaties-col1 {
    width: 100%;
}

/* END Specific Search Result Page Column Sizes */

/* Search Result Group Styles */
.search-result-row {
    border-bottom: 2px solid #c6c5b9;
}

    .search-result-row > a {
        display: block;
        text-decoration: none;
    }

    .search-result-row h3 {
        color: #550c0a;
        font-size: 20px;
        padding-bottom: 5px;
        word-break: normal;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .search-result-row a:hover h3 {
        text-decoration: underline;
    }

@media (max-width:800px) {
    #search-results {
        width: 100%;
    }

    .ms-srch-result {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }

    .search-result-row div, .search-result-row h3 {
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
    }
}

.search-result-subtitle {
    color: #3c3b35;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 17px;
}

.search-result-content {
    color: #3c3b35;
    font-size: 16px;
    padding-bottom: 15px;
}

.result-count {
    float: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 60px;
}

.result-sorting {
    border: 2px solid #550c0a;
    float: right;
}

/*@media (max-width:600px) {
    div.result-sorting {
        display: inline-block;
        float: none;
        margin-left: 10px;
        margin-bottom: 20px;
    }
}*/

div.result-sorting select {
    border: none;
    font-size: 14px;
    padding: 10px;
}

ul.result-paging {
    float: right;
    padding-bottom: 20px;
    text-align: right;
}

    ul.result-paging li {
        display: inline;
    }

a.result-paging-btn {
    background-color: #550c0a;
    color: #fff;
    display: inline-block;
    font: 14px 'proxima-nova',sans-serif;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    min-width: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

    a.result-paging-btn > span {
        display: block;
        padding: 0 10px;
    }

a.result-paging-btn-prev {
    background: #550c0a url('/_layouts/15/images/jerseylaw.je/Arrow_L_White_29x16.png') left center no-repeat;
    padding-left: 29px;
}

a.result-paging-btn-next {
    background: #550c0a url('/_layouts/15/images/jerseylaw.je/Arrow_R_White_29x16.png') right center no-repeat;
    padding-right: 29px;
}

a.result-paging-btn:hover {
    background-color: #460a08;
}

a.result-paging-btn-self {
    font-weight: bold;
}

.ms-srch-group {
    margin-top: 0;
}

.ms-srch-result-groups {
    margin-bottom: 20px;
}

/* Search Refiner Styles */

div.ms-ref-refiner > div#Container {
    background-color: #ecebdd;
    margin-bottom: 20px;
    padding: 20px;
    border-top: 5px solid #3c3b35;
}

div#SPContentType_SpecifiedValue {
    display: none;
}

.ms-ref-refiner #Value {
    max-width: 240px !important;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 10px;
}

a.ms-ref-refinername:link {
    color: #550c0a;
    width: 100%;
    border-bottom: 5px solid #3c3b35;
    font: 18px proxima-nova,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.ms-ref-name {
    color: #550c0a;
    font: 16px proxima-nova,sans-serif;
}

.ms-ref-count {
    font-size: 16px;
    color: #550c0a;
}


/* JLR Index Pages */
.TableHeader {
    position: relative;
    margin-bottom: 10px;
}

    .TableHeader h2 {
        display: none;
    }

table#JLRAlphabet, table#JLRAlphabet1 {
    border: 1px solid #000;
    width: 100%;
}

div.TableHeader {
    height: auto !important;
    text-align: left;
}

ol#JLRSubjectList {
    padding: 0 0 0 0;
    margin: 0 0 0 10px;
    float: left;
    list-style-type: none;
}

    ol#JLRSubjectList li {
        margin: 2px 10px 2px 10px;
    }

div#JLRAlphabet1 {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    overflow: hidden;
}

table#JLRAlphabet a:visited, table#JLRAlphabet1 a:visited, #ctl00_ContentPlaceHolderMain_divCasesCitedAtoZ a:visited, .law a:visited {
    color: #444;
}

/*responsive styles*/

@media (max-width:1440px) {
    #header-title h1 {
        font-size: 24px;
    }

    #header-title h2 {
        font-size: 12px;
    }

    #header-links {
        float: right;
    }
}

@media (max-width:980px) {
    #header-links {
        width: 50%;
    }

        #header-links li {
            background-color: #ecebdd;
            display: inline-block;
            margin-left: 15px;
            min-height: 51px;
            position: relative;
            text-align: center;
            width: 45%;
        }

        #header-links > li > ul > li {
            width: 100%;
        }

        #header-links a {
            display: block;
            background: #ecebdd;
            color: #000;
            font: 13px;
            line-height: 51px;
            min-height: 51px;
            width: 100%;
        }

        #header-links ul {
            display: none;
            list-style: none;
            padding-left: 0;
            position: absolute;
        }

        #header-links li:hover ul {
            display: block;
        }

        #header-links ul li {
            border-top: solid 1px white;
            margin-left: 0;
        }

    #nav-links .menu-item-text {
        padding: 0px 13px;
        font-family: proxima-nova, sans-serif;
    }



    #nav-links a {
        font-size: 15px;
    }
}

@media (max-width:930px) {


    #nav-links a {
        font-size: 14px;
    }


    #nav-links ul.root > li.static > a {
        /*margin-top: 27px;*/
        display: inline-block;
    }

    #header-links li {
        margin-left: 10px;
    }
}

@media (max-width:910px) {
    #nav-social {
        display: none;
    }
}

@media (max-width:850px) {
    #header-title h1 {
        padding-top: 5px;
    }



    #header-links {
        float: right;
    }
}



@media (max-width:788px) {

    #nav-links ul.root > li.static > a {
        /*margin-top: 28px;*/
    }

    #nav-links ul.root > li.static > ul.static > li.static {
        padding-left: 0px;
        padding-right: 0px;
    }

    #nav-social {
        float: right;
    }

    #nav-links .menu-item-text {
        padding: 0px 7px;
    }

    #nav-links a {
        font-size: 13px;
    }
}



@media (max-width:900px) {
    #header {
        float: left;
    }

    #header-links {
        float: left;
        margin: 0;
        padding: 10px;
        background-color: #460a08;
        width: 100%;
    }

        #header-links li {
            width: 45%;
            float: left;
        }
}

/** mobile CSS **/

@media (min-width:721px) {
    #nav-mobile {
        display: none;
    }

    #search-mobile {
        display: none;
    }
}

@media (max-width:720px) {
    .content-margin {
        padding: 0px;
    }

    #header {
        float: none;
        border-bottom: 3px solid #ecebdd;
    }

    #header-links {
        float: none;
        clear: both;
        padding-left: 7px;
        padding-right: 7px;
        box-sizing: border-box;
        width: 100%;
        text-align: center;
    }

        #header-links > li {
            display: inline-block;
            float: none;
            margin-left: 0px;
            width: 48%;
        }

            #header-links > li > ul > li {
                width: 100%;
                box-sizing: border-box;
            }

            #header-links > li:first-child {
                margin-left: 0px;
                margin-right: 2.5px;
            }

            #header-links > li:nth-child(2) {
                margin-left: 2.5px;
                margin-right: 0px;
            }

    #banner {
        display: none;
    }

    #nav-links {
        width: 100%;
    }

    #nav-mobile {
        height: 40px;
        background-color: #460604;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #ecebdd;
    }

        #nav-mobile .nav-mobile-menu {
            float: left;
            width: 40px;
            height: 40px;
            display: inline-block;
            background: url('/_layouts/15/images/jerseylaw.je/icon-menu.png');
        }

        #nav-mobile .nav-mobile-search {
            float: right;
            width: 40px;
            height: 40px;
            display: inline-block;
            background: url('/_layouts/15/images/jerseylaw.je/icon-search.png');
        }

        #nav-mobile a {
            color: #ecebdd;
        }

    #nav-social {
        display: none;
    }

    #search-mobile {
        display: none;
    }

        #search-mobile #banner-search {
            margin: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 5px;
            padding-right: 5px;
            box-sizing: border-box;
            width: 100%;
            background-color: #000;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            height: auto;
        }

            #search-mobile #banner-search #banner-search-title a {
                display: none;
            }

            #search-mobile #banner-search #bannerSearchBoxInputMobile {
                float: none;
                position: relative;
            }

            #search-mobile #banner-search #bannerSearchBoxButton {
                top: 41px;
            }

    #banner-search-title h1 {
        color: #fff;
        float: left;
        font: 25px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #banner-search-box {
        position: relative;
        width: 100%;
        z-index: 0;
    }

    #bannerSearchBoxInputMobile, #bannerSearchBoxInput {
        background-color: #fff;
        border: medium none;
        border-radius: 5px 5px 5px 5px;
        color: #999999;
        float: left;
        height: 50px;
        left: 0;
        line-height: 50px;
        margin: 0;
        padding: 0 0 0 15px;
        position: absolute;
        top: 0;
        width: 95%;
        font-size: 18px;
        font-family: 'proxima-nova', sans-serif;
    }

    #banner-search-box a {
        width: 49px;
        height: 50px;
        background: url("/_layouts/15/images/jerseylaw.je/BannerSearch_Button_49x50.png") no-repeat;
        position: absolute;
        top: 0;
        right: 0;
    }

    #nav {
        display: none;
        height: auto;
    }

    #nav-links div {
        width: 100%;
        height: auto;
    }

    #nav-links ul {
        height: auto;
        width: 100%;
    }

    #nav-links li {
        width: 100%;
        display: inline-block;
    }

    #nav-links ul.root li.static > a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #460a08;
        padding: 0;
    }

    #nav-links ul.root > li {
        height: auto;
    }

        #nav-links ul.root > li ul li {
            height: 40px;
            line-height: 40px;
        }

        #nav-links ul.root > li.static > ul.static > li.static {
            float: none;
            height: auto;
            padding: 0px;
        }

    #nav-links .menu-item-text {
        border-left: 0px;
        font-size: 18px;
    }

    #nav-links ul.root > li.static.selected {
        background: none;
        font-weight: 600;
    }

    #nav-links ul.root > li.static > ul.static > li.selected {
        background: none;
        font-weight: 600;
    }

    #nav-links ul.root > li.static > ul.static > li.static:last-child .menu-item-text {
        border-right: 0px;
    }

    ul.no-bullets {
        margin-left: 5px;
        margin-right: 5px;
    }

    #twitter-widget-0 {
        margin-left: 5px;
        margin-right: 5px;
    }

    #footer-links {
        float: none;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #footer-links li {
            float: none;
            display: block;
            height: 40px;
            line-height: 40px;
        }

    #footer-footnote {
        float: none;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 40px;
        line-height: 40px;
    }
}
/*for mobile law search toggle*/
@media (max-width:768px) {
    .ms-srchnav-list {
        display: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #law-search-mobile {
        display: block;
        background: url('/_layouts/15/images/jerseylaw.je/icon-menu.png') #2e2d20 no-repeat 98%;
    }

        #law-search-mobile a {
            width: 100%;
            display: inline-block;
        }

    li.ms-srchnav-item a.ms-srchnav-link {
        background: url("/_layouts/15/images/jerseylaw.je/Arrow_R_Grey_7x15.png") no-repeat 95% #ecebdd;
        border-bottom: 1px solid #fff;
    }

    li.ms-srchnav-item a.ms-srchnav-link-selected {
        background: url("/_layouts/15/images/jerseylaw.je/Arrow_R_White_7x15.png") no-repeat 95% #5f5e57;
        border-bottom: 1px solid #fff;
    }

    div.advanced-search-daterange div {
        float: none;
        height: auto;
    }

        div.advanced-search-daterange div div label {
            display: inline-block;
            width: 40px;
        }
}

/*Accessbility*/

.accessibility, .accessibility:active, .accessibility:visited {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

    .accessibility:focus {
        display: inline-block;
        background-color: #460a08;
        color: #fff;
        top: 10px;
        left: 20px;
    }

/* JLR */

/* SortBy Styles*/

#sortBy, #sortBySS {
    display: inline-block;
    position: relative;
    top: 16px;
    font-size: 22px;
    float: right;
}


@media (max-width:600px) {
    #sortBy, #sortBySS {
        display: none;
    }
}

.result-sorting {
    position: relative;
    top: 9px;
    margin-bottom: 10px;
    margin-left: 10px;
}

@media (max-width:600px) {
    .result-sorting {
        left: 0px;
    }
}

/*

17.12.2008  G.E.  caseCited text-align changed to left.
14.01.2009  G.E.  LegislatIndent6 changed.
31.05.2009  G.E.  Page_Separator & Page_Separator_Page added.
11.05.2009  G.E.  text-align: center added to CaseID
26.05.2009  G.E.  heldPara_Sub added.
24.06.2009  G.E.  Number of _Continued added.
14.07.2009  G.E.  Indent7_Half indented more.
14.07.2009  G.E.  Indent2_Half text-indent changed to 28.
14.09.2009  G.E.  Indent2_Half text-indent changed to 25.
11.11.2009  G.E.  All styles from all Style Sheets mergered into one Master & alphabetised.
12.06.2013  G.E.  Changed Indent10 to 20pt & added Indent11_Space_Center.
07.08.2013  G.E.  Added Indent11_Space_Continued
13.08.2013  G.E.  Added Indent5_Half_Right
                  Removed center from Indent11_Space_Continued
01.11.2013  G.E.  Added FactIndent6.
04.02.2014  G.E.  Added Indent2_Half_Center.
19.02.2014  G.E.  Added NoteFactIndent8.

*/

#content .abc {
    font-size: small;
    margin-top: 20pt;
    margin-bottom: 20pt;
    padding-right: 20pt;
    padding-left: 20pt;
}

#content .abcd {
    font-variant: small-caps;
    text-align: center;
    font-size: small;
    font-weight: bold;
}

#content .cap {
    text-transform: uppercase;
}

#content .capitalize {
    text-transform: capitalize;
}

#content .centered {
    text-align: center;
}

#content .invis {
    visibility: hidden;
}

#content .ita {
    font-style: italic;
}

#content .JLR, .jlr {
    color: white;
}

#content .lowercase {
    text-transform: lowercase;
}

#content .noexpand {
}

#content .noPaper {
}

#content .right {
    text-align: right;
}

#content .second {
    font-size: small;
    cursor: hand;
}

#content .seeLess {
    font-variant: small-caps;
    font-size: 9pt;
    color: green;
    visibility: hidden;
    cursor: hand;
}

#content .seeMore {
    font-variant: small-caps;
    font-size: 9pt;
    color: green;
    visibility: visible;
    cursor: hand;
}

#content .third {
    font-size: small;
    cursor: hand;
}

#content .addiCaseCited {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: left;
}

#content .addiCaseCitedHead {
    font-weight: bold;
}

#content .addiCaseList {
    padding-left: 12pt;
    text-indent: -12pt;
}

#content .After_RunningHead {
    margin-top: 20pt;
}

#content .case {
}

#content .case2 {
    font-size: 16px;
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .caseAbb {
    color: white;
    text-align: center;
}

#content .caseCited {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: left;
}

#content .caseCitedHead {
    font-weight: bold;
}

#content .caseID {
    font-weight: bold;
    margin-top: 10pt;
    text-align: center;
}

#content .caseInfo {
    text-align: center;
}

#content .caseList {
    padding-left: 35pt;
    text-align: left;
    text-indent: -30pt;
}

#content .caseList_Continued {
    padding-left: 35pt;
    text-align: left;
}

#content .caseName {
    font-weight: bold;
    margin-bottom: 15pt;
    margin-top: 10pt;
}

#content .casePractice {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: justify;
}

#content .casePracticeHead {
    font-weight: bold;
}

#content .casePracticeList {
    padding-left: 30pt;
    text-indent: -30pt;
}

#content .caseRules {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: justify;
}

#content .caseRulesHead {
    font-weight: bold;
}

#content .case_Large2 {
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .casr1 {
    font-size: 16px;
    padding-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .casx1 {
    font-size: 16px;
    padding-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .clsItemsHide {
    display: none;
}

#content .clsItemsShow {
}

#content .clsNoExpand {
}

#content .clsShowHide {
    cursor: hand;
}

#content .clsShowHideShowing {
    cursor: hand;
}

#content .Cont_2 {
    font-size: small;
    margin-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .Cont_3 {
    font-size: small;
    margin-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .Cont_4 {
    font-size: small;
    margin-left: 30pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .counsel {
}

#content .counselFor {
}

#content .counselList {
    margin-top: 10pt;
    text-align: justify;
}

#content .counselName {
    font-style: italic;
}

#content .court {
    font-variant: small-caps;
}

#content .courtAbb {
    color: white;
    font-variant: small-caps;
    padding-left: 10px;
    text-align: left;
}

#content .crossRef {
    margin-bottom: 20pt;
    margin-top: 20pt;
    text-align: center;
}

#content .fact {
    margin-top: 10pt;
    text-align: justify;
}

#content .Fact {
    margin-top: 10pt;
    text-align: justify;
}

#content .Fact_Footnote {
    font-size: 9pt;
    text-align: justify;
}

#content .Fact_Footnote_Continued {
    font-size: 9pt;
    text-align: justify;
}

#content .Fact_Footnote_Quote {
    margin-left: 10pt;
    margin-right: 10pt;
    font-size: 9pt;
    text-align: justify;
}

#content .Fact_Footnote_Start {
    margin-top: 10pt;
    font-size: 9pt;
    text-align: justify;
}

#content .FactIndent6 {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .FactIndent8 {
    margin-left: 94pt;
    margin-right: 70pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .FactIndent10 {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .FactIndent10_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .FactIndent14_Half {
    margin-left: 50pt;
    margin-right: 50pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .factPara {
    text-align: justify;
    text-indent: 14pt;
}

#content .FactPara {
    text-align: justify;
    text-indent: 14pt;
}

#content .factPara_Continued {
    text-align: justify;
}

#content .FactPara_Continued {
    text-align: justify;
}

#content .FactPara_Plus_Half {
    margin-top: 5pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .FactPara_Plus_Half_Continued {
    text-align: justify;
}

#content .FactPara_Plus_Space {
    margin-top: 10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .FactPara_Plus_Space_Continued {
    text-align: justify;
}

#content .first {
    cursor: hand;
    font-size: small;
}

#content .footNote {
    font-size: small;
    text-indent: 20pt;
}

#content .GEIndexMenus tr {
    height: 0.75cm;
}

#content .held {
    margin-top: 10pt;
    text-align: justify;
}

#content .HeldIndent3 {
    margin-left: 45pt;
    margin-right: 30pt;
    text-align: justify;
    text-indent: -20pt;
}

#content .HeldIndent7 {
    margin-left: 84pt;
    margin-right: 60pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .HeldIndent10 {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .HeldIndent10_Continued {
    margin-left: 20pt;
    margin-right: 20pt text-align: justify;
}

#content .HeldIndent14 {
    margin-left: 50pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .HeldIndent21 {
    margin-left: 45pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .HeldIndent21_Continued {
    margin-left: 45pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .HeldIndent21_Half {
    margin-left: 45pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .HeldIndent21_Half_Continued {
    margin-left: 45pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .heldLine {
    margin-bottom: -10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .heldPara {
    margin-top: 10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .HeldPara {
    text-align: justify;
    text-indent: 14pt;
}

#content .heldPara_Continued {
    text-align: justify;
}

#content .HeldPara_Continued {
    text-align: justify;
}

#content .HeldPara_Plus_Half {
    margin-top: 5pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .HeldPara_Plus_Half_Continued {
    text-align: justify;
}

#content .HeldPara_plus_half {
    margin-top: 5pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .HeldPara_Plus_Space {
    margin-top: 10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .HeldPara_plus_space {
    margin-top: 10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .HeldPara_Plus_Space_Continued {
    text-align: justify;
}

#content .heldPara_Sub {
    text-indent: 14pt;
}

#content .heldPara_Sub_Continued {
    text-align: justify;
}

#content .HeldTitle {
    margin-top: 10pt;
    text-align: justify;
    text-indent: 14pt;
}

#content .Indent1 {
    text-align: right;
}

#content .Indent1_Continued {
    text-align: right;
}

#content .Indent1_Half {
    margin-top: 5pt;
    text-align: right;
}

#content .Indent1_Space {
    margin-top: 10pt;
    text-align: right;
}

#content .Indent1_Half_Continued {
    text-align: right;
}

#content .Indent1_Space_Continued {
    text-align: right;
}

#content .Indent2 {
    margin-left: 54pt;
    margin-right: 10pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent2_Continued {
    margin-left: 54pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .Indent2_Half {
    margin-left: 54pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent2_Half_Center {
    margin-left: 54pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: center;
    text-indent: -24pt;
}

#content .Indent2_Half_Bullet {
    margin-left: 54pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -17pt;
}

#content .Indent2_Half_Bullet_Continued {
    margin-left: 54pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent2_Half_Continued {
    margin-left: 54pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .Indent2_Half_Roman {
    margin-left: 54pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -32pt;
}

#content .Indent3 {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent3_Continued {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent3_Half {
    margin-left: 30pt;
    margin-right: 30pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent3_Half_Continued {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent4 {
    margin-left: 64pt;
    margin-right: 50pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent4_Continued {
    margin-left: 64pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent4_Half {
    margin-left: 64pt;
    margin-right: 50pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent4_Half_Continued {
    margin-left: 64pt;
    margin-right: 50pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent5 {
    text-align: justify;
}

#content .Indent5_Continued {
    text-align: justify;
}

#content .Indent5_Half {
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent5_Half_Center {
    margin-top: 5pt;
    text-align: center;
}

#content .Indent5_Half_Continued {
    text-align: justify;
}

#content .Indent5_Half_Right {
    margin-top: 5pt;
    text-align: right;
}

#content .Indent5_Space {
    margin-top: 10pt;
    text-align: justify;
}

#content .Indent5_Space_Continued {
    text-align: justify;
}

#content .Indent5_Space_Center {
    margin-top: 10pt;
    text-align: center;
}

#content .Indent6 {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent6_Half {
    margin-left: 74pt;
    margin-right: 50pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent6_Continued {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent6_Half_Continued {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent7 {
    margin-left: 84pt;
    margin-right: 60pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent7_Continued {
    margin-left: 84pt;
    margin-right: 60pt;
    text-align: justify;
}

#content .Indent7_Half {
    margin-left: 84pt;
    margin-right: 60pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent7_Half_Bullet {
    margin-left: 84pt;
    margin-right: 60pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -17pt;
}

#content .Indent7_Half_Bullet_Continued {
    margin-left: 84pt;
    margin-right: 60pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent7_Half_Continued {
    margin-left: 84pt;
    margin-right: 60pt;
    text-align: justify;
}

#content .Indent8 {
    margin-left: 94pt;
    margin-right: 70pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent8_Continued {
    margin-left: 94pt;
    margin-right: 70pt;
    text-align: justify;
}

#content .Indent8_Half {
    margin-left: 94pt;
    margin-right: 70pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent8_Half_Continued {
    margin-left: 94pt;
    margin-right: 70pt;
    text-align: justify;
}

#content .Indent9 {
    margin-left: 104pt;
    margin-right: 80pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent9_Continued {
    margin-left: 104pt;
    margin-right: 80pt;
    text-align: justify;
}

#content .Indent9_Half {
    margin-left: 104pt;
    margin-right: 80pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .Indent9_Half_Continued {
    margin-left: 104pt;
    margin-right: 80pt;
    text-align: justify;
}

#content .Indent10 {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent10_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent10_Half {
    margin-left: 20pt;
    margin-right: 20pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent10_Half_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent11 {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .Indent11_Continued {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .Indent11_Half {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent11_Half_Continued {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: justify;
}

#content .Indent11_Center {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: center;
}

#content .Indent11_Half_Center {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: center;
}

#content .Indent11_Half_Center_Continued {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: center;
}

#content .Indent11_Half_Right {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: right;
}

#content .Indent11_Half_Right_Continued {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: right;
}

#content .Indent11_Right {
    margin-left: 10pt;
    margin-right: 10pt;
    text-align: right;
}

#content .Indent11_Space {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 10pt;
}

#content .Indent11_Space_Center {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 10pt;
    text-align: center;
}

#content .Indent11_Space_Continued {
    margin-left: 10pt;
    margin-right: 10pt;
}

#content .Indent11_Space_Right {
    margin-left: 10pt;
    margin-right: 10pt;
    margin-top: 10pt;
    text-align: right;
}

#content .Indent12 {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent12_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent12_Half {
    margin-left: 20pt;
    margin-right: 20pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent12_Half_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .Indent13 {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent13_Continued {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent13_Half {
    margin-left: 30pt;
    margin-right: 30pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent13_Half_Continued {
    margin-left: 30pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .Indent14 {
    margin-left: 50pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent14_Continued {
    margin-left: 50pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent14_Half {
    margin-left: 50pt;
    margin-right: 50pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .Indent14_Half_Continued {
    margin-left: 50pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .Indent15 {
    text-align: justify;
}

#content .Indent15_Continued {
    text-align: justify;
}

#content .Indent15_Half {
    text-align: justify;
}

#content .Indent15_Half_Continued {
    text-align: justify;
}

#content .Indent20 {
    text-align: justify;
}

#content .Indent21_Half {
    margin-left: 45pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-indent: -24pt;
}

#content .indexSubTitle {
    font-size: medium;
    font-weight: bold;
}

#content .indexTitle {
    color: white;
}

#content .indicatedBold {
    font-size: small;
    font-weight: bold;
    padding-top: -20pt;
    text-align: center;
}

#content .JLRjudgment {
    margin-top: 10pt;
    text-align: right;
}

#content .judgeDate {
}

#content .judgeName {
}

#content .judgeTitle {
}

#content .judgement {
}

#content .JuratName {
}

#content .JuratTitle {
}

#content .legi0 {
    font-size: 16px;
    margin-top: 10pt;
    text-align: justify;
    padding-left: 10pt;
    text-indent: -10pt;
}

#content .legi1 {
    font-size: 16px;
    margin-top: 10pt;
    text-align: justify;
    padding-left: 10pt;
    text-indent: -10pt;
}

#content .legi2 {
    font-size: 16px;
    text-align: justify;
    /*	padding-left: 20pt;
	text-indent: -10pt;	*/
    padding-left: 55pt;
    text-indent: -45pt;
}

#content .legi3 {
    font-size: 16px;
    text-align: justify;
    /*	padding-left: 30pt;
	text-indent: -10pt;	*/
    padding-left: 65pt;
    text-indent: -55pt;
}

#content .legiChapter0 {
    font-size: 16px;
    margin-top: 10pt;
    padding-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .legiChapter1 {
    font-size: 16px;
    margin-top: 10pt;
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .legiChapter2 {
    font-size: 16px;
    padding-left: 30pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .LegislatIndent1 {
    margin-left: 20pt;
    margin-right: 10pt;
}

#content .LegislatIndent1_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
}

#content .LegislatIndent2 {
    margin-left: 30pt;
    margin-right: 20pt;
    text-indent: -20pt;
}

#content .LegislatIndent2_Continued {
    margin-left: 30pt;
    margin-right: 20pt;
}

#content .LegislatIndent2_Half {
    margin-left: 30pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-indent: -20pt;
}

#content .LegislatIndent2_Half_Continued {
    margin-left: 30pt;
    margin-right: 10pt;
    text-indent: -20pt;
}

#content .LegislatIndent3 {
    margin-left: 80pt;
    margin-right: 20pt;
    text-indent: -20pt;
}

#content .LegislatIndent3_Continued {
    margin-left: 80pt;
    margin-right: 20pt;
}

#content .LegislatIndent4 {
    margin-left: 44pt;
    margin-right: 20pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent4_Continued {
    margin-left: 44pt;
    margin-right: 20pt;
}

#content .LegislatIndent5 {
    margin-left: 44pt;
    margin-right: 20pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent5_Continued {
    margin-left: 44pt;
    margin-right: 20pt;
}

#content .LegislatIndent6 {
    margin-left: 54pt;
    margin-right: 30pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent6_Continued {
    margin-left: 54pt;
    margin-right: 30pt;
    text-align: justify;
}

#content .LegislatIndent7 {
    margin-left: 64pt;
    margin-right: 40pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent7_Continued {
    margin-left: 64pt;
    margin-right: 40pt;
    text-align: justify;
}

#content .LegislatIndent7_Half {
    margin-left: 64pt;
    margin-right: 40pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent7_Half_Continued {
    margin-left: 64pt;
    margin-right: 40pt;
    text-align: justify;
}

#content .LegislatIndent8 {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent8_Continued {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
}

#content .LegislatIndent9 {
    margin-left: 84pt;
    margin-right: 60pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .LegislatIndent10 {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .LegislatIndent10_Continued {
    margin-left: 20pt;
    margin-right: 20pt;
    text-align: justify;
}

#content .LegislatIndent10_Half {
    margin-left: 20pt;
    margin-right: 20pt;
    margin-top: 5pt;
    text-align: justify;
}

#content .LegislatIndent10_Center {
    margin-left: 10pt;
    margin-right: 40pt;
    text-align: center;
}

#content .LegislatIndent11 {
    margin-left: 20pt;
    margin-right: 10pt;
}

#content .LegislatIndent11_Continued {
    margin-left: 20pt;
    margin-right: 10pt;
}

#content .LegislatIndent11_Half {
    margin-left: 20pt;
    margin-right: 10pt;
    margin-top: 5pt;
}

#content .LegislatIndent11_Half_Continued {
    margin-left: 20pt;
    margin-right: 10pt;
}

#content .LegislatIndent14 {
    margin-left: 10pt;
    text-indent: -10pt;
}

#content .LegislatIndent14_Half {
    margin-left: 10pt;
    margin-top: 5pt;
    text-indent: -10pt;
}

#content .LegislatIndent14_Continued {
    margin-left: 10pt;
}

#content .LegislatIndent14_Half_Continued {
    margin-left: 10pt;
}

#content .LegislatIndent15 {
    margin-right: 20pt;
    margin-left: 20pt;
    text-indent: -20pt;
}

#content .LegislatIndent15_Continued {
    margin-right: 20pt;
    margin-left: 20pt;
}

#content .LegislatIndent15_Half {
    margin-right: 20pt;
    margin-left: 20pt;
    text-indent: -20pt;
}

#content .legislationConstrued {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: justify;
}

#content .legislationConstruedHead {
    font-weight: bold;
}

#content .legislationConstruedList {
    padding-left: 10pt;
    text-indent: -10pt;
}

#content .legislationConstruedList_Continued {
    padding-left: 12pt;
}

#content .legr2 {
    font-size: small;
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .legx2 {
    font-size: small;
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .noteCaseInfo {
}

#content .noteCaseName {
    margin-bottom: 15pt;
    margin-top: 5pt;
}

#content .noteCaseNameBI {
    font-style: italic;
    font-weight: bold;
}

#content .noteCenter {
    margin-bottom: 10pt;
    margin-top: 15pt;
    text-align: center;
    text-indent: 14pt;
}

#content .noteCourt {
    font-variant: small-caps;
}

#content .NoteFact {
    text-align: justify;
}

#content .NoteFactIndent2 {
    margin-left: 44pt;
    margin-right: 10pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .NoteFactIndent3 {
    margin-left: 45pt;
    margin-right: 30pt;
    text-align: justify;
    text-indent: -20pt;
}

#content .NoteFactIndent6 {
    margin-left: 74pt;
    margin-right: 50pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .NoteFactIndent8 {
    margin-left: 94pt;
    margin-right: 70pt;
    text-align: justify;
    text-indent: -24pt;
}

#content .NoteFactPara {
    text-indent: 14pt;
}

#content .noteFormat {
    color: white;
}

#content .noteHeld {
    margin-top: 10pt;
    text-align: justify;
}

#content .noteHeldLine {
    margin-bottom: -10pt;
    text-indent: 14pt;
}

#content .noteHeldPara {
    margin-top: 10pt;
    text-indent: 14pt;
}

#content .NoteHeldPara {
    text-indent: 14pt;
}

#content .NoteHeldTitle {
    text-indent: 14pt;
}

#content .NoteIndent6 {
    margin-left: 55pt;
    margin-right: 10pt;
    margin-top: 5pt;
    text-align: justify;
    text-indent: -20pt;
}

#content .noteInfo {
}

#content .noteJudgeDate {
}

#content .noteJudgeName {
}

#content .noteJudgeTitle {
}

#content .noteJuratName {
}

#content .noteJuratTitle {
}

#content .noteName {
    color: black;
    font-weight: bold;
    margin-top: 15pt;
    text-align: center;
}

#content .notePageID {
    color: white;
    text-align: right;
}

#content .notePageJLR {
    margin-bottom: 20pt;
    margin-top: 20pt;
    padding-left: 20pt;
    padding-right: 20pt;
}

#content .notePara {
    text-indent: 14pt;
}

#content .notePartyA {
}

#content .notePartyAB {
    font-weight: bold;
}

#content .notePartyB {
}

#content .noteRunningHead {
    font-variant: small-caps;
}

#content .NoteSubject1 {
    font-weight: bold;
    margin-top: 10pt;
    text-align: center;
}

#content .NoteSubject2 {
    font-weight: bold;
    margin-top: 10pt;
    text-align: justify;
}

#content .noteSubjectLine {
    margin-top: 10pt;
    text-align: justify;
}

#content .NoteSubjectLine_Half {
    margin-top: 20pt;
    text-align: justify;
}

#content .noteTable {
    text-indent: 14pt;
}

#content .noteTitle {
    color: white;
    text-align: center;
}

#content .otherNames {
}

#content .otherTitle {
}

#content .pageID {
    color: white;
    padding-right: 10px;
    text-align: right;
}

#content .pageJLR {
    margin-right: 10pt;
    margin-top: 10pt;
    text-align: justify;
}

#content .Page_Separator {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: right;
}

#content .Page_Separator_Para {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: right;
}

#content .partyA {
}

#content .partyB {
}

#content .partyC {
}

#content .reference {
}

#content .result {
    color: black;
}

#content .rules1 {
    padding-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .rules2 {
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .runningHead {
    margin-bottom: 20pt;
    margin-top: 20pt;
}

#content .smallcap {
    font-variant: small-caps;
}

#content .subj1 {
    font-size: 16px;
    margin-left: 10pt;
    margin-top: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

.subj1 > strong > a > font {
    color: #550c0a;
}

#content .subj2 {
    font-size: 16px;
    margin-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .subj3 {
    font-size: 16px;
    margin-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .subj4 {
    font-size: 16px;
    margin-left: 30pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .subj_2 {
    font-size: 16px;
    margin-left: 10pt;
    text-align: left;
    text-indent: -10pt;
    margin-bottom: 5px;
}

#content .subj_3 {
    font-size: 16px;
    margin-left: 20pt;
    text-align: left;
    text-indent: -10pt;
    margin-bottom: 5px;
}

#content .subj_4 {
    font-size: 16px;
    margin-left: 30pt;
    text-align: left;
    text-indent: -10pt;
    margin-bottom: 5px;
}

#content .subj_5 {
    font-size: 16px;
    margin-left: 40pt;
    text-align: left;
    text-indent: -10pt;
    margin-bottom: 5px;
}

#content .subj_6 {
    font-size: 16px;
    margin-left: 50pt;
    text-align: left;
    text-indent: -10pt;
    margin-bottom: 5px;
}

#content .subject {
    margin-top: 10pt;
}

#content .Subject1 {
    font-weight: bold;
    margin-top: 10pt;
    text-align: center;
}

#content .Subject2 {
    text-align: justify;
}

#content .subjectMatter {
    font-style: italic;
    text-align: justify;
}

#content .subjectMatterLevel1 {
}

#content .subjectMatterLevel2 {
}

#content .subjectMatterLevel3 {
}

#content .subjectMatterLevel4 {
}

#content .subjectMatterLevel5 {
}

#content .subjectMatterLevel6 {
}

#content .subject_continued {
}

#content .text1 {
    padding-left: 10pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .text2 {
    padding-left: 20pt;
    text-align: justify;
    text-indent: -10pt;
}

#content .textsCited {
    margin-bottom: 10pt;
    margin-top: 10pt;
    text-align: justify;
}

#content .textsCitedHead {
    font-weight: bold;
}

#content .textsCitedList {
    padding-left: 10pt;
    text-indent: -10pt;
}

#content .unreported {
    margin-top: 24pt;
    font-size: 9pt;
    text-align: center;
}

#content .VolID {
    color: white;
}



/*	The Table Column Widths. */

table.Table_15_85 {
    table-layout: fixed;
    width: 100%;
}

    table.Table_15_85 td.col1 {
        width: 15%;
    }

    table.Table_15_85 td.col2 {
        width: 85%;
    }

table.Table_25_40_35 {
    table-layout: fixed;
    width: 100%;
}

    table.Table_25_40_35 td.col1 {
        width: 25%;
    }

    table.Table_25_40_35 td.col2 {
        width: 40%;
    }

    table.Table_25_40_35 td.col3 {
        width: 35%;
    }

table.Table_25_50_25 {
    table-layout: fixed;
    width: 100%;
}

    table.Table_25_50_25 td.col1 {
        width: 25%;
    }

    table.Table_25_50_25 td.col2 {
        width: 50%;
    }

    table.Table_25_50_25 td.col3 {
        width: 25%;
    }

div.runningHead td {
    /*	background-color: #669acc;*/
    vertical-align: middle;
}

    div.runningHead td.courtAbb {
        width: 30%;
    }

    div.runningHead td.caseAbb {
        width: 40%;
    }

    div.runningHead td.pageID {
        width: 30%;
    }

div.runningHead img {
    margin-bottom: 30px;
}

table.runningHeadTable tr {
    height: 37px;
}

table.runningHeadTable, table.runningHeadTable td {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

#content .Table_Center {
    /*	text-align: center;*/
    margin-left: 50pt;
    margin-right: 50pt;
    width: auto;
}

#content .all {
    border-top: solid black 1.0pt;
    border-left: solid black 1.0pt;
    border-bottom: solid black 1.0pt;
    border-right: solid black 1.0pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .top {
    border-top: solid black 1.0pt;
    border-left: none;
    border-bottom: none;
    border-right: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .topbot {
    border-top: solid black 1.0pt;
    border-left: none;
    border-bottom: solid black 1.0pt;
    border-right: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .bottom {
    border-top: none;
    border-left: none;
    border-bottom: solid black 1.0pt;
    border-right: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .sides {
    border-top: none;
    border-left: solid black 1.0pt;
    border-bottom: none;
    border-right: solid black 1.0pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .none {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content .gray_all {
    border-top: solid gray 1.0pt;
    border-left: solid gray 1.0pt;
    border-bottom: solid gray 1.0pt;
    border-right: solid gray 1.0pt;
}

#content .green_all {
    border-top: solid black 1.0pt;
    border-left: solid green 1.5pt;
    border-bottom: solid black 1.0pt;
    border-right-style: none;
    margin-left: 1.0cm;
}

#content .green_side {
    border-top: none;
    border-left: solid green 1.5pt;
    border-bottom-style: none;
    border-right-style: solid black 1.0pt;
    margin-left: 1.0cm;
}

/*	Colsep then Rowsep. */
/* 	BUT not Last Row, and Not last Column. */
#content .s00 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .s01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid black 1.0pt;
}

#content .s02 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: double;
    border-color: black;
}

#content .sgray01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid gray 1.0pt;
}

#content .s10 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom-style: none;
}

#content .sgray10 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid gray 1.0pt;
    border-bottom-style: none;
}

#content .s11 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom: solid black 1.0pt;
}

#content .s12 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom-style: double;
    border-color: black;
}

#content .sgray11 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid gray 1.0pt;
    border-bottom: solid gray 1.0pt;
}

/* Last Row, Not last Column */

#content .slr00 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slr01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slr02 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrgray01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slr10 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom-style: none;
}

#content .slrgray10 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid gray 1.0pt;
    border-bottom-style: none;
}

#content .slr11 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom: none;
}

#content .slr12 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid black 1.0pt;
    border-bottom: none;
}

#content .slrgray11 {
    border-top-style: none;
    border-left-style: none;
    border-right: solid gray 1.0pt;
    border-bottom: none;
}

/* Not Last Row, But Last Column */

#content .slc00 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slc01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid black 1.0pt;
}

#content .slc02 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: double;
    border-color: black;
}

#content .slcgray01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid gray 1.0pt;
}

#content .slc10 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slcgray10 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slc11 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid black 1.0pt;
}

#content .slc12 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: double;
    border-color: black;
}

#content .slcgray11 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid gray 1.0pt;
}

/* Last Row, Last Column */

#content .slrc00 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slrc01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrc02 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrcgray01 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrc10 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slrcgray10 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

#content .slrc11 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrc12 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

#content .slrcgray11 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: none;
}

/*electronic pillars fix*/

#footback1, #footback2, #footback3, #footback4, #footback5, #footback6, #footback7, #footback8, #footback9, #footback10, #foot1, #foot2, #foot3, #foot4, #foot5, #foot6, #foot7, #foot8, #foot9, #foot10 {
    text-decoration: none;
    color: #000;
}



/* Law Timeline styles */

@media only screen and (max-width: 1020px) {
    #legalbody {
        padding: 0px !important;
        padding-top: 10px !important;
    }
}

@media print {
    .divTimelineContainer {
        display: none !important;
    }
}

@media (max-width:1020px) {
    .LawTimeLineContainer {
        display: none !important;
    }
}

@media (max-width:655px) {
    .versionSelectorForm {
        display: none !important;
    }
}

.LawTitleH1 {
    font-size: 2em;
    font-family: 'proxima-nova', sans-serif;
}

.LawPDFLink {
    clear: none !important;
}


.Hidden {
    visibility: hidden;
}

#ValidationError {
    display: none;
}


.versionSelectorForm {
    display: inline;
}

.VersionSelector select {
    margin-left: 10px;
    margin-right: 10px;
}

.selectorFields {
    margin-left: 20px;
    display: inline-block !important;
}

    .selectorFields div {
        display: inline-block;
        text-align: left;
    }

    .selectorFields label {
        font-size: 1em !important;
        margin-left: 2px;
        margin-bottom: 2px;
        display: inline-block;
    }

    .divTimelineContainer {
        margin-bottom: 10px;
        margin-top: 15px;
        visibility: hidden;
        background-color: #F3F3F3;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #cbcbcb;
        box-shadow: 1px 1px 4px #ccc;
        display: none;
    }

    .divTimelineContainer p {
        font-family: 'proxima-nova', sans-serif;
        font-size: 0.8em;
        color: #460a08 !important;
        margin-top: 10px;
        font-weight: 600;
    }


.TimeLineExpanderBox {
    /*    background-color: #F3F3F3;
    padding: 10px;
    color: #3F4543;
    font-family: 'proxima-nova', sans-serif;*/
}

    .TimeLineExpanderBox button {
        background-color: #F3F3F3;
        color: #3F4543;
        font-family: 'proxima-nova', sans-serif;
        margin: 0px !important;
        padding: 0px !important;
        font-weight: bold;
    }




    .TimeLineExpanderBox .collapsible {
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
    }

        .TimeLineExpanderBox .collapsible:after {
            /* content: '\02795'; */ /* Unicode character for "plus" sign (+) */
            content: "\2039";
            font-size: 1.8em;
            float: right;
            margin-left: 5px;
            transform: rotate(-90deg);
            margin-top: -8px;
        }

    .TimeLineExpanderBox .active:after {
        /*content: "\2796";*/ /* Unicode character for "minus" sign (-) */
        content: "\2039";
        transform: rotate(90deg);
        margin-top: -8px;
    }


.LawTimeLineContainer {
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: none;
}





    .LawTimeLineContainer::-webkit-scrollbar {
        height: 25px;
        background-color: transparent;
        position: relative;
    }

    .LawTimeLineContainer::-webkit-scrollbar-track {
        background-color: #cbcbcb;
        border-radius: 20px;
        margin-left: 4px;
        margin-right: 12px;
        border: 8px solid transparent; /* 8 for track thinner than handle, 6 for same size*/
        background-clip: padding-box;
    }

    .LawTimeLineContainer::-webkit-scrollbar-thumb {
        background-color: #3b3b33;
        border-radius: 15px;
        background-clip: content-box;
        border: 8px solid transparent;
    }

        /* Handle on hover */
        .LawTimeLineContainer::-webkit-scrollbar-thumb:hover {
            background: #3F4543;
            border-radius: 15px;
            background-clip: content-box;
            border: 8px solid transparent;
        }

    /* Right Button */
    .LawTimeLineContainer::-webkit-scrollbar-button:single-button:horizontal:increment {
        background-image: url(/_layouts/15/images/jerseylaw.je/LawTimelineScrollIncrement.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        cursor: pointer !important;
    }

    .LawTimeLineContainer::-webkit-scrollbar-button:single-button:horizontal:increment:hover {

    }

    /* Left Button */
    .LawTimeLineContainer::-webkit-scrollbar-button:single-button:horizontal:decrement {
        background-image: url(/_layouts/15/images/jerseylaw.je/LawTimelineScrollDecrement.svg);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        cursor: pointer !important;
    }


    .LawTimeLineContainer::-webkit-scrollbar-button:start:decrement,
    .LawTimeLineContainer::-webkit-scrollbar-button:end:increment {
        display: block;
        width: 30px;
    }

    .LawTimeLineContainer::-webkit-scrollbar-button:horizontal:start:increment,
    .LawTimeLineContainer::-webkit-scrollbar-button:horizontal:end:decrement {
        display: none;
    }


    /*.LawTimeLineContainer::-webkit-scrollbar {
        width: 15px;
    }*/

    /* Track */
    /*.LawTimeLineContainer::-webkit-scrollbar-track {
        background: #CBCBCB;
    }*/

    /* Handle */
    /*.LawTimeLineContainer::-webkit-scrollbar-thumb {
        background: #3B3B33;
        border-radius: 3px;
    }

        .LawTimeLineContainer::-webkit-scrollbar-thumb:after {
            content: '|||';
            color: white;
        }*/

        /* Handle on hover */
        /*.LawTimeLineContainer::-webkit-scrollbar-thumb:hover {
            background: #3B3B33;
        }



    .LawTimeLineContainer::-webkit-scrollbar-button {
        height: 16px;
        width: 16px;
        background-color: #3B3B33;
    }

        .LawTimeLineContainer::-webkit-scrollbar-button:start:decrement,
        .LawTimeLineContainer::-webkit-scrollbar-button:end:increment {
            display: block;
        }

        .LawTimeLineContainer::-webkit-scrollbar-button:horizontal:start:increment,
        .LawTimeLineContainer::-webkit-scrollbar-button:horizontal:end:decrement {
            display: none;
        }*/


        /* Right Button */
        /*.LawTimeLineContainer::-webkit-scrollbar-button:single-button:horizontal:increment {*/
            /*background-color: #3B3B33;*/
            /*border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            border-color: #3B3B33;
            height: 25px;
            width: 25px;
            background-position: 4px 4px;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='rgb(255,255,255)'><polygon points='0,0 0,8 8,4'/></svg>");
            background-repeat: no-repeat;
        }*/

        /* Left Button */
        /*.LawTimeLineContainer::-webkit-scrollbar-button:single-button:horizontal:decrement {
            background-color: #3B3B33;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            height: 12px;
            width: 15px;
            background-position: 3px 4px;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='rgb(255,255,255)'><polygon points='8,8 0,4 8,0'/></svg>");
            background-repeat: no-repeat;
        }*/


.VersionSelector {
    font-size: 0.8em;
}

    .VersionSelector select {
        border-radius: 4px !important;
        padding: 5px;
    }

    .VersionSelector .inputTwo {
        width: 30px;
        border-radius: 4px !important;
        padding: 5px;
    }

    .VersionSelector .inputFour {
        width: 50px;
        border-radius: 4px !important;
        padding: 5px;
    }

p.iLAWS101CrestLarge {
    margin-top: 0px !important;
}

.timelinebutton {
    /*width: 50px !important;*/
    min-width: 50px !important;
    border: none;
    outline: none;
    background-color: #550c0a !important;
    color: white !important;
    cursor: pointer;
    padding: 5px 10px 5px 10px !important;
    border-radius: 4px;
}

.RepealedNotice {
   /* margin: 20px 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: red !important;
    */
}




/* -- TIMELINE CONTROL -- */

.LawTimeLine {
    position: relative;
    min-width: 99%;
    padding: 0px !important
}

    .LawTimeLine li {
        list-style: none;
        float: left;
        width: 140px;
        position: relative;
        text-align: center;
        margin-top: -10px;
        cursor: pointer;
        box-sizing: border-box;
    }

.LawTimeLine-Event-Start, .LawTimeLine-Event-End {
    width: 4px !important;
    background-color: #3F4543;
    height: 12px;
    margin-top: -4px !important;
}

.LawTimeLine-Event-End {
    float: right !important;
}

.LawTimeLine-Event {
    text-decoration: underline;
    font-size: 0.8em;
}

.LawTimeLine-Event:active {
   
}

    .LawTimeLine-Event:hover {
        color: #460a08;
    }

.LawTimeLine:nth-child(1) {
    height: 4px;
    margin-top: 10px;
    background-color: #3F4543;
}

.LawTimeLine li:active {
    border: 3px darkblue solid;
    box-sizing: border-box;
}

.LawTimeLine li.LawTimeLine-Event:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border: 2px solid #460a08;
    transform: rotate(135deg);
    text-align: center;
    margin: 5px auto 5px auto;
    position: relative;
}

/*.LawTimeLine li.LawTimeLine-Event:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    border: 2px solid #460a08;
    transform: rotate(135deg);
    text-align: center;
    margin: 0 auto 10px auto;
}*/

.LawTimeLine li.LawTimeLine-Event:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: grey;
    top: 25px;
    left: -50%;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.LawTimeLine li.LawTimeLine-Event:first-child:after {
    content: none;
}

.LawTimeLine li.LawTimeLine-Event.active {
    color: #555555;
}

.LawTimeLine li.LawTimeLine-Event.is-active:before {
    border-color: #460a08;
    background-color: #460a08;
}

.LawTimeLine li.LawTimeLine-Event.is-active + li:after {
    background-color: #460a08;
}

.LawEffectiveDates {
    font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 20px;
}

.PIT-alert-primary {
    font-size: 13px;
    margin-top: 10px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #b8daff;
    border-radius: .25rem;
}

.PIT-alert-error {
    font-size: 13px;
    margin-top: 10px;
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
}


.PIT-alert-warning {
    font-size: 13px;
    margin-top: 10px;
    color: #68411D;
    background-color: #fff3cd;
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid #f7e6b2;
    border-radius: .25rem;
}

.PITdefaultButtonContainer {
    display: inline !important;

}


.LawPDFLinkContainer {
    margin-bottom: 50px;
}

    .LawPDFLinkContainer .pdf:hover {
        color: #460a08 !important;
    }

    .LawPDFLinkContainer .pdf, .LawPDFLinkContainer .pdf:visited {
        background-color: #F3F3F3 !important;
        background: none;
        color: black;
        border: 1px #3B3B33 solid;
        border-radius: 5px;
    }

    .LawPDFLinkContainer .fa-file-pdf-o {
        margin-right: 10px;
        font-size: 1.3em;
    }


.PITValidationError {
    padding-top: 10px !important;
    color: #460a08;
    font-weight: 600;
}


#_hj_feedback_container button {
    min-width: fit-content !important;
}

.serialnumber a {
    display: inline-block;
}

#legalbody {
    clear: both;
}