﻿@font-face {
    font-family: 'NotoSansLight';
    src: url('../fonts/NotoSans-Light.ttf');
}

@font-face {
    font-family: 'NotoSans';
    src: url('../fonts/NotoSans-Regular.ttf');
}

@font-face {
    font-family: 'NotoSansBold';
    src: url('../fonts/NotoSans-Bold.ttf')
}

@font-face {
    font-family: 'NotoSansSemiBold';
    src: url('../fonts/NotoSans-SemiBold.ttf')
}

@font-face {
    font-family: 'NotoSansMedium';
    src: url('../fonts/NotoSans-Medium.ttf')
}

#languageMenu .menuSubnavList li a {
    cursor: pointer;
}

.breadcrumb {
    background: none !important;
}

h1, h2, h3 {
    font-family: 'NotoSansLight', san-serif;
    font-weight: lighter;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub
}

body {
    margin: 0;
    padding: 0;
    /*font-family: "Segoe UI", sans-serif;*/
    /*font-family: 'NotoSans', Arial, sans-serif !important;*/
    font-size: 16px;
    color: #333;
    background-color: white;
    min-width: 320px;
    background-image: url(../Common/Images/AngleBackground.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    font-family: Arial, Helvetica, sans-serif;
}

#servicesMenu .container .menuSection:first-child {
    font-family: 'NotoSans', sans-serif !important;
}

.flexContainer {
    display: flex;
}

a:link, a:visited {
    color: #0000c9;
    text-decoration: none;
    -webkit-transition: color .25s; /* Safari */
    transition: color .25s;
}

a:hover {
    color: #1c53a3;
    text-decoration: none;
}

.pageHeader {
    font-size: 36px;
    color: #0000C9;
}

#carouselContainer {
    min-height: 225px;
    max-height: 225px;
}

@media (max-width: 1200px) {
    #carouselContainer {
        min-height: 184px;
        max-height: 184px;
    }
}

#divHowItWorksV2 .primaryActionLink {
    cursor: pointer;
}

.shrink {
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
    margin-top: -14px;
}

.carousel-item > img, .carousel-item p > img {
    height: auto !important;
    max-height: 225px;
    width: calc(100vw - 115px) !important;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.bannerMain {
    background-color: white;
    padding-top: 41px;
    padding-bottom: 5px;
    margin: 0 60px;
    color: #0095ff;
    min-height: auto !important;
}

#FlexPageContainer {
    display: flex;
    flex-direction: column;
    min-height: calc(-62px + 100vh);
    justify-content: space-between;
}

.LoadingBackground {
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.50;
    position: fixed;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    z-index: 99999;
}

.LoadingImage {
    left: 50%;
    height: 100px;
    margin: -50px 0 0 -83px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 166px;
    z-index: 100000;
}

.homeHelp {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

#tblHelpContainer {
    width: 200px;
    max-width: calc(50vw)
}

.defaultTooltipWrapper {
    background-color: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none !important;
}

.defaultTooltip {
    margin: 0px;
    position: absolute;
    z-index: 1000;
    width: auto;
    color: #333;
    background-color: none !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    font-size: 12px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 3px - 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 2px solid #ccc;
}

.helpTitle h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0095ff !important;
    margin: 0 !important;
}

.helpTitle {
    background-color: #f2f2f2 !important;
    padding: 10px !important;
}

.helpContent {
    padding: 10px 10px 10px 10px !important;
    background-color: white !important;
    line-height: 14.4px !important;
}

    .helpContent p, .helpContent span {
        font-size: 12px !important;
        margin: 0 !important;
        font-weight: normal !important;
    }

table#tblHelpContainer {
    border-collapse: unset !important;
}

    table#tblHelpContainer table {
        border-collapse: unset !important;
    }

.menuSubnavList li .spinner-border {
    margin-left: 10px;
}

/*Customize Boostrap Container*/

.fluid-container {
    background-color: #f2f2f2 !important;
}

#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}

#modalContentBox, #modalLightBox, #modalHowBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 999999;
    overflow-y: scroll;
}

    #modalContentBox .content {
        margin: 100px 10% 62px 10%;
        width: 80%;
        background-color: white;
        z-index: 999999;
        height: 1500px;
        border-radius: 6px;
    }

    #modalHowBox .content {
        margin: 100px 20% 62px 20%;
        width: 60%;
        background-color: white;
        z-index: 999999;
        border-radius: 6px;
    }

    #modalLightBox .content {
        margin: 100px 20% 62px 20%;
        width: 60%;
        height: 500px;
        background-color: white;
        z-index: 999999;
        border-radius: 6px;
    }

body.modalOpenMode {
    overflow: hidden;
}

#stickyChat {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

    #stickyChat > div {
        flex: 1 0 auto;
        padding: 4px 6px;
        font-weight: bold;
        background-color: #f9a339;
        color: #ffffff;
    }

        #stickyChat > div:first-child {
            flex: 20px 0 0;
            border-radius: 5px 0 0 0;
            background-color: #F8971D;
        }

    #stickyChat i {
        display: inline-block;
    }

#headerChat {
    text-align: center;
    background-color: #F8971D;
    float: right;
    color: white;
    padding: 0;
    width: 50px;
    padding: 19px 0;
    cursor: pointer;
    margin-left: 16px;
}

    #headerChat i {
        display: inline-block;
    }


header {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    padding-top: 62px;
}

nav {
    height: 62px;
    margin: 0 auto;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,201,1) 0%, rgba(0,0,201,1) 100%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
}


.logoWrap {
    display: inline-block;
    vertical-align: top;
    /*width: 350px;*/
}

.bannerButton {
    background-color: #0000c9;
    color: white;
    margin-left: 4px;
    padding: 3px 6px;
    border-radius: 5px;
    cursor: pointer;
}

.teamMemberSearchResultHeader {
    background: #F2F2F9 0% 0% no-repeat padding-box;
}

.compBidSearchBtn {
    background-color: #0000C9;
    border-color: #0000C9;
    color: white;
}

