/*

    START - GENERAL CSS

 */

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  /* background-color: #ece9e8; */
}

body.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

.transition {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.c_pointer {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-white2 {
  background-color: #fcfcfc;
}

.bg-white3 {
  /* background-color: #ece9e8; */
}

.bg-dark-blue {
  background-color: #012169;
}

.bg-green {
  background-color: #7eceb8;
}

.fw_100 {
  font-weight: 100;
}

.fc_white {
  color: #fff;
}

.fc_black {
  color: #000 !important;
}

.fc_dark-blue {
  color: #012169;
}

.fc_teal {
  color: #40c1ac;
}

.display_none {
  display: none;
}

.display_inline_block {
  display: inline-block;
}

.m_top_10 {
  margin-top: 10px;
}

.message_404 {
  text-align: center;
  margin: 60px 0;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay div#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.page_date {
  font-size: 14px;
  line-height: 1.5;
}

.page_title {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0;
  color: #012169;
}

.copy_area_author {
  font-size: 18px;
}

.copy_area_sub {
  font-size: 24px;
  line-height: 1.2;
  color: #012169;
}

.copy_main_image {
  padding: 30px 0;
}

.copy_area_text_format {
  line-height: 1.4;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  width: 100%; /* RF - changing this from max-width to width to get the vimeo embed to work */
}

.copy_area_text_format img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}

.copy_area_text_format h2 {
  margin-top: 0;
  font-size: 24px;
}

.copy_area_text_format h4 {
  font-size: 16px;
}

.tag_wrapper {
  background: #7eceb8;
  padding: 6px 14px;
  border-radius: 500px;
  font-size: 12px;
  margin-right: 10px;
}

.page_social_wrapper {
  display: inline-block;
  float: right;
}

.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.event_grid_wrapper {
  margin-bottom: 40px;
}

.e_wrapper {
  position: relative;
}

.e_wrapper .content {
  display: flex;
}

.e_wrapper .content .details {
  width: 100%;
}

.e_wrapper .content .details h1 {
  font-size: 28px;
}

.df2_wrapper {
  width: 250px;
  padding-top: 18px;
  min-height: 100%;
  height: 100%;
}

.df2_date {
  font-size: 97px;
  font-weight: 300;
  float: left;
  padding-right: 8px;
}

.df2_day {
  padding-top: 59px;
  font-size: 20px;
}

.df2_month_year {
}

.border-bottom-solid {
  border-bottom: 1px solid #012169;
}

.signup_feedback {
  margin-bottom: 40px !important;
  font-size: 24px !important;
  padding: 20px;
  color: black !important;
}

.stored_card_wrapper {
  margin-bottom: 20px;
}

input:required {
  border-color: #ccc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

textarea:required {
  border-color: #ccc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

select {
  font-size: 18px;
  font-weight: 300;
  color: #012169;
  height: 60px;
  width: 274px;
  border: none;
  border-bottom: 1px solid #b5e5d7;
  margin-right: 20px;
  cursor: pointer;
  background: url("../graphics/select-box-arrow.png") no-repeat right #fff;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

input[type=text],
input[type=email],
input[type=password],
/* input[type=file], */
input[type="text"], textarea {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  height: 60px;
  width: 274px;
  background-color: #7eceb8;
  border: none;
  border-bottom: 1px solid #012169;
  margin-right: 20px;
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

input[type="submit"].dark,
.btn-dark {
  font-size: 16px;
  font-weight: 400;
  color: #fcfcfc;
  background-color: #012169;
  width: 175px;
  letter-spacing: 1.68px;
  line-height: 58px;
  border: none;
  border-radius: 4px;
}

.btn-dark {
  line-height: 38px;
}

.btn-dark:hover {
  color: #7eceb8;
}

label input[type="radio"] {
  display: none;
}

label .custom_radio {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  border: 1px solid #b5e5d7;
  background-color: #fcfcfc;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

label .custom_radio.checked {
  background-color: #b5e5d7;
}

.linear-gradient {
  background-color: #fff;
  background-image: -moz-repeating-linear-gradient(
    -45deg,
    transparent,
    #ccece3 2px,
    rgba(255, 255, 255, 1) 3px,
    rgba(255, 255, 255, 1) 6px
  );
  background-image: -webkit-repeating-linear-gradient(
    -45deg,
    transparent,
    #ccece3 2px,
    rgba(255, 255, 255, 1) 3px,
    rgba(255, 255, 255, 1) 6px
  );
  background-image: -o-repeating-linear-gradient(
    -45deg,
    transparent,
    #ccece3 2px,
    rgba(255, 255, 255, 1) 3px,
    rgba(255, 255, 255, 1) 6px
  );
  background-image: -ms-repeating-linear-gradient(
    -45deg,
    transparent,
    #ccece3 2px,
    rgba(255, 255, 255, 1) 3px,
    rgba(255, 255, 255, 1) 6px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    #ccece3 2px,
    rgba(255, 255, 255, 1) 3px,
    rgba(255, 255, 255, 1) 6px
  );
}

.ellipsis {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right {
  float: right;
}

.no_padding {
  padding: 0;
}

.no_margin {
  padding: 0;
}

a {
  -webkit-transition: linear 0.25s;
  -moz-transition: linear 0.25s;
  -o-transition: linear 0.25s;
  transition: linear 0.25s;
}

.join_form_success_message h2 {
  margin-top: 30px;
  color: #012169;
}
.join_form_success_message p {
  margin-bottom: 30px;
  color: #012169;
}

.header_search_area {
  height: 70px;
  width: 100%;
  text-align: right;
  line-height: 70px;
  display: none;
}

.header_search_area form {
  display: inline-block;
  background-color: #fff;
  padding: 0px 30px;
  border-radius: 0 0 5px 5px;
}

.header_search_area input[type="text"] {
  height: 30px;
  color: #012169;
  background-color: #fff;
}

.header_search_area input[type="submit"] {
  font-size: 14px;
  line-height: 30px;
  margin-right: 0px;
  width: 100px;
}

.home-header h1 a.button-go {
  height: 40px;
  width: 40px;
  color: #fff;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 8px;
  display: inline-block;
}
.home-header h1 a.button-go.arrow {
  background: url(../graphics/white-arrow.png) center center no-repeat #7eceb8;
}



@media only screen and (max-width: 767px) {
  .mailing-list input[type="text"] {
    margin-right: 0;
  }
}

/*

    END - GENERAL CSS

    START - MENU AREA

 */

nav.navbar {
  height: 120px;
  background-color: #fff;
  margin-bottom: 0;
}

a.navbar-brand {
  height: auto;
  margin: 10px 0;
  padding: 14px 15px;
}

ul.navbar-nav li {
  margin: 34px 0;
}

ul.navbar-nav li.social-link {
  margin: 40px 0 34px 0;
}

ul.navbar-nav li.submenu.burger {
  display: flex;
  justify-content: center;
}

.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  color: #012169;
  margin: 0 5px;
  padding: 15px 7px;
  letter-spacing: 1.3px;
}

.navbar-default .navbar-nav > li a.active,
.navbar-default .navbar-nav > li a:hover {
  color: #2e6fbe;
}

.navbar-default .navbar-nav > li > a.menu-social-link {
  font-size: 14px;
  padding: 0;
  margin: 10px 5px;
}

ul.navbar-nav a {
  outline: none;
}

ul.navbar-nav li.member-login {
  height: 18px;
  line-height: 17px;
  border-left: 1px solid #73cab2;
  margin-top: 50px;
  /*overflow: hidden;*/
}

ul.navbar-nav li.member-login a {
  margin-top: -16px;
  font-size: 13px;
  color: #012169;
  letter-spacing: 1.3px;
  text-decoration: none;
}

ul.navbar-nav li.member-login a:hover {
  color: #2e6fbe;
}

.navbar-toggle {
  margin-top: 43px;
}

nav.navbar .container {
  z-index: 99;
  position: relative;
}

ul.navbar-nav li.member-login .logged_in {
  height: 18px;
  margin: 0 10px;
  padding: 0 10px 10px;
  display: inline-block;
}

ul.navbar-nav li.member-login .logged_in a {
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
}

ul.navbar-nav li.member-login .logged_in i {
  font-size: 15px;
}

ul.navbar-nav li.member-login .logged_in a:first-child {
  margin-right: 0;
}

div.navbar-header .member-login-mobile {
  position: relative;
  float: right;
  margin-top: 43px;
  font-size: 25px;
  margin-right: 10px;
  display: none;
}

div.navbar-header .member-login-mobile.hide_icons {
  display: none;
}

div.navbar-header .member-login-mobile.logged_in {
  display: none;
}

div.navbar-header .member-login-mobile a {
  margin-right: 10px;
  color: #012169;
  outline: none;
}

ul.navbar-nav .burger > button {
  margin: 7px 10px 0;
  display: block;
}

ul.navbar-nav .burger > button:focus {
  background-color: white;
}

ul.navbar-nav .burger ul {
  padding: 0 30px;
  background-color: white;
  position: absolute;
  top: 50px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}

ul.navbar-nav .burger ul::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ddd;
  position: absolute;
  top: -5px;
}

ul.navbar-nav .burger li {
  margin: 0 5px;
  list-style: none;
}

ul.navbar-nav .burger li a {
  font-size: 13px;
  color: #012169;
  margin: 0 5px;
  padding: 15px 3px;
  letter-spacing: 1.3px;
  text-decoration: none;
  display: inline-block;
}

ul.navbar-nav .burger li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
  div.navbar-header .member-login-mobile {
    display: inline-block;
    margin-top: 43px;
  }

  div.navbar-header .member-login-mobile.display_icons {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 1023px) {
  nav.navbar {
    height: 88px;
    border: none;
  }

  .navbar-default .navbar-nav li a,
  ul.navbar-nav .burger ul li a {
    margin: 0 4px;
    padding: 5px 0;
  }

  ul.navbar-nav li,
  ul.navbar-nav .burger ul li {
    margin: 20px 0 !important;
  }

  a.navbar-brand {
    margin: 0;
  }

  ul.navbar-nav li {
    margin: 0;
  }

  ul.navbar-nav li.member-login {
    height: auto;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  ul.navbar-nav li.member-login a {
    margin-top: 0;
  }

  ul.navbar-nav li.social-link {
    display: inline-block;
    margin: 5px 0 15px !important;
  }

  ul.navbar-nav li.social-link.first a {
    margin: 0 0 0 15px;
  }

  ul.navbar-nav li.member-login .logged_in {
    height: auto;
    overflow: auto;
  }

  ul.navbar-nav li.member-login .logged_in a {
    margin-top: 20px;
  }
  div.navbar-header .member-login-mobile {
    margin-top: 28px;
  }

  .navbar-brand img {
    width: 70px;
  }
}

/*

    END - MENU AREA

    START - HEADER AREA [HOMEPAGE/INTERNAL]

 */

.home-header {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 1000px rgba(31, 50, 73, 0.8);
  margin-bottom: 75px;
  text-align: center;
}

.internal-header {
  width: 100%;
  height: 363px;
  /* background-image: url('../graphics/psi-header.jpg'); */
  background-size: cover;
  /* box-shadow: inset 0 0 0 1000px rgba(31,50,73,.8); */
  text-align: center;
}

.internal-header strong {
  font-weight: 500;
}

.home-header .row {
  margin: 0;
  padding: 0;
}

.home-header h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  max-width: 700px;
  margin: 72px auto;
}

.internal-header h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #fcfcfc;
  max-width: 620px;
  margin: 90px 0 0;
}

.internal-header.header-join-us img {
  padding: 20px 0;
}

.internal-header.header-join-us h1{
  font-size: 18px;
  color: white;
  max-width: 100%;
  margin: 18px 0px 0px 0px;
}

@media (max-width: 768px) {
  .internal-header.header-join-us img {
    padding: 10px 0;
    height: auto;
  }
}

.events-top-list.header-search h1 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 100px;
}

.internal-header a {
  color: #fcfcfc;
  border-bottom: 1px solid #b5e5d7;
}

.internal-header a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #b5e5d7;
}

/*

    END - HOME HEADER [HOMEPAGE/INTERNAL]

    START - FIRST BOXS AREA [HOMEPAGE]

 */

.first-boxes-area {
  margin-bottom: 30px;
}

.home-box {
  position: relative;
  margin-bottom: 25px;
  min-height: 370px;
  padding-bottom: 60px;
}

.home-box.search_page {
  min-height: auto;
}

.find_psychologist_page {
  padding: 30px 30px 10px;
}

.home-box-content h1 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: #012169;
  margin: 0 0 20px;
}

.home-box-content h2 {
  font-size: 14px;
  font-weight: 400;
  color: #7eceb8;
  margin: 0 0 20px;
  letter-spacing: 1.68px;
}

.home-box-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #012169;
  width: 100%;
  max-width: 480px;
}

