/* Universal css */

body {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    color: #444444;
    padding-top: 50px;
}
@media only screen and (min-width: 45em) {
    body {
        padding-top: 84px;
    }
}
html,
body {
    min-height: 100%;
    height: 100%;
    margin: 0 auto;
}
.all_content {
    min-height: calc(100% - 144px);
    overflow: auto;
}
a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #005499;
}
a,
a:active,
a:hover,
a:focus {
    text-decoration-color: transparent !important;
    outline:none;
}
.media {
    margin-top: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px 0;
}
::-ms-clear {
   display: none;
}
::-ms-reveal {
   display: none;
}
/* Typography edits */

.jumbotron h1 {
    font-family: "QuatroSlab", Georgia, Times, "Times New Roman", serif;
    font-size: 2.75em;
    margin-top: 119px;
    margin-bottom: 20px;
    color: white;
}
.panel-title {
    white-space: nowrap;
    font-size: 14.5px;
    margin-top: 0px;
    padding: 0;
}
.panel-heading {
    padding: 0;
}
.details-sections-panel-group .panel-heading .panel-title {
    float: none;
    margin: 0;
}
p {
    margin: 0 0 15px;
}
.panel-group-listing .col-md-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
h2 .panel-title {
    margin: 15px 0 10px 0;
}
h4 {
    font-size: 22px;
    line-height: 1.4em;
}
.media-heading {
    margin-bottom: 0;
}
.checkbox label,
.panel-sub-heading,
.modal.edit-profile .modal-body p,
.modal.edit-profile-publish .modal-body p,
.modal.edit-profile-publish .modal-body .checkbox label,
.modal.register .modal-body p,
.badges-well .well-badge,
.details-sections-panel-group .panel-heading .panel-title a,
.details-sections-panel-group ol,
.details-sections-panel-group ul,
.details-section-nav li a,
.media-body .media-heading {
    font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.top-panel .panel-title,
.details-top-panel .panel-title,
.details-top-panel .panel-body .tel,
.results-panel .panel-heading .panel-title,
.modal.edit-profile .modal-header .modal-title,
.modal.edit-profile-publish .modal-header .modal-title,
.modal.edit-profile-publish .modal-body h3,
.modal.register .modal-header .modal-title {
    font-size: 26px;
    line-height: 1.3em;
    font-family: "QuatroSlab", Georgia, Times, "Times New Roman", serif;
    color: #666666;
    float: left;
    padding: 0;
}
.checkbox label,
.panel-sub-heading,
.modal.edit-profile .modal-body p,
.modal.edit-profile-publish .modal-body p,
.modal.edit-profile-publish .modal-body .checkbox label,
.modal.register .modal-body p {
    font-size: 15px;
    color: #222222;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.feedback_icon{
    position:fixed;
    z-index: 5000;
    top: 20px;
    right: 20px;
    cursor:pointer;
}
.feedback_icon img{
    width:50px;
}
.feedback{
    background: #0095da;
    color: white !important;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999999999999999;
    padding: 15px;
    width: 182px;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
    cursor: pointer;
    display:none;
}
feedback,
feedback:hover,
feedback:active,
feedback:visited {
color: white !important;
}
#detail_page .media-body .tel {
    /*display: inline-block;
    font-size: 19px;
    float: left;
    margin-top: -10px;*/
    color: #666666;
}
.topsearch label,
#advanced-search .modal-dialog .modal-content .modal-body .btn-group .btn {
    font-size: 14.5px;
    font-weight: normal;
    color: #444444;
}
.search_input::-ms-clear {
    display: none;
}
.panel-sub-heading {
    color: #222222;
    margin: 20px 0 2px 0;
    font-size: 19px;
}
/* Refine Search & Navigation edits */

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 5;
}
.btn-icon {
    background: none;
    border: none;
    padding: 0 4px;
    float: right;
}
.btn-add-rem {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    text-transform: uppercase;
    color: #e46702;
    align-items: center;
    width: 100%;
}
.btn-add-rem:hover {
    color: #e46702;
}
.call-therapist {
    display: flex;
    align-items: center;
}
.refine-search,
.save-form {
    padding: 8px 13px;
    border-right: 3px;
}
.refine-search:hover,
.save-form:hover {
    background-color: #e46702 !important;
    color: white !important;
}
.sidebar-toggle {
    display: none;
}
.refine-search,
.call-therapist {
    background-color: #e46702;
    color: white;
    border: none;
    text-transform: uppercase;
}
.refine-search,
.save-form,
.call-therapist {
    background-color: #e46702;
    color: white !important;
    border: none;
    text-transform: uppercase;
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.theme-showcase .navbar .container {
    width: auto;
}
.hide-for-small {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .sidebar-toggle {
        display: block;
        position: absolute;
        top: 135px;
        left: 0;
    }
    .hide-for-large {
        display: none;
    }
    .hide-for-small {
        display: inline-block;
    }
}
[id*=lgLogo] {
    display: none !important;
}
.navbar-inverse {
    background-color: white;
    border-color: #ffffff;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
.navbar-inverse .navbar-toggle:hover {
    background-color: white;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #222222;
}
.navbar-inverse .navbar-brand {
    margin-top: -6px;
}
@media only screen and (min-width: 45em) {
    [id*=smlLogo] {
        display: none !important;
    }
    [id*=lgLogo] {
        display: block !important;
    }
    .navbar-inverse {
        padding-top: 8px;
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav {
        padding-top: 18px;
    }
    .navbar-inverse .navbar-nav > li {
        margin-left: 8px;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-transform: uppercase;
        color: #444444;
        font-size: 15px;
        border-radius: 3px;
        border: solid 1px #cccccc;
        padding: 8px 15px;
    }
    .navbar-inverse .navbar-nav > li:first-child > a {
        padding: 3px 0 0 0;
        border: 0;
    }
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #444444;
        background-color: white;
    }
}
.nav-tabs > li > a {
    font-size: 15px;
    font-weight: 200;
    color: #005499;
}
/* Advanced Search CSS */

@media only screen and (min-width: 1200px) {
    .modal-open.advanced-search-open {
        overflow: visible;
    }
}
[id*=advanced-search] {
    display: block;
}
[id*=advanced-search] .modal-dialog {
    margin: 0;
    width: 90%;
}
[id*=advanced-search] .modal-dialog .modal-content {
    border-radius: 0;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-header {
    background-color: #005499;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-header h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    color: white;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-header .close {
    color: white;
    opacity: 1;
    margin-top: 1px;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body {
    font-size: 15px;
    font-weight: 500;
    color: darkgray;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-group .panel {
    border-radius: 0;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-default > .panel-heading > .panel-title {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    color: #444444;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-default > .panel-heading > .panel-title a,
[id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-default > .panel-heading > .panel-title a:hover {
    text-decoration: none;
    color: #444444;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-default > .panel-heading > .panel-title svg {
    width: 15px;
    height: 10px;
    float: right;
    margin-top: 5px;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .btn-group {
    width: 100%;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .btn-group .btn {
    display: block;
    float: none;
    text-align: left;
    border-radius: 0;
    font-size: 16px;
    font-style: normal;
    line-height: 1.3em;
    font-weight: 300;
    color: #444444;
    background-color: white;
    border: none;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .btn-group .btn.active {
    box-shadow: none;
    font-weight: 600;
    color: #e46702!important;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .btn-primary {
    color: #005499;
    border: none;
    font-style: italic;
    background-color: white;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-body .btn-primary:active {
    box-shadow: none;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-footer {
    text-align: center;
    border: none;
}
[id*=advanced-search] .modal-dialog .modal-content .modal-footer .btn-primary {
    background-color: #e46702;
    border-color: #e46702;
    font-size: 20px;
    text-transform: uppercase;
    padding: 8px 21px;
}
@media only screen and (min-width: 1200px) {
    [id*=advanced-search] {
        position: absolute;
        top: 540px;
        height: 377px;
    }
    [id*=advanced-search] .modal-dialog {
        width: auto;
    }
    [id*=advanced-search] .modal-dialog .modal-content {
        background: linear-gradient(rgba(21, 21, 21, 0.89), rgba(21, 21, 21, 0.89));
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-header {
        display: none;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-body {
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        font-weight: 300;
        color: white;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-body p {
        padding: 21px 21px 21px 13px;
        font-size: 25px;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-group .panel {
        border-radius: 0;
        width: 259px;
        float: left;
        margin: 13px;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-body .panel-group .panel #collapseTwo {
        display: none;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-footer {
        position: relative;
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        clear: both;
        text-align: right;
    }
    [id*=advanced-search] .modal-dialog .modal-content .modal-footer .btn-primary {
        margin-right: 21px;
    }
}
@media only screen and (min-width: 1200px) {
    .modal-open.advanced-search-open {
        overflow: visible;
    }
}
.flipX {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/* Landing Page CSS */

.jumbotron {
    min-height: 420px;
    background: linear-gradient(rgba(80, 80, 80, 0.55), rgba(80, 80, 80, 0.55)), url({! URLFOR($Resource.PsycLocator,'img/landing-page-bgd-02.jpg')
}
);
background-position: -295px 0;
background-size: 275%;
border-bottom: solid 3px #cccccc;
margin-bottom: 0!important;
padding-bottom:0!important;
}
.jumbotron h1 {
    margin-top: 119px;
    color: white;
}
.jumbotron .form-control {
    border-radius: 0;
    font-size: 15px;
    padding: 24px 8px;
    color: #444444;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
}
.jumbotron .form-control::placeholder {
    color: #444444;
}
.jumbotron .input-group-btn:last-child > .btn {
    border-radius: 0;
    padding: 5px 10px 4px 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
}
.jumbotron .dropdown-toggle {
    background-color: #005499;
    color: white;
    border-color: #005499;
    font-size: 21px;
    margin-top: 24px;
}
@media only screen and (min-width: 1200px) {
    .jumbotron h1 {
        font-size: 70px;
    }
    .jumbotron .form-control {
        font-size: 21px;
    }
    .jumbotron {
        height: 578px;
        background-position: -21px 0;
        background-size: 100%;
    }
    .jumbotron.advanced-search-open {
        height: 821px;
    }
    .jumbotron .dropdown-toggle {
        z-index: 1051;
    }
    .jumbotron .dropdown-toggle:hover {
        z-index: 1051;
    }
}
.jumbotron .dropdown-toggle,
.jumbotron .dropdown-toggle:hover {
    z-index: 4;
}
/* Registration Modal styles */

.modal-header {
    padding: 30px 25px;
    border-bottom: 1px solid #ffffff;
}
.modal-footer {
    margin-top: 10px;
}
/* Footer */

.blog-footer {
    padding: 0 26px 26px 26px;
    color: darkgray;
    border-top: 5px solid #cccccc;
    min-height: 144px;
    background: #EBEBEB;
    font-size: .9em;
    color: #444444;
}
.blog-footer .container {
    padding: 0;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}
.blog-footer h2 {
    font-size: 16px;
    color: #444444;
}
.blog-footer a {
    text-decoration: underline;
}
.blog-footer .list-group-item {
    border-radius: 0;
    border: none;
    padding: 3px 0;
    background: none;
}
.blog-footer .list-group {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-top:-44px;
}
.blog-footer .list-group-item a,
.blog-footer p a {
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    .blog-footer p:last-child {
        float: left;
    }
    .blog-footer h2 {
        float: right;
        clear: both;
    }
    .blog-footer .list-group {
        float: right;
        clear: both;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .blog-footer .list-group-item {
        float: left;
        margin-left: 1em;
    }
}
.left_footer {
    margin-top: 31px;
}
/* Badges CSS */

.badges-well {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    border-radius: 0;
    background-color: darkgray;
    display: flex;
    justify-content: space-between;
    padding: 0 13px;
    font-size: 13px;
}
.badges-well .well-badge {
    display: flex;
    align-items: center;
    color: #222222;
}
.well-badge img{
    margin-right: 5px;
}
@media only screen and (min-width: 45em) {
    .badges-well {
        display: none;
    }
}
/* Breadcrumbs */

.breadcrumb-panel {
    background-color: #005499;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.breadcrumb-panel .panel-body {
    padding: 8px 5px 8px 13px;
}
.breadcrumb-panel .breadcrumb {
    background: none;
    border: none;
    float: left;
    margin: 0;
    padding: 0;
}
.breadcrumb-panel .breadcrumb li a {
    color: white;
    font-size: 12px;
}
.breadcrumb-panel .breadcrumb > .active {
    color: white;
    font-weight: 600;
    font-size: 12px;
}
.breadcrumb-panel .btn-group {
    float: right;
    margin-top: -2px;
}
.breadcrumb-panel .btn-group .btn {
    background: none;
    border: none;
    color: white;
    font-size: 12px;
    padding: 0 5px 0 0;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.breadcrumb-panel .btn-group .btn:first-child {
    padding: 0 13px 0 0;
}
.breadcrumb-panel .btn-group .btn svg {
    margin-top: -2px;
}
/* Top Panel & Details  */

.panel-body {
    padding: 0;
}
.top-panel {
    background-color: #f8f8f8;
    border-radius: 0;
    border-color: darkgray;
    border-left: none;
    border-right: none;
    margin: 0 0 15px 0;
    position: fixed;
    width: 100%;
    margin-top: 47px;
    left: 0px;
    z-index: 3;
}
.top-panel .panel-title {
    display: none;
}
.top-panel .panel-body {
    padding: 8px 15px;
}
.top-panel .panel-body label {
    color: #222222;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    font-weight: 300;
}
.top-panel .panel-body label.label-search-results {
    margin: 8px 0 0 13px;
}
.details-top-panel {
    background-color: #f8f8f8;
    border-radius: 0;
    border-color: darkgray;
    border-left: none;
    border-right: none;
    margin: 0;
    position: fixed;
    width: 100%;
    margin-top: 47px;
    left: 0px;
    z-index: 1;
}
.details-top-panel .call-therapist {
    float: right;
}
.details-top-panel .panel-body {
    padding: 8px 15px;
}
.details-top-panel .panel-body label {
    color: darkgray;
    float: right;
    margin-top: 7px;
}
.details-top-panel .panel-body .tel {
    float: right;
    display: none;
}
.details-top-panel .panel-body .media-actions {
    float: left;
    margin-left: 3.77em;
    display: none;
}
.details-section-panel {
    background-color: #f8f8f8;
    border-radius: 0;
    border-color: darkgray;
    border-left: none;
    border-right: none;
    margin: 0;
}
.details-section-panel .call-therapist {
    float: right;
}
.details-section-panel .panel-body {
    padding: 8px 15px;
}
.details-section-panel .panel-body label {
    color: darkgray;
    float: right;
    margin-top: 7px;
}
.details-contact-panel {
    margin: 0;
    border-radius: 0;
    border: 0;
}
.details-contact-panel .panel-body {
    padding-bottom: 0;
}
.details-contact-panel .well-badge {
    font-size: 13px;
    display: flex;
    align-items: center;
    float: right;
    display: none;
}
.details-contact-panel .media-profile-pic img {
    width: 75px;
    height: 75px;
}
.details-contact-panel .media-profile-pic svg {
    width: 75px;
    height: 75px;
}
.details-sections-panel-group {
    background-color: white;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 25px;
}
.details-sections-panel-group .panel-heading {
    background-color: white;
}
.details-sections-panel-group .panel-heading .panel-title {
    float: none;
}
.details-sections-panel-group .panel-heading .panel-title a {
    color: #222222;
    font-size: 18px;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details-sections-panel-group .panel-heading .panel-title a:active,
.details-sections-panel-group .panel-heading .panel-title a:hover,
.details-sections-panel-group .panel-heading .panel-title a:visited {
    color: #222222;
    text-decoration: none;
}
.details-sections-panel-group ol {
    padding: 0 15px;
    color: #222222;
}
.details-sections-panel-group ul {
    padding: 0 15px 0 0;
    color: #222222;
}
.details-sections-panel-group ul li {
    list-style: none;
}
.details-sections-panel-group .panel {
    border-radius: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
}
.details-sections-panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: white;
    padding-top: 0;
}
.details-section-nav {
    display: none;
}
.details-container {
    width: 100%;
    padding: 0;
    margin-top:94px;
}
.panel-hours {
    display: none;
}
.hours_area{
    min-width:240px;
}
.facets-panel {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 1em 2em;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow-y: auto;
    margin: 0;
    background: #e6e6e6;
}
.facets-panel .panel-group {
    margin-top: 20px;
    margin-bottom:25px;
}
.facets-panel .panel-heading {
    background: white;
}
.facets-panel .panel-heading#headingTwo .panel-title svg {
    transform: rotateZ(0deg);
}
.facets-panel .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
}
.facets-panel .panel-heading .panel-title a ,.facets-panel .panel-heading .panel-title span{
    font-size: 15px;
    font-weight: 300;
}
.facets-panel .panel-heading .panel-title a:hover,.facets-panel .panel-heading .panel-title span:hover {
    text-decoration: none;
    color: #444444;
}
.facets-panel .panel-heading .panel-title svg {
    width: 15px;
    height: 10px;
    transform: rotateZ(-90deg);
}
.facets-panel .btn-group label {
    float: none !important;
    display: block !important;
    background: none;
    text-align: left;
    border: 0;
    box-shadow: none;
    color: #444444;
    font-size: 14px;
}
.facets-panel .btn-group label:hover {
    background: none;
    color: #444444;
}
.facets-panel .refine-search {
    display: block;
    margin: 0 auto 25px auto;
    padding: 6px 21px;
    zoom: 1.44;
}
.facets-panel .refine-search:hover,
.facets-panel .refine-search:active,
.facets-panel .refine-search:visited,
.facets-panel .refine-search:focus {
    background: #e46702;
}
.facets-panel .well-badge {
    display: none;
}
.search-results-container {
    margin: 10px 0 30px 0;
    padding: 0;
    width: auto;
    margin-top:113px;
}
@media only screen and (min-width: 1200px) {
    #detail_page :target:before {
      content:"";
      display:block;
      height:170px; /* fixed header height*/
      margin:-170px 0 0; /* negative fixed header height */
    }
    #detail_page .right_content{
        margin-left:15%;
        position:relative;
    }
    .panel-body {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }
    .panel-group-section {
        margin-right: auto !important;
        margin-left: auto !important;
        border: none;
        background: none;
        box-shadow: none;
    }
    .panel-group-section .panel-body {
        width: auto;
    }
    .panel-group-section .panel-group-listing {
        float: left;
        width: 50%;
    }
    .panel-group-section .panel-group-listing.col-md-12 {
        width: 100%;
        margin-left: -15px;
        margin-right: -15px;
    }
    .results-panel .panel-heading {
        display: none;
    }
    .top-panel .panel-title {
        display: block;
    }
    .top-panel .refine-search {
        display: none;
    }
    .details-top-panel .call-therapist {
        display: none;
    }
    .details-top-panel .panel-body .tel {
        display: block;
    }
    .details-top-panel .panel-body .media-actions {
        display: block;
    }
    .details-sections-panel-group {
        float: left;
        width: 60%;
        background: none;
        padding: 0;
    }
    .details-sections-panel-group .panel-heading {
        background: none;
        border: none;
    }
    .details-sections-panel-group .panel-heading .panel-title a {
        font-size: 25px;
        color: #222222;
        font-weight: 200;
    }
    .details-sections-panel-group .panel-heading .panel-title a svg {
        display: none;
    }
    .details-sections-panel-group .panel-group-section {
        border-bottom: solid 3px #cccccc;
    }
    .details-sections-panel-group .panel-group-section .panel-collapse.collapse {
        display: block;
    }
    .details-sections-panel-group .panel-group-section .table > thead > tr > th {
        /* font-size: 12px; */

        color: #444;
        border: 0;
    }
    .details-sections-panel-group .panel-group-section .table > tbody > tr > th,
    .details-sections-panel-group .panel-group-section .table > tbody > tr > td {
        border: 0;
        color: #444;
        /* font-size: 12px; */

        padding: 3px 0;
    }
    .details-contact-panel {
        float: right;
        width: 22%;
        padding: 15px 0;
        background: none;
        box-shadow: none;
    }
    .details-contact-panel .panel-body {
        width: auto;
    }
    .details-contact-panel .media-profile-pic svg {
        width: 135px;
        height: 135px;
    }
    .details-contact-panel .media-profile-pic img {
        width: 135px;
        height: 135px;
        margin-bottom: 10px;
    }
    .details-contact-panel .media-body {
        width: auto;
        background: none;
    }
    .details-contact-panel .media-body .well-badge {
        font-size: 13px;
        display: flex;
        align-items: center;
    }
    .details-contact-panel .media-body .list-group-item {
        background: none;
        margin-bottom: 0;
        color: #666666;
    }
    .details-contact-panel .media-body .list-group-item svg {
        display: none;
    }
    .details-contact-panel .media-body .list-group-item.email-link {
        color: #005499;
    }
    .details-contact-panel .media-body .list-group-item.email-link svg {
        display: block;
    }
    .details-section-nav {
        display: block;
        float: left;
        width: 15%;
        padding: 10px;
        margin-top: 10px;
    }
    .details-section-nav li.active a {
        background: none;
        color: #005499;
        font-weight: 500;
    }
    .details-section-nav li.active a:hover,
    .details-section-nav li.active a:active {
        background: none;
        color: #005499;
    }
    .details-section-nav li a {
        color: #005499;
        font-size: 18px;
        font-weight: 200;
    }
    .details-section-nav li a:hover,
    .details-section-nav li a:active {
        background: none;
    }
    .details-container {
        width: 1170px;
    }
    .panel-hours {
        display: block;
    }
    .results-panel .panel-body {
        width: auto;
    }
    .facets-panel {
        display: block;
        position: relative;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: inherit;
        z-index: auto;
        overflow: hidden;
        margin-top: -15px;
    }
    .facets-panel .refine-search {
        margin: auto;
        display: inline;
        zoom: 1;
    }
    .facets-panel .well-badge {
        display: flex;
        align-items: center;
        color: #222222;
        font-size: 13px;
        margin: 1em 0;
    }
    .search-results-container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Search results & Media CSS */

.results-panel {
    border: none;
    background-color: white;
    padding: 0 13px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}
.results-panel .panel-heading {
    background-color: white;
    border: none;
    border-bottom: solid 1px #cccccc;
    padding: 5px 0 34px 0;
}
.results-panel .panel-heading label {
    color: #666666;
    float: right;
    margin-top: 8px;
    /* font-size: 12px; */

    font-weight: 200;
}
.media-body {
    padding-bottom: 13px;
    color: #444444;
    border-bottom: solid 2px #cccccc;
}
.media-body .media-heading {
    color: #005499!important;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
}
.media-body .media-profile-pic {
    float: left;
    margin-right: 0.55em;
}
.media-body .media-profile-pic img {
    width: 50px;
    height: 50px;
}
.media-body .media-profile-pic svg {
    width: 50px;
    height: 50px;
}
.media-body .media-actions {
    float: right;
    margin-top: -5px;
}
.media-body .membership-badge {
    float: right;
    height: 36px;
}
.media-body .media-specialties {
    display: block;
    clear: both;
}
.media-specialties-area{
    margin-left:85px;
}
#psycDetails .media-specialties{
    max-width: calc(100% - 100px);
}
#psycDetails .insurance_accepted{
    max-width: calc(100% - 200px);
}
.media-body .media-type-psychologist {
    display: block;
    margin-top: -8px;
}
.details-media .media-body {
    border: none;
}
.details-media .media-heading {
    color: #444444;
}
@media only screen and (max-width: 1199px) {
    .details-sections-panel-group {
        padding: 5px 15px 15px 15px;
    }
}
.media-body .address_section{
        width:calc(100% - 174px);
    }
@media only screen and (min-width: 1200px) {
    .media-body {
        padding-bottom: 0;
    }
    .media-body .media-heading {
        font-weight: 600;
        line-height: 1.3em;
        margin-top: 0;
    }
    .media-body .media-profile-pic {
        height: 100px;
    }

    .media-body .addr {
        font-weight: 200;
    }
    .media-body .membership-badge {
        float: left;
        margin-right: 8px;
        height: 50px;
    }
    .media-body .media-actions {
        clear: both;
        margin-top: -60px;
    }
    .media-body .media-specialties {
        /*display: inline-block;*/

        clear: none;
    }
    .media-body .media-type-psychologist {
        margin-top: 0;
    }
    .details-media .media-left {
        display: block;
    }
    .details-media dl {
        /* font-size: 12px; */

        margin-bottom: 25px;
    }
    .details-media dl dt {
        float: left;
        clear: both;
    }
    .details-media dl dd {
        padding-left: 2.33em;
        float: right;
    }
}
a.list-group-item {
    border: none;
    display: flex;
    align-items: center;
    /* font-size: 12px; */

    padding: 3px;
}
a.list-group-item:hover {
    background: none;
}
a.list-group-item svg {
    margin-right: 5px;
}
/* Form CSS */

.upload-photo {
    padding: 8px 13px;
    border-right: 3px;
    background-color: #005499;
    color: white;
    border: none;
    text-transform: uppercase;
}
.cancel-form {
    padding: 8px 13px;
    border-right: 3px;
    background-color: white;
    color: #666666;
    border: solid 1px #cccccc !important;
    text-transform: uppercase;
}
.cancel-form:hover {
    background: none;
    color: #666666;
}
.cancel-form:active {
    background: none;
    color: #666666;
}
.cancel-form:focus {
    background: none;
    color: #666666;
}
.not-publish {
    color: #005499;
}
.not-publish:hover {
    color: #005499;
}
.checkbox label {
    font-size: 1.24em !important;
    text-align: left;
    padding: 0 3.77em;
}
.not-publish,
.not-publish:hover {
    background: none;
    border: none;
    border-radius: none;
}
/* Modal Design CSS */
/*************************** Begin Signup Modal *********************************/

#SignUpmodal .modal-footer{
    padding-top: 9px;
}
.footer_image img{
    width:120px;
    height:25px;
    float:left;
}
.footer_text{
    text-align: left;
    width: 392px;
    font-size: 9px;
    font-weight: bold;
}
.remove-left-padding{
    padding-left:0px !important;
}
.remove-right-padding{
    padding-right:0px !important;
}
@media only screen and (max-width: 768px) {
    .footer_text{
        width: 100%;
    }
}
/*************************** End Signup Modal *********************************/
.modal.edit-profile-publish .modal-header {
    min-height: 55px;
    border: 0;
}
.modal.edit-profile-publish .modal-body {
    text-align: center;
}
.modal.edit-profile-publish .modal-body h3 {
    float: none;
}
.modal.edit-profile-publish .modal-body .checkbox label {
    font-size: 1em;
    text-align: left;
    padding: 0 3.77em;
}
.modal.edit-profile-publish .modal-footer {
    border: 0;
    display: flex;
    flex-direction: column;
}
.modal.edit-profile-publish .modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 13px;
}
@media only screen and (min-width: 1200px) {
    .modal.edit-profile-publish .modal-dialog {
        width: 377px;
        margin: 89px auto 0 auto;
    }
}
.alert {
    font-size: 1.44em;
}
.alert span {
    display: flex;
    align-items: center;
}
.modal-backdrop {
    z-index: 2;
}
.modal {
    z-index: 3;
}
#SignUpmodal {
    z-index: 5;
}
/************************* Begin Top Search CSS **************************/
.menu_area .beta-label {
    font-size: 13px;
    color: #c23934;
    font-weight: 600;
    padding-bottom: 4px;
    text-align: center;
    margin-left: 9px;
    }
    .menu_area .tooltip-inner {
    max-width: 200px;
    padding: 10px 8px;
    color: #fff;
    text-align: center;
    background-color: #777;
    border-radius: .25rem;
    line-height: 1.25em;
    width:185px;
}
    .menu_area .tooltip.right .tooltip-arrow{
        border-right-color: #777;
    }
   .menu_area .tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #777;
 }
.panel-group a,.panel-group .items_list {
    color: #444444;
}
.panel-group .btn {
    white-space: normal;
}
.close_topsearch span {
    color: white;
    font-size: 23px;
    position: absolute;
    right: 33px;
    top: -43px;
    cursor: pointer;
}
.top_submit {
    color: white;
    font-size: 18px;
    padding: 6px 18px;
    background-color: #e46702;
    border: none;
    text-transform: uppercase;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.top_submit:hover,
.top_submit:focus {
    background-color: #e46702;
}
.topsearch_body,.landing_filters{
    background: white;
    padding: 0;
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    margin-left: -1px;
    max-height: 295px;
    overflow-x: hidden;
    overflow-y: auto;
}
.landing_filters{
    width:calc(100% + 2px);
    max-height: 200px;
}
.topsearch_select {
    clear: both;
    width: 100%;
    color: black;
    float: left;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
}
.topsearch_body .panel-bodytop {
    width: 100%;
}
.advance_search_arrow {
    float: right;
    position: absolute;
    right: 11px;
    top: 11px;
}
.panel-bodytop .btn {
    /* font-size: 12px; */
}
.topsearch_body label:hover,
.topsearch_body label:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.topsearch_body label:hover {
    color: black;
}
.topsearch_body .active {
    background-color: transparent;
    border-color: transparent;
    color: #e46702 !important;
    box-shadow: none;
}
.search_icon,
.submit_search_icon {
    font-size: 23px;
    margin-right: 16px;
    margin-top: 4px;
    color: #bfbfbf;
    cursor: pointer;
    position: relative;
    right: -3px;
    top: 3px;
}
.submit_search_icon {
    display: none;
}
.search_input {
    float: left;
    width: 0px;
    display: none;
    height: 35px;
    margin-right: -31px;
}
.advanced_search {
    position: absolute;
    right: 8px;
    bottom: -17px;
    color: #005499;
    font-size: 12px;
    font-weight: 600;
    display: none;
    cursor: pointer;
}
.modal_background {
    width: 100%;
    min-height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 97px;
    right: 0px;
    bottom: 0px;
    z-index: 1052;
    display: none;
}
.panel-bodytop .btn-group {
    color: black;
}
.topsearch {
    position: relative;
}
.topsearch_caret {
    float: right;
}
.topsearch_href {
    color: black;
    outline: none;
    text-decoration: none;
}
.topsearch a {
    text-decoration: none;
}
.topsearch_body .panel-bodytop label:hover {
    /* color:black; */
}
.topsearch a:visited,
.topsearch a:hover {
    color: black !important;
}
.topsearch_href:visited {
    /*color: black;*/
}
.topsearch .panel-heading {
    background-color: #dddddd;
    border: none;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    padding: 10px;
}
.topsearch .panel {
    border-radius: 0px 0px 0px 0px;
    background-color: transparent;
}
.topsearch .col-md-3 {
    margin-bottom: 14px;
}
.topsearch .btn-group {
    width: 100%;
}
.topsearch label,
#advanced-search .modal-dialog .modal-content .modal-body .btn-group .btn {
    font-size: 14.5px;
    font-weight: normal;
    color: #444444;
}
/************************* End Top Search CSS **************************/
/************************* Begin Landing Page STYLE **************************/
#choose_city{
    top: 113px;
}
#choose_city .modal-title{
    font-size:20px !important;
}
#choose_city .modal-header {
    padding: 13px 12px !important;
    border-bottom: 1px solid #e5e5e5;
}
#choose_city .checkbox label{
    padding-left:0px;
}
#psychologist_name_modal h4,#state_modal h4{
    color:black;
    font-weight:normal;
    font-size:32px;
}
#psychologist_name_modal,#state_modal{
    top: 263px;
    font-size: 18px;
}
#state_modal select{
    font-size:21px;
    -webkit-appearance: none;
      -moz-appearance: none;
}
#psychologist_name_modal .modal-dialog,#state_modal .modal-dialog{
    width:810px;
}
#psychologist_name_modal .modal-header,#state_modal .modal-header{
    background:#eeeeee;
}
#psychologist_name_modal .form-control,#state_modal .form-control{
    height:42px;
}
#psychologist_name_modal label,#state_modal label{
    font-weight: normal;
    color: black;
    font-size: 18px;
}
#psychologist_name_modal .checkbox{
    height:18px;
    width:18px;
    border: 1px solid #ccc;
    float:left;
    margin-top: 4px;
    margin-right:12px;
    cursor:pointer;
}
#landing_page #psychologist_name_modal #searchIcon,#landing_page #state_modal #searchIcon{
    height: 40px;
    width: 50px;
    padding: 4px 7px 9px 14px;
    font-size:18px;
}
#psychologist_name_modal .close_modal,#state_modal .close_modal{
    position:absolute;
    color:white;
    z-index:999;
    right:0px;
    top:-44px;
    font-weight:300px;
    font-size:32px;
    cursor:pointer;
}
#psychologist_name_modal .modal-content,#state_modal .modal-content{
  border-radius:0px;
}
#landing_page [id*=locationInput],#landing_page [id*=searchInput]{
   /*font-family: "ProximaNova", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
   font-size: 21px;
   color: #646464;
   font-weight: 400;
   height:50px;
   border-radius: 0px;
   padding-left:14px;
}
#landing_page #speciality_area{
    position:relative;
    float:left;
    width:calc(60% - 67px);
    margin-left:8px;
}
#landing_page #location_area{
    position:relative;
    float:left;
    width:calc(40% - 4px);
}
#landing_page #location_area #clear_location_input{
    position:absolute;
    right:8px;
    top:17px;
    cursor:pointer;
    font-size:18px;
    background:white;
    display:none;
}
#landing_page #location_area #location_marker{
    position:absolute;
    left:8px;
    top:12px;
    font-size:16px;
    border-radius:50%;
    color:#7d7d7d;
    display:none;
}
#landing_page [id*=locationInput]{
    width:100%;
}
#landing_page [id*=searchInput]{
    width:100%;
}
#landing_page #searchIcon{
     width: 60px;
     height: 50px;
     padding: 8px 13px 13px 13px;
     color: white;
     font-size: 30px;
     line-height: 35px;
     cursor: pointer;
     background-color: #e46702;
     border:0px;
     overflow:hidden;
}
#landing_page #searchText{
   visibility:hidden;
}
#landing_page {
    position: relative;
}
#landing_page .parent_dropdown{
    position:relative;
}
#landing_page .panel-body {
    width:calc(100% + 2px);
  /*  margin: 0 0 0 -1px;
    z-index: 11111;
    position: fixed;
    max-height: 200px;
    overflow: scroll!important;
    background-color: #fff;
    width: 259px;
    border: solid 1px #dddddd;*/
}


