﻿body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58595b;
    padding-top: 116.5px;
}

p {
    font-size: 13px;
    margin-bottom: 6px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.NavigationBar {
    background: #000;
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    min-height:116.5px;
}

/*.IconHolder {
    display: block;
    float: right;
    max-width: 600px;
    width: 100%;
    text-align: center;
}
*/

.HomeContentContainer2 {
    background: #f2f0e6;
}

.FooterGreybg {
    background: #000;
}

.footerLinks a {
    display: block;
    clear: both;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.linksBold a {
    font-weight: bold;
}


.GreyBgWithShape {
    background-color: #58595b;
    background-image: url(../images/kisch-ip_website-design-rev2-sections-75.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
}

.GreyBg {
    background: #58595b;
}

.OrangeBg {
    background: #f2612e;
}

.LightBg {
    background: #efefef;
}

.whiteContent {
    color: #fff;
    font-size: 14px;
}

.timelinecontent h2 {
    color: #f2612e;
    font-size: 50px;
    font-weight: bold;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #f2612e;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }

/* Container around content */
.timelinecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

    /* The circles on the timeline */
    .timelinecontainer::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        right: -10px;
        background-color: #f2612e;
        border: 4px solid #f2612e;
        top: 25px;
        border-radius: 50%;
        z-index: 1;
    }

/* Place the container to the left */
.timelineleft {
    left: 0;
    text-align: right;
}

/* Place the container to the right */
.timelineright {
    left: 50%;
    text-align: left;
}

    /* Add arrows to the left container (pointing right) */
    /*     .timelineleft::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      right: 30px;
      border: medium solid white;
      border-width: 10px 0 10px 10px;
      border-color: transparent transparent transparent white;
    } */

    /* Add arrows to the right container (pointing left) */
    /*     .timelineright::before {
      content: " ";
      height: 0;
      position: absolute;
      top: 22px;
      width: 0;
      z-index: 1;
      left: 30px;
      border: medium solid white;
      border-width: 10px 10px 10px 0;
      border-color: transparent white transparent transparent;
    } */

    /* Fix the circle for containers on the right side */
    .timelineright::after {
        left: -10px;
    }

/* The actual content */
.timelinecontent {
    padding: 0 30px;
    /*  background-color: white; */
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }
    /* Full-width containers */
    .timelinecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
        /* Make sure that all arrows are pointing leftwards */
        .timelinecontainer::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }
    /* Make sure all circles are at the same spot */
    .timelineleft::after, .right::after {
        left: 15px;
    }
    /* Make all right containers behave like the left ones */
    .timelineright {
        left: 0%;
    }
}

.orangeHeader h2 {
    color: #f2612e;
}

a {
    text-decoration: none;
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.pl-30 {
    padding-left: 30px
}

.pr-30 {
    padding-right: 30px
}

.pl-40 {
    padding-left: 40px
}

.pr-40 {
    padding-right: 40px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}


.mt--15 {
    margin-top: -15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.t-center {
    text-align: center
}

.orangestrap {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 11px;
}

.SocialIcons a {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-right: 8px;
    color: #f2612e;
}

.ESRBanner {
    background: url(../images/Kisch-IP_Website-Design-rev2-sections-87-2.png)no-repeat;
    padding: 90px 0px;
    background-size: cover;
    background-position: top center;
}

.UpperEsrBannerText {
    font-weight: bold;
    font-size: 34px;
    line-height: 105%;
    color: #fff;
}

.LowerEsrBannerText {
    color: #fff;
    font-size: 18px;
    border-top: 2px solid #fff;
    margin-top: 9px;
    display: table;
}

.ESRItem {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.ESRReadMore a {
    color: #f2612e;
    font-size: 14px;
    text-decoration: none;
}

.ESRReadMore {
    text-align: right;
}

.ESRHeader {
    color: #f2612e;
    margin-bottom: 10px;
    font-weight: bold;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

    .dropdown-menu .nav-item {
        border-bottom: 1px solid #d9d9d9;
        margin-right:0;
    }

.LinkBlock img {
    width: 100%;
}

.MemberThumbnail img {
    width: 100%;
}

.MemberBlock {
    padding: 20px 20px;
    background: #efefef;
    margin-bottom: 20px;
}

.MemberName {
    font-weight: bold;
    color: #f2612e;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height:1.2
}

li.nav-item {
    margin-right: 10px;
}

.navbar-nav {
    text-transform: uppercase;
}

.Content ul li {
    font-size: 13px;
}

.Content ul {
    margin-left: 20px;
    padding-left: 0;
}

.Content a {
    color: #ef4b25;
    text-decoration: none;
}
.content {
    font-size: 13px;
}
.MainProfile {
    padding: 20px;
}

.MainProfileImage img {
    width: 100%;
}

.ProfileFullName {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #f2612e;
    margin-bottom: 4px;
}

.ProfileFullJobTitle {
    color: #fff;
    margin-bottom: 10px;
}

.CellHolder, .EmailHolder {
    display: inline-flex;
}

.CellIcon, .EmailIcon {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}

.CellNumber a, .EmailAddress a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.Logos img {
    width: 100%;
}

.profilelogo {
    margin-bottom: 20px;
}

.ProfileBackground,
.ProfileQualifications,
.ProfileExperience,
.ProfileIndustry,
.ProfilePublications,
.ProfileAccolades {
    margin-bottom:20px;
}

    .ProfileBackground ul,
    .ProfileQualifications ul,
    .ProfileExperience ul,
    .ProfileIndustry ul,
    .ProfilePublications ul,
    .ProfileAccolades ul {
        margin-bottom: 0;
    }
        .ProfileBackground ol,
    .ProfileQualifications ol,
    .ProfileExperience ol,
    .ProfileIndustry ol,
    .ProfilePublications ol,
    .ProfileAccolades ol {
        margin-bottom: 0;
    }


.ProfileBackground h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.ProfileIndustry h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.ProfileExperience h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    display: block;
}
.ProfileQualifications h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.ProfilePublications h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.ProfileAccolades h3 {
    color: #f2612e;
    border-bottom: 2px solid #f2612e;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.icon {
    color: #fff;
    background: #f2612e;
    font-size: 40px;
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}

.SubServiceIcon {
    font-size: 23px;
    display: table-cell;
    background: #f2612e;
    width: 55px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    height: 55px;
}

.SubServiceNameHolder {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.SubServiceItem {
    content: "";
    clear: both;
    display: inline-table;
    margin-right: 25px;
    max-width: 220px;
}

.SubServiceName {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: auto;
    vertical-align: middle;
}

.alignBlock {
    display: table-cell;
    width: 55px;
}

.SubServices {
    border-top: 2px solid #f2612e;
    padding-top: 14px;
}

.Quote {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

.Symbol {
    height: 100%;
    position: relative;
}

.OpenQuote {
    background-image: url(../images/quotation-marks-svgrepo-com.svg);
    width: 60px;
    height: 70px;
    display: block;
    background-position: bottom left;
    background-size: 200%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.CloseQuote {
    background-image: url(../images/quotation-marks-svgrepo-com.svg);
    width: 60px;
    height: 70px;
    display: block;
    background-position: top right;
    background-size: 200%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

.DepartmentIconHolder {
    display: table-cell;
    min-width: 80px;
}

.DepartmentNameHolder {
    display: table-cell;
    vertical-align: middle;
}

.DepartmentIcon {
    color: #fff;
    background: #f2612e;
    font-size: 40px;
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}

.DepartmentName {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #f2612e;
    font-weight: bold;
    font-size: 25px;
    line-height: 100%;
}

.DepartmentCopy {
    font-weight: bold;
}

.navbar-nav a {
    color: #fff;
}
.nav-link:hover, .nav-link:focus {
    color: #f2612e;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#f2612e
}
ul.dropdown-menu li a {
    color: #58595b;
}
.HomeHeader1 {
    font-size: 30px;
    line-height: 100%;
}

    .HomeHeader1 b {
        margin-top: 10px;
        display: block;
    }


.HomeIcon {
    font-size: 23px;
    display: table-cell;
    background: #f2612e;
    width: 55px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    height: 55px;
}

.HomeIconHolder {
    display: flex;
    text-align: center;
}

.RightBlockHolder {
    text-align: right;
}

.HomeIconInnerHolder {
    margin: auto;
}

.InnerCenterAlign {
    max-width: 400px;
    display: block;
    margin-left: auto;
    text-align: center;
}

.ViewServices a {
    display: block;
    margin-top: 20px;
    color: #58595b;
    font-weight: bold;
    font-size: 17px;
}

.HomeContent p {
    line-height: 30px;
    font-size: 16px;
}

.orangestrap a {
    color: #fff;
}

.footerContact h4 {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 10px;
}

.footerContact a {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.footerContact i {
    color: #f2612e;
    margin-right: 7px;
}

.paiaform {
    font-size: 17px;
    margin-top: 25px;
}

a.formButton {
    color: #fff;
    background: #ef4b25;
    padding: 5px 10px;
    border-radius: 5px;
}

.navbar {
    float: right;
}

    .navbar a {
        font-size: 13px;
    }

.ContactBanner {
    background: url(../images/Kisch-IP_Website-Design-rev2-sections-87-21.png)no-repeat;
    padding: 90px 0px;
    background-size: cover;
    background-position: top center;
}

.office {
    text-align: center;
}

    .office h4 {
        font-size: 16px;
    }

    .office a, .office {
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }

        .office i {
            color: #f2612e;
            margin-right: 5px;
        }

.ContactIcon {
    font-size: 38px;
    display: table-cell;
    background: #f2612e;
    width: 90px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    height: 90px;
}

.ContactIconHolder {
    text-align: center;
}

.AlignContentCenter {
    margin: 0px auto 20px;
    display: table;
}

a {
    color: #f2612e;
    transition: 0.3s;
}

.ContactDetail, .ContactDetail a {
    font-size: 15px;
}

.pageContent h2 {
    border-bottom: 2px solid #f2612e;
    padding-bottom: 10px;
}

a.formButton:hover {
    transition: 0.3s;
    background: grey
}

.AwardItem {
    position: relative;
    border: 10px solid #fff;
    margin-bottom: 20px;
    background: #fff;
}

.AwardHover {
    top: 0;
    background: #F3F1E7;
    padding: 10px;
    transition: .5s ease;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.AwardImage:hover {
    opacity: 0;
    transition: .5s ease;
}

.AwardImage img {
    width: 100%;
}

.AwardImage {
    position: absolute;
    top: 0;
    width: 100%;
}

.AwardName {
    font-size: 20px;
    font-weight: bold;
}

.AwardBlurb, .AwardBlurb p {
    font-size: 20px;
}


.CustomHeaderBG {
    background: url(../images/Kisch-IP_Website-Design-rev2-sections-87-1-2048x232.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 83px;
    padding-top: 64px;
    border-bottom: 2px solid #f2612e;
    margin-bottom: 20px;
    padding-bottom: 53px;
}

#Search {
    height: 48px;
    background: #f3f3f3;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.SearchSub:hover {
    background: transparent;
    color: #f2612e;
}

.SearchSub {
    border: 2px solid #f2612e;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    background: #f2612e;
    color: #fff;
    width: 100%;
}



.ThumbCellIcon, .ThumbEmailIcon {
    color: #f2612e;
    font-size: 14px;
    margin-right: 10px;
    display: table-cell;
}

.ThumbCellNumber a, .ThumbEmailAddress a {
    color: #58595b;
    text-decoration: none;
    font-size: 14px;
}

.ThumbCellNumber, .ThumbEmailAddress {
    display: table-cell;
    padding-left: 10px;
}

select.SearchSelect {
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    height: 48px;
    border: none;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    z-index: 22;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-select i {
    color: #666;
    font-size: 18px;
    position: absolute;
    right: 0;
    line-height: 48px;
    right: 15px;
    z-index: 100;
}

.custom-select {
    position: relative;
    margin-bottom: 10px;
}

.Archives {
    width: 100%;
    background: #58595b;
    padding: 15px;
}

.ArchiveHeader {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
}

.Archives .CurrentActive a {
    color: #f2612e;
}

.Archives a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 6px 0;
}

.articleItem {
    background: #efefef;
    padding: 15px;
    margin-bottom: 15px;
}

.video_thumb img {
    width: 100%;
}

.video_watch {
    text-align: right;
}

.video_date {
    color: #ee681e;
    font-size: 13px;
}

.video_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    display: block;
}

.video_holder {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px;
}

.video_description {
    font-size: 14px;
}

.SocialIcons i {
    padding: 3px 4px;
/*    background: #fff;*/
}

.MapInfoItem {
    margin-top: 40px;
}

.MapContentHeader {
    font-weight: bold;
    font-size: 30px;
    color: #f2612e;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #bfbfbf;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}

.JobTitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.ProfileFullJobTitle div {
    font-size: 14px;
}

.justify-content-right {
    justify-content: right;
}


.searchForm {
    /* position: absolute;*/
    width: 350px;
    /*top: -18px;
    left: -5px;*/
}


.searchIcon i {
    /*  position: absolute;
    top: -10px;*/
    font-size: 17px;
}



.search {
    display: flex;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

    .search input {
        height: 35px;
        width: 100%;
        padding: 0 10px 0 10px;
      /*  background: white url(/images/mag.png) 7px 9px no-repeat;*/
        border-width: 0;
        border-style: none;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        font-size:14px;

    }

        .search input:focus {
            outline: none;
            border-color: #66b1ee;
      /*      -webkit-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
            -moz-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
            -ms-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
            -o-box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);
            box-shadow: 0 0 2px rgba(85, 168, 236, 0.9);*/
        }

    /*    .search input:focus + .results {
                display: block
            }*/

    .search .results {
        font-size:12px;
        display: none;
        position: absolute;
        top: 35px;
        left: 0;
        right: 0;
        z-index: 1000000;
        padding: 0;
        margin: 0;
        border-width: 1px;
        border-style: solid;
        border-color: #cbcfe2 #c8cee7 #c4c7d7;
        border-radius: 3px;
        background-color: #fdfdfd;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eceef4));
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
        background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
        background-image: -ms-linear-gradient(top, #fdfdfd, #eceef4);
        background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
        background-image: linear-gradient(top, #fdfdfd, #eceef4);
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }

        .search .results li {
            display: block
        }

            .search .results li:first-child {
                margin-top: -1px
            }

                .search .results li:first-child:before, .search .results li:first-child:after {
                    display: block;
                    content: '';
                    width: 0;
                    height: 0;
                    position: absolute;
                    left: 50%;
                    margin-left: -5px;
                    border: 5px outset transparent;
                }

                .search .results li:first-child:before {
                    border-bottom: 5px solid #c4c7d7;
                    top: -11px;
                }

                .search .results li:first-child:after {
                    border-bottom: 5px solid #fdfdfd;
                    top: -10px;
                }

                .search .results li:first-child:hover:before, .search .results li:first-child:hover:after {
                    display: none
                }

            .search .results li:last-child {
                margin-bottom: -1px
            }

        .search .results a {
            display: block;
            position: relative;
            margin: 0 -1px;
            padding: 6px 40px 6px 10px;
            color: #808394;
            font-weight: 500;
            text-shadow: 0 1px #fff;
            border: 1px solid transparent;
            border-radius: 3px;
            line-height: 16px;
        }

            .search .results a span {
                font-weight: 200
            }

            .search .results a:before {
                font-family:"Font Awesome 5 Pro";
                content: "\f061";
                width: 18px;
                height: 18px;
                position: absolute;
                top: 50%;
                right: 10px;
                margin-top: -9px;
            }

            .search .results a:hover {
                text-decoration: none;
                color: #fff;
                text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
                background-color: #f2612e;
                -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
                -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
                -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
                -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
                box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
            }

.searchbtn {
    background: #f2612e;
    border-radius: 0;
    height: 35px;
}
.SubscribeButton a {
    display: table;
    text-align: center;
    background: #f2612e;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 155px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.subForm {
    background: #f2612e;
    display: table;
    padding: 33px;
    margin: 30px auto;
    color: #ffff;
}
    .subForm label, .subForm input {
        display: block;
        clear: both;
        width: 100%;
        max-width: 303px;
    }
    .subForm button {
        width: 100%;
        color: #000;
        background: #ffff;
        border: 0;
        padding: 5px 0;
        text-transform: uppercase;
    }
    .subForm input[type='checkbox'] {
        vertical-align: middle;
    }
.popup-overlay2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    width: 100%;
    height: 100vh;
}

.popup2 {
    display: table;
    width: 100%;
    margin: 0 auto;
    float: none;
    position: relative;
    left: auto;
    right: auto;
    text-align: center;
    top: 25%;
    max-width: 600px;
}
/* News */
.news-slider {
    /* Style the actual content */
}

    .news-slider .text-content {
        position: absolute;
        top: 30%;
        /* left: 0; */
        right: 0;
        padding: 1em;
        width: 63%;
        height: 100%;
        color: #fff;
        max-height: 470px;
        line-height: 1.2
    }
.text-content.dark {
    color: #000;
}

        .news-slider .text-content h2 {
            margin: 0;
        }

.news-slider .text-content p {
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

        .news-slider .text-content a.button-link {
            /* position: absolute; */
            left: 15px;
            text-align: left;
            font-size: 30px;
            font-weight: bold;
            color: #f2612e;
            margin-top: 30px;
            display: block;
        }
a.button-link.read-more.light {
    color: #fff;
}
    .news-slider .image-content {
        line-height: 0;
    }

        .news-slider .image-content img {
            max-width: 100%;
            width:100%;
        }

    .news-slider .news-pager {
        text-align: right;
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        list-style: none;
    }

        .news-slider .news-pager li {
            display: inline-block;
            padding: 0.6em;
            margin: 0 0 0 1em;
        }

            .news-slider .news-pager li.sy-active a {
                color: #31ace2;
            }

            .news-slider .news-pager li a {
                font-weight: 500;
                text-decoration: none;
                display: block;
                color: #222;
            }
a.mainContactButton {
    color: #fff;
    display: block;
    background: #f2612e;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 70px;
    vertical-align: middle;
    padding: 8px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 15px;
}


/*CHAT BOT*/
.SS_Text {
    font-family: "Poppins", sans-serif;
    /* font-size: 14px; */
}
#chatWidget {
    z-index: 999991;
    border-radius: 16px;
    position: fixed;
    right: 4px;
    bottom: 10px !important;
    background-color: #fff;
    /* height: 500px; */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border: 2px solid var(--ss-primary-colour-bot);
    padding: 1em;
    width: 420px;
    max-width: 85vw;
    transition: opacity 0.8s ease;
    opacity: 0;
    background-color: var(--ss-background-colour-bot);
}

.shadowed-gif {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.5));
}
:root {
    --ss-primary-colour-bot: #F85331;
    --ss-secondary-colour-bot: #58595B;
    --ss-tertiary-colour-bot: #4F4F51;
    --ss-company-logo-bot: url('https://jupiter.blob.core.windows.net/externalchats/KISCH_CHAT_LOGO.svg');
    --ss-floating-icon-bot: url('https://jupiter.blob.core.windows.net/externalchats/Qippy_animate.gif');
    --ss-background-colour-bot: #F1EDE3;
}

.error {
    border: 2px solid red !important;
}

.SS_Text {
    font-family: "Poppins", sans-serif;
    /*font-size: 14px;*/
}

.SS_float {
    width: 11rem;
    height: 11rem;
    bottom: 75px;
    right: 0px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}

#chatWidget {
    z-index: 999991;
    border-radius: 16px;
    position: fixed;
    right: 4px;
    bottom: 10px !important;
    background-color: #fff;
    /* height: 500px;*/
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border: 2px solid var(--ss-primary-colour-bot);
    padding: 1em;
    width: 420px;
    max-width: 85vw;
    transition: opacity 0.8s ease; /* Adjust the duration and easing as needed */
    opacity: 0; /* Ensure the element starts off as invisible */
    background-color: var(--ss-background-colour-bot);
}

@media (max-width: 1024px) {
    /* Slightly reduce base font */

    #chatWidget {
        width: 70vw;
        max-width: 90vw;
        right: 8px;
        bottom: 60px;
        border-radius: 12px;
    }

    #hdrText {
        font-size: 1.15em;
    }

    #chatBody {
        font-size: 0.88em;
        max-height: calc(100vh - 160px);
    }

    #chatInput {
        font-size: 0.95em;
    }

    .YESButton {
        font-size: 11px;
        padding: 0.7em;
        width: 120px;
        height: 35px;
    }

    .SS_float {
        width: 16rem;
        height: 16rem;
    }
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    /* Scale base font for mobile */

    #chatWidget {
        width: 100vw;
        max-width: 96%;
        right: 0;
        bottom: 0;
        max-height: 100vh;
        padding: 5px;
        overflow-y: auto;
    }
    /* Shrink header text slightly */
    #hdrText {
        font-size: 1.1em;
    }
    /* Shrink chat body text */
    #chatBody {
        font-size: 0.85em;
        max-height: calc(100vh - 140px);
    }
    /* Adjust input font */
    #chatInput {
        font-size: 0.9em;
    }
    /* Make button text smaller */
    .YESButton {
        font-size: 10px;
        padding: 0.6em;
        width: 100px;
        height: 32px;
    }

    .SS_float {
        width: 14rem;
        height: 14rem;
    }
}


#chatHeader {
    text-align: center;
}