.home-box-content {
  padding: 30px;
}

.bg-dark-blue h1 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 50px;
}

.home-box.events .home-box-content.bg-dark-blue {
  padding-bottom: 20px;
}

.home-box.events .home-box-content.bg-dark-blue h1 {
  margin-bottom: 20px;
}

.home-box.learning .home-box-content {
  background: url(../graphics/home-learning-box.jpg) no-repeat;
}

.home-box.learning .home-box-content.bg-dark-blue h1 {
  margin-bottom: 20px;
}

.home-box.learning .home-box-content.bg-dark-blue p {
  margin-bottom: 160px;
}

.home-box.learning .home-box-footer {
  margin-top: -90px;
}

.home-box-content.bg-dark-blue p {
  color: #fcfcfc;
}

.home-box.bg-green h2 {
  color: #012169;
}

.home-box-content.bg-green h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
}

.home-box-footer {
  position: absolute;
  height: 60px;
  width: 100%;
  text-align: right;
  bottom: 0;
}

.home-box-footer a,
.home-box-footer button {
  font-size: 16px;
  height: 60px;
  letter-spacing: 1.68px;
  line-height: 60px;
  padding: 0 40px;
  color: #7eceb8;
  background-color: #fcfcfc;
  text-decoration: none;
  display: inline-block;
  float: right;
  border: none;
}

.home-box-footer a.button-go,
.home-box-footer button.arrow {
  height: 60px;
  width: 60px;
  color: #fff;
  padding: 0;
}

.home-box-footer .button-go.arrow {
  background: url(../graphics/white-arrow.png) center center no-repeat #7eceb8;
}

.home-box-footer .button-go.audio {
  background: url(../graphics/audio.png) center center no-repeat #7eceb8;
}

.home-box-footer .button-go.eye {
  background: url(../graphics/eye.png) center center no-repeat #7eceb8;
}

.home-box-footer .button-go.twitter {
  background: url(../graphics/twitter.png) center center no-repeat #7eceb8;
}


.home-box.membership {
  background-color: #fff;
}

.no-results {
  text-align: center;
  min-height: auto;
}

.home-box.podcast {
  background-color: #012169;
  border: #012169 1px solid;
}

.home-box.events {
  padding-bottom: 0px;
  margin-bottom: 0;
  border: #7eceb8 1px solid;
}

/* content boxes on the home page need border styling */
.home-box.pale_bg {
  border: 1px solid #7eceb8;
}

.home-box .date-location {
  margin-top: 14px;
}

