#partner-initial-search-section {
    padding: 80px 0 40px;
}

#user-location,#user-search {
	background: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	padding: 0 15px;
	text-align: left;
	vertical-align: top;
	height: 45px;
	outline: 0;
	-webkit-appearance: none;
}

#user-location::placeholder {
	color: #717171;
}

#user-location-submit {
    /* padding: 10px 15px; */
    /* border-radius: 3px; */
    /* border: none; */
    /* background-color: #448846; */
    /* color: #fff; */
    /* cursor: pointer; */
    font-size: 15px;

    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 16px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

    color: #fff;
    background-color: #208a3d;
    border-color: #208a3d;
    margin-top: 10px;
}

#user-location-submit:hover {
    color: #fff;
    background-color: #2da14a;
    border-color: #2da14a;
}

#filter-range-selection,#partner-search-filters,#see-complete-list,.filter-selector,.partner-button-filters,.partner-toggle,.result-number,.toggle-wrapper {
    text-align: center
}

body {
    overflow-x: hidden
}

#cs-partner-input,#partner-input {
    /* overflow: hidden; */
    position: relative
}

#cs-partner-search,#partner-search {
    margin: 0 auto;
    position: relative;
    width: 100%
}

#partner-country {
    position: absolute;
    height: 45px;
    background-color: #fff;
    font-size: 15px;
    -webkit-appearance: none;
    width: 149px;
    padding: 13px 12px;
    outline: 0;
    border: 1px solid #c7c7c7;
    color: #A9A9A9;
    border-radius: 3px 0 0 3px
}

#user-location {
    border: 1px solid #aeaeb2;
    border-radius: 3px;
    width: 100%;
    margin: 10px 0 20px;
	font-family: "SF Pro Text",Helvetica,Arial,sans-serif;
	font-weight: 300;
    color: #717171;
}

#user-search {
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    width: 100%
}

.certified-icon,.toggle-item {
    vertical-align: middle
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none!important;
    pointer-events: none;
    position: absolute;
    right: 0
}

#partner-search-section {
    background-color: #f8f8f8;
}

#partner-search-options {
    display: none;
    width: 100%;
    margin: 20px auto 0
}

#partner-country-change {
    width: 149px;
    float: left;
    padding: 4px 12px 0
}

#partner-country-change a {
    font-size: 12px
}

.partner-button-filters {
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
}

.partner-button-filters:lang(fr) {
    width: 690px
}

#cs-partner-search-filter-items {
    clear: both;
    padding-top: 20px
}

.filter-selector {
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    border: 1px solid #959595;
    min-width: 110px;
    border-radius: 3px;
    padding: 6px
}

.filter-selector.selected {
    background-color: #2d9141;
    border-color: #2d9141;
}

.filter-text {
    font-size: 15px;
    line-height: 22px;
    color: #959595
}

.filter-selector.selected .filter-text {
    color: #fff
}

#partner-country-change-selector-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s;
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

#partner-country-change-selector-overlay.hidden {
    display: none;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    opacity: 0;
    visibility: hidden
}

#partner-country-change-selector {
    width: 1000px;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    cursor: default
}

#partner-country-change-selector .country-column {
    width: 247px;
    float: left;
    padding-top: 20px;
    border-top: solid 1px #666
}

#partner-country-change-selector .country-column.column-four {
    width: 177px
}

#partner-country-change-selector h2 {
    float: left;
    font-size: 22px;
    margin-bottom: 18px
}

#partner-country-change-selector .country-column li a {
    color: #000;
    font-size: 12px;
    line-height: initial
}

#partner-country-change-selector .country-column li a span.country {
    font-weight: 700
}

#partner-country-change-selector .country-column li {
    margin-bottom: 10px;
    line-height: initial
}

#partner-country-change-selector .partner-close-button {
    float: right;
    background: url(/site/images/close_button_2x.png) no-repeat;
    width: 26px;
    height: 26px;
    margin: -32px -32px 0 0;
    background-size: 26px 26px;
    cursor: pointer;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

