/*  *Theme Name: Theme MLP
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: TRCREATIVE*/
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  padding: 0;
  font-weight: 400;
  color: #1B263F;
  background-color: #fff;
  position: relative;
  line-height: 1.4;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem 2rem;
  border-radius: 0;
  min-width: 19.2rem;
  border: 0.1rem solid transparent;
  text-align: center;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
  font-family: "Fira Sans Condensed", sans-serif;
}
.btn.btn-sm {
  min-width: 10rem;
}
.btn.btn-sm:after {
  display: none !important;
}
.btn.btn-black-border {
  border-color: #1B263F;
  background-color: transparent;
  color: #1B263F;
}
.btn.btn-black-border:hover, .btn.btn-black-border:focus {
  border-color: #1B263F;
  background-color: transparent;
  color: #1B263F;
}
.btn.btn-black-border:after {
  content: " ";
  width: 2rem;
  height: 1.8rem;
  background: url(img/right-arrow.png) no-repeat center;
  background-size: 1.1rem;
  display: inline-block;
  margin-left: 0.2rem;
  position: relative;
  top: 0.5rem;
}
.btn.btn-white-border {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-white-border:after {
  content: " ";
  width: 2rem;
  height: 1.8rem;
  background: url(img/arrow-right-white.png) no-repeat center;
  background-size: 1.7rem;
  display: inline-block;
  margin-left: 0.2rem;
  position: relative;
  top: 0.3rem;
}
.btn.btn-white-border:hover, .btn.btn-white-border:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-orange {
  border-color: #FF8001;
  background-color: #FF8001;
  color: #fff;
}
.btn.btn-orange:hover, .btn.btn-orange:focus {
  border-color: #FF8001;
  background-color: #FF8001;
  color: #fff;
}
.btn.btn-orange-arrow:after {
  content: " ";
  width: 2rem;
  height: 1.8rem;
  background: url(img/arrow-right-white.png) no-repeat center;
  background-size: 1.7rem;
  display: inline-block;
  margin-left: 0.2rem;
  position: relative;
  top: 0.3rem;
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}

.btn-group-wrap .btn {
  margin: 1rem;
}

h1, h2, h3, h4 {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.2;
}

h1 {
  font-size: 5.4rem;
  font-weight: 800;
}
h1 + p {
  font-size: 1.8rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

h4 {
  font-size: 2.6rem;
}

h5 {
  font-size: 2.4rem;
}

h6 {
  font-size: 2rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 2.5rem;
}

.text-lg p {
  font-size: 1.8rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pad-top-lg {
  padding-top: 11rem;
}

.pad-top-md {
  padding-top: 7rem;
}

.pad-top-lg {
  padding-top: 11rem;
}

.pad-top-md {
  padding-top: 7rem;
}

.pad-top-sm {
  padding-top: 5rem;
}

.pad-bottom-lg {
  padding-bottom: 11rem;
}

.pad-bottom-md {
  padding-bottom: 7rem;
}

.pad-bottom-sm {
  padding-bottom: 5rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

.text-right {
  text-align: right;
}

.tagline {
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}

.bg-darkGreen {
  background-color: #1F4650 !important;
  color: #fff;
}

.bg-dark {
  background-color: #1B263F !important;
  color: #fff;
}

.bg-light {
  background-color: #F3F4F6 !important;
}

.bg-lightGreen {
  background-color: #27B67C !important;
}

.bg-lightPurple {
  background-color: #EEE7F9 !important;
}

.bg-accent {
  background-color: #C5D92D !important;
}

.has-bottom-dot-dark {
  padding-bottom: 20rem;
  background-image: url(img/dots-dark.svg);
  background-repeat: no-repeat;
  background-position: center bottom 10rem;
  background-size: 29.7rem;
}

.has-bottom-dot-green {
  padding-bottom: 20rem;
  background-image: url(img/dots-green.svg);
  background-repeat: no-repeat;
  background-position: center bottom 10rem;
  background-size: 29.7rem;
}

.standard-text .wp-block-image {
  margin-bottom: 4rem;
}
.standard-text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4rem;
}
.standard-text ul li {
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  background-image: url(img/check-green.svg);
  background-position: top 0.7rem left;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}
.standard-text ol {
  margin-bottom: 4rem;
}
.standard-text ol li {
  margin-bottom: 1rem;
}
.standard-text .wp-block-quote, .standard-text blockquote {
  padding-left: 2rem;
  font-size: 2rem;
  font-style: italic;
  border-left: 0.2rem solid #EEE7F9;
  margin-bottom: 4rem;
}
.standard-text p a {
  text-decoration: underline;
}

.text-left p {
  text-align: left;
}

/* End Base style */
main {
  min-height: 75vh;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:hover > a.mega-menu-link {
  font-weight: 500 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

ul#mega-menu-top-menu,
#mega-menu-wrap-top-cta-menu #mega-menu-top-cta-menu {
  width: 100%;
  max-width: 1350px !important;
  margin: auto !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.skip-link {
  position: absolute;
  top: -20rem;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}

nav.breadcrumbs {
  font-size: 1.2rem;
}

.skip-link:focus {
  top: 0;
}

.page-title-sec .back-btn-wrap {
  margin-bottom: 2rem;
}
.page-title-sec .back-btn-wrap span {
  font-weight: 600;
}
.page-title-sec h1 + p {
  font-size: 1.6rem;
}

.radius {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

footer#site-footer {
  padding-top: 7rem;
}
footer#site-footer .footer-top {
  padding-bottom: 18rem;
  background-image: url(img/dots.svg);
  background-repeat: no-repeat;
  background-position: center bottom 8.5rem;
  background-size: 29.7rem;
}
footer#site-footer .footer-top h3, footer#site-footer .footer-top h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
footer#site-footer .footer-item {
  margin-bottom: 3rem;
}
footer#site-footer .footer-item p {
  margin-bottom: 1.5rem;
}
footer#site-footer .footer-item h3, footer#site-footer .footer-item .widget__title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
footer#site-footer .footer-item iframe {
  width: 100%;
  height: 19.7rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
  opacity: 0.5;
}
footer#site-footer .footer-mid {
  padding-bottom: 3rem;
}
footer#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, footer#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, footer#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, footer#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, footer#site-footer .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: #fff;
  fill: #fff;
}
footer#site-footer .menu li {
  margin-bottom: 1.5rem;
}
footer#site-footer .menu li a {
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
footer#site-footer .menu li:hover a, footer#site-footer .menu li.current-menu-item a {
  color: #FF8001;
}
footer#site-footer .footer-bottom hr {
  margin-bottom: 3.5rem;
}
footer#site-footer .footer-bottom img {
  width: 5.9rem !important;
  height: auto !important;
  object-fit: contain !important;
}
footer#site-footer .footer-bottom figure.wp-block-image.size-medium {
  display: inline-block;
  width: auto !important;
  flex-grow: unset !important;
  padding-right: 1rem;
}
footer#site-footer .footer-bottom p {
  margin-bottom: 0;
}