#landing_page .slds .slds-lookup {
    width: calc(100% + 54px);
}
#landing_page .slds .slds-lookup__menu {
    border-radius:0px;
    margin-top: -1px;
    display:block;
    min-height:200px;
    z-index:7000 !important;
}
#landing_page .jumbotron {
    min-height:600px;
    border-bottom:0px;
}
.loading_area ,.loading_screen{
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(255,
    255,
    255,
    0.8);
    z-index: 1;
    text-align: center;
    line-height: 293px;
}
.loading_screen{
    background-color: rgba(0,
        0,
        0,
        0.7);
        z-index: 1051;
    display:none;
}
.loading_screen img{
    position:absolute;
    width:50px;
    top:40%;
    left: calc(100% /2 - 25px);
}
.listResults{
   width:100%;
   position:absolute;
   background:white;
   z-index: 100;
   border: 1px solid #aaaaaa;
   padding:1px;
   display:none;
}
.listResults .result_item,.landing_marker{
  color: #222222;
  font-family: Verdana,Arial,sans-serif;
  font-size: 16px;
  padding-left:8px;
  line-height:27px;
  cursor:pointer;
  width:100%;
}
.landing_message{
    font-size:12px;
    margin-bottom: 3px;
}
.listResults .result_item:hover{
  border: 1px solid #aaaaaa;
  padding-left:7px;
  line-height:25px;
}
#psychologist_name_modal #modal_height{
    height:150px;
}
#state_modal #modal_height{
    height:122px;margin-top:20px;
}
#psychologist_name_modal .searchIconArea,#state_modal .searchIconArea{
  float:right;
  width:80px;
  margin-top:29px;
}

