small {
  font-size: 0.8333333333em;
  margin-bottom: 0.8333333333em;
}

.tiny {
  font-size: 0.6944444444em;
  margin-bottom: 0.8333333333em;
}

.label {
  font-weight: 700;
}

.meta {
  font-size: 0.8333333333em;
}

ul.SK-meta {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

button {
  text-align: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  border: none;
  background: none;
  text-transform: inherit;
}

button:focus {
  outline: none;
}

.SK-button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-item-align: center;
  align-self: center;
}

input.SK-button {
  font-size: inherit;
  font-family: inherit;
}

.SK-button {
  border-radius: 4px;
  text-align: center;
  padding: .8em .4em;
  border: 1px solid;
}

.SK-button.SK-round {
  border-radius: 1000px;
}

.SK-button[class*='outline'] {
  background: none;
}

.SK-button--gray-outline {
  color: #777;
  border-color: #CCC;
  padding: .8em;
}

.SK-button--tiny {
  font-size: 0.6944444444em;
  padding: .8em 1.6em;
}

fieldset {
  width: 100%;
  border: none;
}

fieldset + fieldset {
  margin-top: .8em;
}

legend {
  font-weight: 400;
}

label {
  font-size: 0.6944444444em;
  font-weight: 700;
  margin-bottom: .4em;
  text-transform: uppercase;
}

select {
  background: #FFF url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9px' height='6px' viewBox='70 80 9 6' version='1.1'><polygon stroke='none' fill='#000000' fill-rule='evenodd' points='79 80 74.8431458 85.0494856 70.6862915 80'></polygon></svg>") no-repeat right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
select {
  font-family: inherit;
  font-size: 1em;
  width: 100%;
  padding: .4em;
  border: 1px solid #ddd;
  border-radius: 2px;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
select:focus {
  border-color: #000;
  outline: none;
}

.SK-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: .4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.SK-field__note {
  font-size: 0.6944444444em;
  font-style: italic;
  display: block;
  margin-top: .2em;
}

.SK-field__note--error {
  font-weight: 500;
  display: none;
}

.SK-field--error .SK-field__label, .SK-field--error .SK-field__note {
  color: #d93800;
}

.SK-field--error .SK-field__input {
  border-color: #d93800;
}

.SK-field--error .SK-field__note--error {
  display: block;
}

.SK-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 768px) {
  .SK-fields {
      margin: 0 -.4em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
  }

  .SK-fields .SK-field {
      padding: 0 .4em;
  }
}

.SK-signin fieldset {
  position: relative;
}

#login-form-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  color: #525151;
  margin: 0;
  padding: 8px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #login-form-toggle {
      display: none;
  }
}

.user-login-form {
  display: none;
}

@media (min-width: 768px) {
  .user-login-form {
      display: block;
  }
}

.SK-switch__label {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 1000px;
}

.SK-switch__label:before {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 1000px;
  background: #999;
}

.SK-switch__label:after {
  font-size: 9px;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 24px;
  content: 'Off';
  -webkit-transform: translateX(21px);
  transform: translateX(21px);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  text-transform: uppercase;
  color: #999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SK-switch__input {
  display: none;
}

.SK-switch__input:checked + .switch__label:before {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}

.SK-switch__input:checked + .switch__label:after {
  content: 'On';
  -webkit-transform: translate(3px);
  transform: translate(3px);
}

svg {
  font-family: inherit;
}

.SK-icon {
  stroke: currentColor;
  width: 32px;
  height: 32px;
}

.SK-icon--small {
  width: 28px;
  height: 28px;
}

.SK-icon--xsmall {
  width: 24px;
  height: 24px;
}

.SK-icon--tiny {
  width: 20px;
  height: 20px;
}

.SK-skipta-logo {
  width: 100%;
}

.SK-skipta-logo__text {
  fill: #888;
}

.SK-skipta-logo__arrow-cut {
  fill: #00753B;
}

.SK-skipta-logo__arrow--blue {
  fill: #009ACD;
}

.SK-skipta-logo__arrow--green {
  fill: #9FCC3B;
}

.SK-community-logo {
  fill: #FFF;
  font-family: 'Inter', Sans-Serif;
}