.back-button {
  color: #1B263F;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  display: inline-block;
  padding-left: 3rem;
  background-image: url(img/arrow-left-dark.svg);
  background-position: center left;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}

.single-team-member .thumb {
  margin-bottom: 2rem;
}
.single-team-member .thumb img {
  width: 20rem;
  height: 20rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}
.single-team-member .title-wrap {
  margin-bottom: 5rem;
}
.single-team-member .title-wrap h1 {
  font-size: 4.2rem;
  margin-bottom: 2.5rem;
  font-family: "Fira Sans Condensed", sans-serif;
}
.single-team-member .title-wrap p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.8rem;
}
.single-team-member .team-footer {
  padding-top: 4rem;
}
.single-team-member .team-footer div {
  padding: 0 4rem;
  text-align: center;
}
.single-team-member .team-footer div a {
  font-weight: 700;
  margin: 0 1rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-team-member .team-footer div a svg path {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.single-team-member .team-footer div a:hover {
  color: #FF8001;
}
.single-team-member .team-footer div a:hover svg path {
  fill: #FF8001;
}

.sec-title {
  margin-bottom: 8rem;
}
.sec-title h2 {
  margin-bottom: 0;
  font-family: "Fira Sans Condensed", sans-serif;
}
.sec-title p {
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 1.8rem;
}
.sec-title .tag-line {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}

.has-vertical-text {
  position: relative;
  padding-left: 9rem;
}
.has-vertical-text .vertical-text {
  position: absolute;
  top: -6px;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-left: 3.5rem;
  transform-origin: right;
  right: 100%;
  margin-right: -4.2rem;
  white-space: nowrap;
  transform: rotate(-90deg);
}
.has-vertical-text .vertical-text:before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background-color: #203367;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}

.team-member-card {
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 4rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team-member-card .thumb {
  text-align: center;
  margin-bottom: 4rem;
}
.team-member-card .thumb img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-position: top center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member-card .info {
  text-align: center;
}
.team-member-card .info .title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
}
.team-member-card .info p {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.8rem;
}
.team-member-card:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
.team-member-card.bg-white .info .title {
  font-size: 2rem;
}

.show-me {
  display: inline-block;
  font-weight: 600;
  font-size: 1.6rem;
  padding-right: 2rem;
  background: url(img/angle-right.svg) no-repeat center right;
  background-size: 0.7rem;
}

.catSwiper {
  display: inline-block;
  max-width: 100%;
}
.catSwiper .swiper-slide {
  display: inline-block;
  min-width: 0;
  width: auto;
}

.category-buttons button {
  font-size: 1.6rem;
  padding: 0.7rem 2.2rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid transparent;
  background-color: transparent;
}
.category-buttons button.active {
  border-color: #1B263F;
}

.claim-banner-sec {
  background-image: url(img/particles.svg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]) {
  border-color: #333 !important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked, .frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked, .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  border-color: #333 !important;
  background-color: #333 !important;
}

label a {
  text-decoration: underline;
}

textarea#field_gixqa {
  min-height: 39.6rem;
}

#frm_field_13_container .frm_opt_container {
  text-align: center;
  padding-top: 2rem;
}