/************************* END Landing Page STYLE **************************/

.menu_area a:visited {
    color:#333;
}
.highlight a {
    color: #fff;
    text-decoration: underline;
}
.highlight p {
    margin: 0 0 0px;
}
.highlight a:hover {
    color: #fff;
    text-decoration: underline;
}
.highlight {
    background-color: #005499;
    color: #fff;
    text-align: center;
    padding: 20px 20px 20px 0;
    padding-left: 28px;
    margin-top: -30px;
}
.control-label {
    color: #686868;
    font-size: 15px;
    font-weight: normal;
}
.btn-secondary {
    color: #505050 !important;
}
.btn-secondary:hover {
    color: black !important;
}
.confirmMsg {
    color: black;
    font-size: 14px;
    margin-top: 20px;
}
.navbar-fixed-top {
    position: fixed;
}
.right_side {
    float: right;
    position: relative;
    top: 0px;
    right: 10px;
    z-index: 9999;
    margin-top: 17px;
}
.search_area {
    float: left;
    position: relative;
}
btn-header {
    padding: 4px 12px;
    font-size: 11px;
    color: #555;
}
.btn-header:hover {
    background-color: rgb(251,
    251,
    251);
}
.sml-label {
    font-size: 11px;
    color: #3A3A3A;
    font-weight: 600;
    padding-bottom: 4px;
    text-align:center;
}
.menu_area {
    float: right;
    background-color: #A8D1FD;
    padding: 9px;
    border-radius: 10px;
    margin-top: -13px;
}
.menu_area a,
.menu_area input {
    width:136px;
}
.menu_area input {
    margin-left: 5px;
}
.navbar-inverse {
    padding-bottom: 0px;
}
.navbar {
    min-height: 97px;
}
.menu_collapse {
    color: black;
    font-size: 21px;
    display: none;
    position: absolute;
    top: 9px;
    right: 6px;
    cursor: pointer;
}
.mobile_menu a {
    color:white;
    text-decoration:none;
}
.mobile_menu .menu_item {
    color: white;
    font-size: 17px;
    padding: 15px;
    font-weight: 500;
    border-bottom: 1px #999999 solid;
    white-space: nowrap;
    overflow: hidden;
}
/*.top-panel,*/

