/** GLOBAL **/
a {
  color: #ff0500;
}
a:hover {
  color: #000;
}
html {
  scroll-behavior: smooth;
}
main {
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 28px;
  font-size: 14px;
  color: rgb(86,86,86);
  text-align: justify;
  margin-bottom: 2rem;
}
main h1 {
  color: rgb(255, 17, 0);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 2rem 0;
}
main ul {
  padding-left: 20px;
}

main ul > li > ul > li {
  list-style-type: '- ';
}
main hr {
  border-top: 1px solid rgb(202, 202, 202);
}
main form label {
  margin-bottom: 0;
}
main form p {
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
}

/* NAVBAR */
#templates_navbar {
  font-family: Roboto, sans-serif;
}
#templates_navbar #navbarSupportedContent {
  margin-top: auto;
}
#templates_navbar .navbar {
  padding: 1rem 0;
}

#templates_navbar .navbar-brand > img {
  max-width: 100%;
  width: auto;
  height: 80px;
}
@media (max-width: 991px) {
  #templates_navbar .navbar-brand > img {
    width: 200px;
    height: auto;
  }
}

#templates_navbar .dropdown-submenu {
  position: relative;
}

#templates_navbar .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

#templates_navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#templates_navbar a.nav-link {
  cursor: pointer;
  padding-right: 0;
  padding-left: 2rem;
}
#templates_navbar a.nav-link i.fa {
  font-size: 1.1rem;
}
#templates_navbar a.nav-link:hover {
  color: #ff0500;
}
#templates_navbar a.nav-link span.menulabel {
  font-weight: bold;
}
#templates_navbar .lang-selector {
  display: none;
  margin-left: auto;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  #templates_navbar a.nav-link span.menulabel i.fa {
    display: none;
  }

  #templates_navbar .lang-selector {
    display: block;
  }
}

#templates_navbar .sub-menu {
  position: absolute;
  background: #fff;
  width: 300px;
  padding-top: 10px;
  z-index: 100;
}
@media (max-width: 991px) {
  #templates_navbar .sub-menu {
    position: relative;
  }
}
#templates_navbar .sub-menu ul {
  list-style-type: none;
  padding: 0;
}
#templates_navbar .sub-menu a {
  text-decoration: none;
  color: #aaa9a9;
}

#templates_navbar ul.first-lvl {
  margin-bottom: 20px;
}

#templates_navbar ul.first-lvl > li {
  margin-bottom: 12px;
}


#templates_navbar .panel-heading {
  color: #aaa9a9;
  padding: 0 0 0 32px;
  margin: 0 0 0 4px;
  background: url("../images/navbar/icon-arrow-submenu.png") left center no-repeat;
}
#templates_navbar .panel-heading:hover {
  background: url("../images/navbar/icon-arrow-submenu-rollhover.png") left center
  no-repeat;
}

#templates_navbar .dropdown-item {
  padding: 0;
  font-size: 14px;
  padding: 5px 0 5px 36px;
}
#templates_navbar .dropdown-item:focus,
#templates_navbar .dropdown-item:hover {
  background-color: #fff;
}

#templates_navbar .navbar .navbar-nav .nav-link {
  color: #626262;
}
#templates_navbar .navbar .navbar-nav .active > .nav-link,
#templates_navbar .navbar .navbar-nav .nav-link.active,
#templates_navbar .navbar .navbar-nav .nav-link.show,
#templates_navbar .navbar .navbar-nav .show > .nav-link {
  color: #ff0500;
}

/* UNKNOWN */
.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    margin-top: 16px;
    border-top: 1px solid #e7e7e7;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 0;
  }
  #home {
    display: none;
  }
  .nav-link {
    padding-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: 4px !important;
    padding-bottom: 4px !important;
  }
  .sub-menu {
    position: relative;
  }
  .dropdown-item {
    font-size: 16px;
  }
}

/** SIDEMENU **/
#templates_sidemenu .menu-title {
  font-size: 24px;
  font-weight: normal;
  color: #565656;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 992px) {
  #templates_sidemenu h2 {
    display: none;
  }
}

#templates_sidemenu .accordion {
  margin-top: 16px;
  margin-bottom: 2rem;
}

#templates_sidemenu .accordion-label button {
  padding: 0;
  text-align: left;
  color: #ff0500;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
  padding: 12px 0 8px 0;
  width: 100%;
  background: url("../images/sidemenu/icon-dropdown-sidebar-clicked.png") right center no-repeat;
}

#templates_sidemenu .accordion-label button.collapsed {
  color: #626262;
  background: url("../images/sidemenu/icon-dropdown-sidebar-unclicked.png") right center no-repeat;
}