#chatFooter {
    margin-top: 5px;
    bottom: 0;
}

#chatInner {
    position: relative;
}

#hdrText {
    color: var(--ss-tertiary-colour-bot);
    font-size: 1.2em;
    font-weight: 900;
}


.RequestAnchor {
    position: relative;
    z-index: 99999999999999999;
    color: var(--Dark-Blue, #446981);
    font-weight: 400;
}



.ChatSpan {
    display: inline-block;
    width: 85% !important;
    margin-bottom: 8px !important;
}

#HdrSubsText {
    color: var(--Dark-Blue, #446981);
    font-weight: 600;
}

#chatBody {
    height: 350px;
    font-size: 0.9em;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: black;
    scrollbar-track-color: var(--ss-primary-colour-bot);
    padding: 10px;
    margin-bottom: 2px;
}

.chatInputclass {
    max-width: calc(100% - 20px);
    width: calc(100% - 20px);
    max-height: 68px !important;
    border-radius: 8px;
    max-height: 100px;
    border: 2px solid var(--ss-primary-colour-bot);
    padding: 5px;
}

.YESButton {
    font-size: 12px;
    font-weight: 600;
    border-radius: 24px;
    border: 0;
    padding: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 130px;
    height: 37px;
    text-align: center;
}

    .YESButton:hover {
        cursor: pointer;
    }

    .YESButton .chatloader {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        animation: spin 2s linear infinite;
        display: none;
        position: absolute;
        top: 35%;
        left: 43%;
        transform: translate(-50%, -50%);
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btnPrimarySS {
    background-color: var(--ss-primary-colour-bot);
    color: #fff;
}

.btnSecondarySS {
    background-color: var(--ss-secondary-colour-bot);
    color: #fff;
}


#gptLogoDiv {
    width: 100%;
    text-align: center;
    align-content: center;
    position: absolute;
}