.compBidCancelBtn {
    background-color: white;
    border-color: #0000C9;
    color: #0000C9;
}

#hideCarousel, #showCarousel {
    margin-top: 3px;
    color: #333;
}

#carouselDisplay {
    text-align: right;
    padding-bottom: 8px;
}

.mobileLogo {
    display: none;
}

.desktopLogo {
    display: inline-block;
}

.logoLink {
    cursor: pointer;
}

#mobileSearchIcon {
    color: #0000C9;
}

.mobileSearchBarParent:not(.active) {
    width: 150px !important;
}

.headerSearch.active .mobileSearchBar {
    width: auto !important;
}

.mobileSearchBar {
    width: 50px !important;
    font-weight: bold;
}

    .mobileSearchBar::placeholder {
        color: #0000C9;
    }

.valuesContainer {
    display: inline-flex;
    margin-top: auto;
}

@media (max-width: 1200px) {
    .valuetxt {
        text-align: center !important;
    }

    .valuesDiv {
        margin-left: 50px !important;
    }
}

@media (max-width: 920px) {
    .valuesDiv {
        margin-left: 30px !important;
    }

    .valueimg {
        margin-top: 8px !important;
    }

    .valuesContainer {
        display: inline-flex;
        margin-left: 0px
    }
}

.valuetxt {
    font-family: 'NotoSans';
    font-size: 16px;
}

.logoWrap img {
    width: 146px;
    height: 44px;
    margin-top: 11px;
    margin-right: 16px;
}

.headerSearchDropDown {
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
    background-color: #0000c9;
    border-color: #0000c9;
    color: white;
    margin-top: -2px;
}

.headerSearch {
    background: transparent;
    width: 150px;
    vertical-align: top;
    padding: 14px 16px;
    /*padding: 14px 16px;*/
    display: inline-block;
    /*width: calc(100% - 790px);*/
}

.closeSearch {
    display: none;
    margin: 8px 0 8px 10px;
    cursor: pointer;
}

.headerSearch .inputWrap {
    border: 1px solid #cccccc;
    border-radius: 30px;
    background-color: white;
    display: flex;
    padding: 4px 8px 4px 0;
    background-color: #ffffff;
}

    .headerSearch .inputWrap input {
        flex: 1 1 auto;
        margin: 0 0 0 10px;
        font-size: 18px;
        background-color: #ffffff;
        border: none;
        width: 100%;
        height: 26px;
    }

    .headerSearch .inputWrap i {
        flex: 25px 0 0;
        text-align: center;
        padding-top: 5px;
        color: #666666;
        font-size: 16px;
        cursor: pointer;
    }

.headerSearch .searchWrap {
    margin-top: 0;
}


.headerSearch.active {
    background-color: rgba(255, 255, 255, .9);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,201,1) 0%, rgba(0,0,201,1) 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 96px;
    z-index: 9999;
    margin-top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .headerSearch.active .inputWrap {
        width: 60%;
        height: 35px;
        margin-top: 15px;
    }

        .headerSearch.active .inputWrap i {
            width: 35px;
        }

    .headerSearch.active .closeSearch {
        display: inline-block;
        color: #f2f2f2;
        margin-top: 15px;
    }

#searchIcon {
    display: none;
    color: #f2f2f2;
    background-color: transparent;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    margin: 16px 4px;
    float: right;
}

    #searchIcon i {
        font-size: 15px;
        vertical-align: top;
    }

#navicon {
    margin: 15px;
    font-size: 20px;
    float: right;
    color: #f2f2f2;
}

#carouselContainer .carousel-control-next, #carouselContainer .carousel-control-prev {
    align-items: flex-start;
    margin-top: 75px;
    width: 5%;
}
/*Search Input in Banner*/
.bannerSearch {
    position: relative;
}

    .bannerSearch .inputWrap {
        border: 1px solid #cccccc;
        border-radius: 30px;
        background-color: white;
        display: flex;
        padding: 4px 8px 4px 0;
        background-color: #ffffff;
    }

        .bannerSearch .inputWrap input {
            flex: 1;
            margin: 0 0 0 10px;
            font-size: 16px;
            background-color: #ffffff;
            border: none;
            height: 26px;
        }

        .bannerSearch .inputWrap i {
            width: 25px;
            text-align: center;
            padding-top: 6px;
            color: #666666;
            font-size: 14px;
            cursor: pointer;
        }

.suggestionsWrap {
    display: none;
    background-color: white;
    border-radius: 3px;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 99999;
    border: 1px solid #cccccc;
    padding-bottom: 8px;
    text-align: left;
}

.headerSearch .suggestionsWrap {
    width: 60%;
    text-align: left;
    left: 20%;
    margin-left: -12px;
}

.suggestionsWrap ul.keywords, .suggestionsWrap ul.suggestedServices {
    color: #333;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 8px 4px;
}

    .suggestionsWrap ul.keywords li {
        padding: 3px 10px;
        cursor: pointer;
    }

        .suggestionsWrap ul.keywords li:hover {
            background-color: #f2f2f2;
        }

.suggestionsWrap .sectionDivider {
    border-top: 1px solid #cccccc;
}

.suggestionsWrap > label {
    margin: 0;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
}

ul.suggestedServices > li {
    display: flex;
    display: none;
    width: 99%;
    margin: 0 8px;
    border-bottom: 1px solid #f2f2f2;
}

    ul.suggestedServices > li img {
        width: 60px;
    }

    ul.suggestedServices > li > div {
        flex: 1;
        padding: 4px !important;
        min-width: 0;
    }

        ul.suggestedServices > li > div:first-child {
            flex: 68px 0 0;
        }

    ul.suggestedServices > li label {
        margin: 0;
        font-weight: 600;
    }

    ul.suggestedServices > li p {
        font-size: 14px;
        line-height: normal;
        margin: 0 !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    ul.suggestedServices > li > div:nth-child(3) {
        flex: 95px 0 0;
        padding: 17px 4px 0 4px !important;
    }

    ul.suggestedServices > li > div:last-child {
        flex: 145px 0 0;
        padding: 15px 4px 0 4px !important;
    }

#hero {
    position: relative;
    /*background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 100%);*/
    padding: 32px 0 155px 0;
    color: #f2f2f2;
    text-align: center;
}

    #hero:after {
        content: " ";
        /*position: absolute;*/
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 100%);*/
        transform-origin: bottom right;
        -ms-transform: skew(0deg, -5deg);
        -webkit-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg);
    }

