.ti_loader{
	text-align:center;
	display:none;
}
.ti_loader img{
	width:140px;
}
.resources-filter select {
    height: 40px;
    width: 155px;
    border-color: #4C4084;
    font-size: 13px;
}
.resources-filter {
    float: right;
}
.heading_wrapper{
	width:100%;
	display:inline-block;
}
#latestloadMore, #latestloadMorereecnt{
	display:inline-block;
}
.custom-tax-box a{
    margin-right: 10px;
	padding: 0px 5px;
}
.custom-tax-box{
	margin: 10px 0px;
	font-size: 1.2rem;
}
body #latestloadMore a,
body #latestloadMorereecnt a{
background:#0268ba !Important;
}

/*for top menu styles*/
#menu-top-bar-menu  .my-account{
	display:none;
}
.logged-in #menu-top-bar-menu .my-account{
	display:block;
}
.logged-in .sign-in-me,
.logged-in .register-me,
.logged-in .subscribe-me{
	display:none;
}
#menu-top-bar-menu li a{
	padding:10px;
}
ul#menu-top-bar-menu li.subscribe-me{
    border: 2px solid #009eed;
	cursor:pointer;
}
ul#menu-top-bar-menu li.subscribe-me>a{
    color: #009eed;
}

#menu-top-bar-menu li ul {
	margin-top: 12px;
    background: #fff;
    position: absolute;
    left: 0px;
    padding: 15px 0;
    display: block;
    visibility: hidden;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
    -webkit-backface-visibility: hidden;
}

#menu-top-bar-menu li ul li {
    text-transform: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

#menu-top-bar-menu li ul li a, #menu-top-bar-menu li ul li a:hover {
    color: #777777;
}

#menu-top-bar-menu li ul li a {
	display: block;
    width: 170px;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.7;
    letter-spacing: normal;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    text-transform: none;
}

#menu-top-bar-menu li:hover > ul {
    visibility: visible;
	z-index:999;
	cursor:pointer;
}
#menu-top-bar-menu li.my-account {
    position:relative;
	padding: 10px;
    border: 2px solid #009eed;
    background:#009eed;
	cursor:pointer;
}
ul#menu-top-bar-menu li.my-account>a{
	color:#ffffff;
}
#top-bar ul#menu-top-bar-menu ul li:first-child a{
	padding-left:auto;
}
#top-bar ul#menu-top-bar-menu ul li a {
    padding: 0px 15px 10px 15px;
}
#top-bar ul#menu-top-bar-menu>li>a {
    font-size:15px;
	padding-right:10px;
}
#top-bar ul#menu-top-bar-menu>li{
	padding:10px;
}

#top-bar .social-icons-twt{
	margin-top:5px;
}
#top-bar .social-icons-twt a{
	margin-right:10px;
}
#top-bar .social-icons-twt a i:before{
	color:#009eed;
}
.mobile-only{
	display:none;
}
#site-navigation ul li.mobile-only{
	display:none;
}
@media only screen and (min-width: 932px){
	.resources-filter {
		margin-right: 20px;
	}
	.heading_wrapper .resources-types{
		padding-left:20px;
	}
}
@media only screen and (max-width: 979px){
	
	body.not-logged-in ul li.guest-only{
		display:block !important;
	}
	body.logged-in ul li.users-only{
		display:block !important;
	}
	.mobile-menu-active .menu{
		margin-bottom:20px;
	}
	body ul li.border-bottom{
		border-bottom:1px solid #ccc;
	}

}

/* resources page - new design*/
body.post-type-archive-resources #content {
    background: #f3f3f3 !important;
	padding: 0px 20px;
    width: 100%;
    max-width: 1360px;
	overflow-x: hidden;
}
.post-box{
	
	border-radius: 10px;
	background-color:#fff;
}
.tax-resource_types #content{background: #ECECEC99;} 
.post-box:hover {
    box-shadow: 0px 1px 5px 3px #9dcde4;
}
.post-box .content-box{
	padding:20px;
}
.post-box .entry-title{
	margin-bottom:0px;
	padding-bottom:0px;
}
.post-box .entry-title a{
	color:#012356;
	font-size:1.8rem;
	font-weight:bold;
	line-height: 1.5;
	/* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
	
}
.post-box .entry-title a:hover{
	color:#012356;
}
.post-box .readMore{
	color:#019dee;
	font-size:17px;
}
.pageBanner{
	min-height:200px;
	width:100%;
	padding:50px 15px;
	background-size: cover;
}
.pageBanner h1{
	font-weight:bold;
	margin:30px 0px;
}
.pageBanner h1,
.pageBanner h2,
.pageBanner h3,
.pageBanner h4,
.pageBanner h5{
	color:#ffffff;
	text-align:center;
}
.pageBanner h2,
.pageBanner h3,
.pageBanner h4,
.pageBanner h5{
	color:#fafafa;
}
.resource-type-link{
	color:#999999;
	cursor:pointer;
}
.post_loop_ .resource-card{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	margin-bottom: 15px;
}
.post_loop_{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin-top: 15px;
}
#extra-info{
	margin:20px;
}
.active-filter.resource-type-link{
	color:#009eed;
}
@media only screen and (min-width: 1200px){
	.pageBanner{
		min-height:260px;
	}
	.pageBanner h1{
		font-size:60px;
	}
	.pageBanner h3{
		
	}
}
.post-box .readMore{
	position:absolute;
	bottom:50px;
}

.bit-3 {
	width: 25%;
	float: left;
}
.herald-mod-wrap .herald-mod-actions a {
    border: 1px solid #31b464!important;
    background: #31b464!important;
    color: #fff!important;
    font-weight: 900!important;
    letter-spacing: 1px!important;
    text-transform: capitalize !important;
}
.post-type-archive-news .meta-item.herald-author,.post-type-archive-news .meta-item.herald-rtime
{
	display: none !important;
}
.textwidget.custom-html-widget img {
    width: 100%;
    height: auto;
}
.home-resources .meta-item.herald-views
{
	display: none !important;
}
.td-module-meta-info123.content-box {
   height: 270px !important;
   position: relative;
}
a.herald-read-more
{
	background-color: #0d0128 !important;
    width: 86% !important;
    text-transform: capitalize !important;
	position: absolute !important;
    color: #ffffff !important;
	bottom: 20px !important;
}
@media only screen and (max-width: 360px) and (max-width: 420px)
{
	.td-post-category, .tdb-cat-bg {
    font-size: 12px !important;
}
.resources-filter {
    float: left !important;
    margin-right: 20px !important;
    margin-top: 0px !important;
}
}
@media only screen and (max-width: 768px)
{
	.post-type-archive-resources .post-box .entry-title a {
    color: #012356;
    font-size: 1.8rem !important;
    font-weight: 600!important;
    height: 50px !important;
}
.post-type-archive-resources .td-post-category, .tdb-cat-bg {
    font-size: 12px !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 581px)
{
    .bit-3 {
    width: 50% !important;
    float: left;
}
.td-module-meta-info123.content-box {
   height: 185px !important;
   position: relative;
}
}
@media (max-width: 1439px) and (min-width: 768px)
{
  /*  .bit-3 {
    width: 50% !important;
    float: left;
}  */
.td-module-meta-info123.content-box {
    height: 230px !important; 
   position: relative;
}
}
/*@media only screen and (max-width: 580px) and (min-width: 320px)
{
	.td-module-meta-info123.content-box {
    height: 200px!important;
}
}*/

body.archive.post-type-archive.post-type-archive-resources
{
	 background-color: #ECECEC99 !important;
}
.post-type-archive-resources div#herald-section-0 {
    margin-top: 3%;
}