.breadcrumb-panel {
    margin-top: 12px;
    height:35px;
    position: fixed;
    width: 100%;
    z-index: 3;
}
@media only screen and (max-width: 1000px) {
    .breadcrumb-panel {
        margin-top: 0;
    }
    .top-panel,.details-top-panel{
        margin-top: 35px;
    }
    .details-container{
        margin-top:61px;
    }
    .tips_modal {
        width: 95% !important;
        margin-left: 2.5% !important;
   }
}
.mobile_menu {
    width: 0px;
    position: fixed;
    min-height: 100%;
    z-index: 99999;
    background: #737373;
    top: 0;
    right: 0;
}
.introjs-tooltip {
    min-width: 250px;
}
.introjs-tooltiptext {
    padding-top: 8px;
}
.tip_title {
    color: black;
    font-size: 25px;
}
.tip_desc {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
}
.loading-icon {
    display: none;
    text-align: center;
    margin-top: -8px;
    margin-left: 10px;
}
.slds .slds-input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #ffffff;
}
.close_search_modal {
    position: absolute;
    right: 29px;
    top: 25px;
}
.close_search_modal span {
    color: white;
    font-size: 24px;
    cursor: pointer;
}
.close_search_modal span:hover {
    color: #d9d9d9;
}
/*************************** BEGIN DETAIL PAGE STYLE ********************************/
#detail_page .business_name{
  color: #666666;
  font-weight:600;
}
#detail_page .left_navs{
    position:fixed;
}
.go_top {
    position: fixed;
    z-index: 2;
    right: 86px;
    bottom: 149px;
    border-radius: 50%;
    background: #d9d9d9;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 34px;
    text-align: center;
    line-height: 48px;
    cursor:pointer;
    display:none;
}
.list-group i {
    border:none;
}
.blog-footer {
    position: relative;
    left: 0px;
    float: left;
    width: 100%;
}
.apa-logo img{
    width:250px;
}
.apapo-logo img{
    width:160px;
}
.apapo-logo{
    text-align:right;
    margin-top: -87px;
    float: right;
}
.apa-logo{
    margin-bottom: 8px;
    margin-left: -3px;
}
#detail_page .contact-padding {
    padding: 15px;
 }
