
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);

.slide-bg-one {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_1.jpg") no-repeat scroll center center / cover
}

.slide-bg-two {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide-1.jpg") no-repeat scroll center center / cover
}

.slide-bg-three {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_2.jpg") no-repeat scroll center center / cover
}

td p {
    margin: 10px !important;
}

.welcome-slider-area .owl-controls {
    margin-top: -80px;
    position: absolute;
    right: 7%;
    top: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.welcome-slider-area:hover .owl-controls {
    right: 10%;
    opacity: 1
}

.welcome-slider-area .owl-nav>div {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #31dc89;
    font-size: 35px;
    height: 50px;
    margin: 10px 0;
    padding-top: 5px;
    right: 0;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 50px
}

.welcome-slider-area .owl-nav>div:hover {
    background: #31dc89 none repeat scroll 0 0;
    color: #fff
}

.row.promo-content {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 5px 2px 5px 2px #c7c7c7;
    box-shadow: 5px 2px 5px 2px #c7c7c7;
    margin-top: 10px;
    padding-top: 1px;
    padding-bottom: 0px;
    margin: 0px !important;
    /* left: 10%;
    right: 10%; */
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;

}

.features-box-icon {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 5px;
    color: #31dc89;
    height: 70px;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: center;
    width: 70px
}

.fun-fact-area .area-bg {
    background: rgba(0, 0, 0, 0) url("assest/img/fact-bg.jpg") no-repeat scroll center center / cover
}

.fun-fact-area .area-bg::after {
    background: #000 none repeat scroll 0 0;
    opacity: .6
}

.single-course {
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px #c7c7c7;
    box-shadow: 0 7px 7px #c7c7c7;
    overflow: hidden
}

a.enroll-button {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50px;
    color: #0be27a;
    padding: 10px 15px;
    text-transform: capitalize
}

a.enroll-button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #fff
}

.course-price {
    color: #0be27a;
    float: right;
    font-size: 22px;
    font-weight: 700
}

.row.course-list {
    margin: 0
}

.row.course-list .col-lg-3 {
    width: 100%;
    padding: 0
}

.course-details {
    text-align: left
}

.video-area .area-bg::before {
    background: #3ee792 none repeat scroll 0 0;
    opacity: .75
}

.video-promo-details {
    border-radius: 10px
}

.video-promo-content {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.video-area-popup {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #3ee792;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 20px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 70px
}

.video-area-popup:hover {
    background: #3ee792 none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px 10px #fff;
    box-shadow: 0 0 10px 10px #fff;
    color: #fff
}

.author-content {
    line-height: 1.8;
    padding-top: 63px;
    position: relative
}

.author-content::before {
    color: #3ee792;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 41px;
    left: 0;
    line-height: 1;
    opacity: .5;
    position: absolute;
    top: 20px
}

.author-img {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.author-name-image h4 {
    margin-bottom: 0
}

.testmonial-slider.owl-carousel {
    overflow: hidden
}

.testmonial-area .owl-nav>div {
    background: #3ee792 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 40px;
    left: -30px;
    opacity: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 30%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 40px
}

.testmonial-area .owl-nav>div.owl-next {
    left: auto;
    right: -30px
}

.testmonial-area .owl-nav>div:hover {
    background: #586082 none repeat scroll 0 0
}

.owl-carousel:hover .owl-nav>div.owl-next {
    opacity: 1;
    right: 0;
    visibility: visible
}

.owl-carousel:hover .owl-nav>div.owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible
}

.testmonial-area .owl-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testmonial-area .owl-dots>div {
    border: 1px solid #586082;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 15px
}

.testmonial-area .owl-dots>div.active {
    background: #3ee792 none repeat scroll 0 0;
    border-color: #3ee792
}

.single-blog-item {
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px #c7c7c7;
    box-shadow: 0 7px 7px #c7c7c7;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.blog-thumb {
    overflow: hidden
}

.blog-thumb img {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-blog:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.blog-details h3 {
    line-height: 1.3;
    margin-bottom: 25px
}

.blog-meta a {
    opacity: .7;
    margin-right: 15px
}

.blog-meta a:hover {
    opacity: 1
}

.blog-details a.readmore {
    display: inline-block;
    letter-spacing: 1px
}

.single-blog-item:hover .blog-thumb img {
    opacity: .5;
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

.faqs-area .box-title {
    font-size: 18px;
    letter-spacing: 0
}

.contact-form input:not([type="radio"]),
.contact-form textarea {
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #cacfda;
    box-shadow: 0 0 0 1px #cacfda;
    margin-bottom: 30px;
    /* min-height: 50px; */
    padding: 10px;
}

.contact-form input:not([type="radio"]):focus,
.contact-form textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #3ee792;
    box-shadow: 0 0 0 1px #3ee792
}

.contact-form button {
    background: #3ee792 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 20px;
    text-transform: capitalize;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.contact-form button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #fff
}

.enroll-button a {
    background: #31dc89 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    width: 150px
}

.enroll-button a:hover {
    background: #171932 none repeat scroll 0 0
}

.client-area .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.footer-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.footer-list ul li {
    display: block;
    margin-bottom: 12px
}

.footer-list ul li a:hover {
    color: #31dc89
}

.subscriber-form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    position: relative;
    text-transform: capitalize
}

.subscriber-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #000;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 10px 10px 10px 30px;
    position: absolute;
    top: 0;
    width: 80%
}

.subscriber-form button {
    background: #d3ffea none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 50px 50px 0;
    color: #171932;
    font-size: 20px;
    height: 100%;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 80px
}

.subscriber-form button:hover {
    background: #31dc89 none repeat scroll 0 0;
    color: #fff
}

