/*Layouts css goes here*/

ul.sub-menu {
  z-index: 1000;
}

.flex-container {
  display: flex;
  padding: 40px 0px;
}

.testimonial {
 position: relative;
  background: white;
  color: #333;
  padding: 12px 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
  border-radius: 5px;
  
}
.testimonial:before {
  width: 0;
  height: 0;
  right: 100%;
  position: absolute;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #ffffff transparent transparent; 
  content:"";
}
#testimonial-row {
 padding-top: 0;
  padding-bottom: 0;

}
.border-bottom {
  border-bottom: 1px solid #5e664a;
}

.flex-container img {
  width: 40%;
  height: 100%;
  padding-right: 20px;
}
.team-text h3 {
  margin: 0px;
  padding-bottom: 15px;
}

.centered-text {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px 40px;
}

@media (max-width: 768px) {
  .centered-text {
    padding: 0px 20px;
  }
}
@media (max-width: 480px) {
  .flex-container {
    flex-direction: column;
  }
  .flex-container img {
    width: 100%;
    padding: 0px;
  }
}

.article {
  padding: 40px 0px;
}
.article h3 {
  padding-top: 20px;
}
#content header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-title {
  padding-bottom: 20px;
}

.services-title-flex {
  display: flex;
  align-items:center;
  flex-wrap: wrap;
}
.services-title-flex h1 {
  padding-right: 40px;
}
.services-title-flex p {
  background: rgb(220, 221, 214);
  padding: 10px 15px;
  border-radius: 5px;
}
.services-title-flex a {
  margin-left: 20px;
}
.services-single-page {
  background: rgb(220, 221, 214);
  border-radius: 5px;
  padding-bottom: 20px;
}
@media(max-width:768px){
  .services-single-page {
  padding-top: 10px;
  }
}
.services-single-page .columns {
  column-count: 1;
}
.insurance-image-width {
  width: 100%;
  height: auto;
}