#heroBG {
    /*background-image:url("../images/heroBG.png");*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 350px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    display: none;
}

#hero h1 {
    font-size: 32px;
}

#hero.grayHero {
    position: absolute;
    top: 60px;
    width: 100%;
    background: none;
    /*background-color: #f2f2f2;*/
    z-index: -10;
}

    #hero.grayHero::after {
        background: none;
        background-color: #f2f2f2;
        z-index: -10;
    }

.container ol.breadcrumb {
    background-color: #f2f2f2;
    padding-left: 0;
}

ul.paging {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

    ul.paging li {
        display: inline-block;
    }

        ul.paging li span {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: transparent;
            border: 1px solid white;
            border-radius: 50%;
            cursor: pointer;
        }

        ul.paging li.active span {
            background-color: white;
        }


.container {
    padding: 0 8px;
    max-width: 1366px;
}

main {
    margin-top: -145px;
    padding-top: 5px;
}

    main section {
        padding: 0 0 32px 0;
    }

#howItWorks, #divHowItWorksV2 {
    background-color: #f2f2f2;
    text-align: center;
    padding: 32px;
}

#howItWorks {
    display: none;
}

.profileMenuItem .firstName {
    display: inline-block;
}

ul.row {
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

    ul.row > li {
        padding-left: 8px;
        padding-right: 8px;
    }

    ul.row li > div {
        padding: 8px 0;
    }

.sectionHeading {
    padding: 0 8px 16px 8px;
    font-size: 28px;
}

.tabsList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .tabsList li {
        display: inline-block;
        margin-right: 16px;
        cursor: pointer;
    }

        .tabsList li.active {
            border-bottom: 3px solid #0000c9;
            font-weight: bold;
        }

div.tabbedContent {
    /*padding:0 !important;*/
    /*margin-top:8px;*/
}

.tileRowHeading {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}


ul.tiles {
    padding: 0;
    margin: 0 0 8px -8px;
}

    ul.tiles li {
        padding: 0;
        margin-top: 8px;
        cursor: pointer;
    }


div.serviceTile {
    text-align: center;
    border: 1px solid #f2f2f2;
    margin: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 200px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
}

div.projectTile {
    text-align: left;
    border: 1px solid #f2f2f2;
    margin: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 200px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
}

div.FAQTile {
    text-align: left;
    border: 1px solid #f2f2f2;
    margin: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 160px;
    position: relative;
    border-radius: 10px;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
}


.serviceTile img {
    display: block;
    margin: 0 auto;
    width: 100px;
    -webkit-transition: margin-top .25s;
    transition: margin-top .25s;
    transition-delay: .25s;
}

div.serviceTile:hover img {
    margin-top: -270px;
}

div.serviceTile:hover .serviceTitle {
    font-weight: 600;
}


.serviceTile .hoverContent {
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    transition-delay: .25s;
    width: 100%;
    bottom: 0px;
    top: 50px;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hoverContent > div {
    flex: 1 0 auto;
}

div.serviceTile:hover .hoverContent {
    opacity: 1;
}

.serviceTile .hoverContent p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 0 6px;
}

.serviceTile .hoverContent a {
    font-size: 15px;
}

.serviceTile .cardFooter {
    background-color: #f2f2f2;
    flex: 50px 0 0;
}

    .serviceTile .cardFooter a {
        display: inline-block;
        margin-top: 9px;
        font-size: 13px;
    }

        .serviceTile .cardFooter a i {
            margin-top: 1px;
        }

.dividerBar {
    display: none;
    height: 4px;
    width: 75px;
    background-color: #0095ff;
    border-radius: 5px;
    margin: 8px 0;
}

.serviceTile .serviceTitle {
    width: 100%;
    line-height: 16px;
    margin-top: 16px;
}

.projectTile .serviceTitle {
    width: 100%;
    line-height: 16px;
    height: auto;
}

.pointer {
    cursor: pointer;
}

.ui-autocomplete {
    z-index: 100000;
    top: 55px !important;
}

    .ui-autocomplete li a {
        color: black;
    }

.ui-menu a {
    width: 100%;
    display: block;
    text-align: left;
}

.ui-menu span img {
    width: 60px;
    height: 60px;
}

.ui-menu .liServiceLine {
    height: 80px;
    padding: 2px 0;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    margin: 0px 10px;
}

    .ui-menu .liServiceLine > span {
        height: 60px;
        padding: 0;
        display: flex;
        flex-direction: row;
        padding-top: 4px;
        position: relative;
        cursor: default;
    }

.ui-menu .listBreak {
    height: 3px;
    padding: 0;
    margin: 0;
    margin-top: 2px;
    border-top: 1px solid lightgrey;
}

.ui-autocomplete .searchResult {
    height: 80px;
    display: flex;
    flex-direction: row;
}

.searchActionLink {
    max-width: 150px;
    min-width: 150px;
    max-height: 30px;
    text-align: center !important;
    color: #0095ff !important;
    border-color: #0095ff !important;
    margin: 15px;
    padding: 5px 10px !important;
}

.searchLearnMore {
    color: #0095ff !important;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    max-width: 110px;
    min-width: 110px;
}

.searchServiceLineButtons {
    display: flex;
    justify-content: flex-end;
}

    .searchServiceLineButtons .fa-angle-right {
        margin-left: 6px;
    }

.searchResultTitleSmall {
    display: none;
}

.ui-autocomplete .searchServiceLineButtons {
    width: 250px;
}

    .ui-autocomplete .searchServiceLineButtons .searchActionLink {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px;
    }

.liServiceLine.ui-menu-item {
    cursor: default;
    list-style-image: none;
}

.ui-autocomplete .searchResultTitle {
    font-weight: 600;
}

.ui-autocomplete .searchResultBody {
    font-size: 14px;
    padding-left: 0 !important;
}

.ui-autocomplete .searchResultBodyText {
    overflow-x: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width: calc(100% - 20px);
}

.ui-autocomplete .searchResultInfo {
    padding: 5px 10px;
    width: calc(100% - 330px);
}

    .ui-autocomplete .searchResultInfo div {
        text-align: left;
        padding-left: 5px;
    }

.ui-autocomplete .searchServiceLineInfoButton {
    display: none;
}

ul.ui-autocomplete {
    max-width: 60% !important;
}

.ui-autocomplete .resultType {
    display: none;
}

.primaryActionLink {
    display: inline-block;
    border: 1px solid #0000c9;
    padding: 4px 6px 4px 6px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

    .primaryActionLink i {
        font-size: 18px;
        margin: 0 0 0 5px;
        display: inline-block;
        vertical-align: top;
    }


#divHowItWorksV2 .howRow2 {
    margin-top: 32px;
}

    #divHowItWorksV2 .howRow2 .stepNum {
        position: relative;
    }


        #divHowItWorksV2 .howRow2 .stepNum img {
            width: 50px;
        }

    #divHowItWorksV2 .howRow2 h4 {
        margin: 0;
    }

    #divHowItWorksV2 .howRow2 li p {
        padding: 0 16px;
    }

