input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #454545;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #454545;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #454545;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #454545;
}

a#top.focussed[href="#doctor-locator"] {
    margin-top: -98px;
}

label#result-label {
    top: 13px;
    right: -50px;
    /* margin-bottom: 10px; */
}

label#result-label {
    position:  absolute;
    width:  100%;
}

div#dl-result-sort {
    width: 250px;
    height: auto;
    top: -20px;
}

#doctor-locator {
    margin-top: 39px !important;
    max-width: 100% !important;
}

#fixed-header-container #dl-form {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events:none;
    z-index: -1000;
    transition:opacity 0.5s ease;
    margin-top:-20px;
}

#fixed-header-container #dl-form.active{
    opacity: 1;
    pointer-events:auto;
    z-index: 200;
}

#dl-form-promotions-offers a:link,
#dl-form-promotions-offers a:visited {
    right: 90px;
    top: 25px;
    font-weight: bold;
    color: white !important;
    position: absolute;
    background: url(/sites/cc/image/tag_icon.png) no-repeat 0 0;
    padding-left: 25px;
    text-decoration: none !important;
}
#dl-form input[type=text] {
    background-color: white !important;
    border: 1px solid #008378;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #454545;
    min-height: 51px;
    height: 2em;
    margin: 0;
    padding: 0 19px;
    box-sizing: border-box;
    outline: none;
    padding-top: .7em!important;
}

#dl-form input[type=text].dl-search-name {
    width:auto;
    min-width: 251px;
}

#dl-form input[type=text].dl-location {
    font-style: italic;
    min-width: 166px;
   /* padding: 0 49px 0 19px;*/
}
label.hiddenLabel{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
#dl-form-container-a select,
#dl-results select {
    background: url(/sites/cc/image/bg-name-select.png) no-repeat;
    background-position: center right;
    background-color: white;
    border: 1px solid #008378;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #454545;
    min-height: 51px;
    height: 2em;
    margin: 0 0 0 11px;
    padding: 0 38px 0 19px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
html.msie9 #dl-form-container-a select,html.msie9 #dl-results select{
    background-image:none;
    padding-right:0;
}
#dl-results select {
    border: 1px solid #454545;
    height: auto;
}

.dl-result-details {
    display: block;
}

.dl-mobile-details {
    display: none;
}

.dl-mobile-details a:link,
.dl-mobile-details a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #487127;
    text-decoration: none;
    text-transform: lowercase;
}

#dl-form-container-a select.dl-radius {
    background: url(/sites/cc/image/bg-small-select.png) no-repeat;
    background-position: center right;
    background-color: white;
    color: #454545;
    width: 120px;
}

#dl-form-container-a select:first-child {
    margin: 0;
}
#dl-form-container-a select#dl-profession {
    width:230px;
}
#dl-form-container-a select::-ms-expand,
#dl-results select::-ms-expand {
    display: none;
}

#dl-form-container-a button {
    background-color: #66a137;
    /*border: 1px solid #898989;  */
    border: 5px solid #66a137;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    height:auto;
    min-height: 46px;
    padding: 0 29px;
    box-sizing: border-box;
    outline: none;
    cursor:pointer;
}
#dl-form-container-a button:hover, #dl-form-container-a button:focus {
    background-color: white;
    color: #66a137;
}

#fixed-header-container #dl-find-button {
    width: 125px;
    padding: 0;
}

#dl-find-button {
    margin: 0 0 0 11px;
}

#dl-form-container-a button#dl-refine {
    background: url(/sites/cc/image/dl-mobile-refine-search.png) no-repeat;
    background-size: 81.5px 42.5px;
    background-position: center center;
    background-color: transparent;
    /*background-color: #e8ede4;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.15);  */
    border: none;
    border-radius: 4px;
    width: 81.5px;
    height: 42.5px;
    top: 0;
    bottom: 0;
    right: 17px;
    padding: 0;
    margin: auto;
    display: none;
    position: absolute;
}

#dl-mobile-find-button {
    background-color: #66a137;
    /*border: 1px solid #898989;  */
    border: none;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: white;
    height: 51px;
    padding: 10px 38px;
    box-sizing: border-box;
    outline: none;
}

#dl-form-container-b button#dl-mobile-close-button {
    background: url(/sites/cc/image/dl-mobile-close.png) no-repeat;
    background-position: center center;
    border: none;
    width: 32px;
    height: 32px;
    top: 0;
    left: 17px;
    padding: 0;
    display: none;
    position: absolute;
}

#dl-locate-button {


    background-color: white !important;
    border-radius: 0px !important;
    border: none !important;
    border-left: 1px solid #acacac !important;
    top: 2px;
    right: 5px;
    width: 33px;
    padding: 0 !important;
    position: absolute;
    outline: none;
}

#dl-content {
    padding: 23px 1rem;
    box-sizing: border-box;
    position: relative;
    max-width:1220px;
    margin:0 auto;
}

#dl-finalizer {
    background-color: #e1e1e1;
    height: 10px;
    margin: 27px 0 31px 0;
    max-width: 100%;
}

#dl-form-container-a {
    background-color: #d1dbc9;
    padding: 23px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
#fixed-header-container #dl-form-container-a {
    background-color:#008378;
}

#dl-form-container-b {
    background-color: white;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    margin: -10px auto 23px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    max-width: 1220px;
}

#dl-mobile-form-actions {
    border-top: 1px solid #bccbb1;
    height: 72px;
    display: none;
    position: relative;
}

#dl-mobile-form-actions button {
    margin: 18px 0 0 0;
}

#dl-form h1, #dl-form h2, .dl-detail-header h2, .dl-detail-header span  {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #487127;
    max-width:1220px;
    display: block;
    margin: 0 auto 20px;
    padding: 0 1rem;
}
#dl-form .dl-header-text {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    max-width: 1200px;
    line-height: 1.2;
    margin: 0 auto 20px;
    display: block;
}
.dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
    max-width:1220px;
    display: block;
    margin: 0 auto 0;
}
.dl-detail-header h2, .dl-detail-header span {
    padding: 0 1rem;
}
#dl-form-items{
    max-width:1220px;
    display: block;
    margin: 0 auto;
    padding: 0 1rem;
}
#fixed-header-container #dl-form h2{
    font-size:21px;
    color:#dfeef2;
}
#dl-form-container-a .dl-form-item,
#dl-form-container-a .dl-form-item-loc {
    margin: 0 9px 0 0;
    position: relative;
    display: inline-block;
    min-width:0px;
}

