.header-social {
  display: none;
  gap: 5px;
}
@media (min-width:800px){
	.header-social {
  		display: flex;
 		gap: 5px;
	}
}

.c-featured_practice_areas {
  display: none;
}

.blog-container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 5px;
  position: relative;
  display: block;
}

@media (min-width:800px){
.blog-container {
  width: 95%;
  max-width: 1600px;
  margin: 50px auto;
  padding: 0 30px;
  position: relative;
  display: flex;
  flex-direction: row;
}	
	
}


.blog-search-wrapper {
  box-sizing: border-box;
  border: none;
  padding: 20px;
  width: 100%;
  position: relative;
  top: 0;
  right: 0px;
}

@media (min-width:800px){
	.blog-search-wrapper {
	  box-sizing: border-box;
	  border: none;
	  padding: 20px;
	  width: 330px;
	  position: relative;
	  top: 0;
	  right: 30px;
	}
}


.blog-search-wrapper h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #41B6E6;
  text-transform: capitalize;
}

.topic-input:before {
  font-family: "dashicons";
  content: "\f179";
  display: inline-block;
  position: absolute;
  left: 8px;
  margin-top: 2px;
}

.blog-search-input-wrapper {
  padding: 10px;
  width: 100%;
  background: #F9F9F9;
  border-radius: 25px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  text-align: center;
  box-sizing: border-box;
  height: 50px;
  display: inline-block;
  position: relative;
}

.blog-search-container {
  margin-top: 10px;
  margin-bottom: 10px;
	position:relative;
}

.blog-search-container input[type="text"] {
  border: none;
  font-size: 14px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  color: gray;
  text-align: left;
  background: none;
  display: inline-block;
  width: 90%;
  font-family: 'UniversLTPro-55Roman';
  padding: 4px;
  text-transform: capitalize !important;
}

#in-the-news-content > section.blog-container > div.blog-search-wrapper > form > div.blog-search-container > button > span:after {
  content: none;
  background-image: none;
  width: 0;
  height: 0;
}

.topic-search-submit {
  padding: 5px 2px 2px;
  width: 25px;
  height: 25px;
  background: #005187;
  border: none;
  border-radius: 10000px;
  position: absolute;
  right: 30px;
  margin-top: 10px;
  opacity: 1;
}
.topic-search-submit span::after {display:none;}

.topic-search-submit:hover {
  background: #41B6E6;
  cursor: pointer;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.000);
}

.dashicons-arrow-right-alt {
  background: none;
  font-size: 12px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.000);
}

.dashicons-arrow-right-alt:before {
  color: #fff;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.000);
  background: none;
  border: none;
}

.search-dropdown {
  padding: 10px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  text-align: left;
  box-sizing: border-box;
  height: 50px;
  display: inline-block;
  position: relative;
}

.search-dropdown-display {
  color: transparent;
  background-color: #fff;
  border-bottom: 1px gray solid;
}

.input-label span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #191919;
  font-family: 'UniversLTPro-55Roman';
  text-transform: capitalize;
  width: 95%;
}

.blog-search-input-wrapper .selected-label {
  padding-left: 9px;
  width: 100%;
}

.input-label.search-dropdown-display span:after {
  content: "\f347";
  font-family: "dashicons";
}

.blog-search-input-wrapper .selected-label:after {
  all: initial;
  font-family: "dashicons";
  content: "\f347";
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: -7px;
}

.blog-search-input-wrapper.search-dropdown select {
  width: 105%;
  height: 35px;
  padding: 0;
  background-color: transparent;
  z-index: 99;
}

.blog-search-input-wrapper.search-dropdown select option {
  color: black !important;
}

.blog-search-input-wrapper.search-dropdown select:not(:checked) {
  color: transparent !important;
}

.blog-search-input-wrapper.search-dropdown select:hover {
  cursor: pointer;
}

.blog-list-container {
  width: 100%;
  display: block;
}

@media (min-width:800px){
	.blog-list-container {
	  width: 70%;
	  display: flex;
	  flex-direction: column;
	}
}


.blog-search-wrapper.search-header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width:800px) {
	.blog-search-wrapper.search-header {
 		 width: 30%;
  		display: flex;
  		flex-direction: column;
	}
}

.post-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.post-image {
  
  margin-right: 0px;
}

@media (min-width:800px){
	.post-image {
	  flex: 0 0 auto;
	  margin-right: 20px;
	}
	
}

.post-content {
  flex: 1 1 auto;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.author-info img {
  margin-right: 10px;
  border-radius: 50%;
  width: 55px;
}

.author-info p {
  margin: 0;
}

.author-info p:first-child {
  margin-right: 10px;
}

.blog-list-column * a {
  display: block;
  margin-top: 10px;
}

.featured-blog-container {
  padding: 20px;
}

.featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 425px;
  border-radius: 10px;
}

.featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-title {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  color: #005187;
  letter-spacing: 1.5px;
}

.blog-title:hover {
  color: #2F8FC5;
}

.blog-list-row {
  display: block;
  width: 100%;
	justify-content: center;
}

@media (min-width:800px){
	.blog-list-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
}

.blog-list-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 20px;
}

@media (min-width:1100px){
.blog-list-column {
  display: flex;
  flex-direction: column;
  flex-basis: 45%;
  padding: 20px;
	} 
}


.blog-image-wrapper {
  position: relative;
  height: 250px;
  border-radius: 10px;
}

.blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-category {
  padding: 4px 8px;
  display: inline-block;
  background: #f4f4f4;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3a3a3a;
  width: auto;
  margin-top: 20px;
margin-right: 5px;
}

.blog-reading-time {
  padding-left: 20px;
  display: inline-block;
  font-family: 'UniversLTPro-55Roman';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #5f5f5f;
}

.blog-moretag {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2f8fc5;
}

.blog-moretag:after {
  font-family: "dashicons";
  content: "\f345";
  font-size: 14px;
  margin-left: 4px;
  position: absolute;
}

.blog-moretag:hover {
  color: #005187;
}

.blog-date {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #5f5f5f;
}

.blog-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: block;
  color: #41b6e6;
}

.pagination-container {
  display: block;
  padding: 10px;
  gap: 5px;
  width: 100%;
  height: 52px;
  margin: 0 auto;
}

@media (min-width:800px){
	.pagination-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 5px;
  width: 100%;
  height: 52px;
  margin: 0 auto;
}
}



.pagination-container {
  margin-top: 25px;
}

.pagination-container div {
  flex-basis: 20%;
}

.pagination-container nav {
  flex-basis: 50%;
  margin-bottom: 0px;
  text-align: center;
}

.c-blog-index-nav.new-pagination .current {
  background: #fff;
  border: 1px solid #002E61;
  box-shadow: 0px 0px 0px 3px #DEECF9;
  color: #002E61;
  margin-top: 5px;
}

.pagination .page-numbers,
.c-blog-index-nav .page-numbers,
.c-search-pagination-container .page-numbers {
  background-color: #fff;
  color: #005187;
  text-decoration: none;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 16px;
}

.c-blog-index-nav.new-pagination .prev {
  background-image: none;
}

.c-blog-index-nav.new-pagination .prev:before {
  font-family: "dashicons";
  content: "\f341";
  display: inline-block;
}

.c-blog-index-nav.new-pagination .next {
  background-image: none;
}

.c-blog-index-nav.new-pagination .next:before {
  font-family: "dashicons";
  content: "\f345";
  display: inline-block;
}

#goto-field {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}

.goto-button {
  background: #fff;
  border: none;
  color: #005187;
}

.goto-button:hover {
  cursor: pointer;
}

@media (max-width:767px){
	.goto-section {
	width: 50%;
    margin: 0 auto;
	}
}


/*Single Blog Page*/
.c-single-primary {max-width:1600px;margin:0 auto;}
	.c-single_hero {height:400px;margin:0 auto;}

.single-body {padding:50px;margin:-50px auto 0;width:95%; max-width:1400px;background-color:#fff;}

.single-reading-time {
    padding-left: 0px;
    display: inline-block;
    font-family: 'UniversLTPro-55Roman';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #5f5f5f;
}
@media (min-width:768px){
	.single-body {width:80%;}
}
.author-wrapper{
	display: block;
  
    margin: 40px auto 70px;
    justify-content: space-between;}

@media (min-width:1100px) {
.author-wrapper {display:flex;}
}
.author-container {
margin-top:5px;
background-color:rgba(25, 155, 215, .06);border:solid 1px rgba(25, 155, 215, .20);padding:10px;border-radius: 15px;}
.author-info .author-image{
	width:145px;height:145px;
margin-right: 20px;
    border-radius: 50%;
   }
@media (min-width:768px) {
.author-info .author-image{
	width:125px;height:125px; }
}
@media (min-width:1100px){
.author-info .author-image{
	width:145px;height:145px;}
}
.author-contact {text-decoration:underline !important;display:block;}

.single-related-posts .blog-list-row {
	justify-content: space-between;
	margin-top:25px;
}
.single-related-posts .blog-list-row .blog-list-column-3 {	
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
@media (min-width:800px){
.single-related-posts .blog-list-row .blog-list-column-3 {	
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    
	}}
.single-related-posts * .blog-section-title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    min-height: 25px;
    margin: 10px 0 5px;
    line-height: 30px;
    display: block;
}
.single-related-header{
	display: flex;
    justify-content: space-between;
}
.single-related-header form{flex-basis:35%;margin-top:-15px;}

/*no results*/
.c-main .search-results{
	padding-top: 100px;
width: 80%;
margin: 0 auto;
text-align: center;
	
}
.c-main .search-results form {display:none;}