#detail_page #prev-link,
#detail_page #next-link {
    float:left;
    display:none;
}
#detail_page .list-group-item i {
    /* font-size: 12px; */

    color: #b3b3b3;
}
#detail_page .panel-heading i {
    font-size: 19px;
    -webkit-text-stroke: 2px white;
}
#detail_page #phoneDirections {
    margin-top: 15px;
    /* font-size: 12px; */
}
#detail_page .googlePt {
    font-size: 14px;
}
#detail_page .favModalDialog {
    width: 300px;
    vertical-align: middle !important;
}
#detail_page #favModal {
    top: 25%
}
#detail_page .control-label {
    font-size: 14px;
    font-weight: normal;
}
#detail_page .findAdd {
    height:inherit;
}
#detail_page .panel-group-section {
    clear: both;
}
#detail_page .btn:focus,
#detail_page .btn:active {
    outline: none !important;
}
#detail_page .details-media dl {
    /* font-size: 12px; */

    margin-bottom: 25px;
}
#detail_page .details-media dl dt {
    float: left;
    clear: both;
}
#detail_page .details-media dl dd {
    padding-left: 2.33em;
    float: right;
}
#detail_page h5 {
    font-weight: bold;
}
#detail_page .contact_style{
    font-size: 25px;
    color: #222222 !important;
    font-weight: 200;
}
#detail_page .email_style,#detail_page .website_style,#detail_page .website_style a{
    color:#005499;
}
#chart_area{
        max-width:calc(100% - 20px);
}
/*************************** END DETAIL PAGE STYLE ********************************/
/*************************** START SEARCH RESULTS PAGE STYLE ********************************/
.num_filters{
   background: white;
   color: #e46702;
   float: right;
   border-radius: 50%;
   width: 21px;
   height: 21px;
   margin-left: 5px;
   display:none;
}
.alert-font{
    font-size:16px;
    clear: both;
}
.alert-top{
   margin-top: 20px;
}
#search_results .panel-sub-heading {
    font-size: 20px;
    margin-top:25px;
}
#search_results .preferred_contact{
    position:absolute;
    right:0px;
    top:30px;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    float: left;
}
#search_results .preferred_contact a {
    color:#444;
}
#search_results .insurance_accepted{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
}
#search_results .accepting_patient{
        margin-top: 0px;
}
#search_results .media_first {
    margin-top: 0;
}
#search_results .media-body {
    padding:15px 0;
    position:relative;
}
.highlight_text {
    background:#e6e600;
    padding:2px;
}
#closeleft {
    color: black;
}
.messageText {
    font-size: 16px;
}
.alert_msg {
    float:left;
    padding-bottom:15px;
    background: #f2f2f2;
    margin-bottom: 30px;
}
.alert_msg a {
    color: white;
    font-weight: bold;
}
.view_search {
    margin-top: 17px;
    float: left;
    margin-left: 40px;
}
.alert_text {
    padding: 10px;
    float: left;
    line-height: 20px;
    padding-top: 18px;
    color: #666666;
}
.big_text {
    font-size: 27px;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.small_text {
    font-size: 12px;
}
.btn:focus,
.btn:active {
    outline: none !important;
}
.media-body .membership-badge {
    /* Resize membership icon svg */

    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.addr {
    /* fix spaces between name and address to be as the design */
    left:97px;
    margin-top: -2px;
    font-weight: 200!important;
    font-size:15px;
    line-height:1.3em;
}
.media-body {
    /* Change border width as design */

    border-bottom: solid 1px #cccccc;
}
.media-body .media-profile-pic img {
    /* increase profile images size*/

    width: 70px;
    height: 70px;
    margin-right: 7px;
    margin-top: 4px;
}
.media-heading {
    margin-top: -4px;
}
.call-therapist:hover,
.call-therapist:focus,
.call-therapist:visited {
    background: #e46702;
}
.call-therapist .fa-phone {
    border: none;
    color: white;
    width: 21px;
    height: 21px;
    line-height:21px;
}
.fa-phone {
    /*color: #1e7cb7;*/

    font-weight: bold;
}
.fa-heart,
.fa-print,
.fa-phone,
.fa-map-marker,
.fa-globe,
.fa-envelope {
    border: 1.3px #cccccc solid;
    font-size: 15px;
    color: #bfbfbf;
    width: 29px;
    height: 29px;
    text-align:center;
    line-height:27px;
}
.address_icon{
   min-width: 29px;
}
.landing_marker{
    font-size: 16px;
    padding:3px;
    padding-left: 8px;
}
.landing_marker span{
    border-radius: 50%;
    color: #7d7d7d;
}
.media-actions span {
    color: #666666;
    font-size: 19px;
    width: 35px;
    height: 35px;
    border-color: #666666;
    line-height: 35px;
}
.active_action {
    /* active fav icons style */

    color: #e46702 !important;
    border-color: #e46702 !important;
    border-radius: 50%;
}
.disabled_btn {
    cursor: default;
}
.disabled_btn:active {
    box-shadow:none;
}
.icon_active {
    color: #1e7cb7;
    border: none;
    padding: 0px;
    width: auto;
    height: auto;
}
.list_icon {
    font-size: 17px;
    margin-top: 7px;
    color: #e46702;
}
.top_marker_icon,
.top_fav_icon {
    color:#555555;
    border-radius:50%;
    border-color:#555555;
    border-width:1.5px;
    width: 23px;
    height: 23px;
    margin-top: 4px;
    line-height:21px;
    font-size:12px;
}
*:focus {
    outline: none;
}
#openleft {
    position: fixed;
    left: 0;
    background: #e46702;
    color: white;
    font-size: 26px;
    display: none;
    cursor: pointer;
    z-index:1;
    height: 27px;
    text-align: center;
    width: 27px;
    line-height: 27px;
}
.items_list {
    width: 100%;
    color: black;
}
.items_list:visited {
    color: black;
}
.items_list i {
    color: #b3b3b3;
}
.is_human p {
    font-size: 14px;
}
.is_human .psyc_email {
    text-align: center;
}
.is_human a {
    color: #C1361C;
    text-decoration: underline;
}
#search_results .disabled,
#map_results .disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.btn-print {
    font-size: large;
    background-color: #e46702;
    float:right;
    color:white !important;
    margin-bottom: 30px;
}
.btn-print i {
    border:none;
    color:white;
}
.btn-print:focus,
.btn-print:active,
.btn-print:hover,
.btn-print:visited,
.btn-print:active:focus {
    background-color: #e46702;
    color:white;
}
/************************* Begin Captcha Modal CSS **************************/

