﻿.site-header,
.site-footer {
    background-color: #fff;
    color: #203860;
    font-family: "Mier", sans-serif;
    font-size: 15px
}

.site-footer {
    text-align: left;
}

    .site-footer > .container .qa-social .qa dt {
        font-weight: normal !important;
    }

    .site-footer .social a img {
        width: 30px;
        height: 30px;
    }

    .site-footer a,
    .site-header a {
        color: inherit
    }

    .site-header ul[class],
    .site-footer ul[class] {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .site-header .icon,
    .site-footer .icon {
        width: 32px;
        height: 32px
    }

    .site-header .container,
    .site-footer .container {
        padding: 0 18px;
        margin: 0 auto
    }


    .site-header [class^="icon-"],
    .site-header [class*=" icon-"],
    .site-footer [class^="icon-"],
    .site-footer [class*=" icon-"] {
        font-size: 26px
    }

@media only screen and (max-width: 768px) {
    .show-desktop {
        display: none
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

body .site-header .icon-button.search-toggle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    visibility: hidden
}

    body .site-header .icon-button.search-toggle svg {
        width: 20px
    }

.header-navigation {
    display: none
}

@media only screen and (min-width: 767px) {
    body.menu-active .header-navigation {
        left: 24px !important;
        width: calc(100vw - 24px - 24px) !important;
        height: fit-content !important
    }

        body.menu-active .header-navigation .container {
            padding: 0
        }

    body.menu-active .site-header > .container .get-started-h:after {
        width: 100%
    }

    body.menu-active .site-header > .container .get-started-h [data-type="get-started"] {
        opacity: 0
    }

    body.menu-active .site-header > .container .get-started-h [data-type="explore"] {
        opacity: 1
    }

    body .site-header > .container .nav-toggle {
        display: flex;
        flex-direction: row-reverse;
        background: #749E19;
        height: 100%;
        align-items: center;
        padding: 0;
        margin-left: 0;
        min-width: 60px;
        justify-content: center
    }

        body .site-header > .container .nav-toggle.active span {
            background: #749E19;
            padding: 0 49px 0 15px
        }

    body .site-header > .container .login {
        margin: 0 38px
    }

    body .site-header > .container .search-toggle {
        margin-right: 38px
    }

    body .site-header > .container .get-started-h {
        box-sizing: border-box;
        background: #3A5AAD;
        height: 100%;
        display: flex;
        align-items: center;
        font-family: "Mier Demi Bold", sans-serif;
        text-transform: uppercase;
        justify-content: center;
        position: relative
    }

        body .site-header > .container .get-started-h:hover {
            text-decoration: underline
        }

        body .site-header > .container .get-started-h:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 0px;
            background: #749E19;
            transition: width 0.4s ease
        }

        body .site-header > .container .get-started-h [data-type="get-started"] {
            opacity: 1;
            transition: opacity 0.4s ease
        }

        body .site-header > .container .get-started-h [data-type="explore"] {
            box-sizing: border-box;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
            padding: 0 15px
        }
}

@media only screen and (min-width: 769px) {
    body.menu-active .header-navigation {
        left: auto !important;
        right: 24px;
        width: 228px !important;
        box-shadow: 0px 4px 9px rgba(32, 56, 96, 0.4)
    }
}

@media only screen and (min-width: 1114px) {
    body.menu-active .header-navigation {
        width: 345px !important
    }

    body .site-header > .container .nav-toggle {
        min-width: 80px
    }
}

.site-header {
    background-color: #203860;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #fff
}

    .site-header > .container {
        position: relative;
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center
    }

        .site-header > .container a {
            text-decoration: none
        }

        .site-header > .container .logo {
            flex-grow: 1
        }

            .site-header > .container .logo svg {
                max-height: 30px;
                width: auto
            }

        .site-header > .container .login {
            margin: 0 20px;
            font-size: 14px
        }

            .site-header > .container .login:hover {
                text-decoration: underline
            }

        .site-header > .container .search-toggle span {
            text-indent: -10000px;
            font-size: 1px;
            color: transparent;
            display: inline-block
        }

        .site-header > .container .nav-toggle span {
            display: none
        }

        .site-header > .container .search-toggle {
            margin-right: 20px
        }

        .site-header > .container .search-form {
            display: none;
            position: fixed;
            top: calc(60px);
            left: 0;
            width: 100%;
            height: calc(100vh - 60px);
            background: yellow
        }

        /* Changes to remove the absolute position from the header */
        body {
            overflow-x: hidden;
        }

            body, body.menu-active {
                overflow-y: auto !important;
            }

        .site-header {
            position: relative !important;
        }

        #page-content-wrapper {
            position: relative;
            top: 0;
            height: auto;
        }

/* Adjustments to centralize content with Progyny's header */
.custom-container {
	max-width: 1068px;
}

@media screen and (min-width: 1025px) {
	.professional-profile .profile-details {
		width: 75%;
	}
}

.page-content-sec p .direction-link {
}

.profile-details .profile-info .data.languages-column {
	width: 270px;
}

/* Map Adjustments */
.filter-list-container .row.search-location-wrap .search-result {
    min-width: auto !important;
}

.filter-list-container .row.search-location-wrap .search-result .profile-head .theme-text {
    padding: 0 10px 0 0;
}

/* Search Results - Map position adjustments */
@media screen and (min-width: 1200px) {
    /* Behaves like col-xs-7 */
    .filter-list-container .row.search-location-wrap .col-xl-5 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

/* Location Details Page - Map position adjustments */
@media screen and (min-width: 768px) {
    /* Behaves like col-xs-5 */
    .filter-list-container .row.search-location-wrap.location-details-wrap .col-md-4 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .filter-list-container .row.search-location-wrap.location-details-wrap .col-md-8 {
        /* Behaves like col-xs-7 */
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

/* Professional Details Page - Map position adjustments*/
@media screen and (min-width: 768px) {
    .work-locations-header-container.filter-list-container .search-location-wrap.location-details-wrap .col-lg-6:first-of-type {
        /* Behaves like col-lg-7 */
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .work-locations-header-container.filter-list-container .search-location-wrap.location-details-wrap .col-lg-6:last-of-type {
        /* Behaves like col-lg-5 */
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .work-locations-header-container.filter-list-container .search-location-wrap.location-details-wrap .profile-details h4 {
        margin: 0px 15px 0px 0px;
    }
}