/* Theme Name:  Constitutional Law Reporter */

@font-face {
	font-family: 'ProximaNovaA-Regular';
	src: url('fonts/ProximaNova-Reg-webfont.eot');
	src: url('fonts/ProximaNova-Reg-webfont.eot?') format('eot'), local('Proxima Nova Regular'), local('ProximaNova-Reg_0'), url('fonts/ProximaNova-Reg-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNovaA-Regular';
	src: url('fonts/ProximaNova-RegIt-webfont.eot');
	src: url('fonts/ProximaNova-RegIt-webfont.eot?') format('eot'), local('Proxima Nova Regular'), local('ProximaNova-Reg_0'), url('fonts/ProximaNova-RegIt-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic
}
@font-face {
	font-family: 'ProximaNova-Medium';
	src: url('fonts/ProximaNova-Sbold-webfont.eot');
	src: url('fonts/ProximaNova-Sbold-webfont.eot?') format('eot'), local('Proxima Nova Semibold'), local('ProximaNova-Sbold'), url('fonts/ProximaNova-Sbold-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNova-Medium';
	src: url('fonts/ProximaNova-SboldIt-webfont.eot');
	src: url('fonts/ProximaNova-SboldIt-webfont.eot?') format('eot'), local('Proxima Nova Semibold'), local('ProximaNova-SboldIt'), url('fonts/ProximaNova-SboldIt-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic
}
@font-face {
	font-family: 'ProximaNovaA-Bold';
	src: url('fonts/ProximaNova-Bold-webfont.eot');
	src: url('fonts/ProximaNova-Bold-webfont.eot?') format('eot'), local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('fonts/ProximaNova-Bold-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'ProximaNovaA-Bold';
	src: url('fonts/ProximaNova-BoldIt-webfont.eot');
	src: url('fonts/ProximaNova-BoldIt-webfont.eot?') format('eot'), local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('fonts/ProximaNova-BoldIt-webfont.woff') format('woff');
	font-weight: 400;
	font-style: italic
}
/**************** CSS  - TOOLS ****************/

body {
	color: #000;
	font-size: 14px;
	line-height: 24px;
	background-color: #efefef;
	font-family: 'ProximaNova-Medium';
}
a {
	color: blue;
	font-size: 14px;
}
a:hover, a:active, a:focus {
	outline: 0;
	outline: none;
}
strong {
	font-family: 'ProximaNovaA-Bold';
}
hr {
	border-top:1px dashed #eee;
	margin: 40px 0;
}
.no-margin {
	margin: 0 !important;
}
::-webkit-input-placeholder {
 color: #cdcdcd;
}
::-moz-placeholder {
 color: #cdcdcd;
}
:-ms-input-placeholder {
 color: #cdcdcd;
}
:-moz-placeholder {
 color: #cdcdcd;
}
.valign {
	display: table-cell;
	vertical-align: middle;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display:none;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #005a8c;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }





.border-top {
	border-top: 32px solid #03273b;
	border-bottom: 1px solid #333333;
}
.layout-inner {
	background: #fff;
}
.header {
	margin-bottom: -5px;
    margin-top: -20px;
}
.logo {
	float: left;
	width: 68%;
}
.award {
	float: right;
	width: 30%;
	text-align: right;
}
.logo img, .award img {
	max-width: 100%;
}
.search-box {
	padding: 10px;
	background: #efefef;
}
.search_result {
    margin-bottom: 17px;
}
.hot-topics {
	display: table;
	min-height: 34px;
	position: relative;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
}
.hot-topics > .valign > span {
	color: #fff;
	background: #005a8c;
	padding: 9px 15px;
	position: absolute;
	top: 0;
	left: 0;
}
.hot-topics p {
	display: inline-block;
	padding-left: 115px;
	margin-bottom: 0;
}

.search label {
	display: inline-block;
	padding-right: 5px;
}
.search .form-control {
	width: 283px;
	display: inline-block;
	border-radius: 0;
        padding: .4rem .75rem;
        font-size:13px;
        text-transform:uppercase;
}
#content-area {
    padding: 30px 0;
}
.banner img {
	width: 100%;
    border: 3px solid #fff9e9;
    box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
}
.home-text {
    padding: 10px 0 20px;
}
.read-more a {
	background: #005a8c;
	color: #fff;
	display:inline-block;
	padding: 10px 15px;
        text-transform:uppercase;
        font-size:13px;
}
.read-more a:hover {
	text-decoration: none;
	background: #424242;
}
.justice-container {
    padding: 30px 0 0;
    border-top: 1px dashed #cdcdcd;
    border-bottom: 1px dashed #cdcdcd;
    margin: 10px 0;
}
.heading,.h1-heading {
	background: #005a8c;
    color: #fff;
	margin-bottom: 25px;
    padding: 18px 15px;
	border-bottom: 4px solid #a70000;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
}
.heading h4 {
	margin: 0;
	text-transform:uppercase;
}
.justice-container .heading h4 {
	font-size: 16px;
}
.justice-carousel {
	margin-bottom: 30px;
}
.justice-carousel img,
.timeline img,
.timeline .embed-responsive.embed-responsive-16by9,
.law-history img,
.biographies-col img,
.editor-image img,
.embed-responsive.embed-responsive-16by9,
.Biographies-image img,
.justice-image img,
.single-image img,
.table-row,
.table-content,#tablepress-2_wrapper {
    border: 3px solid #fff9e9;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
}
.justice-carousel h4 {
	margin-top: 10px;
min-height: 38px;

}
.single-image img{
max-width:300px;
}
.justice-carousel a {
    font-size: 14px;
    color: #000;
	font-family: 'ProximaNovaA-Bold';
}
.read-more a{
color:#fff !important;
}
.justice-carousel a:hover {
	color:#0275d8;
}
.rss_feeds {
    height: 250px;
}
.justice-carousel .appointed-by {
	font-size: 13px;
	line-height: 16px;
}
.justice-carousel .appointed-by p {
	margin-bottom: 0;
}
.justice-carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 15px;
}
.justice-carousel .owl-nav > div {
	float: left;
	font-size: 0;
	margin: 0 12px;
	position: relative;
}
.justice-carousel .owl-nav > div:after {
	position: absolute;
	top:0;
	font-size:40px;
	color: #fff;
	font-family: 'FontAwesome';
}
.justice-carousel .owl-nav > .owl-prev:after {
	content:"\f0d9";
}
.justice-carousel .owl-nav > .owl-next:after {
	content:"\f0da";
}
.news-small-image img{width:100px;}

.timeline {
    margin: 25px 0;
	padding-bottom: 30px;
	border-bottom: 1px dashed #cdcdcd;
}
.timeline img {
	width: 100%;
}
.read-more-chief a {
    background: #005a8c;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    float: right;
    font-size:13px;
    text-transform:uppercase;
}

.footable-container {
	background: url(../images/table-triangle.png) no-repeat 100% 100%;
}
table tr th {
	background: #e4e4e4;
	font-family: 'ProximaNovaA-Bold';
}
table tr th,
table tr td {
	line-height:1;
}
table tr th {
	font-size: 15px;
}
.date {
    font-size: 13px;
    margin: 5px 0;
}
.scarinci-video h3 {
    font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
}
.scarinci-video {
    border-bottom: 1px dashed #efefef;
	padding-bottom: 10px;
    margin-bottom: 30px;
}
.law-history .row {
	margin-right: -10px;
	margin-left: -10px;
}
.law-history .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.law-history img {
	width: 100%;
}
.law-history .desc {
	margin-bottom: 10px;
}
.law-history p a {
    color: #000;
    font-size: 16px;
}
.law-history p {
    margin: 8px 0;
}
.law-history ul {
    padding-left: 15px;
}

h3.entry-title {
    margin: 0;
}

.right-sidebar .heading {
	margin-bottom: 10px;
        margin-top: 0px;
        text-transform:uppercase;
}
.right-sidebar .heading h4 {
    margin: 0;
    text-transform: uppercase;
}
.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
	text-align: right;
}
.social-media ul li {
	display: inline-block;
}
.social-media ul li a {
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url('../images/social-media.png') no-repeat 0 0;
}
.social-media ul li.tw a {
	background-position: -35px 0;
}
.social-media ul li.rss a {
	background-position: -71px 0;
}
.social-media ul li.google a {
	background-position: -107px 0;
}

.right-sidebar-block {
    border: 3px solid #015b8d;
    padding: 15px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.5);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #cde5f2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cde5f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#cde5f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cde5f2',GradientType=0 );
}
.news-image img {
	border: 1px solid #878787;
        width:100%;
}
.news-image {
    width: 30%;
    margin-right: 15px;
}
.right-sidebar-block h5 {
	color: #005a8c;
    font-size: 18px;
    line-height: 24px;
	margin-top: 0;
}
.right-sidebar-block span {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}
.right-sidebar-block .read-more {
    text-align: right;
}
.right-sidebar-block-container {
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.navigation {
    margin: 20px 0px;
}
.amendment-block {
    padding: 15px;
	margin-bottom: 40px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}
.amendment-block ul {
	padding: 0;
	list-style: none;
}
.amendment-block .clearfix > ul > li {
    position: relative;
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.amendment-heading.color-01 {
	color: #005a8c;
}
.amendment-heading.color-02 {
	color: #be0808;
}
.amendment-heading.color-03 {
	color: #3a7925;
}
.amendment-heading.color-04 {
	color: #9d2acd;
}
.amendment-heading h5 {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-right: 25px;
}
.amendment-heading span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    right: 0;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    padding: 2px;
}
.amendment-heading.color-01 span {
	background: #005a8c;
}
.amendment-heading.color-02 span {
	background: #be0808;
}
.amendment-heading.color-03 span {
	background: #3a7925;
}
.amendment-heading.color-04 span {
	background: #9d2acd;
}
.amendment-desc h4 {
    text-transform: uppercase;
    color: #03476d;
    font-size: 18px;
}
.biographies {
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: 1px dashed #cdcdcd;
}

.biographies-col img {
	width: 100%;
}
.biographies-col span {
    font-size: 16px;
}
.news-small-container ul {
    padding: 0;
    list-style: none;
}
.news-small-container ul li {
	margin-bottom: 15px;
	padding: 10px;
	box-shadow: 0 0 5px 0px rgba(0,0,0,0.5);
}
.news-small-image {
	float: left;
	margin-right: 12px;
}
.news-small-container h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.news-small-container p {
	margin-bottom: 0;
	line-height: 18px;
}
.footer-top {
    background: #397698;
    padding: 30px 0;
}
.footer-top-col {
    background: #eef9ff;
    padding: 20px;
}
.twitter-twit img {
	width: 100%;
}
.table-col {
    display: table;
    width: 100%;
	margin-bottom: 15px;
}
.footer-top-col h4, .footer-top-col h4 > a {
    background: #005a8c;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    height: 58px;
    margin-bottom: 0;
}
.footer-top-col h4 > a {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.footer-sub-heading {
    color: #005a8c;
    font-size: 20px;
}
.footer-top-col ul {
	padding: 0;
	list-style: none;
}
.footer-top-col ul li a {
    color: #000;
}
.footer-top-col .date {
    color: #d81b1b;
    font-size: 16px;
}
.footer-bottom {
	background: #03273b;
	padding: 30px 0;
	color: #fff;
}
.footer-col {
    background: #083650;
    padding: 20px;
}
.editor-image {
    float: left;
    margin-right: 15px;
}
.footer-col h3 {
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
}
.editor-info h4 {
    color: #0db2f2;
    text-transform: uppercase;
    margin-bottom: 5px;
	margin-top: 15px;
}
.footer-col p {
	margin-bottom:0;
}
.social-media.footer-social-media {
    margin: 15px 0;
}
.social-media.footer-social-media ul {
    text-align: left;
}
.social-media.footer-social-media ul li a {
	width:42px;
	height: 42px;
	margin-left:0;
	margin-right: 15px;
	background:url('../images/footer-social-media.png') no-repeat 0 0;
}
.social-media.footer-social-media ul li.tw a {
	background-position: -60px 0;
}
.social-media.footer-social-media ul li.rss a {
	background-position: -122px 0;
}
.social-media.footer-social-media ul li.google a {
	background-position: -184px 0;
}
/********Article-page***********/
/*.no-padding{padding:0;}*/

.h1-heading{
	padding:11px 15px;
	margin-bottom:15px;
}
.h1-heading h1{
	margin:0;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Medium';
}
.article-page-text{
	margin-bottom:25px;
font-size:20px;
}
.article-page-text span{
	color:#005a8c;
}

.article-container{
	width:100%;
	float:left;
	background-color:#005a8c;
}
.section-container{
	width:100%;
	float:left;
	background-color:#caecff;
    position: absolute;
    z-index: 9;
    left: 100%;
    margin-left: -15px;
    top: 0;
display:none;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.article-search-container{
	padding:17px 10px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.article-search-container span{color:#fff;}
.article-search {
    width: 140px;
    margin-left: 10px;
    border: none;
	padding:0 5px;
}
.article-container .heading{
	box-shadow:none;
	margin-bottom:0;
}
.article-container > ul,
#menu-article {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#066ca5;
}
.article-container > ul > li,
#menu-article > li,
#menu-amendment > li {
	border-bottom:1px solid #005a8c;
	border-right:1px solid #005a8c;
}
.article-container > ul > li >a,
#menu-article > li > a{
	color:#fff;
	font-size:15px;
	padding:10px 15px;
	font-weight:400;
	display:block;
cursor:pointer;
text-decoration:none;
}
.article-container ul li a:hover,
#menu-article > li > a:hover,
.amendment-container #mCSB_1_container > ul > li.active > a,
.amendment-container #mCSB_1_container > ul > li.active > .toggle-span,
.amendment-container #mCSB_1_container > ul > li.active .sub-menu > li.active > a{
	background-color:#caecff;
	color:#c81b1b;
	text-decoration:none;
}
.amendment-container ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#066ca5;
}
.amendment-container ul.sub-menu {
    background: #034f79;
}
.amendment-container > ul > li{
	border-bottom:1px solid #005a8c;
}
.amendment-container ul li a,
.amendment-container ul li .toggle-span{
	color:#fff;
	font-size:15px;
	padding:10px 15px;
	font-weight:400;
	display:block;
text-decoration:none;
cursor:pointer;
}
.amendment-container .fa-caret-right{margin-right:5px;}

.article-container .fa-angle-right{
	float:right;
	font-size:18px;
	margin:2px 0;
}
.section-container .heading{
	box-shadow:none;
	margin-bottom:0;
}
.section{ background-color:#caecff;}
.section ul{
	margin:0;
	padding:0;
	list-style:none;
	background-color:#caecff;
}
.section ul li a{
	color:#000;
	font-size:15px;
	padding:10px 15px;
	font-weight:400;
	display:block;
text-decoration:none;
}
.section ul li a:hover{
	color:#c81b1b;
	text-decoration:none;
	background-color:#e8f7ff;
}
.section ul ul {
    background: #9ed7f7;
}
.section ul ul li.active a {
    background: #4ea5d6;
    color: #c81b1b;
}
.key-issues ul{
	margin:0;
	padding:0;
	list-style:none;
}
.key-issues ul li a{
display:block;
	padding:10px 15px;
text-decoration:none;
}
.key-issues-heading h4{
	background-color:#188dcf;
	padding:15px 15px;
	color:#fff;
	margin:0;
}
.text-of-article p span{color:#005a8c; font-weight:600; font-size:15px;}
.tbs {padding:0;}

.text-of-article-heading{
	background-color:#efefef;
	padding:10px 10px;
	border-left:5px solid #005a8c;
	margin-bottom:20px;
font-size:18px;
text-align:left;
}
.resource-container{
	background-color:#005a8c;
	border-top:1px solid #fff;
}
.resource-heading{
	background-color:#053a57;
	color:#fff;
	font-size:18px;
	padding:15px 30px;
	display:inline-block;
	position:relative;
}
.resource-heading:after{
	content:"";
	width: 0px;
	height: 0px;
	border-top: 27px solid transparent;
	border-bottom:27px solid transparent;
	border-left: 30px solid #053a57;
	right: -30px;
    position: absolute;
    top: 0px;
}

.resource-container ul{ margin:0; padding:0; list-style:none; display:inline-block;}
.resource-container ul li{display: inline-block;}
.resource-container ul li a{color:#fff; font-size:15px; padding:15px 15px; border-right:1px solid #0d6ea3; display:block;}
.resource-container ul li:last-child a{border:none;}
.resource-container ul li a:hover{text-decoration:none;}
blockquote {
    border-left: 0;
    font-size: 14px;
}
.tbls table tr td,
.tbls table tr th {
    line-height: 24px;
vertical-align: top;
}
.video-col {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.video-col span {
    color: #005a8c;
    font-size: 16px;
    display: block;
    margin: 20px 0 10px;
}

.great-biographies {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px dashed #ddd;
}
.biographies-info {
    padding-left: 205px;
}
.Biographies-image {
    float: left;
width: 183px;
}
.Biographies-image img {
	width:150px;
	height:150px;
}
.biographies-name h3 {
    background: #efefef;
    display: inline-block;
    padding: 15px 20px;
    border-left: 7px solid #005a8c;
    min-width: 280px;
	margin: 0;
	font-size: 22px;
}
.biographies-info p {
	margin: 15px 0;
}

.great-justice {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px dashed #ddd;
}
.justice-info {
    padding-left: 205px;
}
.justice-image {
    float: left;
    width: 160px;
}
.justice-image img {
    width: 100%;
    height: 200px;
}
.justice-name h3 {
    background: #efefef;
    display: inline-block;
    padding: 15px 20px;
    border-left: 7px solid #005a8c;
    min-width: 280px;
    margin: 0;
    font-size: 22px;
}
.justice-info p {
    margin: 15px 0;
}


.h1-single-heading {
    background: #ebe9e9;
    padding: 11px 20px;
    border-left: 6px solid #005a8c;
	margin-bottom: 20px;
	font-size: 18px;
}
.h1-single-heading span {
	color: #064f77;
}
.h1-single-heading h1 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
}
.single-image {
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 20px;
	margin-bottom: 20px;
width:100%;
}
.single-block p {
    margin-bottom: 30px;
}
.single-block .biographies-name {
    margin-bottom: 10px;
}
.table-row {
	background: #fbfafa;
	margin: 30px 0 20px;
}
.table-row table {
	margin-bottom: 0;
	border: 0;
}
.table-row table tr td,
.table-row table tr th {
    padding: 15px;
    border-bottom: 0;
    border-top: 0;
    vertical-align: middle;
}
.table-row table tr:nth-child(odd) td {
	background: #e5f1f8 !important;
}
.table-row table tr th{
	background: #fbfafa !important;
	white-space: nowrap;
}
.table-search {
    background: #c1dff1;
    padding: 20px;
}
#change-page-size,
#filter {
	border: 1px solid #ddd;
}
.pageing .pagination {
	margin-top: 0;
}
.twitter-twit iframe {
    height: 100% !important;
}
/*****7oct******/
.chief-justice-img img{
    height:150px;
}
.paginate_button.previous{
    color:#fff !important;
    background-color:#005a8c;
    padding-left:10px;
    padding-right:10px;
}
.paginate_button.previous.disabled{
   color:#000 !important;
   background:none !important;
}
.paginate_button.next{
   background-color:#005a8c !important;
   color:#fff !important;
   padding-left:10px;
   padding-right:10px;

}
.footable>thead>tr>th{
   padding-top:20px;
   padding-bottom:20px;
}
.tablepress-2_wrapper{
   margin-top:20px !important;
}
.paging_simple .paginate_button.next:after{
    left:initial !important;
    right:-14px !important;
}
.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before{
   color:#337ab7;
}
.tablepress tfoot th, .tablepress thead th{
   background-color:#fbfafa;
}
.dataTables_wrapper {
    position: relative;
    padding-top: 68px;
    background: #c1dff1;
}
.dataTables_length,
.dataTables_filter {
    position: absolute;
    top: 19px;
left:15px;
}
.dataTables_filter {
left:initial;
right:15px;
}
.dataTables_wrapper th {
    background: #fbfafa !important;
}
.dataTables_wrapper tbody tr:nth-child(odd) td {
    background: #e5f1f8;
}
.dataTables_wrapper tbody tr td, .dataTables_wrapper thead tr th {
    padding: 5px;
    border-bottom: 0;
    border-top: 0;
    vertical-align: middle;
line-height:20px;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}
.dataTables_wrapper thead tr th {
white-space: nowrap;
}
.table_home .dataTables_wrapper tbody tr td a, .table_home .dataTables_wrapper thead tr th a,
.table_home .dataTables_wrapper tbody tr td, .table_home .dataTables_wrapper thead tr th {
font-size:12px;
}
.table_home .dataTables_wrapper thead tr th {
    white-space: initial;
line-height: 12px;
}
.dataTables_paginate {
    position: absolute;
    right: 0;
    bottom: -66px;
}
.dataTables_info {
    position: absolute;
    bottom: -66px;
left:0;
}
.dataTables_scrollBody table tr td:last-child, .dataTables_scrollBody table tr th:last-child {
    width: 250px !important;
}
.footer_logos{
    margin-top: 40px;
}
.terms_cond{
text-align:center;
}
.terms_cond a{
color:#fff;
text-decoration:none;
}
.ph_number{
font-size: 22px;
    margin-top: 7px;
}
.sec_con,
.amd_con,
.amd_desc {
    overflow: auto;
text-align: justify;
}
.article-container > ul > li.active >a,
.amendment-container > ul > li.active > a,
.amendment-container > ul > li.active span.toggle-span {
    background: #caecff;
color: #000;
}
.section > ul > li.active > a,
.key-issues > ul > li.active > a {
    background: #e8f7ff;
color: #c81b1b;
}
.amendment-container > ul > li.active .sub-menu li.active a {
background: #e8f7ff;
color: #000;
}
.amendment-container {
    height: 450px;
    overflow: auto;
}
ul.tbs {
    width: 100%;
}
.tbs li {
    width: 33.33333333%;
margin-right: 0 !important;
line-height:16px;
}
.tbs li a {
    text-decoration: none;
    display: block;
    text-align: center;
min-height:44px;
}

#centeredmenu ul li {
    list-style: none;
    display: table-cell;
    padding: 1px;
    vertical-align: middle;
}
#centeredmenu ul li a {
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    padding: 6px 5px !important;
    font-size: 14px;
    background: #066ca5;
    color: #fff;
    line-height: 16px;
}
#centeredmenu ul {
    width: 100% !important;
    margin-bottom: 20px;
    display: table;
    padding: 0;
    height: 100%;
    min-height: 44px;
}