#gptLogo {
    width: 200px;
    margin: auto;
    transition: all 1s ease-in-out;
}

#YESLogo {
    position: absolute;
    width: 80px;
    max-width: 13vw;
    left: 0;
    top: 0;
}

#closeChatButton {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #333;
    top: 0;
    right: 0;
}


.review-buttons {
    text-align: left;
}

.button-17 {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border-radius: 24px;
    border-style: none;
    /*box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;*/
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 5px;
    position: relative;
    text-align: center;
    text-transform: none;
    /*transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;*/
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    margin: 0px 2px;
}

    .button-17:hover {
        background: var(--ss-primary-colour-bot);
        color: #174ea6;
    }

    .button-17:active {
        /*box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);*/
        outline: none;
        border: none;
    }

    .button-17:focus {
        outline: none;
        border: none;
    }

    .button-17:not(:disabled) {
        /*box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;*/
    }

        .button-17:not(:disabled):hover {
            box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
        }

        .button-17:not(:disabled):focus {
            box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
        }

        .button-17:not(:disabled):active {
            box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
        }

    .button-17:disabled {
        box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
    }


#gptLogoFloat {
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 1s ease-in-out;
    cursor: pointer;
}

.chat-bubble {
    bottom: 100%; /* sit right above the logo */
    right: 0;
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2rem;
    padding: 0.4rem 0.8rem;
    box-shadow: 2px 2px 0px 1px #f2612e;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    color: #f2612e;
    margin-right: 6px;
    font-size: 12px;
}