.SK-community-logo__name {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.SK-community-logo__brand {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .SK-community-logo__name {
      font-size: 30px;
  }
}

.SK-forms .SK-network-logo__icon {
  fill: #FFF;
}

#cubes {
  height: auto;
}

.SK-cls-2 {
  stroke: #FFF;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.SK-cls-4 {
  fill: #FFF;
}

[id*="shade"], [id*="highlight"] {
  mix-blend-mode: soft-light;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  html,
  body {
      height: 100%;
      min-height: 100%;
  }
}

/* .SK-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 768px;
margin: auto;
padding: 4%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column; } */

.SK-container__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.4em;
  color: #000;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.SK-container__marketing {
  position: relative;
  z-index: 90;
}

@media (min-width: 1024px) {
  .SK-container__marketing {
      padding: 8% 2% 0 4%;
  }
}

@media (min-width: 1280px) {
  .SK-container__marketing {
      padding-right: 8%;
  }
}

/* section {
padding: 2em 0; } */

.SK-features, .SK-advisors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.SK-features .SK-feature__item, .SK-advisors .SK-advisor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .8em;
}

@media (min-width: 768px) {
  .SK-features .SK-feature__item, .SK-advisors .SK-advisor__item {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }
}

.SK-marketing__overview {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .SK-features {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  }
}

@media (min-width: 768px) {
  .SK-features .SK-feature__item {
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
  }

  .SK-features .SK-feature__item:nth-child(odd) {
      padding-right: 0.8em;
  }

  .SK-features .SK-feature__item:nth-child(even) {
      padding-left: 0.8em;
  }
}

.SK-features .SK-feature__icon {
  margin-right: .4em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) {
  .SK-features .SK-feature__icon {
      width: 40px;
      height: 40px;
      margin-bottom: 0.8em;
      stroke-width: 1;
  }
}

@media (min-width: 768px) {
  .SK-advisors {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  }
}

.SK-advisors .SK-advisor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: .4em;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1280px) {
  .SK-advisors .SK-advisor__item {
      width: 48%;
  }

  .SK-advisors .SK-advisor__item:nth-child(odd) {
      margin-right: 0.8em;
  }

  .SK-advisors .SK-advisor__item:nth-child(even) {
      margin-left: 0.8em;
  }
}

.SK-advisors .SK-advisor__image {
  width: 4em;
  margin-right: 0.8em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.SK-advisors .SK-advisor__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SK-testimonial__text {
  margin: 0;
  padding: 0.8em;
  background: rgba(255, 255, 255, 0.15);
}

.SK-testimonial__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SK-testimonial__image {
  position: relative;
  width: 5em;
  margin-right: 1.92em;
  background: red;
}

.SK-testimonial__image:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 1.6em;
  height: 1.6em;
  content: '';
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.15) 50.1%);
}

.SK-about__image {
  float: right;
  width: 60%;
  margin: 0 0 .8em .8em;
}

.SK-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.4em;
}

@media (min-width: 768px) {
  .SK-mobile-menu {
      display: none;
  }
}