/********** 20-10-16 ****************/

.table_home {
    height: 300px;
}
.table_home .mCSB_inside>.mCSB_container{
    padding-bottom: 52px;
}
.mCSB_inside>.mCSB_container{
    margin-right:1px;
}
.mCSB_scrollTools{
  width:10px;

}
.mCSB_scrollTools .mCSB_draggerRail{
background-color:#fff;
border:2px solid #ddd;
    width: 10px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #193a94;
background: -moz-linear-gradient(top,  #193a94 0%, #497dbd 30%, #7a99d9 100%);
background: -webkit-linear-gradient(top,  #193a94 0%,#497dbd 30%,#7a99d9 100%);
background: linear-gradient(to bottom,  #193a94 0%,#497dbd 30%,#7a99d9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193a94', endColorstr='#7a99d9',GradientType=0 );
width:8px;
}
.table_home .dataTables_paginate{margin-right:15px;}
.sec_con .mCSB_inside>.mCSB_container, .amd_con .mCSB_inside>.mCSB_container, .amd_desc .mCSB_inside>.mCSB_container {
margin-right: 15px;
padding-bottom:20px;
}

.amendment-desc {
    text-align: justify;
}
.great-justice p {
    text-align: justify;
}
.single-block p,
.single-block p a,
.great-justice p,
.great-justice p a,
.biographies-info p,
.biographies-info p a {
    font-family: 'ProximaNovaA-Regular';
    font-size: 18px;
    line-height: 28px;
}
.post-heading{
    margin-bottom: 10px;
}
.post-heading h3{
background: #efefef;
    display: inline-block;
    padding: 15px 20px;
    border-left: 7px solid #005a8c;
    min-width: 280px;
    margin: 0;
    font-size: 22px;
}
.section-container ul li {
position:relative;
}
.section-container ul li a i {
display:none;
}
.touch-icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 44px;
    height: 40px;
    background: #034f79;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 7px;
z-index:9;
cursor:pointer;
}
.tbls table tr th:first-child {
    width: 70%;
}
.law-history .col-sm-8.col-lg-4 {
    margin-bottom: 20px;
}
div#tablepress-2_wrapper {
    margin-bottom: 50px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    color: #fff !important;
    background-color: #053a57;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    border-radius: 100%;
    z-index: 99999;
}
.dataTables_wrapper label input {
width:150px !important;
    border: 1px solid #ddd;
}
div#respond label {
    width: 72px;
    vertical-align: top;
}
#respond input#submit {
    border: 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #005a8c;
    padding: 10px 15px;
    margin-left: 75px;
}
#respond textarea#comment {
    height: 100px;
}
#respond textarea#comment,
#respond input[type=text],
#respond input[type=email],
#respond input[type=url] {
    max-width: 360px;
    width: 100%;
}
.footer-top-col .srr-style-none .srr-item {
    padding-right: 15px !important;
}
#menu-article > li ul.sub-menu {
    background-color: #034f79;
    padding-left: 0;
    list-style: none;
}
#menu-article > li ul.sub-menu > li > a {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 400;
    display: block;
    text-decoration: none;
}
#menu-article > li ul.sub-menu > li > a:hover {
    background: #e8f7ff;
    color: #c81b1b;
}
.article-scroller {
    min-height: 315px;
}
#menu-article > li,
#menu-amendment > li {
    position: relative;
}
#menu-article > li .fa, #menu-amendment > li .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ffffff;
    width: 40px;
    height: 44px;
    text-align: center;
    padding: 11px 10px;
    background: #a70000;
    cursor: pointer;
}