div#field_2jdlx {
  display: flex;
  justify-content: center;
}

.with_frm_style .frm_submit {
  justify-content: center;
}

.job-horizontal-card {
  margin-bottom: 3rem;
  padding: 3rem;
  position: relative;
}
.job-horizontal-card a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.job-horizontal-card .info .d-flex .show-me {
  margin-left: auto;
  font-size: 1.4rem;
}
.job-horizontal-card .info .title {
  font-size: 2.4rem;
  font-weight: 500;
}
.job-horizontal-card .info .cat-wrap {
  margin-left: 3rem;
  padding-top: 0.2rem;
}
.job-horizontal-card .info .cat-wrap span {
  font-weight: 600;
  font-size: 1.4rem;
}
.job-horizontal-card .info .show-me {
  margin-top: 0.2rem;
}

.contract-type {
  padding-left: 2.5rem;
  background: url(img/time-five.svg) no-repeat center left;
  background-size: 1.8rem;
  font-size: 1.6rem;
}

.accordion {
  margin-bottom: 7rem;
}
.accordion .accordion-item {
  margin-bottom: 2rem;
  border: none;
  border-bottom: 0.5rem solid #27B67C;
  border-radius: 0;
}
.accordion .accordion-header {
  border: none;
  border-radius: 0;
}
.accordion .accordion-header button {
  border-radius: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1B263F;
  padding: 1.5rem 2rem;
  box-shadow: none;
  outline: 0;
}
.accordion .accordion-header button:after {
  background-image: url(img/angle-down-green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.accordion .accordion-header button[aria-expanded=true] {
  background-color: #fff;
}
.accordion .accordion-body {
  padding: 0 2rem;
}
.accordion.large-text .accordion-header button {
  font-size: 2.8rem;
}
.accordion.large-text .accordion-body p {
  font-size: 1.8rem;
}

#intro-sec img {
  width: 100%;
  max-width: calc(100% - 3rem);
  height: auto;
}

.claim-cta h3 {
  font-size: 2.4rem;
}

textarea#field_gixqa2 {
  min-height: 22rem;
}

div#frm_checkbox_19-0 {
  text-align: center;
  color: #fff;
}
div#frm_checkbox_19-0 label {
  color: #fff;
  display: inline-block;
}

div#field_2jdlx2 {
  display: flex;
  justify-content: center;
}

.bg-dark .frm_style_formidable-style.with_frm_style .frm_error, .bg-dark .frm_style_formidable-style.with_frm_style .frm_limit_error {
  color: #fff;
}
.bg-dark .frm_error_style p {
  color: #1B263F;
}

.claim-card {
  padding: 3rem 2rem;
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
  position: relative;
  border-bottom: 0.5rem solid #27B67C;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.claim-card p {
  margin-bottom: 0;
}
.claim-card a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.claim-card:hover {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.12);
}

.alpha-nav {
  padding: 3rem 0;
}

.alphaSwiper {
  display: inline-block;
  margin-bottom: 0;
  max-width: 100%;
}
.alphaSwiper .swiper-slide {
  display: inline-block;
  width: auto;
}
.alphaSwiper .swiper-slide a {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  color: #27B67C;
  display: inline-block;
}