#user-country-selection, #user-state-filter-dialog {
    width: 100%;
    height: 45px;
    border: 1px solid #aeaeb2;
    padding: 0 35px 0 15px;
    margin-bottom: 10px;
    color: #717171;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    background-size: 18px 11px;
    clear: both;
    display: block;
    border-radius: 3px;
}

/* General v2 filter dropdown */
.fp-wrapper {
    display: flex;
    align-items: flex-end;
    column-gap: 8px;
    margin-bottom: 30px;
}

.fp-filter-wrapper {
    /* transition: width 1s ease-in */
}

.fp-filter-wrapper label {
    display: block;
    color: #717272;
    font-size: 14px;
    line-height: 25px;
}

.fp-filter-wrapper.fp-status-service {
    min-width: 240px
}

.fp-filter-wrapper.fp-language {
    min-width: 150px
}

.fp-filter-wrapper.fp-country-region {
    min-width: 284px;
}

.fp-filter-wrapper.fp-country-region select {
    min-width: 284px;
}

.fp-filter-wrapper.fp-location {
    width: 100%;
}

.fp-filter-wrapper.fp-location .filter-input-menu[name=location] {
    width: 100%;
}

.fp-filter-wrapper.fp-location .filter-input-menu[name=location]::placeholder {
    color: #b4b4b4
}

.fp-filter-wrapper.fp-distance {
    min-width: 80px;
    max-width: 80px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-status-service {
    min-width: 190px;
    max-width: 190px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-language {
    min-width: 140px;
    max-width: 140px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-country-region {
    min-width: 230px;
    max-width: 230px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-country-region select {
    min-width: 230px;
    max-width: 230px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-state {
    min-width: 180px;
    max-width: 180px;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-location {
    min-width: 150px;
    max-width: 150px;
}

.fp-wrapper.show-state.hidden-distance .fp-filter-wrapper.fp-location {
    min-width: auto;
    max-width: 100%;
}

.fp-wrapper.show-state .fp-filter-wrapper.fp-distance {
    min-width: 80px;
    max-width: 80px;
}

.fp-wrapper-tertiary {
    margin-bottom: 30px;
}

.fp-filter-wrapper.fp-offices input {
    vertical-align: text-bottom;
}

.fp-filter-wrapper.fp-offices input, .fp-filter-wrapper.fp-offices label {
    display: inline-block;
}

.fp-filter-wrapper.fp-distance.hidden {
    display: none;
}

label[for=user-range-selection].disabled {
    opacity: .5;
}

#user-range-selection.disabled {
    opacity: .5;
    pointer-events: none;
}

.fp-wrapper-secondary {
    display: flex;
    align-items: flex-end;
    column-gap: 8px;
    margin-bottom: 30px;
}

/* General v2 filter dropdown end */

/* Multi select dropdown */
.ms-options-wrap {
    background-color: #edecec;
    border-radius: 3px;
}

.ms-options-wrap span {
    font-family: "SF Pro Text",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    background-color: #edecec;
    border-color: #edecec;
    border-radius: 3px;
    color: #717272;
    padding: 10px 28px 10px 12px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    margin: 0;
    min-height: 40px;
    background-image: url(/partners/find-a-partner/images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 7px top 16px;
    background-size: 16px 10px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #717272;
}

.ms-options-wrap > button:after {
    border: none;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 32px;
    margin: 1px 0;
    border: 1px dotted transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 12px;
    top: 10px;
}


/* Multi select dropdown end */

/* Filter menu dropdown */
.filter-input-menu {
    background-color: #edecec;
    border: none;
    border-radius: 3px;
    color: #717272;
    padding: 10px 12px 10px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    width: 100%;
    max-height: 40px;
    margin: 0;
    font-family: "SF Pro Text",Helvetica,Arial,sans-serif
}

.filter-dropdown-menu {
    background-image: url(/partners/find-a-partner/images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px top 17px;
    background-size: 16px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 28px
}


/* Filter menu dropdown end */

#location-found.hidden,#user-country-filter option.hidden, .fp-state.hidden {
    display: none
}

#user-country-filter {
    margin: 0 auto
}

#user-state-filter {
    margin: 0
}

#user-country-selection::-ms-expand, #user-state-filter-dialog::-ms-expand {
    display: none
}

#user-country-selection option, #user-state-filter-dialog option {
    /* font-size: 14px!important */
}

#search-location {
    padding: 16px 0px 16px 0;
    clear: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search-location .search-location-text-wrapper {
    padding-right: 20px;
}

#search-location h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #717171;
}

#location-found.visible {
    display: block
}