.home-box .date-location > div {
  padding-left: 32px;
  display: inline-block;
  color: #7eceb8;
  margin-right: 50px;
}

.home-box .date-location > div.date {
  background: url(../graphics/calendar.png) no-repeat 0px 2px;
  vertical-align: top;
}

.home-box .date-location > div.location {
  background: url(../graphics/map-pin.png) no-repeat 0px 0px;
}

.home-box .date-location > div > span {
  display: block;
  font-size: 16px;
}

.membership .home-box-footer {
  margin-top: 10px;
}

.podcast .home-box-footer,
.events .home-box-footer {
  margin-top: 0;
}

.home-box.resources .home-box-content {
  padding-bottom: 19px;
}

.home-box.resources .line {
  padding-top: 10px;
  height: 105px;
  /*border-bottom: 1px solid #012169;*/
  margin-bottom: 16px;
}

.home-box.resources .line:last-child {
  border-bottom: none;
}

.home-box.resources .line h5,
.home-box.resources .line a {
  display: inline-block;
}

.home-box.resources .line h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #012169;
  width: 120px;
  vertical-align: top;
}

.home-box.resources .line a,
.home-box.resources .line a h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #012169;
}

.home-box.resources .line a {
  background: url(../graphics/dark-arrow.png) no-repeat right 0px top 13px;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
}

.home-box.resources .line a h6 {
  max-width: 305px;
}

/*

    END - FIRST BOXS AREA [HOMEPAGE]

    START - FIND A PSYCHOLOGIST AREA [HOMEPAGE]

 */

.psychologist-area {
  background-color: #fff;
}

.psychologist-area .container {
  width: 100%;
  padding: 30px 30px 0px 30px;
}

.psychologist-area .container .row {
  margin: 0;
}

.psychologist-area .container h2 {
}

.psychologist-area .container h3,
.psychologist-area .container h4 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  max-width: 435px;
}

.events-top-list .psychologist-area .container h3,
.events-top-list .psychologist-area .container h4 {
  max-width: none;
}

.psychologist-table,
.psychologist-table th {
  text-align: center;
}

/*

    END - FIND A PSYCHOLOGIST AREA [HOMEPAGE]

    START - SECOND BOXES AREA

 */

.second-boxes-area {
  background-color: #012169;
  padding: 60px 0 10px;
}

.second-boxes-area.latest-news {
}

.first-boxes-area .line {
  padding-top: 6px;
  height: 99px;
  /* margin-bottom: 16px; */
}

.first-boxes-area .latest-news .line {
  border-top: 1px solid #b5e5d7;
}

.first-boxes-area .events .line {
  border-top: 1px solid #32515f;
}

.first-boxes-area .line h5,
.second-boxes-area .line a {
  display: inline-block;
}

.first-boxes-area .line h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #012169;
  width: 120px;
  vertical-align: top;
}

.first-boxes-area .line a,
.first-boxes-area .line a h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #012169;
  display: inline-block;
}

.first-boxes-area .line a {
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
}

.first-boxes-area .line a h6 {
  max-width: 305px;
}

.second-boxes-area .twitter {
  padding: 30px 30px 25px;
  margin: 0;
  min-height: auto;
}

.home-box-footer.twitter-footer {
  position: relative;
  margin: 0;
}

.second-boxes-area .twitter h5 {
  font-size: 14px;
  font-weight: 400;
  color: #7eceb8;
  margin: 0 0 30px;
  letter-spacing: 1.68px;
}

.second-boxes-area .twitter p {
  color: #1a2c3d;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  height: 105px;
  -webkit-line-clamp: 5;
}


.second-boxes-area .blog {
  padding: 30px 30px 25px;
  margin: 0;
  min-height: auto;
}

.home-box-footer.blog-footer {
  position: relative;
  margin: 0;
}

.second-boxes-area .blog h5 {
  font-size: 14px;
  font-weight: 400;
  color: #7eceb8;
  margin: 0 0 30px;
  letter-spacing: 1.68px;
}

.second-boxes-area .blog p {
  color: #1a2c3d;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  -webkit-line-clamp: 5;
}

/*

    END - SECOND BOXES AREA [HOMEPAGE]

    START - MAILING LIST [HOMEPAGE]

*/

.mailing-list {
  background-color: #7eceb8;
  text-align: center;
  padding: 55px 0 70px;
}

.mailing-list h4 {
  color: #fff;
  font-weight: 300;
  margin: 0 0 30px;
}

/*

    END - MAILING LIST [HOMEPAGE]

    START - LINKS PRE-FOOTER [HOMEPAGE]

*/

.links-pre-footer {
  background-color: #fcfcfc;
}

.links-pre-footer a {
  display: inline-block;
  height: 180px;
  width: 100%;
}

.links-pre-footer .row > div {
  border-right: 1px solid #e6e7e6;
}

.links-pre-footer .row > div:first-child {
  border-left: 1px solid #e6e7e6;
}

.links-pre-footer .row .link1 {
  background: url(../graphics/loop.png) center center no-repeat;
}

.links-pre-footer .row .link2 {
  background: url(../graphics/link2.png) center center no-repeat;
}

.links-pre-footer .row .link3 {
  background: url(../graphics/link3.png) center center no-repeat;
}

.links-pre-footer .row .link4 {
  background: url(../graphics/link4.png) center center no-repeat;
}

/*

    END - LINKS PRE-FOOTER [HOMEPAGE]

    START - FOOTER [HOMEPAGE]

*/

.footer {
  background-color: #012169;
  padding-top: 50px;
  text-align: center;
}

.footer .first-line a {
  font-size: 14px;
  font-weight: 400;
  color: #fcfcfc;
  margin: 0 9px;
  letter-spacing: 1.68px;
}

.footer .second-line a {
  font-size: 14px;
  font-weight: 300;
  color: #fcfcfc;
  margin: 0 10px;
  letter-spacing: 1px;
}

.footer .row {
  margin-bottom: 40px;
}

.footer .row:first-child {
  /* margin-bottom: 90px; */
}

/*

    END - FOOTER [HOMEPAGE]

    START [LEARNING]

*/

.menu-box-wrapper {
  z-index: 1;
}

.menu-box-content {
  padding: 30px;
  padding-bottom: 30px;
}

.menu-box.resources {
  padding-bottom: 19px;
  z-index: 1;
}

.menu-box.resources .line {
  /* padding-top: 10px; */
  height: 80px;
  border-bottom: 1px solid #b5e5d7;
  margin-bottom: 16px;
}

.menu-box.resources .line:last-child {
  border-bottom: none;
}

.menu-box.resources .line h5,
.menu-box.resources .line a {
  display: inline-block;
}

.menu-box.resources .line h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #012169;
  width: 120px;
  vertical-align: top;
}

.menu-box.resources .line a,
.menu-box.resources .line a h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #012169;
}

.menu-box.resources .line a {
  background: url(../graphics/dark-arrow.png) no-repeat right 0px top 13px;
  width: -webkit-calc(100% - 6px);
  width: -moz-calc(100% - 6px);
  width: calc(100% - 6px);
}

.menu-box.resources .line a h6 {
  max-width: 305px;
}

.sub_menu_header {
  background: none !important;
  font-weight: bold !important;
}

/*

    END - [LEARNING]

    START [MEMBERSHIP AREA]

*/

.membership-modal .icons {
  padding-top: 60px;
}

.membership-modal ul li {
  margin-bottom: 14px;
}

.membership-modal .icons.recognition {
  background: url(../graphics/membership-icon1.png) center top no-repeat;
}

.membership-modal .icons.networking {
  background: url(../graphics/membership-icon2.png) center top no-repeat;
}

.membership-modal .icons.benefits {
  background: url(../graphics/membership-icon3.png) center top no-repeat;
}