.SK-mobile-menu__button {
  font-size: 0.6944444444em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: .4em 0;
  text-transform: uppercase;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SK-mobile-menu__button:last-child {
  border-right: none;
}

.SK-mobile-menu__button:hover {
  color: #000;
}

.SK-mobile-menu__icon {
  width: 20px;
  height: 20px;
  margin-bottom: .4em;
  stroke: currentColor;
}

.SK-branding {
  position: relative;
  min-height: 72px;
  max-height: 280px;
  -webkit-transition: all .25s;
  transition: all .25s;
  pointer-events: none;
  background: blue;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.SK-branding:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .6;
  background: url(../images/doctor-unite.jpg);
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.SK-branding__logo {
  position: absolute;
  z-index: 2;
  right: 0.8em;
  bottom: 0.8em;
  left: 0.8em;
  height: 40px;
}

.SK-branding__logo .SK-community-logo {
  width: 100%;
  height: 32px;
}

@media (min-width: 768px) {
  .SK-branding__logo .SK-community-logo {
      height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .SK-container__panel--expanded .SK-branding {
      width: 8px;
  }

  .SK-container__panel--expanded .SK-branding:before {
      opacity: 0;
  }
}

@media (min-width: 1024px) {
  .SK-container__panel--expanded .SK-branding {
      height: 48px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }
}

.SK-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding: 1.6em 0;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.SK-content .SK-content__logo {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .SK-content .SK-content__logo {
      display: block;
      width: 90%;
      margin: 2em auto;
  }

  .SK-content .SK-content__logo .SK-community-logo {
      width: 100%;
      height: 40px;
  }
}

.SK-auth {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.SK-auth--active {
  display: block;
}

.SK-auth__signin {
  margin: auto;
}

.SK-auth__signin input[type='text'],
.SK-auth__signin input[type='password'] {
  font-size: 1.2em;
}

.SK-auth__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (min-width: 768px) {
  .SK-auth__options {
      margin: 0 -.4em;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
  }
}

.SK-auth__options--secondary {
  margin-top: .8em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.SK-auth__options--secondary .SK-auth__option {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0 .2em;
}

.SK-auth__options--secondary .SK-auth__option .SK-button {
  width: auto;
  min-width: 140px;
}

.SK-auth__option {
  margin-bottom: .8em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .SK-auth__option {
      margin-bottom: 0;
      padding: 0 .4em;
  }
}

.SK-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.4em;
  margin-top: 0;
  padding: 0.8em 1.6em;
  border-top: 1px solid #eee;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .SK-legal {
      width: 706px;
      margin-top: .4em;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }
}

.SK-legal__brand {
  width: 128px;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 768px) {
  .SK-legal__brand {
      display: block;
  }
}

.SK-legal__terms {
  font-size: 0.6944444444em;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 768px) {
  .SK-legal__terms {
      text-align: right;
  }
}

.form-item-pass-fields-pass1, .form-item-pass-fields-pass2 {
  width: 49%;
  float: left;
  margin: 0 1%;
}

.form-item-pass-fields-pass1 {
  margin-left: 0;
}

.form-item-pass-fields-pass2 {
  margin-right: 0;
}
/*
.block-block-content {
  color: #fff;
}
*/
.dialog-off-canvas-main-canvas {
  background: #A4867C;
}

.mini-registration-form {
  padding: 17px 30px;
  background: #fff;
  border-radius: 5px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .mini-registration-form {
      margin-top: 0 !important;
  }
}

#block-passthroughbanneradblock {
  position: fixed;
  margin-top: 80px;
}

.form-group {
  margin-bottom: 0;
}

.radio, .checkbox {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

#number-check-result {
  font-size: 12px;
  font-style: italic;
  color: #e23939;
}

.form-group {
  margin-bottom: 0;
}

#signup h5 {
  font-size: 1.1em;
}

#signup h5 strong {
  color: #169eb4;
}

.password-strength__indicator {
  background: #169eb4;
}

.showcase_menu {
  display: none;
}

.SK-cls-1 {
  fill: #a4867c;
}

.community-logo__mark,
#hero_bubble {
  fill: #169eb4;
}

.SK-community-logo__icon {
  fill: #169eb4;
}

#top_bubble {
  fill: #5B9C8A;
}

#middle_bubble {
  fill: #9EAE5A;
}

#bottom_bubble {
  fill: #e98f00;
}

.path-passthrough .SK-auth__option .btn-primary {
  font-size: inherit;
  font-family: inherit;
  border-radius: 4px;
  text-align: center;
  padding: .7em .4em;
  border: 1px solid;
  min-width: 110px;
}
.path-passthrough .SK-auth__option .btn-primary:hover{
  padding: .7em .4em;
}
#createaccountbutton {
  color: #8a8a8a;
}
#createaccountbutton:hover,#createaccountbutton:focus {
  color: #fff;
}
.path-passthrough .SK-auth__options--secondary {
  justify-content: left;
  padding-left: 5px;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #169EB4;
  border-color: #169EB4;
}

.SK-auth__signin .SK-auth__option .btn-primary {
  width: 100%;
}

.path-passthrough .region-sidebar-right {
  position: fixed;
  padding-top: 75px;
}

.stream_disabled{
  pointer-events: none;
}
.post_detail_title {
  display: none;
}

.path-passthrough .stream_email_passthrough{
  margin-top: 20px;
}

.path-passthrough .passthrough-signin{
  margin-bottom: 5px;
  font-size: 1.474em;
}