#dl-location-items {
    display: inline-block;
}

#dl-form-container-a span.dl-text-block, #dl-form-container-a div.dl-text-block {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #454545;
    height: 51px;
    line-height: 51px;
    /*padding: 0 21px 0 21px;  */
    padding: 0 21px 0 30px;
    box-sizing: border-box;
    display: inline-block;
}
#fixed-header-container #dl-form-container-a .dl-form-item span.dl-text-block {
    color:#ffffff;
}

#dl-form-container-b #dl-filter-menu {
    border-bottom: 1px solid #e1e1e1;
    padding: 22px;
    box-sizing: border-box;
    position: relative;
}

#dl-form-container-b #dl-filter-menu a.clear-all:link,
#dl-form-container-b #dl-filter-menu a.clear-all:visited {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #454545;
    text-decoration: underline;
    right: 12px;
    bottom: 12px;
    position: absolute;
}

#dl-form-container-b #dl-filter-toggle {
    height: 30px;
    position: absolute;
}

#dl-form-container-b #dl-filter-selections {
    min-height: 43px;
    margin: 0 0 0 136px;
    position: relative;
}

#dl-form-container-b #dl-filter-button {
    background: url(/sites/cc/image/filters-expand.png ) no-repeat;
    background-color: white !important;
    border-radius: 0px !important;
    border: none !important;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    outline: none;
    cursor: pointer;
}

#dl-filter-button.dl-expand {
    background: url(/sites/cc/image/filters-expand.png ) no-repeat !important;
}

#dl-filter-button.dl-collapse {
    background: url(/sites/cc/image/filters-collapse.png) no-repeat !important;
}

#dl-form-container-b #dl-filter-toggle span {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    display: inline-block;
}

#dl-form-container-b .dl-form-item {
    border: 1px solid #767a6d;
    border-radius: 5px;
    height: 35px;
    margin: 0 8px 8px 0;
    padding: 0 26px 0 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}

#dl-form-container-b .dl-form-item span {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #747474;
    line-height: 33px;
    margin: 0 12px;
}

#dl-form-container-b .dl-filter-remove {
    background: url(/sites/cc/image/filter-remove.png) no-repeat;
    background-position: center right;
    background-color: white !important;
    border-radius: 0px !important;
    border: none !important;
    top: 0;
    right: 5px;
    width: 26px;
    height: 33px;
    padding: 0 !important;
    position: absolute;
}

#dl-form-container-b #dl-filter-form {
    margin: 0 29px 31px 29px;
    display: none;
    position: relative;
}

#fixed-header-container #dl-form-container-b #dl-filter-form{
    margin-top:20px;
}

#dl-filter-form .dl-filter-group {
    display: inline-block;
    margin: 31px 12px 0 0;
}

#dl-filter-specialties {
    max-width: 460px;
    margin: 0 15px 0 0;
    display: inline-block;
    border:none;
}

#dl-filter-specialties span.no-specialties {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #747474;
    display: inline-block;
}

#dl-filter-specialties legend, #dl-filter-languages legend{
    visibility: hidden;
    height:0;
}
#dl-filter-languages {
    width: 230px;
    display: inline-block;
    border:none;
}

#dl-filter-form .dl-check-item,
#dl-filter-form .dl-check-all-item {
    width: 228px;
    vertical-align: middle;
    display: inline-block;
}

#dl-filter-form input[type=checkbox] {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid transparent;
    margin-top: 3px;
    z-index: -1;
    opacity:0;
}

#dl-filter-form input[type=checkbox] + label {
    background: url(/sites/cc/image/input-unchecked.png) no-repeat;
    background-position: center center;
    margin: 0 4px 4px 0;
    width: 16px;
    height: 21px;
    display: inline-block;
    text-indent: -10000px;
}

#dl-filter-form input[type=checkbox]:checked + label {
    background: url(/sites/cc/image/input-checked.png ) no-repeat;
}
#dl-filter-form input[type=checkbox]:focus + label{
    outline: 1px dotted red;
}
#dl-filter-form .dl-check-item span,
#dl-filter-form .dl-form-check-all span {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    vertical-align: top;
    display: inline-block;
}

.dl-form-check-all span {
    font-size: 16px !important;
    font-weight: bold !important;
}

.dl-form-check-all {
    border-bottom: 1px solid #6a6a6a;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    box-sizing: border-box;
}

#dl-header-text {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    /*padding: 23px 82px;  */
    padding: 0 563px 0 0;
    margin: 0 0 42px 0;
    box-sizing: border-box;
}

#dl-results,
#dl-footer {
    width: 100%;
    padding-right: 563px;
    box-sizing: border-box;
    display: block;
}

.dl-result-stats {
    font-size: 16px;
    text-align: left;
}

#dl-results h2 {
    margin: 0 0 108px 0;
}

#dl-results ol,
#dl-embedded-results ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#dl-results ol li.dl-result,
#dl-embedded-results ol li.dl-result {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.333;
    color: #454545;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
}

#dl-embedded-results ol li.dl-result {
    padding: 25px 108px 0px 61px;
}

#dl-results ol li.dl-result {
    border-bottom: 1px solid #ebebeb;
}

#dl-results ol li.dl-result .dl-result-item {
    min-height: 144px;
    width: 80%;
    padding: 25px 108px 25px 50px;
}

