﻿.bottom-line-address {
    margin-top: 30px;
    color: #333 !important;
    font-weight: normal !important;
}

.box.shadow {
    -moz-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    -webkit-box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    box-shadow: 2px 2px 7px rgba(153, 153, 153, 0.6);
    border: 1px solid #AAA;
}
.box {
    padding: 20px;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFF;
}
.box.shadow div.box-inner-block {
    padding: 0 !important;
}
.box div.box-inner-block {
    padding-left: 0;
    min-height: 50px;
}
.box .tieicon-boxicon {
    float: left;
    margin-left: -70px;
}
.dropcap {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 50px;
    line-height: 50px;
    font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}
.box.info {
    background: #d6f6ff;
    border-color: #BFE3EC;
}
.box-inner-block ul{
	padding-left:10px;
}
/* .box.info .tieicon-boxicon:before {
    content: '\e705';
    color: #2CB4DA;
} */
.box.success {
    background: #e2f2cb;
    border-color: #D1E4B7;
}
/* .box.success .tieicon-boxicon:before {
    content: '\2713';
    color: #8AB84D;
} */
.box-inner-block ul li a{
    color: #333;
}
.box-inner-block ul li a:hover{
    color: #e51b39;
}
.box .tieicon-boxicon:before {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin: 0;
}
.box.warning {
    background: #fffddb;
    border-color: #E9E59E;
}
/* .box.warning .tieicon-boxicon:before {
    content: '\26a0';
    color: #ECC21B;
    font-size: 55px;
} */
.box.error {
    background: #ffe6e2;
    border-color: #EEBFB8;
}
/* .box.error .tieicon-boxicon:before {
    content: '\2715';
    color: #F03317;
    font-size: 70px;
} */
.box.download {
    background: #e2f2cb;
    border-color: #D1E4B7;
}
/* .box.download .tieicon-boxicon:before {
    content: '';
    color: #8AB84D;
} */
.box.note {
    background: #fffddb;
    border-color: #E9E59E;
}
/* .box.note .tieicon-boxicon:before {
    content: '\f15c';
    color: #ECC21B;
} */

#topcontrol {
    z-index: 2;
    background: #444;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    opacity: .7;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #FFF;
    background: #3f3f3f url(../images/up-arrow.png) no-repeat center center;
    content: "";
    display: inline-block;
}

.page-template-digital-edition-page .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #e51b39;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.owl-dot {
    display: inline-block;
}

.tipsy-inner {
    display: none;
}

@media (min-width:600px) {
    .outer-car {
        max-width: none !important;
    }
}
@media (min-width:1200px) {
.container .homepage-header .navbar-collapse ul li:first-child a{
    color: #e51b39 !important;
	font-weight:bold;
}
}
@media (min-width:1199px) {
	.container .homepage-header{
		padding-left: 15px;
		min-height: 100px;
	}
	.container .homepage-header .login-header .menu-item-has-children{z-index: 99;}
	.homepage-header .inner-input .header-search-open,
	.homepage-header .inner-input .header-search-close {
		z-index: 1;
	}
	.xl-menu-bdr {
		z-index:9;
	}
}
@media (min-width:1366px) {
	.box.alignleft{
		float: left;
    margin: 0 20px 10px -75px;	
	}
	.box.alignright{
		float: right;
    margin: 0;	
	}
	.box.aligncenter{
		float: none;
    margin: 10px auto;	
	}
}
@media (min-width:1367px) {
	.box.alignleft{
		float: left;
    margin: 0 20px 10px -150px;	
	}
}

@media (max-width:1199px){
   .container .homepage-header .navbar-collapse{
    overflow-y: auto;
    padding-bottom: 130px;	
}
}
.page-template-vertical-homepage .vertical-row2
/* .page-template-vertical-homepage .vertical-row-bottom2 */
{display:none;}
.page-template-horizontal-homepage .horizontal-row1
/* , .page-template-horizontal-homepage .horizontal-row-bottom1 */
 {display:none;}
.pm-byline{
      font-size: 12px;
    font-style: italic;
  }
 #descriptions {
    position: relative;
    /* margin-bottom: 50px; */
    width: 100%;
    padding: 10px;  
	padding-top:5px;	
  }
    