.feedback-card {
    border: 0px solid var(--ss-primary-colour-bot);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    background-color: transparent;
    width: 100%;
    max-width: 400px;
}

textarea {
    max-height: 100px;
    min-height: 30px;
    max-width: calc(100% - 20px);
}

.feedback-textarea {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    border-radius: 8px;
    border: 1px solid var(--ss-primary-colour-bot);
    padding: 10px;
}

.button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.modal-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
}

.modal-overlay {
    position: absolute;
    top: 0; /* was implicit */
    left: 0;
    bottom: 0; /* changed from 1px → 0 */
    width: 100%;
    height: 100%;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: var(--ss-background-colour-bot) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}

    /* 2. Let the dialog fill the whole overlay and become a flex-container */
    .modal-overlay .modal-dialog {
        /* fill 100% of modal-overlay */
        width: 100%;
        height: 100%;
        max-width: none; /* override any bootstrap cap */
        margin: 0; /* remove auto margins */
        /* make it flex so its children can center themselves */
        padding: 0em 1em;
        justify-content: center;
        align-items: center;
        /* preserve your blur/background */
        background-color: transparent;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 16px;
        color: var(--ss-text-colour-bot);
    }

/* 3. Dialog box itself: slightly more opaque so inputs stand out */
#leadform .modal-dialog {
    background-color: transparent;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    width: 100%;
    color: var(--ss-text-colour-bot);
}