.path-passthrough .SK-auth__options--secondary{
  margin-top: 5px;
}
.path-passthrough .SK-auth__options .SK-auth__option{
  flex: 1;
  min-width: auto;
}

.path-passthrough .SK-auth__options .SK-auth__option .SK-button{
  display: block;
  padding: 10px 0px;
}
.path-passthrough .description.help-block{
  clear: both;
}
.path-passthrough .password-suggestions.description{
  display: none !important;
}

.user-register-form{
  background-color: #fff;
  padding: 15px 15px;
  margin: 45px 0px 15px 0px;
  border-radius: 3px;
}

/* Resistration Page Community CSS Start Here */

@media (min-width: 768px) {
  .path-register .community-container.dialog-off-canvas-main-canvas .region-content {
      width: 460px;
      min-height: 280px;
      max-height: 293px;
      margin: 2% 0% 0% 0%;
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }
}

.path-register .community-container.dialog-off-canvas-main-canvas .region-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0.4em;
  color: #000;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.community-container.dialog-off-canvas-main-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 768px;
  margin: auto;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media (max-width: 767px) {
  .path-register .community-container.dialog-off-canvas-main-canvas {
      padding: 4% 0%;
  }
  .path-register .SK-auth__option .btn-primary {
      width: 100%;
  }
}

@media (min-width: 768px) {
  .path-register .community-container.dialog-off-canvas-main-canvas {
      max-width: none;
      margin: 0;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      display: flex;
  }
}

@media (min-width: 768px) {
  .path-register .SK-container__marketing {
      padding-left: 4%;
      padding-top: 3%;
  }
}

.path-register .SK-auth__option .btn-primary {
  padding: .7em .4em;
  margin-top: 5px;
  font-size: inherit;
  min-width: 193px;
}

.path-register .SK-auth__options {
  margin: 0px;
}

.path-register .user-register-form {
  padding: 17px 30px 30px 30px;
  margin: 25px 0px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.user-logged-in.path-register .region-sidebar-right {
  position: static;
  padding-top: 75px;
}

.user-logged-in.path-register #block-dermatologistnation-theme-skiptaconnect {
  color: #000;
}

.path-register .SK-fields .SK-field {
  margin-bottom: 1.2em;
}

.path-register .SK-auth__option {
  padding: 0px
}

@media (max-width: 568px) {
  .user-logged-in.path-register .region-content {
      min-height: auto;
  }
}

.path-register h1.page-header {
  display: none;
}

.user-logged-in.path-register h1.page-header{
  color: #000;
  display: block;
}
.user-logged-in.path-register .dialog-off-canvas-main-canvas{ background: #f3f3f3;}
.path-register .footer{ display: none;}
.path-passthrough .instream-banner iframe{
  max-width: 100%;
}
.path-passthrough .stream__wrapper {
  padding-bottom: 0;
  margin-bottom: 0;
}

.stream_email_passthrough .stream__wrapper{
  padding: 10px 0;
}

.path-passthrough .group__wrapper {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px 30px;
}

.path-passthrough .filter__right label{
  text-transform: capitalize;
}

.caption{
  display: table;
}
.path-passthrough #trial-contact-form-div .trials-contact-form label {
  font-size: 16px;
  text-transform: capitalize;
}
.path-passthrough .trials-search-form label{
  font-size: 16px;
  text-transform: capitalize;
}


.path-passthrough .community-trails-tab p.tage-option select {
  -webkit-appearance: menulist;
}
.path-passthrough .trials-search-form .multiselect-container>li>a>label.radio, .path-passthrough .trials-search-form .multiselect-container>li>a>label.checkbox {
  margin: 0px !important;
  font-size: 14px;
}
.caption{
  display: table;
}
.path-passthrough .filter__right label{
  text-transform: capitalize;
}
.seedit-comment-toppanel {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.path-passthrough .sk__logo__wrapper {
  width: 290px;
}
.path-passthrough .disease-spotlight-eyebrow {
  margin-top: 30px;
}

/* Lower reg passthrough header */
@media (max-width: 768px) {
  .path-passthrough .col-mobile-dash .dashboard__items {
    width: auto;
  }
  .path-passthrough #notificationIcon, .path-passthrough #profileIcon {
    display: none;
  }
  .path-passthrough .dashboard .dashboard__item--search {
    top: 14px;
  }
}