.claim-card.has-col {
  min-height: 0;
}
.claim-card.has-col .alphabet {
  color: #27B67C;
  margin-bottom: 2rem;
}
.claim-card.has-col a {
  position: static;
}
.claim-card.has-col div {
  column-count: 4;
  column-gap: 20px;
}
.claim-card.has-col div a {
  color: #1B263F;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu {
  position: static;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .mega-menu-link + .mega-sub-menu {
  min-height: calc(100vh - 16.8rem) !important;
  background-position: center right !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(to right, #fff 75%, #F3F4F6 0%) !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .menu li {
  border-bottom: 0.1rem solid #27B67C;
  margin-bottom: 0;
  border-left: 0.5rem solid #27B67C;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .menu li a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1B263F;
  font-family: "Fira Sans Condensed", sans-serif;
  padding: 1rem;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .menu li a:hover {
  color: #FF8001;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu #menu-mega-menu-claim-types {
  column-count: 2;
  column-gap: 2rem;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-text-5, #mega-menu-wrap-top-menu #mega-menu-top-menu li#mega-menu-item-text-4 {
  padding-bottom: 0 !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu .mega-block-title {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 1.2rem !important;
}

.post-card {
  position: relative;
  margin-bottom: 6rem;
  min-height: calc(100% - 6rem);
  border-bottom: 0.5rem solid #27B67C;
  padding-bottom: 7.8rem;
  border-radius: 0.7rem 0.7rem 0 0;
}
.post-card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.post-card .thumb {
  padding-bottom: 59%;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  overflow: hidden;
  position: relative;
}
.post-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-card .info {
  padding: 3rem;
  padding-bottom: 0;
}
.post-card .card-bottom {
  position: absolute;
  padding: 3rem;
  padding-top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.post-card .card-bottom .author-thumb {
  width: 4.8rem;
}
.post-card .card-bottom .author-thumb img {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.post-card .card-bottom .author-info {
  width: calc(100% - 4.8rem);
  padding-left: 1.5rem;
}
.post-card .card-bottom .author-info span {
  font-size: 1.4rem;
}
.post-card .card-bottom .author-info span.author-name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}
.post-card .cat-wrap {
  padding-bottom: 1rem;
}
.post-card .cat-wrap span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1B263F;
  padding: 0.7rem 1rem;
  line-height: 1;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  background-color: rgba(39, 182, 124, 0.2);
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 0.7rem;
}
.post-card .cat-wrap span:first-child {
  background-color: rgba(39, 182, 124, 0.5);
}
.post-card .title {
  font-size: 2rem;
}
.post-card.resources-card .cat-wrap span {
  background-color: rgba(238, 231, 249, 0.6);
}
.post-card.resources-card .cat-wrap span:first-child {
  background-color: #eee7f9;
}
.post-card.story-card .cat-wrap span {
  background-color: rgba(4, 71, 81, 0.08);
}
.post-card.story-card .cat-wrap span:first-child {
  background-color: rgba(4, 71, 81, 0.2);
}

.single .author-wrap .author-thumb {
  width: 4.8rem;
}
.single .author-wrap .author-thumb img {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.single .author-wrap .author-info {
  width: calc(100% - 4.8rem);
  padding-left: 1.5rem;
}
.single .author-wrap .author-info span {
  font-size: 1.4rem;
}
.single .author-wrap .author-info span.author-name {
  font-weight: 600;
  display: block;
  margin-bottom: 0.3rem;
}

.shadow {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
}

.featured-image {
  width: 100%;
  height: auto;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
}

.categorized-post-sec {
  background-image: linear-gradient(#F3F4F6 45%, #fff 0%) !important;
}
.categorized-post-sec .post-card.resources-card {
  min-height: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
  padding: 2rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
}
.categorized-post-sec .post-card.resources-card .thumb {
  width: 9.5rem;
  height: 10rem;
  padding-bottom: 0;
}
.categorized-post-sec .post-card.resources-card .info {
  width: calc(100% - 9.5rem);
  padding: 0;
  padding-left: 1.5rem;
}
.categorized-post-sec .post-card.resources-card .info .title {
  margin-bottom: 0;
}
.categorized-post-sec .post-card.resources-card .cat-wrap span {
  margin-bottom: 0.5rem;
}
.categorized-post-sec h3 {
  font-weight: 500;
}

.latestNewsSwiper .swiper-slide {
  height: auto !important;
}
.latestNewsSwiper .swiper-slide .post-card {
  min-height: 100%;
  margin-bottom: 0;
}

.custom-navigation {
  padding-bottom: 9rem;
}
.custom-navigation .swiper-pagination {
  bottom: 1rem !important;
  display: inline-block;
  width: auto;
}
.custom-navigation .swiper-pagination-bullet {
  background-color: #1B263F;
  width: 1rem;
  height: 1rem;
}
.custom-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1B263F;
}
.custom-navigation .swiper-button-next, .custom-navigation .swiper-button-prev {
  transform: none;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  width: 4.8rem;
  height: 4.8rem;
}
.custom-navigation .swiper-button-next:after, .custom-navigation .swiper-button-prev:after {
  display: none;
}
.custom-navigation .swiper-button-prev {
  right: 6rem;
  background: url(img/Slider-Arrow-left.svg) no-repeat center;
  background-size: 100%;
}
.custom-navigation .swiper-button-next {
  background: url(img/Slider-Arrow-right.svg) no-repeat center;
  background-size: 100%;
}

.text-white .custom-navigation .swiper-pagination-bullet {
  background-color: #fff;
}
.text-white .custom-navigation.swiper-pagination-bullet-active {
  background-color: #fff;
}

.cta-banner h2 {
  font-size: 2.6rem;
  font-weight: 500;
}
.cta-banner p {
  font-size: 1.8rem;
}

.hero-sec {
  position: relative;
  min-height: 63rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hero-sec .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
.hero-sec .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-sec .hero-content {
  padding: 5rem 0;
  padding-right: 6rem;
}
.hero-sec .hero-content h1 em {
  font-style: normal;
  color: #1B263F;
}
.hero-sec .hero-content p {
  font-size: 2rem;
  font-weight: 600;
}
.hero-sec .hero-content p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.form-control {
  padding-left: 2rem;
  border-color: #fff;
  height: 7rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: #fff;
}
.form-control.search-icon {
  padding-left: 5rem;
  background-image: url(img/search.svg);
  background-position: center left 1.5rem;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}

.search-sec .inner {
  width: 100%;
  max-width: 112rem;
  margin: auto;
}
.search-sec .inner .btn {
  width: 16rem;
  min-width: 0;
}
.search-sec .inner input {
  width: calc(100% - 18rem);
}

.claimSlider .swiper-slide, .diffSlider .swiper-slide, .newsSlider .swiper-slide {
  height: auto;
}
.claimSlider .post-card, .diffSlider .post-card, .newsSlider .post-card {
  margin-bottom: 0;
  min-height: 100%;
}

.icon-div-single {
  position: relative;
  border-bottom: 0.5rem solid #27B67C;
  min-height: 100%;
  -webkit-border-radius: 0.6rem 0.6rem 0 0;
  border-radius: 0.6rem 0.6rem 0 0;
  padding-bottom: 3rem;
}
.icon-div-single a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.icon-div-single .icon {
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-color: #F3F4F6;
  height: 16rem;
  margin-bottom: 2.5rem;
}
.icon-div-single .icon span {
  background-color: #fff;
  width: 12.7rem;
  height: 11.3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-div-single .icon span img {
  max-height: 8rem;
  width: auto;
  height: 8rem;
  max-width: 100%;
}
.icon-div-single .info {
  text-align: center;
}
.icon-div-single .info .title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.icon-div-single.type-2 {
  background-color: #fff;
}
.icon-div-single.type-2 .icon {
  background-color: #1B263F;
}
.icon-div-single.type-2 .icon span {
  background-color: #27B67C;
}
.icon-div-single.type-2 .info {
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
}
.icon-div-single.type-2 .info .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1B263F;
}
.icon-div-single.type-2 .info p {
  color: #1B263F;
}

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

.about-sec-frontpage {
  background-image: url(img/about-bg.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-white .has-vertical-text .vertical-text:before {
  background-color: #fff;
}

.latest-news-sec {
  background-image: linear-gradient(#EEE7F9 40%, #fff 0%) !important;
}

.newsSlider {
  overflow: visible;
}

.stand-intro-page h3 {
  font-weight: 500;
}

.relative {
  position: relative;
}

.bg-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 38, 63, 0.85);
  z-index: 1;
}
.bg-wrap + .container {
  position: relative;
  z-index: 2;
}

.founder-sec h4 {
  font-weight: 500;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}

.page-id-50 .page-title-sec {
  padding-bottom: 3rem;
}

.frm_button_submit {
  box-shadow: none !important;
}

.icon-div-single.num {
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
}
.icon-div-single.num .icon {
  background-color: #F3F4F6;
}
.icon-div-single.num .icon span {
  font-family: "Fira Sans", sans-serif;
  font-size: 7.6rem;
  line-height: 1;
  color: #27B67C;
  font-weight: 800;
  background-color: #fff;
}
.icon-div-single.num .info {
  padding-bottom: 4rem;
}

.mega-sub-menu #mega-menu-item-text-6, .mega-sub-menu #mega-menu-item-text-7 {
  padding-left: 5rem !important;
}
.mega-sub-menu #mega-menu-item-text-6 h4.mega-block-title, .mega-sub-menu #mega-menu-item-text-7 h4.mega-block-title {
  font-family: "Fira Sans", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.search-results-sec .claim-results {
  width: 100%;
  max-width: 76.8rem;
  margin: auto;
}
.search-results-sec .claim-results li {
  margin-bottom: 4rem;
}
.search-results-sec .claim-results li p {
  margin-bottom: 0;
}
.search-results-sec .claim-results li p a {
  font-size: 2rem;
  font-weight: 600;
}
.search-results-sec .claim-results li p span {
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
}

.read-more {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: inline-block !important;
  padding-right: 2rem;
  text-decoration: underline;
  background: url(img/right-arrow.png) no-repeat center right;
  background-size: 1.3rem;
}

.paginaion-wrap {
  width: 100%;
  max-width: 111rem;
  margin: auto;
  text-align: center;
}
.paginaion-wrap a, .paginaion-wrap span {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0.5rem;
  display: inline-block;
}
.paginaion-wrap a.current, .paginaion-wrap span.current {
  font-weight: 600;
}

.page-id-527 .page-title-sec {
  padding-bottom: 1rem;
}
.page-id-527 .page-title-sec .back-btn-wrap {
  display: none;
}

#search-popup {
  display: none;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 182, 140, 0.98);
  z-index: 9999;
  overflow-y: auto;
  padding: 5rem 0;
}
.search-popup .inner-search {
  width: 100%;
  max-width: 114rem;
}
.search-popup .inner-search .bg-darkGreen {
  padding: 5rem;
  -webkit-border-radius: 18rem;
  -moz-border-radius: 18rem;
  border-radius: 18rem;
}

.search-popup .inner-search {
  position: relative;
  padding-top: 5rem;
}
.search-popup .inner-search span.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5rem;
  cursor: pointer;
}
.search-popup .inner-search span.close svg {
  width: 100%;
  height: auto;
}
.search-popup .inner-search .search-title {
  font-size: 4.2rem;
  color: #fff;
  margin-bottom: 2.5rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.search-popup .inner-search .inner input {
  width: calc(100% - 21.2rem);
}

div#frm_checkbox_24-0 {
  text-align: center;
  display: block;
}
div#frm_checkbox_24-0 label {
  color: #fff;
}

div#field_fbv8v {
  display: flex;
  justify-content: center;
}

textarea#field_9jv0r1 {
  min-height: 23.8rem;
}