#leadSuccess {
    display: flex; /* <-- this was missing */
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    color: var(--ss-text-colour-bot);
}

.feedback-input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback-input-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.feedback-input {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    border-radius: 8px;
    border: 1px solid var(--ss-primary-colour-bot);
    padding: 10px;
    font-family: "Poppins", sans-serif;
    background-color: var(--ss-background-colour-bot);
    color: var(--ss-text-colour-bot);
}

.feedback-select {
    width: calc(100% - 20px);
    border-radius: 8px;
    border: 1px solid var(var(--ss-primary-colour-bot));
    padding: 10px;
    font-family: "Poppins", sans-serif;
    background-color: var(--ss-background-colour-bot);
    color: var(--ss-text-colour-bot);
}

.feedback-divider {
    border: none;
    border-top: 1px solid var(--ss-primary-colour-bot);
    margin: 10px 0;
}

.feedback-label .required {
    color: var(--ss-text-colour-bot); /* red */
    margin-left: 0.2em;
}


.disclaimerPop {
    display: none;
    background-color: var(--ss-background-colour-bot);
    border: 2px solid var(--ss-primary-colour-bot);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 8px;
    z-index: 999993;
    max-width: 90vw;
    width: 400px;
}
.GreyContent.Content h6 {
    margin-top: 13px;
    margin-bottom: 0px;
}