﻿@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

.DnnModule {
    float: none !important;
}

.RepFinderHeadingDiv {
    width: 100%;
    float: left;
    min-height: 200px;
    background-color: #eef9ff;
    text-align: center;
}

.RepFinderHeading {
    height: 46px;
    font-family: 'Work Sans', sans-serif;
    font-size: 37px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #003865;
    position: relative;
    width: 546px;
    margin: 60px auto 0 auto;
}

    .RepFinderHeading:after {
        content: '';
        width: 60px;
        height: 6px;
        position: absolute;
        background-color: #ffcb05;
        top: 60px;
        left: 248px;
    }

.RepFinderContent {
    display: block;
    width: 900px;
    margin: 0 auto 20px auto;
}

    .RepFinderContent .RepFinderDivisionListDiv h3 {
        font-family: 'Work Sans', sans-serif !important;
        font-size: 20px !important;
        font-weight: bold !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: normal !important;
        letter-spacing: 0.3px !important;
        text-align: center !important;
        color: #3942b0 !important;
        margin-bottom: 40px !important;
    }

.RepFinderDivisionListDiv {
    display: block;
    width: 900px;
    margin: 0 auto;
}


.RepFinderDivisionlist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0px auto 40px !important;
    width: 900px !important;
    display: block !important;
    text-align: center !important;
}

    .RepFinderDivisionlist li {
        display: inline-block !important;
        box-sizing: border-box !important;
        padding: 20px !important;
        border-radius: 5px;
        border: solid 1px #cddeff;
        background-color: #ffffff;
        margin-right: 8px;
        width: 160px;
        height: 124px;
    }

        .RepFinderDivisionlist li:hover, .RepFinderDivisionlist li:focus {
            border: solid 1px #3942b0;
        }

        .RepFinderDivisionlist li:last-child {
            margin-right: 0px;
        }

        .RepFinderDivisionlist li a {
            display: block !important;
            border: 0px none !important;
            padding: 0px !important;
            text-decoration: none !important;
            font-family: 'Work Sans', sans-serif !important;
            font-size: 20px !important;
            font-weight: 600;
            font-stretch: normal !important;
            font-style: normal !important;
            line-height: normal !important;
            letter-spacing: 0.3px !important;
            text-align: center;
            color: #3942b0 !important;
            width: 100% !important;
            height: auto !important;
        }

            .RepFinderDivisionlist li a img {
                display: block;
                margin: 0px auto 17px;
            }

            .RepFinderDivisionlist li a:after {
                background-image: none !important;
            }

            .RepFinderDivisionlist li a:hover, .RepFinderDivisionlist li a:focus, .RepFinderDivisionlist li a:active {
                text-decoration: none;
                border: 0px none;
            }

.RepFinderContent h2 {
    width: 100%;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3942b0 !important;
    margin-bottom: 20px !important;
}

.RepFinderDivisionDropdown-content, .RepFinderLocationDropdown-content, .RepFinderDisciplineDropdown-content, .RepFinderInstituteDropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px solid #cccccc !important;
    list-style: none;
    padding-left: 0;
    overflow: auto;
    padding-top: 9px;
    padding-bottom: 17px;
    z-index: 999999999;
    white-space: nowrap;
    border-radius: 3px;
    left: 0px;
    margin-top: 9px !important;
    margin-bottom: 0 !important;
    min-width: 240px;
    border: 0px none;
}

.DropdownShow {
    display: block;
}

.RepFinderDropDownDiv {
    display: block;
    width: 900px;
    margin: 0 auto;
    /*background-color: #f5f5f5;*/
    min-height: 39px;
    padding: 0px;
    box-sizing: border-box;
}

.RepFinderDivisionDropdownBtn:hover,
.RepFinderDivisionDropdownBtn:focus,
.RepFinderDivisionDropdownBtn:active,
.RepFinderLocationDropdownBtn:hover,
.RepFinderLocationDropdownBtn:focus,
.RepFinderLocationDropdownBtn:active,
.RepFinderDisciplineDropdownBtn:hover,
.RepFinderDisciplineDropdownBtn:focus,
.RepFinderDisciplineDropdownBtn:active,
.RepFinderInstituteDropdownBtn:hover,
.RepFinderInstituteDropdownBtn:focus,
.RepFinderInstituteDropdownBtn:active {
    color: #525252;
    text-decoration: none;
}