.contact-info-sec .contact-info {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 23rem;
  margin-left: auto;
  margin-right: auto;
}
.contact-info-sec .contact-info .icon {
  min-height: 4.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.contact-info-sec .contact-info .icon img {
  height: 4rem;
  width: auto;
}
.contact-info-sec .contact-info .info .title {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-bottom: 2rem;
}
.contact-info-sec .contact-info .info p {
  font-size: 1.6rem;
}

.catSwiper {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.page-template-page-faq main#main-content {
  background-color: #F3F4F6;
}

.sra-wrap {
  padding: 0;
  margin-bottom: 3rem;
}
.sra-wrap .widget {
  margin: 0 2rem;
  display: inline-block;
  min-height: 16.5rem;
  min-width: 27.9rem;
}

@media only screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1500px) {
  .our-team-sec .team-member-card .thumb img {
    width: 17rem;
    height: 17rem;
  }
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 3.2rem;
    font-weight: 700;
  }

  .hero-sec {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .hero-sec .hero-content h1, .hero-sec .hero-content h2 {
    font-size: 2.6rem;
    font-weight: 600;
  }
  .hero-sec .hero-content p {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .hero-sec .hero-bg {
    position: relative;
    height: auto;
    width: 100%;
  }
  .hero-sec .hero-bg img {
    max-height: 50rem;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block {
    align-items: center;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-member-card .thumb img {
    width: 17rem;
    height: 17rem;
  }

  ul#mega-menu-top-menu {
    min-height: calc(100vh - 15.3rem) !important;
    padding-bottom: 5rem !important;
    box-shadow: 0 1.3rem 1.5rem rgba(0, 0, 0, 0.05) !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu .mega-menu-link + .mega-sub-menu {
    background-image: linear-gradient(to right, #fff 100%, #F3F4F6 0%) !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu #menu-mega-menu-claim-tpes {
    column-count: 1;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px 0;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(-90deg);
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    transform: rotate(180deg);
  }

  input#claim-search-menu {
    background-color: #F3F4F6;
    height: 4.8rem;
    border-radius: 0.4rem;
    background-size: 1.8rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  #mega-menu-wrap-top-cta-menu {
    position: relative;
    z-index: 9 !important;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    margin: 0px 0px 16px 0px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-member-card {
    padding: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 4rem;
  }
  h1 + p {
    font-size: 2rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 3.2rem;
  }

  h4 {
    font-size: 2.4rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.8rem;
  }

  #intro-sec img {
    max-width: 100%;
  }

  .search-popup {
    align-items: flex-start !important;
  }

  .search-popup .inner-search .search-title {
    font-size: 3rem;
  }

  .search-popup .inner-search .bg-darkGreen {
    padding: 3rem 3rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
  }

  .search-popup .inner-search .inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-popup .inner-search .inner input {
    margin-bottom: 1.5rem;
  }
  .search-popup .inner-search .inner input, .search-popup .inner-search .inner .btn {
    width: 100%;
  }

  .hero-sec .hero-bg img {
    max-height: 34rem;
  }

  .has-vertical-text {
    padding-left: 0;
    padding-top: 4rem;
  }

  .has-vertical-text .vertical-text {
    top: 0;
    transform-origin: unset;
    right: auto;
    margin-right: 0;
    transform: none;
  }

  .sec-title .justify-content-end {
    justify-content: flex-start !important;
  }
  .sec-title .justify-content-end .btn {
    margin-top: 3rem;
    min-width: 20rem;
  }

  .about-sec-frontpage {
    background-image: url(img/who-we-are-bg-mobile.svg);
    background-position: top right;
  }

  .about-img {
    margin-bottom: 3rem;
  }

  .about-text .h2 {
    font-size: 2.6rem;
    font-weight: 600;
  }

  .what-makes-us-diff-sec .sec-title h2 {
    font-size: 4.2rem;
  }

  .accordion .accordion-header button {
    font-weight: 700;
  }

  .has-bottom-dot-dark {
    background-size: 80%;
    background-image: url(img/dots-dark-mobile.svg);
  }

  .newsSlider {
    overflow: hidden;
  }

  .responsive-order-1 {
    order: 1;
  }

  .responsive-order-2 {
    order: 2;
  }

  .responsive-order-3 {
    order: 3;
  }

  .responsive-order-4 {
    order: 4;
  }
  .responsive-order-4 .footer-item {
    margin-bottom: 0 !important;
  }

  footer#site-footer .footer-item {
    margin-bottom: 5rem;
  }

  .footer-bottom {
    padding-bottom: 4rem;
  }
  .footer-bottom .footer-item {
    margin-bottom: 0 !important;
  }
  .footer-bottom .footer-item.text-right {
    text-align: left !important;
  }

  .page-title-sec h1 + p {
    font-size: 1.8rem;
  }

  .about-img img {
    width: 100%;
  }

  .pad-bottom-sm {
    padding-bottom: 3rem;
  }

  .pad-top-sm {
    padding-top: 3rem;
  }

  .pad-bottom-md {
    padding-bottom: 5rem;
  }

  .pad-top-md {
    padding-top: 5rem;
  }

  .pad-bottom-lg {
    padding-bottom: 6rem;
  }

  .pad-top-lg {
    padding-top: 6rem;
  }

  .about-content {
    padding-bottom: 4rem;
  }

  .claim-card.has-col div {
    column-count: 1;
  }

  input#claim-search {
    width: 100%;
    height: 4.8rem;
    margin-bottom: 1.5rem;
  }
  input#claim-search + .btn {
    width: 100%;
  }

  .single #intro-sec img {
    margin-bottom: 4rem;
  }

  .categorized-post-sec .swiper {
    margin-bottom: 5rem !important;
  }

  .categorized-post-sec {
    background-image: linear-gradient(#F3F4F6 29%, #fff 0%) !important;
  }
  .categorized-post-sec h3 {
    font-size: 2.8rem;
  }

  .flip-view-btn-mobileview {
    position: relative;
    padding-bottom: 15rem !important;
  }
  .flip-view-btn-mobileview .sec-title .btn {
    position: absolute;
    bottom: -9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  li#mega-menu-item-74 {
    display: none !important;
  }

  li#mega-menu-item-73 span {
    display: none;
  }

  ul#mega-menu-top-menu, #mega-menu-wrap-top-cta-menu #mega-menu-top-cta-menu {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  div#mega-toggle-block-2 .btn {
    min-width: 17rem !important;
    padding: 1rem 1rem;
  }

  .hero-sec .hero-content {
    padding: 3rem 0;
    padding-right: 0;
  }

  h2 {
    font-weight: 600;
  }

  .sec-title p {
    font-size: 1.6rem;
  }

  .sec-title .justify-content-end .btn {
    width: 100%;
  }

  .text-lg p {
    font-size: 1.6rem;
  }

  .about-text .btn, .claim-banner-sec .btn {
    width: 100%;
  }

  .what-makes-us-diff-sec .sec-title h2 {
    font-size: 2.6rem;
  }

  .diffSlider .swiper-slide {
    width: 24.9rem;
  }

  .sec-title {
    margin-bottom: 5rem;
  }

  input#claim-search-home {
    width: 100%;
    height: 4.8rem;
    margin-bottom: 1.5rem;
  }
  input#claim-search-home + .btn {
    width: 100%;
  }

  .has-bottom-dot-dark {
    padding-bottom: 17rem;
    background-position: center bottom 8rem;
  }

  .claim-banner-sec {
    background-image: url(img/claim-cta-bg-mobile.svg);
    background-size: 100%;
    background-position: bottom center;
    padding-bottom: 8rem !important;
  }

  footer#site-footer {
    padding-top: 5rem;
  }

  footer#site-footer .footer-item.collapsable .widget__title {
    position: relative;
    padding-right: 3rem;
  }
  footer#site-footer .footer-item.collapsable .widget__title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    background: url(img/arrow-down-338_svgrepo.com.svg) no-repeat center;
    background-size: 98%;
    margin-top: -0.8rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  footer#site-footer .footer-item.collapsable .widget__title.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  footer#site-footer .footer-item.collapsable .widget__title.active + div {
    display: block !important;
  }
  footer#site-footer .footer-item.collapsable .widget__title + div {
    display: none;
  }

  .page-title-sec h1 + p {
    font-size: 1.6rem;
  }

  .stand-intro-page {
    text-align: left !important;
  }
  .stand-intro-page h2, .stand-intro-page p, .stand-intro-page h3, .stand-intro-page ul {
    text-align: left !important;
  }

  .team-member-card {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
  }
  .team-member-card .thumb {
    width: 11rem;
    height: 11rem;
    margin-bottom: 0;
  }
  .team-member-card .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .team-member-card .info {
    width: calc(100% - 11rem);
    padding-left: 1.5rem;
    text-align: left;
  }
  .team-member-card .info .title {
    font-size: 2.5rem;
  }
  .team-member-card .info p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .founder-sec .btn {
    width: 100%;
  }

  div#ajax-posts-container {
    width: auto;
    margin: 0 -1.5rem;
  }
  div#ajax-posts-container .col-md-6 {
    width: 100%;
  }

  .team-member-card {
    margin-bottom: 1.5rem;
  }

  #load-more-posts {
    width: 100%;
  }

  footer#site-footer .footer-top {
    padding-bottom: 12rem;
    background-position: center bottom 4.5rem;
  }

  .about-intro-page .about-content {
    padding-bottom: 0;
  }

  .job-horizontal-card .info .title {
    width: 50%;
    margin-bottom: 1rem;
  }

  .job-horizontal-card .info .cat-wrap {
    margin-left: 0;
    width: 50%;
    padding-left: 2rem;
    text-align: right;
  }

  .job-horizontal-card .info .d-flex .show-me {
    margin-left: 0;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  div#ajax-jobs-container {
    width: auto;
    margin: 0 -1.5rem;
  }

  .job-horizontal-card {
    margin-bottom: 1.5rem;
  }

  #load-more-jobs {
    width: 100%;
  }

  .meta-info {
    flex-wrap: wrap;
  }
  .meta-info span {
    white-space: nowrap;
  }

  textarea#field_gixqa {
    min-height: 18rem;
  }

  button.frm_button_submit.frm_final_submit {
    width: 100% !important;
    max-width: none;
  }

  div#frm_field_6_container {
    margin-bottom: 0;
  }

  .single-team-member .title-wrap h1 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .single-team-member .team-footer div {
    padding: 0 1rem;
    width: 50%;
  }

  .alphaSwiper .swiper-slide a {
    font-weight: 500;
    display: inline-block;
  }

  .claim-card.has-col div a {
    font-size: 1.6rem;
  }

  .claim-card {
    margin-bottom: 1.5rem;
  }

  .claim-types-sec {
    padding-bottom: 4rem !important;
  }

  .cta-banner p {
    font-size: 1.6rem;
  }
  .cta-banner .btn {
    width: 100%;
  }

  .page-title-sec .btn {
    width: 100%;
  }

  .accordion.large-text .accordion-header button {
    font-size: 2.5rem;
  }

  .claim-cta .btn {
    width: 100%;
  }

  .has-bottom-dot-green {
    padding-bottom: 14rem;
    background-position: center bottom 6rem;
  }

  .single .page-title-sec h1 {
    margin-bottom: 1.5rem;
  }
  .single .page-title-sec .d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .single .author-wrap {
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    margin: auto;
    padding-bottom: 1.5rem;
  }

  .contact-info-sec .contact-info .icon {
    min-height: 2.8rem;
  }

  .contact-info-sec .contact-info .icon img {
    height: 2rem;
  }

  .contact-info-sec .contact-info .info .title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  h1 br, h2 br {
    display: none;
  }

  ul#mega-menu-top-cta-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
  }

  li#mega-menu-item-73 a {
    position: relative;
    left: -0.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .mega-toggle-blocks-center {
    position: relative;
    right: -2.5rem;
  }
}
@media only screen and (max-width: 360px) {
  #mega-menu-wrap-top-cta-menu #mega-menu-top-cta-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
  }

  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    max-height: 5.6rem;
  }

  div#mega-toggle-block-2 .btn {
    min-width: 16rem !important;
    padding: 1rem 0.5rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  div#mega-toggle-block-2 .btn:after {
    top: 0.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