label.mt10 {
    bottom: -52px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

label.mt10.valid {
    bottom: 8px;
    color: #31dc89;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.footer-bottom-area {
    background: #2e2e43 none repeat scroll 0 0
}

.footer-copyright {
    padding: 30px 0
}

.scrolltotop {
    background: #404873 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9
}

.scrolltotop:hover {
    background: #3ee792;
    color: #fff
}

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #292929;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media only screen and (min-width:1920px) {
    .welcome-mockup img {
        width: auto
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .welcome-slider-area .owl-controls {
        right: 1%
    }

    .welcome-slider-area:hover .owl-controls {
        opacity: 1;
        right: 5%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-area .flex-v-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .row.promo-content {
        margin-top: 0
    }

    .home-button form {
        margin: 0 auto
    }

    .welcome-slider-area .owl-controls {
        bottom: -100px;
        margin: 0;
        right: 20px;
        top: inherit
    }

    .welcome-slider-area .owl-controls .owl-nav>div {
        display: inline-block;
        margin: 0 5px
    }

    .welcome-slider-area:hover .owl-controls {
        bottom: 20px;
        right: 20px
    }
}

@media only screen and (max-width:767px) {
    .subscriber-form {
        font-size: 14px
    }

    .row.promo-content {
        margin-top: 0
    }

    .home-button form {
        width: 100%
    }

    .welcome-text {
        padding-top: 50px
    }

    .welcome-slider-area .owl-controls {
        display: none
    }
}

.parent {
    background: ##043c1f;
    height: 200px;
    width: 200px;
    position: relative;
}

.child {
    background: #FFFF00;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-10%, -10%);
}

.custom_grid {
    background: #fff none repeat scroll;
   
   
    margin-top: 20px;
    padding-top: 1px;
    left: 10%;
    right: 10%;
    width: 80%;
    position: absolute;
    z-index: 1;
    display: flex;
}

a img {
    border: 0px
}

.field-type-taxonomy-term-reference .field-item {
    display: inline-block;
    margin-right: 10px;
}

.container_12,
.container_16 {
    width: 100%;
    margin-left: 4%;
    margin-right: 4%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
}

.container_12 .grid_3,
.container_16 .grid_4 {
    width: 23%;
}

.container_12 .grid_6,
.container_16 .grid_8 {
    width: 48%;
}

.container_12 .grid_9,
.container_16 .grid_12 {
    width: 73%;
}

.container_12 .grid_12,
.container_16 .grid_16 {
    width: 100%;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.container_12 .grid_1 {
    width: 6.333%;
}

.container_12 .grid_2 {
    width: 14.666%;
}

.container_12 .grid_4 {
    width: 31.333%;
}

.container_12 .grid_5 {
    width: 39.666%;
}

.container_12 .grid_7 {
    width: 56.333%;
}

.container_12 .grid_8 {
    width: 64.666%;
}

.container_12 .grid_10 {
    width: 81.333%;
}

.container_12 .grid_11 {
    width: 89.666%;
}

.container_16 .grid_1 {
    width: 4.25%;
}

.container_16 .grid_2 {
    width: 10.5%;
}

.container_16 .grid_3 {
    width: 16.75%;
}

.container_16 .grid_5 {
    width: 29.25%;
}

.container_16 .grid_6 {
    width: 35.5%;
}

.container_16 .grid_7 {
    width: 41.75%;
}

.container_16 .grid_9 {
    width: 54.25%;
}

.container_16 .grid_10 {
    width: 60.5%;
}

.container_16 .grid_11 {
    width: 66.75%;
}

.container_16 .grid_13 {
    width: 79.25%;
}

.container_16 .grid_14 {
    width: 85.5%;
}

.container_16 .grid_15 {
    width: 91.75%;
}

.container_12 .prefix_3,
.container_16 .prefix_4 {
    padding-left: 25%;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
    padding-left: 50%;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
    padding-left: 75%;
}

.container_12 .prefix_1 {
    padding-left: 8.333%;
}

.container_12 .prefix_2 {
    padding-left: 16.666%;
}

.container_12 .prefix_4 {
    padding-left: 33.333%;
}

.container_12 .prefix_5 {
    padding-left: 41.666%;
}

.container_12 .prefix_7 {
    padding-left: 58.333%;
}

.container_12 .prefix_8 {
    padding-left: 66.666%;
}

.container_12 .prefix_10 {
    padding-left: 83.333%;
}

.container_12 .prefix_11 {
    padding-left: 91.666%;
}

.container_16 .prefix_1 {
    padding-left: 6.25%;
}

.container_16 .prefix_2 {
    padding-left: 12.5%;
}

.container_16 .prefix_3 {
    padding-left: 18.75%;
}

.container_16 .prefix_5 {
    padding-left: 31.25%;
}

.container_16 .prefix_6 {
    padding-left: 37.5%;
}

.container_16 .prefix_7 {
    padding-left: 43.75%;
}

.container_16 .prefix_9 {
    padding-left: 56.25%;
}

.container_16 .prefix_10 {
    padding-left: 62.5%;
}

.container_16 .prefix_11 {
    padding-left: 68.75%;
}

.container_16 .prefix_13 {
    padding-left: 81.25%;
}

.container_16 .prefix_14 {
    padding-left: 87.5%;
}

.container_16 .prefix_15 {
    padding-left: 93.75%;
}

.push_3,
.pull_6,
.pull_9 {
    position: relative;
}

.container_12 .push_3 {
    left: 25%;
}

.container_12 .pull_6 {
    left: -50%;
}

.container_12 .pull_9 {
    left: -75%;
}

.container_12 .suffix_3,
.container_16 .suffix_4 {
    padding-right: 25%;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
    padding-right: 50%;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
    padding-right: 75%;
}

.container_12 .suffix_1 {
    padding-right: 8.333%;
}

.container_12 .suffix_2 {
    padding-right: 16.666%;
}

.container_12 .suffix_4 {
    padding-right: 33.333%;
}

.container_12 .suffix_5 {
    padding-right: 41.666%;
}

.container_12 .suffix_7 {
    padding-right: 58.333%;
}

.container_12 .suffix_8 {
    padding-right: 66.666%;
}

.container_12 .suffix_10 {
    padding-right: 83.333%;
}

.container_12 .suffix_11 {
    padding-right: 91.666%;
}

.container_16 .suffix_1 {
    padding-right: 6.25%;
}

.container_16 .suffix_2 {
    padding-right: 16.5%;
}

.container_16 .suffix_3 {
    padding-right: 18.75%;
}

.container_16 .suffix_5 {
    padding-right: 31.25%;
}

.container_16 .suffix_6 {
    padding-right: 37.5%;
}

.container_16 .suffix_7 {
    padding-right: 43.75%;
}

.container_16 .suffix_9 {
    padding-right: 56.25%;
}

.container_16 .suffix_10 {
    padding-right: 62.5%;
}

.container_16 .suffix_11 {
    padding-right: 68.75%;
}

.container_16 .suffix_13 {
    padding-right: 81.25%;
}

.container_16 .suffix_14 {
    padding-right: 87.5%;
}

.container_16 .suffix_15 {
    padding-right: 93.75%;
}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.messages {
    clear: both;
}

.text-resizer-block {
    position: absolute;
    z-index: 300;
    top: 0;
    right: 0px;
    width: 160px;
}

.resizer-wrap {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-header-resize.png) top left repeat-x;
    display: block;
    text-align: center;
    padding-top: 7px;
    padding-left: 10px;
    height: 32px;
}

.resizer-wrap span {
    float: left;
    display: block;
    padding-right: 15px;
    font-size: 12px;
    color: #FFF;
}

ul.resizer {
    padding: 0;
    margin: 0;
    margin-left: 67px;
}

ul.resizer li {
    list-style-type: none;
    float: left;
    padding-right: 5px;
}

ul.resizer li a {
    display: block;
    width: 21px;
    height: 22px;
    text-indent: -999em;
    outline: none;
}

ul.resizer li a:link,
ul.resizer li a:visited {
    color: #FFF;
}

ul.resizer li.decrease-font a {
    background: url(/sites/all/themes/us_courts_district/imgs/btn-header-resize-sm.png) top left no-repeat;
}

ul.resizer li.reset-font a {
    background: url(/sites/all/themes/us_courts_district/imgs/btn-header-resize-med.png) top left no-repeat;
}

ul.resizer li.increase-font a {
    background: url(/sites/all/themes/us_courts_district/imgs/btn-header-resize-lg.png) top left no-repeat;
}

.header-help {
    color: #fff;
    padding-top: 8px;
}

.header-help a {
    padding: 0 5px;
}

.header-help a:link,
.header-help a:visited {
    color: #ffffcc;
}

.page-outline {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-sides-shadow.png) top center no-repeat;
}

.header-outline {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-header-repeat-red.png) top left repeat-x;
}

#header {
    position: relative;
    z-index: 11;
}

#site-court {
    padding-top: 30px;
}

#site-court a {
    color: #fff;
    font-family: 'Quattrocento', serif;
    font-size: 23px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#logo img {
    position: relative;
    float: left;
}

#site-name {
    margin-top: -1px;
}

#site-name a {
    color: #fff;
    font-family: 'Quattrocento', serif;
    font-size: 37px;
    letter-spacing: 1px;
    text-decoration: none;
}

#site-slogan {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: -11px;
}

#site-slogan a {
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
}

.search-form {
    margin-bottom: 0;
}

#block-search-form {
    float: right;
    position: absolute;
    top: 105px;
    right: 0;
    z-index: 200;
}

.search-form input {
    vertical-align: middle;
}

#block-search-form label {
    font-family: georgia, serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    display: block;
    float: left;
    padding-right: 10px;
    margin-top: 5px
}

#header .custom-search-box {
    width: 184px
}

#page {
    position: relative;
    z-index: 100;
}

#page-wrapper {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-header-stars-red.jpg) top center no-repeat;
}

#header ul.menu li {
    margin: 0;
    padding: 0;
}

#block-menu-block-2 {
    position: relative;
    z-index: 2;
}

#header .menu-block-wrapper h2 {
    display: none;
}

#header .menu-block-wrapper ul {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-nav.png) top left repeat-x;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
    width: 960px;
}

#header .menu-block-wrapper li {
    float: left;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid #7190bc;
    position: relative;
}

#header .menu-block-wrapper li.last {
    border-right: none;
}

#header .menu-block-wrapper a:link,
#header .menu-block-wrapper li a:visited {
    color: #ffffff;
    font-size: 14px;
    display: table-cell;
    padding: 0 10px 0 9px;
    text-align: center;
    text-decoration: none;
    height: 46px;
    line-height: 16px;
    vertical-align: middle;
    width: 86px;
    position: relative;
    top: -10%;
}

#header .menu-block-wrapper li.last a {
    padding-right: 10px;
}

#header .menu-block-wrapper li a:hover,
#header .menu-block-wrapper li a:active,
#header .menu-block-wrapper li a.active,
#header .menu-block-wrapper li a.active-trail {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-nav-hover.png) top left repeat-x;
    position: inherit;
    top: -2%;
}

#header .menu-block-wrapper li ul {
    background: none;
    border-bottom: none;
    position: absolute;
    z-index: 500;
    left: -999em;
    border-bottom: 1px solid #c9c0a6;
    width: 222px;
    overflow: hidden;
}

#header .menu-block-wrapper li li {
    float: none;
    border-right: none;
    overflow: hidden;
}

#header .menu-block-wrapper li li a:link,
#header .menu-block-wrapper li li a:visited {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-sub-nav.png) top left repeat-x;
    display: block;
    font-size: 13px;
    font-family: georgia, serif;
    color: #000000;
    background-color: #E4DCC5;
    padding: 8px 10px;
    text-align: left;
    height: auto;
    width: 200px;
    border-left: 1px solid #c9c0a6;
    border-right: 1px solid #c9c0a6;
    position: relative;
    top: 0;
}

#header .menu-block-wrapper li:hover ul {
    left: 0;
}

#sidebar-first ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

#sidebar-first li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-first li.last {
    padding-bottom: 8px;
}

#sidebar-first li a {
    font-family: Georgia;
    font-size: 14px;
    display: block;
    padding: 8px 0;
    padding-left: 10px;
    border-top: 1px solid #e5ddc3;
}

#sidebar-first li a:hover {
    background-color: #EDE4CE;
}

#sidebar-first li a:active,
#sidebar-first li a.active {
    background: #e4dcc5;
    text-decoration: none;
}

#sidebar-first li ul {
    margin-left: 15px;
}

#sidebar-first li li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 5px 0;
    padding-left: 10px;
    border-top: none;
    line-height: 1.7rem;
}

#sidebar-first li li a:hover,
#sidebar-first li li a:active,
#sidebar-first li li a.active {
    background: none;
    text-decoration: underline;
}

#main-wrapper {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-gradient-tan.png) #fff top left repeat-x;
    padding-top: 20px;
}

