﻿.find-a-provider {
	font-family: "din-2014", sans-serif;
    padding:var(--p-tb);
}

.find-a-provider .inner-box{
    background: #FFFFFFF2 0% 0% no-repeat padding-box;
    max-width: 59.375rem;
    margin:0 auto;
    padding: 3rem;
    border-radius: 4px;
}

.tooltip .tooltip-icon {
	cursor: pointer;
}

.find-a-provider-results .provider {
	background:var(--gray-shade1);
	padding: var(--global--spacing-vertical);
	margin-top: 10px;
    border-radius: 4px;
    margin-bottom: var(--global--spacing-vertical);
    position: relative;
}

.find-a-provider-results .provider .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray-shade1);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--gray-shade2);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
  

.find-a-provider-results .provider .header {
	border-bottom: 2px solid var(--gray-shade3);
        font-size: 1.6rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.find-a-provider-results .provider .content {
	display: flex;
	flex-direction: row;
}

.find-a-provider-results .provider .left, .find-a-provider-results .provider .right {
	flex: 1;
    padding-left: 15px;
    text-align: left;
    border-left: 2px solid var(--bgblue);
    line-height: 24px;
}

.find-a-provider-results .provider .address, .find-a-provider-results .provider .email, .find-a-provider-results .provider .phone,
.find-a-provider-results .provider .services, .find-a-provider-results .provider .upgrades
{
   margin-bottom:  1.2rem;
}

.find-a-provider .copy {
	max-width: 800px;
	margin: 20px auto;
}

.find-a-provider .steps{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}

.find-a-provider .inner-box .step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.find-a-provider .step.one .label {
    flex: 1 0 56%;
    max-width: 44%;
    font-size: 26px;
}

.find-a-provider .step.one .field {
    flex: 1 0 39%;
    max-width: 43%;
}

.find-a-provider .step.one select {
    border: 2px solid var(--gray-shade2);
    width: 350px;
    font-family: "din-2014", sans-serif;
    border-radius: 4px;
    height: 50px;
    font-size: 24px;
}

.find-a-provider .step.two {
	display: block;
    border-top: 1px solid var(--gray-shade2);
    margin-top: 2.5rem;
}

.find-a-provider .inner-box .step.two .label {
    font-size: 22px;
    text-align: center;
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
}

.find-a-provider .inner-box .step.two .form .field {
	display: none;
	width: 47.87777777%;
	margin-top: var(--global--spacing-vertical);
	/*margin-left: var(--global--spacing-horizontal);*/
}

.find-a-provider .inner-box .step.two .form .field.all {
	display: block;
}

/*.find-a-provider .inner-box .step.two .form .field:nth-child(odd),
.find-a-provider .inner-box .step.two .form .field:last-child {
    margin-left: 0;
}*/

.find-a-provider .inner-box .step.two .form {
    display: flex;
    flex-flow: wrap;    
    justify-content: space-between;
}

.find-a-provider .inner-box .step.two .form input, .find-a-provider .inner-box .step.two .form select {
    
    border: 2px solid var(--gray-shade2);
    padding: 12px 10px;
   
    border-radius: 4px;
    min-height: 55px;
    margin-top: 0.7rem;
    width: 100%;
}

.find-a-provider .inner-box .step.two .form input:focus {
	outline: none;
}

.find-a-provider .form .error-message {
	font-size: var(--global--font-size-xs);
	color: red;
	margin-top: 0.5rem;
}

.find-a-provider button {
    padding: 15px 30px;
    border-radius: 4px;
    font-family: "din-2014", sans-serif;
    text-decoration: none;
    font-size: 24px;
    background: transparent;
}

/*Multi color button css*/

.find-a-provider.accent-green button.solid {
    background-color: var(--bggreen) !important;
    color:var(--white) !important;
    border:0;
}

.find-a-provider.accent-red button.solid {
    background-color: var(--bgred) !important;
    color:var(--white);
    border:0;
}

.find-a-provider.accent-blue button.solid {
    background-color: var(--bgblue)  !important;
    color:var(--white);
    border:2px solid var(--bgblue);
}

.find-a-provider.accent-blue button.solid:hover{
 border:2px solid var(--bgblue);
 background-color:var(--white) !important;
 color:var(--bgblue);
}

.find-a-provider.accent-blue button.solid.disabled,
.find-a-provider.accent-blue button.solid.disabled:hover {
    background-color: #80ceef !important;
    border: 2px solid #80ceef;
    color: white;
    cursor: default;
}

.dashicons.spin {
   animation: dashicons-spin 1s infinite;
   animation-timing-function: linear;
   font-size: 25px;
    width: 25px;
    height: 25px;
}

@keyframes dashicons-spin {
   0% {
      transform: rotate( 0deg );
   }
   100% {
      transform: rotate( 360deg );
   }
}

.find-a-provider.accent-purple button.solid {
    background-color: var(--bgpurple) !important !important;
    color:var(--white);
    border:0;
}

.find-a-provider.accent-yellow button.solid {
    background-color: var(--bgyellow);
    color:var(--white);
    border:0;
}

.find-a-provider .reset, .find-a-provider .alt {
	background-color: var(--red) !important;
	border: 2px solid var(--red);
}

.find-a-provider .reset:hover, .find-a-provider .alt:hover {
	color: var(--red);
	border: 2px solid var(--red);
	background-color: transparent !important;
}

.find-a-provider .submit{
    margin-top: var(--global--spacing-vertical);
    
}

/*Multi color button css*/

.find-a-provider .tooltip {
    position: relative;
}

.find-a-provider .tooltip .tooltip-content {
    position: absolute;
    background: #707372;
    border-radius: 6px;
    color: white;
    padding: 1rem;
    width: 280px;
    left: -67px;
    top: 30px;
    display: flex;
    line-height: 1.3rem;
}

.find-a-provider .tooltip .tooltip-content .tooltip-text {
    position: relative;
    z-index: 1;
    font-size: 18px;
    margin-right: 10px;
}

.find-a-provider .tooltip .tooltip-content:before {
    content: '';
    background: #707372;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 3px;
    z-index: 0;
    transform: translate(100%) rotate(45deg) skew(15deg, 15deg);
}

.find-a-provider .tooltip .tooltip-content .tooltip-close svg {
    cursor: pointer;
}

/* Find provider results css */
.find-a-provider-results .inner-box {
    max-width: 59.375rem;
    margin: 0 auto;
}

.find-a-provider-results .results-header {
    padding: var(--global--spacing-vertical);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid var(--gray-shade6);
    border-radius: 4px;
    align-items: center;
    background: #fff;
    margin-bottom: 2rem;
    font-size: 20px;
    color: #000;
}
.find-a-provider-results .results-header .resultsNumber{
    color: var(--red);
    font-weight: bold;
}

.find-a-provider-results .results-header .sort select {
    border: 2px solid var(--gray-shade6);
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
}

.find-a-provider-results .provider .btm-details {
        display: flex;
    align-items: center;
}

.find-a-provider-results .provider .btm-details .icon {
    margin-right: 1rem;
}

.find-a-provider-results .pagination {
	text-align: center;
	    border-top: 0;
}

.find-a-provider-results .pagination a, .find-a-provider-results .pagination span {
	display: inline-block;
	height: 50px;
	width: 53px;
	margin: 0 4px;
	padding: 13px 10px;
	border-radius: 3px;
	border: 1px solid var(--bgred);
	text-decoration: none;
	font-size: 24px;
	color: var(--gray);
	font-family: "din-2014", sans-serif;
}

.find-a-provider-results .pagination span.current {
	color: #fff;
	background-color: var(--bgred);
}

.find-a-provider-results .pagination a:hover {
	text-decoration: underline;
}

/* Find provider results css */

@media only screen and (max-width: 35em) {
    
    .find-a-provider-results .provider .content, .find-a-provider .inner-box .step, .find-a-provider-results .results-header{
        
       flex-direction: column;
    }
    
    .find-a-provider-results .provider .header{
        text-align: center;
    }
    .find-a-provider .inner-box .step.two .form .field{
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }
    
    .find-a-provider .step.one .label, .find-a-provider .step.one .field{
         max-width: 100%;
    }
    
    .find-a-provider-results .results-header .sort{
        max-width: 100%;
        margin: 0;

    }
}

/* Responsive */
@media only screen and (max-width: 767px) {
	.find-a-provider-results .pagination a, .find-a-provider .pagination span,
    .find-a-provider-results .pagination a, .find-a-provider-results .pagination span
    
    {
		font-size: 18px;
		width: 38px;
		height: 48px;
		background: #fff;
	}
    
    .find-a-provider .step.one select{
         max-width: 100%;
    margin-top: 1rem;
    }
    
    .find-a-provider .inner-box{
    padding: 1.5rem;
    }
    
    .find-a-provider .step.one .label, .find-a-provider .step.one select{
        font-size: 20px;
    }
    
    .find-a-provider button{
    font-size:18px;
    }

    .find-a-provider-results .results-header {
        flex-direction: column;
    }

    .find-a-provider-results .results-header .message {
        margin:  0 0 1rem;
    }
}