.dl-result-buttons {
    margin: 0 0 27px 50px;
    display: none;
}
.mapLabels {
  color: black;
  background-color: white;
  font-family: "myriad-pro", sans-serif;
  font-size: 10px;
  text-align: center;
  width: 15px;
  white-space: nowrap;
    border-radius:5px;
}
.gmnoprint:focus{
    opacity: 0.5 !important;
}
.dl-result-buttons button, .dl-result-buttons a {
    border-radius: 2px !important;
    height: 32px !important;
    top: 0 !important;
    right: 0;
    padding: 0 4px 0 4px !important;
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative !important;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    color: white;
    background-color: #649e36;
    border: 5px solid #649e36;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

ol li a.dl-result-header:link,
ol li a.dl-result-header:visited {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #006f60;
}

#dl-result-buttons {
    display: none;
}

a.dl-result-link:link,
a.dl-result-link:visited,
#dl-results ol li span.dl-result-specialties {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #487127;
}

ol li span.dl-result-distance {
    background: url(/sites/cc/image/marker.svg) no-repeat;
    background-position: center left;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #454545;
    top: 25px;
    right: 0;
    height: 20px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    position: absolute;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ol li span.dl-result-distance {
        padding-left: 60px;
    }
}

.dl-result-number {
    background-color: white;
    border-width: 3px;
    border-color: #487127;
    border-style: solid;
    border-radius: 50%;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: rgb(69, 69, 69);
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #454545;
    width: 33px;
    height: 33px;
    top: 25px;
    left: 9px;
    position: absolute;
}

.dl-result-web{
    border-color: #487127;
    width: 33px;
    height: 33px;
    line-height: 28px;
    left: 9px;
    border-width: 2px;
    top: 25px;
    background: url(/sites/cc/image/dl-detail-www.png) no-repeat;
    background-position: center;
    background-size: 73%;
}

#dl-right-nav {
    text-align: center;
    top: 0;
    right: 1rem;
    max-width: 475px;
    position: absolute;
}

#dl-right-nav.map-fixed {
    top: 108px;
    bottom: inherit;
    position: fixed !important;
}

#dl-right-nav.map-bottom {
    top: inherit;
    bottom: 0px;
    position: absolute !important;
}

#dl-online-only {
  width: 480px;
  height: auto;
  opacity: 0.86;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
}

#dl-online-profession{
  width: 152px;
  margin-top: 20px;
}
#dl-online-profession-title{
  background: transparent;
  border: none;
  display: block;
  text-align: left;
  margin: 0;
  line-height: 28px;
  width: 152px;
  font-size: 15px;
  font-weight: bold;
  color: #008378;
}

#dl-online-profession-img{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px 75px;
  background-color: #f3f3f3;
  height: 112px;
  width: 112px;
  border-radius: 100%;
  margin: 0 auto;
}

#dl-profession-details{
  width: 125px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #454545;
  margin-top: 8px;
  margin-left: -3px;
}

#dl-online-only-details{
    background: white;
    margin-top: 8px;
    padding: 11%;
    width: 152px;
    height: 192px;
    border-radius: 6px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    text-decoration: none;
}
div .find-partner {
    width: 152px;
}
#dl-online-only-details:hover,
div .find-partner:hover {
    border-color: #63bdb5;
    cursor: pointer;
}

.find-location-partners.details {
  width: 100%;
  display: inline-block;
}
.find-location-partners.details.column-title li {
    float: left;
}
.find-location-partners.details.column-stacked {
    column-count: 2;
    margin-bottom: 31px;
}
.stacked-column-container{
    margin-left: auto;
    width: 70%;
    margin-right: auto;
}

#dl-no-maps #dl-online-only .stacked-column-container{
    width: 98%;
    max-width: 415px;
} 

#dl-no-maps #dl-online-only .stacked-column-container .find-partner{
    width: auto;
    min-width: 188px;
    max-width: 200px;
    height: 80px;
} 

.find-partner.all-partners.details {
  background: transparent;
  border: none;
  display: block;
  text-align: left;
  margin: 0;
  padding-top: 14px;
  line-height: 28px;
  width: 150px;
  font-size: 15px;
  font-weight: bold;
  color: #008378;
}

#dl-maps-container {
    width: 475px;
    height: 475px;
}

#dl-results-error {
  display: none;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 10px 15px;
}

#dl-results-error.error {
  display: flex;
}


#dl-results-error-mobile {
  display: none;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 10px 15px;
}

#dl-results-error-.error {
  display: flex;
}

#dl-google-maps-actions {
    margin: 20px 0 0 0;
    text-align: right;
}

#dl-google-maps-actions a:link,
#dl-google-maps-actions a:visited {
    padding: 0 0 0 23px;
    color: #454545;
    outline: none;
    text-decoration: none;
}

#dl-google-maps-actions a.dl-map-enlarge:link {
    background: url(/sites/cc/image/dl-map-enlarge.png) no-repeat;
    background-position: center left;
    background-size: 13px 13px;
}

#dl-google-maps-actions a.dl-map-shrink:link {
    background: url(/sites/cc/image/dl-map-shrink.png) no-repeat;
    background-position: center left;
    background-size: 15px 15px;
}

#dl-details.dl-map-large,
#dl-results.dl-map-large,
#dl-header-text.dl-map-large {
    padding-right: 808px;
}

#dl-right-nav.dl-map-large,
#dl-detail-right.dl-map-large {
    max-width: 720px;
}

#dl-detail-main.dl-map-large {
    min-height: 888px;
}

#dl-google-maps.dl-map-large {
    width: 720px !important;
    height: 550px !important;
}

#dl-results.dl-map-large #dl-result-sort {
    display: none;
}

#dl-details-back {
    background: url(/sites/cc/image/dl-back.png) no-repeat;
    background-position: top left;
    border-bottom: 1px solid #e1e1e1;
    margin: 7px 0 23px 0;
    padding: 0 0 30px 36px;
    box-sizing: border-box;
}

#dl-details-back a:link,
#dl-details-back a:visited {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #487127;
    line-height: 19px;
    text-decoration: none;
}

#dl-details-navigate {
    top: 33px;
    right: 0;
    position: absolute;
}

#dl-details-navigate a {
    font-size: 16px;
    font-weight: bold;
    color: #487127;
    padding: 0 10px;
    margin: -2px;
}