.membership-modal h1 {
  font-size: 28px;
  font-weight: 500;
  color: #012169;
  margin: 0 0 25px;
}

.membership-modal h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #012169;
  margin: 0 auto 50px;
  max-width: 450px;
}

.membership-modal h3 {
  font-size: 18px;
  font-weight: 400;
  color: #012169;
  text-align: center;
  width: 100%;
}

.membership-modal h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #012169;
  margin: 0 auto 24px;
  max-width: 434px;
  text-align: center;
}

.join-us-top ul {
  font-size: 16px;
  font-weight: 300;
  color: #012169;
}

.membership-first-area {
  /*  text-align: center; */
  padding: 25px 0;
  /* background: url(../graphics/page-membership-icon.png) center top 60px no-repeat; */
}

.membership-first-area .icons {
  padding-top: 0px;
}

.membership-first-area .icons.recognition {
  /* background: url(../graphics/membership-icon1.png) center top no-repeat; */
  padding-top: 10px;
}

.membership-first-area .icons.networking {
  /* background: url(../graphics/membership-icon2.png) center top no-repeat; */
}

.membership-first-area .icons.benefits {
  /* background: url(../graphics/membership-icon3.png) center top no-repeat; */
}

.membership-first-area h1 {
  font-size: 28px;
  font-weight: 500;
  color: #012169;
  margin: 0;
}

.membership-first-area h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #012169;
  /*  margin: 0 auto 50px; */
  max-width: 450px;
}

.membership-first-area h3 {
  font-size: 18px;
  font-weight: 400;
  color: #012169;
  /* text-align: center; */
  width: 100%;
  margin-top: 10px;
}

.membership-first-area ul {
  font-weight: lighter;
}

.membership-first-area img {
  padding-right: 8px;
  width: 30px;
}

.membership-first-area h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #012169;
  /* margin: 0 auto 60px; */
  /* max-width: 230px; */
}

.membership-second-area {
  padding: 60px 0;
  text-align: left;
}

.membership-second-area h3 {
  font-size: 28px;
  font-weight: 500;
  color: #012169;
  width: 100%;
  max-width: 265px;
  margin: 0 0 20px;
}

.membership-second-area .left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #012169;
  max-width: 340px;
  margin: 0 0 20px;
}

.membership-second-area ul.list > li {
  list-style: none;
  border-top: 1px solid #73cab2;
}

.membership-second-area ul.list > li h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #012169;
  height: 33px;
  margin: 30px 0;
  background: url(../graphics/ul-green-arrows.v2.png) top -35px right no-repeat;
  cursor: pointer;
}

.membership-second-area ul.list > li h5.actived {
  background: url(../graphics/ul-green-arrows.png) top 0px right no-repeat;
}

.membership-second-area ul.list > li div.text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 30px;
  display: none;
}

.membership-second-area ul.list > li div.text .btn-dark {
  margin: 20px 0 10px;
}

.membership-second-area ul.list ul {
  padding: 0 20px;
  margin-bottom: 10px;
}

.membership-second-area ul.list ul li {
  list-style: disc;
  line-height: 28px;
}

.membership-apply-form-area {
  text-align: center;
  padding-bottom: 10px;
  max-width: 100%;
}

.membership-apply-form-area h1 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
  padding-top: 100px;
  background: url(../graphics/page-membership-form.png) center top 60px no-repeat;
}

.membership-apply-form-area h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin: 0 auto 60px;
  max-width: 445px;
  text-align: center;
}

.membership-apply-form-area h3 {
  margin-top: 30px;
}

.membership-apply-form-area form {
  width: 100%;
  padding: 30px;
  background-color: #fcfcfc;
  margin: 0 auto 60px;
  text-align: left;
}

.membership-apply-form-area form input[type="text"],
.membership-apply-form-area form input[type="password"],
.membership-apply-form-area form input[type="text"],
.membership-apply-form-area form input[type="email"],
textarea {
  width: 100%;
  border-bottom: 1px solid #b5e5d7;
  color: #012169;
  height: 58px;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.membership-apply-form-area form input[type="text"]::-webkit-input-placeholder,
.membership-apply-form-area form input[type="password"]::-webkit-input-placeholder,
.membership-apply-form-area form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #012169;
}
.membership-apply-form-area form input[type="text"]::-moz-placeholder,
.membership-apply-form-area form input[type="password"]::-moz-placeholder,
.membership-apply-form-area form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #012169;
}
.membership-apply-form-area form input[type="text"]:-ms-input-placeholder,
.membership-apply-form-area form input[type="password"]:-ms-input-placeholder,
.membership-apply-form-area form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #012169;
}
.membership-apply-form-area form input[type="text"]:-moz-placeholder,
.membership-apply-form-area form input[type="password"]:-moz-placeholder,
.membership-apply-form-area form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #012169;
}

.membership-apply-form-area form input[type="submit"] {
  /* display: block; */
  margin-top: 15px;
}

.membership-apply-form-area span.title {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin: 17px 0;
  display: inline-block;
  text-align: left;
  color: #012169;
}

.membership-apply-form-area form label {
  font-size: 16px;
  font-weight: 300;
  color: #012169;
  margin-right: 35px;
  cursor: pointer;
}

/* realex form */

#realex_form_standalone #realex_form_standalone_li {
  width: 100%;
  padding: 30px;
  background-color: #fcfcfc;
  margin: 0 auto 60px;
  text-align: left;
}

#realex_form_standalone #realex_form_standalone_li h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  margin: 0 auto 25px;
  max-width: 445px;
  text-align: center;
}

#realex_form_standalone select,
#realex_form_standalone_li select {
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
}

#realex_form_standalone input[type="text"],
#realex_form_standalone_li input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #b5e5d7;
  color: #012169;
  height: 58px;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

#realex_form_standalone #realex_form_standalone_li input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #012169;
}
#realex_form_standalone #realex_form_standalone_li input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #012169;
}
#realex_form_standalone #realex_form_standalone_li input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #012169;
}
#realex_form_standalone #realex_form_standalone_li input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #012169;
}

#realex_form_standalone #realex_form_standalone_li input[type="submit"] {
  display: block;
  margin-top: 15px;
}

#realex_form_standalone #realex_form_standalone_li span.title {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin: 17px 0;
  display: inline-block;
  text-align: left;
  color: #012169;
}

#realex_form_standalone #realex_form_standalone_li label {
  font-size: 16px;
  font-weight: 300;
  color: #012169;
  margin-right: 35px;
  cursor: pointer;
}

/* class version of the above */

.form_standard_styling {
  width: 100%;
  padding: 30px;
  background-color: #fcfcfc;
  margin: 0 auto 60px;
  text-align: left;
}

.form_standard_styling h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
  margin: 0 auto 25px;
  max-width: 445px;
  text-align: center;
}

.form_standard_styling select {
  width: 100%;
  font-size: 16px;
}

.form_standard_styling input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #b5e5d7;
  color: #012169;
  height: 58px;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.form_standard_styling input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #012169;
}
.form_standard_styling input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #012169;
}
.form_standard_styling input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #012169;
}
.form_standard_styling input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #012169;
}

.form_standard_styling input[type="submit"] {
  /*  display: block; */
  margin-top: 15px;
}

.form_standard_styling span.title {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin: 17px 0;
  display: inline-block;
  text-align: left;
  color: #012169;
}

.form_standard_styling label {
  font-size: 16px;
  font-weight: 300;
  color: #012169;
  margin-right: 35px;
  cursor: pointer;
}

.chart_extra {
  margin-top: 40px;
}

/*

    END - [MEMBERSHIP AREA]

    START [EVENTS AREA]

*/

.events-top-list {
  height: auto;
  min-height: 250px;
  text-align: left;
}