.captcha_modal {
	top: 85px;
}
.captcha_modal .modal-header img {
    width: 55px;
}
.captcha_modal .modal-header {
    /* fallback */

    background-color: #d74e3a;
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */

    background: -webkit-gradient(linear,
    0% 0%,
    0% 100%,
    from(#d74e3a),
    to(#BD341A));
    /* Safari 5.1, Chrome 10+ */

    background: -webkit-linear-gradient(top,
    #d74e3a,
    #BD341A);
    /* Firefox 3.6+ */

    background: -moz-linear-gradient(top,
    #d74e3a,
    #BD341A);
    /* IE 10 */

    background: -ms-linear-gradient(top,
    #d74e3a,
    #BD341A);
    /* Opera 11.10+ */

    background: -o-linear-gradient(top,
    #d74e3a,
    #BD341A);
}
.captcha_modal .modal-header .close {
    opacity: 1;
}
.captcha_modal .modal-header .fa-close {
    color: white;
    border: 2px white solid;
    border-radius: 50%;
    padding: 2px;
    font-size: 14px;
    width: 21px;
    margin-right: 8px;
    margin-top: 7px;
}
.captcha_modal .modal-content {
    border-radius: 0px;
    border: 4px #b3d9ff solid;
    /* fallback */

    background-color: #FFFFFF;
    background-repeat: repeat-x;
    /* Safari 4-5, Chrome 1-9 */

    background: -webkit-gradient(linear,
    0% 0%,
    0% 100%,
    from(#FFFFFF),
    to(#FFF8E0));
    /* Safari 5.1, Chrome 10+ */

    background: -webkit-linear-gradient(top,
    #FFFFFF,
    #FFF8E0);
    /* Firefox 3.6+ */

    background: -moz-linear-gradient(top,
    #FFFFFF,
    #FFF8E0);
    /* IE 10 */

    background: -ms-linear-gradient(top,
    #FFFFFF,
    #FFF8E0);
    /* Opera 11.10+ */

    background: -o-linear-gradient(top,
    #FFFFFF,
    #FFF8E0);
}
.captcha_modal .captcha_content {
    padding: 15px;
    font-size: 17px;
    color: black;
    margin-left: 50px;
}
.captcha_modal .captcha_content input {
    padding: 4px;
}
.captcha_modal .g-recaptcha {
    width: 200px;
    margin-bottom: 7px;
}
.captcha_modal .captcha_copyright {
    color: #C1361C;
    font-size: 10px;
    margin-top: 18px;
}
/************************* End Captcha Modal CSS **************************/
/************************* Begin Tips Modal CSS **************************/

.tips_modal {
    width: 75%;
    margin-left: 12.5%;
    top: 85px;
    color: black;
}
.tips_modal .modal-content {
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
}
.tips_modal .modal-body {
    padding-top: 0px;
    float: left;
    background: white;
}
.tips_modal .modal-dialog {
    width: calc(100% - 12px);
}
.tips_modal .modal-header {
    border-bottom: 0px;
}
.tips_modal .tips_title {
    font-size: 35px;
    line-height: 35px;
}
.tips_modal .tips_desc {
    line-height: 25px;
    font-size: 14px;
}
.tips_modal .content {
    clear: both;
    padding-left: 0px;
    padding-right: 0px;
}
.tips_modal .left_side_modal {
    margin-top: 22px;
    float: left;
}
.tips_modal .left_side_modal,
.tips_modal .right_side_modal,
.tips_modal .left_side_modal .tip_box,
.tips_modal .tips_footer {
    padding-left: 0px;
    padding-right: 0px;
}
.tips_modal .left_side_modal .tip_box {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 13px;
    margin-bottom: 19px;
    float: left;
}
.tips_modal .left_side_modal .tip_box.last_box {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.tips_modal .left_side_modal .tip_box .tip_number {
        color: white;
        font-size: 27px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        float: left;
}
.tips_modal .left_side_modal .tip_box .tip_body {
    float: left;
    width: calc(100% - 80px);
    padding-left: 10px;
}
.tips_modal .left_side_modal .tip_box .tip_body .tip_title {
    font-size: 22px;
    line-height: 22px;
}
.tips_modal .left_side_modal .tip_box .tip_body .tip_desc {
    font-size: 14px;
    margin-top: 6px;
    line-height: 17px;
}
.tips_modal .left_side_modal .tip_box .tip_number.one {
    background: #01ADED;
}
.tips_modal .left_side_modal .tip_box .tip_number.second {
    background: #8BC440;
}
.tips_modal .left_side_modal .tip_box .tip_number.three {
    background: #E56701;
}
.tips_modal .left_side_modal .tip_last_border {
    width: 40px;
    margin-top: 25px;
    min-height: 5px;
    background: #E56701;
    float: left;
}
.tips_modal .tips_footer {
    float: left;
}
.tips_modal .tips_footer .left_sidehelp {
    float: left;
}
.tips_modal .tips_footer .right_sidehelp {
    float: right;
}
.tips_modal .tips_footer .left_sidehelp .help_title {
    font-size: 25px;
    line-height: 25px;
    margin-top: 10px;
}
.tips_modal .tips_footer .left_sidehelp .help_desc {
    font-size: 14px;
    line-height: 23px;
}
.tips_modal .tips_footer .left_sidehelp .help_desc a{
  text-decoration: underline;
  text-decoration-color:#005499 !important;
}
.tips_modal .tips_footer .right_sidehelp input {
    background-color: #E56701;
    width: 73px;
    height: 34px;
    margin-top: 22px;
    margin-right: 26px;
    line-height: 14px;
}
.tips_modal .modal-content button {
    position: absolute;
    top: -6px;
    right: -6px;
    color: white;
    background: #595959;
    opacity: 1;
    font-weight: normal;
    width: 28px;
    height: 29px;
    border-radius: 50%;
}
/************************* End Tips Modal CSS **************************/
/*************************** END SEARCH RESULTS PAGE STYLE ********************************/
/*************************** START SEARCH MAP RESULTS PAGE STYLE ********************************/

#map_results .panel-sub-heading {
    font-size: 20px;
    margin-top:25px;
}
#map_results .member_block:first-child {
    margin-top:0px;
}
#map_results .member_block {
    min-height:80px;
    width:100%;
    position:relative;
    border: 1px #cccccc solid;
    margin-top: 15px;
    padding:7px;
    float:left;
    cursor:pointer;
}
#map_results .member_block .member_photo {
    width:60px;
    height:60px;
    float:left;
}
#map_results .member_block .member_photo img {
    width:100%;
    height:100%;
    border-radius:50%;
}
#map_results .member_block .member_badges {
    float:right;
    width:50px;
}
#map_results .member_block .member_badges img {
    width:20px;
    height:20px;
    margin-right:2px;
    margin-top:2px;
}
#map_results .member_block .member_info {
    float:left;
    padding-left:5px;
    width:calc(100% - 120px);
    min-width:125px;
}
#map_results .member_block .member_name {
    color:#1e7cb7;
    font-size:18px;
    line-height:18px;
    text-align:left;
}
#map_results .member_block .member_address {
    font-size:14px;
    color:#444;
    text-align:left;
}
#map_results .member_block .member_info .member_actions {
    float:left;
    margin-top:3px;
}
#map_results .member_block .member_info .member_actions div {
    float:left;
}
.list_icon {
    color:#555555;
}
#map_results #psycDetails .media {
    cursor:pointer;
}
#map_results .pageNum {
    margin-right:10px;
}
/*#map_results .container{
        width:90%;
    }*/

#map_results .membership-badge {
    float:left;
}
#map_results .media-body .media-heading {
    font-weight: 600;
    margin-top:0px;
}
#map_results .media-body .media-actions {
    float:left;
    margin-left: 67px;
    margin-top: 0px;
}
#map_results .media {
    height:90px;
    overflow:hidden;
    border-bottom:none;
    border:1px #cccccc solid;
}
#map_results .media-body .media-profile-pic {
    height:60px;
    margin-right: 0px
}
#map_results .media-body {
    padding:5px;
    padding-left:7px;
    border-bottom:none;
}
#map_results .media-body .media-profile-pic img {
    height:60px;
    width:60px;
}
#map_results .small_icon {
    border: 1.3px #cccccc solid;
    font-size: 15px;
    color: #bfbfbf;
    width: 25px;
    height: 25px;
    line-height: 24px;
    vertical-align: middle;
}
#map_results .active_psyc {
    border:2px solid #e46702;
}
#map_results .left_side {
    height:calc(100vh - 220px);
    overflow:auto;
}
#map_results #map_canvas {
    height:calc(100vh - 220px);
}
#map_results .addr {
    font-weight: 200!important;
    font-size:15px;
    line-height:1.3em;
}
#map_results .marker_map {
    padding:0 3px;
}
/*************************** END SEARCH MAP RESULTS PAGE STYLE ********************************/
/*************************** BEGIN OF BREADCRUMB BAR STYLE ********************************/