.RepFinderDivisionDropdownBtn, .RepFinderLocationDropdownBtn, .RepFinderDisciplineDropdownBtn, .RepFinderInstituteDropdownBtn {
    height: 48px;
    width: 85%;
    border-radius: 3px;
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    display: block;
    padding: 15px 0 0 10.5px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #525252;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .RepFinderDivisionDropdownBtn span, .RepFinderLocationDropdownBtn span, .RepFinderDisciplineDropdownBtn span, .RepFinderInstituteDropdownBtn span {
        width: 166px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
    }

.RepFinderDivisionDiv {
    display: inline-block;
    width: 240px;
    padding: 8px 10px;
    margin-top: 0px;
    border: solid 2px #3942b0;
    background-color: #3942b0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    float: none;
    position: relative;
}

.RepFinderContent .RepFinderDropDownDiv .RepFinderLocationDiv,
.RepFinderContent .RepFinderDropDownDiv .RepFinderDisciplineDiv,
.RepFinderContent .RepFinderDropDownDiv .RepFinderInstituteDiv {
    display: inline-block;
    width: 221px;
    padding: 8px 10px;
    border: solid 2px #a3a1a4;
    background-color: #ffffff;
    border-radius: 0px;
    margin-left: -5px;
    position: relative;
    float: none;
    margin-top: 0px;
}

.RepFinderDivisionDiv {
    /*margin-left: 10px;*/
}

    .RepFinderDivisionDiv #DivisionDropdownBtn,
    .RepFinderLocationDiv #LocationDropdownBtn,
    .RepFinderDisciplineDiv #DisciplineDropdownBtn,
    .RepFinderInstituteDiv #InstituteDropdownBtn {
        height: auto;
        width: 100%;
        background-color: transparent;
        color: #ffffff !important;
        padding: 0;
        position: relative;
        font-family: 'Work Sans', sans-serif !important;
        font-size: 16px !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: -0.16px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        padding-right: 20px;
    }

.RepFinderLocationDiv #LocationDropdownBtn,
.RepFinderDisciplineDiv #DisciplineDropdownBtn,
.RepFinderInstituteDiv #InstituteDropdownBtn {
    color: #000000 !important;
}

.RepFinderDivisionDropdownBtn.active:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid #fee449;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 2px;
}

.RepFinderLocationDropdownBtn.active:after, .RepFinderDisciplineDropdownBtn.active:after, .RepFinderInstituteDropdownBtn.active:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 0px none;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('/Portals/0/Images/circle-check-solid.png') no-repeat center center #ffffff;
    background-size: cover;
    transform: none;
    opacity: 1;
}


.RepFinderDivisionDropdownBtn:after {
    content: '';
    display: block;
    width: 0.61em;
    height: 0.67em;
    border: solid #707070;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 17px;
    top: 19px;
    opacity: 0.58;
}

.RepFinderSearchDiv {
    display: inline-block;
    float: none;
    width: auto;
    margin: 13px 0 0 0;
    position: relative;
}

    .RepFinderSearchDiv button {
        width: 107px;
        height: 40px;
        background-color: #3942b0;
        border: solid 1px #3942b0;
        vertical-align: top;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        font-family: 'Work Sans', sans-serif !important;
        text-transform: uppercase !important;
        font-size: 16px !important;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31 !important;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        position: absolute;
        top: -12px;
    }

.RepFinderClose {
    display: none;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 5px;
    top: -1px;
    background-image: url(/Portals/0/images/glyphicons.png);
    background-position: -18.02em -36.7em;
    cursor: pointer;
}

.RepFinderMainContent {
    display: block;
    width: 900px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 10px auto 0 auto;
    position: relative;
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    border-bottom: none;
}

    .RepFinderMainContent .RepFinderFilterdiv {
        text-align: center;
        margin-bottom: 5px;
    }

        .RepFinderMainContent .RepFinderFilterdiv label,
        .RepFinderMainContent .RepFinderFilterdiv .RFfilterNav {
            float: none;
            display: inline-block;
        }

        .RepFinderMainContent .RepFinderFilterdiv .RFfilterNav {
            padding: 5px 10px;
            margin: 0px 8px;
            border-radius: 20px;
            float: none;
            display: inline-block;
            background-color: #f5f5f5;
        }

            .RepFinderMainContent .RepFinderFilterdiv .RFfilterNav .RepFinderFilterName {
                font-family: 'Work Sans', sans-serif !important;
                font-size: 16px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.24px;
                text-align: left;
                color: #454545;
            }