#templates_sidemenu .no-accordion-label {
  background: url("../images/sidemenu/icon-dropdown-sidebar-unclicked.png") right center no-repeat;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
  padding: 12px 0 8px 0;
  width: 100%;
}
#templates_sidemenu .no-accordion-label a {
  text-decoration: none;
  color: #626262;
}
#templates_sidemenu .no-accordion-label.active {
  background: url("../images/sidemenu/icon-dropdown-sidebar-unclicked-red.png") right center no-repeat;
}
#templates_sidemenu .no-accordion-label.active a {
  color: red;
}

#templates_sidemenu ul.subpage_accordion {
  padding: 0;
}

#templates_sidemenu ul.subpage_accordion > li {
  list-style-type: none;
  padding: 3px 0;
}

#templates_sidemenu ul.subpage_accordion > li > a {
  font-size: 14px;
  color: #5c5c5c;
  text-decoration: none;
}
#templates_sidemenu ul.subpage_accordion > li > a.active {
  color: #ff0500;
}

/** FOOTER **/
footer > .container {
  margin-bottom: 8px;
}

footer .main-row > div {
  border-top: solid 1px #a2a2a2;
  padding-top: 24px;
}

footer .main-row > div:last-child {
  text-align: right;
}

footer .footer-heading {
  color: #ff0500;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: .5rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.2;
}

footer p, footer td {
  color: rgb(162, 162, 162);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

footer .social-media a {
  color: #ff0500;
}

footer .social-media i.fa-brands {
  font-size: 1.2rem;
  margin-left: 1.2rem;
}

footer .copyright {
  margin: 0;
  text-align: right;
}

#floating-wa{
  position: fixed;
  bottom: 1rem;
  right: .5rem;
  font-size: 1rem;
}

#floating-wa a {
  color: #25D366;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
    padding-top: 1.5rem;
  }

  #floating-wa{
    bottom: 2rem;
    font-size: 10px;
  }
}

.img-resume {
  height: auto;
  max-width: 100%;
}

/** COMPONENTS **/
/* Banner with caption */
.banner-container {
  position: relative;
  margin-bottom: 2rem;
}
.banner-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 1140/403;
}
.banner-caption {
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #000;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  background: rgba(160, 11, 0, 0.6);
  color: white;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 4px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Card */
.card {
  border: none;
}

.card-title {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  color: #f10;
  font-weight: 400;
  line-height: 1.2;
}
.card-body {
  text-align: center;
}

.first-cell {
  font-style: italic;
}
/* First row first col first last paragraph should be bordered red */
.first-cell p:last-child {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ff0500;
}

/** WELCOME / INDEX **/
#welcome_index .slick-next,
#welcome_index .slick-prev {
  border-radius: 100%;
  z-index: 10000;
  color: #ffffff;
  height: 36px;
  width: 36px;
}

#welcome_index .slick-prev {
  left: 2%;
}

#welcome_index .slick-next {
  right: 2%;
}

#welcome_index .slick-prev:before,
#welcome_index .slick-next:before {
  font-size: 26px;
  font-weight: 100;
  color: #ffffff !important;
  opacity: 30 !important;
}

#welcome_index .slick-prev:hover:before,
#welcome_index .slick-next:hover:before {
  opacity: 1 !important;
}

#welcome_index main {
  font-size: 16px;
}

#welcome_index .card-link {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

#welcome_index .card-subtitle{
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

#welcome_index .longer-form {
  border-top: solid 1px #a2a2a2;
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

#welcome_index .card-body h1,
#welcome_index .card-body h2 {
  font-size: 16px;
  color: rgb(86, 86, 86);
  line-height: 28px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#welcome_index #insights-slider img {
  aspect-ratio: 16 / 9;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

#welcome_index .consultant-desc,
#welcome_index .testimony-item {
  text-align: center;
}

#welcome_index #consultants-slider .slick-prev::before,
#welcome_index #insights-slider .slick-prev::before,
#welcome_index #testimonies-slider .slick-prev::before,
#welcome_index #consultants-slider .slick-next::before,
#welcome_index #insights-slider .slick-next::before,
#welcome_index #testimonies-slider .slick-next::before {
  color: black !important;
}

#welcome_index #consultants-slider .slick-prev,
#welcome_index #consultants-slider .slick-next,
#welcome_index #insights-slider .slick-prev,
#welcome_index #insights-slider .slick-next,
#welcome_index #testimonies-slider .slick-prev,
#welcome_index #testimonies-slider .slick-next {
  top: 100%;
  padding-top: 3rem;
}

#welcome_index #consultants-slider .slick-prev,
#welcome_index #insights-slider .slick-prev,
#welcome_index #testimonies-slider .slick-prev {
  left: 40%;
}

#welcome_index #consultants-slider .slick-next,
#welcome_index #insights-slider .slick-next,
#welcome_index #testimonies-slider .slick-next {
  right: 40%;
}