#search_results .breadcrumb > li + li:before,
#map_results .breadcrumb > li + li:before,
#detail_page .breadcrumb > li + li:before {
    content: "/\00a0";
}
.breadcrumb-panel .panel-body {
    line-height: 22px;
}
/*************************** END OF BREADCRUMB BAR STYLE ********************************/
/*
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////------MEDIA SECTION------///////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    ///////////////////////////////////////////////////////////////////////////////////////
    */
/************************* Begin Top Search Media CSS **************************/

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

    .modal-open {
        overflow: visible;
    }
    .modal_background {
        position: absolute;
        top: 96px;
    }
    #openleft {
        display: none !important;
    }
    .topsearch {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog-footer .list-group{
        margin-top:1px;
    }
    .apapo-logo{
        text-align:left;
        float:none;
        margin-top:0px;
        margin-bottom:8px;
    }
}
@media only screen and (max-width: 1000px) {
    .right_side {
        position: absolute;
        margin-top: 3px;
    }
    .menu_collapse {
        display: block;
    }
    .menu_area {
        display: none;
    }
    .navbar {
        min-height: 50px;
        height: 50px;
    }
    .search_icon,
    .submit_search_icon {
        color: black;
        right: 23px;
        position: absolute !important;
    }
    .submit_search_icon {
        top: 4px;
    }
    .search_input {
        margin-right: 0px;
        position: relative;
        top: 39px;
    }
    .advanced_search {
        position: absolute;
        top: 78px;
        right: 0px;
    }
}
@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    #psycDetails .media-specialties{
        max-width:100%;
    }
    #psycDetails .insurance_accepted{
        max-width: 100%;
    }
    .media-specialties-area{
        margin-left:0px;
    }
 }
/************************* End Top Search Media CSS **************************/
/************************* Begin Landing Page Media CSS **************************/

@media only screen and (min-width: 45em) {
    .slds .slds-input {
        font-size: 18px;
    }
    .slds-input::Placeholder {
        font-size: 18px;
        padding-left: 2px;
    }
    .slds-lookup__menu {
        font-size: 16px;
    }
    /* Bootstrap override */

    .modal-open .modal {
        overflow-x: visible !important;
        overflow-y: visible !important;
    }
    .modal-open {
        padding-right: 0px !important;
    }
}
@media only screen and (min-width: 992px) {
    #landing_page .jumbotron h1 {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    #landing_page .jumbotron h1 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 992px) {
        #psychologist_name_modal .modal-dialog{
            max-width:calc(100% - 50px);

        }
        #state_modal .modal-dialog{
                    max-width:calc(100% - 50px);

        }
        #psychologist_name_modal #modal_height{
            height:216px;
        }
        #psychologist_name_modal .searchIconArea,#state_modal .searchIconArea{
            margin-top: -55px;
        }
}
@media only screen and (max-width: 768px) {
    #landing_page .jumbotron h1 {
        font-size: 50px;
        line-height: 1.2em;
        margin-top: 50px;
    }
    #landing_page .slds-input::Placeholder {
        font-size: 15px;
    }
    #landing_page .slds .slds-input {
        font-size: 15px;
    }
    #landing_page #location_area{
        width:100%;
    }
    #landing_page #speciality_area{
        width:100%;
        margin-left: 0px;
    }
    #landing_page [id*=searchInput]{
        width:100%;
        margin-top:8px;
        margin-left:0px;
    }
    #landing_page .landing_search_icon #searchIcon{
         width:127px;
         height: 40px;
         font-size: 18px;
         line-height: 27px;
         border-radius:5px;
         font-weight:600;
    }
    #landing_page .landing_search_icon #searchIcon .glyphicon-search{
        font-size:16px;
    }
    #landing_page .searchFields .searchIconArea{
        position:absolute;
        left: calc(100% - 127px);
        bottom: -48px;
    }
    #landing_page #searchText{
       visibility:visible;
    }
    #landing_page .slds .slds-lookup,#landing_page .searchFields{
        width: 100%;
    }
    #landing_page #search_name_state{
        width:calc(100% - 127px);
    }
}
/************************* End Landing Page Media CSS **************************/
/************************* Begin Search Results Page Media CSS **************************/