#main {
    min-height: 550px;
}

#sidebar-second .block~.block {
    margin-top: 15px;
}

#content-top {
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 3px solid #e4dcc5;
}

#content-top .center-top-column h2 .fp-welcome-title {
    font-size: 28px;
    font-family: georgia;
    color: #00214d;
    font-style: italic;
}

#content-top .center-top-column p {
    font-size: 18px;
    font-family: georgia, serif;
    line-height: 20px;
    color: #383f49;
    margin-bottom: 10px;
}

#content-top .center-top-column p a {
    font-size: 14px;
    font-family: arial, sans-serif;
    font-weight: bold;
    color: #1765b3;
}

#content-top ul.fp-welcome-links {
    margin: 0;
    padding: 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#content-top ul.fp-welcome-links li {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-top-fp-link.png) top left repeat-x;
    list-style-type: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#content-top ul.fp-welcome-links li a {
    color: #1765b3;
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 24px;
    padding-top: 11px;
    padding-left: 15px;
}

.breadcrumb a.active-trail {}

.node-judge .field-type-text-with-summary p {
    color: #383f49;
    line-height: 16px;
}

.node-judge .field-type-text-with-summary p strong {
    font-family: arial;
    font-size: 14px;
    color: #383f49;
    font-weight: bold;
}

.staff-info-wrap {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-judge-staff-info.png) top left repeat-x #ebf0f3;
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 35px;
}

.staff-info-wrap p {
    line-height: 17px;
    color: #383f49;
}

.page-node .staff-info-wrap .field-items p strong {
    font-size: 12px;
}

.staff-info-wrap .field-name-field-j-staff-first {
    float: left;
    width: 320px;
}

.staff-info-wrap .field-name-field-j-staff-second {
    margin-left: 320px;
    border-left: 1px solid #78818a;
    padding-left: 20px;
}

div.horizontal-tabs {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.horizontal-tabs ul.horizontal-tabs-list li {
    background-color: none;
    border-right: none;
}

.horizontal-tabs ul.horizontal-tabs-list {
    background: none;
}

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 6px 5px 4px 0;
    height: 15px;
}

.horizontal-tabs ul.horizontal-tabs-list {
    background-color: none;
    border-right: none;
    position: relative;
    z-index: 2;
}

.horizontal-tabs ul.horizontal-tabs-list li {
    background-color: none;
    background: none;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
    border-color: #E4DCC5;
    border-right: 1px solid #E4DCC5;
    border-style: solid;
    border-width: 2px 1px 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -5px;
    position: relative;
}

.horizontal-tabs fieldset.horizontal-tabs-pane {
    padding: 2em 1em;
}

.group-judge-tabs li a:link,
.group-judge-tabs li a:visited {
    font-family: georgia;
    font-size: 13px;
    color: #000000;
}

.group-judge-tabs li a:link strong,
.group-judge-tabs li a:visited strong {
    font-weight: normal;
}

.group-judge-tabs li a:link {
    outline: none;
}

.group-judge-tabs .horizontal-tabs ul.horizontal-tabs-list li {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat 0 -50px;
    padding-left: 5px;
    margin-right: 4px;
    min-width: 0;
    padding-bottom: 0;
}

.horizontal-tabs ul.horizontal-tabs-list li a {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat right -75px;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat 0 0;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected a {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat right -25px;
}

.file-listing .views-row {
    margin-bottom: 25px;
}

.file-listing .views-field {
    margin-bottom: 3px;
}

.views-label-field-form-cat,
.views-label-field-form-rev-date {
    font-weight: bold;
}

.file-listing .views-field-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.file-listing .views-field-edit-node {
    margin-top: 10px;
}

.view-id-faqs .item-list ul {
    list-style-type: none;
}

.view-id-faqs .item-list ul li {
    margin-left: 0;
    padding-left: 23px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: block;
}

.view-id-faqs .item-list ul.pager li {
    display: inline;
}

.view-faqs .views-field-title {
    font-family: arial, serif;
    color: #383f49;
    font-size: 14px;
    font-weight: bold;
}

.views-field-title.faq-js-active {
    background: url(/sites/all/themes/us_courts_district/imgs/list-btn-faq-open-close.png) no-repeat;
    display: block;
    margin-left: -23px;
    padding-left: 23px;
    cursor: pointer;
    line-height: 1;
}

.views-field-title.faq-js-active.faq-open {
    background-position: 0 -87px;
}

.views-field-field-faq-answer {
    font-family: arial;
    color: #383f49;
    font-weight: normal;
    font-size: 12px;
}

.views-field-field-faq-answer .field-content {
    margin: 13px 0;
}

.news-listing-page .views-row {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.news-listing-page .views-row p {
    margin: 0px;
}

.view-news-announcements .views-field-field-news-date {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.view-news-announcements .views-row .views-field-title {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
}

.block #left-sub-column .views-row .views-field-title {
    margin-bottom: 10px;
}

.fp-news-feed .views-row {
    border-bottom: none;
    padding: 0;
    margin-bottom: 25px;
}

.fp-news-feed .views-row .views-field-field-news-date {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 5px;
}

.fp-news-feed .views-row .views-field-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

#footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    padding:10px 20px !important
}

#footer #block-block-1,
#footer #block-nodeblock-nb-footer-coptright {
    float: left;
}

#footer #block-block-2,
#footer #block-nodeblock-nb-footer-quick-links {
    float: right;
    margin-top: 0px;
}

#footer #block-block-2 a,
#footer #block-nodeblock-nb-footer-quick-links a {
    padding: 0 5px;
}

#footer #block-block-2 a.ql-first,
#footer #block-nodeblock-nb-footer-quick-links a.ql-first {
    padding-left: 0;
}

body.lgFont {
    font-size: 14px;
}

.lfFont #sit-name a {
    line-height: 0px;
}

.lgFont #content {}

.lgFont #header .menu-block-wrapper li li a:link,
.lgFont #header .menu-block-wrapper li li a:visited {
    font-size: 15px;
}

.lgFont #sidebar-first li a {
    display: block;
    font-size: 16px;
}

.lgFont #sidebar-first li li a {
    font-size: 14px;
    ;
}

.lgFont h1#page-title {
    font-size: 30px;
}

.lgFont .page-node .content .field-items h2 {
    font-size: 30px;
}

.lgFont .page-node .content .field-items p strong {
    font-size: 16px;
}

.lgFont .page-node .content .field-items h4 {
    font-size: 16px;
  
}

body.xlFont {
    font-size: 16px;
}

.xlFont #site-name a {
    line-height: 0px;
}

.xlFont #content {
    line-height: 22px;
}

.xlFont #header .menu-block-wrapper li li a:link,
.xlFont #header .menu-block-wrapper li li a:visited {
    font-size: 17px;
}

.xlFont #sidebar-first li a {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.xlFont #sidebar-first li ul li a {
    font-size: 18px;
    line-height: 20px;
}

.xlFont h1#page-title {
    font-size: 32px;
}

.xlFont .page-node .content .field-items h2 {
    font-size: 32px;
}

.xlFont .page-node .content .field-items p strong {
    font-size: 18px;
}

.xlFont .page-node .content .field-items h4 {
    font-size: 18px;
}

.blocktheme-border_white,
.blocktheme-gradient {
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.blocktheme-border_white {
    background-color: #fff;
}

.blocktheme-gradient {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-judge-staff-info.png) top left repeat-x #ebf0f3;
}

.node-court {
    background: #FFF;
    border-top: 3px solid #e4dcc5;
    border-left: 1px solid #e4dcc5;
    border-right: 1px solid #e4dcc5;
    border-bottom: 1px solid #e4dcc5;
    padding: 20px 25px;
    position: relative;
    z-index: 2;
    margin-top: -3px;
}

.court-address-wrap {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-judge-staff-info.png) top left repeat-x #ebf0f3;
    border: 1px solid #cccccc;
    padding: 20px 30px;
    margin-bottom: 20px;
    width: 348px;
    margin-top: 20px;
}

.court-address-wrap p {
    line-height: 17px;
    color: #383f49;
}

.court-address-wrap .staff-info-wrap .field-items p strong {
    font-size: 12px;
}

.court-address-wrap .field-name-field-court-st-add {
    float: left;
    width: 154px;
}

.court-address-wrap .field-name-field-court-mail-add {
    margin-left: 174px;
}

.node-court table {
    border-collapse: separate;
}

.view-display-id-court_tabs_view ul {
    position: relative;
    z-index: 10;
    clear: both;
}

.view-display-id-court_tabs_view ul li {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat scroll 0 -50px;
    margin-right: 4px;
    padding-left: 1px;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    float: left;
}

.view-display-id-court_tabs_view ul li a {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat scroll right -75px;
    height: 15px;
    padding: 6px 10px 4px 10px;
    display: block;
}

.view-display-id-court_tabs_view ul li a:link,
.view-display-id-court_tabs_view ul li a:visited {
    font-size: 13px;
    font-weight: normal;
    font-family: georgia;
    color: #000;
}

.staff-directory-landing .view-display-id-court_tabs_view ul li.views-row-first,
.view-display-id-court_tabs_view ul li div.active {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat 0 0;
}