/******media-start******/

 @media (min-width: 1200px) {
.container {
	width: 1250px;
}
.amendment-block li .read-more {
    position: absolute;
    bottom: 17px;
    right: 0;
}
.amendment-block .clearfix > ul > li {
	padding-right: 100px;
}
}

@media (max-width:1200px) {
.amendment-block li .read-more {
margin-top:10px;
}
}

 @media (min-width: 992px) and (max-width:1200px) {
.flexnav li a {
padding: 11px 10px;
}
}

@media (min-width: 992px) and (max-width:1200px) {
.tbs li {
width:50%;
}
}

@media (min-width: 768px) and (max-width:991px) {
.justice-name h3 {
    min-width: 238px;
}
.tbls table tr th:first-child {
    width: 60%;
}
.tbs li {
width:100%;
}
}

 @media (min-width: 992px) {
.footer-top-col {
	height: 365px;
    overflow:hidden;
}
.footer-col {
    height: 308px;
    overflow: auto;
}
.textwidget {
    overflow:hidden;
}
.twitter-twit .textwidget {
    height: 252px;
}
}

@media (min-width: 768px) {
.hot-topic-container {
	width: 60%;
	float: left;
}
.search {
	float: right;
	text-align: right;
}

.layout-inner {
	padding: 20px;
}
.tbls table tr th {
white-space: nowrap;
}
}