.events-top-list.learning-header {
  background: url(../graphics/psi-header-learning.jpg) no-repeat center center;
  background-size: cover;
}

.events-top-list.about-header {
  background: url(../graphics/psi-header-about.jpg) no-repeat center center;
  background-size: cover;
}

div.team_box {
  background: url(../graphics/psi-team.jpg) no-repeat center center;
  background-size: cover;
}

.events-top-list.header-join-us {
  /* background: url(../graphics/psi-header-join-us.jpg) no-repeat top center;
    background-size: cover; */
  background-color: #1b2367;
  text-align: center;
}

.events-top-list a {
  text-decoration: none;
}

.events-second-list a {
  text-decoration: none;
}

.events-top-list .container {
  color: #000;
  max-width: 100%;
}

.events-top-list .copy_area_text_format .container {
  padding: 0;
}

.events-top-list .container .left-column,
.events-top-list .container .right-column {
  float: left;
  width: 50%;
  display: inline-block;
}

.events-top-list .container .left-column {
  padding: 25px 25px 17px 25px;
}

.events-top-list .container .date,
.events-top-list .container .categories {
  display: inline-block;
}

.events-top-list .container .date {
  line-height: 33px;
}

.events-top-list .container .details h1 {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.events-top-list .container .details p {
  font-size: 18px;
  max-width: 420px;
  min-height: 175px;
}

.events-top-list .container a.button,
button.button {
  font-size: 12px;
  padding: 8px 15px;
  margin: 0 3px;
  color: #fff;
  border: none;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
}

.events-top-list .container .details a.book_now {
  font-size: 14px;
  padding: 12px 30px;
}

.events-top-list .container .details .event_booked {
  font-size: 14px;
  padding: 12px 0px;
  margin-left: 10px;
  color: green;
}

.events-top-list .container .details a.pull-right {
  /* margin: 8px 5px; */
}

.events-top-list .container .details a.pull-right i {
  font-size: 25px;
}

.events-top-list .container .featured-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.events-top-list .container-second {
  padding: 30px 30px 23px;
}

.events-top-list .container-second .icons {
  font-size: 25px;
  margin: 8px 5px;
}
.events-top-list .container-second .details p {
  min-height: 129px;
}

.events-top-list .container-second .left-column {
  margin-left: -15px;
  margin-right: 15px;
  padding: 30px;
}

.events-top-list .container-second .right-column {
  margin-right: -15px;
  margin-left: 15px;
  padding: 30px 30px 50px;
}

.events-top-list .container-second .hero_wrapper {
  min-height: 521px;
}

.events-top-list .container-second .hero_wrapper h1 {
  font-size: 28px;
}

.events-top-list .container-second .hero_wrapper h3 {
  line-height: 1.4;
  margin-top: 0px;
}

.events-top-list .container-second .details .hero-buttons {
  position: absolute;
  bottom: 25px;
  width: 89%;
}

.events-second-list {
  margin-top: 40px;
  padding: 0 0 40px;
}

.events-second-list .row:first-child .content {
  border-top: 1px dotted #000;
}

.events-second-list .row .content {
  padding: 10px 15px 28px;
  border-bottom: 1px dotted #000;
  /* min-height: 200px; */
}

.events-second-list .row .content:hover {
  background-color: #f9f9f9;
}

.events-second-list .row h1 {
  font-size: 24px;
  /* margin-top: 25px; */
  margin-bottom: 20px;
  /* max-width: 400px; */
  min-height: 40px;
}

.events-second-list .row .date {
  overflow: hidden;
}

.events-second-list .row .details {
  overflow: hidden;
}

.events-second-list .row p {
  margin-bottom: 10px;
}

.events-second-list .container a.button {
  font-size: 11px;
  padding: 8px 15px;
  margin: 0 3px;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
}

.events-second-list .container a.pull-right {
  margin: 0 5px;
}

.events-second-list .container a.pull-right i {
  font-size: 18px;
}

.events-second-list .container .icons {
  font-size: 18px;
  margin: 0 5px;
}

.events-second-list .container .buttons {
  /* bottom: 30px;
    position: absolute;
    left: 248px;*/
  padding: 10px 0 0 0;
}

.events-second-list .container .row .load_more_events {
  margin-top: 40px;
  /* background-color: #0D5695; */
}

.events-second-list .container .row .points {
  font-size: 16px;
}

#free_event_modal .modal-title {
  font-weight: 400;
}

#free_event_modal .purchase_info {
  margin-bottom: 30px;
}

#free_event_modal .purchase_info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
}

#free_event_modal .purchase_info h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

#free_event_modal .purchase_info p {
  font-size: 16px;
  font-weight: 400;
}

#free_event_modal label {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

#free_event_modal input[type="email"],
#free_event_modal input[type="text"] {
  width: 100%;
  height: 58px;
  color: #012169;
  background-color: #fff;
  border-bottom: 1px solid #b5e5d7;
  margin-bottom: 10px;
  /*box-shadow: none;*/
}

#free_event_modal #emailHelp {
  font-size: 12px;
  display: inline-block;
  margin: 15px 0 10px;
}

#free_event_modal #saveForm {
  margin-top: 15px;
}

.events-top-list .menu-box-content {
  padding: 0px;
}

.events-top-list .menu-box-content .line {
  height: auto;
  margin: 0;
  /* padding: 20px 0; */
}

.events-top-list .menu-box-content .line a {
  background-position: right center;
  display: inline-block;
  height: 100%;
  padding: 16px 10px 16px 6px;
}

.events-top-list .menu-box-content .line a h6 {
  font-size: 15px;
}

.events-top-list .menu-box-content .line h6,
.events-top-list .menu-box-content .line h2 {
  margin: 0;
  padding: 0;
}
.events-top-list .menu-box-content .line:hover {
  background-color: #a4e8d4;
}

.side_nav_head {
  background-color: #012169;
}