#divHowItWorksV2 img.arrow {
    display: none;
    position: absolute;
    top: 16px;
    right: -35px;
}


.featureWrap {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
    border: 1px solid #f2f2f2;
    text-align: center;
}

.featuredPortfolioList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    display: inline-block;
}

    .featuredPortfolioList li {
        list-style-type: none;
        display: inline-block;
        border: 1px solid #cccccc;
        width: 60px;
        height: auto;
        text-align: center;
    }

        .featuredPortfolioList li img {
            width: 40px;
        }

        .featuredPortfolioList li.active {
            border: 2px solid #0095ff;
        }

#stats, #statsWithYammer {
    /*background-color: #f2f2f2;*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 100%);*/
    padding: 16px;
    color: white;
}

    #stats .row, #statsWithYammer .row {
        margin: 16px 0;
    }

    #stats, #stats ul, #stats ul li, #statsWithYammer, #statsWithYammer ul, #statsWithYammer ul li {
        cursor: default !important;
    }

        #stats .statTile, #statsWithYammer .statTile {
            text-align: center;
            padding: 0 16px;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        #stats li, #statsWithYammer li {
            border-right: 1px solid #cccccc;
        }

            #stats li:last-child, #statsWithYammer li:last-child {
                border-right: none;
            }

        #stats .statTile label, #statsWithYammer .statTile label {
            color: #0000c9;
            font-size: 30px;
        }

        #stats .statTile p {
            font-size: 15px;
            line-height: 15px !important;
        }

        #statsWithYammer .statTile p {
            font-size: 20px;
            line-height: 15px !important;
            color: #333;
        }

        /*#stats > .container {
                max-width: 992px;
            }*/
        #statsWithYammer ul li:nth-child(2) {
            border-right: none;
        }

        #statsWithYammer ul li:nth-child(3), #statsWithYammer ul li:nth-child(4) {
            border-top: 1px solid #cccccc;
            margin-top: 0;
        }

        #statsWithYammer ul.tiles {
            margin-left: 8px;
        }

.StatsBox {
    padding: 40px 35px 40px 20px;
    width: 100%;
}

footer {
    padding-bottom: 32px;
    background-color: #fff;
}

    footer .logoWrap {
        margin: 50px 0 50px -4px;
        width: 100%;
    }

        footer .logoWrap img {
            height: 70px;
        }

    footer h3 {
        font-size: 24px;
    }

    footer h4 {
        text-transform: uppercase;
        font-weight: bold;
        color: #666666;
        font-size: 14px;
    }

    footer p {
        font-size: 15px;
        line-height: normal;
        width: 90%;
    }

    footer .subColumn > li, footer .subColumn > li > div {
        padding-left: 0;
        padding-top: 0;
    }

    footer .linkList {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 8px;
    }


        footer .linkList .primaryActionLink {
            margin: 8px 0;
        }

    footer .resourcesList {
        columns: 2;
        list-style-type: none;
        padding: 0;
    }

        footer .resourcesList li {
            margin: 0 !important;
            list-style-type: none;
            padding: 0;
        }

            footer .resourcesList li a {
                font-size: 15px;
                line-height: normal !important;
            }

    footer #divAboutSection {
        padding-bottom: 1rem;
    }

.logOnFooter {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Menus*/
ul.menuSubnavList li a.primaryActionLink {
    display: inline-block;
    border: 1px solid #0000c9;
    color: #0000c9;
    padding: 4px 6px 4px 6px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 8px 0;
}

.LoggedInUserPhoto {
    width: 200px;
    height: 140px;
    background: #EBEBFA 0% 0% no-repeat padding-box;
    border-radius: 8px;
    position: relative;
}

#imgUserPhoto {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 40px;
    bottom: 0px;
}

.profileWrap {
    display: block;
    width: 320px;
    padding: 20px 24px;
}

    .profileWrap .textCol {
        flex: 1 1 auto;
        padding: 16px 0px;
    }

        .profileWrap .textCol label {
            display: block;
            margin: 0;
            line-height: normal;
        }

        .profileWrap .textCol span {
            padding: 3px 0px;
        }

    .profileWrap label.userName {
        margin: 4px 0;
    }

.WelcomeUserName {
    font-weight: bold;
    color: #000000;
    font-family: 'NotoSans';
}

.profileWrap .userRole, .profileWrap .LastLoginTimeStamp {
    font-size: 16px;
    color: #000000;
    font-family: 'NotoSans';
}

.userRole {
    display: block;
    color: #000000;
}

#profileMenu .menuSection {
    padding: 8px 16px;
    border: none;
}