.staff-directory-landing .view-display-id-court_tabs_view ul li.views-row-first a,
.view-display-id-court_tabs_view ul li div.active a.active {
    background: url(/sites/all/themes/us_courts_district/imgs/bg-content-tabs-sprite.png) no-repeat right -25px;
}

#block-views-staff-listing-block-1 .views-field-title,
#block-views-staff-directory-home-court-list .views-field-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.node-form .field {
    margin-bottom: 10px;
}

.front #center-sub-column ul {
    padding: 0;
    margin: 0;
}

.front #center-sub-column ul li {
    margin: 5px 0 5px 20px;
}

.front .right-top-column img {
    float: right;
    border: 4px solid #e4dcc5;
}

#sidebar-second div.block-us-courts-buttons,
div.block-us-courts-buttons {
    margin-bottom: 10px;
}

#sidebar-second div.block-nodeblock,
div.block-nodeblock {
    margin-bottom: 10px;
}

.page-checklist .view-checklist .view-header {
    background: url(/sites/all/themes/us_courts_district/imgs/img-sprite-checklist.png) no-repeat 0 -173px;
    font-family: georgia;
    font-size: 28px;
    line-height: 28px;
    color: #00214d;
    margin-left: 15px;
    margin-bottom: 0;
    padding-left: 60px;
}

.page-checklist .view-checklist .view-header p {
    margin-bottom: 0;
    width: 392px;
}

.page-checklist .view-checklist .views-row {
    background: url(/sites/all/themes/us_courts_district/imgs/img-sprite-checklist.png) no-repeat 0 17px;
    padding: 20px 0;
    padding-left: 31px;
    margin-left: 35px;
    border-bottom: 1px solid #cccccc;
}

.page-checklist .view-checklist .views-field-title {
    color: #1765b3;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}

.page-checklist .view-checklist .views-field-body p {
    margin-bottom: 0;
}

.field-name-field-hd-address {
    background: #FFF;
    width: 218px;
    padding: 10px;
    margin: 0 0 20px 20px;
    border: 1px solid #000;
    float: right;
}

.field-name-field-hd-address p {
    margin: 0;
}

.field-type-text-with-summary strong {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.field-type-text-with-summary ul {
    margin: 15px 0;
    padding-left: 30px;
}

.field-type-text-with-summary li {
    list-style-type: disc;
    margin-left: -11px;
}

.field-name-field-hd-table table {
    border-top: 1px solid #c8bea2;
    border-left: 1px solid #c8bea2;
}

.field-name-field-hd-table tbody {
    border: none;
}

.field-name-field-hd-table tr th {
    background: #f1ede2;
    border-bottom: none;
    padding: 10px;
    border-right: 1px solid #c8bea2;
    border-bottom: 1px solid #c8bea2;
    vertical-align: top;
    color: #663300;
    font-weight: normal;
}

.field-name-field-hd-table tr th strong {
    font-weight: bold;
    font-size: 13px;
}

.field-name-field-hd-table tr td {
    color: #666666;
    font-weight: bold;
    padding: 10px;
    border-right: 1px solid #c8bea2;
    border-bottom: 1px solid #c8bea2;
    vertical-align: top;
}

.oho-site-alert-message {
    background-color: #ffffcc;
    border: solid 2px #367cc2;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
}

.oho-site-alert-message h2 {
    color: #740901;
}

.oho-site-alert-message h2 strong {
    font-weight: normal;
}

.usc-pb-info {
    float: left;
    margin-right: 10px;
    width: 150px;
}

.usc-pb-actions {
    float: left;
    width: 97px;
    text-align: center;
}

.usc-pb-pacer-logo {
    margin: 10px 0px 20px 0px;
    display: inline-block;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #383f49;
    margin: 0;
    color: #333;
}

h1 {
    color: #00214d;
    font-family: georgia, serif;
    font-size: 28px;
    font-weight: normal;
    margin: 27px 0 20px 0;
    line-height: 29px;
}

h2 {
    color: #00214d;
    font-weight: normal;
    font-size: 21px;
    font-family: georgia, serif;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
}

p {
    margin-top: 0px;
}

a:link,
a:visited {
    color: #1765b3;
    text-decoration: none;
}

a:hover {
    color: #002a66;
    text-decoration: underline;
}

html {
    font-size: 62.5%;
}

html,
body {
    height: 100%;
}

body {
    background: #674728 url(/sites/all/themes/us_courts_district/imgs/medium-background.jpg) center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #333;
    font-weight: normal;
}

.region-content p {
    line-height: 2.2rem;
}

.beautytips {
    border-bottom: 1px dotted #043c1f;
}

.important {
    color: #A01E21;
    margin-top: 10px;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

.page-node-285 .important {
    padding: 10px;
    border: 1px solid #9E1E21;
}

.page-node-285 #sidebar-second .important {
    border: none;
}

.front #node-765 h2,
.front #node-765 .links.inline,
.page-node-649 #block-nodeblock-650 {
    display: none;
}

.front #node-765 h1 a {
    color: #A01E21;
}

.front h1 {
    font-size: 20px;
    font-size: 2rem;
}

.oho-site-alert-message {
    background: #fff;
    border: none;
    color: #A01E21;
    padding: 20px 0 0 10px;
}

.oho-site-alert-message .content {
    display: inline;
}

.oho-site-alert-message h2 {
    display: inline;
    color: #A01E21;
    font-size: 20px;
    font-size: 2rem;
}

.oho-site-alert-message i {
    font-size: 26px;
    font-size: 2.6rem;
}

div.oho-site-alert-message h2 strong {
    font-weight: 700;
}

a:link.juror-questionnaire {
    background: #A01E21;
    color: #fff;
    text-decoration: none;
    padding: 5px 30px;
    text-align: center;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border-radius: 14px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

a:hover.juror-questionnaire {
    background: #881518;
}

.left {
    float: left;
    margin-right: 10px;
}

.right {
    float: right;
    margin-left: 10px;
}

img,
embed,
object,
video,
iframe {
    max-width: 100%;
}

.front .node-promoted {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.front .node-promoted h2 a {
    color: #A01E21;
    text-decoration: none;
}

.jury-video {
    display: block;
    margin-top: 12px;
    border: 3px solid #043c1f;
}

.feed-icon img {
    width: 16px;
}

.sidebar-first #content-wrapper {
    background: #fff;
}

h1,
h1.title {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0 0 28px 0;
}

h2,
.node-type-job-posting .field-label {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.node-type-job-posting .field-label,
.page-court-procedures-general-orders caption {
    color: #043c1f;
    font-family: Georgia, "Times New Roman", sans-serif, serif;
    font-weight: normal;
    line-height: 1.3em;
}

h3,
.page-court-procedures-general-orders caption {
    font-size: 20px;
    font-size: 2rem;
    margin: 4px 0px;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 20px 0 4px 0;
}

h4.gold {
    color: #043c1f;
}

p {
    margin-top: 0px;
}

a:link,
a:visited {
    color: #043c1f;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.field-type-text-with-summary ul li:not(:last-child) {
    list-style-type: disc;
    margin-left: -10px;
    margin-bottom: 8px;
}

.field-type-text-with-summary ol li {
    list-style-type: decimal;
}

.field-type-text-with-summary ol ol li {
    list-style-type: decimal;
}

.field-type-text-with-summary ul li,
.field-type-text-with-summary ul ul li {
    list-style-type: disc;
}

.field-type-text-with-summary ul {
    margin: 5px 0 15px 20px;
    padding-left: 30px;
}

.field-type-text-with-summary ul ul li {
    margin-left: 20px;
}

ul li {
    margin-left: 0;
}

ol li {
    margin-left: 0;
}

.page-node-1493 .region.region-content {
    padding: 0 50px;
}

.page-node-1493 .breadcrumb {
    display: none;
}

.probono {
    padding-top: 25px;
    padding-bottom: 45px;
}

.probono-address .inner {
    padding-top: 52px;
    text-align: center;
}

.page-node-1493 h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page-outline {
    background: none;
}

.header-outline,
#page-wrapper {
    background: none;
}

#content-wrapper {
    background: #fff;
}

#sidebar-first,
#content,
#sidebar-second {
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-content {
    background-color: white;
}

#top-bar-wrapper {
    height: 40px;
    background: #a01e21;
    border-bottom: 3px solid #d5a558;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
}

#top-bar-wrapper #top-bar {
    height: 40px;
    margin: 0 auto;
}

#top-bar-wrapper #top-bar ul {
    display: block;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#user-type-menu .menu {
    text-align: center;
}

#user-type-menu .menu li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline;
}

#user-type-menu a {
    background: #881518;
    color: #fff;
    display: inline-block;
    padding: 9px .65em;
    text-decoration: none;
    border-left: 1px solid #d2232a;
    margin-left: -2px;
    margin-right: -1px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: Georgia, "Times New Roman", Serif;
}

#user-type-menu .last a {
    border-right: 1px solid #d2232a;
}

#user-type-menu a:hover {
    background: #a01e21;
    color: #fff;
}

#user-type-menu #context-block-region-user_type_menu {
    display: none;
}

#top-bar .text-resizer-block,
#block-us-courts-stock-font-resizer {
    position: relative;
    z-index: 300;
}

.resizer-wrap {
    background: none;
    display: block;
    height: 40px;
    padding: 0;
    text-align: center;
    float: right;
    width: 160px;
}