@media (max-width: 991px) {
.footer-top .col-md-4,
.footer-bottom .col-md-4 {
	margin-bottom: 20px;
}
.twitter-twit .textwidget {
    height: 300px;
}
}

 @media (max-width: 767px) {
.search {
	margin-top: 10px;
}
.layout-inner {
    margin: 0 -15px;
}
.layout-inner {
	padding: 15px;
}
.article-left-sidebar {
    margin-bottom: 20px;
}
.article-container,.section-container{
	width:50%;
	float:none;
	margin-top:5px;
}
.section-container {
left:50%;
}
.resource-heading{display:block;}
.resource-heading:after{right:0;}
.tbs li {
width: 50%;
}
.key-issues {
    margin-top: 373px;
    overflow: auto;
    height: 510px;
}
.tbls table tr th:first-child {
width:60%;
}
.tbls table tr th:last-child {
width:40%;
}
.h1-heading h1 {
    font-size: 22px;
}
}

@media (max-width: 479px) {
.h1-heading h1 {
	font-size: 20px;
}
.h2, h2 {
font-size:18px;
}
.resource-container ul li a {
    padding: 5px 5px;
font-size:12px;
}
.tbs li {
width: 100%;
}
.dataTables_wrapper {
    padding-top: 100px;
}
.dataTables_length, .dataTables_filter {
    position: absolute;
    top: 10px;
}
.dataTables_filter {
    left: 15px;
    right: initial;
    top: 50px;
}
.dataTables_info {
    bottom: -40px;
}
.dataTables_paginate {
    right: initial;
    bottom: -70px;
    left: 0;
}
.justice-image,
.Biographies-image {
    float: none;
}
.justice-info,
.biographies-info {
    padding-left: 0;
    margin-top: 15px;
}
.biographies-name h3,
.justice-name h3,
.h1-single-heading h1 {
font-size:16px;
}
}