#location-not-found.hidden {
    display: none
}

#location-not-found.visible {
    display: block
}

#filter-selection-boxes {
    min-height: 80px;
}

.filter-selection-box-remove {
    list-style: none;
    border: 1px solid #717272;
    display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
    margin: 0 12px 12px 0;
    border-radius: 6px;
    color: #717272;
    font-weight: 300;
}

.filter-selection-close-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: sub;
    margin-left: 8px;
}

.filter-selection-close-icon:after {
    content: '';
    height: 18px;
    border-left: 1px solid #717272;
    position: absolute;
    transform: rotate(45deg);
    left: 10px;
}

.filter-selection-close-icon:before {
    content: '';
    height: 18px;
    border-left: 1px solid #717272;
    position: absolute;
    transform: rotate(-45deg);
    left: 10px;
}

#find-a-partner {
    padding-top: 50px;
}

#find-a-partner-results {
    position: relative;
    overflow: hidden;
    clear: left
}

#find-a-partner-results.end {
    /* overflow: hidden; */
}

#find-a-partner-results.map-visible #developer-results {
    width: 40%;
}

#developer-results {
    width: 100%;
    float: left;
    margin-bottom: 0px
}

#developer-results .navigation {
    float: right
}

#developer-results.hidden {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    height: 0
}

#developer-results-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* column-gap: 20px; */
}

#developer-results-list::after {
    height: 0;
    flex-basis: calc(33% - 10px);
    content: "";
  }

.partner-result {
    border-bottom: 1px solid #D1D1D0;
    padding: 18px 18px 18px 0
}

#user-results {
    background-color: #F8F8F8
}

.user-location .company-result, .db .company-result {
    /* padding: 10px 0px 10px 27px; */
    /* padding: 20px; */
    flex-basis: calc(33% - 10px);
    border: 1px solid #fff;
    min-height: 250px;
    margin-bottom: 20px;
    word-break: break-word;
}

.user-location .company-result.hide, .db .company-result.hide {
    display: none
}

.result-container:hover {
    border: 1px solid #0D8F3C;
}

#find-a-partner-results.map-visible .user-location .company-result, #find-a-partner-results.map-visible .db .company-result {
    flex-basis: 96%;
}

.user-location .company-result.detail-hide, .db .company-result.detail-hide {
    padding: 10px 0px 0 27px
}

.user-location .company-result:first-child, .user-location .company-result:first-child.detail-hide, .db .company-result:first-child, .db .company-result:first-child.detail-hide {
    /* padding-top: 18px */
}

.user-location .partner-result, .db .partner-result {
    padding: 18px
}

.user-location .company-location-result ,.db .company-location-result {
    display: none;
    padding: 5px 10px;
    margin-left: -10px;
}

.user-location .company-location-result:hover, .db .company-location-result:hover {
    background-color: #F5F5F5;
    cursor: pointer
}

.user-location .company-location-result.selected, .db .company-location-result.selected {
    background-color: #f5f5f5
}

.partner-result:hover {
    background-color: #F5F5F5;
    cursor: pointer
}

.partner-result.selected {
    background-color: #f5f5f5
}

#find-a-partner-results.map-visible .parnter-result:last-child, #find-a-partner-results.map-visible .result-container:last-child {
    margin-bottom: 100vh
}

.parnter-result:last-child,.result-container:last-child {
    /* margin-bottom: 0 */
}

.partner-result-number {
    float: left;
    width: 25px;
    position: relative;
    margin: 0 10px
}

#map,html.csspositionsticky #map-container.fixed.visible {
    float: right
}

.partner-toggle {
    /* position: absolute;
    left: -21px;
    top: -2px;
    cursor: pointer;
    width: 100%;
	height: 30px;
    text-align: left;
    color: #666;
    font-size: 18px */
}

