/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 30px; }

.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.modal {
  margin-top: 20px;
  overflow: auto; }

#modalVerified .modal-body {
  padding-top: 0px; }

.modal-header {
  color: #fff;
  background: #4d7fec;
  padding: 15px 30px; }

.modal-title {
  display: inline-block;
  max-width: 90%;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
  font-weight: normal;
  position: relative; }

.modal-title .title {
  height: 46px;
  display: table-cell;
  vertical-align: middle; }

.modal-title .title.has-photo {
  background-size: 40px auto;
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-top: 0px;
  height: 50px;
  display: table-cell;
  vertical-align: middle; }

.modal-subtitle {
  font-size: 15px; }

.modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer; }

.modal-close .ui-close {
  width: 17px;
  height: 17px;
  background-position: -178px -608px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.modal-content {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 50px; }

.modal-footer:empty {
  display: none; }

.modal-map {
  border: 1px solid #ccc;
  min-height: 300px;
  width: 100%;
  height: 490px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0px);
  background-color: #e5e3df;
  text-align: center; }

.modal-gm-style {
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none; }

.modal-body {
  overflow: auto; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px; } }
@media (min-width: 992px) {
  .modal-dialog {
    width: 850px; } }
@media (max-width: 767px) {
  .modal {
    margin-top: 0;
    padding-right: 0 !important;
    position: fixed; }
    .modal .scrollable.ioshack:after {
      content: '';
      display: block;
      height: 1px; }

  .modal-dialog {
    min-width: 100%;
    height: 100%;
    margin: 0; }

  .modal-content {
    min-height: 100%;
    margin-bottom: 0;
    border: none; }

  .modal-body {
    padding: 10px 30px 30px 30px;
    height: 100%;
    background-color: #fff; }

  #modalVerified .modal-body {
    padding-top: 10px; }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden; } }
form.floating-labels .form-group {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 #000;
  margin-bottom: 10px;
  color: #666; }
form.floating-labels #formCaptcha {
  border: none;
  box-shadow: none; }
  form.floating-labels #formCaptcha .textError {
    display: block;
    margin-top: 5px; }
form.floating-labels .form-group.has-error {
  color: #ff0000; }
form.floating-labels input[type="text"],
form.floating-labels textarea {
  display: block;
  z-index: 1;
  width: 100%;
  border: none;
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
  margin-top: -1em;
  padding: 0px 10px 5px 10px;
  color: inherit; }
form.floating-labels label {
  display: block;
  cursor: text;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  padding: 16px 10px 0px 10px;
  color: inherit; }
form.floating-labels label.floated-label {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 15px;
  color: inherit; }
form.floating-labels textarea {
  height: 100px; }
form.floating-labels .textError {
  display: none; }
@media (max-width: 767px) {
  form.floating-labels textarea {
    height: 60px; }
  form.floating-labels label {
    font-size: 14px;
    padding-top: 14px;
    margin-bottom: 4px; }
  form.floating-labels label.floated-label {
    padding-bottom: 10px; }
  form.floating-labels input[type="text"],
  form.floating-labels textarea {
    font-size: 14px; } }

@media (min-width: 992px) {
  #modalShareForm .modal-dialog {
    width: 600px; } }
