/* Homepage
============================================================= */

.page--homepage .module--header {
    margin-bottom:0;
}

/* Locations
============================================================= */

.page--locations #map {
	height: 500px;
	width: 90%;
	margin: 1rem auto 0 auto;
    border-radius: 10px;
}

.page--locations #location-filter-form {
    font-family: 'Open Sans', sans-serif;
}

.page--locations #location-filter-form #location-filter-title {

}

.page--locations #location-filter-form #search-filter {

}

.page--locations #location-filter-form .filter-dropdown-container label {

}

.page--locations #location-filter-form .filter-dropdown-container input {

}

.page--locations #location-filter-form .filter-dropdown-container select {

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/assets/icons/drop-down-arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.page--locations .card {
    border-radius: 0.25rem;
    box-shadow: 0 0.375rem 1rem rgb(0 0 0 / 10%);
    border: .0625rem solid rgba(239,239,239,1);
    background-color: #ffffff;
}

.page--locations .card-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.page--locations .card-footer {
    background-color: transparent;
    border-top: none;
    padding: .75rem 1.25rem 1.25rem 1.25rem;
}

.page--locations .locations {
	min-height: 20rem;
	margin: 1rem auto 0 auto;
}

.page--locations .address-text {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
}

.page--locations .icon-links .icon {
    display: inline-block;
    color: #005f86;
    vertical-align: baseline;
    width: 1.5rem;
    height: 1.5rem;
}

.page--locations .icon-links a {
    font-family: 'Open Sans', sans-serif;
    font-size: .875rem;
    font-weight: 600;
    color: #005f86;
}

.page--locations ul li {
    list-style: none;
}

.page--locations .menu-external-icon {
    font-size: .75rem;
    vertical-align: text-bottom;
    height: 18px;
}

.page--locations .icon-links .h-icon {
    font-size: 1rem;
}

.page--locations .btn-primary-link {
    font-size: .875rem;
    padding: .5rem 2rem .5rem 2rem;
}

.page--locations .location-card {
    margin-bottom: 2rem;
}

.page--locations .location-icon {
	height: 1rem;
}

.page--locations .location-popover {
    width: 200px;
}

.page--locations .location-popover .h-icon {
    justify-content: left;
}

.page--locations .gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem !important;
    max-width: 800px !important;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.page--locations .gm-style .gm-style-iw-d {
    overflow: visible !important;
}

.page--locations .location-popover img {
    max-width: 100%;
}

.page--locations .gm-ui-hover-effect {
    top: -1px !important;
    right: -1px !important;
}

/* LG */
@media screen and (min-width: 992px) {
    .page--locations .location-popover {
        width: auto;
        max-width: 650px;
    }

    .page--locations .location-popover .text-column {
        padding-left: 1.5rem;
    }
}

.page--locations .location-popup {
	text-align: center;
}

.page--locations .location-popup-title {
	font-weight: 700;
	color: #005f86;
}

.page--locations .location-popup-address {
	text-align: left;
}

/* MD */
@media screen and (min-width: 768px) {
    .page--locations .location-card {
        margin-bottom: 2.75rem;
    }
}

/* Conditions Index
============================================================= */

.page--conditions-index .card {
    border: none;
}

.page--conditions-index .card-title {
    font-weight: 600;
    font-size: 1.5rem;
    padding-bottom: .5rem;
    border-bottom:1px solid #dfdfdf;
}

.page--conditions-index ul {
    padding-left: 0;
    list-style-type: none;
}

/* SM */
@media screen and (min-width: 576px) { .card-columns { column-count: 1; } }

/* MD */
@media screen and (min-width: 768px) { .card-columns { column-count: 2; } }

/* LG */
@media screen and (min-width: 992px) { .card-columns { column-count: 2; } }

/* XL */
@media screen and (min-width: 1200px) { .card-columns { column-count: 3; } }

/* XXL */
@media screen and (min-width: 1800px) { .card-columns { column-count: 3; } }

/* Directory Entry
============================================================= */

.page--directory-entry {}

.page--directory-entry .top-container[min-width~="48rem"] .title-container {
    max-width: 35rem;
    padding-left: 2rem;
}

.page--directory-entry .main-content {
    margin-bottom: 4rem;
}

@media screen and (min-width: 48em) {
    .page--directory-entry .main-content {
        margin-bottom: 6rem;
    }
}

@media screen and (min-width: 64em) {
    .page--directory-entry .main-content {
        margin-bottom: 8rem;
    }
}