#servicesMenu .row {
    margin-left: 0;
    margin-right: 0;
}


#servicesMenu p, #servicesMenu h4 {
    display: none;
}

#servicesMenu .servicesList li a, #servicesMenu .menuSubnavList li a {
    font-size: 15px;
    line-height: normal !important;
    /*white-space:nowrap;*/
}

#servicesMenu h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}

#servicesMenu .primaryActionLink {
    display: inline-block;
    border: 1px solid #0095ff;
    color: #0095ff;
    padding: 4px 6px 4px 6px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 8px 0;
}

#divActionRequired {
    display: none;
}

.indBadge {
    color: white;
    font-size: 11px;
    background-color: rgba(242, 102, 73, .85);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: none;
    text-align: center;
    margin-left: 3px;
    margin-right: 2px;
}

#projectsMenu .menuSubnavList li a .status {
    font-size: 12px;
    display: block;
    font-weight: bold;
    color: #666666;
}

#profileMenuWrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    z-index: 99999;
    background-color: transparent;
    transition: background 1s ease-in-out;
}

    #profileMenuWrapper.active {
        background-color: rgba(0, 0, 0, 0.4);
    }

#profileMenu {
    display: none;
    position: fixed;
    right: 0px;
    left: unset !important;
    top: 0px;
    z-index: 99998;
    width: 360px;
    height: 100vh;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 5px #00000029;
    border: 1px solid #F4F4F4;
    opacity: 1;
    padding: 0;
}

#exitProfileMenu {
    position: absolute;
    right: 20px;
    top: 32px;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.sidebarTitle {
    padding: 20px 24px;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    font: normal normal 800 24px/33px 'NotoSans';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.sidebarSubTitle {
    padding: 30px 15px 5px 24px;
    text-align: left;
    font: normal normal 600 20px/27px 'NotoSans';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#ddlLanguage {
    width: 285px;
    height: 38px;
    padding: 5px 10px;
    border: 1px solid #DEE0E6;
    border-radius: 4px;
    opacity: 1;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    font-family: 'NotoSans' !important;
}

    #ddlLanguage img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 10px;
        height: 16px;
    }

#languageMenu {
    padding: 15px 15px 5px 24px;
    font-family: 'NotoSans' !important;
}

#ddlLanguage .menuSubnavList {
    position: absolute;
    top: 37px;
    left: 0px;
    list-style: none;
    padding: 0 0 0 10px;
    border: 1px solid #f4f4f4;
    width: 285px;
    background: white;
}

    #ddlLanguage .menuSubnavList li:hover {
        background-color: #EBEBFA
    }

    #ddlLanguage .menuSubnavList li a {
        width: 100%;
        height: 100%;
        display: block;
    }

#lnkLogout {
    margin: 45px 15px 5px 24px;
    padding: 13px 22px 16px 22px;
    width: 118px;
    height: 54px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 34px;
    border: 2px solid #0000C9;
    opacity: 1;
    font-weight: bold;
    font-family: 'NotoSans';
    text-align: left;
    letter-spacing: 0px;
    color: #0000C9;
    opacity: 1;
    font-size: 16px !important;
}

.profileMenuItem > .dropdownNavLink > img {
    margin-bottom: 4px;
}

.menuSubnavList {
    list-style: none;
}

.headerNavWrap ul li .adminLink, .headerNavWrap ul li .mydashboardLink {
    color: #f2f2f2;
    cursor: pointer;
}

div .tileGroup {
    /*border: 1px solid #f2f2f2;*/
    position: relative;
    margin-bottom: 20px;
    /*background-color: rgba(255, 255, 255, .90);*/
    min-height: 260px;
}

.tileRowHeading {
    color: #0095FF;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

div.tileGroup {
    border-top: 3px solid #0000c9
}

div[data-tabsection="all"] .tiles {
    margin: 28px 8px;
}

div[data-tabsection="all"] .tileRowHeading {
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    color: white;
    z-index: 9999;
    padding: 10px 15px;
    left: -3px;
    top: -3px;
}

    div[data-tabsection="all"] .tileRowHeading:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        /*transform-origin: bottom right;
        -ms-transform: skew(0deg, -5deg);
        -webkit-transform: skew(0deg, -5deg);
        transform: skew(0deg, -5deg);
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 2px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);*/
    }

    div[data-tabsection="all"] .tileRowHeading i {
        display: inline-block;
        margin-left: 10px;
        font-size: 15px;
    }

.tileGroup.creative .tileRowHeading, .tileGroup.creative .tileRowHeading:after {
    background-color: #0000c9;
}

.tileGroup.strategic .tileRowHeading, .tileGroup.strategic .tileRowHeading:after {
    background-color: #0000c9;
}

.tileGroup.operational .tileRowHeading, .tileGroup.operational .tileRowHeading:after {
    background-color: #0000c9;
}

.rateit-preset {
    color: #F7D417 !important;
    font-size: 18px !important;
    max-height: 28px !important; /*Fixes an annoying IE issue*/
}

.rateit-empty {
    font-size: 18px !important;
    color: #F7D417 !important;
}

.tileNumRatings {
    vertical-align: super;
}

#launcher, iframe[name="Messaging window"] {
    z-index: 99997 !important;
}