.autosuggest-header {
  padding: 15px 15px 0;
  border-bottom: 1px solid #eeeeee; }

.autosuggest-input .icon-chevron-left {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  cursor: pointer; }
  .autosuggest-input .icon-chevron-left::before {
    font-size: 26px;
    line-height: 44px;
    color: #4d7fec; }
.autosuggest-input .btn-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 45px;
  margin: 0;
  padding: 6px;
  border: 0;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  text-shadow: none; }

.autosuggest-message {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fafaca; }

.autosuggest-section-headings {
  min-height: 20px; }

.autosuggest-section-heading {
  display: inline-block;
  cursor: pointer;
  width: 50%;
  margin: 15px 0 0;
  padding: 5px 10px 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  border-bottom: 4px solid #fff;
  color: #777777; }
  .autosuggest-section-heading:hover, .autosuggest-section-heading:focus {
    border-bottom: 4px solid #eeeeee; }
  .autosuggest-section-heading.active {
    border-bottom: 4px solid #4d7fec;
    color: #4d7fec; }
  .autosuggest-section-heading:only-child {
    display: none; }
  .autosuggest-section-heading .count {
    padding-left: 10px;
    font-weight: bold; }
    .autosuggest-section-heading .count:empty {
      padding: 0; }

.autosuggest-sections {
  background: #fff; }

.autosuggest-section {
  overflow-x: hidden;
  max-height: 965px; }
  .autosuggest-section.loading::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: transparent url("/rms/images/ajax-loader-whitebg.gif") no-repeat center center; }
  .autosuggest-section .suggestion, .autosuggest-section .no-suggestion {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid #eeeeee;
    color: #555555;
    text-decoration: none;
    white-space: nowrap; }
    .autosuggest-section .suggestion:first-child, .autosuggest-section .no-suggestion:first-child {
      border-top: 0; }
    .autosuggest-section .suggestion .title, .autosuggest-section .no-suggestion .title {
      font-size: 15px;
      font-weight: bold;
      color: #222;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .autosuggest-section .suggestion .caption, .autosuggest-section .no-suggestion .caption {
      font-size: 13px;
      display: block;
      color: #666; }
  .autosuggest-section .suggestion {
    cursor: pointer; }
    .autosuggest-section .suggestion.active {
      background: #eeeeee; }
  .autosuggest-section .no-suggestion {
    padding: 20px 10px 20px 20px;
    font-weight: bold; }
    .autosuggest-section .no-suggestion.wait {
      cursor: default;
      background: #fff; }
    .autosuggest-section .no-suggestion.wait::after {
      content: '';
      position: absolute;
      top: 0;
      right: 10px;
      width: 52px;
      height: 100%;
      background: transparent url("/rms/images/ajax-loader-whitebg.gif") no-repeat center center; }
  .autosuggest-section .location-suggestion {
    display: none;
    border-top: 1px solid #eeeeee;
    text-align: center; }
    .autosuggest-section .location-suggestion .use-location {
      cursor: pointer;
      position: relative;
      display: inline-block;
      min-width: 188px;
      margin: 25px 0;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      color: #555555;
      background: #fff;
      text-decoration: none;
      white-space: nowrap; }
      .autosuggest-section .location-suggestion .use-location:hover {
        background: #eeeeee; }
      .autosuggest-section .location-suggestion .use-location.disabled {
        background: #eeeeee; }
      .autosuggest-section .location-suggestion .use-location .text {
        float: left; }
      .autosuggest-section .location-suggestion .use-location i.icon {
        float: right; }
      .autosuggest-section .location-suggestion .use-location i.icon-google_maps::before {
        color: #555555; }
  .autosuggest-section.has-suggestions .location-suggestion .use-location {
    margin: 20px 0 20px; }
  .autosuggest-section .no-results {
    display: inline-block; }

@media (max-width: 767px) {
  .autosuggest-section-heading .count {
    display: block;
    padding: 0; }

  .autosuggest-header .autosuggest-input {
    margin-left: 40px; } }
@media (min-width: 768px) {
  body.prof-results .autosuggest-input .search-autosuggest {
    height: 27px;
    margin: 0;
    padding: 3px 5px;
    font-size: 15px; }
  body.prof-results .autosuggest-input .btn-search {
    height: 27px;
    width: 35px;
    vertical-align: top;
    text-shadow: none; }
    body.prof-results .autosuggest-input .btn-search .icon-search:before {
      font-size: 13px; } }
.above-backdrop {
  z-index: 1050; }

.search-field-container {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 10px; }
  .search-field-container.compact {
    float: right;
    max-width: 240px;
    margin: 0;
    padding: 0; }
    .search-field-container.compact .btn-search {
      top: 0;
      right: 0; }
    .search-field-container.compact .search-autosuggest {
      width: 100%; }
  .search-field-container .btn-search {
    top: 10px;
    right: 10px; }

input.search-autosuggest {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 10px 55px 10px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px; }

.search-modal {
  margin: 0; }
  .search-modal .modal-body {
    padding: 0; }
  .search-modal .modal-dialog {
    margin: 0 auto; }

@media (min-width: 768px) {
  .search-modal .modal-content {
    margin-bottom: 0;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  .search-modal.in .modal-content {
    opacity: 1; }
  .search-modal .modal-dialog {
    max-width: 400px; }

  body.prof-results .search-modal .modal-dialog {
    max-width: 268px; } }
@media (min-width: 992px) {
  .search-modal .modal-dialog {
    max-width: 450px; }

  .search-field-container {
    max-width: 440px; } }

/*# sourceMappingURL=psychologytoday.css.map */