.page--directory-entry .section--tabs {}

.page--directory-entry .section--tabs .tabs {
    margin: 1.5rem 0 3rem 0;
    border: 0 solid #caccd2;
    border-bottom-width: 0.0625rem;
}

.page--directory-entry .section--tabs .tabs .tab {
    display: inline-block;
    width: 50%;
    max-width: 12rem;
}

.page--directory-entry .section--tabs .tabs .tab .tab-link {
    width: 100%;
    height: -webkit-calc(100% + 0.0625rem);
    height: calc(100% + 0.0625rem);
    padding: 0.875rem;
    position: relative;
    bottom: -0.0625rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    text-align: center;
    color: #767676;
    cursor: pointer;
}

.page--directory-entry .section--tabs .tabs .tab .tab-link .tinytext {
    font-size:.5rem;
}

.page--directory-entry .section--tabs .tabs .tab .tab-link.active  {
    background-color: #ffffff;
    border: .0625rem solid #caccd2;
    border-top-width: 0;
    border-bottom-width: 0;
    color: #00808b;
    position: relative;
}

.page--directory-entry .section--tabs .tabs .tab .tab-link.active:before  {
    content: '';
    position: absolute;
    top: 0;
    left: -.0625rem;
    width: -webkit-calc(100% + .125rem);
    width: calc(100% + .125rem);
    height: .1875rem;
    background-color: #00808b;
}

.page--directory-entry .section--tabs .panel:not(.active) {
    display: none;
    visibility: hidden;
}

.page--directory-entry #consulting_clinician {
    position: relative;
}

.page--directory-entry #bubble {
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    position:absolute;
    margin-left:75px;
    padding:15px 20px 10px 10px;
    border:2px solid #000000;
    background:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    height:auto;
    width:270px;
    z-index: 1000;
}

@media screen and (max-width: 48em) {
    .page--directory-entry #bubble {
        margin-left: 30px;
    }
}

/* creates the large black  triangle */
.page--directory-entry #bubble:before {
    content:"";
    position:absolute;
    top:-20px; /* controls vertical position */
    bottom:auto;
    left:150px;
    border-style:solid;
    border-width:0px 10px 20px 10px;
    border-color: #000000 transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* creates the smaller white triangle */
.page--directory-entry #bubble:after {
    content:"";
    position:absolute;
    top:-18px;
    bottom:auto;
    left:150px;
    border-style:solid;
    border-width:0px 10px 20px 10px;
    border-color: #fff transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

.page--directory-entry #bubble #bubble_close_button {
    display:none;
}

@media screen and (max-width: 64em) {
    .page--directory-entry #bubble #bubble_close_button {
        display: inline;
        color: #777;
        text-decoration: none;
        position: absolute;
        right: 5px;
        top: 5px;
        border: none;
    }

    .page--directory-entry #bubble #bubble_close_button:after {
        content: 'Ã—';
    }
}


.page--directory-entry .directory-addresses {
    margin: 0 0 5rem 0;
}

.page--directory-entry .directory-addresses-col {
    float: left;
    width: 50%;
}

.page--directory-entry .directory-address-text {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6E7881;
}

.page--directory-entry  .directory-address-title{
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6E7881;
}

@media screen and (max-width: 64em) {
    .page--directory-entry .directory-addresses {
        margin: 0 0 5rem 0;
    }
}

.page--directory-entry #map {
    height: 500px;
    width: 90%;
    margin: 1rem auto 0 auto;
}

#locations .type-c ul li:before {
    display: none !important;
}

#locations .type-c ul {
    padding-left: 0 !important;
}

.page--directory-entry .item .link {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .0625rem;
	border-bottom: 0;
}

.page--directory-entry .item .link:hover {
	text-decoration: none;
}

.page--directory-entry .item .link .icon {
	display: inline-block;
	color: #005f86;
	margin-right: .5rem;
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}

.page--directory-entry .item .link .text {
	display: inline-block;
	color: #005f86;
	vertical-align: middle;	
}

.page--directory-entry .item .link .text:hover {
	text-decoration: underline;	
}

.page--directory-entry .item .link:hover .icon,
.page--directory-entry .item .link:hover .text {
	color: #00466b;
}

.page--directory-entry .fa-fw {
	font-size: 1.375rem;
}

.page--directory-entry .research-links .type-c ul li:before {
    display: none;
}

/* Search 
==================================================================================*/

.search-results {
    margin-bottom: 3rem;
}

.search-result {
    font-size: 1.5rem;
}