.result-number {
    position: absolute;
    color: #fff;
    width: 100%;
    font-size: 14px;
    margin-top: 1px
}

.result-number-icon {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #006ece;
    border-radius: 5px
}

.certified-icon {
    background: url(/partners/find-a-partner/images/seal.png) 50% 50% no-repeat;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    display: inline-block
}

html.csspositionsticky #map-container.visible {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0
}

#map-container.hidden {
    opacity: 0;
    position: absolute;
	z-index: -10;
}

#map-container.fixed {
    position: absolute;
    right: 0;
    width: 600px;
    height: 100%
}

html.csspositionsticky #map-container.fixed.visible.end {
    position: absolute
}

#map {
    width: 600px;
    height: calc(100vh);
    /* height: 1000px; */
}

#map.fixed {
    position: fixed;
    bottom: 0
}

#map.fixed.end {
    position: absolute;
    bottom: 0px;
    top: auto
}

.partner-map-display-toggle {
    min-width: 100px;
    text-align: right;
}

.partner-map-display-toggle label {
    color: #121212;
    font-weight: 400;
}

.partner-map-display-toggle label, .partner-map-display-toggle input {
    display: inline-block;
    vertical-align: middle;
}

#partner-map-display {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 22px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #727373;
    /* transition: background-color ease 0.3s; */
}

#partner-map-display:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    font: 10px/28px Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: -22px;
    word-spacing: 37px;
    color: #fff;
    text-shadow: -1px -1px rgba(0,0,0,0.15);
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    /* transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s; */
}

#partner-map-display:checked {
    background-color: #727373;
}

#partner-map-display:checked:before {
    left: 20px;
}

.numbered-pin {
    width: 25px;
    height: 34px;
    background: url(/partners/find-a-partner/images/map_pin.png) no-repeat;
    background-size: 25px 34px
}

.callout-arrow,.callout-arrow-outline {
    width: 0;
    right: 50%;
    margin-right: -13px;
    position: absolute
}

.partner-callout {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #c1bebe;
    border-radius: 3px
}

.callout-arrow {
    height: 0;
    bottom: -12px;
    border-top: 14px solid #fff;
    border-right: 14px solid #fff;
    border-bottom: 0 solid #fff;
    border-left: 14px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.callout-arrow-outline {
    height: 0;
    bottom: -14px;
    border-top: 14px solid #c7c7c7;
    border-right: 14px solid #474747;
    border-bottom: 0 solid #474747;
    border-left: 14px solid #474747;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

#see-complete-list {
    margin-top: 20px
}

#see-complete-list a {
    display: block;
    margin-bottom: 0
}

#see-complete-list.hidden {
    opacity: 0;
    position: absolute;
    height: 0
}

#filter-range-selection {
    background-color: #d7d7d7;
    /* min-height: 60px; */
    /* padding: 18px 10px; */
    display: none
}

#filter-range-selection li {
    display: inline-block
}

#filter-range-selection .filter-range-description {
    color: #000;
    font-size: 16px
}

#filter-range-selection .range-selection-item {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    font-size: 14px;
    padding: 1px 12px;
    margin: 0 3px
}

#filter-range-selection .range-selection {
    color: #000
}

#filter-range-selection li.disabled a {
    color: #C6C6C6;
    font-weight: 400;
    cursor: not-allowed
}

.numbered-pin,.slider {
    cursor: pointer
}

#filter-range-selection .range-selection-item.selected {
    border: 1px solid #fff
}

#filter-range-selection .range-selection.selected {
    color: #fff
}

#filter-range-selection.hidden {
    padding: 0;
    min-height: 1px;
}

#filter-range-selection.hidden-with-map {
    height: 0;
    opacity: 0;
}

.partner-reset-wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.partner-reset-filters {
    display: inline-block;
    cursor: pointer;
    color: #727373;
    text-decoration: underline dotted;
    font-size: 14px;
    text-underline-offset: 4px;
}

.partner-reset-filters:hover {
    color:#727373;
}

