.vh-titles {
	text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}

.featured-h1 {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #212020;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.featured-h4 {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    color: #E39A26;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.1;
}

.featured-h6 {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: #212020;
    font-weight: bold;
    line-height: 1;
    margin-top: 7px;
    margin-bottom: 10px;
}

.featured-p {
	font-size: 14px;
}

.featured-date {
	font-size: 12px;
    color: #a3a1a1;
}

.v-button {
	background: #ffffff;
}

.yellow-buttons {
    text-align: center;
    margin: 0 auto;
    background: #E3A426;
    padding: 5px 10px 5px 10px;
    width: auto;
}

.yellow-buttons a {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 14px;
}

.yellow-buttons .fit {
    flex: 0 0 auto;
}

.news-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.news-date {
    line-height: 2;
    font-weight: 700;
    font-size: 14px;
}

.news-caption {
    line-height: 2;
    font-size: 15px;
    margin-top: 0;
}

/* news css */
.news-sidenav {
  width: 100%;
  background-color: transparent;
  overflow-x: hidden;
}

.news-sidenav a, .dropdown-btn {
  padding: 0px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.news-sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.news-dropdown-container {
    display: none;
    background-color: #5b5b5b;
    padding: 20px;
    border-radius: 5px;
}


.fa-caret-down {
  float: right;
  padding-right: 8px;
}


@media screen and (max-height: 450px) {
  .news-sidenav {padding-top: 15px;}
  .news-sidenav a {font-size: 18px;}
}


.featured {
  box-shadow: 0.4em 0.4em 2em rgba(0,0,0,0.15);
  border-radius: 10px;
}

.text-left {
  padding: 0px 10px;
}

.news-date {
  padding: 0px 10px;
}

.news-caption {
  padding: 0px 10px;
}
/* end of news css */

/* start of language buttons */
.tooltip_flag {
  position: relative;
  display: inline-block;
}

.tooltip_flag .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: -60%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip_flag:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.img-flag {
    width: 65%;
}
/* end of language buttons */

/* reviews css */

.review-stars {
  font-size: 35px;
  color: #ffc107;
  margin-bottom: 10px;
}

.review-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #e39a26;
}

.review-p {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
}

.review-name {
  padding: 0px 5px 10px 5px;
}

.info {
  padding-bottom: 20px;
  text-align: left;
}

.info h1 {
  font-size: 30px;
}

.div-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}

.div-inline ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-end;
}

.div-inline ul>li {
  width: 300px;
}

/*override*/

[class*="flair-border"] {
  padding: 2px !important; 
}

.cta.v12 .cta-list li a {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.third, .col-33-66 .item-widths > *:first-child, .col-66-33 .item-widths > *:last-child {
  width: 25% !important;
}

.two-thirds, .col-66-33 .item-widths > *:first-child, .col-33-66 .item-widths > *:last-child {
  width: 73% !important;
}

/* awards css */
.award-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}

.award-wrapper img {
  margin-top: 10px;
}


/* accordion */
.review-wrapper-accordion {
  margin-top: 30px;
}

.review-accordion {
  background-color: #3b3b3b;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border-top: 10px solid #e3a426;
}

.review-active, .review-accordion:hover {
  background-color: #1a3778; 
}

.review-accordion i {
  transition: transform 0.3s ease;
  margin-right: 20px;
}

.review-accordion.review-active i {
  transform: rotate(180deg);
}

.review-panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  margin-bottom: 50px;
}

.review-space-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}


/* social share buttons */
.social-share-buttons {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* the following definition sets background image for 'more information' boxes */
.side-ctas.v3 .img-bg-more{opacity:.4;background-image: url("https://www.nejamelaw.com/images/assets/orlando-attorneys.jpg");}

.light-bg .content-style h4{font-weight:normal;padding-top:30px}



/* the definitions below were added for new layout of home page. Delete if changes are not approved */
.white{color:#fff}
.herote{background-image: url("https://www.nejamelaw.com/assets/images/hero.jpg");background-repeat: no-repeat;background-size: cover;}

/* pi-mobile slider */
.pi-mobile-slider-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.pi-mobile-slider {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}

.pi-mobile-slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}

.pi-mobile-slide h3 {
  font-size: 1.4rem;
  font-weight: bold;
}

.pi-mobile-slide h2 {
  font-size: 2rem;
  color: #003b8f;
  margin: 10px 0;
}

.pi-mobile-slide p {
  font-size: 1rem;
  line-height: 1.6;
}

.pi-mobile-nav-buttons {
  text-align: center;
  margin-top: 20px;
}

.pi-mobile-arrow {
  display: inline-block;
  margin: 0 10px;
  font-size: 50px;
  color: rgb(226, 163, 38);
  cursor: pointer;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  user-select: none;
}

@media (min-width: 768px) {
  .pi-mobile-slide {
    flex: 0 0 33.3333%;
  }
}

@media only screen and (max-width: 700px) {
.herote{background-image: url("https://www.nejamelaw.com/assets/images/hero-mobile-2.jpg");background-repeat: no-repeat;background-size: cover;}
	.main-message {margin-top:200px;}
	.logo-mobile img{max-height:50%;max-width: 50%;}}