@media only screen and (max-width: 768px) {
    #search_results .results-panel .panel-heading .panel-title {
        margin-left:0;
    }
    #search_results .preferred_contact {
        margin-left: 81px;
        position:relative;
        top:0px;
        width:100%;
        margin-bottom:13px;
    }
    #search_results .address_section{
        margin-left:85px;
    }
    #search_results .media-actions {
        margin-top: -15px;
        float: left;
        margin-left: 81px;
    }
    #search_results .specialties_mobile {
        /*margin-top: 5px;*/
    }
    /*#search_results .badges{
             position: absolute;
             top: 75px;
             max-width:73px;
         }*/

    #search_results .badges img {
        width: 23px;
        height: 30px;
    }
    #search_results .media-body {
        position: relative;
    }
    #search_results .media-body .media-heading {
        font-weight: 600;
        padding-top: 5px;
    }
}
/************************* End Search Results Page Media CSS **************************/
/************************* Begin Detail Page Media CSS **************************/

@media only screen and (max-width: 768px) {
    #detail_page #prev_profile,
    #detail_page #next_profile {
        overflow: hidden;
        max-width: 24px;
    }
    #detail_page .media-heading {
        margin-top: 11px;
    }
    body {
        font-size: 14px;
    }
    .go_top {
        right: 20px;
        bottom: 30px;
    }
    #detail_page .right_location {
        margin-top: 15px;
    }
    #detail_page .remove_padding_mobile{
        padding-left:0px;
        padding-right:0px;
    }
    #detail_page .business_name{
     margin-left: 27px;
    }

}
@media only screen and (min-width: 768px) {
    #detail_page .hours_section {
        border-bottom: 0px !important;
    }
}
/************************* End Detail Page Media CSS **************************/
/************************* Begin Map Results Page Media CSS **************************/

@media only screen and (max-width: 768px) {
    #map_results .container {
        width:auto;
    }
    #map_results .media-body .media-actions {
        position: absolute;
        top: 100px;
        left: 3px;
    }
    #map_results .media-body .media-heading {
        font-weight: 600;
        margin-top: 2px;
    }
    #map_results .results-panel .panel-heading .panel-title {
        margin-left: 20px;
    }
    #map_results .media-body {
        position: relative;
        overflow: visible;
        padding-left: 4px;
    }
    #map_results .media {
        height: 105px;
        max-height: 105px;
    }
    #map_results .badges {
        position: absolute;
        top: 70px;
        left: 5px;
        max-width: 70px;
    }
    #map_results .media-body .membership-badge {
        width: 18px;
        height: 18px;
        margin-right: 2px;
    }
    #map_results .addr {
        font-weight: 200!important;
        font-size: 15px;
        line-height: 1.3em;
    }
    #map_results .membership-badge {
        float: left;
    }
    #map_results .member_block .member_info {
        width: calc(100% - 60px);
    }
    #map_results .member_block .member_badges {
        float: right;
        margin-left: -63px;
        margin-top: 0;
    }
    #map_results .member_block .member_badges img {
        width: 22px;
        height: 22px;
        margin-right: 4px;
    }
}
/************************* End Map Results Page Media CSS **************************/

@media only screen and (min-width: 1200px) {
    .details-sections-panel-group .panel-heading .panel-title {
        margin:20px 0 0 0;
        padding:0;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
    #landing_page .panel-body {
        margin: 0 0 0 -1px;
        z-index: 11111;
        position: fixed;
        max-height: 200px;
        overflow: scroll!important;
        background-color: #fff;
        width: 90%;
        border: solid 1px #dddddd;
    }
    .details-sections-panel-group {
        float: left;
        width: 60%;
        margin-top: 30px;
    }

    .details-contact-panel {
        float: right;
        width: 38%;
        margin-top: 30px;
    }
    .details-sections-panel-group .panel-heading .panel-title a {
        font-size: 26px;
        font-weight: 200;
    }
    h4 .media-heading,
    .details-media .media-heading {
        padding-top: 20px;
    }
    a.list-group-item {
        padding: 3px;
    }
    .navbar {
        height:85px;
    }
}
/* header logo fix for in between breakpoint */

@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        margin-top: -6px;
    }
}
@media only screen and (max-width: 767px) {
    .details-sections-panel-group {
        width: 100%;
        margin-top:30px;
    }
    .sections{
           margin-top: 0px;
     }
    .details-sections-panel-group .panel-heading .panel-title a {
        font-size: 26px;
        font-weight: 200;
    }
    .details-contact-panel {
        width: 100%;
        margin-top: 30px;
    }
    .details-contact-panel .media-profile-pic img {
        padding: 10px;
        width: 120px;
        height: 120px;
    }
    h4 .media-heading,
    .details-media .media-heading {
        padding-top: 20px;
    }
    a.list-group-item {
        padding: 0;
    }
}
.facets-panel .panel-group .panel {
    padding:8px;
}
@media only screen and (max-width: 1000px) and (min-width: 720px) {
    .right_side {
        margin-top: 20px;
    }
}
/* required fix for search issue */

@media only screen and (min-width: 1200px) {
    #advanced-search {
        position: absolute;
        top: 450px;
        height: 377px;
    }
    #advanced-search .modal-dialog {
        width: 100%;
    }
    #advanced-search .modal-dialog .modal-content {
        background: linear-gradient(rgba(21, 21, 21, 0.89), rgba(21, 21, 21, 0.89));
    }
    #advanced-search .modal-dialog .modal-content .modal-header {
        display: none;
    }
    #advanced-search .modal-dialog .modal-content .modal-body {
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        font-weight: 300;
        color: white;
    }
    #advanced-search .modal-dialog .modal-content .modal-body p {
        padding: 21px 21px 21px 13px;
        font-size: 25px;
    }
    #advanced-search .modal-dialog .modal-content .modal-body .panel-group .panel {
        border-radius: 0;
        width: 259px;
        float: left;
        margin: 13px;
    }
    #advanced-search .modal-dialog .modal-content .modal-body .panel-group .panel #collapseTwo {
        display: none;
    }
    #advanced-search .modal-dialog .modal-content .modal-footer {
        position: relative;
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        clear: both;
        text-align: right;
    }
    #advanced-search .modal-dialog .modal-content .modal-footer .btn-primary {
        margin-right: 21px;
    }
}

/* Maintenance Mode Section*/
@media only screen and (max-width: 425px){
   #landing_page h1.mHeaderTitle{
    font-size: 32px;
    margin-bottom: 25px;
    }
    #landing_page .mSearchInput{
        white-space: pre-line;
        height:60px;
    }
    #landing_page .mApplySearchBtn{
        height: 60px;
    }
    #landing_page p.mHint{
        padding-top: 80px;
    }
}
@media only screen and (min-width: 426px){
    #landing_page h1.mHeaderTitle{
        font-size: 52px;
        margin-bottom: 25px;
    }
    #landing_page .mSearchInput{
        height:45px;
    }
    #landing_page p.mHint{
        padding-top: 60px;
    }
}
@media only screen and (max-width: 991px){
    #map_results .left_side {
        height: calc(70vh - 280px);
    }
    #map_results #map_canvas {
        height: calc(70vh - 220px);
    }
}
#landing_page h2.mHeaderSubTitle{
    font-size: 21px;
    line-height: 1.3em;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
}
#landing_page .mSearchInputGroup{
    margin-bottom: 25px;
}
#landing_page .mSearchInput{
    font-size: 17px;
    line-height: 45px;
    font-weight: 300;
    color: #666666;
}
#landing_page p.mHint{
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
    color: #ffffff;
}
#landing_page .mHint a{
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #fff !important;
}
#landing_page .mHint a:hover, #landing_page .mHint a:focus, #landing_page .mHint a:visited{
    color: #FFF;
    text-decoration: underline;
    text-decoration-color: #fff !important;
}

/* EO Maintenance Mode*/