.dropdown-menu {
    width: 70%;
    height: 45px;
    border: 1px solid #959595;
    border-radius: 3px;
    padding: 0 35px 0 15px;
    color: #878686;
		font-family: "SF Pro Text",Helvetica,Arial,sans-serif;
		font-weight: 300;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(/partners/find-a-partner/images/dropdown_arrow.png) right 14px top 18px no-repeat
}

.dropdown-menu::-ms-expand {
    display: none
}

.partner-filter-dropdown {
    display: none
}

.switch,.toggle-item {
    display: inline-block
}

#partner-toggle-section .section {
    padding: 80px 0 20px
}

.switch {
    position: relative;
    width: 60px;
    height: 34px
}

.switch input {
    display: none
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

input:checked+.slider {
    background-color: #2196F3
}

input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
            box-shadow: 0 0 1px #2196F3
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.toggle-wrapper {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

/*.toggle-button {
    display: block;
    width: 50%;
    float: left;
    padding: 16px;
    border: 1px solid #c7c7c7;
    color: #6c6c6c
}

.toggle-button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.toggle-button:last-child {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.toggle-button:hover {
    color: #6c6c6c
}

.toggle-button.selected {
    background-color: #000;
    border-color: #000;
    color: #fff
}*/

#partner-notes-disclaimer .section {
    padding-top: 0px
}

#lower-content-wrapper { 
        position: relative;
        /* min-height: 250px;  */
}

.fm-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    z-index: 2;
      background-color: rgba(0,0,0,.05);
        cursor: wait;
}

.fm-loading .fa-spinner, .fm-loading .fa-spinner-third {
     -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
		font-size: 50px;
		display: block;
		width: 50px;
		height: 50px;
		margin: 200px auto 0 auto;
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}

#find-a-partner-app {
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

#partner-initial-search-section .section-width {
    border: 1px solid #aeaeb2;
    border-radius: 3px;
    padding: 100px 80px 100px 100px;
}

.row-initial-search {
    display: flex;
}

.initial-search-message, .initial-search-input {
    width: 50%;
}

.initial-search-message {
    padding-right: 40px;
}

.initial-search-input {
    padding-left: 40px;
}

.initial-search-message h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
}

/* .icon-set.icon-person-claris-plus {
    background-image: url(/partners/find-a-partner/images/icon_person_claris_plus.png)
} */



