/**
1. Header
2. Typography 
3. breadcrumb
4. footer
5. Login & Regsiter Forms
6. Banners
7. main
8. Icon Images
9. Forum
10. Cases
11. Page Extras
12. Forum
13. Sidebar
14. Blog
15. Modal
16. Glossary
**/


/****************
    1. header
****************/


/* cookie notice */

div#cookieNotice {
    background-color: black;
    border: 2px solid #03827F;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top: none;
}

#cookieNotice p {
    display: inline-block;
    margin-bottom: 0;
}

span#closeCookieNotice {
    float: right;
    display: inline-block;
}

.container-fluid.cookie-notice {
    background-color: #000;
}

.header-search-area .input-group button {
    border-radius: 0!important;
}


/* logo */

.header-logo {
    width: 100%;
    max-width: 242px;
}


/* outer container */

.header-background {
    background-color: #000;
    padding: 0;
    margin: 0;
}

.header-pad {
    padding: 20px 0;
}


/* header search bar */

.header-search-area input[id="search"] {
    width: 250px;
    border-radius: 0;
    border: none;
    height: 30px;
}


/* header search area display */

.header-search-area ul,
.header-search-area form {
    display: inline-block;
    vertical-align: top;
}

.header-search-area .form-control:focus {
    outline: none!important;
    box-shadow: none;
}

.header-search-area .input-group {
    position: initial;
    display: inline-block;
    border-collapse: separate;
    width: 283px;
}

.header-search-area ul {
    list-style-type: none;
    margin-bottom: 0;
}

.header-search-area ul li {
    display: inline-block;
}

.header-search-area ul li a {
    color: #ffffff;
}

.header-search-area {
    top: 0;
    position: relative;
    height: 30px;
}


/* header navigation area */

.header-navigation-area {
    clear: right;
    width: 100%;
}

.header-navigation-area ul li a {
    color: #ffffff!important;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}


/* navbar colours */

.navbar-default {
    background-color: #000000!important;
    border-color: #000000;
}


/* no padding */

.navbar-collapse {
    padding-right: 0!important;
    padding-left: 0!important;
}

.nav>li>a {
    padding: 0;
}


/* navbar */

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 20px;
}

.header-container .navbar-left li {
    padding-right: 20px;
}


/* mobile hamburger icon states */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent!important;
}


/* main green color */

.navbar-default .navbar-toggle {
    border-color: #03827F;
    background-color: #03827F;
}


/* text white adjust height */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 3px;
}


/* on :focus and :hover */

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #03827F;
}


/* social navigation */

.header-navigation-area img {
    display: inline-block;
    width: 24px;
}

ul.nav.navbar-nav.navbar-right li {
    margin: 0 5px;
}

ul.nav.navbar-nav.navbar-right {
    margin-right: -5px;
}


/* dropdown menu li */

ul.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    padding: 10px 0;
    top: 38px;
}


/* li a:hover */

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: transparent;
}


/* dropdown li */

.dropdown-menu li {
    padding: 7px 0;
}


/* li a:hover */

.header-navigation-area .navbar-left .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
    border: none!important;
    margin-bottom: 0!important;
    padding: 3px 20px!important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #03827F;
}


/******************************
    2. typography & buttons
*******************************/

/* headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

h1 {
    font-size: 28px;
    line-height: 1.3em;
}

h2 {
    font-size: 24px;
    line-height: 1.3em;
}

h3 {
    font-size: 21px;
    line-height: 1.3em;
}

h4 {
    font-size: 18px;
    line-height: 1.3em;
}

h5 {
    font-size: 16px;
    line-height: 1.3em;
}

h6 {
    font-size: 14px;
    line-height: 1.3em;
}

h1 span.lim-green,
h2 span.lim-green,
h3 span.lim-green,
h4 span.lim-green,
h5 span.lim-green,
h6 span.lim-green {
    font-size: inherit;
    font-family: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #03827F;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
    text-decoration: none;
}

.secondary-hero h1 {
    margin: 10px 0 30px 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #03827F;
}

table td,
th {
    padding: 5px;
}

blockquote p {
    font-size: 18px;
}


/* paragraph */

p,
span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.main-content li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.ruling li {
}

.intro-section p {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}


/* hyperlinks */

a {
    color: #03827F;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #03827F;
    text-decoration: underline;
}


/* horizontal rules */

hr.green-rule {
    border-top: 5px solid #03827F;
}


/* body */

body {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}


/* submit button states */

.submit-button {
    background: transparent;
    border: 5px solid #03827F!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    color: #03827F;
}