.RepFinderFilterdiv Label {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.24px;
    color: #454545;
    font-weight: normal;
    width: 56px;
    margin-right: 8px;
}

.RFfilterNav {
    float: left;
    width: auto;
}


.RepFinderFilterClose {
    width: 21px;
    height: 21px;
    background-image: url(/Portals/0/images/glyphicons.png);
    background-position: -18.02em -36.7em;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}

.RepFinderFilterName {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #525252;
    margin-left: 1px;
    margin-right: 14px;
}

.RepFinderConsultDet h3 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: 0.24px;
    text-align: left;
    color: #3942b0 !important;
    text-transform: uppercase;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    min-height: 0px;
}

.RepFinderConsultDet {
    float: none;
    min-width: 270px;
    box-sizing: border-box;
    padding-left: 22px;
    display: inline-block;
    vertical-align: top;
}

    .RepFinderConsultDet p,
    .RepFinderConsultDet p span,
    .RepFinderConsultDet p a {
        font-family: 'Work Sans', sans-serif !important;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal !important;
        letter-spacing: 0.24px;
        text-align: left;
        color: #3942b0 !important;
        margin-bottom: 5px !important;
    }

        .RepFinderConsultDet p img {
            width: 22px;
            height: auto;
        }

.RFmobile {
    margin: 0;
    min-height: 21px;
}

.RFemail {
    margin: 0;
    min-height: 21px;
}

.RFmobileLab {
    min-width: 34px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #525252;
}

.RFmobileVal {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #006298;
}

.RFemailLab {
    min-width: 34px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #525252;
}

.RFemailVal {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0085ca;
}

    .RepFinderConsultDet p {
        display: flex; /* keep icon + text in a row */
        align-items: center; /* vertically center icon & text */
        text-align: left; /* left align text */
    }

.RepFinderConsultDet > a.setConsultant,
.RepFinderConsultDet > a.bookappointment-button {
    display: inline-block;
    margin-top: 0px;
    padding: 5px 25px;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    text-align: center;
    cursor: pointer !important;
    width: auto;
    height: auto;
}

.setConsultant {
    background-color: #3942b0 !important;
    text-align: center;
    color: #ffffff !important;
}

    .setConsultant:hover, .setConsultant:focus, .setConsultant:active {
        text-decoration: none;
        color: #ffffff;
    }

.bookappointment-button {
    background-color: #ffcb05 !important;
    color: #7d4e04 !important;
    margin-top: 7px !important;
}

.RepFinderImageDiv {
    width: 141px;
    height: 150px;
    background-color: #d8d8d8;
    border: solid 1px #cccccc;
    float: none;
    display: inline-block;
    vertical-align: text-bottom;
}

.RepFinderSearchContent {
    width: 900px;
    float: none;
    margin-bottom: 40px;
    margin-left: -25px;
    text-align: center;
}

    .RepFinderSearchContent.withBorder {
        border: solid 2px #a3a1a4;
    }

.RepFinderSearchResContent {
    display: table;
    min-width: 900px;
    margin: 30px auto 25px auto;
    padding: 24px 20px !important;
    border: solid 2px #a3a1a4;
}

.RepFinderSearchResUVContent {
    display: table;
    width: 50%;
    margin: 20px 0 0 0;
    float: left;
}

.RepFinderImageDiv img {
    width: 100%;
    height: 100%;
}

.RFSearchPreResContent {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}

.RFSearchPreResInnerContent {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}

    .RFSearchPreResInnerContent:nth-child(even) {
        padding-left: 20px;
    }

    .RFSearchPreResInnerContent label {
        padding: 20px 50px;
        border-radius: 8px;
        border: solid 1px #a3a1a4;
        background-color: #fff;
        font-family: 'Work Sans', sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.3px;
        text-align: left;
        color: #454545;
        width: 100%;
    }

        .RFSearchPreResInnerContent label span {
            font-family: 'Work Sans', sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.24px;
            text-align: left;
            color: #3942b0;
        }

        .RFSearchPreResInnerContent label:hover, .RFSearchPreResInnerContent label:focus, .RFSearchPreResInnerContent label:active {
            text-decoration: none;
            color: #525252;
            border: solid 1px #0085ca;
        }

    .RFSearchPreResInnerContent span {
        color: #0085ca;
    }

        .RFSearchPreResInnerContent span:first-child {
            margin-left: 4px;
        }