@media (max-width: 1200px) {
    .searchLearnMore {
        max-width: 90px;
        min-width: 90px;
    }

    /* override styling for tablet banner */

    .bannerMain {
        padding-top: 30px !important;
        padding-bottom: 12px !important;
        margin: 0 45px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

        .bannerMain h1 {
            font-size: 40px !important;
        }

        .bannerMain p {
            font-size: 16px !important;
            margin-bottom: 0 !important;
        }

        .bannerMain .primaryActionLink {
            margin-top: 8px !important;
        }

        .bannerMain img {
            width: 250px !important;
            height: 40px !important;
            /*display: block;*/
            /*margin-right: auto;*/
            /*margin-left: auto;*/
        }
}

@media (max-width:1024px) {

    #carouselContainer, #carouselDisplay {
        display: none;
    }

    /*Force last step of tours to show when screen is too small*/
    .lastStep[data-shepherd-step-id="endingStep"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        left: calc(50vw - 200px) !important;
        top: calc(50vh - 65px) !important;
    }

        .lastStep[data-shepherd-step-id="endingStep"] .shepherd-footer {
            pointer-events: all;
        }
    /*Mobile Nav*/
    .headerNavWrap {
        display: none;
        float: none;
        position: fixed;
        top: 61px;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white;
    }

        .headerNavWrap.active {
            display: block;
            z-index: 9999;
        }

        .headerNavWrap ul {
            list-style-type: none;
            padding: 0;
            margin: 0 auto;
            padding: 0 20px;
            max-width: 1366px;
        }

            .headerNavWrap ul li {
                position: relative;
                display: block;
                border-bottom: 1px solid #cccccc;
            }

                .headerNavWrap ul li .dropdownNavLink, .headerNavWrap ul li a, .headerNavWrap ul li .adminLink {
                    display: block;
                    color: #333333;
                    margin-right: 6px;
                    padding: 12px 0;
                    cursor: pointer;
                }

    .profileMenuItem > .dropdownNavLink > img {
        -webkit-filter: invert(1);
        filter: invert(1);
        margin-bottom: 2px !important;
    }

    .headerNavWrap.active .dropdownMenu {
        display: block;
        position: fixed;
        top: 61px;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: white;
        z-index: 9999;
        margin: 0 auto;
        overflow-y: auto;
    }

        .headerNavWrap.active .dropdownMenu ul {
            list-style-type: none;
            padding: 0;
            margin: 0 auto;
            max-width: 1366px;
        }

            .headerNavWrap.active .dropdownMenu ul li {
                position: relative;
                display: block;
                border-bottom: 1px solid #cccccc;
                padding: 0 20px;
            }

                .headerNavWrap.active .dropdownMenu ul li:first-child {
                    background-color: #f2f2f2;
                    border-bottom: none;
                }

                    .headerNavWrap.active .dropdownMenu ul li:first-child i {
                        display: inline-block;
                        vertical-align: top;
                        font-size: 24px;
                        margin-right: 6px;
                    }

    .headerNavWrap i.fa {
        margin-left: 6px;
    }

    li.profileMenuItem > .dropdownNavLink i {
        margin-left: 0 !important;
        margin-right: 6px;
    }

    .headerNavWrap.active .dropdownMenu ul li .dropdownBackLink {
        display: block;
        padding: 12px 0px;
    }

        .headerNavWrap.active .dropdownMenu ul li .dropdownBackLink i.fa {
            margin-left: 0;
        }

    .menuSection {
        border-bottom: 1px solid #cccccc;
        padding: 0;
    }

        .menuSection:last-child {
            border-bottom: none;
        }

    .menuSectionHeading {
        color: #cccccc;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 16px;
    }

    ul.menuSubnavList {
        margin-bottom: 8px !important;
    }

        ul.menuSubnavList li {
            background-color: transparent !important;
            padding: 0 !important;
            border: none !important;
        }

            ul.menuSubnavList li a {
                padding: 4px 0;
            }

    .profileMenuItem .menuSection {
        border: none;
        padding: 8px 0 0 0;
    }

    .ui-autocomplete .searchResultInfo {
        /*width: 20%;*/
    }

    .ui-autocomplete .searchServiceLineButtons {
        display: flex;
        justify-content: flex-end;
        /*width: 300px;*/
    }

    #navicon {
        display: block;
    }
}


@media (min-width:1024px) {

    /*Desktop Nav*/
    .headerNavWrap {
        float: right;
        margin-top: 15px;
    }

        .headerNavWrap ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .headerNavWrap > ul > li {
            display: inline-block;
            padding: 0 6px;
        }

        .headerNavWrap ul li a {
            color: #333333;
            display: block;
            padding: 5px 8px;
            line-height: normal;
        }

            .headerNavWrap ul li a:hover {
                color: #666666;
            }

        .headerNavWrap ul li.popOver {
            position: relative;
            padding: 0px 8px;
        }

        .headerNavWrap ul li .dropdownNavLink {
            color: #f2f2f2;
            display: inline-block;
        }

        .headerNavWrap i.fa {
            margin-left: 6px;
        }

        .headerNavWrap .fa-angle-down, .headerNavWrap .fa-angle-up {
            font-size: 12px;
        }

    .profileMenuItem .dropdownNavLink {
        color: #333333;
        font-size: 14px;
    }

        .profileMenuItem .dropdownNavLink .fa {
            font-size: 16px;
        }

    .profileMenuItem .firstName {
        display: none;
    }

    .languageMenuItem {
        padding: 0 0 0 0;
    }

        .languageMenuItem .dropdownNavLink {
            color: #333333;
            display: inline-block;
            font-size: 14px;
            margin-bottom: 4px;
        }

    .dropdownMenu ul li:first-child {
        display: none;
    }

    .dropdownNavLink {
        display: inline;
        cursor: pointer;
    }

    .dropdownMenu {
        background-color: white;
        position: absolute;
        top: 62px;
        left: 0;
        width: 100%;
        padding: 30px;
        height: auto;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
    }

    .popOver .dropdownMenu {
        background-color: white;
        position: absolute;
        top: 30px;
        left: 0;
        padding: 0;
        height: auto;
        min-width: 250px;
        width: auto;
    }

    .popOver ul li a:hover {
        background-color: #f2f2f2;
        color: #333333;
    }

    .profileMenuItem .dropdownMenu {
        left: auto;
        right: -40px;
    }

    .languageMenuItem .dropdownMenu {
        left: auto;
        right: 0;
        min-width: 215px;
    }

    .menuSection {
        border-bottom: 1px solid #cccccc;
        padding: 8px 0;
    }

    .menuSectionHeading {
        color: #cccccc;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 16px;
    }

    ul.menuSubnavList li:first-child {
        display: block;
    }

    ul.menuSubnavList li a.primaryActionLink {
        display: inline-block;
        margin: 8px 0;
    }

    #navicon {
        display: none;
    }
}