.side_nav_head a {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  .events-top-list .container .details h1,
  .e_wrapper .content .details h1 {
    font-size: 20px;
  }

  .events-top-list {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .events-top-list .container .details p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .events-top-list .container-second .left-column {
    margin-left: -15px;
    margin-bottom: 30px;
  }

  .events-top-list .container-second .right-column {
    margin-right: -15px;
    margin-bottom: 30px;
  }

  .events-top-list .container .details p {
    max-width: 100%;
  }

  .navbar-toggle {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .events-top-list .container:first-child {
    margin: 0 15px;
  }

  .events-top-list .copy_area_text_format .container {
    margin: 0;
  }

  .events-top-list .container-second .left-column {
    margin-left: 0px;
  }

  .events-top-list .container-second .right-column {
    margin-left: 0px;
  }

  .events-second-list .content:first-child {
    border-top: none;
  }

  .events-top-list .container .left-column,
  .events-top-list .container .right-column {
    float: right;
    width: 100%;
  }

  .events-top-list .container .left-column.hero_wrapper,
  .events-top-list .container .right-column.hero_wrapper {
    float: none;
    padding: 20px;
  }

  .events-top-list .container .right-column img {
    width: 100%;
  }

  .events-second-list .row .content {
    padding-left: 0;
    padding-right: 0;
  }

  .events-top-list .container .details p,
  .events-top-list .container-second .details p {
    min-height: auto;
  }

  .events-top-list .container-second .hero_wrapper {
    min-height: auto;
    padding-bottom: 60px;
  }

  .events-second-list .row .date {
    float: none !important;
  }

  .events-second-list .row .details {
    padding: 5px 10px;
  }

  .events-top-list .container .details a.book_now {
    padding: 8px 15px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px) {
  .events-second-list .container a.button.pull-right {
    display: none;
  }
}

/*

    END - [EVENTS AREA]

    START - [GROUPS PAGE]

*/

.groups-page {
  font-size: 18px;
  padding: 60px 0 90px;
  color: #012169;
}

.groups-page .new-group-style {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding: 45px 45px;
}

.groups-page .new-group-style.bg-dark-blue {
  color: #fff;
}

.groups-page .new-group-style .group-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.groups-page .new-group-style .group-submenu li a {
  font-size: 22px;
  color: #fff;
}

.groups-page .new-group-style .group-submenu li a.selected {
  text-decoration: underline;
}

.groups-page .new-group-style .group-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0;
}

.groups-page .new-group-style .group-content.bg-white {
  background-color: #fff;
  color: #012169;
  padding: 30px 20px;
}

.groups-page .new-group-style .group-content ul {
  padding-left: 20px;
}

.groups-page .new-group-style .group-content h2,
.groups-page .new-group-style .group-content h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.groups-page .new-group-style .group-content a {
  text-decoration: underline;
}

.groups-page .new-group-style .group-content#tab-group-events a {
  text-decoration: none;
}

.groups-page .new-group-style .group-content.row > div {
  margin-bottom: 20px;
}

.groups-page .new-group-style .group-content .member {
  min-height: auto;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 0;
}

.groups-page .new-group-style .group-content .members {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.groups-page .new-group-style .group-content .members .col-xs-12 {
  padding-bottom: 10px;
}

.groups-page .new-group-style .group-content .member h3 {
  color: #012169;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}

.groups-page .new-group-style .group-content .member h4 {
  font-size: 15px;
}

.groups-page .new-group-style .group-content .member .default-picture {
  height: 60px;
  width: 60px;
  border-color: #012169;
}

.groups-page .new-group-style .group-content .member .default-picture i {
  font-size: 55px;
}

.groups-page .new-group-style .event_grid_wrapper {
  margin: 0 0 0;
}

.groups-page .new-group-style .event_grid_wrapper .event-row {
  padding: 25px;
  margin: 0 0 20px;
  background-color: #fff;
  color: #012169;
}

.groups-page .new-group-style .event_grid_wrapper .event-row .details h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.groups-page .new-group-style .event_grid_wrapper .event-row .df2_month_year {
  color: #77ccee;
}

.groups-page .new-group-style .event_grid_wrapper .event-row .df2_day {
  padding-top: 20px;
}

.groups-page .new-group-style .event_grid_wrapper .event-row .df2_date {
  font-size: 70px;
}

.groups-page .new-group-style .event_grid_wrapper .event-row .df2_wrapper {
  padding: 0;
}

.groups-page .new-group-style a.button {
  font-size: 11px;
  padding: 8px 15px;
  margin: 0 3px;
  color: #fff;
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
}

.groups-page h1 {
  font-size: 32px;
  margin-bottom: 10px;
  /* text-align: center;
  max-width: 920px;
  margin: 0 auto 60px; */
}

.groups-page h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.groups-page .groups div {
  padding-top: 30px;
}

.groups-page .groups .top-line {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #7eceb8;
  margin-bottom: 10px;
}

.groups-page .groups a {
  display: inline-block;
  /* color: #fff; */
}

.groups-page .groups a:hover {
  text-decoration: underline;
}

.groups-page-footer {
  padding: 60px 0 60px;
  text-align: center;
  color: #012169;
}

.groups-page-footer .fa {
  font-size: 48px;
  margin-bottom: 10px;
}

.groups-page-footer h2 {
  max-width: 340px;
  margin: 0 auto;
}

.groups-page-footer h4 {
  max-width: 520px;
  margin: 20px auto 0;
  line-height: 1.3;
}

.groups-page-footer .btn {
  color: #fcfcfc;
  background-color: #012169;
  margin: 30px 10px;
  padding: 10px 15px;
}

.groups-page-footer .btn:hover {
  color: #aaa;
}

.groups-page .smaller-h1 {
  font-size: 26px;
  margin-top: 50px;
}

.groups-page .margin_top_10 {
  margin: 10px 0;
}

.groups-page a.social-media {
  font-size: 16px;
  color: #012169;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background-color: #fcfcfc;
  border-radius: 50%;
  margin-right: 5px;
}

.groups-page a.social-media:hover {
  color: #337ab7;
}

.groups-page a.kewords {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  background-color: #fcfcfc;
  padding: 0 10px;
  display: inline-block;
  border-radius: 6px;
  margin: 0 4px;
  text-decoration: none;
  color: #012169;
}

.groups-page a.kewords:hover {
  color: #337ab7;
}

.groups-page #tab-group-careers h5,
.groups-page #tab-group-news h5 {
  color: #40c1ac;
  font-size: 20px;
}

.groups-page #tab-group-careers > div,
.groups-page #tab-group-news > div {
  border-bottom: 2px solid #40c1ac;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.groups-page #tab-group-careers .news-date,
.groups-page #tab-group-news .news-date {
  font-size: 16px;
}

.groups-page #tab-group-careers > div:last-of-type,
.groups-page #tab-group-news > div:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.groups-page .btn-need-psychologist {
  background-color: #012169;
  font-size: 18px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 60px;
  margin-top: 45px;
  white-space: normal;
}

.groups-page .membership-apply-form-area a {
  /* color: white; */
  text-decoration: underline;
}

.groups-page #associated_files_area {
  margin-top: 50px;
  padding: 30px 0 50px;
}

.members {
  margin-top: 20px;
}

.member {
  background-color: #fcfcfc;
  color: #012169;
  /* border-radius: 4px; */
  text-align: center;
  padding: 45px 20px;
  min-height: 270px;
  margin-top: 40px;
}

.member h1 {
  color: #012169;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}

.member h2 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 5px;
}

.member strong {
  display: block;
  margin-bottom: 20px;
}

.groups-page .download_links div {
  padding-top: 0px;
  padding-bottom: 20px;
  min-height: 90px;
  margin-bottom: 0px;
}

.groups-page .member .bio {
  display: inline-block;
  margin-top: 15px;
}