.RepUniConDet {
    width: auto;
    font-family: "OpenSans-SemiBold";
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #006298;
    margin: 5px 0 0 0;
}

.RepFinderSearchResUVContent:nth-child(even) {
    padding-left: 8px;
}

.RepFinderDropDownDiv ul li a {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.57;
    letter-spacing: normal;
    color: #525252;
    min-height: 36px;
    display: block;
    padding: 0 12px 0 12px;
    font-size: 14px;
}

    .RepFinderDropDownDiv ul li a:hover, .RepFinderDropDownDiv ul li a:focus, .RepFinderDropDownDiv ul li a:active {
        text-decoration: none;
        background-color: #f5f5f5;
    }

.setConsultant.active:after {
    /*content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #80c400;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 17px;*/
    display: none;
}

.RepFinderSearchDiv .k-autocomplete .k-input {
    padding: 5px 8px 5px 41px !important;
    height: 40px !important;
    border: 1px solid #f5f5f5 !important;
    border-right: 0 !important;
    width: 553px !important;
    float: left;
    font-family: 'Work Sans', sans-serif !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: normal;
    color: #a3a1a4 !important;
    font-size: 14px !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: -12px;
}

.RepFinderSearchDiv .k-autocomplete:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(/Portals/0/images/glyphicons.png);
    background-position: -18px -269px;
    left: 11px;
    top: -1px;
}

.RepFinderSearchDiv .k-autocomplete {
    width: 553px !important;
    padding: 0 !important;
    background-image: none !important;
    background-color: #ffffff !important;
    border: 0px none;
}

#SchoolsAutocomplete-list.k-popup .k-list .k-item, #SchoolssecondaryAutocomplete-list.k-popup .k-list .k-item {
    padding: 15px 0 14px 20px !important;
    height: 48px;
    font-family: "OpenSans-SemiBold";
    font-style: normal;
    font-stretch: normal;
    line-height: normal !important;
    letter-spacing: normal;
    color: #525252;
    font-size: 14px;
}

#SchoolsAutocomplete-list.k-popup .k-list .k-state-hover, #SchoolssecondaryAutocomplete-list.k-popup .k-list .k-state-hover {
    background-color: #f5f5f5 !important;
    border: 0 !important;
    color: #525252!important;
}

#SchoolsAutocomplete-list.k-state-border-up, #SchoolssecondaryAutocomplete-list.k-state-border-up {
    padding-top: 0 !important;
}

#SchoolsAutocomplete-list, #SchoolssecondaryAutocomplete-list {
    padding: 0 !important;
    height: 246px !important;
    border: 0 !important;
    box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.13);
}

    #SchoolsAutocomplete-list .k-list, #SchoolssecondaryAutocomplete-list .k-list {
        height: 246px !important;
    }

.RepFinderSearchDiv .k-autocomplete .k-input:focus {
    border: 1px solid #0085ca !important;
    border-right: 0 !important;
}

.RepFinderSearchDiv .k-autocomplete .k-input::placeholder {
    font-family: "OpenSans-Regular";
    min-height: 19px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9da2 !important;
}

.RepFinderSearchDiv .k-autocomplete .k-input::-webkit-input-placeholder {
    font-family: "OpenSans-Regular";
    min-height: 19px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9da2 !important;
}

.RepFinderSearchDiv .k-autocomplete .k-input::-moz-placeholder {
    font-family: "OpenSans-Regular";
    min-height: 19px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9da2 !important;
}

.RepFinderSearchDiv .k-autocomplete .k-input:-moz-placeholder {
    font-family: "OpenSans-Regular";
    min-height: 19px;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9b9da2 !important;
}