#descriptions .ad-image-description .ad-description-title {
display: block;
}
#descriptions p {
    padding-bottom: 30px;
	border-bottom:1px solid #ddd;
}
.digital-edition-content iframe{
    width: 100%;
    display: inline-block;
    height: 991px;
	margin-top:10px;
}

@media (min-width: 1360px){
.digital-edition-content iframe {
    height: 910px;
}
}
@media (max-width: 859px) and (min-width: 700px){
.digital-edition-content iframe {
    height: 554px;
}
}
@media (max-width: 1159px) and (min-width: 960px){
.digital-edition-content iframe {
    height: 752px;
}
}
@media (max-width: 699px) and (min-width: 500px){
.digital-edition-content iframe {
    height: 448px;
}
}
@media (max-width: 499px){
.digital-edition-content iframe {
    height: 317px;
}
}

/* ---------------- For sticky header: class="float-panel"  ------------------
@media (max-width:1024px) {
.float-panel{
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background: #fff;
	}
}
@media (min-width:1025px) {
	.float-panel {
    width:100%;
	background:white;z-index:300;
	 transform: translateZ(0); 
    transition:all 0.5s; 
	animation:slide-up 0.7s;
	position: absolute;
    top:0;
}

.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);animation:slide-down 0.7s;opacity:	1;}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}


.slideanim {
    visibility:hidden;
    visibility:visible\9;
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {

    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
}*/
.sub_disc_wrap {
margin-top: 10px !important;
border-bottom: 1px solid #ddd !important;
padding-bottom: 0 !important;
border-top: 0 !important;
padding-top: 0 !important;
}
@media (min-width:768px) {
.post-template-power-list-single .top-editor-section{
	margin-top:10px!important;
}
}


/* Top Ads component on all pages image margin-top-bottom 0 */

.main-container .e3lan-top img {
	margin: 0;
}
@media (min-width:992px) {
	.main-container .e3lan-top img {
		margin: 0;
	}
}

/* Top Ads component on all pages image margin-top-bottom 0 */

.top-head-half {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.single-post .dmcss_login_form{
	float:left;
}
.top-head-half .single-post-caption {
    text-align: center;
}
.middle-section .body-left .p1 .ads_title {
    display: block;
    font-size: 50px;
	margin-top:50px;
}
.body-left .p1 .ads_desc{
    font-size: 36px;
}
.continue-site a {
    text-align: right;
    font-weight: bold;
	font-size: 36px;
    text-shadow: 2px 2px 2px #000;
}

/*hide slideshow ad*/
.slideshow-ad {
    display: none;
}
.article_dfp_ads{
    text-align: center;
    margin-bottom: 1rem;
}

.post-listing blockquote {
    font-style: italic;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}
/* .business-event .event-items-wrapper .event-item .event-img img {
    width: auto;
} */

body.logged-in .homepage-header .login-header .menu-item-has-children ul {
    text-align: left;
    padding: 10px;
    width: 270px !important;
}
.homepage-header .navbar-collapse ul li.menu-item-has-children ul {
    padding: 10px !important;
}
.homepage-header .navbar-collapse ul #menu-item-221406 ul {
    left: auto !important;
    right: 10px !important;
}
.login-header .welcome-user-li {
    margin-top: 7px;
}

