﻿body {
    color: #333333 !important;
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    overflow-x: hidden;
}

a:focus-visible {
    outline: 2px solid black !important;
    border-radius: 5px !important;
}

.contact-name {
    font-size: 24px !important;
}

.job-title {
    font-style: italic !important;
}

p {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
    margin-bottom: 2px !important;
}

a {
    font-family: "Gamay", sans-serif !important;
    text-decoration: none !important;
    font-size: 16px !important;
}

    a:hover {
        background-color: transparent !important;
        text-decoration: none !important;
    }

.wdg-free-text-desc a {
    color: #333333 !important;
}

    .wdg-free-text-desc a:hover {
        color: #776f6b !important;
    }


/*Logo*/


    img.img-fluid.biglogo {
        max-width: 275px !important;
    }


@media only screen and (min-width: 1400px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        max-width: 1320px !important;
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        max-width: 1140px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        max-width: 960px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        max-width: 100% !important;
    }
}

.navbar {
    padding: 20px !important;
}

@media only screen and (min-width: 480px) {
    .navbar {
        padding: 20px 0px 20px 0px !important;
    }
}

ul.navbar-nav.m-auto {
    margin-right: 0 !important;
}

.navbar-expand-lg {
    max-width: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*Top Bar Navigation*/
.topbarnavigation {
    text-align: left !important;
    margin-left: 0 !important;
    margin: 0 auto !important;
    padding: 5px 10px !important;
}

.topbar-link {
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 11px !important;
}

    .topbar-link:hover {
        color: #776f6b !important;
        font-weight: bold !important;
    }

.topnavpipe {
    color: #ffffff !important;
}

@media only screen and (max-width:767px) {
    .topbarnavigation-section {
        display: none !important;
    }
}

/*Header Navigation*/
.navbar {
    padding: 20px !important;
}

button.btn.btn-primary-customstyle.navbar-toggler {
    font-size: 16px !important;
    background-color: #776f6b !important;
    color: #FFFFFF !important;
    font-family: "Gamay", sans-serif !important;
}

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media only screen and (max-width:767px) {
    .mobilelogo {
        margin-left: unset !important;
    }
}

@media only screen and (max-width:767px) {
    button.btn.btn-primary-customstyle.navbar-toggler {
        margin-right: unset !important;
    }
}

@media only screen and (max-width:480px) {
    .navbar {
        padding: 10px !important;
    }
}

.dropdown-menu .dropdown-submenu {
    top: -1px !important;
}

.dropdown-menu .nav-item.dropdown .nav-link {
    padding: 0 !important;
}

    .dropdown-menu .nav-item.dropdown .nav-link.dropdown-toggle {
        padding: 0 !important;
    }


/*Menu Links*/
.navbar-light .navbar-nav .nav-link {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #313535 !important;
    letter-spacing: .5px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #776f6b !important;
        text-decoration: none !important;
    }

.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (max-width:1200px) {
    .nav-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width:1200px) {
    a.biglogo {
        width: 25% !important;
    }
}

ul.navbar-nav.m-auto {
    margin-right: 0 !important;
}

.dropdown-item:hover, .dropdown-item:active {
    background-color: #d8d7d6 !important;
}

a.dropdown-item {
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 14px !important;
}

    a.dropdown-item:hover {
        color: #776f6b !important;
    }

.dropdown-menu li {
    border-bottom: 1px #f2f1f1 solid !important;
}

.dropdown-item {
    padding: .25rem 1.5rem !important
}

.dropdown-menu {
    padding: 0 !important;
}

@media only screen and (max-width:480px) {
    .mobilelogo img {
        width: 200px !important;
    }
}

.dropdown-menu .dropdown .nav-link {
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 14px !important;
    text-transform: unset !important;
}

.dropdown-menu li.nav-item.dropdown {
    padding: .25rem 1.5rem !important;
}

/*Home Page Banner*/

.bannerImages .carousel-item img {
    height: 400px !important;
}

@media only screen and (max-width: 981px) {
    .bannerImages .carousel-item img {
        height: 350px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bannerImages .carousel-item img {
        height: 250px !important;
    }
}

@media only screen and (max-width: 480px) {
    .bannerImages .carousel-item img {
        height: 220px !important;
    }
}

.carousel-caption {
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    padding: 20px !important;
    text-align: left !important;
}

@media only screen and (min-width: 1400px) {
    .carousel-caption {
        max-width: 1320px !important;
    }
}

@media only screen and (min-width: 1200px)and (max-width:1399px) {
    .carousel-caption {
        max-width: 1140px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .carousel-caption {
        max-width: 960px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .carousel-caption {
        max-width: 95% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .carousel-caption {
        max-width: 100% !important;
    }
}

.carousel-item.active {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
}

.carousel-btn .ctaButton1 {
    justify-content: unset !important;
    padding: 5px 0 !important;
}

.carousel-btn {
    margin-top: 2em;
}

.caraousel-heading a {
    font-family: "Gamay", sans-serif !important;
    font-size: 48px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    text-decoration: underline !important;
}

@media only screen and (max-width:981px) {
    .caraousel-heading a {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:767px) {
    .caraousel-heading a {
        font-size: 24px !important;
    }
}

@media only screen and (max-width:480px) {
    .caraousel-heading a {
        font-size: 22px !important;
    }
}

.caraousel-heading a:hover {
    color: #ffffff !important;
}

.caraousel-subheading {
    font-family: "Gamay", sans-serif !important;
    color: #ffffff !important;
}

    .caraousel-subheading a {
        font-family: "Gamay", sans-serif !important;
        color: #ffffff !important;
    }

.carousel-control-next {
    opacity: 0.7 !important;
}

    .carousel-control-next:hover {
        opacity: 0.9 !important;
    }

.carousel-control-prev {
    opacity: 0.7 !important;
}

    .carousel-control-prev:hover {
        opacity: 0.9 !important;
    }

.carousel-control-next-icon {
    display: unset !important;
    background-size: 90px 90px !important;
    width: 50px !important;
    height: 25px !important;
}

.carousel-control-prev-icon {
    display: unset !important;
    background-size: 90px 90px !important;
    width: 50px !important;
    height: 25px !important;
}

h1 {
    font-family: "Gamay", sans-serif !important;
    font-size: 48px !important;
    color: #ffffff !important;
    text-shadow: 2px 1px 1px #000000 !important;
}

@media only screen and (max-width:981px) {
    h1 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 24px !important;
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 22px !important;
    }
}

.caraousel-subheading h1 {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #ffffff !important;
    text-shadow: 2px 1px 1px #000000 !important;
    text-align: left !important;
}

@media only screen and (max-width:981px) {
    .caraousel-subheading h1 {
        font-size: 28px !important;
    }
}

@media only screen and (max-width:767px) {
    .caraousel-subheading h1 {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:480px) {
    .caraousel-subheading h1 {
        font-size: 16px !important;
    }
}

.carousel-item > img, .rolloveranimation > img {
    max-width: 100% !important;
    vertical-align: top !important;
    width: 100% !important;
    object-fit: cover !important;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    z-index: 0 !important;
}

.card-back .cta-flip-btn:hover {
    background-color: #ffffff !important;
    color: #666666 !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
}

.widget-carousel .carousel-btn {
    display: flex !important;
    align-items: center !important;
    position: inherit !important;
    top: 130px !important;
    justify-content: center !important;
    left: 50% !important;
}

.carousel-btn .btn {
    font-family: "Gamay", sans-serif !important;
    background-color: #007ac6 !important;
    border: none !important;
    border-radius: 15px !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: .075px;
    padding: 10px 25px !important;
}

    .carousel-btn .btn:hover {
        background-color: #ffffff !important;
        color: #007ac6 !important;
        border: 0.5px solid #007ac6 !important;
    }

.widget-carousel .carousel-item .carousel-btn {
    position: inherit !important;
    top: 95px !important;
}

@media only screen and (max-width:924px) {
    .widget-carousel .carousel-item .carousel-btn {
        top: 75px !important;
    }
}

@media only screen and (max-width:767px) {
    .widget-carousel .carousel-item .carousel-btn {
        top: 45px !important;
    }
}

/*Banner*/
.banner-heading h1 {
    text-align: left !important;
    color: #ffffff !important;
    font-size: 40px !important;
    text-shadow: 4px 4px 4px #000000 !important;
}

@media only screen and (max-width:981px) {
    .banner-heading h1 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .banner-heading h1 {
        font-size: 24px !important;
    }
}

.banner-section img {
    object-position: top center;
    object-fit: cover !important;
    min-height: 350px !important;
    width: 100%;
}

.banner-section {
    height: 350px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media only screen and (max-width: 480px) {
    .carousel .carousel-inner .carousel-item img {
        height: 275px !important;
    }
}

/*Home Page*/

.card-flip .rolloveranimation-component .rolloveranimation .card-back {
    border: 1px solid #4c4c4b !important;
    background-color: #4c4c4b !important;
}

.rollover-description a, .rollover-description a:active, .rollover-description a:visited {
    font-family: "Gamay", sans-serif !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 14px !important;
    text-transform: uppercase;
}

    .rollover-description a:hover {
        text-decoration: none !important;
        color: #c6c2be !important;
    }

@media only screen and (max-width:420px) {
    .rollover-description a {
        word-wrap: break-word;
    }
}

.rollover-description li {
    text-align: left !important;
}

.card-flip .rolloveranimation {
    height: 390px !important;
}

    .card-flip .rolloveranimation .card-front .btn:hover {
        color: #212529 !important;
    }

.wdg-free-text-desc h2 {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

@media only screen and (max-width:767px) {
    .wdg-free-text-desc h2 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .wdg-free-text-desc h2 {
        font-size: 28px !important;
    }
}

.wdg-free-text-desc h3 {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #4c4c4b !important;
}

.CustomerCategory .image-text-card h3 {
    font-family: "Gamay", sans-serif !important;
    font-size: 20px !important;
    color: #4c4c4b !important;
}

    .CustomerCategory .image-text-card h3:hover {
        color: #4c4c4b !important;
    }

.CustomerCategory .image-text-widget .modal-content {
    background-color: #f4f2ef !important;
    cursor: default;
}

.CustomerCategory .image-text-widget .modal-body h4 {
    color: #ffffff !important;
    font-weight: normal !important;
    font-family: "Gamay", sans-serif !important;
}

.CustomerCategory .image-text-widget .modal-content .titleDescription p {
    color: #333333 !important;
}

.CustomerCategory .image-text-widget .modal-content .widgetHeading {
    color: #1a1f23 !important;
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    font-weight: bold;
}

/*.CustomerCategory .image-text-widget .modal-content {
    border-radius: 15px !important;
}*/


.card-flip .rollover-title {
    font-size: 24px !important;
}

.card-flip .rollover-sub-title {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
    padding: 0px 3px !important;
}

@media only screen and (max-width: 767px) {
    .card-flip .rollover-sub-title {
        font-size: 14px !important;
    }

    .card-flip .rollover-title {
        font-size: 24px !important;
    }


    .rollover-description a, .rollover-description a:active, .rollover-description a:visited {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 767px) {
    .card-flip .card-front img {
        margin-top: 7em;
    }
}

.card-flip .pb-2 {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #ffffff !important;
}

@media only screen and (max-width:767px) {
    .rolloveranimation.flipped .rollover-title {
        font-size: 32px !important;
    }
}
/*.Whatstrending .rollover-description p{ margin-bottom: unset !important; color: #ffffff !important;}*/
.card-flip .rolloveranimation {
    background-color: #ffffff !important;
    border-radius: 12px !important;
}

/*.LocalKnowledge .buttonwidgetsection {
    border-radius: 25px !important;
    }*/

a.buttonwidget {
    font-size: 16px !important;
    padding: 10px 40px !important;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/*customer page - business solutions*/

.image-text-widget .modal-content {
    border-radius: 15px !important;
}

.image-text-widget .modal-header .btn-close {
    margin: 0rem 0rem -.5rem auto !important;
}

/*Footer Navigation*/
.footer-links {
    font-family: "Gamay", sans-serif !important;
    background-color: #313535 !important;
}

.footer-navigation {
    color: #ffffff !important;
    text-align: center !important;
}

    .footer-navigation a {
        font-family: "Gamay", sans-serif !important;
        color: #ffffff !important;
        font-size: 14px !important;
        text-decoration: none !important;
    }

        .footer-navigation a:hover {
            font-weight: normal !important;
            color: #776f6b !important;
        }

.footer-copyright {
    font-family: "Gamay", sans-serif !important;
    color: #ffffff !important;
    font-size: 11px !important;
}

.footer-disclaimer {
    font-family: "Gamay", sans-serif !important;
    background-color: #1a1f23 !important;
    color: #ffffff !important;
    font-size: 11px !important;
}

.footer-navigation span {
    font-style: italic !important;
}

.col-xl-6 {
    align-content: center !important;
}

@media only screen and (min-width:767px) {
    .col-sm-4.col-md-4.col-lg-4.col-xl-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {
    .footer-feature {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

@media only screen and (max-width:767px) {
    .footer-feature a {
        display: block !important;
    }
}

.footer-feature a {
    padding: 8px 30px !important;
    color: #007ac6 !important;
    background-color: #ffffff !important;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: .075em;
}

    .footer-feature a:hover {
        background-color: #007ac6 !important;
        color: #ffffff !important;
        border: 1px solid !important;
    }

.row.footerAnnouncementContent {
    display: flex;
    justify-content: center;
}

.footerAnnouncementContent a {
    width: auto !important;
    padding: unset !important;
    margin: 0px 20px !important;
}


/*Our Team*/
.OurTeam, .Whatstrending {
    background-size: 110% 100% !important;
}

.emp-list {
    animation: none !important;
}

.employee-biolist-section .emp-items.know-more {
    text-align: center !important;
}

.employee-biolist-section .justify-content-center {
    justify-content: center !important;
    gap: 20px !important;
}

@media only screen and (max-width:480px) {
    .employee-biolist-section .justify-content-center {
        justify-content: center !important;
    }
}

img.card-img-top.employee-list-image {
    max-width: 100%;
    width: auto;
    /* height:*/
}

.employee-biolist-section .know-more > div:nth-last-child(-n +3) {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

.employee-biolist-section .employee-name {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #1a1f23 !important;
}

.employee-biolist-section .employee-designation {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
    font-style: italic !important;
}

.employee-biolist-section .know-more img {
    width: 38px !important;
}

.employee-biolist-section a {
    font-family: "Gamay", sans-serif !important;
    font-size: 18px !important;
    color: #333333 !important;
    cursor: pointer;
    overflow-wrap: anywhere;
}

.employee-biolist-section p {
    font-size: 18px !important;
}

.employee-biolist-section a:hover {
    font-weight: bold !important;
    color: #776f6b !important;
}

.employee-biolist-section .rounded {
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px !important;
    border-radius: 12px !important;
}


/*Bio Page*/
.employeebioinfo {
    margin-bottom: 5% !important;
}

    .employeebioinfo .emp-biotext {
        text-align: left !important;
        font-family: 'Gamay', sans-serif;
        font-size: 16px;
        color: #333333;
    }

        .employeebioinfo .emp-biotext a {
            color: #333333;
        }

            .employeebioinfo .emp-biotext a:hover {
                color: #776f6b;
            }

@media only screen and (min-width:767px) {
    .employeebioinfo .emp-biotext {
        margin-left: 3% !important;
    }
}

.employeebioinfo .emp-name {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

@media only screen and (max-width:767px) {
    .employeebioinfo .emp-name {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .employeebioinfo .emp-name {
        font-size: 28px !important;
    }
}

.employeebioinfo .emp-jobtitle {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #776f6b !important;
    margin-bottom: 2% !important;
}

@media only screen and (max-width:767px) {
    .employeebioinfo .emp-jobtitle {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .employeebioinfo .emp-jobtitle {
        font-size: 28px !important;
    }
}

.employeebioinfo .emp-gretting {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #1a1f23 !important;
}

.employeebioinfo .emp-info a {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
    overflow-wrap: anywhere !important;
}

    .employeebioinfo .emp-info a:hover {
        color: #776f6b !important;
    }

.employeebioinfo .emp-icon {
    width: 30px !important;
    height: 30px !important;
    padding: 5px !important;
}

.employeebioinfo .emp-info {
    text-align: center !important;
}

.employeebioinfo .icon-only {
    padding-top: 0 !important;
    float: unset !important;
}


.employeebioinfo .emp-image {
    display: flex !important;
    justify-content: center !important;
}

/*Careers*/
.image-text-widget h2.widgetname {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

.image-text-widget h3.image-header {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #4c4c4b !important;
    font-weight: bold !important;
    letter-spacing: .0725px !important;
}


/*customer icons*/
section#CustomerCategory .image-text-card h3.image-header {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #313535 !important;
    text-transform: uppercase !important;
    font-weight: bold;
    letter-spacing: .75px !important;
}


.Careers .twocolsection-coltwo {
    border-left: 2px solid lightgray !important;
}
/*@media only screen and (min-width:768px){.Careers .buttonwidgetsection{margin-left: unset !important;}}*/

/*.buttonwidgetsection {
    border-radius: 35px !important;
}*/

.service-card .container {
    padding: 10px 10px 60px 10px !important;
}

.service-card a {
    padding-left: unset !important;
}

/*Services*/
.row.real-estate-services h2 {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

@media only screen and (max-width:767px) {
    .row.real-estate-services h2 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .row.real-estate-services h2 {
        font-size: 28px !important;
    }
}

.RealEstateServices .wdg-free-text-desc h3 {
    font-weight: bold !important;
}

.real-estate-services .service-card a {
    color: #313535 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

    .real-estate-services .service-card a:hover {
        color: #776f6b !important;
        font-weight: bold !important;
    }

.real-estate-services > .col-12.col-md-4:first-child .wdg-free-text-desc {
    padding-left: 0 !important;
}

    .real-estate-services > .col-12.col-md-4:first-child .wdg-free-text-desc .container {
        padding-left: 0 !important;
    }

@media only screen and (max-width:767px) {
    .OrderFormsandTools .image-text-widget {
        margin: 2% !important;
    }
}

.OrderFormsandTools .image-text-widget .row {
    gap: 20px !important;
    justify-content: center !important;
}

.OrderFormsandTools .image-text-widget .pb-2 {
    background-color: #ffffff !important;
    padding: 20px 40px !important;
}

.OrderFormsandTools {
    background-size: 110% 100% !important;
}

    .OrderFormsandTools .image-text-widget .row .pt-3 {
        width: 32% !important;
        box-shadow: rgba(0, 0, 0, .5) 2px 2px 5px !important;
        border-radius: 20px !important;
    }

@media only screen and (max-width:767px) {
    .OrderFormsandTools .image-text-widget .row .pt-3 {
        width: 90% !important;
        margin-bottom: 15px !important;
    }
}

.OrderFormsandTools .image-text-widget .widgetname {
    color: #ffffff !important;
    font-size: 36px !important;
}

@media only screen and (max-width:767px) {
    .OrderFormsandTools .image-text-widget .widgetname {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .OrderFormsandTools .image-text-widget .widgetname {
        font-size: 28px !important;
    }
}

.OrderFormsandTools .image-text-widget h3.image-header {
    font-size: 24px !important;
    margin-bottom: 20px !important;
}

.OrderFormsandTools .image-text-widget a.image-text-button {
    width: 75% !important;
    border-radius: 15px !important;
}

    .OrderFormsandTools .image-text-widget a.image-text-button:hover {
        color: #666666 !important;
    }

.OrderFormsandTools .widgetname-heading {
    justify-content: left !important;
    padding-left: unset !important;
}

/*.EducationCenter*/

.EducationCenter .image-text-widget h3.image-header {
    text-transform: uppercase !important;
}

/*Contact Page*/
.contactheading {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

@media only screen and (max-width:480px) {
    .contactheading {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .contactheading {
        font-size: 28px !important;
    }
}

@media only screen and (max-width:767px) {
    h2.d-none.d-md-block.contactlocationname {
        display: unset !important;
    }
}

h2.d-none.d-md-block.contactlocationname {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #4c4c4b !important;
    margin-top: 1em;
}

.OfficeWidget p.contact-address {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

.OfficeWidget .officeMap a {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

    .OfficeWidget .officeMap a:hover {
        font-weight: normal !important;
        color: #776f6b !important;
    }

.OfficeWidget p.officelinks:hover {
    font-weight: normal !important;
    color: #776f6b !important;
}

.OfficePage .light-gray-background .office-phone p:hover {
    font-weight: normal !important;
    color: #776f6b !important;
}

.OfficePage .contact-image-table {
    text-align: center !important;
    margin-bottom: 25px;
}

.OfficePage h3.ourpeopletext {
    font-family: "Gamay", sans-serif !imp;
    font-size: 24px !important;
    color: #4c4c4b !important;
    padding-top: 15px !important;
}

.OfficePage a.job-title.text-center {
    color: #333333;
    overflow-wrap: anywhere;
}

    .OfficePage a.job-title.text-center:hover {
        color: #776f6b !important;
    }

.OfficePage .light-gray-background .officephone p:hover {
    color: #776f6b !important;
}

@media only screen and (min-width:768px) {
    .ContactPage .employee-biolist-section {
        padding-left: 0 !important;
    }
}

.ContactPage .employee-biolist-section .d-flex {
    flex-direction: column !important;
}

.ContactPage .employee-biolist-section .border {
    border-bottom: 1px solid #000000 !important;
    width: 100% !important;
    max-width: unset !important;
}

@media only screen and (min-width:768px) {
    .ContactPage .employee-biolist-section .border {
        padding-left: 0 !important;
    }
}

.ContactPage .emp-items.know-more {
    display: flex !important;
    flex-direction: column !important;
}

.ContactPage .employee-biolist-section .card-body {
    margin: 0 !important;
}

@media only screen and (min-width:768px) {
    .ContactPage .employee-biolist-section .card-body {
        padding-left: 0 !important;
    }
}

.ContactPage .container.divider-widget {
    padding: 0 8px !important;
}

@media only screen and (min-width:768px) {
    .ContactPage .custom-formsection .container {
        padding-left: 0 !important;
    }
}

.onecol-section .custom-formsection .customform-title {
    margin: 2% 4% !important;
}

.dividerwidget.col-12 {
    padding: 0 !important;
}

.divider-widget .wrap {
    padding: 1em 0 !important;
}

.divider {
    width: 100% !important;
    margin: 0 !important;
}

.ContactPage .employee-biolist-section .employee-name {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #313535 !important;
    font-weight: bold !important;
    text-align: left !important;
}

.ContactPage .employee-biolist-section .employee-designation {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #313535 !important;
    font-style: italic !important;
    font-weight: normal !important;
    text-align: left !important;
}

.ContactPage .employee-biolist-section a {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

    .ContactPage .employee-biolist-section a:hover {
        font-weight: normal !important;
    }

.ContactPage .emp-items.know-more {
    align-items: flex-start !important;
}


/*News and events*/
@media only screen and (min-width: 768px) {
    .NewsandEvents .image-text-widget .container {
        padding-left: 0 !important;
    }
}

.NewsandEvents .image-text-widget h3.image-header, .NewsandEvents .image-text-card {
    text-align: left !important;
}

    .NewsandEvents .image-text-card a {
        color: #064767 !important;
        font-weight: bold !important;
    }

        .NewsandEvents .image-text-card a:hover {
            color: #776f6b !important;
        }

.NewsandEvents .twocolsection-coltwo .wdg-free-text-desc a:hover {
    color: #776f6b !important;
}

.NewsandEvents .image-text-widget {
    padding: 5px 15px 5px 0 !important;
}

    .NewsandEvents .image-text-widget .widget-img {
        text-align: left !important;
    }

.rsschannel {
    display: none !important
}

.rsssource {
    display: none !important;
}

.RssDescription:first-child {
    display: none;
}

.RssDescription {
    margin-bottom: 15px !important;
}

.RSSFeed {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
    background-color: #efefef !important;
    border: 1px solid #888888 !important;
}

@media only screen and (min-width:768px) {
    .RSSFeed {
        margin-left: 0.25rem !important;
    }
}

.rsstitle {
    font-weight: unset !important;
}

    .rsstitle a {
        color: #666666 !important;
        text-decoration: underline !important;
        font-weight: normal !important;
    }

        .rsstitle a:hover {
            color: #064767 !important;
            font-weight: bold !important;
        }

.row .rsswidgetfields:first-of-type {
    font-weight: 500 !important;
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    font-size: 24px !important;
    text-align: center !important;
    color: #666666 !important;
    font-family: "Gamay", sans-serif !important;
    margin-left: unset !important;
    text-align: left !important;
}

/*Service Detail Page*/

.accordion-button {
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    background-color: #f4f2Ef !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    font-weight: normal !important;
}

    .accordion-button:hover {
        color: #776f6b !important;
    }

.accordion-body a {
    font-size: 16px !important;
    color: #064767 !important;
}

.accordion-body li {
    color: #333333 !important;
    font-family: "Gamay", sans-serif !important;
}

.accordion-body a:hover {
    color: #776f6b !important;
}

.video-description {
    padding-top: 15px !important;
}

    .video-description h2 {
        font-family: "Gamay", sans-serif !important;
        color: #5e5d5a !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }

.accordion-button::after {
    display: none !important;
}

.video-container {
    background-color: black !important;
}

.ContactPage .wdg-free-text-desc {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*Form*/
form {
    border: 1px solid navy !important;
}

select {
    appearance: auto !important;
}

.Forms .image-text-widget h3 {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #4c4c4b !important;
    font-weight: normal !important;
    height: auto !important;
}

.Forms .image-header {
    display: none !important;
}

.Forms .wdg-free-text-desc .container {
    padding-left: unset !important;
}

.Forms .wdg-free-text-desc {
    padding: 5px 15px 5px 0px;
}

.form-field {
    margin: 2% 0 !important;
}

.control-label {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #4c4c4b !important;
    padding-bottom: 10px !important;
}

.explanation-text {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

.ktc-radio {
    align-items: center;
    display: flex;
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

.field-validation-error {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: red !important;
}

.ContactPage form {
    border: none !important;
}

.ContactPage form {
    border: none !important;
}

.ContactPage .formwidget-submit-text {
    border: none !important;
}

.ContactPage input[type="submit"] {
    font-size: 16px !important;
    padding: 8px 35px !important;
    color: #ffffff !important;
    background-color: #007ac6 !important;
    border: #007ac6 1px solid !important;
    border-radius: 15px !important;
    text-transform: uppercase;
    letter-spacing: .075em;
}

input[type="submit"] {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25em !important;
    margin: 0 5% 5% 5% !important;
    font-family: "Gamay", sans-serif !important;
    color: #ffffff !important;
    background-color: #007ac6 !important;
    border: #007ac6 1px solid !important;
    text-transform: uppercase;
}

    input[type="submit"]:hover {
        border: 1px solid #007ac6 !important;
        background-color: #ffffff !important;
        color: #007ac6 !important;
    }

    input[type="submit"]:active {
        background-color: #ffffff !important;
        color: #007ac6 !important;
    }

    input[type="submit"]:focus {
        background-color: #ffffff !important;
    }

.ContactPage input[type="submit"]:hover {
    background-color: #ffffff !important;
    border: #007ac6 1px solid !important;
    color: #007ac6 !important;
}

.ContactPage input[type="submit"]:active {
    background-color: #ffffff !important;
    border: #776f6b 1px solid !important;
    color: #776f6b !important;
}

.ContactPage input[type="submit"]:focus {
    background-color: #ffffff !important;
    border: #776f6b 1px solid !important;
    color: #776f6b !important;
    box-shadow: 0 0 0 .2rem rgba(119, 111, 107, .5) !important;
}

.ktc-radio label {
    margin-left: 5px !important;
}

.ktc-radio-list {
    margin-bottom: 10px !important;
    display: flex !important;
    gap: 15px;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.editing-form-control-nested-control {
    flex-direction: column !important;
}

.formwidget-submit-text {
    font-family: "Gamay", sans-serif !important;
    font-size: 16px !important;
    color: #313535 !important;
    font-weight: 400 !important;
    border: 1px solid navy !important;
    padding: 20px 40px !important;
}

.custom-formsection .customform-title {
    font-family: "Gamay", sans-serif !important;
    color: #333333 !important;
    font-size: 16px !important;
    text-align: unset !important;
    padding-bottom: 10px !important;
    font-style: italic !important;
    margin: 0 0 3% 0 !important;
}

.Forms .form-field {
    margin: 2% 4% !important;
}

.Forms .image-text-card {
    text-align: left !important;
}

/*EducationCenter*/

.EducationCenter .wd-onecolumn-content, .EducationCenter .wd-twocolumn-content {
    padding: unset !important;
}

.EducationCenter .wd-twocolumn h3 {
    font-family: "Gamay", sans-serif !important;
    font-size: 24px !important;
    color: #064767 !important;
    font-weight: bold !important;
}

/*Affiliates & Technologies*/

@media only screen and (min-width:992px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 620px;
    }
}

@media only screen and (min-width:1200px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 500px;
    }
}

@media only screen and (min-width:1400px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 410px;
    }
}

@media only screen and (min-width:768px) and (max-width:879px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 490px;
    }
}

@media only screen and (max-width:480px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 410px;
    }
}

@media only screen and (max-width:432px) {
    .Affiliates .card-flip .rolloveranimation {
        min-height: 540px;
    }
}

.card-flip .rolloveranimation-component .rolloveranimation .card-back {
    justify-content: space-evenly;
}

.Technologies .rollover-title.pb-2, .Affiliates .rollover-title.pb-2 {
    line-height: 1.25;
}

@media only screen and (max-width:1199px) {
    .Technologies .card-flip .rolloveranimation {
        min-height: 480px;
    }
}

@media only screen and (max-width:991px) {
    .Technologies .card-flip .rolloveranimation {
        min-height: 390px;
    }
}

@media only screen and (max-width: 771px) {
    .Technologies .card-flip .rolloveranimation {
        min-height: 415px;
    }
}

@media only screen and (max-width: 377px) {
    .Technologies .card-flip .rolloveranimation {
        min-height: 450px;
    }
}

.wd-twocolumn a {
    color: #333333 !important;
}

    .wd-twocolumn a:hover {
        color: #776f6b !important;
        font-weight: bold !important;
    }


/*FormsandDocument*/
.shared-inpage-nav {
    display: flex !important;
    justify-content: center !important;
}

    .shared-inpage-nav .sipn-container a, .shared-inpage-nav .sipn-container a:active, .shared-inpage-nav .sipn-container a:visited {
        font-size: 22px !important;
    }

        .shared-inpage-nav .sipn-container a:hover {
            color: #776f6b !important;
            font-weight: normal !Important;
        }

.sipn-desc-list h2 a {
    font-family: "Gamay", sans-serif !important;
    font-size: 36px !important;
    color: #313535 !important;
}

    .sipn-desc-list h2 a:hover {
        color: #313535 !important;
    }

@media only screen and (max-width:767px) {
    .sipn-desc-list h2 a {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:480px) {
    .sipn-desc-list h2 a {
        font-size: 28px !important;
    }
}

.sipn-desc-list a {
    display: inline-block;
    line-height: 1.5;
}

/*BLOG*/

.blogPostTitle {
    text-align: left !important;
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 22px !important;
    margin: 0px 15px 10px 15px;
}

ul.pagination {
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}

.postSummary {
    margin: 15px !important;
    border: 2px solid #f4fsef !important;
    padding: 0px 0px 20px 0px !important;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px !important;
}

.blogImg {
    max-width: 100% !important;
    vertical-align: top !important;
    object-fit: cover !important;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    z-index: 0 !important;
}

.blogPostDate {
    text-align: left !important;
    font-family: "Gamay", sans-serif !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: unset !important;
    margin-left: 15px;
}

#blogPageHeading {
    text-align: left !important;
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 36px !important;
    padding-top: 1.5em;
}

@media only screen and (max-width:480px) {
    #blogPageHeading {
        font-size: 28px !important;
    }
}

#blogPostText h2 {
    text-align: left !important;
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 36px !important;
}

#blogPostText {
    margin-bottom: 20px;
    padding-top: 2em;
}

    #blogPostText a, #blogPostText a:focus {
        color: #313535;
    }

        #blogPostText a:hover {
            color: #776f6b;
        }

.pagination li a {
    font-family: "Gamay", sans-serif !important;
    color: #313535 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

.pagination-container li.active, .pagination-container li a:hover {
    color: #776f6b !important;
    font-family: "Gamay", sans-serif !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
}

.blogImgDiv {
    display: flex !important;
    justify-content: center !important;
}

#blogPostText h3 {
    text-align: left !important;
    font-family: "Gamay", sans-serif !important;
    color: #4c4c4b !important;
    font-size: 24px !important;
}

/*Cheri's edits*/

/*Contact*/
img.Phoneicon, img.Emailicon {
    height: 20px;
}

img.Faxicon {
    height: 20px;
}

img.Faxicon {
    height: 20px;
}
/*home page Banner*/
.bannerImages .carousel-item img {
    height: 600px !important;
}

span.carousel-control-prev-icon, span.carousel-control-next-icon {
    display: none !important;
}

.wdg-free-text-desc h3 {
    padding-top: 1em;
}

.card-flip .rolloveranimation {
    height: 390px !important;
    box-shadow: rgba(0, 0, 0, .2) 2px 2px 5px !important;
    border: 1px solid #dbdbdb;
}

img.card-img-top.employee-list-image {
    padding-top: 20px;
}

.banner-heading h1 {
    font-size: 48px !important;
    text-shadow: 2px 1px 1px #000000 !important;
}

img.img-fluid.modalImage {
    margin-top: 2em;
    margin-bottom: 2em;
}

.image-text-card {
    padding-top: 1em;
}

.X-row section {
    /*padding-left: 1em !important;*/
}

[id^="form-ContactUs"] {
    border: 1px solid #f4f2ef;
    padding: 16px;
    border-radius: 20px;
    background: #efefef;
}

.topbar-navigation-links .topbar-btn {
    border: 1px solid #007ac6;
    color: #ffffff;
    border-radius: 15px;
    background: #007ac6;
    margin: 4px;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 6px 15px;
    transition: background-color .7s ease;
}

    .topbar-navigation-links .topbar-btn:hover {
        border: 1px solid #007ac6;
        color: #007ac6;
        background: #ffffff;
        border-radius: 15px;
    }

.topbar-navigation-links a {
    font-size: 12px !important;
    padding: 0 10px;
    letter-spacing: 1px;
    font-weight: bold !important;
}

.topbarnavigation .topbar-search-wrapper button {
    border-radius: 15px;
    background-color: #007ac6;
    color: #ffffff;
    border: 3px solid #007ac6;
    font-size: 12px;
    padding: 4px 25px 4px 20px;
    margin: 4px;
    letter-spacing: 1px;
    transition: background-color .7s ease;
}

img.search-icon {
    padding-right: 20px;
}

.topbarnavigation .topbar-search-wrapper button:hover {
    border-radius: 15px;
    background-color: #03abff;
    color: #ffffff;
    border: 2px solid #007ac6;
    font-size: 12px;
    text-transform: none;
    padding: 4px 25px 4px 20px;
    margin: 4px;
    letter-spacing: 1px;
}


/*----------------  EDUCATION PAGE MODALS  ------------------------*/


section#education .modal-content {
    border-radius: 2em !important;
    background-color: #f4f2ef;
}

section#education .modal-content {
    border-radius: 2em !important;
    background-color: #f4f2ef;
}

section#education a, section#education a:active, section#education a:visited {
    color: #333333 !Important;
}

    section#education a:hover {
        color: #776f6b !Important;
    }


section#education img.img-fluid.modalImage {
    padding-top: 0;
    margin-top: 20px;
    border-radius: 20px;
}


section#education .widget-img > img {
    border-radius: 20px;
}

section#education .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 2rem 2rem 2rem;
}




@media only screen and (max-width:480px) {
    .carousel-btn .btn {
        font-family: "Gamay", sans-serif !important;
        background-color: #776f6b !important;
        border: none !important;
        border-radius: 15px !important;
        color: #FFFFFF !important;
        font-size: 16px !important;
        padding: 5px 15px !important;
    }

    .carousel-btn {
        margin: 0 auto;
    }
}


#searchModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f4f2ef !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1rem;
    outline: 0;
}

#searchModal form {
    border: 0px solid navy !important;
}


@media only screen and (max-width:575px) {

    .footer-feature a {
        margin-top: 15px;
    }

    .footer-navigation-container {
        display: flex;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}



div#blogPageIntro {
    border-bottom: 1px solid #d1d1d1;
}


/*----- jt fixes ------*/

/*----- blog page------*/
.blog-fixed.d-flex, .blogcardlist.d-flex {
    display: flex !important;
    margin-bottom: 15px !important;
    padding: 0px 0px !important;
}


@media only screen and (max-width:767px) {
    div.postSummary {
        margin: 15px 0px !important;
    }
}

/*----- contact us ------*/
.Fax {
    font-size: 16px;
}

.officeMap {
    margin-bottom: 30px;
}



#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #007ac6 !Important;
    color: #ffffff;
}


a.blogPostFullPage {
    text-transform: uppercase;
    margin: 10px 0px;
    border-radius: 0px 2em 2em 0px !important;
}

a.blogPostFullPage:hover {
    border: solid 1px #007ac6 !important;
    color: #007ac6 !important;
    background-color: #ffffff !important;
}

.buttonwidget:hover {
    text-transform: uppercase;
    border-radius: 0px 2em 2em 0px !important;
    /*margin: 10px 0px;    
	background-color: #ffffff !Important;
    color: #776f6b !Important;
	border: solid 1px #776f6b !Important;*/
}


.team-memberinfo .btn {
    background-color: #007ac6 !important;
}

    .team-memberinfo .btn:hover .fa-arrow-right {
        color: #ffffff !important;
    }

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .1) !important;
}


.dropdown-menu a.nav-link:hover {
    font-weight: normal !important;
    text-decoration: none !important;
    color: #776f6b !important;
}


a.image-text-button {
    max-width: 600px;
    min-width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: gray;
    color: #ffffff;
    filter: brightness(100%);
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
}


.card-flip .cta-btn {
    position: absolute;
    bottom: 0%;
    white-space: nowrap;
    border-radius: 15px;
    margin-top: 15px;
    transition: background-color 0.3s;
    min-width: 30%;
    height: 40px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-transform: uppercase !important;
    letter-spacing: .075em !important;
    font-size: 16px !Important;
}


.footer-logo {
    display: block !Important;
    width: 100% !important;
    max-width: 300px !Important;
    height: auto !Important;
    margin: 10px auto !Important;
}


.card-body.d-flex.flex-column, .postSummaryFixed.d-flex.flex-column {
    display: flex;
    flex-direction: column;
    border-radius: 12px !important;
}


.topbarnav-modal {
    background-color: rgba(49, 53, 53, 0.4) !important;
}


.btn-primary:hover, .btn-primary:focus {
    background-color: #776f6b !important;
    color: #776f6b !important;
    border: 2px solid #776f6b !important;
}


.emp-image {
    max-width: 100%;
    height: 240px;
    text-align: center;
}


.blogPostTitle {
    min-height: 1.5em;
    line-height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 15px !important;
    margin: 0px !important;
}

h2.blogPostTitle {
    font-size: 24px !important;
    color: #313535 !important;
}


.blogPostFullPage:hover {
    border: solid 1px #313535 !important;
    color: #fffff !important;
    background-color: #313535 !important;
}


.result-totalresult {
    color: #313535;
    padding: 20px 0;
    font-weight: bold;
}


.result-totalresult {
    color: #4c4c4b !Important;
    padding: 20px 0 !Important;
    font-weight: bold !Important;
    text-transform: uppercase !Important;
    font-size: 16px !Important;
}


.search-title a, .search-title a:visited, .search-title a:active {
    font-size: 20px !important;
    color: #776f6b !important;
    background-color: unset !Important;
}

    .search-title a:hover {
        font-size: 20px !important;
        color: #313535 !important;
        font-weight: normal !important;
        background-color: unset !Important;
    }

.search-text-high {
    background-color: transparent !important;
}

.search-date {
    font-weight: normal !Important;
    font-size: 12px !Important;
    margin-top: -10px !Important;
    color: #5e5d5a !Important;
}

.search-result, .pagination-container {
    padding-left: 0px !Important;
}

.searchresult-item {
    padding-bottom: 20px !Important;
}


ul.pagination {
    text-align: center !Important;
    justify-content: center !Important;
    margin: 10px auto !Important;
}


button.btn-close {
    background-color: #007ac6 !Important;
}


.btn-close {
    width: 1em !Important;
    height: 1em !Important;
    padding: .25em .25em !Important;
    border-radius: 1rem !Important;
    background-size: .6em !important;
    opacity: 1 !Important;
}

    .btn-close:focus {
        outline: 0 !Important;
        box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .15) !Important;
        opacity: 1 !Important;
    }



.cta-btn .btn {
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
}

.rollover-description {
    width: 100%;
    font-size: 16px;
}

    .rollover-description p {
        font-size: 16px;
        color: #ffffff !important;
    }


button.btn.btn-primary {
    color: #ffffff !important;
    background-color: #007ac6 !important;
    border-color: #007ac6 !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    letter-spacing: .075px;
}

    button.btn.btn-primary:hover {
        color: #007ac6 !important;
        background-color: #ffffff !important;
        border-color: #007ac6 !important;
        font-weight: normal !important;
        text-transform: uppercase !important;
        font-size: 16px !important;
        letter-spacing: .075px !important;
    }

.result-queryheading {
    color: #313535 !important;
    padding: 20px 0 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

input#searchtext {
    width: 100%
}

.card-flip .card-front img {
    max-height: 150px !important;
}



p.rollover-title, p.rollover-sub-title {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #007ac6 !important;
    border-color: #007ac6 !important;
}

/* Office Page*/
.h2-h3-font {
    font-size: 2rem;
}

.h3-h4-font {
    font-size: 1.5rem;
}
/**/

.shared-inpage-nav .sipn-container {
    font-size: 22px;
}

.sipn-sep {
    display: inline-block;
    transform: translateY(-2.5px);
}

.carousel-item:nth-child(-n+4) .carousel-caption {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

@media only screen and (max-width: 767px) {
    .OurTeam .employee-biolist-section .justify-content-center {
        justify-content: space-evenly !important;
    }
}

@media only screen and (max-width: 499px) {
    .employee-biolist-section .emp-list {
        max-width: 80% !important;
    }
}

@media only screen and (min-width: 767px) {
    .employeebioinfo .emp-biotext {
        padding-right: 20px;
    }
}

@media only screen and (max-width:991px) {
    .employeebioinfo .emp-image {
        height: auto !important;
    }

    .employeebioinfo .employee-image {
        height: auto !important;
    }
}

.topbar-navigation-links nav.col-12 .leftalign {
    flex: unset !important;
}

.Expertise .row.col-12 {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 367px) {
    a.buttonwidget {
        letter-spacing: .06em;
    }
}

@media only screen and (max-width: 767px) {
    .Expertise .container.onecol-section {
        padding-left: 24px !important;
    }
}


.OfficeBio .job-title {
    overflow-wrap: anywhere !important;
}

.shared-inpage-nav .sipn-container {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .employeebioinfo .emp-image {
        height: auto !important;
    }

    .employeebioinfo .employee-image {
        height: auto !important;
    }
}

.emp-gretting {
    flex-wrap: wrap !important;
}

.OfficePage .OfficeAddress {
    background-color: #efefef;
    border-radius: 12px;
    padding-top: 10px;
}

.OfficePage {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width:767px) {
    .OfficePage .OfficeMap {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .OfficePage .OfficeAddress {
        width: 32% !important;
    }
}

.OfficePage h3.OfficeName {
    padding-bottom: 10px;
}
/*duplicate file name fix */
.ktc-uploader-replacement {
    display: none;
}