.groups-page .download_links .pdf_download {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #fcfcfc;
  color: #012169;
  position: absolute;
  bottom: -25px;
  left: 15px;
  font-size: 12px;
  text-align: center;
  padding: 0 12px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.groups-page .download_links .pdf_download:hover {
  color: #337ab7;
}

.groups-page .download_links a {
  font-size: 16px;
  color: #012169;
}

.group_col_2 h2,
.group_col_2 h3 {
  margin-left: 60px;
}

.groups-page a {
  text-decoration: none;
}

.member .default-picture {
  height: 90px;
  width: 90px;
  border: 3px solid #337ab7;
  border-radius: 45px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

.member .default-picture i {
  font-size: 95px;
  margin-top: 5px;
}

.home-box-content input[type="text"] {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 300;
  color: rgb(31, 50, 73);
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .group_col_2 h2,
  .group_col_2 h3 {
    margin-left: 0px;
  }

  .events-top-list .container-second .details .hero-buttons {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .events-top-list .container .details h1 {
    margin: 15px 0;
  }

  .events-top-list .container .details h3 {
    font-size: 16px;
  }

  .events-top-list .container-second .details p {
    min-height: auto;
  }

  .events-top-list .container-second .hero_wrapper h1 {
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .events-top-list .container-second .hero_wrapper h3 {
    margin: 10px 0;
  }

  .free_hybrid_event_form label {
    margin: 15px 0 0;
  }

  .events-top-list .container .date {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 767px) {
  .groups-page .row .text-right {
    text-align: left;
    margin-top: 10px;
  }

  .groups-page .row .text-right a:first-child {
    margin-left: 0;
  }
}

/* login form */

.login_form input[type="text"],
.login_form input[type="password"],
.login_form input[type="file"],
.pw_modal_form input[type="text"],
.pw_modal_form input[type="password"],
.pw_modal_form input[type="file"],
.light_appearance input[type="text"],
.light_appearance input[type="password"],
.light_appearance input[type="file"] {
  width: 100%;
  border-bottom: 1px solid #b5e5d7;
  color: #012169;
  height: 58px;
  background-color: #fcfcfc;
  margin-bottom: 10px;
}

.login_form input[type="text"]::-webkit-input-placeholder,
.login_form input[type="password"]::-webkit-input-placeholder,
.login_form input[type="file"]::-webkit-input-placeholder,
.pw_modal_form input[type="text"]::-webkit-input-placeholder,
.pw_modal_form input[type="password"]::-webkit-input-placeholder,
.pw_modal_form input[type="file"]::-webkit-input-placeholder,
.light_appearance input[type="text"]::-webkit-input-placeholder,
.light_appearance input[type="password"]::-webkit-input-placeholder,
.light_appearance input[type="file"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #012169;
}
.login_form input[type="text"]::-moz-placeholder,
.login_form input[type="password"]::-moz-placeholder,
.login_form input[type="file"]::-moz-placeholder,
.pw_modal_form input[type="text"]::-moz-placeholder,
.pw_modal_form input[type="password"]::-moz-placeholder,
.pw_modal_form input[type="file"]::-moz-placeholder,
.light_appearance input[type="text"]::-moz-placeholder,
.light_appearance input[type="password"]::-moz-placeholder,
.light_appearance input[type="file"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #012169;
}
.login_form input[type="text"]:-ms-input-placeholder,
.login_form input[type="password"]:-ms-input-placeholder,
.login_form input[type="file"]:-ms-input-placeholder,
.pw_modal_form input[type="text"]:-ms-input-placeholder,
.pw_modal_form input[type="password"]:-ms-input-placeholder,
.pw_modal_form input[type="file"]:-ms-input-placeholder,
.light_appearance input[type="text"]:-ms-input-placeholder,
.light_appearance input[type="password"]:-ms-input-placeholder,
.light_appearance input[type="file"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #012169;
}
.login_form input[type="text"]:-moz-placeholder,
.login_form input[type="password"]:-moz-placeholder,
.login_form input[type="file"]:-moz-placeholder,
.pw_modal_form input[type="text"]:-moz-placeholder,
.pw_modal_form input[type="password"]:-moz-placeholder,
.pw_modal_form input[type="file"]:-moz-placeholder,
.light_appearance input[type="text"]:-moz-placeholder,
.light_appearance input[type="password"]:-moz-placeholder,
.light_appearance input[type="file"]:-moz-placeholder {
  /* Firefox 18- */
  color: #012169;
}

.login_form input[type="submit"],
.pw_modal_form input[type="submit"] {
  display: block;
  margin-top: 15px;
}

.login_form .btn-dark,
.pw_modal_form .btn-dark {
  width: 105px;
  line-height: 38px;
  margin-bottom: 5px;
}

.login_form .button_wrapper,
.pw_modal_form .button_wrapper {
  margin: 15px 0;
}

.pass_recovery_form .button_wrapper button {
  margin-right: 15px;
}

.member_signup_form select {
  width: 100%;
  font-size: 16px;
}

.member_signup_form .g-recaptcha {
  margin-top: 20px;
}

.member_signup_form input[type="file"] {
  width: 100%;
}

.member_signup_form label.input_file {
  font-size: 16px;
  font-weight: 300;
  /* height: 60px; */
  line-height: 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b5e5d7;
  outline: none;
  margin-top: 10px;
}

.member_signup_form label .fa {
  float: right;
  line-height: 60px;
}

.member_signup_form .btn-dark {
  width: 140px;
}

#realex_form .form_description h2 {
  float: left;
  color: #000;
  margin: 40px 0 0 0;
  font-weight: strong;
}

#realex_form select {
  width: 100%;
  font-size: 16px;
}

.listing-page {
  margin: 50px auto;
}

.listing-page h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}

.listing-page h1 a {
  color: #fcfcfc;
}

.profile_form select {
  width: 100%;
  font-size: 16px;
}

.group_signup_form {
  color: #333 !important;
  font-size: 14px;
}

.group_signup_form input[type="file"] {
  width: 100%;
}

.group_signup_form label.input_file {
  font-size: 16px;
  font-weight: 300;
  /* height: 60px; */
  line-height: 60px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b5e5d7;
  outline: none;
  margin-top: 10px;
}

.group_signup_form label .fa {
  float: right;
  line-height: 60px;
}

.group_signup_form .form_description h2 {
  float: none !important;
  color: #000;
  margin: 40px 0 0 0;
  font-weight: strong;
  text-align: left;
}

.article_file_icon {
  margin-left: 15px;
  cursor: pointer;
  color: #0d88fc;
}

.article_file_icon:hover {
  color: #309afe;
}

#forgot_password_modal a:hover,
#member_lgin_modal a:hover {
  text-decoration: none;
  color: #012169;
}

.forgot_password {
  text-decoration: none;
  margin-left: 10px;
}

a.no_underline,
a.no_underline:hover,
a.no_underline:active,
a.no_underline:visited,
a.no_underline:focus {
  text-decoration: none;
}

.modal-content {
  min-height: 330px;
}

.conference_image {
  height: 536px;
}

.fix-height {
  height: auto;
  padding: 30px 0 45px;
}

.membership-apply-form-area div {
  position: relative;
  padding-bottom: 20px;
}

.membership-apply-form-area .file_download_btn {
  position: absolute;
  right: 0;
  top: 0;
}

.membership-second-area > div {
  margin: 0;
}

.member_signup_form .form-inline .form-group {
  padding: 0 5px;
}

.member_signup_form .form-inline .form-group input[type="text"] {
  height: 38px;
}

.member_signup_form .form-inline .form-group input[type="checkbox"] {
  display: block;
  margin-top: 15px;
  margin-left: 20px;
}

.member_signup_form .exta_data_wrapper .chart_extra .row {
  padding: 0 15px;
  margin: 20px -15px;
}

.header-search.find-psychologist {
  min-height: auto;
}

.header-search.find-psychologist h1 {
  margin-top: 50px;
}

.find-psychologist-form {
  margin-top: 50px;
  border: #7eceb8 1px solid;
}

.find-psychologist-form .form-inline {
  width: 100%;
  display: inline-block;
  background-color: #fff;
}

.find-psychologist-form form {
  padding: 30px 15px;
}

.find-psychologist-form form .form-group {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.find-psychologist-form form label {
  display: block;
}

.find-psychologist-form form input[type="text"] {
  border-bottom: 1px solid #b5e5d7;
  color: #012169;
  height: 38px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 5px;
}

.find-psychologist-form form select {
  height: 38px;
  width: 100%;
}

.find-psychologist-form form .btn {
  margin-top: 20px;
}

.conf_reg {
  color: #012169 !important;
}

.conf_reg small {
  color: #012169 !important;
}
/*abstract section*/
.delegate_search_success {
  position: absolute !important;
  top: 11px;
  right: 0;
  width: 183px;
  padding-top: 6px;
  color: #3c763d;
}

.abstract_user_feedback,
.abstract_contact_details_feedback {
  top: 9px;
  position: relative;
  left: 4px;
}

/*dash transaction list */
.transaction_details_list {
  display: inline-block;
  max-height: 350px;
  overflow: auto;
  width: 100%;
}

/* dash file dl */
.dash_file_dl_area {
  margin-left: 39px;
  padding-left: 38px;
}

.dash_file_dl_form {
  position: relative;
}

.dash_file_dl_form .fa {
  float: left;
  padding-right: 20px;
}

.dash_file_dl_form h3 {
  margin-bottom: 10px;
}

.dash_file_dl_form input[type="submit"] {
  position: absolute;
  left: 366px;
  bottom: -6px;
}

.cookie-notice {
  position: relative;
  font-size: 14px;
  color: #fff;
  background-color: #012169;
  padding: 10px 0 15px;
  text-align: center;
  z-index: 9;
}

.cookie-notice > .container {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cookie-notice p {
  margin: 0;
  max-width: 860px;
  display: inline-block;
}
.cookie-notice .btn-opt-out {
  font-size: 12px;
  cursor: pointer;
  text-decoration: underline;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cookie-notice .btn-opt-out:hover {
  opacity: 0.8;
}
.cookie-notice .btn-agree {
  color: #fff;
  margin-top: 10px;
  background-color: #4feab1db;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cookie-notice .btn-agree:hover {
  color: #fff;
  background-color: #7eceb8;
}

.accordions-group h5 {
  font-size: 3.2rem;
  line-height: 120%;
  /* max-width: 260px; - rf - removing this beacause it looks wrong on full width accordian faq's, may have issues on other faqs */
}

.accordions-group .btn {
  margin-top: 40px;
}

.accordions-group .accordion {
  position: relative;
  padding: 28px 80px 28px 40px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 56, 80, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}

.accordions-group .accordion h4 {
  font-size: 2.1rem;
  line-height: 130%;
  color: #003850;
  padding: 0;
  margin: 0;
}

.accordions-group .accordion .control {
  position: absolute;
  top: 24px;
  right: 28px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #012169;
  border: 2px solid #ffffff;
  cursor: pointer;
  text-align: center;
}

.accordions-group .accordion .control::before {
  content: "\2715";
  display: inline-block;
  color: #fff;
  font-size: 23px;
  transform: rotate(45deg);
}

.accordions-group .accordion.active .control::before {
  transform: rotate(0deg);
}

.accordions-group .accordion .accordion-text {
  font-size: 1.8rem;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.6);
  display: none;
  margin-top: 50px;
}

.accordions-group .accordion .accordion-text .btn {
  margin-top: 20px;
}

.accordions-group .accordion .accordion-text p {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 580px) {
  .dash_file_dl_form input[type="submit"] {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .e_wrapper .content {
    flex-direction: column;
  }

  .e_wrapper .content .details h1 {
    margin: 0 0 10px;
  }
}

/*
    collapse navbar earlier at 768px
 */
@media (max-width: 1023px) {
  .home-header h1 {
    font-size: 40px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-top: 28px;
    margin-right: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .collapse,
  .collapsing {
    position: relative;
    top: -10px;
  }
  .navbar-collapse {
    /*height: 100vh;*/
    background-color: #fff;
  }

  ul.navbar-nav .burger {
    margin: 0;
  }

  ul.navbar-nav .burger > button {
    display: none !important;
  }

  ul.navbar-nav .burger ul {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    border-radius: unset;
    box-shadow: none;
  }

  ul.navbar-nav .burger ul.collapse {
    display: block;
    height: auto !important;
  }

  ul.navbar-nav .burger ul.collapse.collapsing {
    position: relative;
  }

  ul.navbar-nav .burger ul li {
    margin: 0;
    text-align: left;
  }

  ul.navbar-nav .burger ul::before {
    display: none;
  }

  /* ul.navbar-nav .burger ul li a {
    padding: 15px 2px;
    margin-left: 5px;
    margin: 0 4px;
  } */

  ul.navbar-nav li.member-login {
    border-left: none;
  }

  .membership-apply-form-area h3 {
    font-size: 18px;
  }

  .membership-apply-form-area .file_download_btn {
    position: relative;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .membership-apply-form-area form label {
    font-size: 14px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .home-header {
    height: auto;
  }

  .home-header h1 {
    font-size: 30px;
    margin: 72px auto;
  }

  /* .home-box {min-height: auto;} */

  .home-box.events {
    margin-bottom: 25px;
  }

  .first-boxes-area .line {
    height: auto;
    min-height: 100px;
  }

  .home-box-footer.twitter-footer {
    margin-bottom: 30px;
  }

  .second-boxes-area {
    padding-bottom: 0;
  }

  /* New classes added to reorder the divs */

  .row--flex {
    display: flex; /* Creates a flex container. */
    flex-wrap: wrap; /* Wrap columns, now flex-items. */
  }

  .row--flex [class^="col-"],
  .row--flex [class*="col-"] {
    float: none;
  }

  .col-xs-order-1 {
    order: 1;
    margin-top: 40px;
  }

  .big_dl_button {
    width: 100%;
    white-space: normal;
  }

  .membership-apply-form-area form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .member_signup_form .form-inline .form-group input[type="checkbox"] {
    display: inline;
    position: relative;
    top: 2px;
  }

  .member_signup_form .exta_data_wrapper .chart_extra .fields-line .row {
    background-color: #ddd;
    padding: 30px 15px 20px;
    margin: 20px -15px 30px;
  }

  .member_signup_form .exta_data_wrapper .chart_extra .fields-line .row.row-btn {
    background-color: #fdfdfd;
    margin: 0;
    padding: 0;
  }

  .member_signup_form .form-inline .form-group input[type="text"] {
    background-color: #ddd;
    border-bottom-color: #082e5d;
    cursor: text;
  }

  .second-boxes-area .twitter p {
    height: auto;
  }
}

@media (max-width: 767px) {
  .groups-page .new-group-style .group-submenu {
    display: inline-block;
  }

  .groups-page .new-group-style .group-submenu li a {
    margin-bottom: 15px;
  }

  .groups-page .new-group-style .group-content.bg-white {
    padding: 25px 0px;
    font-size: 16px;
  }

  .member {
    min-height: auto;
  }

  .navbar-nav {
    box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  }

  .navbar-default .navbar-nav li a,
  ul.navbar-nav .burger ul li a {
    margin-left: 20px;
  }

  .accordions-group .accordion {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapsing {
    margin: 0 -30px;
    padding: 0 30px;
  }
  .navbar-collapse.collapse {
    display: none !important;
    margin: 0 -30px;
    padding: 0 30px;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  ul.navbar-nav li.member-login {
    padding: 0;
  }

  .home-box.events {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .copy_area_text_format table {
    width: auto !important;
    height: auto !important;
  }

  .copy_area_text_format table td {
    padding: 5px;
  }
}

.col-sm-5cols {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-sm-5cols {
    width: 20%;
    float: left;
  }
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-consent-sdk #onetrust-pc-sdk {
  font-size: 16px;
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy {
  font-size: 16px !important;
}

.find-psychologist-list {
  padding: 20px 10px;
  border-bottom: 1px dotted #00000040;
}

.find-psychologist-list:nth-child(even) {
  background-color: #efefefa3;
}

.find-psychologist-list > div {
  display: flex;
  padding: 2px 5px;
}

.find-psychologist-list .name {
  font-size: 18px;
  font-weight: bold;
  color: #012169;
  margin-bottom: 15px;
}

.find-psychologist-list strong {
  margin-right: 10px;
  min-width: 150px;
  font-weight: normal;
}

.find-psychologist-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
}

.find-psychologist-list ul li {
  width: 100%;
  float: left;
  margin: 0 15px;
}

.find-psychologist-list ul.list li {
  width: 30%;
}

@media (max-width: 780px) {
  .find_psychologist_page {
    padding: 30px 15px 10px;
  }

  .find-psychologist-list > div {
    margin-bottom: 5px;
  }

  .find-psychologist-list > div,
  .find-psychologist-list ul {
    display: inline-block;
    width: 100%;
  }

  .find-psychologist-list ul.list li,
  .find-psychologist-list ul li {
    width: 100%;
    display: list-item;
  }

  .find-psychologist-list strong {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
  }
}

.discount_code_success {
  color: #3c763d;
  font-size: 12px;
}