.DnnModule {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

header {
    margin-bottom: 0;
}

.setConsultant.active {
    background-color: #006298;
}

.k-loading {
    background-image: url(Default/loading.gif);
    position: absolute;
    top: 72px;
    left: 50%;
}

.RepFinderSearchDiv input::-ms-clear {
    display: none;
}

.contactUsnModule.LoaderDiv {
    width: 631px !important;
    position: absolute;
    top: 0;
    left: 136px;
}

.contactUsnModule div {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #ccc;
    top: 45%;
    border-radius: 50%;
    z-index: 111;
}

    .contactUsnModule div:nth-child(1) {
        background-color: #093658;
        -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .contactUsnModule div:nth-child(2) {
        background-color: #135d94;
        -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .contactUsnModule div:nth-child(3) {
        background-color: #1689c6;
        -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

    .contactUsnModule div:nth-child(4) {
        background-color: #4aacd7;
        -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
        animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
    }

@-webkit-keyframes move {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

@keyframes move {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

span.k-icon.k-loading {
    display: none !important;
}

.RepFinderNoResContent {
    font-size: 14px;
    font-family: "OpenSans-Regular";
    color: #9b9da2;
    text-align: center;
    margin-top: 30px;
}

.RFphone {
    margin: 0;
    min-height: 21px;
}

.RFphoneLab {
    min-width: 34px;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #525252;
}

.RFphoneVal {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #006298;
}

/*Favorite pop up*/
.favpopup {
    width: 662px;
    background: #fff;
    overflow: hidden;
    margin: auto;
    padding: 38px 20px 20px;
}

    .favpopup h1 {
        float: left;
        margin: 0;
        font-size: 25pt;
        color: #717171;
        width: 100%;
        border-bottom: solid 2px #707070;
        clear: both;
        font-family: KievitCL_OT-Medium;
        padding-bottom: 10px;
    }

    .favpopup .fav-txt {
        border: 1px solid #707070;
        width: 622px;
        clear: both;
        padding: 24px 32px;
        margin: 80px 0 12px;
        color: #707070;
        font-size: 13px;
        line-height: 20px;
    }

    .favpopup .button {
        float: right;
    }

    .favpopup .fav-txt p {
        margin: 0 !important;
    }

    .favpopup .button span {
        font-size: 12px;
        margin-left: 12px;
        margin-right: 12px;
        margin-top: 10px;
        font-family: KievitCL_OT-Medium;
    }

    .favpopup .save-btn {
        float: left;
        margin: 0 0 0 5px;
        width: 140px;
        height: 35px;
        background: #82B92D;
        color: #fff;
        font-size: 13px;
        text-align: center;
        border: 0px;
    }

.save-search-name {
    min-height: 380px !important;
}

.save-search-result {
    min-width: 100%;
}
/*Favorite pop up End*/

.GaleMsgConHeading {
    color: #003865;
    font-size: 24px;
    font-family: "openSans-bold";
    text-align: center;
}

.GaleLocatons {
    width: 900px;
    border: 1px solid #f5f5f5;
    padding: 20px 20px;
    margin: 20px auto 20px -25px;
}

.GaleInnerText {
    font-size: 16px;
    font-family: "openSans-Regular";
    width: 685px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


.galeMsgContBtn {
    background: #ffcb05;
    color: #7d4e04 !important;
    font-family: "OpenSans-SemiBold";
    margin-top: 20px;
    display: block;
    width: 200px;
    text-align: center;
    padding: 11px 10px;
    border-radius: 25px;
    font-size: 17px;
    margin: 22px auto 19px;
}

    .galeMsgContBtn:hover, .galeMsgContBtn:focus, .galeMsgContBtn:active {
        color: #7d4e04 !important;
        text-decoration: none;
    }

.conSearchLinkDiv {
    margin: 0px auto;
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 9px;
}

    .conSearchLinkDiv span {
        cursor: pointer;
    }

        .conSearchLinkDiv span:nth-child(2) {
            font-family: 'Work Sans', sans-serif;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.24px;
            text-align: left;
            color: #3942b0;
        }

        .conSearchLinkDiv span:first-child {
            font-family: 'Work Sans', sans-serif;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.24px;
            text-align: left;
            color: #454545;
        }

#institutes {
    padding-bottom: 0 !important;
}

#SetMyRepPopUp {
    padding: 0;
    border-radius: 3px !important;
}

    #SetMyRepPopUp .favpopup {
        padding: 15px 28px;
        border-radius: 3px;
        width: 501px;
    }

        #SetMyRepPopUp .favpopup .fav-txt {
            border: 0;
            margin: 0;
            padding: 25px 0 0 0;
            width: 100%;
        }

        #SetMyRepPopUp .favpopup h2 {
            min-height: 36px;
            font-family: "OpenSans-Bold";
            font-size: 27px;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.33;
            letter-spacing: -0.7px;
            color: #003865 !important;
            margin: 2px auto 0 auto;
            position: relative;
            padding-bottom: 15px;
            display: block;
            font-weight: normal !important;
        }

        #SetMyRepPopUp .favpopup .fav-txt p {
            margin-bottom: 10px;
            color: #525252;
            font-weight: normal !important;
            font-family: "OpenSans-Regular";
            font-size: 14px;
            line-height: 1.3em;
        }

        #SetMyRepPopUp .favpopup h2:after {
            position: absolute;
            width: 60px;
            height: 6px;
            background: #ffcb05;
            left: 3px;
            content: '';
            bottom: 0;
        }

        #SetMyRepPopUp .favpopup .button .btn {
            margin: 30px 0 10px 0;
            width: 135px !important;
            height: 45px;
            border-radius: 22px !important;
            background-color: #ffcb05 !important;
            color: #7d4e04 !important;
            font-family: "OpenSans-SemiBold";
            font-size: 16px !important;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.8em;
            letter-spacing: normal;
            text-align: center;
            outline: none !important;
            outline-offset: 0 !important;
            border: none !important;
            cursor: pointer;
            margin-right: 20px;
        }

        #SetMyRepPopUp .favpopup .button {
            float: none;
        }