/*mobile menu related changes*/

  #hamburger {
    width: 30px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 7px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #hamburger span:nth-child(1) {
    top: 0px;
  }
  
  #hamburger span:nth-child(2) {
    top: 11px;
  }
  
  #hamburger span:nth-child(3) {
    top: 22px;
  }
  
  #hamburger.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #hamburger.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
  }
  
  #hamburger.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .sitenavigation ul {
    margin: 0;
    padding: 0;
    float: left;
  }
  .sitenavigation li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -4px;
    line-height: 20px;
  }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #CCC !important;
    color: #000;
  }
  .sitenavigation li a {
    color: #758283;
    text-decoration: none;
    display: block;
    padding: 11px 14px;
    font-size: 0.9375em;
    -webkit-tap-highlight-color: transparent;
  }
  .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
    color: white;
    background-color: #ECECEC;
  }
  .sitenavigation li a.nav-selected {
    background-color: #777;
    color: #000;
  }
  .sitenavigation li a:hover {
    background-color: #CCC !important;
    color: #000;
  }
  .sitenavigation li.clicked > ul {
    display: block;
  }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0;
  }
  .sitenavigation li ul a {
    background-color: #dfdfdf;
    font-size: 0.8125em;
  }
  .sitenavigation li ul li {
    float: none;
    display: block;
    margin: 0;
  }
  .sitenavigation li ul ul {
    left: 100%;
    margin-top: -40px;
  }
  .sitenavigation li ul ul a {
    background-color: lightgray;
  }
  .sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
    background-color: #ECECEC;
  }
  
  .no-js .sitenavigation li:hover > ul {
    display: block !important;
  }
  
  .menu-icon {
    display: none;
  }
  /* desktop view */
    .navbar {
      width: 100%;
      background-color: #f9f9f9;
      border: thin solid #ededed;
      height: 44px;
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      max-width: 100%;
      z-index: 1;
    }
    .navbar .logo {
      float: right;
      font-weight: 800;
      padding: 5px;
      margin: 10px;
    }
    .navbar .menu-icon {
      width: 30px;
      height: 25px;
      padding-top: 0;
      margin-top: 7px;
      display: block;
      -webkit-tap-highlight-color: transparent;
      padding: 5px;
      padding-top: 1px;
      padding-bottom: 12px;
      margin-bottom: 10px;
      cursor: pointer;
    }
    .navbar .sitenavigation ul {
      display: none;
      max-width: none !important;
    }
    .navbar .sitenavigation li {
      float: none;
      display: block;
      margin: 0;
      padding: 0;
    }
    .navbar .sitenavigation.is-tapped > ul {
      display: block;
      position: absolute;
      margin: 0;
     /* background-color: #FFF; */
      right: 0;
      left: 0;
      z-index: 100;
      padding: 0;
      padding-top: 20px;
    }
    .navbar .sitenavigation.is-tapped > ul a {
      width: 100%;
      margin: 0;
     /* background-color: #ECECEC; */
      display: block;
      font-size: 1.1875em;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #758283;
      float: none;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent;
    }
   /* .navbar .sitenavigation.is-tapped > ul a:hover {
      background-color: #dfdfdf;
    } */
    .navbar .sitenavigation.is-tapped > ul li {
      width: 100%;
     /* background-color: #f7f7f7; */
      border-bottom: solid 1px #ffffff;
      -webkit-tap-highlight-color: transparent;
    }
    .navbar .sitenavigation.is-tapped > ul li li {
      background-color: #fff;
    }
    .navbar .sitenavigation.is-tapped > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
    }
    .navbar .sitenavigation.is-tapped > ul ul ul {
      clear: both;
      left: 0;
      margin-top: 0;
    }
    .navbar .sitenavigation.is-tapped > ul ul li {
     /* border-bottom: solid 1px #f9f9f9; */
     border: none;
    }
    .navbar .sitenavigation.is-tapped > ul ul li li a {
      /* background-color: #f9f9f9; */
      padding-left: 30px;
    }
    .navbar .sitenavigation.is-tapped > ul ul a {
     /* background-color: #dfdfdf; */
      font-size: 1em;
      padding-left: 20px;
    }
    .navbar .sitenavigation.is-tapped > ul ul a:before {
      content: " ";
      display: inline-block;
      margin-right: 8px;
      color: #ffffff;
    }
    .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
      cursor: pointer;
    }
    .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
      width: 100%;
    }
    .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: "\f107";
      font-family: FontAwesome;
      position: absolute;
      color: #ffffff;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .navbar .sitenavigation.is-tapped > ul li.expanded:after {
      display: none;
    }
    .navbar .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
      content: "\f106";
      font-family: FontAwesome;
      position: absolute;
      color: #ffffff;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    @media screen and (min-width: 1199px) {
      .navbar .sitenavigation {
        display: none;
      }
     }
    .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
        background-color: #e51b39!important;
        color: #ffffff!important;
    }
    .sitenavigation li ul a {
        background-color: #e51b39!important;
        color: #ffffff!important;
    }
    .navbar {
        border: none;
    }
    @media screen and (max-width: 1199px) {
        .login-header {
          display: block!important;
        }
        .login-header .main-header {
          display: table-cell;
          padding: 0;
        }
        .login-header .main-header #menu-item-237161 {
            display: none;
        }
        .login-header .welcome-user-li {
            display: none;
        }
        .container .homepage-header .login-header .menu-item-has-children {
            top: 5px;
        }
        body.logged-in .homepage-header .login-header .menu-item-has-children ul {
            position: absolute;
	    right: -75px;
            top: 46px;
        }
        #wpadminbar {
            display: none;
        }
        .container .homepage-header .login-header .menu-item-has-children>a:after {
            margin-left: 8px;
        }
      }
      .sub-header-sticky {
          z-index: 0;
      }

      @-moz-document url-prefix() {
        .container .homepage-header .login-header .menu-item-has-children ul:hover, 
        .container .homepage-header .login-header .menu-item-has-children ul :focus {
            display: block !important;
        }
      }

	.container .homepage-header .login-header .menu-item-has-children>a:hover+ul,
      .container .homepage-header .login-header .menu-item-has-children>a:hover+ul.sub-menu {
        
        display: block !important;
      }
  