.resizer-wrap span {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    padding-right: 15px;
    padding-top: 10px;
}

.text-resizer-block {
    position: relative;
    right: 5px;
    width: 100%;
}

ul.resizer li {
    float: left;
    list-style-type: none;
    padding: 8px 5px 8px 0;
}

#utility-links {
    text-align: right;
}

#utility-links .menu {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

#utility-links .menu li {
    display: inline;
    float: left;
    padding: 10px 5px;
}

#utility-links .menu li a {
    color: #d5a558;
}

#header {
    position: relative;
    z-index: 11;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.3);
}

#logo img {
    display: block;
    width: 85%;
    position: relative;
    top: -12px;
}

#name-and-slogan {
    margin-top: 8px;
}

#site-court {
    padding-top: 0;
}

#site-court a {
    display: block;
    line-height: 1.3em;
    font-family: 'Quattrocento', serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .035em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 8px;
}

#site-name {
    margin-top: 0;
    margin-bottom: 0;
}

#site-name a {
    display: block;
    font-family: 'Quattrocento', serif;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: .02em;
    text-decoration: none;
    line-height: 1.2em;
}

.xlFont #site-name a {
    line-height: 1.2em;
}

#site-slogan a {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

#search-box {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: right;
}

#block-search-form {
    float: none;
    position: relative;
    top: inherit;
    z-index: 200;
}

#block-search-form label {
    font-family: georgia, serif;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    display: block;
    float: left;
    padding-right: 10px;
    margin-top: 5px
}

.flexslider {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    max-width: 750px;
}

.flex-nav-container {
    float: right;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.flex-caption a:hover {
    text-decoration: none;
}

#sidebar-second {
    margin: 0;
    padding: 20px 1% 0 1%;
    background: url(/sites/all/themes/us_courts_district/imgs/subtle_grunge.png) 0 0 repeat;
}

#sidebar-second .node-slideshow .flexslider {
    box-shadow: none;
    background: none;
}

#sidebar-second .node-slideshow {
    margin-bottom: 45px;
}

#sidebar-second .node-slideshow .flexslider ul {
    margin-left: 0;
}

.flex-control-nav li a {
    height: 10px;
    width: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #CC9E53;
}

.flex-control-nav li a.active {
    background: #9F1D20;
}

.flex-caption {
    margin-bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: right;
    line-height: 25px;
    font-family: "Georgia Bold Italic";
    font-style: italic;
    background: rgba(0, 0, 0, .5);
}

.flex-caption a.read-more {
    margin-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
}

.flex-control-nav {
    bottom: -10px;
}

#sidebar-second .flex-nav-container {
    margin-bottom: 25px;
}

#sidebar-second .flexslider {
    max-width: 300px;
}

#sidebar-second .flex-caption {
    font-size: 2rem;
    margin-bottom: 2px;
}

#sidebar-second .flex-control-nav {
    bottom: -25px;
    max-width: 300px;
}

.featured {
    color: #000;
    padding-bottom: 10px;
}

.featured .slideshow .block {
    padding: 20px 0 0 0;
}

.featured .block-nodeblock {
    margin-bottom: 0;
}

.featured .action-buttons .block {
    width: 100%;
    vertical-align: text-bottom;
    margin-top: 0;
}

.featured .action-buttons .block p {
    margin-bottom: 0;
}

.featured .action-buttons {
    vertical-align: text-bottom;
}

.featured .action-buttons ul,
.featured .slideshow ul {
    margin: 0;
    padding: 0;
    padding-bottom: 17px;
}

.featured .action-buttons ul li {
    display: block;
}

.featured .field-type-text-with-summary li {
    margin-left: 0;
}

.featured h3 {
    color: #043c1f;
    font-style: italic;
}

.featured .action-buttons {
    margin-top: 20px;
    margin-left: 2%;
}

.featured .action-buttons ul {
    margin-top: 10px;
    margin-left: 0;
}

.action-buttons .field-type-text-with-summary ul {
    padding-left: 8px;
}

.action-buttons p {
    font-size: 13px;
    font-size: 1.3rem;
}

.featured .action-buttons li {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #043c1f;
}

.featured .action-buttons li a {
    text-decoration: none;
}

.featured .action-buttons a:hover {
    text-decoration: none;
}

.node-slideshow .print-link {
    display: none;
}

.featured .action-buttons a:hover .title {
    color: #9F1D20;
}

.featured a#context-block-region-action_buttons,
.featured .action-buttons .contextual-links-wrapper,
.featured .print-link,
.page-node-1505 #block-nodeblock-1506 {
    display: none;
}

#navigation {
    margin-bottom: 0;
}

ul.menu li {
    margin: 0;
    padding: 0;
}

#navigation #block-system-main-menu ul {
    background: #043c1f;
    display: block;
    padding-right: 3%;
    text-align: end;
}

#navigation #block-system-main-menu li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline;
}

#navigation #block-system-main-menu li.last {
    border-right: none;
}

#navigation #block-system-main-menu a:link,
#navigation #block-system-main-menu li a:visited {
    font-family: Georgia, "Times New Roman", Serif;
    color: #fff;
    text-shadow: 1px 1px #885627;
    letter-spacing: .025em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    padding: 12px 1.0em;
    text-decoration: none;
    border-left: 1px solid #043c1f;
    margin-left: -2px;
    margin-right: -2px;
}

#navigation #block-system-main-menu li.expanded:first-child a:link {
    /* border-left-color: #d2a152; */
}

#navigation #block-system-main-menu li.last a {
    padding-right: 10px;
    border-right: 1px solid #043c1f;
}

#navigation #block-system-main-menu li a:hover,
#navigation #block-system-main-menu li a:active,
#navigation #block-system-main-menu li a.active,
#navigation #block-system-main-menu li a.active-trail {
    color: #fff;
    text-shadow: none;
    background: #011C33 ;
    border-left: 1px solid #011C33 ;
    border-right: 1px solid #011C33 ;
}

.page-node-123 #navigation #block-system-main-menu li a.active-trail {
    background: none;
    border-left: 1px solid #043c1f;
    border-right: 1px solid #D2A152;
}

#navigation #block-system-main-menu li ul {
    background: #4C5258         ;
    border-bottom: none;
    position: absolute;
    z-index: 500;
    left: -999em;
    width: 216px;
    overflow: hidden;
    padding: 0;
}

#navigation #block-system-main-menu li li {
    float: none;
    border-right: none;
    overflow: hidden;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
}

#navigation #block-system-main-menu li li a:link,
#navigation #block-system-main-menu li li a:visited {
    background: #4C5258 
    ;
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 8px 10px;
    text-align: left;
    width: 216px;
    border: none;
    text-shadow: none;
    border-bottom: 1px solid white;
}

#navigation #block-system-main-menu li li.last a {
    border: none;
}

#navigation #block-system-main-menu li li a:hover,
#navigation #block-system-main-menu li li a:hover {
    color: #fff;
    background: #011C33;
}

#navigation #block-system-main-menu li:hover ul {
    left: -2px;
}

#homeTop {
    clear: both;
}

#block-block-3 {
    position: relative;
}

#left-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#left-top ul li {
    display: block;
    width: 100%;
    margin: 12px 0;
}

#left-top ul li a {
    display: block;
    padding: 4% 0;
    text-align: center;
    width: 100%;
    background: #D5A558 url(/sites/all/themes/us_courts_district/imgs/gold-gradient-bg.jpg) top left repeat-x;
    background: -moz-linear-gradient(center top, #d5a558 0%, #043c1f 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d5a558), to(#043c1f));
    background: -webkit-linear-gradient(270deg, #d5a558 0%, #043c1f 100%);
    background: -o-linear-gradient(270deg, #d5a558 0%, #043c1f 100%);
    background: linear-gradient(center top, #d5a558 0%, #043c1f 100%);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px #885627;
    letter-spacing: .025em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
}

#left-top ul li a:hover {
    display: block;
    text-align: center;
    background: #a01e21;
    background: -moz-linear-gradient(center top, #b12225 0%, #a01e21 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b12225), to(#a01e21));
    background: -webkit-linear-gradient(270deg, #b12225 0%, #a01e21 100%);
    background: -o-linear-gradient(270deg, #b12225 0%, #a01e21 100%);
    background: linear-gradient(center top, #b12225 0%, #a01e21 100%);
}

.field-name-field-news-date {
    display: block;
    padding: 1px 2px;
    background: #f5f5f5;
    text-indent: 12px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 11px;
    font-size: 1.1rem;
}

#left-sub-column .block,
#center-sub-column .block,
#right-sub-column .block {
    margin-top: 25px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
}


#left-sub-column .block .content,
#center-sub-column .block .content,
#right-sub-column .block .content {
    padding: 0 .5% 12px .6%;
}

#left-sub-column .block .content #node-57 {
    padding-left: 10px;
}

#left-sub-column h2,
#center-sub-column h2,
#right-sub-column h2 {
    display: block;
    padding: 3px;
    padding-left: 5px;
    background: #f3f1ec;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    color: #043c1f;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.front #left-sub-column ul,
.front #center-sub-column ul,
.front #right-sub-column ul {
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
}

.front #left-sub-column ul li,
.front #center-sub-column ul li,
.front #right-sub-column ul li {
    display: block;
    margin: 0 0 6px 4px;
    list-style: none;
}

#sidebar-first ul {
    margin: 0;
    padding: 0;
}