#dl-details-navigate a:not(:first-child) {
    border-left: 1px solid #454545;
}

#dl-detail-right #dl-google-maps {
    width: 480px;
    height: 465px;
}

.dl-google-map-info {
    max-width: 170px;
    text-align: left;
    font-size: 12px;
    font-family: "myriad-pro", sans-serif;
}

.dl-google-map-info a:link,
.dl-google-map-info a:visited {
    color: #487127;
}

#dl-places {
    margin: 0;
    padding: 0 0 36px 0;
    box-sizing: border-box;
}

#dl-places-mobile {
    border-top: 9px solid #f3f6f1;
    border-bottom: 9px solid #f3f6f1;
    margin: 29px 0 0 0;
    padding: 36px 0;
    /*margin: 0;
    padding: 0 0 36px 0;  */
    box-sizing: border-box;
    display: none;
}

#dl-right-nav h2 {
    font-family: "myriad-pro", sans-serif;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #454545;
    text-align: left;
    margin: 0 0 29px 0;
}

#dl-places .dl-place-item,
#dl-places-mobile .dl-place-item {
    display: inline-block;
}

#dl-places .dl-place-item:not(:last-child),
#dl-places-mobile .dl-place-item:not(:last-child) {
    margin: 0 48px 0 0;
}

#dl-places .dl-place-item.big-logo{
    margin-right:15px;
    max-width: 40%;
}
#dl-places .bowflex-logo{
    width: 23%;
}
#dl-places div.dl-place-item.rite-aid-logo, #dl-places .vsp-logo{
    margin-top:20px;
}
#dl-places div.dl-place-item.bowflex-logo{
    margin-top: 33px;
}

.dl-place-item img{
    width:100%;
}

#dl-refer {
    background: url(/sites/cc/image/dl-question.png) no-repeat;
    background-position: left center;
    /*border-bottom: 9px solid #f3f6f1;  */
    font-family: "myriad-pro", sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    margin: 7px 0 0 0;
    padding: 30px 0 31px 57px;
    box-sizing: border-box;
}

#dl-refer a:link,
#dl-refer a:visited {
    font-family: "myriad-pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #487127;
    text-decoration: none;
}

#dl-result-header {
    width: 100%;
    padding-top: 16px;
    margin: 0 0 36px 0;
    position: relative;
}

#dl-result-header #dl-result-sort {
    background: url(/sites/cc/image/dl-sort-icon.png) no-repeat;
    background-position: left center;
    float: right;
    padding: 0 0 0 27px;
    box-sizing: border-box;
    position: relative;
}

.dl-pagination {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    text-align: right;
    top: 10px;
    padding: 22px 0 21px 0;
    box-sizing: border-box;
}

.dl-pagination a:link,
.dl-pagination a:visited {
    font-family: "myriad-pro", sans-serif;
    font-size: 18px;
    color: #487127;
}

a.dl-pagination-page,
.dl-pagination span {
    margin: 0 30px 0 0;
}

a.dl-pagination-previous {
    float: left;
}

a.dl-pagination-disabled,
a.dl-pagination-disabled:link,
a.dl-pagination-disabled:visited {
    color: gray !important;
    text-decoration: none;
    cursor: default !important;
}

a.dl-pagination-disabled:hover {
    text-decoration: none;
}

a.dl-pagination-active,
a.dl-pagination-active:link,
a.dl-pagination-active:visited {
    font-weight: bold;
    text-decoration: none;
    cursor: default !important;
}

a.dl-pagination-active:hover,
a.dl-goto-map:link,
a.dl-goto-map:visited,
a.dl-goto-map:hover {
    text-decoration: none;
}

a.dl-goto-map {
    background: url(/sites/cc/image/dl-goto-map.png) no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
}

#dl-results ol li button {
    background-color: #649e36;
    border: 5px solid #649e36;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white;
    top: 88px;
    right: 0;
    min-height: 31px;
    height: 2em;
    padding: 0 14px 0 14px;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
}

#dl-results ol li button:hover, #dl-results ol li button:focus {
    background-color: white;
    color: #649e36;
}

#dl-results ol li button.dl-button-blue {
    background-color: #5c97bf;
    border-color: #5c97bf;
}

#dl-results ol li button.dl-button-green {
    background-color: #649e36;
    border-color: #649e36;
}

#dl-results ol li button.dl-button-blue:hover,
#dl-results ol li button.dl-button-green:hover {
    background-color: white;
    color: #5c97bf;
}

/*#dl-footer {
    background: url(/assets/doctor-locator/img/cc-certified.png) no-repeat;
    background-position: top left;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 50px 0 0 0;
    padding: 92px 563px 0 0;
    box-sizing: border-box;
}  */

#dl-certified {
    background: url(/sites/cc/image/cc-certified.png) no-repeat;
    background-position: top left;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 50px 0 0 0;
    padding: 92px 0 0 0;
    box-sizing: border-box;
}

.dl-detail-header {
    background-color: #d1dbc9;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 42px;
    color: #487127;
    padding: 23px 0;
    box-sizing: border-box;
}

.dl-detail-content {
    padding: 23px 0;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#dl-details {
    padding-right: 500px;
    box-sizing: border-box;
}

#dl-detail-right {
    text-align: right;
    top: 115px;
    right: 0;
    position: absolute;
}

#dl-detail-actions {
    margin: 0 0 26px 0;
}

#dl-detail-actions button,
.dl-detail-phone-mobile button {
    background-color: #649e36;
    border: 5px solid #649e36;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: white;
    min-height: 40px;
    height: 2em;
    padding: 0 24px 0 24px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}
button.dl-phone-mobile-button {
    background-color: #5c97bf !important;
    border-color: #5c97bf !important;
}
button.dl-phone-mobile-button:active {
    color: white !important;
}
#dl-detail-actions button:hover, #get-quote-button:hover,
.dl-detail-item button:not(.dl-phone-mobile-button):hover {
    background-color: white;
    color: #649e36;
}