/*end mobile menu related css*/

/* search page */
.content.searchpage article.item-list .post-thumbnail {
  float: left;
}

.content.searchpage article.item-list h2.post-title,
.content.searchpage article.item-list h2.post-title a {
color: #333;
font-size: 1.125rem;
font-weight: 500;
text-decoration: none;
margin-bottom: 3px;
}

.content.searchpage article.item-list p.post-meta {
display: none;
}

.content.searchpage article.item-list {

padding: 10px 0;
border-bottom: 1px solid #ddd;
}

.content.searchpage article.item-list h2.post-title a:hover,
.content.searchpage article.item-list h2.post-title a:focus {

color: #e51b39;
}

.content.searchpage article.item-list p.post-meta span.tie-date {
font-size: .75rem;
color: #444;
}

.content.searchpage article.item-list p.post-meta span.tie-time {
font-size: .75rem;
color: #444;
}

.content.searchpage article.item-list .date {
font-size: .75rem;
color: #444;
}

/*.content.searchpage article.item-list .date em {
display: none;
}*/

.content.searchpage article.item-list .entry p {
font-weight: 400;
color: #555 !important;
font-weight: 400;
margin-bottom: 5px;
margin-top: 10px;
}

.content.searchpage article.item-list .post-thumbnail img {
max-width: 100% !important;
padding: 0px 8px 0px 0px;
}

.content.searchpage article.item-list a.more-link {
display: none;
}

.content.searchpage article.item-list span.post-comments{
display: none;
}

.content.searchpage .pagination {
margin-top: 25px;
margin-bottom: 15px;
align-items: center;
}

.content.searchpage .pagination a.page, .content.searchpage .pagination span.current, .content.searchpage .pagination span.pagenavi-tens {
display: inline;
margin: 0 5px;
}

.content.searchpage .pagination span.pages {
color: #666;
font-size: 13px;
margin-right: 10px;
}

.content.searchpage .pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.content.searchpage .pagination a.page{
  display: inline;
  margin: 0 5px;
  font-weight: 500;
  color: #333;
}

.content.searchpage .pagination span.current {
  color: #e51b39;
  padding: 0px 5px;
  display: inline;
  font-weight: 500;
}

.content.searchpage .pagination span.pages {
  color: #666;
  font-size: 13px;
  margin-right: 10px;
}

.content.searchpage .pagination span#tie-next-page {
  padding-left: 5px;
}

.content.searchpage .pagination span#tie-next-page a:hover, .content.searchpage .pagination a.last:hover {
  color: #333;
}

.content.searchpage .pagination a.last {
  font-weight: 500;
}

/* search page */
.content.searchpage article.item-list {
    display: inline-block;
    width: 100%;
}
.content.searchpage article.item-list .post-thumbnail img {
  height: auto;
}


/**Search page start**/

.searchpage label.screen-reader-text {
    display: none;
}
.searchpage input#s {
    width: 85%;
    float: left;
    color: #000 !important;
}