#welcome_index .insight-item {
  padding: 1rem;
  border: 1px solid #a2a2a2;
}

#welcome_index .insight-item date {
  text-transform: uppercase;
  color: #a2a2a2;
}

#welcome_index .insight-item p {
  margin-bottom: 0;
  margin-top: .5rem;
}

#welcome_index #insights-slider .slick-slide {
  margin: 0 10px;
}

#welcome_index #insights-slider .slick-slide {
  height: inherit !important;
}

#welcome_index #insights-slider .slick-list {
  margin: 0 -10px;
}

#welcome_index #insights-slider .slick-track,
#welcome_index #testimonies-slider .slick-track {
  display: flex !important;
}

#welcome_index .testimony-item blockquote {
  font-size: 1.25rem;
  line-height: 1.2;
}

#welcome_index .testimony-item .name-company,
#welcome_index .testimony-item blockquote{
  font-style: italic;
}

#welcome_index .testimony-item .name-company {
  margin-top: 2rem;
}

#welcome_index .testimony-item .name-company h3 {
  font-weight: bold;
}

#welcome_index .card-body h2 {
  font-style: italic;
}

.card-body h1 {
  margin: 0;
}

#welcome_index .card-body h2,
#welcome_index .card-body h1 {
  color: #f10;
}

#welcome_index .longer-form .title {
  text-align: center;
  color: rgb(255, 17, 0);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 2rem 0;
}

#welcome_index .consultant-desc .fullname {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Roboto";
  margin-top: 1rem;
  font-weight: normal;
}

#welcome_index .consultant-desc p {
  font-size: 20px;
  margin-bottom: .5rem;
  line-height: 1.2;
}

#welcome_index .consultant-desc .consultant-page-link,
#welcome_index #insights-slider a {
  text-decoration: none;
  color: rgb(86, 86, 86);
}

#welcome_index .longer-form .read-more,
#welcome_index .longer-form .italic-text,
#welcome_index main .commitment-list {
  font-size: 16px;
}

#welcome_index .longer-form .italic-text {
  font-style: italic;
  color: #f10;
  margin-bottom: 1rem;
  line-height: 28px;
}

#welcome_index .insight-item-link a,
#welcome_index .insight-item {
  height: 100%;
}

#welcome_index .insight-item .insight-title {
  font-size: 1.25rem;
  text-align: left;
}

#welcome_index .read-more a,
#welcome_index #home-anchor .card-link {
  text-decoration: underline;
}

#welcome_index #clients-longer ul li,
#welcome_index main .commitment-list {
  margin-bottom: 1rem;
}

#welcome_index .testimony-item .testimony-company {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  #welcome_index .desc-left {
    padding-right: 3rem;
  }

  #welcome_index .content-right {
    padding-left: 3rem;
  }

  #welcome_index #testimonies-slider .slick-slide {
    height: inherit !important;
  }
}

@media (max-width: 576px) {
  #welcome_index .slick-slide img {
    margin-right: auto;
    margin-left: auto;
  }

  #welcome_index .longer-form {
    padding-top: 1rem;
  }
}

/** ABOUT **/
#about_ourfirm main h3.sub-header, #about_ourconsultants main h2,
#about_ourfirm main h2.title {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #565656;
  margin: 20px 0 10px 0;
}

#about_ourfirm .banner-container {
  margin-bottom: 0;
}

#about_ourfirm main p.top-title {
  display: none;
}

#about_ourfirm main article h1,
#about_ourfirm main h3.sub-header {
  font-size: 14px;
  line-height: 28px;
}

#about_ourfirm main h3.sub-header,
#about_ourfirm main p.title {
  font-style: normal;
}

#about_ourfirm main article h1 {
  font-style: italic;
}

@media (max-width: 991px) {
  #about_ourfirm main h2:first-child, #about_ourconsultants main h2:first-child {
    display: block;
  }
}

/** ABOUT / OUR FIRM **/
#about_ourfirm main li {
  text-align: left;
}

#about_ourfirm article {
  margin-top: 24px;
}

#about_ourfirm article ul {
  padding-left: 15px;
}

#about_ourfirm main article h2,
#about_ourfirm main article h1 {
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  line-height: 28px;
  color: #f10;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.banner-caption h1,
.banner-caption h2,
.banner-caption .title {
  margin: 0;
  font-size: 19px;
  color: white;
  font-weight: 400;
}

/** ABOUT / OUR CONSULTANTS **/
#about_ourconsultants main h2 {
  font-size: 25px;
  margin-top: 24px;
}

#about_ourconsultants main h1,
#about_ourconsultants main h2 {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: normal;
  color: #565656;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}

#about_ourconsultants main h3 {
  font-size: 20px;
}

#about_ourconsultants main .id-card {
  text-align: center;
  align-self: center;
}

