body {
    color: #444444;
    font-family: Montserrat;
}
h1 {
    font-size: 58px;
    line-height: 1.22em;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.62em;
    color: #444444;
}
h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.62em;
    color: #444444;
}
h4 {
    font-size: 20px;
    font-weight: bold !important;
    line-height: 1.62em;
    color: #444444;
}
h6 {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    color: #444444;
}
.case-study-single {
    display: block;
    width: 100%;
}
.banner {
    height: 605px;
    display: flex;
    align-items: center;
    background-size: auto 100%;
    background-position: 0 0;
    width: 100%;
    padding: 55px 0 45px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.banner .large-order-1 {
    text-align: center;
}
.banner img.case-logo {
    max-width: 371px;
    margin: 0 0 20px 0;
}
.banner h2 {
    margin: 0 0 17px 0;
    font-weight: 300;
    line-height: normal;
}
.banner img.award-logo {
    max-width: 251px;
}
p {
    margin: 0 0 25px 0;
}
.main-navigation--front a {
    color: #ffffff;
}
.section {
    padding: 70px 0;
    background-color: #fff;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
}
.section .container {
    max-width: 1260px;
}
.section .container.small {
    max-width: 820px;
}
.section .container.large {
    max-width: 1280px;
}
.section h2 {
    line-height: normal;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
}
.section h2:after {
    background: #FEC836;
    content: "";
    height: 4px;
    width: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section ul {
    margin: 0;
    padding: 0 0 0px 20px;
    list-style: none;
    margin-bottom:25px;
}
.section ul li {
    list-style: none;
    margin: 0 0 8px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0 0 0 25px;
    color: #444444;
}
.section ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    background: #fec836;
    border-radius: 10px;
    top: 8px;
}
.section ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin: 0;
    padding: 0 0 10px 15px;
}
.section ol li {
    counter-increment: my-awesome-counter;
    list-style: none;
    padding: 0 0 8px 22px;
    position: relative;
    z-index: 0;
}
.section ol li::before {
    content: counter(my-awesome-counter)".";
    position: absolute;
    left: -3px;
    top: 0;
}
.case-goal .large-8 {
    padding-right: 70px;
}
.case-goal h4 {
    text-transform: uppercase;
}
.section .service-provide {
    padding: 10px 0 16px;
}
.section .service-provide li {
    padding: 14px 10px 14px 0;
    margin: 0;
    color: #007980;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(68, 68, 68, 0.5);
}
.section .service-provide li a{
    color: #007980;
}
.section .service-provide li:last-child {
    border-bottom: none;
}
.section .service-provide li::before {
    display: none;
}
.yellow-btn {
    font-family: "Montserrat", Sans-serif;
    padding: 14px 17px;
    background: #fec836;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.86px;
    color: #444444;
    display: inline-block;
    text-transform: uppercase;
}
.yellow-btn .fas {
    font-size: 110%;
    margin: 0 0 0 7px;
}
.yellow-btn:hover {
    color: #444444;
    background-color: #F6B505;
}
.text-image .large-8 {
    padding-right: 10%;
}
.text-image .video-box.fit-aspect-ratio {
    padding-bottom: 126%;
    max-width: 296px;
}
.video-box {
    position: relative;
    height: 0;
    padding-bottom:56.6%;
}
.video-box embed, .video-box iframe, .video-box object, .video-box video {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.video-box.fit-aspect-ratio {
    padding-bottom: 177.8%;
}
.testimonial {
    text-align: center;
}
.testimonial .quote {
    font-family: Montserrat;
    font-size: 70px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    color: #fec836;
    height: 70px;
    display: block;
}
.testimonial blockquote {
    border: none;
    list-style: none;
    font-family: Montserrat;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.38;
    letter-spacing: normal;
    color: #444444;
    margin: 0 0 30px 0;
    padding: 0 10px;
}
section.full-image {
    text-align: center;
}
section.footer-logo {
    padding-top: 0;
}
.footer-logo ul {
    padding: 0px 0 0 0;
    margin: 0 -20px;
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-logo ul li {
    width: auto;
    padding: 10px 20px;
    min-width: 25%;
    margin: 0;
}
.sticky-wrapper .text-content + .text-content {
    padding-top: 50px;
}
.sticky-wrapper .footer-logo ul li {
    width: 33%;
}
.footer-logo ul li img {
    object-fit: contain;
    max-width: 100px;
}
.footer-logo ul li::before {
    display: none;
}
.app-icon .elementor-widget-wrap {
    justify-content: center;
}
.app-icon .elementor-widget-wrap .elementor-widget-image {
    width: auto;
    margin: 10px 10px;
    min-width: 25%;
}
.hide-large {
    display: none !important;
}
.section.testimonial-2 .grid-x {
    align-items: center;
}
.testimonial-2 blockquote {
    border-left: 4px solid #fec836;
    list-style: none;
    font-family: Montserrat;
    font-size: 29px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.38;
    letter-spacing: normal;
    color: #444444;
    margin: 0 0 30px 90px;
    padding: 0 0 0 30px;
    max-width: 480px;
}
.testimonial-2 h6 {
    padding: 0 0 0 30px;
}
.sticky-wrapper {
    position: sticky;
    top: 140px;
}
.sticky-wrapper .footer-logo ul {
    padding: 50px 0 0 0;
}
.txt-img {
    padding: 40px 0;
    text-align: center;
}
.outcomes_section .container.small {
    max-width: 1000px;
}
.section ul.outcom-reslt {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px -15px 0px;
}
.section ul.outcom-reslt li {
    padding: 15px;
    width: 25%;
    text-align: center;
    line-height: normal;
    margin: 0px auto;
}
.section ul.outcom-reslt li::before {
    display: none;
}
.section ul.outcom-reslt li strong {
    font-size: 59px;
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #144d54;
}
.section ul.outcom-reslt li .subtext {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    display: block;
    color: #444444;
    max-width: 178px;
    margin: 0 auto;
}
.awrd_listing_main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.section .award-box {
    margin-top: 60px;
}
.awrd_listing_main .awrd_listing {
    padding: 0 20px;
    width: 50%;
}
.outcomes_section .container.standard {
    max-width: 1000px;
}
.awrd_listing_main .awrd_listing h4.awrd-heading {
    color: #444444;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padding-bottom-none {
    padding-bottom: 0 !important;
}
.padding-left-none {
    padding-left: 0 !important;
}
.padding-right-none {
    padding-right: 0 !important;
}
section.full-image .container.large {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.footer p {
    color: #fff;
}
.footer a[href^=tel] {
    color: #fff 
}
section.banner.mobile-bottom-none {
    padding-bottom: 0;
    align-items: flex-end;
}
.casestudy-6874 section.banner.mobile-bottom-none img.banner-image {
    padding: 0;
    position: relative;
    top: 0;
    left: 6%;
    max-width: 123.9% !important;
    margin-top: -6%;
}
.casestudy-6872 section.banner.mobile-none-none {
    padding: 103px 0 115px;
}
.case_study_footer_logo + .image_full_width .section {
    padding-top: 0;
    overflow:hidden;
}
.casestudy-6873 .row_with_text ol {
    padding: 0px 0px 10px 22px;
}
.casestudy-6873 .row_with_text .section ol li::before {
    font-weight: bold;
}
.casestudy-6886 section.banner.mobile-none-none {
    padding: 98px 0px;
}
.byo-component .copy_image .wrapper > h2 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.postid-6463 .byo-component .copy_image .wrapper > h2,.postid-6461 .byo-component .copy_image .wrapper > h2{
    padding-top:70px;
}
.byo-component .case-studies .case__image_arrow_mobile {
    display: none !important;
}
.title-block.aboutus {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.title-block h1 span.underline--orange1:after {
    content: "";
    border-bottom: 4px solid #fec836;
    width: 60px;
    z-index: 9;
    bottom: 0px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.byo-component .title-block.services h1 {
    font-weight:900;
}
.page-id-13 .title-block {
    padding-bottom: 92px;
}
.single-service .title-block {
    padding-top: 53px;
}
.single-service .title-block h1,.single-service .title-block p{
    color:#fff;
}
.single-service .title-block h1 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 100px;
}
.single-service .title-block p{
    color:#fff;
    font-size:26px;
    font-weight:600;
}
.single-service .title-block p:after {
    width: 65px;
    left: 50%;
    margin-top: 9px;
    transform: translate(-50%, 0px);
    text-align: center;
}
.single-service .title-block p.underline--orange--after:after {
    height: 1px;
    background-color: #fec836;
    border: solid 2px #fec836;
}
.single-service .byo-component.two_column_cta_stats .two-col-cta-stats .b-sentence {
    font-weight: bold;
    margin-bottom: 30px;
    color: #444444;
    font-size: 16px;
    line-height: 24px;
}
.single-service .byo-component .copy_image.two-cols .wrapper > h2 {
    color: #444444;
}
.single-service .byo-component .two-col-cta-stats a.button{
    max-width:100% !important;
    width:auto !important;
    display:inline-block !important;
}
a {
    line-height: inherit;
    color: #008389;
    text-decoration: none;
    cursor: pointer;
}
.byo-component .copy_image ul li::marker {
    color: #fec836;
    font-size: 140%;
}
ul {
    margin-left: 2.25rem;
    list-style-type: disc;
}
.single-service .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul li {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    color: #444;
    list-style-type: none;
    margin: 0 0 10px 0;
}
.single-service .byo-component.logos_text .logos_text_wrapper .grid-logos {
    padding: 25px 0 25px 2.5rem;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    max-width: 100%;
}
.byo-component a.button {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper a {
    margin-top: 0px;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    flex-direction: column;
}
.single-service .byo-component .case-studies .manual-cta {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    height:auto;
}
.single-service .byo-component .case-studies .case__sub-group,.single-service .byo-component .case-studies .case__sub-group .case__image {
    min-height: 250px;
}
.single-service .byo-component .case-studies .manual-cta .inside-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px 25px 15px;
    flex-direction: column;
}
.single-service .byo-component .copy_image .wrapper.wrapper-image {
    margin-bottom: 0px !important;
}
.single-service .byo-component.logos_text {
    margin: 0px;
}
.single-service .byo-component.related_news {
    margin-top: 40px;
}
.page-id-13 .title-block {
    padding-bottom:3.3rem;
}
.single-service .byo-component .copy_image.two-cols .wrapper > h2 {
    color: #444444;
}
.section .cell.small-12:first-child {
    margin-top: 0 !important;
}
.section ul li li:last-child {
    margin-bottom: 0;
}
.section ul li ul {
    margin-top: 8px;
}
.section ol li::before {
    content: counter(my-awesome-counter)".";
    position: absolute;
    left: -3px;
    top: 0;
    font-weight: bold;
}
.single-service .byo-component .copy_image .wrapper {
    margin-bottom: 30px;
}
.single-service.postid-6486 .byo-component section.copy_image.two-cols {
    padding: 70px 0px 0px 0px;
}
.postid-6465.single-service .byo-component.logos_text {
    margin: 0px 0px 40px 0px;
}
.single-service .byo-component.related_news .grid-row {
    display: flex;
    width: 100%;
    margin: 0px auto;
    flex-wrap: wrap;
    justify-content: center;
}
.related_news .grid-row .small-12.large-6.blog-post-card {
    width: calc(33.33%);
    padding: 0px 15px;
}
.single-service.postid-6436 .byo-component .copy_image .wrapper > h2 {
    padding: 0px 0px 0px 0px;
}
.byo-component .related-news .wrapper a {
    width: 33%;
    padding: 0px;
}
.page-thank-you {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
}
.thank-section-1 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    padding: 70px 0px;
    display: inline-block;
    width: 100%;
    margin: 0;
}
.thank-header {
    text-align: center;
    width: 100%;
    margin: 0;
    display: inline-block;
}
.thank-header .modea-logo {
    width: 110px;
    height: auto;
    margin: 0 0 30px 0;
}
.thank-header h1, .thank-header h2 {
    margin: 0;
    font-size: 36px!important;
    font-weight: bold;
    position: relative;
    line-height: normal;
    z-index: 0;
}
.thank-header h2 {
    padding: 5px 0 10px;
}
.thank-header h2:after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fec836;
    margin: 0 auto;
}
.thank-header p {
    font-size: 20px;
    margin: 35px 0px !important;
    line-height: normal;
}
.thank-header ul li {
    font-size: 20px;
    margin-bottom: 13px;
}
.thank-blog {
    list-style: none;
    margin: 0 -26px;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
}
.thank-blog .blog-post-card {
    list-style: none;
    padding: 0px 26px;
    margin: 0 0 30px 0;
    width: 33.33%;
}
.thank-blog .blog-post-card-inner {
    background: #fff;
    overflow: hidden;
    min-height: 100%;
}
.blog-post-card-inner .card-image img {
    height:auto;
    width: 100%;
    object-fit: cover;
}
.thank-blog .blog-post-card .blog-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-size: cover;
}
.thank-blog .card-header {
    padding: 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thank-blog .card-header p {
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #4a4a4a;
    text-transform: capitalize;
}
.thank-blog .card-header .author-name {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.thank-blog .card-header .author-name .author-image {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50px;
    margin: 0 14px 0 0;
}
.thank-blog .card-body {
    padding: 0 15px;
    width: 100%;
}
.page-thank-you h3 {
    font-size: 26px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23 !important;
    letter-spacing: normal;
    color: #444444;
    margin: 0 0 10px 0;
}
.thank-blog .card-tag {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px 4px;
    width: 100%;
}
.thank-blog .card-tag a {
    padding: 5px 9px 5px 10px;
    background: #f2f2f2;
    color: #008389;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: capitalize;
    margin: 0 11px 11px 0;
}
.thank-blog .card-tag a:hover {
    background: #008389;
    color: #fff;
}
.thank-blog .card-body p {
    margin: 0 0 15px 0;
}
.thank-blog .card-tag .category-tag {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #008389;
    border-radius: 5px;
    padding: 5px 10px;
    background: #f2f2f2;
    margin: 0 11px 11px 0;
    cursor: pointer;
}
.page-thank-you .center-btn {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.page-thank-you .center-btn .yellow-btn {
    min-width: 231px;
}
.thank-section-2 {
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0;
    text-align: center;
}
.thank-section-2 h3 {
    color: #fff;
}
.thank-section-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.thank-section-2 ul li {
    width: auto;
    padding: 48px 34px 0;
}
.thank-section-2 .container {
    max-width: 854px;
}
.single-casestudy .grid-x {
    margin: 0 -20px;
}
.single-casestudy .cell {
    padding-left: 20px;
    padding-right: 20px;
}
.page-blog {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
section.news-header {
    width: 100%;
    padding: 0;
    background-image: url();
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
section.news-header .title-block {
    padding: 70px 0;
    max-width: 100%;
    width: 100%;
}
section.news-header .title-block h1 {
    margin: 0;
    padding: 0 0 31px 0;
}
.news-header .title-block h1 span.underline--orange1:after {
    content: "";
    border-bottom: 4px solid #fec836;
    width: 60px;
    z-index: 9;
    bottom: 0px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.post-filter {
    width: 100%;
}
.post-filter #filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    width: 100%;
    margin: 0px auto;
}
#filters li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0;
}
#filters li a {
    padding: 21px 30px 20.26px;
    text-align: center;
    color: #008389;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
}
#filters li a.selected {
    background: #f2f2f2;
    color:#444444;
}
.page-blog .blog-posts {
    background: #f2f2f2;
    padding: 40px 0px 70px;
    max-width: 100%;
    overflow: hidden;
}
.category-tag__wrapper {
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
}
.blog-posts .container {
    max-width: 1202px;
    width: 100%;
    padding: 26px;
}
.news-list {
    width: auto;
    margin: 0 -27px;
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
}
.news-list .blog-items {
    width: 33.33%;
    padding: 30px 27px 0px;
    position: static !important;
    left: 0 !important;
    transition-duration: 0.1s !important;
    transform: none !important;
}
.news-list .blog-items .blog-post-card {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 100%;
}
.page-blog-post .blog-post-body-block .post-body__wrapper ul {
    font-family: Montserrat;
    margin: 0px auto;
    padding: 0px 0px 0px 30px;
    list-style: none;
    margin-bottom: 25px;
}
.page-blog-post .blog-post-body-block .post-body__wrapper ul li {
    list-style: none;
    margin: 0 0 8px 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 0 0 0 25px;
}
.page-blog-post .blog-post-body-block .post-body__wrapper ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    background: #fec836;
    border-radius: 10px;
    top: 8px;
}
.blog-posts .grid-margin-x {
    margin-left: 0px;
    margin-right: 0px;
}
.page-blog .blog-posts .blog-items .cell.small-12.large-6 .blog-post-card .card-body .blog-header {
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: normal;
}
.page-blog .blog-posts .blog-items .cell.small-12.large-6 .blog-post-card .card-header .author-name {
    font-family: Montserrat;
    font-size: 12px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-header {
    display: flex;
    align-items: center;
    padding: 15px;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-header .author-image {
    width: 2.2rem;
    border-radius: 50%;
    margin-right: 0.8rem;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-header .author-name {
    font-family: Montserrat;
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-header .published-date__card {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    color: #9b9b9b;
    margin-left: auto;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-image{
    height: 255px;
    width: 100%;
    object-fit: cover;
    background-size:cover;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-body {
    margin: 0;
    padding: 0 15px;
}
.page-blog .category-tag__wrapper {
    padding: 15px 0 4px;
    display: flex;
    flex-wrap: wrap;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-body .category-tag__wrapper .category-tag {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #008389;
    border-radius: 5px;
    padding: 5px 10px 5px 11px;
    background: #f2f2f2;
    margin: 0 11px 11px 0;
    cursor:pointer;
}
.news-list .blog-post-card .blog-post-card {
    position: relative;
    padding-bottom: 60px;
}
.sharethis {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.sharethis .shareinr {
    text-align: center;
    max-width: 98px;
    font-size: 14px;
    color: #008389;
}

.sharethis .shareinr .st-btn {
    background: transparent !important;
    margin: 0 !important;
    display: inline-block !important;
    padding: 0 3px !important;
    height: 25px !important;
    line-height: normal !important;
}
.sharethis .shareinr .st-btn img {
    top: 0 !important;
}
.sharethis .shareinr span {
    padding: 0 0 0 3px;
}
.byo-component .related-news .blog-post-card .card-body .category-tag__wrapper .category-tag{
    color: #008389;
    font-weight:600;
}
.page-blog .blog-posts .cell.small-12.large-6 .blog-post-card .card-body .body-wrapper {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #444444;
}
.byo-component .related-news .blog-post-card .card-body .card-copy-wrapper {
    height: auto !important;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.aritcle-newsletter {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.aritcle-newsletter .newsletter-header {
    max-width: 627px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.aritcle-newsletter .newsletter-header h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 20px 0;
}
.subscribe-form__wrapper .field-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: 0 -19px;
}
.subscribe-form__wrapper .field-group > div {
    padding: 0 19px 30px;
    width: 50%;
}
.subscribe-form__wrapper {
    max-width: 790px;
    margin: 0 auto;
}
.subscribe-form__wrapper .field-group label {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    font-family: Montserrat;
    margin: 0 0 5px 0;
}
.subscribe-form__wrapper .field-group input {
    border: solid 1px rgba(68, 68, 68, 0.25);
    width: 100%;
    height: auto;
    padding: 9px;
    box-shadow: none;
    margin: 0;
    background: #fff;
}
.subscribe-form__wrapper .subscribe-button {
    width: 231px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fec836;
}
.subscribe-form__wrapper input#mc-embedded-subscribe {
    padding: 12px 0px 13px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #144d54;
    background-color: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    width: 100%;
    z-index: 1;
}
.subscribe-form__wrapper .subscribe-button img {
    position: absolute;
    right: 45px;
    top: 15px;
    z-index: 0;
}
section.blog-post-single {
    padding: 70px 0 0 0;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}
.page-blog-post .container {
    max-width: 1000px;
}
section.blog-post-single .hero-image__wrapper {
    width: 100%;
    height: auto;
}
.blog-post-single .hero-image__wrapper img.hero-image {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}
section.blog-post-single h1.title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    margin: 0 0 20px 0;
}
.blog-post-single .category-tag__wrapper {
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 0 0 30px 0;
    display: none;
}
.page-blog-post blockquote {
    margin: 70px auto;
    max-width: 800px;
    width: 90%;
    padding: 0;
}
.page-blog-post blockquote:before {
    display: block;
    padding-left: 10px;
    content: "";
    font-size: 120px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #efefef;
    z-index: -1;
    width: 51px;
    background-image: url(../assets/img/common/invalid-name.svg);
    height: 33px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.author-details__wrapper {
    display: flex;
    align-items: center;
    margin: 70px auto 30px;
    justify-content: center;
}
.author-details__wrapper .author-picture {
    width: 93px;
    height: 93px;
    margin: 0 11px 0 0;
    border-radius: 46.5px;
}
.author-details__wrapper .author-name {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.author-details__wrapper .author-position {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}
.published-date__wrapper {
    text-align: center;
    margin: 30px 0;
}
.published-date__wrapper .published-date {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    opacity: 0.5;
}
.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 74px 0;
}
.byo-component .related-news .blog-post-card .card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.social-links p {
    margin: 2px 0px 0 0;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #444444;
}
.social-icons {
    display: flex;
    align-items: center;
}
.social-icons a {
    margin: 0 0 0 30px;
    display: inline-block;
}
.pst_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.pst_meta .author-details__wrapper {
    margin: 10px;
}

.pst_meta .author-details__wrapper p.author-position {
    margin: 0;
}

.pst_meta .published-date {
    margin: 10px 30px;
    font-size: 14px;
}


.pst_meta .author-details__wrapper .author-name {
    font-size: 15px;
}

.pst_meta .author-details__wrapper .author-picture {
    width: 80px;
    height: 80px;
}

.pst_meta .social-links {
    margin: 10px;
}

.pst_meta .social-links p {
    margin: 0;
    font-size: 16px;
}

.pst_meta .social-links .social-icons a {
    margin: 0 0 0 20px;
}
.page-blog-post .related-services-block {
    background: #f2f2f2;
    max-width: 100%;
    margin: 0;
    padding: 70px 0;
}
.page-blog-post .related-services-block .container {
    max-width: 1140px;
}
.page-blog-post .related-services-block p.related-services-title {
    margin: 0;
}
.page-blog-post .related-services-block .related-services__wrapper {
    margin: 0;
}
.related-services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -20px 0;
}
.related-services-list a {
    min-width: 33%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #008389;
    padding: 30px 20px 0;
}
.postid-6445 .modulecopy_image-6 .copy_image_img {
    width: 100px;
    height: 100px;
}
.byo-component:last-child {
    margin-bottom:85px;
}
.main-navigation--front a {
    color: #fff;
}
.byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul {
    -webkit-columns: 2;
    margin: 20px 0;
    column-count: 2;
    columns:2;
    display: inline-block;
}
.mychart video {
    padding: 0px 40px;
}
.single-post .aritcle-newsletter {
    padding: 0px 0px 70px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.copy_video{
    width:100%;
    margin:0px auto;
}
.success_msg {
    margin: 10px 0px;
    color: #F00;
    font-weight: 400;
}
.success_msg1 {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
}
.title-block p,.byo-component .title-block p {
    max-width: 930px;
}
.page-template-page-byo .byo-component .copy_image .wrapper > h2 {
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: normal;
    margin-bottom:30px;
}
.page-template-page-byo .byo-component.copy_image_twocol .text-container {
    margin: 0px 0 30px 0;
}
.contact-btn {
    position: relative;
}
.contact-btn img {
    position: absolute;
    top: 38px;
    left: 50%;
    margin-left: 35px;
}
.footer .footer_social-wrapper {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.footer .footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 20px;
}
.footer .footer-menu .footer-menu__item {
    display: block;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;
}
.footer .footer_social-wrapper {
    padding-top: 30px;
}
.st-sticky-share-buttons.st-show-total {
    display: none !important;
}
.byo-component.contact_form_signup .contact-form-signup .form-wrapper input[type=submit] {
    margin: 20px auto;
    font-size: 12px;
    color: #444444 !important;
    padding: 14px 50px !important;
    background: #fec836 !important;
    height: 43px;
    border: 1px solid #fec836;
    border-bottom: 1px solid #fec836 !important;
}
.single-service.postid-6472 .byo-component.modulecopy_image-4 .copy_image .wrapper-image {
    margin: 20px auto 0px auto;
}
dl, ol, ul {
    margin-bottom: 25px;
}
.postid-6436 .modulecopy_image-6 .text-container p:last-child {
    margin-bottom: 0px !important;
}
.postid-6436 .byo-component.copy_image.modulecopy_image-6 {
    margin-bottom: 0px;
    padding-top: 20px;
}
.postid-6476 .byo-component.copy_image.modulecopy_image-6 {
    margin-bottom: 0px;
    padding-top: 40px;
}
.postid-6476 .modulelogos_text-7 .logo-item:nth-child(1) {
    position: relative;
    top: 9px;
}
.case_study_footer_logo .footer-logo ul li img {
    object-fit: contain;
    max-width: 100%;
}
.site-header .mobile-navigation__dropdown ul {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}
.site-header .mobile-navigation__dropdown ul li a {
    color: #fff !important;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    text-align: center;
}
.page-case-study-group .case__image {
    width: -webkit-fill-available;
    height: 100%;
    max-height: 366px;
    width:100%;
}
.page-id-6322 .byo-component:last-child {
    margin-bottom: 0px;
}
.sticky-wrapper .footer-logo-casestudy ul {
    padding: 50px 0 0 0;
}
.footer-logo-casestudy ul {
    padding: 0px 0 0 0;
    margin: 0 -20px;
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-logo-casestudy ul li:before {
    display:none;
}
.footer-logo-casestudy ul li {
    width: auto;
    padding: 10px 20px;
    min-width: 25%;
    margin: 0;
}
.byo-component .related-news .blog-post-card .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 15px;
}
.byo-component .case-studies .case__text-right {
    background-color: #fec836;
}
.inline_logo p {
    margin-bottom: 0px;
}
.single-post .post-body__wrapper ul li::marker {
    color: #fec836;
    font-size: 140%;
}
.byo-component .case-studies .manual-cta .inside-wrapper h2{
    max-width: 310px;
    margin-bottom:16px;
}
.case__sub-group.manual-cta p {
    padding-bottom:16px;
    margin: 0px;
    text-align: center;
}
.page-contact-us {
    background-image: url(../assets/img/page-contact/contact-bg-image.svg);
    position: relative;
    z-index: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    margin: 0 auto;
}
.page-contact-us:before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    left: 0;
    width: 28%;
    height: 100%;
    z-index: 0;
}
.page-contact-us .container {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.page-contact-us .left-contact {
    width: 30%;
    min-height: 100%;
    min-width: 234px;
    background: #f2f2f2;
}
.page-contact-us h2 {
    margin: 70px 0 26px 0;
    font-weight: bold;
}
.page-contact-us h2:after {
    content: "";
    width: 50px;
    height: 4px;
    display: block;
    background: #fec836;
    margin: 0px 0 0 0;
}
.address {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 0 62px 0;
}
.address h5 {
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    margin: 0 0 10px 0;
    color: #444444;
}
.address p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #444444;
}
.contact-info {
    width: 100%;
    display: block;
}
.contact-info a {
    display: block;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
}
.contact-info .emal {
    font-weight: 500;
    color: #008389;
    margin-top: 32px;
}
.socil {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    padding: 0px 0 0 0;
}
.socil a {
    font-size: 33px;
    margin: 15px 15px 0;
    color: #008389;
}
.socil a:hover {
    color: #444;
}
.page-contact-us .right-contact {
    width: 70%;
    padding: 0 0 0 38px;
    max-width: 735px;
}
.right-contact p {
    font-size: 20px;
    line-height: 1.5;
    color: #444;
}
.right-contact p {
    font-size: 20px;
    line-height: 1.5;
}
.right-contact .contact-form {
    margin: 0 0 70px;
    width: 100%;
}
.right-contact .contact-form h6 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.right-contact .contact-form small {
    font-size: 12px;
    display: block;
    line-height: normal;
    color: #4a4a4a;
    margin: 0 0 15px 0;
}
.right-contact .contact-form .checkbox-group {
    margin: 0 0 30px 0;
    width: 100%;
}
.right-contact .contact-form .checkbox-group p {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.right-contact .contact-form .checkbox-group p .infusion-checkbox {
    display: flex;
    position: relative;
    z-index: 0;
    padding: 15px 10px 0;
    width: 50%;
    align-items: center;
}
.right-contact .contact-form .checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border: 1px solid #757575;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-contact .contact-form .checkbox-group input[type="checkbox"]:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #008389;
    opacity: 0;
}
.right-contact .contact-form .checkbox-group input[type="checkbox"]:checked:after {
    opacity: 1;
}
.right-contact .contact-form .checkbox-group p .infusion-checkbox label {
    margin: 0 0 0 14.5px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
.right-contact .contact-form p {
    margin: 0 0 15px 0;
}
.checkbox-group {
    margin: 0 0 30px 0;
    width: 100%;
}
.right-contact .contact-form label {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0;
    line-height: normal;
    color: #4a4a4a;
}
.right-contact .contact-form input, .right-contact .contact-form textarea {
    width: 100%;
    max-width: 375px;
    border: 1px solid rgba(68, 68, 68, 0.25);
    box-shadow: none;
    height: 43px;
    font-size: 14px;
    line-height: normal;
    color: #444;
    background: #fff;
}
.right-contact .contact-form textarea {
    min-height: 130px;
}
.right-contact .contact-form .infusion-submit {
    width: 100%;
    padding: 15px 0 0 0;
}
.right-contact .contact-form .infusion-recaptcha {
    width: 231px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #144d54;
    padding: 0;
    height: 43px;
    cursor: pointer;
    border: none;
}
.right-contact .contact-form .infusion-recaptcha:hover {
    background: #144d54;
    color: #fff;
}
.thank-section-blog {
    background: #f2f2f2;
    padding: 70px 0px 70px 0px;
}
.cthank-header{
    width:100%;
    max-width:787px;
    margin:0px auto;
    text-align:center;
}
.cthank-header p {
    padding-top: 30px;
}
.cthank-header p:last-child {
    margin-bottom: 0px;
}
.thank-section-blog h2 {
    text-align: center;
    padding: 0 0 30px 0;
    margin: 0 0 1.5rem 0;
    line-height: normal;
}
span.underline--orange1 {
    position: relative;
    display: inline-block;
    line-height: normal;
}
span.underline--orange1:after {
    content: "";
    border-bottom: 4px solid #fec836;
    width: 60px;
    z-index: 9;
    bottom: 0px;
    margin: 7px auto 0;
    text-align: center;
    display: block;
}
p:empty {
    display: none !important;
    margin: 0px;
    padding: 0px;
}
button{
    background-color: #FEC836;
}
.page-award {
    overflow: hidden;
    width: 100%;
}
.page-award .container {
    max-width: 1100px;
    width: 100%;
    padding: 0 26px;
}
.award-banner {
    width: 100%;
    text-align: center;
    background-image: url(../assets/img/page-award/Awards_Hero.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    background-color: #008389;
    padding:80px 0;
}
.award-banner h1 {
    margin: 0;
    position: relative;
    font-weight: bold;
    z-index: 0;
    color: #fff;
}
.award-banner h1:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #fec836;
    display: block;
    margin: 10px auto 0;
}
.award-banner p {
    margin: 32px 0 0 0;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #fff;
}
.award-list {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #f2f2f2;
    background-image: url(../assets/img/common/lines--wide.svg);
    background-repeat: no-repeat;
    background-size: 370px auto;
    background-position: 100% center;
    padding: 88px 0 100px 
}
.award-list:before, .award-list:after {
    content: "";
    background-image: url(../assets/img/common/lines--wide.svg);
    position: absolute;
    z-index: 0;
    left: 0;
    width: 450px;
    height: 330px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.award-list:before {
    top: -54px;
}
.award-list:after {
    bottom: 10%;
    width: 100px;
    background-size: auto;
}
.award-list .container {
    position: relative;
    z-index: 2;
}
.award-row {
    display: flex;
    position: relative;
    z-index: 0;
    padding: 0;
    align-items: center;
    margin: 0 0 79px 0;
}
.award-row:last-child {
    margin-bottom: 0!important;
}
.award-row .award-text {
    padding: 30px 30px 30px 38px;
    background: #fff;
    min-height: 155px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.award-row .award-image {
    width: 271px;
    min-width: 271px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-shadow: 0 10px 22px 0 rgba(145, 145, 145, 0.5);
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 23px;
}
.award-row .award-image img {
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.award-row .award-text h4 {
    margin: 0 0 15px 0;
    font-size: 26px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    width: 100%;
}
.award-row .award-text p {
    margin: 0;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    width: 100%;
}
.award-row .award-text a {
    font-weight: bold;
    text-decoration: underline;
    color: #008389;
}
.award-row .award-text a:hover {
    text-decoration: none;
    color: #444;
}
.page-award .byo-component {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 70px 0;
    margin: 0 !important;
}
.page-award .byo-component h2 {
    margin: 0 0 10px 0 !important;
}
.page-award .byo-component .case-studies {
    padding: 0 22px !important;
    margin: 0 auto;
}
.view-all-btn {
    overflow: hidden;
    width: 100%;
}
.view-all-btn .button.flex-start {
    margin: 0 auto;
    width: 231px;
    height: 43px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fec836 !important;
    border: none !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.86px;
}
.byo-component .case-studies .case__text-left p {
    font-size: 12px;
    font-weight: 500;
    color: #4A4A4A;
}
.yellow-btn.viewall{
    min-width:200px;
}
.page-home .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px;
}
.page-home .home-banner .row {
    width: 1320px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.page-home .home-banner .row {
    width: auto;
}
.page-home .row .col {
    padding: 0 20px;
}
.page-home .row .col-6 {
    width: 50%;
}
section.home-banner {
    background-image: url(https://www.modea.com/wp-content/uploads/2022/02/Home_Hero_Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 50px 0px 90px 0px;
    width: 100%;
}
.home-banner .col-7 {
    width: 53.047%;
    padding: 0px 25px !important;
}
.home-banner .col-5 {
    width: 45%;
    text-align: center;
}
.home-banner .col-5 img {
    position: relative;
    top: 0;
    right: 0;
}
.page-home .banner-text h1 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    color: #fff;
    margin:24px 0 30px 0;
}
.page-home .banner-text h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.62em;
    margin: 30px 0px 60px 0px;
    color: #fff;
}
.page-home .banner-text p {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    margin: 0 0 60px 0;
    max-width: 700px;
}
section.home-hero .button {
    color: #444;
    margin: 0;
    border: none;
    padding: 14px 36px;
    background: #fec836;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
section.home-hero .button svg {
    width: 19px;
    height: 15px;
    margin: 0 0 0 6px;
    display: inline-block;
    fill: #444 !important;
    position: relative;
    top: 0px;
}
.page-home .button svg {
    width: 14px;
    height: 11px;
    margin: 0 0 0 4px;
    display: inline-block;
    fill: #444444 !important;
}
.page-home .button svg path {
    fill: #444 !important;
}
.page-home .button:hover {
    opacity: 0.8;
}
section.home-hero .modea-logo {
    max-width: 492px;
    width: 100%;
    height: auto;
}
section.home-hero h2 {
    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #008389;
    max-width: 971px;
    margin: 40px auto 15px;
}
section.home-hero h4 {
    font-size: 26px;
    font-weight: 300 !important;
    font-stretch: normal;
    font-style: normal;
    line-height:32px;
    letter-spacing: normal;
    text-align: center;
    max-width: 877px;
    margin: 0 auto 30px;
}
section.home-hero #banner-arrow {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 1;
}
section.case-grid {
    padding: 82px 0 58px;
    width: 100%;
    margin: 0;
    height: auto;
}
section.case-grid .container {
    max-width: 1152px;
}
.case-grid .case-grid-box {
    min-height: 100%;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.case-grid .case-grid-box .case-grid-text {
    padding: 40px 15px 29px 33px;
    width: 100%;
}
.case-grid .case-grid-box .case-grid-text h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #444444;
    margin: 0 0 15px 0;
}
.case-grid .case-grid-box .case-grid-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    margin: 0 0 15px 0;
}
section.case-grid .row {
    margin: 0 -15px;
    align-items: normal;
}
section.case-grid .row .col {
    padding: 15px 15px;
}
.case-grid .case-grid-box .button {
    margin: 0;
    border: 1px solid #008389;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #015960;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 29px;
    background: #fff;
}
.case-grid .case-grid-box .button svg path {
    fill: #fec836!important;
}
.case-grid .case-grid-box .button:hover {
    background: #008389;
    color: #fff;
}
.case-grid .case-grid-box .button:hover svg path {
    fill: #fff !important;
}
.case-grid .case-grid-box > img {
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}
.form-inner {
    background: #008389;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    padding: 37px 80px 40px 150px;
    text-align: center;
    margin: 0 0 0 290px;
}
.home-form .container {
    padding: 0px;
}
section.home-form {
    width: 100%;
    overflow: hidden;
    padding: 40px 125px 93px 0px;
}
.form-inner img {
    position: absolute;
    left: -200px;
    top: 0;
    margin: -40px 0;
    z-index: 1;
    width: 288px;
}
.form-inner h3 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 20px 0 0 0;
}
.form-inner h3:before {
    background: #fec836;
    content: "";
    height: 4px;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.form-flex {
    display: flex;
    align-items: flex-start;
}
.form-flex p {
    text-align: left;
    margin: 20px 10px 0 0;
    padding: 0;
}
.form-flex p label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}
.form-flex p input {
    margin: 0;
    background: #FFFFFF;
    border: 1px solid rgba(68, 68, 68, 0.25);
    height: 43px;
}
.form-flex p .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 13px;
}
.form-flex p input.wpcf7-form-control.wpcf7-submit {
    background-image: url(../assets/img/page-home/sign-up-btn.svg);
    background-size: 100% 100%;
    background-color: transparent !important;
    border: none;
    border-radius: 10px;
    min-width: 152px;
    height: 43px;
    margin: 19px 0 0 6px;
    font-weight: 700;
    font-size: 0;
    line-height: 15px;
    text-align: center;
    letter-spacing: .857143px;
    text-transform: uppercase;
    color: #444;
    cursor: pointer;
}
.form-flex p input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.9;
}
.form-flex p span.wpcf7-spinner {
    display: block;
}
.form-inner .wpcf7-response-output {
    color: #fff;
    margin: 10px 0 !important;
}
.form-flex p span.wpcf7-spinner {
    display: block;
    position: absolute;
}
.page-home .award-main {
    background: transparent;
}
.thought-leadership {
    text-align: center;
    max-width: 1063px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}
.thought-leadership #banner-arrow {
    margin: -50px 0 0px 0;
    display: block;
}
.thought-leadership h3 {
    margin: 70px 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62em;
    font-size: 26px;
    font-weight: 300;
}
section.partner-main {
    width: 100%;
    overflow: hidden;
    padding: 0 0 106px 0;
}
.slick-slider .logo-image {
    text-align: center;
}
.slick-slider .logo-image img {
    width: auto;
    height: 60px;
    max-width: 90%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.slick-slider .slick-arrow {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding: 0;
    font-size: 0px;
    width: 36px;
    height: 36px;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0px, -50%);
    cursor: pointer;
    z-index: 9;
    color: #0480A8;
    border: none !important;
}
.slick-slider .slick-arrow:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
}
.slick-slider .slick-prev.slick-arrow {
    left: 5px;
}
.slick-slider .slick-next.slick-arrow {
    right: 5px;
}
.slick-slider .slick-arrow.slick-next:after {
    content: "\f054";
}
.partner-main .slick-slider .slick-arrow {
    background-color: #ffffffb8 !important;
    width: 46px;
    height: 46px;
}
section.award-main {
    padding: 70px;
    background: #f2f2f2;
    text-align: center;
    width: 100%;
}
section.award-main h4 {
    color: #444444;
    margin: 0 0 70px 0;
    font-weight: 600 !important;
}
section.award-main h4 strong {
    color: #008389;
    font-weight: 600;
}
.award-main .slick-slider .logo-image img {
    height: 148px;
}
.award-main .slick-slider .slick-prev.slick-arrow {
    left: -20px;
}
.award-main .slick-slider .slick-next.slick-arrow {
    right: -20px;
}
.page-home .container {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
}
.page-home .home-banner .container {
    max-width: 1400px;
    width: 100%;
    padding: 22px 20px;
}
section.home-case-study {
    padding: 70px 0 0;
    width: 100%;
}
section.home-case-study {
    padding: 70px 0 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.home-case-study .row .col {
    width: 50%;
}
.home-case-study .row {
    padding-bottom: 90px;
    flex-direction: row-reverse;
}
` .home-case-study .hide-desktop {
    display: none !important;
}
.home-case-study .row:nth-child(2n+2) {
    flex-direction: row;
}
.home-case-study .row.edge-left .col-img {
    margin-left: -22% !important;
    width: 70%;
}
.home-case-study .row.edge-right .col-img {
    margin-right: -21% !important;
    width: 70%;
}
.home-case-study .col-text h2 {
    margin: 0 0 20px 0;
}
.page-home .home-case-study .col.col-text {
    padding: 0px 4em 0px 5em;
}
.home-case-study .col-text h2:after {
    content: "";
    display: block;
    background: #fec836;
    height: 4px;
    width: 50px;
}
.contact-form-signup .button {
    width: 100% !important;
    max-width: 260px !important;
}
.byo-component .button, .byo-component .form-wrapper input[type=submit] {
    border: solid 0px #FEC836;
    background: #FEC836 !important;
}
.error404 .page-our-team {
    width: 100%;
    max-width: 1003px;
    margin: 0px auto;
    padding: 0px 0px 50px 0px;
}
.error404 h3.blog-header {
    text-align: center;
    padding: 20px 0px;
}
.page-mission {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-image: url(../assets/img/page-mission/Our_Mission_Desktop_Background_1920.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}
.mission-banner {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
    text-align: center;
}
.mission-banner .container {
    max-width: 991px;
}
.mission-banner .modea-logo {
    display: block;
    text-align: center;
    width: 100%;
}
.mission-banner .modea-logo img {
    width: 103px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}
.mission-banner h1 {
    position: relative;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    z-index: 0;
    color: #015960;
    margin: 0 0 30px 0;
}
.mission-banner h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #fec836;
    margin: 10px auto 0;
}
.mission-banner h3 {
    margin: 0;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46 !important;
    letter-spacing: normal;
    text-align: center;
    color: #444444;
    font-size:26px;
}
.page-mission .section {
    padding: 0 0 70px 0;
    background: transparent;
}
.page-mission .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    align-items: center;
}
.page-mission .row .col {
    padding: 0 20px;
}
.page-mission .row .col-7 {
    width: 52.4%;
}
.page-mission .row .col-5 {
    width: 47.6%;
}
.page-mission .row p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    margin: 0 0 30px 0;
}
.page-mission .row p:last-child {
    margin-bottom: 0;
}
.page-mission .row h2 {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}
.center-content {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 70px 0 0;
}
.center-content h2 {
    text-align: center;
}
.center-content h2::after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.center-content p {
    max-width: 938px;
    font-size: 20px;
    font-weight: 300;
    margin: 18px auto 0px;
}
.center-heading {
    text-align: center;
    margin: 0;
    padding: 70px 0 0 0;
}
.center-heading h3 {
    margin: 0 0 10px 0;
    font-weight: 500 !important;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
}
.center-heading h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #008389;
    display: inline-block;
}
.center-heading h2::after {
    width: 100%;
}
.mission-what-do .row {
    flex-direction: row-reverse;
}
.mission-what-do .row {
    flex-direction: row-reverse;
}
.page-mission .row p:last-child {
    margin-bottom: 0;
}
.mission-things {
    text-align: center;
    width: 100%;
}
.mission-things h2 {
    margin: 0;
}
.mission-things h2:after {
    display: none !important;
}
.mission-things ul {
    list-style: none;
    margin: 0 -19px;
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.mission-things ul li {
    width: 50%;
    padding: 0 19px !important;
    margin: 30px 0 0 0;
}
.mission-things ul li:before {
    display: none !important;
}
.mission-things ul li img {
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 0 15px 0;
}
.mission-things ul li h4 {
    font-weight: 500;
    line-height: normal;
}
.mission-things ul li p {
    margin: 0;
}
.page-mission .full-image img {
    width: 100%;
    height: auto;
}
.errorpage h3.blog-header {
    text-align: center;
}
#menu-case-study, #menu-about-us, #menu-services {
    display: block;
    list-style: none;
    text-align: center;
}
#menu-case-study li a, #menu-about-us li a, #menu-services li a{
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}
.thank-section-blog.notfound {
    background: #f2f2f2;
    padding: 50px 0px 70px 0px;
}
.notfound p.related-services-title {
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    font-family: 'Montserrat';
    text-align: center;
    color: #444444;
}
.notfound .related-services-list a {
    min-width: 33%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #008389;
    padding: 10px 20px 0;
}
.page-template-page-not-found .thank-section-1 {
    padding: 70px 0;
}
.page-template-page-not-found .title-block.cthank-header {
    padding-top: 0;
}
.page-template-page-not-found .cthank-header p:last-child {
    margin-bottom: 0px;
}
.page-career {
    width: 100%;
    overflow: hidden;
}
.page-career .section .container {
    max-width: 1220px;
}
.page-career p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.page-career p strong{
    color: #008389;
    font-weight: 600;
}
.page-career p:last-child {
    margin-bottom: 0;
}
.career-banner {
    padding: 89px 0 120px;
    text-align: center;
    margin: 0;
    width: 100%;
    background-image: url(../assets/img/page-career/m-ission-hero.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.career-banner h1 {
    color: #fff;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    margin: 0;
}
.career-banner h1:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #fec836;
    margin: 20px auto 0;
}
.career-banner h2 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 30px 0;
}
.career-banner .yellow-btn {
    width: 231px;
}
.career-award {
    text-align: center;
    width: 100%;
    margin: -65px 0 -20px;
    padding: 0 0 0px 0;
}
.career-award ul {
    margin: 0 -20px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.career-award ul li {
    padding: 0 20px 20px;
    list-style: none;
    width: auto;
}
.page-career .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
    align-items: center;
}
.page-career .row .col {
    padding: 0 19px;
    width: 50%;
}
.page-career .row .col-6 {
    width: 50%;
}
.career-image-text .row .col-6 img {
    width: 100%;
}
.career-image-text .center-heading {
    max-width: 992px;
    margin: 0 auto;
}
.career-image-text .center-heading h3 {
    font-weight: 500 !important;
    margin: 0;
    font-size:26px;
}
.career-image-text .center-heading h3 a {
    color: #008389;
    border-bottom: 2px solid #fec836;
    padding-bottom: 2px;
}
.career-image-text .center-heading h3 a:hover {
    border-bottom-color: transparent;
}
.our-culture-value {
    background-image: url(../assets/img/page-career/bluebackground.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.section.our-culture-value h2 {
    margin-bottom: 20px;
}
.our-culture-value *{
    color: #fff;
}
.our-culture-value .row + .row {
    margin-top: 35px;
}
.our-culture-value ol {
    list-style: none;
    padding: 0;
    counter-reset: my-awesome-counter;
    margin: 0 auto;
    max-width: 420px;
    display: block;
}
.our-culture-value ol li {
    counter-increment: my-awesome-counter;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0;
    min-height: 49px;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.our-culture-value ol li::before {
    content: counter(my-awesome-counter) "";
    color: #fec836;
    font-weight: bold;
    left: 0;
    font-size: 21px;
    border: 2px solid #fec836;
    width: 49px;
    min-width: 49px;
    height: 49px;
    position: static;
    text-align: center;
    top: 0;
    display: inline-block;
    line-height: 45px;
    border-radius: 50px;
    margin: 0 14px 0 0;
}
.section .container.small-width {
    max-width: 800px;
}
section.section.career-gallery-main {
    padding: 0 !important;
}
.career-gallery-main .container {
    max-width: 992px !important;
}
.career-gallery {
    margin: 0 -19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.career-gallery.hide-desktop {
    display: none !important;
}
.career-gallery img {
    padding: 0 19px;
    width: 60%;
    height: auto;
}
.career-gallery .small-image {
    width: 40%;
}
.career-gallery img:nth-child(n+3) {
    margin-top: 30px;
}
.benefits-perks p {
    margin: 0;
}
.benefits-perks ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 -18px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits-perks ul li {
    margin: 55px 0 0 !important;
    padding: 0 18px !important;
    width: 50%;
}
.benefits-perks ul li::before {
    display: none;
}
.benefits-perks ul li img {
    width: auto;
    height: 50px;
    margin: 0 0 15px 0;
}
.benefits-perks ul li h4 {
    margin: 0 0 10px 0;
}
.benefits-perks ul li p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
}
.open-position {
    background-color: #f2f2f2 !important;
}
.open-position ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.open-position ul li {
    line-height: normal;
    margin: 0 !important;
    padding: 0;
}
.open-position ul li span {
    display: inline-block;
    border-bottom: 1px solid #979797;
    padding: 0 0 15px 0;
}
.open-position ul li:last-child span {
    border-bottom: none;
    padding-bottom: 0;
}
.open-position ul li::before {
    display: none;
}
.open-position ul li a {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    padding: 20px 0px 8px 0px;
}
.open-position ul li a:hover {
    color: #FEC836;
}
.open-position ul li:last-child ul {
    margin-bottom: 0;
}
.open-position ul li:last-child a {
    padding-bottom: 0 !important;
}
ul.list-inline.job-attributes {
    margin: 0px;
    list-style: none;
    border: 0px;
    display: block;
    margin-bottom: 5px;
}
.job-attributes {
    font-size: 14px;
    margin-bottom: 0;
    list-style:none;
}
ul.list-inline.job-attributes li {
    border: 0px;
    list-style: none;
    display: inline;
    padding: 0px 20px 0px 0px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
    font-size:14px;
}
.job-attributes .fa {
    padding-right: 6px;
}
.career-gallery .small-image img {
    width: 100%;
}
.career-gallery .large-image {
    width: 60%;
}
.career-gallery .large-image img {
    width: 100%;
}
.career-gallery.hide-desktop .large-image {
    width:100%;
}
.new-value .container {
    max-width: 960px;
}
.value-banner {
    overflow: hidden;
    width: 100%;
    padding: 58px 0 80.5px;
    margin: 0;
    background-image: url(../assets/img/new-value/Why-Tech-Natives.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 0;
}
.value-banner:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: hsla(0, 0%, 0%, 0.4);
    z-index: 0;
}
.value-banner .container {
    position: relative;
    z-index: 1;
}
.value-banner h5 {
    color: #4ca1f9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 15px 0;
}
.value-banner .logo {
    display: block;
    width: 220px;
    margin: 0 0 20px 0;
}
.value-banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 48px !important;
}
.value-banner p {
    margin: 0;
    color: #fff;
    font-size: 23px;
}
.value-banner .row {
    align-items: center;
}
.new-value .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.new-value .row .col {
    padding: 0 15px;
}
.new-value .row .col-sm-5 {
    width: 43.43%;
}
.new-value .row .col-sm-7 {
    width: 56.57%;
}
.new-value .row .col-sm-12 {
    width: 100%;
}
.new-value .row .col-sm-6.col-md-3 {
    width: 25%;
}
.value-banner .form-box {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(204 204 204 / 81%);
}
.value-banner .form-box form {
    padding: 0 !important;
    box-shadow: none !important;
}
.value-banner .form-box p{
    color: #444;
    text-align: center;
    font-size: 18px;
    margin: 12px 0;
    position: relative;
    z-index: 0;
}
.value-banner form {
    padding: 20px 30px;
    background: #fff;
}
.value-banner form p {
    color: #444;
    text-align: center;
    font-size: 18px;
    margin: 12px 0;
    position: relative;
    z-index: 0;
}
.value-banner .form-box > p {
    margin: 0;
}
.value-banner form p div.infusion-field-required-errorMessage {
    position: absolute;
    bottom: -17px;
    width: 100%;
    left: 0;
    text-align: left;
    line-height: normal;
}
.value-banner form p .infusion-field-required-errorMessage span {
    font-size: 12px;
    line-height: normal;
    color: #f00;
}
.value-banner form p label {
    font-family: Montserrat;
    color: #444444;
    font-size: 14px;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}
.value-banner form p .options-container label {
    width: auto!important;
    margin: 0 5px !important;
}
.value-banner form p input[type="radio"] {
    margin: 0;
    position: relative;
    top: 2px;
    width: auto;
}
.value-banner .form-box p .options-container {
    width: 100%;
    display: flex;
    align-items: center;
}
.value-banner .form-box p .options-container .infusion-option {
    margin: 0 20px 0 0;
}
.value-banner form .infusion-submit {
    width: 100%;
    text-align: center;
}
.value-banner form p input:not([type="radio"]), .value-banner form p textarea {
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    color: #444444;
    background-color: #FFFFFF;
    font-size: 0.9375rem;
    border-radius: 3px;
    padding: 0.5rem 0.625rem 0.5625rem;
    height: 43px;
    margin: 0px !important;
    appearance: none;
    border: 1px solid #A3BAC6;
    line-height: 1.5 
}
.value-banner form p input:focus, .value-banner form p textarea:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}
.value-banner form .infusion-submit button {
    cursor: pointer;
    background: #fec836;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    height: 43px;
    width: 100%;
    border-radius: 0;
    margin: 10px 0 0 0;
    letter-spacing: 0;
    max-width: 400px;
    text-transform: uppercase;
}
.value-banner form .infusion-submit button:hover {
    background-color: #F6B505;
}
.new-value .section h2 {
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
    color: #444;
}
.new-value .section h2::after {
    display: none;
}
.value-section-1 p {
    text-align: center;
}
.section.value-section-1 {
    text-align: center;
}
.value-section-1 .iconbox-img {
    width: 120px;
    background: #fec836;
    height: 120px;
    border-radius: 150px;
    padding: 20px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.value-section-1 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.value-section-1 h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #444;
}
.value-section-1 p {
    margin: 0;
    font-size: 17px;
    color: #444;
}
.value-section-1 .iconbox p {
    font-size: 14px;
    color: #444;
}
.value-section-1 .col.col-sm-6.col-md-3 {
    margin-top: 30px;
}
.section.value-section-2 {
    background: #144d54;
    margin-bottom: -2px;
}
.new-value .section.value-section-2 h2 {
    color: #fff;
}
.value-section-2 h2 {
    color: #fff;
}
.value-section-2 p {
    color: #fff;
    font-size: 18px;
    padding: 0px 40px;
}
.new-value .white-btn {
    color: #000000;
    border-color: hsl(0, 0%, 100%);
    background-color: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: .25rem;
    width: 184px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    font-family: Montserrat !important;
    text-transform: uppercase;
}
.new-value .white-btn:hover {
    background: #FDCD7C;
    color: #474545;
}
.new-value .container.small-container {
    max-width: 860px;
}
.value-footer.section {
    text-align: center;
    padding: 60px 0;
}
.value-footer .footer-logo {
    width: 188px;
    display: inline-block;
    margin: 0 0 30px 0;
}
.value-footer .container {
    max-width: 680px !important;
    padding:0px 20px;
    width:100%;
}
.value-footer p {
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 17px;
}
.value-footer h6 {
    font-weight: bold;
    margin: 0;
    font-size: 17px;
    color: #444;
}
.value-footer a {
    color: #4ca1f9 !important;
}
.digital-impact {
    overflow: hidden;
    width: 100%;
    margin: 0;
    background-image: url(../assets/img/landing-page/Digital-Impact-Analysis-Background.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    position: relative;
    z-index: 0;
}
.digital-impact-banner {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 70px 0 !important;
    background: none !important;
}
.digital-impact-banner.value-banner:before {
    display: none !important;
}
.digital-impact-banner h2 {
    text-align: center;
    color: #144d54;
    font-weight: bold;
}
.digital-impact-banner h2:after {
    content: "";
    margin: 0 auto 15px;
    display: block;
    width: 50px;
    height: 3px;
    background: #FEC836;
}
.digital-impact-banner p {
    color: #444;
    font-size: 18px;
    margin: 0 0 25px 0;
}
.digital-impact-banner h3 {
    color: #008389 !important;
}
.digital-impact-banner .col-sm-7 {
    text-align: left;
}
.digital-impact-banner h3:after {
    width: 50px;
    height: 3px;
    content: "";
    display: block;
    background: #FEC836;
    margin: 5px 0 15px;
}
.digital-impact-banner .col-sm-7 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.digital-impact-banner .col-sm-7 ul li {
    list-style: none;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    padding: 0;
}
.digital-impact-banner .col-sm-7 ul li .icon {
    width: 40px;
    margin: 0 20px 0 0;
    min-width: 40px;
}
.digital-impact-banner .col-sm-7 ul li .icon img {
    width: 100%;
}
.digital-impact-banner .col-sm-7 ul li:last-child {
    margin-bottom: 0;
}
.digital-impact-banner.value-banner form {
    box-shadow: 0px 0px 10px rgb(204 204 204 / 81%);
}
.digital-impact-banner.value-banner .hcic form {
    box-shadow: 0px 0px 0px rgb(204 204 204 / 81%);
}
.digital-impact .section.value-section-2 {
    text-align: center;
}
.digital-impact .value-section-2 h4 {
    color: #fff;
    margin: 0;
    font-weight: 400 !important;
    font-size:20px;
    line-height:1.62em;
}
.row.txtdsc {
    padding: 50px 0px 0px 0px;
}
.digital-impact .row.txtdsc h4 {
    color: #444;
    margin: 0;
    font-weight: 400 !important;
    font-size:20px;
    line-height:1.62em;
}
.homeform.subscribe-form__wrapper .field-group1 label {
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.homeform.subscribe-form__wrapper .field-group1 {
    padding-top: 20px;
}
.homeform input#mc-embedded-subscribe {
    width: 60%;
}
.field-group1 .inputfield {
    display: block;
    max-width: 295px;
    width: 35%;
    float: left;
    margin: 0px 11px;
}
.homeform.subscribe-form__wrapper .subscribe-button {
    background: #fec836;
    width: 152px;
    border-radius: 10px;
    top: 4px;
    height: 43px;
}
.field-group1 {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.page-mission .row .col-7 img {
    padding-top: 30px;
}
.videowrapper{
     float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
     height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container.videoblock{
    max-width:800px;
    margin:0px auto;
    text-align:center;
}

/*************popup-section**************/
section.popup-section {
    width: 100%;
    padding: 45px 110px;
    display: inline-block;
    padding-right: 20px;
}

section.popup-section .wrapper-image {
    max-width: 982px !important;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background: #008389;
    min-height: 244px;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
}
section.popup-section .wrapper-image img {
    position: absolute;
    left: -100px;
    top: -44px;
    z-index: 1;
    max-width: 290px;
    width: 100%;
}
section.popup-section .popup-text {
    width: 100%;
    padding: 0 0 0 140px;
}
section.popup-section .popup-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 24px 0;
}

section.popup-section .popup-text h3:before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    background: #F6C340;
    width: 70px;
    height: 4px;
}

section.popup-section .popup-text .button {
    margin: 0;
    border-radius: 10px !important;
}
.pum-theme-lightbox .pum-container {
    background: #008389!important;
    border-radius: 20px!important;
    box-shadow: none !important;
    margin: 30px auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 90% !important;
    max-width: 1040px !important;
}

.form-popup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-popup img {
    width: 30%;
    height: auto;
}

.form-popup form {
    width: 70%;
    padding: 20px;
    text-align: center;
}

.form-popup form h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.form-popup form .infusion-field {
    max-width: 480px;
    margin: 0 auto;
    width: 90%;
}

.form-popup form .infusion-submit button {
    margin: 0;
    border: solid 0px #FEC836;
    background: #FEC836 !important;
    color: #444 !important;
    padding: 14px 20px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.86px;
    text-transform: uppercase;
}
.form-popup form .infusion-submit button:hover { 
	opacity: 0.85;
}
button.pum-close.popmake-close {
    background: #FEC836 !important;
    color: #444 !important;
    border-color: #FEC836 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
}

.postid-6476 .byo-component.copy_image.modulecopy_image-8 {
    margin-bottom: 0px;
}
.round{
    border-radius: 10px !important;
}

.padding-zero{
    padding-top:0px !important;
}

/*******page not found********/
.not-found-1 h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
}

.not-found-1 h2 .underline--orange1:after {
    margin: 13px auto 10px;
}
.not-found-1 h4 {
    font-weight: 800 !important;
}
.backhome {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

.backhome a {
    color: #008389;
    font-weight: bold;
    font-size: 22px;
    text-decoration: underline;
}

.backhome a:hover {
    text-decoration: none;
}
.no-found-section2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 0 60px 0;
}

.no-found-section2 .related-services-title {
    font-weight: 800 !important;
    margin: 0 0 20px 0;
}

ul.no-found-list {
    list-style: none;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.no-found-list li {
    padding: 0;
    width: calc(33.33% - 20px);
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
}
ul.no-found-list li .found-text {
    width: 100%;
    text-align: center;
    padding: 20px;
}
ul.no-found-list li .found-text h5 {
    font-weight: 800;
    margin: 0 0 10px;
    width: 100%;
}

ul.no-found-list li .found-text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 10px;
    min-height: 85px;
    padding: 0;
}
ul.no-found-list li .found-image {
    display: block;
    width: 100%;
}
ul.no-found-list li .found-image img {
    display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
    object-position: top;
}
ul.no-found-list .btn-without-border {
    border: 2px solid #008389;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 9px 20px;
    line-height: normal;
    text-align: center;
    color: #008389;
    letter-spacing: 0.86px;
}

ul.no-found-list .btn-without-border i.fas {
    font-size: 90%;
    color: #FEC836;
    margin: 0 0 0 8px;
}

ul.no-found-list .btn-without-border:hover {
    background: #008389;
    color: #fff;
}
/**********podcast**********/
section.section.podcast {
    padding: 0;
}

.podcast-banner {
    background: #008389 !important;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}
.podcast-banner img {
    display: block;
    width: 100%;
    height: auto;
}
.podcast-banner * {
    color: #fff;
}
.podcast .podcast-list {
    list-style: none;
    margin: 0 !important;
    padding: 70px 0 40px !important;
}

.podcast ul.podcast-list li {
    list-style: none;
    padding: 30px;
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f2;
    align-items:start;
}

.podcast ul.podcast-list li:before {
    display: none;
}

.podcast ul.podcast-list li .episode {
    width: 30%;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #222;
    border-radius: 7px;
    border: 1px solid #222;
}
.episode img {
    border-radius: 10px;
}
a.spotify img {
    height: 41px;
}
.podlinks {
    padding-top: 15px;
}
.podcast ul.podcast-list li  .episode-content {
    width: 70%;
    padding: 0 0 0 40px;
}

.podcast-list .episode-content .episode-links {
    margin: 0 0 20px 0;
}

.podcast-list .episode-content h2 {
    margin: 0 0 10px 0;
}

.podcast-list .episode-content .podcast-meta {
    margin: 0 0 20px 0;
}
.podcast-list .episode-content p:last-child {
    margin-bottom: 0;
}

/********/
.stats {
    width: 100%;
    padding: 50px 0 0;
    overflow: hidden;
}
.stats .stat-item {
    padding: 20px;
    height: 100%;
}

.stats .slick-track {
    display: flex;
}

.stats .slick-slide {
    display: block;
    float: none !important;
    min-height: 100%;
    height: auto;
}

.stats .slick-slide > div {
    height: 100%;
    display: block;
    padding: 30px;
}

.stats .slick-current .stat-item {
    box-shadow: 0px 0px 10px rgb(204 204 204 / 46%);
}

.stats .slick-current .stat-item h4:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #008389;
    margin: 0 0 10px 0;
}
.stats + section.case-grid {
    padding-top: 40px;
}
.top_logo {
    width: 100%;
    max-width: 190px;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
}
.container.hcic {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}
.value-banner .hcic .form-box {
    box-shadow: 0px 0px 0px rgb(204 204 204 / 81%);
}
.ajax-msg {
    color: #f00;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-weight: 500;
    font-size: 14px;
}
.page-pagename.ewrapper {
    min-height: 400px;
}
@media screen and (max-width: 1840px) {
    .home-case-study .row.edge-left .col-img {
        margin-left: -18% !important;
        width: 66%;
    }
    .home-case-study .row.edge-right .col-img {
        margin-right: -18% !important;
        width: 66%;
    }
}
@media screen and (max-width: 1640px) {
    .home-case-study .row.edge-left .col-img {
        margin-left: -10% !important;
        width: 59%;
    }
    .home-case-study .row.edge-right .col-img {
        margin-right: -10% !important;
        width: 59%;
    }
}
@media screen and (max-width: 1480px) {
    .home-case-study .row.edge-left .col-img {
        margin-left: -5% !important;
        width: 55%;
    }
    .home-case-study .row.edge-right .col-img {
        margin-right: -5% !important;
        width: 55%;
    }
    h1 {
        font-size: 48px;
    }
    .page-mission {
        background-image: url(../assets/img/page-mission/mission-laptop-background-icons.svg);
    }
    section.home-hero {
        background-size: cover;
    }


    ul.no-found-list li .found-text {
        padding: 20px 20px;
    }
    .not-found-1 h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 1400px) {
    .home-case-study .row.edge-left .col-img {
        margin-left: -3% !important;
        width: 53%;
    }
    .home-case-study .row.edge-right .col-img {
        margin-right: -3% !important;
        width: 53%;
    }
}
@media screen and (max-width: 1280px) {
    h1 {
        font-size: 42px;
    }
    .form-inner {
        padding: 37px 40px 40px 130px;
        margin: 0 0 0 190px;
    }

    ul.no-found-list li {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 1024px) {
    h1 {
        font-size: 36px;
    }
    .form-inner img {
        width: 260px;
    }
    .form-inner {
        padding: 30px 20px 40px 80px;
        margin: 0 0 0 190px;
    }
    .podcast ul.podcast-list li .episode {
        width: 40%;
    }
    .podcast ul.podcast-list li  .episode-content {
        width: 60%;
        padding: 0 0 0 30px;
    }
}
@media screen and (min-width: 64.1em) {
    .section .design__left {
        padding-right: 2rem !important;
    }
    .banner h2 {
        padding-right: 40px;
        max-width: 502px;
    }
}
@media screen and (max-width: 64em) {
    section.banner {
        padding: 50px 0px;
        overflow: hidden;
        height: 557px;
    }
    .casestudy-6844 section.banner, .casestudy-6876 section.banner {
        padding-bottom: 50px;
    }
    .banner .large-order-1 {
        text-align: center;
        max-height: 292px;
        overflow: hidden;
        padding-top: 50px;
    }
    .banner img.banner-image {
        max-height: none !important;
    }
    .text-image .video-box.fit-aspect-ratio {
        padding-bottom: 78%;
        max-width: 390px;
        margin: 0 auto 70px;
    }
    .small-center {
        text-align: center;
    }
    .case-goal .large-8 {
        padding-right: 0;
    }
    .text-image .large-8 {
        padding-right: 0%;
    }
    .section .small-order-1.large-order-2 {
        margin-bottom: 40px;
    }
    .testimonial-2.padding-bottom-none {
        padding-bottom: 70px !important;
    }
    .testimonial-2 blockquote {
        margin-left: 0;
        padding-left: 25px;
        max-width: 100%;
    }
    .section ul.outcom-reslt li strong {
        font-size: 46px;
    }
    .section ul.outcom-reslt li .subtext {
        font-size: 18px;
    }
    .case-goal .large-4 {
        margin-top: 70px;
    }
    .long-img {
        margin-top: 60px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 1039px) {
    .site-header .mobile-navigation__wrapper {
        align-items: center;
    }
    .mobile-navigation__dropdown .menu-primary-menu-container .menu-btn a {
        border: 0px solid #fec836 !important;
        background: transparent;
    }
    .mobile-navigation__contact {
        margin: 0px 20px 0px 0 !important;
        padding: 10px 14px !important;
        border: 2px solid #fec836;
        height: auto;
    }
    .site-header #mobile-navigation__link img {
        margin: 0;
    }
    .site-header #mobile-navigation__link {
        z-index: 1000;
        background:transparent;
        padding: 9px;
    }
    .site-header .mobile-navigation__dropdown {
        left: 0;
        width: 100%;
        position: fixed;
        top: 65px;
        max-width:100%;
        z-index: 99999;
        background:#008389;
    }
    .site-header .mobile-navigation__dropdown ul {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
}
@media screen and (max-width: 1025px) {
    section.banner{
        height: 100vh;
    }
    .banner .large-order-1{
        max-height:100%;
    }
    .footer .footer-menu {
        text-align: center;
    }
    .footer .footer_social-wrapper {
        justify-content: center !important;
    }
    .thank-header h1, .thank-header h2 {
        font-size: 32px!important;
    }
    .thank-blog {
        margin: 0 -16px;
    }
    .thank-blog .blog-post-card {
        padding: 0 16px;
    }
    .thank-section-2 {
        padding: 130px 0;
    }
    .page-contact-us .right-contact {
        width: 65%;
    }
    .right-contact p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    .news-list {
        margin: 0 -15px;
    }
    .news-list .blog-items {
        padding: 30px 15px 0;
    }
    .title-block {
        padding-top: 2rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
    .thank-section-1 .title-block {
        padding-top: 0;
    }
    .center-heading h2 {
        padding: 0;
        display: inline;
        border-bottom: 2px solid #fec836;
    }
    .center-heading h2::after {
        display: none;
    }
    .value-banner h1 {
        font-size: 36px !important;
    }
    .value-banner p {
        font-size: 20px;
    }
}
@media screen and (max-width: 940px) {
    .thank-header h1, .thank-header h2 {
        font-size: 30px!important;
    }
    .thank-blog {
        padding-top: 20px;
    }
    .thank-blog .blog-post-card {
        width: 50%;
    }
    .thank-section-2 {
        padding: 100px 0;
    }
}
@media screen and (max-width: 920px) {
    .section .container {
        padding: 0 27.5px;
        width: 100%;
    }
    .text-image .video-box.fit-aspect-ratio {
        padding-bottom: 62%;
        max-width: 300px;
        margin: 0 auto 70px;
    }
    section.full-image .container.standard, section.full-image .container.large {
        width: 100%;
        padding: 0;
    }
    .form-inner {
        padding: 30px;
        margin: 0;
    }
    section.home-form {
        width: 100%;
        overflow: hidden;
        padding: 80px 0 1px;
    }
    .form-inner img {
        position: static;
        margin: -150px 0 30px 0px;
    }
}
@media screen and (max-width: 840px) {
    .section ul.outcom-reslt li {
        width: 50%;
    }
    .awrd_listing_main .awrd_listing {
        padding: 0 20px;
        width: 100%;
    }
    .banner {
        background-size: 100% auto !important;
    }
    #filters li a {
        padding: 15px 15px;
        font-size: 18px;
    }
    .news-list {
        margin: 0 -27px;
    }
    .news-list .blog-items {
        padding: 30px 27px 0;
    }
    .news-list .blog-items {
        width: 50%;
    }
    .notfound p.related-services-title {
        font-size: 26px;
    }
    ul.no-found-list li {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 782px) {
    .logged-in .site-header {
        top: 46px;
    }
    .casestudy-6872 section.banner.mobile-none-none {
        padding: 55px 0px 50px 0px;
    }
    .banner img.award-logo {
        max-width: 201px !important;
    }
    .podcast .podcast-list {
        padding: 50px 0 20px !important;
    }
    .podcast ul.podcast-list li .episode {
        width: 100%;
    }
    .podcast ul.podcast-list li  .episode-content {
        width: 100%;
        padding: 30px 0 0 0px;
    }
}
@media screen and (max-width: 768px) {
    .page-thank-you .hide-mobile {
        display: none !important;
    }
    .thank-header h1, .thank-header h2 {
        font-size: 28px!important;
    }
    .thank-header p {
        font-size: 18px;
    }
    .thank-blog {
        margin: 0 auto;
        flex-wrap: wrap;
        max-width: 322px;
        padding-top:0px;
    }
    .thank-blog .blog-post-card {
        width: 100%;
        padding: 0;
    }
    .page-thank-you h3 {
        font-size: 22px !important;
        line-height: 1.46 !important;
        margin: 0 0 5px 0;
    }
    .thank-section-2 {
        padding: 35px 0;
    }
    .thank-section-2 ul {
        margin: 0 auto;
        justify-content: center;
        max-width: 336px;
    }
    .thank-section-2 ul li {
        padding: 10px;
        width: 50%;
    }
    .thank-section-2 ul li img {
        width: 90%;
    }
    .byo-component .copy_image {
        padding: 0rem 2.5rem;
    }
    .byo-component {
        margin: 0 0 10px 0;
    }
    .single-service .byo-component.related_news .grid-row {
        display: block;
        width: 100%;
        margin: 0px auto;
        padding: 0px 2.5rem;
    }
    section.blog-post-single {
        padding: 30px 0 0 0;
    }
    .page-blog-post .container {
        width: 100%;
        padding: 0 31px;
    }
    .page-blog .container {
        width: 100%;
        padding: 0 27px;
    }
    .blog-post-single .hero-image__wrapper img.hero-image {
        margin: 0 0 30px 0;
    }
    section.blog-post-single h1.title {
        font-size: 36px;
    }
    .page-blog-post blockquote {
        margin: 40px auto;
        width: 100%;
    }
    .page-blog-post .wp-block-quote p {
        font-size: 24px;
        line-height: 1.38;
    }
    .author-details__wrapper .author-name, .published-date__wrapper .published-date, .social-links p {
        font-size: 18px;
    }
    .social-links {
        margin: 0 0 70px 0;
    }
    .social-icons a {
        margin: 0 0 0 22px;
    }
    .single-service .byo-component .case-studies .case__sub-group,.single-service .byo-component .case-studies .case__sub-group .case__image {
        min-height: auto !important;
    }
    .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos {
        padding: 25px 26px 25px 26px;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        max-width: 100%;
        text-align: center;
        display: block;
    }
    .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item {
        margin-right: 0;
        display: inline-block;
        padding: 0px 5%;
        margin: 0px auto;
        text-align: center;
    }
    .byo-component.logos_text .logos_text_wrapper .grid-logos > div:last-child {
        width: 100%;
        text-align: center;
        display: block;
        margin: 32px auto 30px auto;
    }
    .single-service.postid-6476 .byo-component.logos_text.modulelogos_text-7 .logos_text_wrapper .grid-logos {
        padding-bottom: 0px;
    }
    .single-service.postid-6476 .byo-component.logos_text.modulelogos_text-8 .logos_text_wrapper .grid-logos {
        padding-top: 0px;
    }
    .byo-component:last-child {
        margin-bottom: 40px;
    }
    .page-template-page-byo .byo-component .copy_image .wrapper > h2 {
        margin-top: 30px;
    }
    section.copy_image.two-cols .wrapper[reveal="1/100"] {
        order: 1;
    }
    .service-detail .byo-component.copy_image_twocol .buttons .button {
        max-width: 240px;
        margin-bottom: 2rem;
    }
    .byo-component.two_column_cta_stats .two-col-cta-stats .copy-small ul {
        -webkit-columns: 1;
        column-count: 1;
        columns: 1;
        display: block;
    }
    .single-service .byo-component .copy_image .wrapper.wrapper-image {
        margin-bottom: 30px !important;
    }
    .page-contact-us:before {
        background: transparent;
    }
    .page-contact-us .container {
        flex-direction: column-reverse;
    }
    .page-contact-us .left-contact {
        width: 100%;
        padding: 0 30px 70px;
        min-height: 10%;
    }
    .page-contact-us .right-contact {
        width: 100%;
        padding: 0 30px 0;
    }
    .mission-things ul li img {
        height: 40px;
    }
    .thank-section-2 ul {
        align-items: unset;
    }
    section.home-hero .button {
        font-size: 16px;
        padding: 14px 25px;
    }
    section.home-hero .button svg {
        width: 15px;
        height: 12px;
    }
    .center-content h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    .center-content h2::after {
        margin: 0 auto;
        left: 0;
        right: auto;
    }
}
@media screen and (max-width:767px) {
    .single-casestudy .grid-x {
        margin: 0px;
    }
    .single-casestudy .cell {
        padding-left: 0px;
        padding-right: 0px;
    }
    .thank-section-1 {
        background-image: url(https://www.modea.com/wp-content/uploads/2021/10/Case-Study_Edison_Hero_Background_Mobile.png) !important;
    }
    .page-mission .row .col-7 {
        width: 100%;
        order: 1;
    }
    .page-mission .row .col-5 {
        width: 100%;
        padding-top: 30px;
    }
    .mission-things ul li {
        width: 100%;
    }
    .page-mission .row p {
        font-size: 18px;
    }
    .center-content p {
        font-size: 18px;
    }
    .notfound p.related-services-title {
        font-size: 20px;
    }
    .page-career .row .col-6 {
        width: 100%;
    }
    .career-image-text .row {
        flex-direction: column-reverse;
    }
    .career-image-text .row .col:first-child {
        margin-top: 70px;
    }
    .our-culture-value ol {
        max-width: 100%;
        margin: 30px 0 0 0;
    }
    .our-culture-value ol li:last-child {
        margin-bottom: 0;
    }
    .our-culture-value .row + .row {
        margin-top: 0px;
    }
    .our-culture-value .row + .row .col-6 {
        margin-top: 30px;
    }
    .section.life-at-modea {
        padding-bottom: 30px;
    }
    .section.career-gallery-main {
        margin-bottom: -5px;
    }
    .career-gallery img {
        width: 100%;
        padding: 5px;
    }
    .career-gallery img:nth-child(n+3) {
        margin-top: 0;
    }
    .career-gallery .small-image {
        width: 50%;
    }
    .career-gallery.hide-desktop {
        display: flex !important;
    }
    .career-gallery.hide-mobile {
        display: none !important;
    }
    .benefits-perks ul li {
        margin: 30px 0 0 !important;
    }
    .benefits-perks ul li img {
        height: 40px;
        margin: 0 0 10px 0;
    }
    .benefits-perks ul li h4 {
        margin: 0 0 5px 0;
    }
    .benefits-perks ul li p {
        font-size: 14px;
    }
    .open-position h2 {
        margin: 0 0 12px 0;
    }
    .open-position ul li a {
        font-size: 24px;
        padding: 20px 0 6px;
    }
    .value-banner h1 {
        font-size: 34px !important;
    }
    .value-banner p {
        font-size: 18px;
    }
    .new-value .row .col-sm-7 {
        width: 100%;
    }
    .new-value .row .col-sm-5 {
        width: 100%;
        margin-top: 30px;
    }
    .new-value .row .col-sm-6.col-md-3 {
        width: 50%;
    }
    .value-section-2 p {
        padding: 0px 0px;
    }
    .new-value .section h2 {
        font-size: 27px;
    }
    div#page {
        margin-top: 65px;
    }
    section.home-hero .modea-logo {
        max-width: 343px;
        width: 90%;
    }
    section.home-hero h2 {
        font-size: 30px;
        margin: 50px auto 20px;
    }
    section.home-hero h4 {
        margin: 0 auto 50px;
    }
    section.home-hero .button {
        font-size: 13px;
        padding: 10px 12px;
        letter-spacing: 1px;
    }
    section.home-hero .button svg {
        width: 15px;
        height: 12px;
        top: 1px;
        margin: 0;
    }
    section.case-grid .row .col {
        padding: 15px;
        width: 100%;
    }
    section.case-grid {
        padding: 64px 0 35px;
    }
    .case-grid .case-grid-box .case-grid-text {
        padding: 25px 17px 29px 17px;
    }
    .case-grid .case-grid-box .button {
        letter-spacing: 0;
        padding: 9px 8px;
        width: 100%;
        max-width: 340px;
    }
    .case-grid .case-grid-box .case-grid-text h2 {
        font-size: 24px;
        line-height: 29px;
    }
    section.popup-section .wrapper-image img {
	    position: static;
	    margin: -80px auto 0;
	}

	section.popup-section .wrapper-image {
	    justify-content: center;
	    flex-wrap: wrap;
	}

	section.popup-section .popup-text {
	    padding: 30px 0 10px;
	}

	section.popup-section {
	    padding: 30px 2.5rem;
	}
	.form-popup img {
	    width: 100%;
	    max-width: 280px !important;
	}

	.form-popup form {
	    width: 100%;
	    padding: 20px 0;
	}

	.form-popup {
	    flex-wrap: wrap;
	    justify-content: center;
	}
}
@media screen and (max-width:760px) {
    .container {
        width: 100% !important;
        padding: 0 15px!important;
    }
    section.home-banner {
        background-image: url(../assets/img/page-home/home-hero-mobile.svg);
    }
    .home-banner .col-7 {
        width: 100%;
        text-align: center;
    }
    .home-banner .col-5 {
        width: 100%;
        margin: 30px 0 10px;
    }
    .page-home .row {
        margin: 0;
    }
    .page-home .banner-text p {
        font-size: 24px;
        margin: 0 0 30px 0;
    }
    .page-home .row .col {
        padding: 0;
    }
    .home-case-study .row .col {
        width: 100%;
        padding: 0 !important;
    }
    .home-case-study .row.edge-left .col-img {
        width: 100%;
        text-align: center;
    }
    .home-case-study .row.edge-left .col-img {
        margin-left: 0 !important;
        width: 100%;
    }
    .home-case-study .row.edge-right .col-img {
        margin-right: 0 !important;
        width: 100%;
    }
    .home-case-study .row .col.col-text {
        margin-top: 30px;
    }
    .thought-leadership h3 {
        margin: 70px 0 30px;
    }
    section.partner-main {
        padding: 0 0 76px 0;
    }
    .slick-slider .slick-prev.slick-arrow {
        left: 0;
    }
    .slick-slider .slick-next.slick-arrow {
        right: 0;
    }
    section.award-main {
        padding: 70px 0px;
    }
    section.award-main h4{
        padding: 0 26px;
    }
    .slick-slider .logo-image img {
        height: 40px;
    }
    .award-main .slick-slider .logo-image img {
        height: 80px;
    }
    .award-main .slick-slider .logo-image {
        opacity: 0.4;
    }
    .award-main .slick-slider .slick-current .logo-image {
        opacity: 1;
    }
    .home-case-study .hide-desktop {
        display: block !important;
        margin: 0 auto;
    }
    .home-case-study .hide-mobile {
        display: none !important;
    }
    .award-main .slick-slider .slick-next.slick-arrow {
        right: 0;
    }
    .award-main .slick-slider .slick-prev.slick-arrow {
        left: 0;
    }
    .award-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        max-width: 362px;
        margin: 0 auto 30px;
        padding: 30px;
        box-shadow: 0 10px 22px 0 rgba(145, 145, 145, 0.5);
        background: #fff;
    }
    .award-row .award-image {
        padding: 0;
        box-shadow: none;
        width: auto;
        height: auto;
        min-width: 10px;
    }
    .award-row .award-image img {
        width: 100%;
        height: auto;
        max-width: 225px;
        max-height: 155px;
    }
    .award-row .award-text {
        padding: 30px 0 0 0;
        min-height: 10px;
    }
    .award-row .award-text h4 {
        font-size: 24px;
    }
    .award-row .award-text p {
        font-size: 14px;
    }
    .benefits-perks ul li {
        width: 100%;
    }
    .our-culture-value {
        background-image: url(../assets/img/page-career/Careers_Mobile_Dark_Blue.svg);
    }
    .form-flex {
        flex-wrap: wrap;
    }
    .form-flex p {
        text-align: center;
        margin: 15px 10px 0 0;
        padding: 0;
        width: 100%;
    }
    .form-flex p label {
        text-align: left;
    }
    .form-inner h3 {
        margin-bottom: 15px;
    }
    .form-flex p input.wpcf7-form-control.wpcf7-submit {
        margin: 9px 0 0 0px;
    }
    .form-inner img {
        margin: -100px 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .field-group1 {
        position: relative;
        display: block;
        vertical-align: middle;
        align-items: center;
        width: 100%;
        margin: 0px auto;
        padding: 0px 25px;
    }
    .field-group1 .inputfield {
        display: block;
        max-width: 100%;
        width: 100%;
        float: unset;
        margin: 0px auto;
    }
    .related_news .grid-row .small-12.large-6.blog-post-card {
    width: 100%;
    padding: 0px;
}
}
@media screen and (max-width: 540px) {
    .hide-small {
        display: none !important;
    }
    .hide-large {
        display: block !important;
    }
    h2 {
        font-size: 28px;
        line-height: 1.36;
    }
    h3 {
        font-size: 22px;
        line-height: 1.36;
    }
    h4 {
        font-size: 18px;
        line-height: 1.36;
    }
    p, li {
        font-size: 14px;
    }
    section.banner.mobile-bottom-none {
        padding: 50px 0 0;
        overflow: hidden;
    }
    section.banner.mobile-bottom-none .banner-image {
        margin-bottom: 0;
    }
    .banner img.banner-image {
        max-width: 345px !important;
    }
    .banner img.case-logo {
        max-width: 260px !important;
    }
    .banner img.award-logo {
        max-width: 201px !important;
    }
    .testimonial .container.standard {
        padding: 0;
    }
    .testimonial blockquote, .testimonial-2 blockquote {
        font-size: 24px;
    }
    .footer-logo ul li {
        width: 50%;
    }
    .footer-logo ul li img {
    }
    .section ul.outcom-reslt {
        margin: 40px 0 0;
    }
    .section ul.outcom-reslt li strong {
        font-size: 36px;
    }
    .casestudy-6874 section.banner.mobile-bottom-none {
        padding-bottom: 20px !important;
    }
    .casestudy-6874 section.banner.mobile-bottom-none img.hide-large {
        max-width: 100% !important;
        margin-top: 50px;
        position: relative;
        right: -6%;
    }
    .casestudy-6874 section.banner.mobile-bottom-none img.banner-image {
        max-width: 85.9% !important;
        margin-top: -6%;
    }
    section.news-header .title-block {
        padding: 70px 0 30px;
    }
    .news-list .blog-items {
        width: 100%;
    }
    .subscribe-form__wrapper .field-group {
        flex-wrap: wrap;
    }
    .subscribe-form__wrapper .field-group > div {
        width: 100%;
        padding: 0 19px 20px;
    }
    .subscribe-form__wrapper .subscribe-button {
        margin-top: 7px;
    }
    .right-contact .contact-form .checkbox-group p .infusion-checkbox {
        width: 100%;
    }
    .right-contact p {
        font-size: 16px;
    }
    .award-banner {
        background-image: url(../assets/img/page-award/awards-hero-mobile.svg);
        padding: 70px 0;
    }
    .award-banner p {
        margin: 30px 0 0 0;
        font-size: 24px;
    }
    .award-list {
        padding: 70px 0;
    }
    .page-home .home-banner .button {
        padding: 12px;
    }
    .page-mission {
        background-image: url(../assets/img/page-mission/background-icons-mobile.svg) !important;
    }
    .career-banner {
        padding: 70px 0 160px;
        background-image: url(../assets/img/page-career/Careers_Mobile_Hero_Background.svg);
    }
    .career-award {
        margin: -90px 0 -20px;
    }
    .page-career p {
        font-size: 18px;
        line-height: 1.56;
    }
    .our-culture-value ol li {
        font-size: 24px;
        min-height: 35px;
        margin: 0 0 22px 0;
    }
    .our-culture-value ol li::before {
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 16px;
    }
    section.popup-section .popup-text h3, .form-popup form h3 {
	    font-size: 24px;
	    line-height: 30px;
	}

    .not-found-1 h2 {
        font-size: 24px;
    }
    ul.no-found-list li .found-text {
        padding: 20px 10px;
    }
    ul.no-found-list .btn-without-border {
        letter-spacing: 0;
    }
}
@media screen and (max-width:500px) {
    .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img{
        max-width:150px;
    }
    .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item {
        padding: 0px 2%;
    }
    .value-banner h1 {
        font-size: 28px !important;
    }
    .value-banner p {
        font-size: 16px;
    }
    .value-banner form p, .value-banner .form-box p {
        font-size: 16px;
    }
    .new-value .row .col-sm-6.col-md-3 {
        width: 100%;
    }
    .digital-impact-banner .col-sm-7 ul li .icon {
        width: 25px;
        margin: 0 10px 0 0;
        min-width: 25px;
    }
    ul.no-found-list li .found-image img {
        height: 160px;
    }
}
@media screen and (max-width:425px) {
    .byo-component .title-block {
        padding-top: 2rem;
    }
    .page-mission .row p, .center-content p {
        font-size: 16px;
    }
    .value-banner form {
        padding: 20px 20px;
    }
    .value-banner .form-box {
        padding: 20px 20px;
    }
}
@media screen and (max-width:406px) {
    .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img{
        max-width:120px;
    }
    .podcast ul.podcast-list li {
        padding: 20px;
    }
}
@media screen and (max-width: 380px) {
    .banner img.case-logo {
        max-width: 240px !important;
    }
    .banner img.banner-image {
        max-width: 260px !important;
    }
    .single-service .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item img{
        max-width:140px;
    }
    .byo-component.logos_text .logos_text_wrapper .grid-logos.inline_logo .logo-item {
        padding: 0px 1%;
    }
}
@media all and (-ms-high-contrast:none) {
    .footer-logo ul li img {
        height: 60px !important;
        width: auto !important;
    }
}