.searchpage input#searchsubmit {
    margin: 2px;
}
.searchpage img {
    max-width: 81%;
    height: 90px;
    padding: 0px 10px;
}
#main-content .content.searchpage .input-group input {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    padding: 0px 8px 0px 8px;
    border: solid 1px #A4A4A4;
    font-size: 14px;
    width: 75%;
    display: block;
    background-color: #fff;
    color: #333 !important;
}

@media (min-width: 768px) {
    #main-content .content.searchpage .input-group input {
        width: 88%;
    }
}

#main-content .content.searchpage .input-group input::placeholder {
    color: #333 !important;
}

#main-content .content.searchpage .input-group-append input[type="submit"] {
    border: none;
    padding: 0px !important;
    min-width: 3.5rem!important;
    height: 2.4rem !important;
    width: auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 21px !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30px' height='30px'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z'/%3E%3C/svg%3E") !important;
    background-color: #e51b39;
    cursor: pointer;
}

#main-content .content.searchpage .input-group-append input[type="submit"]:hover {
    background-color: #333 !important;
}

.content.searchpage .input-group {
    margin-bottom: 18px;
}

.content.searchpage a.arrow-wrapper {
    font-size: 12px;
    font-weight: 600;
    color: #e51b39;
    text-decoration: none;
}

#advanced_search {
    margin-top: 1.25rem;
}

#advanced_search .row {
    margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
    #advanced_search .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 1.875rem;
    }
}

#advanced_search .row .col-sm-4 {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    #advanced_search .row .col-sm-4 {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    #advanced_search .row .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap;
    }
}

#advanced_search .row .col-sm-4 input {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    padding: 0px 8px 0px 8px;
    border: solid 1px #A4A4A4;
    font-size: 14px;
    width: 100%;
    display: block;
    background-color: #fff;
    color: #333 !important;
    cursor: pointer;
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 389.98 380.981' style='enable-background:new 0 0 389.98 380.981;' xml:space='preserve'%3E%3Cg id='Layer_2'%3E%3Cpath style='fill:%23e51b39;' d='M41.443,106.9h303.461l1,0.333l24.334-0.333l-0.334,222.744c0,0-0.04,32.256-34.734,36.256H42.904 c0,0-23-5.845-27-28.293V106.9H41.443z'/%3E%3Cpath style='fill:%23e51b39;' d='M109.904,72.016c0,6.011-4.873,10.884-10.885,10.884h-0.23c-6.012,0-10.885-4.873-10.885-10.884 V24.785c0-6.011,4.873-10.884,10.885-10.884h0.23c6.012,0,10.885,4.873,10.885,10.884V72.016z'/%3E%3Cpath style='fill:%23e51b39;' d='M297.904,72.016c0,6.011-4.873,10.884-10.885,10.884h-0.23c-6.012,0-10.885-4.873-10.885-10.884 V24.785c0-6.011,4.873-10.884,10.885-10.884h0.23c6.012,0,10.885,4.873,10.885,10.884V72.016z'/%3E%3Cpolyline style='fill:%23e51b39;' points='134.904,59.9 251.904,59.9 251.904,37.9 134.904,37.9 134.904,55.9 134.904,62.9 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M40.904,131.9h305v200c0,0-0.531,9-15.497,10H52.904c0,0-5.585,9.313-12-10.415V131.9z'/%3E%3Crect x='109.904' y='153.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='155.904' y='153.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='203.904' y='153.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='249.904' y='153.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='297.904' y='153.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='109.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='62.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='155.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='203.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='249.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='297.904' y='201.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='109.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='62.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='155.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='203.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='249.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='297.904' y='247.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='62.904' y='294.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='108.904' y='294.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='156.904' y='294.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='202.904' y='294.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Crect x='250.904' y='294.9' style='fill:%23e51b39;' width='25' height='24'/%3E%3Cpath style='fill:%23e51b39;' d='M62.904,60.9v-22h-22c0,0-15.333,0.333-25,28v40l23,1v-34C38.904,73.9,39.404,54.234,62.904,60.9z' /%3E%3Cpath style='fill:%23e51b39;' d='M322.904,60.9v-22h22c0,0,15.334,0.333,25,28v40l-23,1v-34 C346.904,73.9,346.404,54.234,322.904,60.9z'/%3E%3C/g%3E%3C/svg%3E ");
}