#about_ourconsultants main .id-card h2 {
  text-transform: uppercase;
}

#about_ourconsultants main .article-intro {
  margin-top: 56px;
  font-style: italic;
  text-align: justify;
}

#about_ourconsultants main .article-intro h1 {
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  line-height: 28px;
  color: #f10;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#about_ourconsultants main .contact {
  margin-top: 24px;
  height: 76px;
}

#about_ourconsultants main .id-card p {
  font-size: 20px;
  margin-bottom: .5rem;
  line-height: 1.2;
}

@media (min-width: 576px) {
  #about_ourconsultants main .contact a:last-child {
    float: right;
  }
}
@media (max-width: 575px) {
  #about_ourconsultants main .contact a:last-child {
    display: block;
    margin-top: 1rem;
  }

  #about_ourconsultants main .article-intro {
    margin-top: 24px;
  }
}

#about_ourconsultants span.fa-stack.fa-2x {
  font-size: 16px;
}
#about_ourconsultants i.fa.fa-circle.fa-stack-2x {
  color: #f10;
}

@media (min-width: 992px){
  #about_ourfirm main h3.sub-header {
    font-size: 13px;
  }
}

/** EXPERTISE **/
#expertise main h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #565656;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  display: none;
}
@media (max-width: 991px) {
  #expertise main h2 {
    display: block;
    text-align: left;
  }
}
#expertise .banner-container {
  width: 100%;
}
#expertise .banner-container img {
  width: 100%;
  aspect-ratio: 1001/461;
}

#expertise .red-text{
  color: rgb(255, 17, 0);
  font-style: italic;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#expertise .heading-bold {
  line-height: 28px;
  text-align: justify;
  display: block;
  margin-top: 0;
  text-transform: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
}

/** CONTACT **/
#contact_index main {
  font-size: 16px;
}
#contact_index a .contact-links,
#contact_index .card-bottom-text,
#contact_index .office,
#contact_index .tel {
  color: #f10;
}
#contact_index .card-subtitle {
  font-style: italic;
  color: #f10;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 28px;
}
#contact_index .card-bottom-text {
  font-size: 16px;
  line-height: 28px;
}
#contact_index .office {
  margin-top: 3.25rem;
  margin-bottom: 5%;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
}
#contact_index .tel {
  font-size: 16px;
}
#contact_index #map {
  width: 100%;
  height: 400px;
  margin-bottom: 3rem;
}

@media (max-width: 576px) {
  #contact_index .office {
    margin-top: 1.5rem;
  }
}

/** CLIENTS **/
#clients_index .form-subtitle {
  font-size: 16px;
  color: rgb(255, 17, 0);
  font-family: Roboto, sans-serif;
}

#clients_index .clients-title {
  color: rgb(255, 17, 0);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
}

#clients_index .bottom-text {
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #f10;
  border-bottom: none;
  line-height: 1.2;
}

#clients_index .section-2 strong {
  text-transform: uppercase;
  font-weight: bold;
}

#clients_index article strong {
  text-transform: initial;
  font-weight: bold;
}

#clients_index main h2,
#clients_index main .process-numbered {
  font-size: 16px;
  color: rgb(255, 17, 0);
  font-family: Roboto, sans-serif;
}

#clients_index main .process-numbered {
  margin-bottom: .5rem;
  line-height: 1.2;
  font-weight: 500;
}

#clients_index button.btn {
  background-color: rgb(255, 17, 0);
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-size: 1.2rem;
  margin-top: 1rem;
}
#clients_index button.btn:hover {
  color: #fff;
}

#clients_index .required-label::after {
  content: " *";
  color: rgb(255, 17, 0);
}

#clients_index .sub-header {
  color: rgb(255, 17, 0);
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 2rem 0;
}

#clients_index .red-links {
  text-decoration: underline;
}

/** CANDIDATES **/
#candidates_index button.btn {
  background-color: rgb(255, 17, 0);
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  font-size: 1.2rem;
  margin-top: 1rem;
}
#candidates_index button.btn:hover {
  color: #fff;
}

#candidates_index .required-label::after {
  content: " *";
  color: rgb(255, 17, 0);
}

#candidates_index .candidates-title {
  color: rgb(255, 17, 0);
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
}

#candidates_index .bottom-text {
  font-size: 14px;
  color: #f10;
  margin-bottom: 1rem;
  line-height: 1.2;
}

#candidates_index .middle-title {
  color: #f10;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto";
  margin: 2rem 0;
}

#candidates_index .candidate-bold-header {
  font-size: 14px;
}

#candidates_index .red-link {
  text-decoration: underline;
}

@media (max-width: 576px) {
  #candidates_index ul {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .banner-caption h1,
  .banner-caption h2,
  .banner-caption,
  .banner-caption .title {
    font-size: 0.75rem;
  }
}