.submit-button:hover {
    background: transparent;
    border: 5px solid #b5b3b3!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    color: #b5b3b3;
}

.main-content button {
    background: transparent;
    border: 5px solid #b5b3b3!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    color: #b5b3b3;
}

.main-content button:hover {
    background: transparent;
    border: 5px solid #03827F!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    color: #03827F;
}

.header-search-area button {
    background-color: transparent;
    border: 2px solid #b5b3b3;
    padding: 5px 10px!important;
    margin-left: 10px;
    color: #b5b3b3;
}

.header-search-area button:hover {
    background-color: transparent;
    border: 2px solid #03827F;
    padding: 5px 10px!important;
    margin-left: 10px;
    color: #03827F;
}

.input-group button,
.input-group button:hover {
    background-color: #fff;
}
a.btn.new-topic {
    border: 5px solid #03827F;
    border-radius: 0!important;
    padding: 10px 20px;
    color: #03827F;
}

a.btn.new-topic:hover {
    border: 5px solid #b5b3b3;
    border-radius: 0!important;
    padding: 10px 20px;
    color: #b5b3b3;
}

/* colors */

.lim-green {
    color: #03827F;
}


/* Sharing */

div#st-1 {
    margin: 20px 0;
}
.st-logo {
    width: auto!important;
}

/* timeline twitter */

.timeline-Tweet {
    background-color: #b5b3b3!important;
    margin-bottom: 20px!important;
}

#tooltip:after {
    border-top: 10px solid #03827F;
    bottom: -14px;
}

#tooltip {
    background-color: #fff;
    color: #000;
    border: 5px solid #03827F;
    border-radius: 0;
}


/********************
    3. breadcrumb
*********************/

.breadcrumb {
    padding: 10px 0;
    list-style: none;
    background-color: #b5b3b3;
    border-radius: 0;
    margin-bottom: 0;
}

.breadcrumb-container {
    background-color: #b5b3b3;
}

.breadcrumb li a {
    color: #000;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #000;
}


/********************
   4. footer
*********************/


/* background */

.footer-background {
    background-color: #000;
    padding: 20px 0;
}


/* footer nav ul */

ul.footer-navigation {
    list-style-type: none;
    padding-left: 0!important;
    margin-bottom: 0;
}

.footer-navigation li a {
    color: #fff;
}

.footer-navigation li a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}


/* copyright text propertys */

.copyright {
    color: #03827F;
    margin-top: 10px;
    font-size: 12px;
}

.footer-logo {
    width: 100%;
    max-width: 200px;
    float: right;
}

.powered-by {
    color: #7a7a7a;
    margin-top: 10px;
    font-size: 12px;
}

/********************
   5. Login & Register Form Areas
*********************/

.Login,
.Register,
.ForgotPassword,
.ResetPassword {
    margin: 50px 0!important;
}

.login-page-section {
    border: 2px solid #03827F;
    padding: 20px;
    margin: 20px 0;
}


/* input */

.form-group input {
    border-radius: 0;
    border: 2px solid #03827F;
}


/* labels */

.form-group label {
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    border-color: #03827F;
    outline: 0;
    box-shadow: none;
}

input[type="file"] {
    display: block;
    border: none!important;
    margin: 5px 0;
}

/**********************
     6. Banners
**********************/

.banner-full .banner-overlay {
    background-color: rgba(38, 115, 111, 0.90);
    height: 100%;
    min-height: 350px;
}

.banner-thin .banner-overlay {
    background-color: rgba(38, 115, 111, 0.90);
    height: 100%;
    min-height: 150px;
}

.banner-full .banner-overlay h1 {
    max-width: 500px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    bottom: 100px;
    position: absolute;
}

.banner-thin .banner-overlay h1 {
    max-width: 500px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    width: 100%;
}

.banner-full {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 350px;
    margin-bottom: 0;
}

.banner-thin {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    min-height: 150px;
    margin-bottom: 0;
}

.home-banner {
    background-image: url(/images/public/banners/homepage-banner.jpg);
}

.cases-banner {
    background-image: url(/images/public/banners/banner-one.jpg);
}

.blog-banner {
    background-image: url(/images/public/banners/banner-two.jpg);
}

.community-banner {
    background-image: url(/images/public/banners/banner-three.jpg);
}

.about-banner {
    background-image: url(/images/public/banners/banner-four.jpg);
}

img.banner-space {
    width: 100%;
}

img {
    width: 100%;
}


/**********************
     7. Main
**********************/

.main-content {
    background-image: url(/images/public/branding/background.png);
    background-repeat: repeat;
    background-size: initial;
}

.main-content .container {
    background-color: #ffffff;
}