#sidebar-first li a {
    border-bottom: 1px solid #ccc;
    border-top: none;
    display: block;
    font-family: Georgia, "Times New Roman", san-serif;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 4px 0 4px 10px;
    text-decoration: none;
}

#sidebar-first li a:hover,
#sidebar-first li a:active,
#sidebar-first li a.active,
#sidebar-first li li.leaf a:hover,
#sidebar-first li li.leaf a.active {
    background-color: #f3f1ec;
    color: #043c1f;
    text-decoration: none;
}

#sidebar-first li.last {
    padding-bottom: 0;
}

#sidebar-first li li.leaf a {
    border-top: none;
}

#sidebar-first .block,
#sidebar-second .block,
.action-buttons .block:first-child {
    margin-bottom: 20px;
    font-style: normal;
}

.view-news .view-content div>a {
    display: block;
    margin-bottom: 8px;
}

.content-block,
#block-nodeblock-506>.content {
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 5px;
}

.page-node-37 #content .region-content .block h2,
.page-node-46 #content .region-content .block h2,
.page-node-50 #content .region-content .block h2,
.page-node-40 #content .region-content .block h2,
.page-node-51 #content .region-content .block h2,
.page-node-147 #content .region-content .block h2 {
    margin-bottom: 0;
    margin-top: 25px;
    padding: 3px;
    background: #f3f1ec;
    border: 1px solid #ccc;
    font-size: 15px;
    font-size: 1.5rem;
    color: #043c1f;
    font-weight: bold;
}

.page-node-66 .region-content a {
    text-decoration: none;
}

.page-node-66 #node-66 a:hover {
    text-decoration: underline;
}

.page-node-50 #content .region-content .node-node-block,
.page-node-37 #content .region-content .node-node-block {
    border: 1px solid #ccc;
}

#sidebar-first h2,
#sidebar-second h2,
.action-buttons h2 {
    color: #043c1f;
    font-size: 18px;
    font-size: 1.8rem;
}

.action-buttons h2 {
    margin-bottom: 5px;
    font-weight: 700;
    font-style: italic;
}

.action-buttons i {
    color: #978a77;
    margin-right: 10px;
    width: 17px;
}

a.popular {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
}

#sidebar-first h2,
#sidebar-second h2 {
    display: block;
    width: 96%;
    padding: 0px 2% 0 2%;
    border-bottom: 3px double #043c1f;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: bold;
    font-style: normal;
}

#sidebar-second .content span a,
#sidebar-first .content span a {
    color: #A01E21;
}

#sidebar-first h3,
#sidebar-second h3 {
    color: #A01E21;
    text-decoration: none;
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
}

#sidebar-second ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-second ul li {
    text-indent: none;
    padding: 2px 0;
    list-style: none;
}

#sidebar-second .node ul {
    margin-left: 12px;
    list-style: none;
}

#sidebar-second .node ul li {
    list-style: none;
}

.view-screenshot {
    margin-bottom: 18px;
    display: inline-block;
    padding: 6px;
    background-color: #e4dcc5;
    border: solid 1px #043c1f;
}

.view-screenshot a,
.view-screenshot a:link {
    text-decoration: none;
    color: #A01E21;
}

.view-screenshot i {
    font-size: 1.5em;
    font-size: 15px;
    color: #A01E21;
}

#sidebar-second ul.socialIcons {
    margin-bottom: 20px;
    margin-left: 0;
}

#sidebar-second .socialIcons li {
    display: block;
}

#sidebar-second .socialIcons li a {
    display: block;
    height: 40px;
}

.socialIcons i {
    display: inline-block;
    padding: 2px;
    text-align: center;
    width: 1.5em;
    font-weight: normal;
}

.socialIcons a i {
    text-decoration: none;
}

.front #content .block h2 {
    margin-bottom: 10px;
}

#sidebar-second .cm-login,
.pacer-login {
    display: inline-block;
    text-indent: 10px;
}

#cm-pacer i {
    color: #978a77;
}

.directions,
.parking,
.maps,
.transportation,
.courtroom {
    display: block;
    text-indent: 35px;
    height: 27px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.directions {
    background: url(/sites/all/themes/us_courts_district/imgs/icon-collection.png) 0 -33px no-repeat;
}

.parking {
    background: url(/sites/all/themes/us_courts_district/imgs/icon-collection.png) 0 -66px no-repeat;
}

.maps {
    background: url(/sites/all/themes/us_courts_district/imgs/icon-collection.png) 0 -98px no-repeat;
}

.transportation {
    background: url(/sites/all/themes/us_courts_district/imgs/icon-collection.png) 0 -130px no-repeat;
}

.courtroom {
    background: url(/sites/all/themes/us_courts_district/imgs/icon-collection.png) 0 -163px no-repeat;
}

#footer {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 10px;
    border: none;
    background-color: #043c1f;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer-seal {
    clear: both;
    width: 100%;
    height: 38px;
    color: red;
    background: url(/sites/all/themes/us_courts_district/imgs/red-line.gif) 0 -2px repeat-x;
    border-top: 1px solid #F7EEDD;
}

#footer-seal span {
    display: block;
    position: relative;
    top: 0;
    height: 47px;
    width: 100px;
    margin: 0 auto;
    background: url(/sites/all/themes/us_courts_district/imgs/footer-seal.png) 0 0 no-repeat;
}

#footer .block h2 {
    color: white;
    border-bottom: 3px double white;
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

#footer ul.menu {
    padding-left: 0;
}

#footer ul.menu li {
    list-style: none;
    line-height: 1.5em;
}

#footer ul.menu li a:hover {
    text-decoration: underline;
}

#breadcrumb em {
    display: inline-block;
    float: left;
    color: #999;
    margin-right: 5px;
    margin-top: 2px;
}

#top-bar .contextual-links-wrapper,
#navigation .contextual-links-wrapper {
    display: none;
}

table,
.job-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.table,
.job-table table {
    width: 100%;
    margin-bottom: 18px;
}

.table th,
.table td {
    padding: 4px .5%;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
    background: #ededed;
}

.table thead th {
    vertical-align: bottom;
    padding: 2px 5px;
}

.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
    padding: 4px .5%;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
    background-color: #f5f5f5;
}

input[type="submit"],
.button {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5%;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #a50208;
    color: #fff;
    border: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
    cursor: pointer;
    *margin-left: .3em;
    text-shadow: none;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    margin-top: 5px;
    transition: background-color 0.8s ease;
    font-weight: bold;
}

a.button,
a:link.button {
    color: #fff;
    text-decoration: none;
}

.button.secondary {
    background: #978a77;
    margin: 0;
    text-align: center;
}

a.button.secondary {
    color: #fff;
}

a.button.secondary:hover {
    background: #cec6ba;
}

input[type="submit"]:first-child {
    *margin-left: 0;
}

input[type="submit"]:hover,
.button:hover {
    color: #fff;
    text-decoration: none;
    background: #981B1E;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#search-box .search-form input[type="submit"] {
    vertical-align: middle;
    width: 35px;
    height: 41px;
    margin-top: 0;
    margin-left: -5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: url(/sites/all/themes/us_courts_district/imgs/search.png) 6px 8px no-repeat, #043c1f;
    border: none;
    text-indent: -99999px;
}

input[type="text"],
input[type="textarea"],
input[type="password"],
input[type="email"] {
    display: block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 90%;
}

.form-textarea-wrapper textarea {
    width: 90%;
}

input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

#search-box .custom-search-box {
    display: inline;
    padding: 3px;
    padding-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    width: 75%;
    height: 35px;
    border: 1px solid #333;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.fieldset-legend a {
    background: #FFFFFF;
    border-radius: 4px;
    color: #A41E21;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

fieldset {
    background: #f3f1ec;
    border: 1px solid #CCCCCC;
    padding: 10px 2%;
    width: 92%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.marker,
.form-required {
    color: #a01e21;
}

.news-listing-page .views-row,
.view-news .views-row {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.page-notices-from-the-clerk #content .views-row,
.page-news #content .views-row,
.page-press-releases #content .views-row {
    margin-bottom: 30px;
}

.news-listing-page .views-row span a,
.view-news .views-row span a {
    color: #A01E21;
}

.action-buttons .block span a {
    color: #043c1f;
}

.court-locations {
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 10px;
    min-height: 370px;
}

.court-locations p {
    margin: 0;
    padding: 0 1%;
}

.court-locations ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.court-locations span.views-label-field-location-hours {
    margin-top: 18px;
}

.court-locations h2 {
    color: #fff;
    background: #a01e21;
    font-size: 18px;
    font-size: 1.8rem;
}

.court-locations h4 {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #a01e21;
}

.views-label-field-location-hours {
    display: block;
    margin-top: 12px;
    font-weight: bold;
}

.court-locations div ul li a {
    display: block;
    padding: 3px 0;
}

.views-field-field-location-map {
    margin-top: 14px;
}

#sidebar-second .case-management li,
#sidebar-second .case-management li a {
    display: block;
    height: 97px;
}

#sidebar-second .juror-maps li,
#sidebar-second .juror-maps li a {
    display: block;
    height: 48px;
}

#sidebar-second .juror-maps li a {
    text-align: middle;
}