/*Widget Title Links*/
.widget-side-title{
    font-size: 18px;
    color: white;
    text-decoration: none;
}
.widget-side-title:hover{
    color:white;
    text-decoration: underline;
}
.widget-side-title:visited{
    color:white;
    text-decoration: underline;
}
.editor-info a{
    color: white;
}
.editor-info a:visited{
    color:white;
}
/*Header Image*/
.bottom-images-front img{
	width:167px;
	height:90px;
}
.award-img{
    margin: 45px 30px 10px 0px;
}
.wp-paginate .prev, .wp-paginate .next {
    display: none;
}
.sfsi_plus_widget{
    width: 300px;
    float: right;
    position: relative;
    top: 135px;
}
.lessbuttons_com_buttons_more{
    display:none !important;
}
#centeredmenu {
    padding-right: 30px;
}
#tcmainscroll{margin:0 auto;width: auto !important;height: 775px !important;  overflow: auto !important;  overflow-y: scroll !important;}
#tcmainscroll table tbody tr td{padding:10px;line-height:20px;}
#tcmainscroll table tbody tr td p a{line-height:20px;}
#tcmainscroll table tbody tr td p{line-height:20px;}
#tcmainscroll table tbody tr th{background-color: #efefef;  padding: 10px 10px; border-left: 5px solid #005a8c; margin-bottom: 20px;  font-size: 18px; text-align: left;}
#american-bios-container{display: flex;flex-direction: column;flex-wrap: wrap;}
#american-bios-alphabet {
    margin-left: 10px;
    margin-top: 28px;
    margin-bottom: -2rem;
}
.letter {
    font-size: 3rem;
}
.home {
    font-size:1.5rem;
}
#american-bios-alphabet > a{
    color: #005a8c;
    padding: .3rem;
    line-height: 1;
}
.award-secti.postbox-containern {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.award-section__image {
  margin: 1em;
}
.award-section__image > img{
  width: 337px;
  margin-top: 2em;
}
.home-video-link {
    color:white;
    text-decoration: none;
    font-size:18px;
}
.home-video-link:hover {
    cursor: pointer;
    text-decoration: underline;
    color:white;
}

/** RSS FEED PAGE */
.cl-rss-feed-container {
  width: 100%;
  height: 1914px;
  overflow: hidden;
  margin-top: 3em;
}
.postbox-container {
	float: none !important;
}