/* extra padding */

.container {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

.hero-boxes {
    padding: 30px 0 0 0;
}


/* top page intro section */

.intro-section {
    margin: 50px 0 50px 0;
}

.main-content.page .container {
    padding-top: 30px;
}



/**********************
     8. Homepage Icon Headings
**********************/


/* main style - spotlight */

.fancy-header div {
    margin: -5px 0;
    padding: 15px;
    background-color: #fff;
    border: 5px solid #03827F;
    background-image: url(/images/public/icons/green/spotlight.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 75px;
    font-size: 20px;
    font-weight: 600;
}


/* out of court */

.out-of-court.fancy-header div {
    border: 5px solid #b5b3b3;
    background-image: url(/images/public/icons/grey/out-of-court.png);
}


/* court settlements*/

.court-settlements.fancy-header div {
    border: 5px solid #b5b3b3;
    background-image: url(/images/public/icons/grey/in-court.png);
}


/* ruling */

.ruling .fancy-header div {
    border: 5px solid #b5b3b3;
    background-image: url(/images/public/icons/grey/arrow-down.png);
    background-position: right;
    padding-left: 20px;
    width: 100%;
    max-width: 400px;
    margin: 20px 0;
}

.fancy-header h3.icon-circle-arrow-down {
    background-image: url(/images/public/icons/grey/arrow-up.png);
}

.forum-heading.fancy-header h3 {
    margin: 0;
    padding: 15px;
    background-color: #fff;
    border: 5px solid #03827F;
    background-image: url(/images/public/icons/green/forum-comment.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    border-right: 1px;
}


/**********************
     9. Forums
**********************/


/* Homepage Area */

img.forum-comment {
    width: 100%;
    max-width: 100px;
}

.featured-forum-single-info {
    display: inline-block;
    vertical-align: top;
}

.featured-forum-single-info p,
.featured-forum-single-info h2 {
    margin: 0!important;
}

.featured-forum-single-image {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    padding-right: 15px;
}

.featured-forum-single-info h2 {
    margin: 7px 0!important;
}

.featured-forum-single {
    border-bottom: 2px solid #03827F;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.featured-forum-single:last-child {
    border-bottom: none;
}

/**********************
     10. Cases
**********************/

.single-case-page .no-left-pad h2 {
    margin-top: 0;
}

.case-navigation div a {
    background: transparent;
    border: 5px solid #ffffff!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
}

.case-navigation div a:hover {
    background: transparent;
    border: 5px solid #000!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    text-decoration: none;
    display: inline-block;
    color: #000;
}

.case-navigation .col-md-8 div {
    font-size: 20px;
    line-height: 50px;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
}

.case-navigation .right-arrow a {
    float: right;
}

/* margin bottom */

.case-listing {
    margin-bottom: 25px;
}


/* single case listing with border */

.case-single {
    border: 2px solid #03827F;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 30px 0;
}


/* last child has bottom border */

.case-single:last-child {
    border: 2px solid #03827F;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #03827F;
    padding: 30px 0;
}


/* remove margin to group next two lines */

.case-single p:nth-child(3) {
    margin-bottom: 0;
}


/* class for no left padding on elements*/

.no-left-pad {
    padding-left: 0;
}

.case-icon {
    padding-right: 0;
    margin-bottom: 10px;
}

.case-single h2 {
    margin-top: 0;
}

.page-filter {
    margin: 20px 0;
}

.page-filter p {
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    color: #737373;
    font-size: 16px;
    line-height: 26px;
}

.page-filter span {
    font-family: 'Roboto Slab', sans-serif;
}

.scores-eq-height {
    min-height: 70px;
    vertical-align: bottom;
    padding-bottom: 20px;
}
.scores-eq-height-info {
    min-height: 130px;
    vertical-align: top;
}

.audiojs .play-pause {
    width: 25px;
    height: 40px;
    padding: 4px 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #000;
}

/* color change */

.page-filter span:first-child {
    color: #03827F;
}


/* color change */

.page-filter span:nth-child(2) {
    color: #000;
}


/* single case page */

.intro-section .col-md-1.col-sm-2.col-xs-3 {
    padding-left: 0;
}

.single-case-header .col-md-1.col-sm-2.col-xs-3,
.single-blog-header .col-md-1.col-sm-2.col-xs-3 {
    padding-right: 0;
}


/* header area */

.single-case-header h1,
.single-blog-header h1 {
    margin-top: 0;
}

.single-case-header,
.single-blog-header {
    margin-top: 50px;
}

.single-blog-header {
    margin-bottom: 50px;
}

.single-case-header p:nth-child(2) {
    color: #000;
}
/* tab content */


/* tab styling */

.single-case-page .nav-tabs li a {
    background-color: #03827F;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
}

.single-blog-page p strong:first-child {
    font-size: 20px;
}

/* tab styling hover/active */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #03827F;
    border-bottom-color: transparent;
}


/* align right */

.single-case-page ul.nav-tabs {
    text-align: right;
}

.single-case-page ul.nav-tabs li {
    float: none;
    display: inline-block;
}


/* border */

.single-case-page .nav-tabs {
    border-bottom: 1px solid #03827F;
}


/* tab container remove margin */

.row.tab-content-container {
    border: 1px solid #03827F;
    border-top: none;
    margin-left: 0px;
    margin-right: 0px;
}


/* bottom of page padding */

.tab-container {
    margin-bottom: 50px;
}


/* margin top and bottom of case content */

.single-case-page .tab-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.new-comment textarea,
.topic-replies textarea {
    width: 100%;
    outline: none;
    padding: 10px;
    border: 1px solid rgba(222, 222, 222, 0.52);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
}

textarea {
    border-radius: 0!important;
    border: 2px solid #03827F!important;
}

select {
    border: 2px solid #03827F!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(/images/public/icons/select-arrow.png)!important;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px!important;
}

.new-comment button {
    margin: 10px 0;
}

.modal-content a {
    background: transparent;
    border: 5px solid #b5b3b3!important;
    border-radius: 0!important;
    padding: 10px 20px!important;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}


/* comments */

.single-comment-content p:nth-child(1) {
    font-weight: 600;
    margin: 0;
}

.single-comment-content p:nth-child(2) {
    font-size: 14px;
    font-weight: 300;
}

.single-comment-content p:nth-child(3) {
    margin-bottom: 0;
}

.single-comment {
    padding: 30px 0;
    border-bottom: 1px solid #03827F;
    margin: 0;
}

.row.single-comment:last-child {
    border-bottom: 5px solid #03827F;
    margin-bottom: 30px;
}

.col-md-1.col-sm-2.col-xs-1.user-avatar {
    padding: 0;
}

.row.case-navigation {
    background-color: #03827F;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
}


/* links */

.single-link {
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #03827F;
    padding: 20px 0;
}

.single-link:nth-child(4) {
    border-top: none;
}

.single-a-link p {
    margin: 0;
    padding: 0;
}

.single-a-link p:first-child {
    font-weight: 600;
}

.single-a-link p:last-child {
    font-size: 14px;
    color: #b5bebe;
}

.single-link .col-md-1.col-sm-2.col-xs-1 {
    padding: 0;
}

.audiojs .progress {
    background: #03827F;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #03827F), color-stop(0.5, #03827F), color-stop(0.51, #03827F), color-stop(1, #03827F));
    background-image: -moz-linear-gradient(center top, #03827F 0%, #03827F 50%, #03827F 51%, #03827F 100%);
}

.audiojs .time,
.audiojs .time em {
    color: #03827F;
}


/**********************
     11. Page Extras
**********************/

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #03827F;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span {
    color: #000000;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-radius: 0;
}

.user-rating span.count {
    color: #000!important;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    display: block;
}

.user-rating span.countlabel {
    color: #000!important;
    font-size: 14px;
    display: block;
}

.user-rating p {
    color: #000!important;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    float: right;
    vertical-align: top;
    display: inline-block;
}

.user-rating-image {
}
.user-rating p img {
    width: 50px;
    float: right;
    margin-left: 10px;
}

.user-rating .lim-green {
    color: #03827F!important;
}

.user-rating span img {
    width: 50px;
    float: right;
    margin-left: 10px;
}


/* back to top link */

.page-extras a {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #000;
}

.page-extras span {
    color: #03827F;
}


/* meta info margin bottom */

.row.page-extras {
    margin: 50px 0 50px 0;
}


/**********************
     12. Forum
**********************/

.forum .intro-section h2,
.blog .intro-section h2 {
    margin-top: 0;
}

.community-new-comment {
    margin: 10px 0 20px;
}

.forum-container h2 {
    background-color: #000;
    padding: 10px 20px;
    color: #03827F;
}

.forum-container {
    margin: 0;
}

.forum-single {
    border-bottom: 2px solid #03827F;
    padding: 20px 0;
}

.forum-container .forum-single:last-child,
.forum-container-flevel .forum-single:last-child {
    border-bottom: 2px solid transparent;
}

.lim-forum {
    margin: 50px 0;
}

.forum-heading h2 {
    margin: 0;
}

.flevel .forum-single h3 {
    margin-top: 5px;
}

.forum-single h3 {
    margin-top: 0;
}

.forum-single p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #000;
}

.forum-single p:last-child {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 300;
    margin-left: 2px;
}

.flevel .forum-single p:last-child {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
    margin-left: 2px;
    color: #000;
}

.forum-topic-content {
    color: #737373;
}

.forum-single img {
    max-width: 85px;
}

.forum-single div {
    display: inline-block;
    vertical-align: top;
    max-width: 520px;
}

.forum-image {
    margin: 0 10px 10px 0;
}

.lim-forum.flevel {
    margin: 0;
}

.flevel .forum-topic-content span {
    margin-right: 5px;
    color: #737373;
}

.flevel .forum-topic-content span:first-child {
    color: #03827F;
}

.topic .forum-single .forum-topic-content p:first-child {
    font-size: 16px;
    color: #03827F;
}

.topic .forum-single .forum-topic-content p:first-child span {
    color: #737373;
}

.topic-replies .single-comment-content p:nth-child(1) {
    font-weight: 300!important;
    font-size: 16px!important;
    color: #03827F;
    font-family: 'Roboto', sans-serif;
}

.topic-replies .single-comment-content p:nth-child(1) span {
    font-weight: 300!important;
    font-size: 16px!important;
    color: #737373;
    font-family: 'Roboto', sans-serif;
}

.topic-replies .single-comment-content p:nth-child(2) {
    font-weight: 400!important;
    font-size: 16px!important;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}


/**********************
     13. Sidebar
**********************/

.sidebar {
    border: 2px solid #03827F;
    padding: 10px 20px;
}

.sidebar-section {
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 20px 0;
    padding-bottom: 10px;
}

.input-group button {
    border: 2px solid #b5b3b3!important;
    height: 40px;
    border-left: none!important;
}

.input-group input {
    border: 2px solid #b5b3b3!important;
    border-right: none!important;
    height: 40px;
    border-radius: 0!important;
}

.input-group button:hover {
    border: 2px solid #b5b3b3!important;
    border-left: none!important;
}

.input-group button:active,
.input-group button:focus {
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.input-group button .glyphicon {
    color: #b5b3b3;
}

.case-sidebar-section {
    padding: 20px;
    border: 2px #03827F solid;
    min-height: 150px;
}

.case-sidebar-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar-section ul.list li.year ul.month li.month a {
    font-size: 13px;
}

.sidebar-section li.year ul.month {
    padding: 5px 30px;
}

.sidebar-section ul.list {
    list-style-type: none;
    padding: 0;
}

.sidebar-section li.year {
    font-size: 15px;
    margin-bottom: 10px;
}

/**********************
     14. Blog
**********************/

.blog-single {
    border-bottom: 2px solid #03827F;
    margin: 0;
    padding: 30px 0;
}

.lim-blog .blog-single:last-child {
    border-bottom: none;
}

.blog-single h3 {
    margin-top: 0;
}

.blog-single p:nth-child(2) {
    color: #737373;
}

.lim-blog p {
    font-family: 'Roboto', serif;
}

.blog-single span:first-child {
    color: #737373;
}

.blog-single span:nth-child(2) {
    color: #737373;
}

.blog-single span:nth-child(3) {
    color: #737373;
}

.blog-single p {
    font-size: 16px;
}

.row.single-blog-page {
    margin-bottom: 50px;
}

.blog-single-tags {
    margin-top: 20px;
}

.blog-single-tags a {
    background-color: #03827F;
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
    margin: 2px 0;
    line-height: inherit;
}

.blog-single-tags a:hover {
    background-color: #03827F;
    color: #fff;
    padding: 3px 6px;
    margin: 2px 0;
    text-decoration: none;
}
.single-case-page .row.hr-rule {
    margin-top: 50px;
}
.single-blog-header p:nth-child(2) {
    color: #000000;
}
/**********************
     15. Modal
**********************/

.modal-header {
    padding: 15px;
    border-bottom: none;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: none;
}

.modal-content {
    padding: 20px;
    border-radius: 0;
}

.user-rating .col-md-3.col-sm-4.col-xs-6 p {
    font-size: 12px;
}

/*********************
    16. Glossary
**********************/

.glossary-index .glossary-single:last-child {
    border-bottom: none;
}
.glossary-single {
    border-bottom: 2px solid #03827F;
    margin: 0;
    padding: 30px 0;
}
.glossary-single h3 {
    margin-top: 0;
}

Abbr.glossarizer_replaced {
    text-decoration: none;
    border-bottom: 2px dotted #03827F;
}