.dl-detail-item a.google-maps-external {
    background: url(/sites/cc/image/dl-goto-address.png) no-repeat;
    background-position: center right;
    padding-right: 22px;
    text-decoration: underline;
}

#dl-detail-actions button.get-quote-button {
    background-color: #008378;
    border-color: #008378;
    margin: 0 23px 0 0;
}

#dl-detail-actions button.dl-pay-provider:hover {
    background-color: white;
    color: #008378;
}


#dl-detail-actions button.dl-pay-provider {
    background-color: #008378;
    border-color: #008378;
    margin: 0 23px 0 0;
}

#dl-detail-actions button.dl-pay-provider:hover {
    background-color: white;
    color: #008378;
}

#dl-detail-actions button.get-quote-button:hover {
    background-color: white;
    color: #008378;
}
/* COCM-1799 added for prequal text in provider details page */
#dl-detail-actions > .dl-apply-text {
	margin: 15px 0;
}

#dl-detail-main {
    min-height: 715px;
}

.dl-detail-content h1 {
    color: #487127;
}

.dl-detail-content h2 {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #454545;
}

.dl-detail-item {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 18px;
    min-height: 24px;
    margin: 0 0 27px 0;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.dl-detail-certified {
    background: url(/sites/cc/image/cc-stamp.png) no-repeat;
    background-position: top left;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 38px;
    color: #454545;
    min-height: 38px;
    margin: 0 0 33px 0 !important;
}

.dl-detail-pin {
    background: url(/sites/cc/image/dl-detail-pin.png) no-repeat;
    background-position: top left;
}

.dl-detail-phone {
    background: url(/sites/cc/image/dl-detail-phone.png) no-repeat;
    background-position: top left;
}

.dl-detail-phone-mobile {
    background: url(/sites/cc/image/dl-detail-phone.png ) no-repeat;
    background-position: center left;
    display: none;
}

.dl-detail-www {
    background: url(/sites/cc/image/dl-detail-www.png) no-repeat;
    background-position: top left;
}

#dl-detail-disclaimer {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #454545;
    max-width: 480px;
}

#dl-detail-disclaimer.promotions {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #454545;
    max-width: 800px;
    font-style: italic
}

.dl-promo-container {
    width: 49%;
    margin: 39px 0 0 0;
    padding: 0 72px 0 0;
    box-sizing: border-box;
    display: inline-block;
}

.dl-promo-header {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #454545;
    max-width: 480px;
}

.dl-promo-months {
    max-width: 480px;
    margin: 24px 0 8px 0;
    display: block;
}

.dl-detail-promo .dl-promo-month {
    border: 3px solid #008378;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 53px;
    color: #008378;
    min-width: 168px;
    height: 61px;
    margin: 0 13px 13px 0;
    padding: 0 45px;
    display: inline-block;
    box-sizing: border-box;
}

.dl-detail-promo:nth-child(odd) .dl-promo-month {
    border-color: #5c97bf;
    color: #5c97bf;
}

.dl-promo-terms {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #454545;
    max-width: 480px;
}

#dl-embedded-content {
    /*width: 100%;*/
    display: block;
    position: relative;
    white-space: nowrap;
}

#dl-embedded-form {
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 24px;
    width: 50%;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    position: relative;
}

#dl-embedded-form p {
    margin: 0 0 21px 0;
}

#dl-embedded-form label {
    font-weight: bold;
}

#dl-embedded-form button#dl-embedded-find {
    background-color: #649e36;
    border: 5px solid #649e36;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: white;
    height: 40px;
    margin: 25px 0 0 0;
    padding: 0 28px 0 28px;
    box-sizing: border-box;
    cursor: pointer;
}

#dl-embedded-form button#dl-embedded-find:hover, #dl-embedded-form button#dl-embedded-find:focus {
    background-color: white;
    color: #649e36;
}

.dl-embedded-input {
    margin: 29px 0 0 0;
    display: block;
    position: relative;
}

/*.dl-embedded-input input[type=text] {
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #454545;
    width: 369px;
    height: 49px;
    padding: 0 0 0 44px;
    position: relative;
    box-sizing: border-box;
}  */

.dl-embedded-input input[type=text] {
    border-width: 1px;
    border-color: #454545;
    border-style: solid;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #454545;
    width: 369px;
    height: 49px;
    padding: 0 0 0 44px;
    position: relative;
    box-sizing: border-box;
}

.dl-embedded-input select, #dl-embedded-form select.provider-page-select {
    background: url(/sites/cc/image/bg-name-select.png) no-repeat;
    background-position: center right;
    background-color: white;
    border-width: 1px;
    border: 1px solid #454545;
    border-radius: 5px;
    font-family: "myriad-pro", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #454545;
    height: 49px;
    margin: 0 0 22px 0;
    padding: 0 44px 0 19px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dl-embedded-input #dl-embedded-locate {
/*    background: url(/assets/doctor-locator/img/dl-blue-pin.png) no-repeat;
    background-position: top left;*/
    border: none;
    background-color:transparent;
    top: 9px;
    left: 11px;
    width: 18px;
    height: 29px;
    outline: none;
    position: absolute;
    z-index: 3;
}

#dl-embedded-actions {
    padding: 19px 0 0 0;
    clear: both;
}

#dl-embedded-results {
    width: 50%;
    padding: 45px 82px 70px 54px;
    background-color: #f6f8f4;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
}

#dl-embedded-all {
    width: 100%;
    margin: 29px 0 0 0;
    text-align: right;
}

/*#dl-footer p,  */
#dl-certified p {
    margin: 0 0 22px 0;
}

#dl-mobile-map-actions {
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    height: 58px;
    margin: 0 0 9px 0;
    display: none;
}

button.dl-mobile-view-map,
button.dl-mobile-view-list {
    border: none;
    top: 0;
    right: 0;
    width: 82px;
    height: 39px;
    outline: none;
    cursor: pointer;
    position: absolute;
    display: none;
}

button.dl-mobile-view-map {
    background: url(/sites/cc/image/dl-mobile-map.png ) no-repeat;
    background-position: top left;
}