#sidebar-second .juror-maps img {
    border: 1px solid #043c1f;
    display: block;
    float: left;
    margin-right: 5px;
}

#sidebar-second .case-management li,
#sidebar-second .juror-maps li {
    margin-bottom: 6px;
}

#sidebar-second .case-management li a.cmecf {
    background: #fff url(/sites/default/files/images/cm-icon.png) 0 0 no-repeat;
}

#sidebar-second .case-management li a.pacer {
    background: #fff url(/sites/default/files/images/pacer-icon.png) 0 0 no-repeat;
}

#sidebar-first .print-page,
#sidebar-first .print-link,
#sidebar-second .print-page,
#sidebar-second .print-link,
.block-nodeblock .print-page,
.node-node-block .print-link {
    display: none;
    height: 1px;
}

.job-specs .field-label {
    font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4em;
    color: #333;
    font-weight: bold;
}

.job-specs {
    width: 95%;
    background: #ededed;
    -moz-border-radius: 6px;
    border: none;
    padding-left: 10px;
}

.job-specs legend {
    display: none;
}

.job-table table tr.even,
.job-table table tr.odd,
.job-table table th,
.job-table table thead {
    border: none;
    background: none;
}

.job-table table tr>td {
    padding-bottom: 8px;
}

.job-table caption {
    text-align: left;
    text-transform: uppercase;
    color: #A01E21;
    font-weight: bold;
}

.job-table table a {
    text-indent: 5px;
}

#sidebar-second tbody {
    border-top: none;
}

#sidebar-second .job-application {
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    padding: 3px;
    font-weight: bold;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background: #A01E21;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-style: italic;
}

.view-job-postings .view-footer hr {
    margin: 0.700em 0;
}

a.email {
    text-decoration: none;
}

a.email:hover {
    text-decoration: underline;
}

#navigation #block-menu-menu-mobile-menu {
    display: none;
}

.page-court-procedures-general-orders #content table {
    margin-bottom: 20px;
    border-right: 1px solid #ddd;
}

.page-court-procedures-general-orders #content table caption {
    text-align: left;
}

.page-court-procedures-general-orders #content table ul li {
    list-style: none;
    margin: 0 0.5%;
}

.page-court-procedures-general-orders #content table tr,
.page-court-procedures-general-orders #content table td.active {
    background: none repeat scroll 0 0 transparent;
}

.page-court-procedures-general-orders .table-bordered {
    border: none;
}

.page-court-procedures-general-orders h1.title {
    margin-bottom: 20px;
}

#sidebar-first .go-index-lists {
    margin-top: 25px;
}

.view-general-orders .file-icon {
    display: block;
    float: left;
    margin-right: 2px;
}

.page-court-procedures-general-orders-archives .view-general-orders .views-field-title {
    width: 12%;
}

.page-court-procedures-general-orders-numerical .view-general-orders .views-field-field-go-file {
    width: 12%;
}

.training-videos .video-block {
    margin-bottom: 40px;
}

.front #node-714 .links {
    display: none
}

.front #node-714 .field-item.even a {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: Georgia, 'Times New Roman', serif;
    color: #A01E21;
}

.front #node-714 h2 {
    display: none;
}

.page-node-1495 .intro::first-letter,
.page-node-1496 .intro::first-letter,
.page-node-1497 .intro::first-letter,
.page-node-1498 .intro::first-letter,
.page-node-1499 .intro::first-letter,
.page-node-1500 .intro::first-letter,
.page-node-1501 .intro::first-letter,
.page-node-1502 .intro::first-letter {
    float: left;
    margin: -2px 10px 2px 0;
    font-size: 50px;
    color: #043c1f;
    font-family: Georgia, 'Times New Roman', serif;
    height: .9em;
    line-height: 1em;
    *line-height: 1em;
}

.page-node-1495 #block-menu-block-29,
.page-node-1496 #block-menu-block-29,
.page-node-1497 #block-menu-block-29,
.page-node-1498 #block-menu-block-29,
.page-node-1499 #block-menu-block-29,
.page-node-1500 #block-menu-block-29,
.page-node-1501 #block-menu-block-29,
.page-node-1502 #block-menu-block-29 {
    padding-top: 40px;
}

.page-node-1495 #content,
.page-node-1496 #content,
.page-node-1497 #content,
.page-node-1498 #content,
.page-node-1499 #content,
.page-node-1500 #content,
.page-node-1501 #content,
.page-node-1502 #content {
    margin-top: 50px;
}

.page-node-1495 h1,
.page-node-1496 h1,
.page-node-1497 h1,
.page-node-1498 h1,
.page-node-1499 h1,
.page-node-1500 h1,
.page-node-1501 h1,
.page-node-1502 h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-node-1495 .region-content,
.page-node-1496 .region-content,
.page-node-1497 .region-content,
.page-node-1498 .region-content,
.page-node-1499 .region-content,
.page-node-1500 .region-content,
.page-node-1501 .region-content,
.page-node-1502 .region-content {
    padding-right: 20px;
    padding-right: 2em;
}

.page-node-1495 #content-wrapper,
.page-node-1496 #content-wrapper,
.page-node-1497 #content-wrapper,
.page-node-1498 #content-wrapper,
.page-node-1499 #content-wrapper,
.page-node-1500 #content-wrapper,
.page-node-1501 #content-wrapper,
.page-node-1502 #content-wrapper {
    background: url(/sites/all/themes/us_courts_district/imgs/border_historical.png) 0 0 repeat-x, url(/sites/all/themes/us_courts_district/imgs/subtle_grunge.png) 0 0 repeat;
    padding-bottom: 20px;
    padding-top: 20px;
}

.page-node-1495 .region-content img,
.page-node-1496 .region-content img,
.page-node-1497 .region-content img,
.page-node-1498 .region-content img,
.page-node-1499 .region-content img,
.page-node-1500 .region-content img,
.page-node-1501 .region-content img,
.page-node-1502 .region-content img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.page-node-1495 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1930.png) 80% 0 no-repeat;
}

.page-node-1496 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1940.png) 80% 0 no-repeat;
}

.page-node-1497 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1950.png) 80% 0 no-repeat;
}

.page-node-1498 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1960.png) 80% 0 no-repeat;
}

.page-node-1499 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1970.png) 80% 0 no-repeat;
}

.page-node-1500 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1980.png) 80% 0 no-repeat;
}

.page-node-1501 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_1990.png) 80% 0 no-repeat;
}

.page-node-1502 #main {
    background: url(/sites/all/themes/us_courts_district/imgs/ribbon_future.png) 80% 0 no-repeat;
}

.page-node-1495 .print-link,
.page-node-1496 .print-link,
.page-node-1497 .print-link,
.page-node-1498 .print-link,
.page-node-1499 .print-link,
.page-node-1500 .print-link,
.page-node-1501 .print-link,
.page-node-1502 .print-link {
    display: none;
}

.social {
    text-align: center;
    padding-bottom: 10px;
}

.social>a {
    display: inline-block;
    font-size: 23px;
    font-size: 2.3rem;
    color: #978a77;
    transition: color 1s ease;
}

.social>a:hover {
    color: #a50208;
}

.social span.ext {
    display: none;
}

p[data-twttr-id=twttr-sandbox-0] {
    text-align: center;
}

.copyright {
    color: #fff;
    font-size: 10px;
    text-align: center;
}