#setMyRep-popUp.modal {
    display: block;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: unset;
    min-width: 360px !important;
}

#setMyRep-popUp {
    overflow: visible;
}

    #setMyRep-popUp .modal-content {
        border: 0;
        border-radius: 3px;
    }

    #setMyRep-popUp h2.modal-title {
        min-height: 36px;
        font-family: "OpenSans-Bold" !important;
        font-size: 27px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: -0.7px;
        color: #003865 !important;
        margin: 2px auto 0 auto;
        position: relative;
        padding-bottom: 15px;
        display: block;
        font-weight: normal !important;
    }

        #setMyRep-popUp h2.modal-title:after {
            position: absolute;
            width: 60px;
            height: 6px;
            background: #ffcb05;
            left: 3px;
            content: '';
            bottom: 0;
        }

    #setMyRep-popUp .TextDiv {
        border: 0;
        margin: 0;
        padding: 25px 0 0 0;
    }

        #setMyRep-popUp .TextDiv p {
            color: #525252;
            font-weight: normal !important;
            font-family: "OpenSans-Regular";
            font-size: 14px;
            line-height: 1.3em;
            letter-spacing: -0.3px;
            font-style: normal;
            font-stretch: normal;
            margin-bottom: 0 !important;
        }

            #setMyRep-popUp .TextDiv p a {
                color: #0085ca !important;
                text-decoration: none;
            }

    #setMyRep-popUp .modal-body {
        padding: 0 28px;
    }

    #setMyRep-popUp .modal-header {
        padding: 15px 28px 0 28px;
        display: block !important;
    }

    #setMyRep-popUp .modal-footer {
        padding: 0 28px 15px 28px;
    }

    #setMyRep-popUp .modal-header, #setMyRep-popUp .modal-footer {
        border: 0;
    }

        #setMyRep-popUp .modal-footer .button {
            width: 100%;
            float: left;
            text-align: left;
        }

            #setMyRep-popUp .modal-footer .button .btn {
                margin: 11px 0 10px 0;
                height: 45px;
                border-radius: 22px !important;
                background-color: #ffcb05 !important;
                color: #7d4e04 !important;
                font-family: "OpenSans-SemiBold" !important;
                font-size: 16px !important;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.82em;
                letter-spacing: normal;
                text-align: center;
                outline: none !important;
                outline-offset: 0 !important;
                border: none !important;
                cursor: pointer;
                margin-right: 20px;
                width: 125px !important;
            }

        #setMyRep-popUp .modal-header .close {
            opacity: 1;
            width: 22px;
            height: 22px;
            position: absolute;
            top: 12px;
            right: 11px;
        }

        #setMyRep-popUp .modal-header .ico-close-btn {
            background: url(/Portals/0/images/login-close.png) !important;
            position: absolute;
            top: 0;
            right: 0;
            width: 22px;
            height: 22px;
        }

    #setMyRep-popUp.modal.fade.in {
        opacity: 1 !important;
    }

.setConsultantDisabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.DnnModule h1.salesRepTitle {
    color: #3942b0;
    margin-top: 60px;
    text-align: center;
}

.underline {
    width: 60px;
    height: 1px;
    margin: 20px auto;
    border-bottom: 6px solid #FFCB05;
}

/* FIREFOX ONLY FIXES */
@-moz-document url-prefix() {
    .RepFinderSearchDiv button {
        right: -110px;
    }
}

/* RESPONSIVE STYLING */
@media (min-width: 768px) {
    #setMyRep-popUp .modal-dialog {
        width: 480px;
        margin: 30px auto;
    }
}

@media screen and (max-width: 768px) {
    .RepFinderMainContent {
       /* height: auto;*/
    }

    .RepFinderContent, .RepFinderDropDownDiv, .RepFinderMainContent {
        width: 100%;
        content: "";
        display: table;
        clear: both;
    }

    .RepFinderSearchContent {
        width: 100%;
        margin-left: 10px;
    }

    .RepFinderSearchResContent {
        min-width: 100%;
        padding: 20px 50px !important;
    }

    .RepFinderDivisionDiv {
        width: 170px;
    }

    .RepFinderSearchDiv .k-autocomplete .k-input,
    .RepFinderSearchDiv .k-autocomplete {
        width: 410px !important;
    }

    .RepFinderContent .RepFinderDropDownDiv .RepFinderLocationDiv {
        width: 105px;
        padding: 8px 7px;
    }

    .RepFinderConsultDet {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-left: 0px;
    }

        .RepFinderConsultDet p {
            text-align: left;
            width: auto; /* shrink to fit content */
            max-width: 300px;
        }

    .RepFinderConsultDet h3 {
        text-align: center;
    }

    .RFSearchPreResInnerContent {
        width: 47%;
    }
}

@media screen and (max-width: 480px) {
    .RepFinderDropDownDiv, .RepFinderContent {
        width: 100%;
    }

    .RepFinderDivisionDiv {
        width: 95%;
        margin: 0px 10px 10px 10px;
        border-radius: 3px !important;
    }

    .RepFinderSearchDiv {
        margin: 13px 10px 10px 10px;
        display: block;
        /*width: 100%;*/
    }

        .RepFinderSearchDiv .k-autocomplete .k-input {
            border: 1px solid #f5f5f5 !important;
            border-right: 1px solid #f5f5f5 !important;
        }

        .RepFinderSearchDiv .k-autocomplete .k-input:focus {
            border: 1px solid #0085ca !important;
            border-right: 1px solid #0085ca !important;
        }

        .RepFinderSearchDiv .k-autocomplete .k-input,
        .RepFinderSearchDiv .k-autocomplete {
            width: 100% !important;
        }

        .RepFinderSearchDiv button {
            position: relative;
            display: block;
            margin-top: 10px;
            top: 0px;
        }

    .RepFinderMainContent .RepFinderFilterdiv {
        text-align: left;
    }

        .RepFinderMainContent .RepFinderFilterdiv .RFfilterNav {
            padding: 5px;
            margin: 5px 0px;
            border-radius: 20px;
            float: none;
            display: block;
        }

    .RepFinderSearchContent, .RepFinderMainContent {
        width: 100%;
        margin-left: 0px;
    }

    .RepFinderSearchResContent {
        min-width: 100%;
        width: 100% !important;
        margin: 30px 0px 25px 0px;
        padding: 17px 20px !important;
        text-align: center;
    }

    .RepFinderConsultDet {
        padding-left: 0px;
    }

        .RepFinderConsultDet p {
            padding-left: 0px;
        }

            .RepFinderConsultDet h3 {
            text-align:center;
        }

        .RepFinderImageDiv {
            margin-bottom: 10px;
        }

    .RepFinderContent .RepFinderDropDownDiv .RepFinderLocationDiv {
        width: 150px;
        padding: 8px 10px;
        margin-left:10px;
    }

    .RepFinderContent .RepFinderDropDownDiv .RepFinderDisciplineDiv {
        width: 295px;
    }

    .RepFinderDropDownDiv .RepFinderInstituteDiv {
        width: 310px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 390px) {
    .RFSearchPreResInnerContent {
        width: 100%;
    }

        .RFSearchPreResInnerContent:nth-child(even) {
            padding-left: 0px;
        }
}