button.dl-mobile-view-list {
    background: url(/sites/cc/image/dl-mobile-list.png) no-repeat;
    background-position: top left;
}

.locator-form .twitter-typeahead {
    width: 100%;
}

#dl-spinner {
    background: url(/sites/cc/image/spinner.svg ) no-repeat;
    width: 186px;
    height: 186px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    position: fixed;
    z-index: 300;
}

#dl-mobile-apply {
    display: none !important;
}

#dl-payment-page,
#dl-error-message {
    padding: 33px 82px;
}
#dl-form h1, .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
    max-width: 1170px;
    padding-left:1rem;
    padding-right:1rem;
}
#dl-form-items{
    max-width: 1170px;
    padding-left:1rem;
    padding-right:1rem;
}
#dl-form-container-b{
    max-width: 1170px;
    padding-left:1rem;
    padding-right:1rem;
}
#dl-content{
    max-width: 1170px;
    padding-left:1rem;
    padding-right:1rem;
}
@media only screen and (min-width: 1220px){
    #dl-right-nav.map-fixed{
        right: calc(50% - 610px + 1rem);
    }
}

@media only screen and (min-width: 1280px){
    #dl-form h1, .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
        max-width: 1170px;
        padding-left:0;
        padding-right:0;
    }
    #dl-form-items{
        max-width: 1170px;
        padding-left:0;
        padding-right:0;
    }
    #dl-form-container-b{
        max-width: 1170px;
        padding-left:0;
        padding-right:0;
    }
    #dl-content{
        max-width: 1170px;
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (min-width: 1366px){
    #dl-form h1, #dl-form h2, .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
        max-width: 1220px;
        padding-left:0;
        padding-right:0;
    }
    #dl-form-items{
        max-width: 1220px;
        padding-left:0;
        padding-right:0;
    }
    #dl-form-container-b{
        max-width: 1220px;
        padding-left:0;
        padding-right:0;
    }
    #dl-content{
        max-width: 1220px;
        padding-left:0;
        padding-right:0;
    }
}
@media all and (min-width: 1500px) {
    #dl-form-container-b{
        margin: -10px auto 23px;
        max-width: 1400px;
    }
    #dl-content{
        padding: 23px 0;
        margin:0 auto;
        max-width: 1400px;
    }
    #dl-form h1, #dl-form h2, .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
        max-width: 1400px;
    }
    #dl-form-items{
        max-width: 1400px;
    }
    #dl-right-nav.map-fixed{
        right: calc(50% - 700px + 1rem);
    }
}
@media all and (min-width: 1550px) {
    #dl-form h1, #dl-form h2, .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
        max-width: 1500px;
    }
    #dl-form-items{
        max-width: 1500px;
    }
    #dl-form-container-b{
        max-width: 1500px;
    }
    #dl-content{
        max-width: 1500px;
    }
    #dl-right-nav.map-fixed{
        right: calc(50% - 750px + 1rem);
    }
    #dl-form .dl-header-text {
        max-width: 1500px;
    }
}
@media all and (max-width: 1278px) {
   /* -- why is this here??
   .container .search {
        display: none !important;
    }*/
    #dl-results,
    #dl-footer,
    #dl-header-text {
        padding-right: 454px;
    }
    #dl-right-nav {
        max-width: 365px;
    }
    #dl-results.dl-map-large,
    #dl-header-text.dl-map-large {
        padding: 0;
    }
    #dl-right-nav.dl-map-large {
        display: none;
    }
    #dl-maps-container {
        width: 365px;
        height: 365px;
    }
    #dl-places .dl-place-item,
    #dl-places-mobile .dl-place-item {
        margin-top: 22px;
    }
    #dl-places .dl-place-item:not(:last-child),
    #dl-places-mobile .dl-place-item:not(:last-child) {
        margin: 22px 22px 0 0;
    }
    #dl-form-container-a .dl-form-item {
        margin-bottom: 22px;
    }
    #dl-location-items {
        /*margin: 0 0 22px 0;*/
        /*display: block;*/
    }
    #dl-form-container-a .dl-form-item {
        /*width: 100%;*/
        /*display: block !important;*/
        margin-right: 0;
    }
    #fixed-header-container #dl-form-container-a .dl-form-item {
        width: 40%;
        display: inline-block !important;
    }
    #fixed-header-container #dl-form-container-a .dl-form-item.dl-text-item{
        width:50px;
    }
    #dl-form-container-a span.dl-text-block {
        padding: 0 13px 0 13px;
    }
    #dl-form-container-a select {
        /*width: 78%;*/
        /*max-width: 365px;*/
    }
    #fixed-header-container #dl-form-container-a select, #fixed-header-container #dl-form-container-a select.dl-radius{
        width:100%;
        max-width:none;
    }
    #dl-form input[type=text].dl-search-name {
        width: 230px;
    }
    .dl-form-item .twitter-typeahead {
        /*width: 78%;*/
        /*max-width: 365px;*/
    }
    #fixed-header-container .dl-form-item .twitter-typeahead{
        width:100%;
        max-width:none;
    }
    #fixed-header-container #dl-form input[type=text].dl-location{
        width:100%;
    }
    #dl-form-container-a {
        padding: 26px 0 26px;
    }
    #dl-result-sort {
        display: none;
    }
    #fixed-header-container #dl-form-container-a .dl-submit-item{
        width:140px;
    }
    .dl-place-item {
        zoom: 0.6;
    }
    #dl-details-navigate {
        right: 8px;
    }
}