@media (max-width:620px) {
    .logoWrap {
    }

    img.mobileLogo {
        display: inline-block;
        height: auto;
    }

    .desktopLogo {
        display: none;
    }

    #hypLogo {
        display: none;
    }

    .mobileLogo {
        display: inline-block;
    }
}

@media (max-width:576px) {

    .headerSearch {
        display: none;
    }

    #searchIcon {
        display: inline-block;
    }

    .headerSearch.active .inputWrap {
        width: 80%;
    }

    .headerSearch .suggestionsWrap {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    #navicon {
        display: inline-block;
    }

    .headerNavWrap {
        display: none;
    }


    .logoWrap {
        /*width: 70px;
        overflow: hidden;*/
    }

    #hero h1 {
        font-size: 24px;
    }

    #hero {
        text-align: center;
    }

        #hero p {
            margin: 0 auto;
            max-width: 90%;
        }

        #hero .bannerSearch {
            display: inline-block;
            width: 95%;
        }

            #hero .bannerSearch .inputWrap {
                width: 100%;
            }

    #heroBG {
        background-position: left;
    }

    .howRowStepsCol {
        padding-left: 32px !important;
        margin-top: 32px;
    }

    .howRow .stepNum {
        flex: 25px 0 0;
    }

    #featuredService .row li:nth-child(2) {
        margin-top: 32px;
    }

    #stats ul li:nth-child(2) {
        border-right: none;
    }

    #stats ul li:nth-child(3), #stats ul li:nth-child(4) {
        border-top: 1px solid #cccccc;
        margin-top: 0;
    }

    #stats ul.tiles {
        margin-left: 8px;
    }

    footer .logoWrap img {
        width: 220px;
    }

    #divHowItWorksV2 .howRow2 {
        text-align: left;
    }

        #divHowItWorksV2 .howRow2 .stepNum h4 {
            display: inline-block;
            vertical-align: middle;
        }

        #divHowItWorksV2 .howRow2 .stepNum img {
            width: 40px;
        }

        #divHowItWorksV2 .howRow2 li p {
            padding-left: 45px;
        }

    .recentlyViewedServices .tileRowHeading {
        color: #333;
    }

    .ui-autocomplete .searchLearnMore {
        display: none !important;
    }

    .ui-autocomplete .searchResultBodyText {
        display: none !important;
    }

    .liServiceLine .searchServiceLineButtons .searchActionLink {
        display: none;
    }

    .ui-autocomplete .searchServiceLineInfoButton {
        display: block;
    }

        .ui-autocomplete .searchServiceLineInfoButton a {
            margin-top: 0;
            margin-bottom: 0;
        }

    .ui-autocomplete .searchResultInfo {
        width: 100%;
    }

    .ui-autocomplete .searchResultTitle {
        margin-left: 25px;
        margin-bottom: 5px;
    }

    ul.ui-autocomplete {
        max-width: 80% !important;
    }

    /* override styling for mobile banner */

    .bannerMain {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        margin: 0 30px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

        .bannerMain h1 {
            font-size: 34px !important;
        }

        .bannerMain p {
            font-size: 14px !important;
            margin-bottom: 0 !important;
        }

        .bannerMain img {
            width: 200px !important;
            height: 35px !important;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }
}

#mostRecent, #mostRecent a, #mostRecent div, #mostRecent a:hover, #mostRecent a:visited {
    display: inline-block;
    color: #0095FF;
}

/*Bootstrap sm*/
@media (min-width: 577px) and (max-width: 767px) {

    .headerSearch {
        display: none;
    }

    #searchIcon {
        display: inline-block;
    }

    .headerSearch.active .inputWrap {
        width: 80%;
    }

    .headerSearch .suggestionsWrap {
        width: 100%;
        margin-left: 0;
        left: 0;
    }

    .headerNavWrap {
        display: none;
    }

    #navicon {
        display: inline-block;
    }

    .headerNavWrap {
        display: none;
    }

    .logoWrap {
        width: 150px;
    }

    #heroBG {
        background-position: left;
        background-position-x: 70px;
    }


    #hero h1 {
        font-size: 28px;
    }

    #hero {
        text-align: center;
    }

        #hero p {
            margin: 0 auto;
            max-width: 80%;
        }

        #hero .bannerSearch {
            display: inline-block;
            width: 75%;
        }

            #hero .bannerSearch .inputWrap {
                width: 100%;
            }


    .howRowStepsCol {
        padding-left: 32px !important;
        margin-top: 32px;
    }

    .howRow .stepNum {
        flex: 25px 0 0;
    }

    #featuredService .row li:nth-child(2) {
        margin-top: 32px;
    }

    #stats ul li:nth-child(2) {
        border-right: none;
    }

    #stats ul li:nth-child(3), #stats ul li:nth-child(4) {
        border-top: 1px solid #cccccc;
        margin-top: 0;
    }

    #stats ul.tiles {
        margin-left: 8px;
    }

    .recentlyViewedServices .tileRowHeading {
        color: #333;
    }

    ul.ui-autocomplete {
        max-width: 80% !important;
    }
}



/*Bootstrap sm*/
@media (min-width: 768px) and (max-width : 992px) {

    /*.container{border:1px solid green;}*/

    .headerSearch {
        display: none;
    }

    #searchIcon {
        display: inline-block;
    }

    .headerSearch.active .inputWrap {
        width: 80%;
    }

    .headerSearch .suggestionsWrap {
        width: 80%;
        left: 10%;
    }

    #hero h1 {
        font-size: 28px;
    }

    #hero {
        text-align: center;
    }

        #hero p {
            margin: 0 auto;
            max-width: 80%;
        }

        #hero .bannerSearch {
            display: inline-block;
            width: 65%;
        }

            #hero .bannerSearch .inputWrap {
                width: 100%;
            }

    #heroBG {
        background-position: left;
        background-position-x: 235px;
    }

    .serviceListItem > div:first-child {
        flex: 45px 0 0;
    }

        .serviceListItem > div:first-child img {
            width: 40px;
        }

    .serviceListItem label {
        font-size: 15px;
    }

    .serviceListItem .actionList a {
        font-size: 13px;
    }

    #stats ul li:nth-child(2) {
        border-right: none;
    }

    #stats ul li:nth-child(3), #stats ul li:nth-child(4) {
        border-top: 1px solid #cccccc;
        margin-top: 0;
    }

    #stats ul.tiles {
        margin-left: 8px;
    }


    #navicon {
        display: inline-block;
    }

    .headerNavWrap {
        display: none;
    }

    ul.ui-autocomplete {
        max-width: 80% !important;
    }
}