.element-invisible {
    position: absolute !important;
    height: 1px; width: 1px; 
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.icon-questioncircle {
    font-size: 13px;
}

.partner-results-show-more-wrapper {
    width: 100%;
    text-align: center;
}

.partner-results-show-more {
    margin-top: 40px;
}

.icon-set.icon-person-claris-plus {
    background-image: url(/codex/library/icons/icon_person_claris_plus.png)
}

@media only screen and (max-width: 1068px) {
    #partner-initial-search-section {
        padding: 40px 0 0;
    }

    #partner-initial-search-section .section-width {
        padding: 40px
    }

    /* General v2 filter dropdown */
    .fp-wrapper {
        column-gap: 20px;
        flex-wrap: wrap;
    }

    .fp-wrapper .fp-filter-wrapper {
        margin-bottom: 20px;
    }

    .fp-wrapper .fp-filter-wrapper:nth-child(1) {
        width: calc(50% - 10px);
    }

    .fp-wrapper .fp-filter-wrapper:nth-child(2) {
        width: calc(50% - 10px);
    }

    .fp-wrapper.show-state .fp-filter-wrapper.fp-status-service {
        min-width: 190px;
        max-width: 100%;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-language {
        min-width: 140px;
        max-width: 100%;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-country-region {
        min-width: 220px;
        max-width: 100%;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-country-region select {
        min-width: 220px;
        max-width: 100%;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-state {
        min-width: 172px;
        max-width: 100%;
    }

    .fp-wrapper .fp-filter-wrapper.fp-location {
        min-width: 150px;
        max-width: 100%;
        width: auto;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-location {
        min-width: 150px;
        max-width: 100%;
        width: 200px;
    }
    
    .fp-wrapper.show-state.hidden-distance .fp-filter-wrapper.fp-location {
        min-width: auto;
        max-width: 100%;
        width: 200px;
    }
    
    .fp-wrapper.show-state .fp-filter-wrapper.fp-distance {
        min-width: 80px;
        max-width: 80px;
    }

    /* General v2 filter dropdown end */

    #user-country-selection, #user-state-filter-dialog, .med-dropdown-menu {
        float:none;
        padding: 0 35px 0 15px;
        color: #6c6c6c
    }

    #user-country-selection, #user-state-filter-dialog, #user-location,.med-dropdown-menu {
        font-size: 17px;
        margin: 0 0 10px
    }

    #partner-search-filters {
        width: 100%
    }

    #user-country-filter,#user-state-filter {
        margin: 0
    }

    .med-dropdown-menu {
        display: block;
        width: 100%;
        height: 45px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background: url(/partners/find-a-partner/images/dropdown_arrow.png) right 14px top 18px no-repeat #fff;
        border-radius: 3px;
				font-family: "SF Pro Text",Helvetica,Arial,sans-serif;
    		font-weight: 300;
				color: #878686;
    }

    .med-dropdown-menu::-ms-expand {
        display: none
    }

    #user-country-selection,#user-location,#user-location-submit, .fp-dialog-wrapper {
        height: 45px;
        display: block;
        width: 100%
    }

    #cs-partner-search,#partner-search {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 0
    }

    #user-country-selection, #user-state-filter-dialog {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-color: #fff;
        border-radius: 3px
    }

    #user-country-selection::-ms-expand, #user-state-filter-dialog::-ms-expand {
        display: none
    }

    #user-location {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
                order: 1;
        max-width: 100%;
    }

    #user-location-submit {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    #partner-search-options {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
        width: 100%;
        margin: 0
    }

    #cs-partner-search-filter-items,#partner-filter {
        display: none
    }

    .partner-filter-dropdown {
        display: block
    }
    
    .user-location .company-result, .db .company-result {
    }

    .user-location .company-result.detail-hide, .db .company-result.detail-hide {
            padding-left: 34px
    }

    #user-results .section-width {
        width: 100%
    }

    #search-location {
        padding: 16px 20px;
    }

    #developer-results {
        padding: 0 20px;
    }

    #find-a-partner-results.map-visible #developer-results {
        width: 38%;
    }

    #map-container.fixed {
        width: 62%;
    }

    #map.fixed {
        right: 0
    }

    #map.fixed.end {
        width: 100%
    }

    #map {
        width: 62%;
    }
}

@media only screen and (max-width: 735px) {
    #partner-initial-search-section {
        padding: 40px 0 0;
    }

    .row-initial-search {
        flex-direction: column; 
    }

    .initial-search-message {
        margin-bottom: 20px;
    }

    .initial-search-message, .initial-search-input {
        width: 100%;
        padding: 0;
    }

    #tertiary-nav .column.tertiary-nav-item {
        flex-grow: 1;
    }

    #find-a-partner-results.map-visible #developer-results {
        width: 100%;
    }

    #find-a-partner-results.map-visible .user-location .company-result, #find-a-partner-results.map-visible .db .company-result {
        flex-basis: calc(50% - 10px);
    }
	
    #developer-results,.partner-info {
        width:100%
    }

    .partner-result {
        padding: 18px
    }

    .partner-result:last-child {
        margin: 0
    }
	
    /* .parnter-result:last-child,.result-container:last-child {
        margin-bottom: 30px
    } */

    .partner-result-number {
        margin: 0 0 5px
    }

    .user-location .company-result, .db .company-result {
        flex-basis: calc(50% - 10px);
    }

    #map-container {
        display: none
    }

    .d4 .column-content {
        max-width: 300px;
    }

    .partner-map-display-toggle {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    

	#tertiary-nav .section {
		padding-top: 32px;
	}
	
	#user-location {
		min-width: 100%;
	}
}

@media only screen and (max-width: 550px) {
    .user-location .company-result, .db .company-result {
        flex-basis: 100%;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),not all,(-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:192dpi) {
    .med-dropdown-menu {
        background-image:url(/partners/find-a-partner/images/dropdown_arrow_2x.png);
        background-size: 18px 11px
    }

    .icon-set.icon-person-claris-plus {
        background-image: url(/codex/library/icons/icon_person_claris_plus_2x.png)
    }
}