@media all and (max-width: 1024px) {
    #dl-results ol li.dl-result .dl-result-item {
        width: 100%;
    }

    #dl-results-error-mobile.error {
        display: flex;
        padding: 30px 16px 15px 20px;
        border-bottom: 1px solid #ebebeb;
    }

    #doctor-locator{
        margin-top: 70px !important;
    }
    #dl-form-container-a {
        padding: 26px 24px 26px;
    }
     #dl-form h1{
        padding-left:0;
        padding-right:0;
    }
    .dl-detail-header h2, .dl-detail-header span , .dl-detail-content, #dl-embedded-content{
        padding-left:24px;
        padding-right:24px;
    }
    #dl-form-items{
        padding-left:0;
        padding-right:0;
    }
    #dl-form-container-b{
        padding-left:0;
        padding-right:0;
    }
    #dl-content{
        padding-left:20px;
        padding-right:20px;
    }
    /* Doctor Locator forms and results:  */
    #dl-results,
    #dl-footer,
    #dl-results.dl-map-large {
        padding: 0;
    }
    #dl-header-text,
    #dl-header-text.dl-map-large {
        margin-top: 12px;
        padding: 0;
    }
    /*#dl-footer {
        padding: 92px 0 0 0;
    }  */
    #dl-right-nav {
        display: none;
    }
    #dl-detail-right {
        top: 0;
        left: 0;
        position: relative;
    }
    #dl-detail-right #dl-google-maps-actions {
        display: none;
    }
    #dl-detail-right #dl-google-maps {
        margin-top: 20px;
    }
    #dl-details {
        padding: 0;
    }
    #dl-form-container-b {
        margin: 0;
    }
    #dl-filter-menu {
        display: none;
    }
    #dl-form-container-b #dl-filter-form {
        margin: 0 29px 31px 24px;
        display: inline-block !important;
    }
    #dl-find-button {
        display: none;
    }
    #dl-form-container-b {
        background-color: #d1dbc9;
    }
    .dl-form-check-all {
        border-bottom: 1px solid #bccbb1;
    }
    #dl-filter-form .dl-filter-group {
        margin: 0 12px 31px 0;
        display: block;
    }
    #dl-filter-form .dl-filter-group:last-child {
        margin: 0 12px 0 0 !important;
    }
    #dl-filter-menu {
        display: none;
    }
    .dl-apply-button {
        display: none;
    }
    .dl-result-buttons {
        display: block;
    }
    #dl-mobile-form-actions {
        height: 80px;
        display: block;
    }
    #dl-mobile-find-button {
        height: 42px;
        padding: 0 38px;
        margin: 18px 0 0 84px !important;
        display: block;
    }
    /* Doctor Locator provider details  */
    #dl-mobile-apply {
        display: inline-block !important;
    }
    #dl-embedded-actions {
        padding: 0 0 22px 0;
    }
    #dl-embedded-form {
        width: 100%;
        display: block;
    }
    #dl-embedded-results {
        width: 100%;
        display: block;
    }
    #dl-detail-right {
        text-align: left;
        top: auto;
        right: auto;
        position: relative;
    }
    #dl-detail-actions button {
        margin-bottom: 7px !important;
    }
    .dl-promo-container {
        width: 100%;
        display: block;
    }
    .dl-promo-container,
    .dl-promo-header,
    .dl-promo-months,
    .dl-promo-terms {
        max-width: auto;
    }
    button.dl-mobile-switch {
        display: block;
    }
    #dl-google-maps,
    #dl-google-maps.dl-map-large {
        width: 100% !important;
        height: 306px !important;
    }
    .dl-mobile-show {
        /* display: block !important; */
    }
    .dl-mobile-hidden {
        display: none !important;
    }
    #dl-mobile-map-actions {
        display: block;
    }
    #dl-google-maps-actions {
        display: none !important;
    }
    #dl-right-nav h2 {
        margin: 0 0 29px 18px;
    }
    .dl-partner {
        zoom: 0.6;
    }
    #dl-right-nav.dl-mobile-map {
        top: inherit;
        right: inherit;
        max-width: inherit !important;
        position: relative !important;
    }
    #dl-places {
        display: none;
    }
    #dl-places-mobile {
        padding: 16px 0;
        display: block;
    }
    .dl-place-item {
        zoom: inherit;
    }
    .dl-detail-phone {
        display: none;
    }
    .dl-detail-phone-mobile {
        display: block;
    }
    #dl-details-navigate {
        right: 18px;
    }
}