@media only screen and (max-width :768px) {

    .container_12,
    .container_16 {
        width: 99%;
        margin: 0 auto;
    }

    body {
        background: #39250D url(/sites/all/themes/us_courts_district/imgs/medium-background.jpg) center top no-repeat;
        background-position: 0 40px;
        font-size: 1.5rem;
        background-size: 100%;
    }

    h1,
    h1.title,
    .front .node-page h2 a {
        font-size: 1.8rem;
        margin: 0;
    }

    #top-bar-wrapper {
        height: 45px;
        margin-bottom: 55px;
    }

    #sub-content-blocks {
        padding-top: 20px;
    }

    #user-type-menu a {
        padding: 8px .60em;
        font-size: 12px;
        font-size: 1.23rem;
    }

    #header {
        padding-top: 0;
        height: 50px;
        z-index: -5;
    }

    #logo img,
    #top-bar .text-resizer-block,
    #utility-links,
    #site-slogan,
    #preface,
    #breadcrumb,
    #left-top,
    #footer,
    .court-locations img,
    #top-bar #block-menu-menu-user-type-menu {
        display: none;
    }

    .featured .slideshow {
        width: 98%;
    }

    .featured .action-buttons .block {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .featured .action-buttons {
        margin-top: 30px;
    }

    #name-and-slogan,
    #search-box,
    #sidebar-first,
    #content,
    #sidebar-second,
    #middle-top,
    #left-sub-column,
    #center-sub-column,
    #right-sub-column,
    .court-locations,
    #content .region-content .block {
        float: none;
    }

    #left-sub-column,
    #center-sub-column,
    #right-sub-column {
        display: block;
        width: 98%;
    }

    .container_12 .pull_6,
    .container_12 .pull_9,
    .container_12 .push_3 {
        left: 0;
    }

    #header #name-and-slogan {
        display: block;
        height: 45px;
        padding-top: 5px;
        width: 98%;
        position: absolute;
        top: -118px;
        text-transform: uppercase;
        background: url(/sites/all/themes/us_courts_district/imgs/home-icon.png) 0 15px no-repeat;
        text-shadow: none;
        font: Georgia, 'Times New Roman', Arial, Sans-serif;
        text-align: center;
    }

    #header #name-and-slogan a,
    #header #name-and-slogan h1,
    #header #name-and-slogan h1 a {
        display: block;
        line-height: 1.2;
        margin-bottom: 2px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    #search-box .custom-search-box {
        width: 80%;
    }

    #search-box {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .front #content-wrapper,
    .two-sidebars #content-wrapper,
    .sidebar-first #content-wrapper,
    .sidebar-second #content-wrapper {
        background: #fff;
    }

    .page-node-1495 #content-wrapper,
    .sidebar-first.page-node-1495 #content-wrapper,
    .page-node-1496 #content-wrapper,
    .page-node-1497 #content-wrapper,
    .page-node-1498 #content-wrapper,
    .page-node-1499 #content-wrapper,
    .page-node-1500 #content-wrapper,
    .page-node-1501 #content-wrapper,
    .page-node-1502 #content-wrapper {
        background: url(/sites/all/themes/us_courts_district/imgs/border_historical.png) 0 0 repeat-x, url(/sites/all/themes/us_courts_district/imgs/subtle_grunge.png) 0 0 repeat;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .page-node-1495 #main,
    .page-node-1496 #main,
    .page-node-1497 #main,
    .page-node-1498 #main,
    .page-node-1499 #main,
    .page-node-1500 #main,
    .page-node-1501 #main,
    .page-node-1502 #main {
        background: none;
    }

    .page-node-1495 h1,
    .page-node-1496 h1,
    .page-node-1497 h1,
    .page-node-1498 h1,
    .page-node-1499 h1,
    .page-node-1500 h1,
    .page-node-1501 h1,
    .page-node-1502 h1 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 28px;
    }

    body.not-front #main,
    body.not-front #content {
        padding: 0 2%;
    }

    .page-node-1493 .region.region-content {
        padding: 0;
    }

    .page-node-1493 .region.region-content table {
        margin: 0 auto;
    }

    .page-node-1493 .region.region-content .probono .grid_4 {
        float: none;
        text-align: center;
    }

    .probono {
        text-align: center;
        padding-top: 0;
    }

    .probono-address .inner {
        padding-top: 10px;
    }

    #left-sub-column h2,
    #center-sub-column h2,
    #right-sub-column h2 {
        background: #f3f1ec;
        color: #043c1f;
        border-bottom: 1px solid #ccc;
    }

    #left-sub-column .block,
    #center-sub-column .block,
    #right-sub-column .block {
        border: 1px solid #CCCCCC;
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    #left-sub-column .block .content,
    #center-sub-column .block .content,
    #right-sub-column .block .content {
        padding: 5px 0.5% 5px 0.6%;
    }

    #left-sub-column .block .content a,
    #center-sub-column .block .content a,
    #right-sub-column .block .content a {
        display: block;
        width: 100%;
        padding: 2px 0;
    }

    .print-link {
        display: none;
        height: 1px;
    }

    .court-locations h4 {
        border: none;
    }

    .featured .action-buttons {
        width: 98%;
    }

    .featured .action-buttons .block {
        margin-top: 0;
    }

    #navigation #block-system-main-menu {
        display: none;
    }

    #navigation #block-menu-menu-mobile-menu {
        display: inline-block;
    }

    #menu-icon {
        color: #000;
        width: 16%;
        height: 30px;
        background: #D5A558 url(/sites/all/themes/us_courts_district/imgs/menu-icon.png) no-repeat 10px center;
        padding: 8px 10px 0 42px;
        cursor: pointer;
        display: block;
        position: absolute;
        top: -55px;
        left: 35%;
        ;
        -webkit-border-radius: 0 0 4px 4px;
        box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
    }

    #menu-icon:hover,
    #menu-icon.active {
        background-color: #D5A558;
    }

    #navigation #block-menu-menu-mobile-menu ul {
        position: absolute;
        top: -31px;
        left: 20%;
        width: 65%;
        background: #9F1E21;
        z-index: 10000;
        padding: 0;
        display: none;
    }

    #navigation #block-menu-menu-mobile-menu li li a:link,
    #navigation #block-menu-menu-mobile-menu li li a:visited {
        display: none;
    }

    #navigation #block-menu-menu-mobile-menu ul li {
        display: block;
        width: 98%;
        padding: 5px 1%;
        background: none;
        margin: 0;
        padding: 0;
    }

    #navigation #block-menu-menu-mobile-menu ul li a,
    #navigation #block-menu-menu-mobile-menu a:link,
    #navigation #block-menu-menu-mobile-menu li a:visited,
    #navigation #block-menu-menu-mobile-menu ul a {
        font: Helvetica, verdana, arial, sans-serif;
        background: #9F1E21;
        text-shadow: none;
        padding: 4px 2px 4px 5px;
        text-align: left;
        display: block;
        margin: 0;
        color: #fff;
        text-decoration: none;
        border: none;
        width: 98%;
        border-bottom: 1px solid #D2232A;
    }

    #navigation #block-menu-menu-mobile-menu ul a:hover,
    #navigation #block-menu-menu-mobile-menu ul a:hover,
    #navigation #block-menu-menu-mobile-menu li li a:hover,
    #navigation #block-menu-menu-mobile-menu li li a:hover {
        color: #fff;
        background: #881518;
        border: none;
        width: 98%;
    }
}

@media only screen and (max-width :420px) {
    body {
        background: #674728 url(/sites/all/themes/us_courts_district/imgs/small-background.jpg) center top no-repeat;
        background-size: 100%;
    }

    .featured .slideshow {
        display: none;
    }

    .featured .action-buttons .block {
        width: 98%;
        display: block;
    }

    .featured .action-buttons .block:first-child {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width :960px) {

    .container_12,
    .container_16 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #top-bar-wrapper {
        height: 38px;
    }

    #logo {
        margin-right: 0;
    }

    #site-slogan a {
        font-size: 1.1rem;
    }

    #utility-links #block-us-courts-stock-font-resizer,
    #navigation #block-system-main-menu li a.hide,
    #block-nodeblock-71,
    .court-locations img,
    #callToActionImage,
    .print-link,
    .page-locations #sidebar-first,
    .page-node-65 #sidebar-first,
    .page-node-66 #sidebar-first {
        display: none;
    }

    #user-type-menu a {
        font-size: 1.2rem;
        padding: 8px 0.55em;
    }

    #navigation #block-system-main-menu a:link,
    #navigation #block-system-main-menu li a:visited {
        font-size: 1.22rem;
    }

    .front #main-content>div.grid_9 {
        width: 98%;
    }

    #sidebar-first,
    #content,
    #sidebar-second,
    .court-locations {
        float: none;
        clear: both;
        display: block;
        width: 98%;
        height: auto !important;
    }

    .container_12 .pull_6,
    .container_12 .pull_9,
    .container_12 .push_3 {
        left: 0;
    }

    .not-front #content-wrapper,
    .not-front .two-sidebars #content-wrapper,
    .not-front.sidebar-first #content-wrapper,
    .not-front.sidebar-second #content-wrapper,
    #sidebar-second {
        background: #fff;
        padding-top: 25px;
    }

    #sidebar-second>.region-sidebar-second {
        padding: 0 1%;
    }

    .featured .action-buttons .block {
        margin-top: 0;
    }

    .page-node-1495 #content-wrapper,
    .sidebar-first.page-node-1495 #content-wrapper,
    .page-node-1496 #content-wrapper,
    .page-node-1497 #content-wrapper,
    .page-node-1498 #content-wrapper,
    .page-node-1499 #content-wrapper,
    .page-node-1500 #content-wrapper,
    .page-node-1501 #content-wrapper,
    .page-node-1502 #content-wrapper {
        background: url(/sites/all/themes/us_courts_district/imgs/border_historical.png) 0 0 repeat-x, url(/sites/all/themes/us_courts_district/imgs/subtle_grunge.png) 0 0 repeat;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .page-node-1493 .region.region-content {
        padding: 0;
    }

    .page-node-1493 .region.region-content table {
        margin: 0 auto;
    }

    .probono {
        text-align: center;
    }

    .probono-address .inner {
        padding-top: 10px;
    }

    body:not(.front) #main,
    body:not(.front) #content {
        padding: 0 2%;
    }

    table {
        max-width: 90%;
        border-collapse: collapse;
        border-spacing: 0;
        background-color: transparent;
    }
}

@media only screen and (min-device-width :961px) and (orientation:landscape) {

    .container_12,
    .container_16 {
        width: 90%;
        margin: 0 auto;
    }

    #logo {
        margin-right: 0;
    }

    #logo img {
        width: 90%;
    }

    #utility-links #block-us-courts-stock-font-resizer,
    #navigation #block-system-main-menu li a.hide,
    body:not(.node-type-job-posting) .print-link {
        display: none;
    }
}

@media only screen and (min-width :1120px) {

    #navigation #block-system-main-menu a:link,
    #navigation #block-system-main-menu li a:visited {
        font-size: 1.4rem;
    }
}

.icon-box{
background-color: #006400;
}
.image-box
{
background-color: #006400;
}
.new_background
{
background-color: #006400;
color:white;
}