@media (max-width: 767px) {
    #advanced_search .row .col-sm-4 input {
        max-width: 100%;
    }
}

#advanced_search .row .col-sm-4 select {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    padding: 0px 8px 0px 8px;
    border: solid 1px #A4A4A4;
    font-size: 14px;
    width: 100%;
    display: block;
    background-color: #fff;
    color: #333 !important;
}

@media (max-width: 767px) {
    #advanced_search .row .col-sm-4 select {
        max-width: 100%;
    }
}

#advanced_search .row .col-sm-4 label.label,
#advanced_search .row .col-sm-4 label.date-title.date-text,
#advanced_search .row .col-sm-4 label.date-text,
#advanced_search .sort label.other {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: .5rem;
    line-height: 21px;
}

#advanced_search .sort .sort_by {
    display: inline-block;
    padding-right: 1.563rem;
}

@media (max-width: 767px) {
    #advanced_search .sort .sort_by {
        margin-bottom: 15px;
    }
}

#advanced_search .sort .sort_by .radio-container {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    display: block;
    position: relative;
    line-height: 21px;
    padding-left: 2.188rem;
}

#advanced_search .sort .sort_by .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#advanced_search .sort .sort_by .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #a4a4a4;
}

#advanced_search .sort .sort_by .radio-container:hover input~.checkmark {
    background-color: #ccc;
}

#advanced_search .sort .sort_by .radio-container input:checked~.checkmark {
    background-color: #fff;
}

#advanced_search .sort .sort_by .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#advanced_search .sort .sort_by .radio-container input:checked~.checkmark:after {
    display: block;
}

#advanced_search .sort .sort_by .checkmark:after {
    top: 4px;
    left: 4px;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #e51b39;
}

#main-content .content.searchpage form {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
    margin-top: 1rem;
    padding-bottom: 25px;
}

.content.searchpage fieldset#solr-adv-fields {
    width: 100% !important;
}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year {

    display: inline-block;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {

    transition: none;
    top: 1px;
    right: 1px;
}

#main-content .content.searchpage span.arrow-close img, #main-content .content.searchpage span.arrow-open img {
    max-width: 100%;
}

#advanced_search .row p.solr-court-select {

    width: 100%;
}

@media screen and (min-width: 48rem) {
    #advanced_search .row p.solr-court-select {
      margin-bottom: 0px;
  }
}
.content.searchpage fieldset#solr-adv-fields .collapse:not(.show) {

    display: inherit;
}

#advanced_search .row .col-sm-12 label.date-text {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    display: block;
    margin-bottom: 0.5 rem;
    line-height: 21px;
    margin-top: 15px;
}


.author-field-wrap .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 38px;
    padding: 0px 8px 0px 8px;
    border: solid 1px #A4A4A4;
    font-size: 14px;
    background-color: #fff;
    color: #333 !important;
}
.author-field-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}
.author-field-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px;
}

#advanced_search select#author_search, #advanced_search input#headline_search {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 38px;
    padding: 0px 8px 0px 8px;
    border: solid 1px #A4A4A4;
    font-size: 14px;
    width: 100%;
    display: block;
    background-color: #fff;
    color: #333 !important;
}

.content.searchpage fieldset#solr-adv-fields .collapse.show,
.content.searchpage fieldset#solr-adv-fields .collapse:not(.show) {
    display: inherit;
    height: 100%;
}
.content.searchpage fieldset#solr-adv-fields div#advanced_search {
    margin-top: 0px;
}
.content.searchpage span.arrow-open, .content.searchpage .arrow-wrapper .arrow-close {
    margin-left: 0px;
}


/**Search page end **/

.single-post .entry-check p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.single-post .container h1.post-title {
  margin-bottom: 0.5rem;
}
/**register form css **/
.page-template-fullwidth-page .blaize-theme-default.blaize-form.blaize-form-register input {
    height: 54px;
}
.page-template-fullwidth-page .blaize-identifiers label{
    width: 100%;
}