@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
/*{
    font-family: 'Josefin Sans';
}*/

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px;
}

h1 {font-size: 36px; font-weight: bold; color: #b60028; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}
h2 {font-size: 34px; font-weight: bold; color: #081528; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}
h3 {font-size: 32px; font-weight: bold; color: #b60028; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}
h4 {font-size: 30px; font-weight: bold; color: #081528; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}
h5 {font-size: 28px; font-weight: bold; color: #b60028; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}
h6 {font-size: 26px; font-weight: bold; color: #081528; font-family: 'Josefin Sans'; margin: 0 0 15px; text-transform: capitalize;}

/* **** Header **** */



/* **** topbar **** */
.topbar{
    position: relative;
    right: 0;
    width: 100%;
    left: 0;
    top: 0;
    padding:15px 0;
    overflow: hidden;
}
.topbar .row{
    display: flex;
    align-items: center;
}
.topbar-btn-lst{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar-btn-lst .btn-top{
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    padding: 5px 30px;
    border-radius: 6px;
    background: #003893;
    margin: 0 10px 0 0;
}
.topbar-btn-lst .btn-top:last-child{margin: 0;}
.topbar-btn-lst .btn-top:hover{
    background: #b60028;
    color: #fff;
}
/* **** End topbar **** */


/* **** Hero **** */
.hero-wrp{
    position: relative;
    z-index: 5;
}
.hero-wrp .slider-box img{
    width: 100%;
}
.hero-wrp .slider-box{
    position: relative;
}
.hero-wrp .slider-box .slider-dt{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hero-wrp .slider-box .slider-dt h2{
    font-family: 'Clarendon';
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin: 0px;
    letter-spacing: 4px;
}
.hero-wrp .slider-box .slider-dt p{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
/* **** End Hero **** */

/* **** Home Page **** */
.hero-banner{
    padding: 45px 0;
    width: 100%;
    position: relative;
    background: url('../images/main-back.png') 0 0 no-repeat;
    background-size: cover;
}
.hero-slider{
    padding: 10px;
    border: 3px solid #fff;
    margin: 0 0 45px;
    height:650px;
}
.hero-slider-block{
    padding: 30px;
    background: rgba(17,83,164,0.60);
}
.hero-slider-block .row{
    align-items: center;
}
.slider-img img{
    width: 100%;
}
.slider-text h1{
    font-family: 'Josefin Sans';
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}
.slider-text h1 span{
    display: block;
    font-size: 26px;
}
.slider-text h6{
    font-size: 22px;
    font-weight: 600;
    font-family: 'Josefin Sans';
    color: #fff;
    margin: 0 0 10px;
    font-style: italic;
}
.slider-text p{
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0 0 25px;
    min-height: 150px;
}
.slider-text .btn-main{
    padding:10px 25px 8px;
    background: #fff;
    border-radius: 8px;
    color: #003893;
    font-family: 'Josefin Sans';
    font-size: 18px;
    display: table;
    font-weight: normal;
}
.slider-text .btn-main:hover{
    background: #003893;
    color: #fff;
}

.abt-per-dt .row{align-items: flex-end;}
.abt-img img{
    width: 100%;
    margin: 0 0 25px;
}
.abt-dt-bx h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    font-family: 'Josefin Sans';
    background: #b60028;
    margin: 20px 0 15px;
    padding: 15px 45px 10px;
    display: table;
    border-radius: 12px;
    position: relative;
    left: -60px;
}
.abt-dt-bx p{
    font-size: 15px;
    font-weight: normal;
    color: #424242;
    line-height: 22px;
    margin: 0;
}
.abt-per-dt p{
    font-size: 15px;
    font-weight: normal;
    color: #424242;
    line-height: 22px;
    margin: 0 0 25px;
}
.search-bx{
    margin: 0 0 25px;
}
.search-bx form{
    position: relative;
}
.search-bx .form-control{
    position: relative;
    padding: 12px 65px 12px 15px;
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #b0b0b0;
    font-style: italic;
}
.search-bx button{
    border: none;
    background: #1153a4;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 15px;
    border-radius: 0 10px 10px 0px;
}

.wbasny-capbx{
    margin: 0 0 15px;
    border-radius: 10px;
    border: 1px solid #b0b0b0;
    overflow: hidden;
}
.wbasny-capbx h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 15px 15px 10px;
    font-family: 'Josefin Sans';
    margin: 0;
    text-transform: uppercase;
    display: block;
    background: #1153a4;
}
.selctbchap{
    padding: 15px;
}
.selctbchap .form-control{
    padding: 11px 55px 11px 15px;
    height: auto;
    background-color: #e0e0e0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    -webkit-appearance: none;
    background-image: url('../images/woan.png');
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: center right 0px;
}
.rightbar h6{
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Josefin Sans';
    background: #b60028;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}
.up-come-eventbx{
    padding: 0 15px;
}
.up-come-eventbx li{
    display: block;
    padding:15px 0;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}
.up-come-eventbx li:last-child{border-bottom: none;}
.up-come-eventbx li h5{
    font-size: 16px;
    font-weight: normal;
    color: #0022ee;
    line-height: 22px;
    margin: 0 0 10px;
}
.up-come-eventbx li p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #424242;
    line-height: 22px;
}
.legi-list li{
    border: none;
    padding: 0;
}
.legi-list li a{
    padding: 15px 15px 15px 20px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #424242;
    border-bottom: 1px solid #e0e0e0;
}
.legi-list li a:before{
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #0022ee;
    font-size: 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.video-benifit-wrp{
    padding: 45px 0;
    width: 100%;
    background: url('../images/video-back.png') center 0 no-repeat;
    background-size: cover;
}
.video-box h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Josefin Sans';
}
.video-box iframe{
    border: 3px solid #fff;
    height: 300px;
}
.benifit-member h2{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
    font-family: 'Josefin Sans';
    text-align: right;
}
.benifitimg{
    position: relative;
}
.benifitimg:before{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.30;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}
.benifitimg img{
    width: 100%;
    border: 3px solid #fff;
    height: 300px;
    object-fit: cover;
}
a.btn-main{
    padding: 10px 20px 8px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'Josefin Sans';
    background: #b60028;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
a.btn-main:hover{
    background: #000;
    color: #fff;
}

.legalnew-wrp{
    padding: 45px 0;
    width: 100%;
}
.news-box p{
    font-size: 16px;
    font-weight: normal;
    color: #081528;
    line-height: 24px;
    margin: 0 0 15px;
}
.news-box h6{
    font-size: 16px;
    font-weight: normal;
    color: #b60028;
    margin: 0;
}
.sponcer-row{
    padding: 45px 0 0;
}
.sponcer-row h3{
    font-size: 26px;
    font-weight: bold;
    color: #1153a4;
    margin: 0 0 15px;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
}

.sponcer-slider{
    padding: 15px;
    border: 1px solid #c8c8c8;
}
.sponcer-logo img{
    margin: 0 auto;
    max-width: 200px; height: 90px;
}

footer{
    padding: 40px 0;
    position: relative;
    background: url('../images/fooer-back.png') center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}
footer:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #093770;
    opacity: 0.80;
    top: 0;
    left: 0;
}
.quicklinks_menu,.foot-cnt,
.foot-abt{
    position: relative;
    z-index: 5;
}
.quicklinks_menu h4,.foot-cnt h4,
.foot-abt h4{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.foot-abt p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin: 0;
}
.foot-abt p a{color: #fff;}
.quicklinks_menu li{
    display: block;
}
.quicklinks_menu li a{
    padding: 5px 0 5px 17px;
    display: block;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
.quicklinks_menu li a:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top:16px;
    left: 0;
}
.cnt-bx li .cnt-dt a:hover,
.quicklinks_menu li a:hover{
    opacity: 0.60;
}
.cnt-bx{
    margin:0 0 25px;
}
.cnt-bx li{
    display: flex;   
    align-items: center;
    margin: 0 0 15px;
}
.cnt-bx li:last-child{margin: 0;}
.cnt-bx li .cntic i{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.cnt-bx li .cnt-dt{
    margin-left: auto;
    width: 80%;
}
.cnt-bx li .cnt-dt a{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: block;
    margin: 0 15px 0 0;
}
.social-bx a:last-child{margin: 0;}
.social-bx a:hover{
    background:#f5f5f5;
    color: #fff;
}
.copyright{
    padding: 20px 0;
    width: 100%;
    background: #0a101a;
}
.copyright p{
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    opacity: 0.40;
}

/* BLOG CSS START */
.blog_wrapper .container{
	max-width: 1170px;
	width: 1170px;
	margin: 0 auto;
}
.blog_wrapper .hero-wrp{
	position: relative;
	margin: 0 0 40px;
}
.blog_wrapper .hero-wrp img{
	max-width: 100%;
	width: 100%;
}
.blog_wrapper .hero-wrp .hero-heading{
	font-size: 56px;
	left: 0;
	font-weight: 600;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 50%;
	color: #fff;
	text-transform: uppercase;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.blog_wrapper .row{
	display: flex;
	margin: 0 -15px;
}
.blog_wrapper .col-md-8{
	width: 75%;
	padding: 0 15px;
}
.blog_wrapper .col-md-4{
	width: 25%;
	padding: 0 15px;
}

.blog_wrapper h1{
	font-size: 34px;
	font-weight: bold;
	color: #1919d8;
	margin: 0 0 15px;
}
.blog_wrapper h2{
	font-size: 30px;
	font-weight: bold;
	color: #12006e;
	margin: 0 0 15px;
}
.blog_wrapper h3{
	font-size: 28px;
	font-weight: bold;
	color: #003893;
	margin: 0 0 15px;
}
.blog_wrapper h4{
	font-size: 26px;
	font-weight: bold;
	color: #12006e;
	margin: 0 0 15px;
}
.blog_wrapper h5{
	font-size: 24px;
	font-weight: bold;
	color: #003893;
	margin: 0 0 15px;
}
.blog_wrapper h6{
	font-size: 24px;
	font-weight: bold;
	color: #12006e;
	margin: 0 0 15px;
}
.blog_wrapper p{
	font-size: 16px;
	color: #313131;
	line-height: 24px;
	margin: 0 0 30px;
}
.blog_wrapper ul li{
	font-size: 16px;
	color: #313131;
	line-height: 24px;
}
.blog_wrapper ul li a{
	color: #313131;
	display: block;
}
.blog_wrapper ul li a:hover{
	opacity: 0.6;
}
.blog_wrapper .right-part h2{
	font-size: 28px;
	color: #313131;
	font-weight: bold;
	margin: 0 0 20px;
}
.blog_wrapper .right-part ul{
	margin: 0 0 30px;
}
.blog_wrapper .right-part ul li{
	margin: 0 0 10px;
}
.blog_wrapper .right-part ul li:last-child{
	margin: 0;
}
.blog_wrapper .right-part ul li a{
	display: block;
	font-size: 16px;
	color: #12006e;
	font-weight: 500;
	padding: 12px;
	opacity: 1;
	font-weight: 600;
	border: 1px solid #dedede;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog_wrapper .right-part ul li a:hover{
	background: #12006e;
	border-color: #12006e;
	color: #fff;
}
/* **** New Css **** */

.blog_wrapper .blog-block .blog-box{
	margin: 0 0 30px;
}
.blog_wrapper .blog-block .blog-box ul.date-info{
	margin: 0 0 15px;
}
.blog_wrapper .blog-block .blog-box ul.date-info li{
	font-size: 14px;
	display: inline-block;
	margin-right:20px;
	color: #313131;
	font-weight: 500;
}
.blog_wrapper .blog-block .blog-box ul.date-info li:last-child{
	margin: 0;
}
.blog_wrapper .blog-block .blog-box ul.date-info li:first-child{
	color: #003893;
}

.blog_wrapper .blog-block .blog-box a.read-btn{
	font-size: 15px;
	color: #003893;
	display: block;
	font-weight: 500;
	margin: 0 0 15px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.blog_wrapper  .blog-block .blog-box a.read-btn:hover{
	color: #12006e;	
}
.blog_wrapper .blog-block .blog-box ul.posts-links li{
	display: inline-block;
	margin: 0 15px 5px 0;
}
.blog_wrapper .blog-block .blog-box ul.posts-links li a{
	font-size: 14px;
	color: #313131;
	font-weight: 500;
	display: table;
	padding: 6px 30px;
	border-radius: 6px;
	border:1px solid #003893;
}
.blog_wrapper .blog-block .blog-box ul.posts-links li a:hover{
	background: #003893;
	color: #fff;
}

.blog_wrapper .pagination ul{
	display: flex;
	align-items: center;
}
.blog_wrapper .pagination ul li {
	margin-right: 6px;
}
.blog_wrapper .pagination ul li a{
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #003893;
	font-size: 16px;
	color: #fff;
}
.blog_wrapper .pagination ul li a.arrow-link{
	background: #313131;
	font-size: 18px;
}
/* BLOG CSS END */


.inner-banner{
    position: relative;
}
.inner-banner img{width: 100%; height: 320px; object-fit: cover;}
.inner-data{
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    width: 100%;
}
.inner-data h1{
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 15px 30px 15px 0px;
    display: table;
    position: relative;
}
.inner-data h1 span{z-index: 5;position: relative;text-transform: uppercase;}
.inner-data h1:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
}
.inner-data h1:after{
    position: absolute;
}


.summary {font-size:24px; font-weight: normal;}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {background-color: #081528;}
.entry-content a {color: #b60028;}
ul.job-list li {border: 1px solid #e0e0e0; border-radius: 8px; padding: 10px 10px 10px 16px !important; list-style: none !important;}
ul.job-list li a { margin-left: 10px; }
.legislation_page a { border: 1px solid #e0e0e0; border-radius: 6px; padding: 6px 10px 6px 10px; min-width: 460px; display: block; margin-bottom: 10px;width: 85%;float: left;margin-right: 10px;line-height: 20px;}
.legislation_page p { line-height: 30px;}
.post-63 p { padding: 15px; border: 1px solid #b0b0b0; }
ul.news-list li h4 { font-weight: normal; line-height: 20px; font-family: 'Open Sans', sans-serif; color: #b60028 !important; }
.wpbdp-listing .listing-details { margin-left: 0px !important; }
#wpbdp-sort-bar { color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; padding: 6px 12px; }
.abt-wrp {margin-top: 30px;}
.nav-links a:nth-child(1) {float: left; border: 1px solid #e0e0e0; border-radius: 6px; padding: 6px 10px 6px 10px; }
.nav-links a:nth-child(2) {float: right;}
.post-thumbnail img {float: left; margin: 0 30px 20px 0;}
.entry-header h1.entry-title {display: none;}
.abt-wrp ul li { list-style: disc; }
.abt-wrp ul { padding: 0 0 20px 16px; }
.abt-wrp h1 {display: none;}
.row.officers a {padding: 23px 0 0 110px !important;}

.abt-committees { margin-top: 20px;}
.abt-committees a { display: inherit; border: 1px solid #d0d0d0; padding:10px; margin-bottom: 10px; }
ul.news-list li { list-style: none !important; }

.attorney_search form {padding-top: 20px;}
.attorney_search input {height: 40px !important; background-color: #e0e0e0; }
.attorney_search .inselect  {height: 40px !important; background-color: #e0e0e0; border: 0px; padding: 0 10px; }

.inner input {margin: 0; padding: 0 12px; border: 1px solid #DCDCDC; width: 100%; line-height: 32px; font-size: 13px; height: 40px !important; background-color: #e0e0e0; }
.inner .inselect {padding: 11px 55px 11px 15px; height: auto; background-color: #e0e0e0; border: none; border-radius: 0; box-shadow: none; font-size: 16px; font-weight: normal; color: #333; -webkit-appearance: none;
  background-image: url('../images/woan.png'); background-repeat: no-repeat;
  background-size: 46px; background-position: center right 0px;}

.inner select option[value="-1"] {display: none;}
.inner #wpbdp-field-36 {background-image: none;height: 100px!important;}
.wpbdp-search-field-label label {line-height: 40px; font-size: 18px;}
#wpbdp-search-page h3 a.wpbdp-no-bold {display:none;}

#wpbdp-search-form .submit {background: #0072a8;
color: #fff;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 15px;
line-height: 34px;
height: 34px;
border: none;
margin-left: 41% !important; margin-top: 1% !important; }

#wpbdp-search-form .reset {background: #fff;
color: #000;
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
padding: 0 15px;
line-height: 34px;
height: 34px;
border: none;
margin: 0 0 5px 15px;}


.tribe-events-calendar thead th { background-color: #1153a4 !important; }
.tribe-bar-submit .tribe-events-button  { background: #1153a4 !important; }
.wpbdp-no-bold {border: 1px solid #b60028; padding: 13px 20px 10px 20px;}