@media all and (max-width: 667px) {
    #dl-form input[type=text].dl-search-name{
        width: 200px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #dl-filter-form {
        display: inline-block !important;
    }
    #dl-result-header,
    #dl-results ol li a.dl-result-header:link,
    #dl-results ol li a.dl-result-header:visited {
        font-size: 16px;
    }
    #dl-results ol li span.dl-result-specialties {
        font-size: 12px;
    }
    #dl-results ol li.dl-result .dl-result-item {
        min-height: auto;
        font-size: 12px;
        padding: 21px 66px 25px 50px;
    }
    #dl-results ol li button {
        font-size: 11px;
        height: 20px;
    }
    .dl-result-distance {
        background-size: 10px 16px !important;
    }
    #dl-header-text,
    #dl-header-text.dl-map-large {
        font-size: 18px;
        margin-top: 28px;
        padding: 0;
    }
    #dl-content {
        padding: 0px 11px;
    }
    #dl-find-button {
        margin: 0;
    }
    #dl-form-container-a {
        padding: 26px 24px 1px;
    }
    #dl-form-container-b #dl-filter-form {
        margin: 0 29px 31px 29px;
    }
    #dl-form h1 {
        font-size: 26px;
    }
    #dl-form input[type=text].dl-location {
        width: 144px;
        padding: 0 38px 0 10px;
    }
    #dl-form-container-a select.dl-radius {
        width: 95px;
        padding-left: 10px;
        padding-right: 28px;
    }
    .dl-pagination a:link,
    .dl-pagination a:visited,
    .dl-pagination span {
        font-size: 14px;
        margin: 0 11px 0 0;
    }
    .dl-result-details {
        display: none;
    }
    .dl-mobile-details {
        display: block;
    }
    #dl-form-container-a button#dl-refine {
        display: block;
    }
    #dl-form-container-a #dl-form-items {
        display: none;
    }
    #dl-form-container-b {
        display: none;
    }
    #dl-form-container-b button#dl-mobile-close-button {
        display: block;
    }
    #dl-mobile-find-button {
        font-size: 14px;
        color: white;
        height: 34px;
        padding: 0 26px;
        top: 0;
        right: 12px;
        position: absolute;
    }
    /* Doctor Locator provider details  */
    #dl-mobile-apply {
        display: block !important;
    }
    #doctor-locator {
        margin-top: 50px !important;
    }
    .dl-detail-header h2, .dl-detail-header span {
        font-size: 26.46px;
        /*padding: 15px 22px;*/
    }
    .dl-detail-content {
        padding: 23px 24px;
    }
    #dl-detail-main {
        min-height: auto;
        padding: 23px 24px;
    }
    .dl-detail-pin {
        background-position: 2.5px 0px;
        background-size: 9.6px 16px;
    }
    .dl-detail-phone {
        background-size: 16px 16px;
    }
    .dl-detail-www {
        background-size: 16px 16px;
    }
    .dl-detail-certified {
        background-size: 16px 17px;
        font-size: 13.66px !important;
        line-height: normal;
        margin: 0 0 21px 0 !important;
    }
    .dl-detail-item {
        /*font-size: 11.1px;  */
        font-size: 14.08px;
        line-height: normal;
        padding: 0 0 0 28px;
        min-height: auto;
        margin: 0 0 9px 0;
    }
    #dl-certified {
        background-size: 197.6px 49.6px;
        font-size: 14.08px;
        margin: 22px 0 0 0;
        padding: 73.6px 0 0 0;
    }
    #dl-detail-actions {
        margin: 22px 0 0 0;
    }
    #dl-detail-actions button,
    .dl-detail-phone-mobile button {
        /*font-size: 14.08px;
        height: 27px;  */
        font-size: 19px;
        height: 38px;
        padding: 0 12px;
    }
    .dl-detail-content h1 {
        font-size: 17.92px;
        margin-bottom: 6px;
    }
    .dl-detail-content h2 {
        font-size: 12.8px;
    }
    #dl-details-back {
        background-size: 18px 18px;
        padding: 0 0 9px 31px;
        margin: 0 0 8px 0;
    }
    #dl-details-back a:link,
    #dl-details-back a:visited {
        font-size: 12px;
    }
    #dl-embedded-form {
        font-size: 15.36px;
        padding: 22px;
    }
    #dl-detail-disclaimer {
        font-size: 13.66px;
    }
    .dl-promo-container {
        padding: 0;
    }
    .dl-promo-header {
        font-size: 20.48px;
    }
    .dl-detail-promo .dl-promo-month {
        font-size: 14.52px;
        line-height: 36px;
        min-width: 108px;
        height: 40px;
        padding: 0 28px;
    }
    .dl-promo-terms {
        font-size: 11.95px;
    }
    #dl-embedded-form p {
        font-size: 15.36px;
    }
    #dl-embedded-results {
        padding: 0 13px;
    }
    #dl-embedded-results .dl-result-number {
        border-color: #008378;
    }
    #dl-embedded-results a.dl-result-header:link,
    #dl-embedded-results a.dl-result-header:visited {
        font-size: 15.36px;
        /*color: #008378;*/
    }
    #dl-embedded-results ol li.dl-result {
        font-size: 13.66px;
        padding: 25px 66px 0px 61px;
    }
    .dl-embedded-input {
        margin: 16px 0 0 0;
    }
    .dl-embedded-input select {
        width: 240px !important;
        height: 33px !important;
    }
    .dl-embedded-input input[type=text] {
        font-size: 15.36px;
        line-height: 33px;
        width: 240px !important;
        height: 33px !important;
        padding: 0 0 0 28px;
    }
    .dl-embedded-input button {
        background-size: 12px 19px;
        top: 6px;
        width: 12px;
        height: 19px;
    }
    #dl-embedded-actions {
        padding: 0;
        margin: 0;
    }
    .twitter-typeahead {
        float: none !important;
    }
    #dl-embedded-form button#dl-embedded-find {
        border: 5px solid transparent;
        font-weight: bold;
        /*font-size: 11.52px;
        width: 61px;
        height: 27px;*/
        margin-top: 20px;
        /*padding: 0;*/
    }
    #dl-embedded-form button#dl-embedded-find:hover {
        border: 5px solid rgb(102,161,55);
        color: rgb(102,161,55);
    }
    #dl-embedded-all a:link,
    #dl-embedded-all a:visited {
        font-size: 13.66px;
        padding: 0 0 11px 16px;
    }
    .dl-result-stats {
        line-height: 20px;
        padding: 0 156px 0 0;
        display: inline-block;
    }
    #dl-google-maps,
    #dl-google-maps.dl-map-large {
        width: 100% !important;
        height: 306px !important;
    }
    .dl-mobile-show {
        display: block !important;
    }
    .dl-mobile-hidden {
        display: none !important;
    }
    #dl-mobile-map-actions {
        display: block;
    }
    #dl-google-maps-actions {
        display: none !important;
    }
    #dl-right-nav h2 {
        font-size: 19.6px !important;
        margin: 0 0 29px 18px;
    }
    .dl-partner {
        zoom: 0.6;
    }
    #dl-right-nav.dl-mobile-map {
        top: inherit;
        right: inherit;
        max-width: inherit !important;
        position: relative !important;
    }
    #dl-places {
        display: none;
    }
    #dl-places-mobile {
        padding: 16px 0;
        display: block;
    }
    #dl-refer {
        background: url(/sites/cc/image/dl-question.png) no-repeat;
        background-position: center left;
        background-size: 21px 21px;
        font-size: 16px;
        padding: 23px 0 23px 36px;
    }
    #dl-refer a:link,
    #dl-refer a:visited {
        font-size: 16px;
    }
    .dl-place-item {
        zoom: 0.6;
    }
    #dl-footer p {
        font-size: 13.66px;
        padding: 0 13px;
    }
    .dl-detail-item a.google-maps-external {
        background-size: 7px 7px;
        padding-right: 11px;
        text-decoration: underline;
    }
    #dl-details-navigate {
        top: 27px;
    }
    #dl-details-navigate a {
        font-size: 12px;
    }
}