/*Bootstrap md*/
@media (min-width: 993px) and (max-width : 1200px) {


    footer ul.row > li:last-child {
        padding-left: 32px;
    }

    #servicesMenu .servicesList {
        columns: 2;
        list-style-type: none;
        padding: 0;
        margin-bottom: 16px;
    }

        #servicesMenu .servicesList li {
            margin: 0 !important;
            list-style-type: none;
            padding: 0;
            border: none;
        }

    #servicesMenu p, #servicesMenu h4 {
        display: block;
    }

    #divHowItWorksV2 img.arrow {
        display: block;
    }


    .logoWrap img {
        width: 255px !important;
        height: 35px !important;
    }
}


/*Bootstrap lg*/
@media (min-width : 1201px) {
    .container {
        max-width: 1298px;
    }

    footer ul.row > li:last-child {
        padding-left: 32px;
    }

    #servicesMenu .servicesList {
        columns: 2;
        list-style-type: none;
        padding: 0;
        margin-bottom: 16px;
    }

        #servicesMenu .servicesList li {
            margin: 0 !important;
            list-style-type: none;
            padding: 0;
            border: none;
        }

    #servicesMenu p, #servicesMenu h4 {
        display: block;
    }

    #divHowItWorksV2 img.arrow {
        display: block;
    }

    ul.tiles .col-lg-5ths {
        flex: 20%;
        max-width: 20%;
    }
}


/*Yammer*/
.divYammer {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.yammerImgContainer {
    /*background: url('/Home/Images/yammerBackground.png') no-repeat center;*/
    background-position-y: 45%;
    background-position-x: 50%;
}

.yammerHome {
    height: 90%;
    width: 100%;
}

.yammerEmbeddedFeed {
    height: 100%;
    width: 100%;
}

.YammerHelper h1 {
    font-size: 42px;
    color: #0000c9;
}

.YammerHelper {
    text-align: center;
    margin-top: 50px;
}

.yammerCard {
    height: 495px;
    background-color: white;
    margin-left: 70px;
    margin-top: 32px;
    padding: 10px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12), 0px 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 10px;
}

    .yammerCard h5 {
        color: #0000c9;
        font-weight: bold;
    }

.yammerCardBanner {
    width: 100%;
}

.yammerIcon { /*<RF4666712>: Yammer icon change to Viva Engage*/
    width: 30px;
    height: 25px;
    margin: 0 0 0.5rem 10.5rem;
}

/* Yammer Mobile view*/
@media (max-width : 991px) {
    .YammerHelper {
        margin-top: 20px;
    }

    .yammerCard {
        margin-right: 20px !important;
        margin-left: 20px !important;
        margin-top: 0;
    }

    .yammerImgContainer {
        margin-top: -32px;
        margin-right: -16px;
        background-position-y: -75px;
        background-position-x: 99%;
    }
}

/*Bootstrap Modal styling*/
.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-dialog-sm {
    max-width: 450px;
}

.modal-dialog-md {
    max-width: 650px;
}

.modal-dialog-lg {
    max-width: 950px;
}

.modal-dialog-xl {
    max-width: 1200px;
}

.modal-dialog-xxl {
    max-width: 1700px;
}

/*Table striped styling*/
.TableStriped tr:nth-child(even) {
    background-color: #DCDCDC;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.form-group-inline label {
    display: inline-block;
    width: 150px;
}

.tooltip-inner {
    background-color: transparent;
}

.PWToolTip {
    cursor: pointer;
}

.PWToolTipION {
    cursor: pointer;
}

.glass {
    background-color: rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
}

.errorContainer {
    background-color: #FFAAAA;
    color: red;
    padding: 10px;
    border-radius: 5px;
}

.successContainer {
    background-color: #AAFFAA;
    color: green;
}

#results > div:first-child {
    position: relative;
    background: white;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
}



.RateMaintenanceRow, .RateMaintenanceRow > td {
    border: none;
}

    #dgServiceTypeRate > tbody > tr > .Sub_Header, .RateMaintenanceRow, .RateMaintenanceRow > td {
        padding: 16px 0px 16px 24px;
        border: none;
    }

        #dgServiceTypeRate > tbody > tr > .Sub_Header:last-child, .RateMaintenanceRow, .RateMaintenanceRow > td:last-child {
            padding: 16px 24px 16px 24px;
        }

.scrollableTable {
    width: 500px;
    overflow-x: scroll;
    margin-left: 5em;
    overflow-y: visible;
    padding: 0;
}

#ddlExcelLinks {
    width: 105px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0000C9;
    border-radius: 5px;
    opacity: 1;
    color: #0000C9;
    position: absolute;
    right: 32px;
    top: 173px;
    display: none;
    padding: 8px 40px 8px 16px;
    cursor: pointer;
}

#excelLinks {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    opacity: 1;
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 30px;
    width: 220px;
    padding: 10px 20px 10px 10px;
}

    #excelLinks a {
        padding: 5px;
    }

#helperLink {
    color: #0000c9;
    cursor: pointer;
    float: right;
}

#grayout {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    opacity: 0.75;
    z-index: 999999;
}

#helperPopup {
    position: fixed;
    width: 695px;
    top: calc( 50% - 116px);
    left: calc( 50% - 347.5px);
    z-index: 9999999;
    padding: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
}

#closeHelper {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 14px;
    height: 14px;
    opacity: 1;
    cursor: pointer;
}

.img-vert {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
