* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  html, body {
      height: 100%;
      min-height: 100%;
 }
}
.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 (min-width: 1024px) {
  .dialog-off-canvas-main-canvas {
      max-width: none;
      height: 100%;
      margin: 0;
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
 }
}
.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;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dialog-off-canvas-main-canvas .region-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
 }
}
@media (min-width: 1024px) {
  .dialog-off-canvas-main-canvas .region-content {
      width: 460px;
      min-height: 460px;
      margin: 2%;
      margin-right: 0;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
 }
}
.dialog-off-canvas-main-canvas__marketing {
  position: relative;
  z-index: 90;
}
@media (min-width: 1024px) {
  .dialog-off-canvas-main-canvas__marketing {
      overflow: scroll;
      padding: 8% 2% 0 4%;
 }
}
@media (min-width: 1280px) {
  .dialog-off-canvas-main-canvas__marketing {
      padding-right: 8%;
 }
}
.SK-container__marketing {
  position: relative;
  z-index: 90;
}
@media (min-width: 1024px) {
  .SK-container__marketing {
      overflow-y: scroll;
      padding: 8% 2% 0 4%;
 }
}
@media (min-width: 1280px) {
  .SK-container__marketing {
      padding-right: 8%;
 }
}
.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-auth__option .btn-primary {
  font-size: inherit;
  font-family: inherit;
  border-radius: 4px;
  text-align: center;
  padding: .8em .4em;
  border: 1px solid;
  width: 100%;
}
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 !important;
  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: 1.2em;
  -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-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;
}
.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;
}
#block-skiptabranding {
  position: relative;
  min-height: 280px;
  max-height: 280px;
  -webkit-transition: all .25s;
  transition: all .25s;
  pointer-events: none;
  /* background: blue; */
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-skiptabranding {
      width: 280px;
      max-height: none;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
 }
}
#block-skiptabranding: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;
  min-height: 280px;
 /* -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;*/
}
/* Safari 6.1-10.0 (not 10.1, which is the latest version of Safari at this time) */

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    #block-skiptabranding:before {
       min-height: 280px;
      }  
}}
/* Safari 10.1+ (which is the latest version of Safari at this time) */

@media not all and (min-resolution:.001dpcm) { @media {

#block-skiptabranding:before {
       min-height: 280px;
      }  
}}

#block-skiptabranding .logo {
  position: absolute;
  z-index: 2;
  right: 0.8em;
  bottom: 0.8em;
  left: 0.8em;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-skiptabranding .logo {
      display: block;
 }
}
#block-skiptabranding .logo .SK-community-logo {
  width: 100%;
  height: 32px;
}
@media (min-width: 768px) {
  #block-skiptabranding .logo .SK-community-logo {
      height: 36px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dialog-off-canvas-main-canvas__panel--expanded #block-skiptabranding {
      width: 8px;
 }
  .dialog-off-canvas-main-canvas__panel--expanded #block-skiptabranding:before {
      opacity: 0;
 }
}
@media (min-width: 1024px) {
  .dialog-off-canvas-main-canvas__panel--expanded #block-skiptabranding {
      height: 48px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
 }
}
#block-blocktabspreloginforms {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
  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;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-blocktabspreloginforms {
      overflow: auto;
      min-height: 440px;
 }
}
#block-blocktabspreloginforms .SK-content__logo {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-blocktabspreloginforms .SK-content__logo {
      display: block;
      width: 90%;
      margin: 2em auto;
 }
  #block-blocktabspreloginforms .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;
  line-height: 32px;
  padding: 0 .4em;
  }
.SK-auth .SK-field input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
 /* not currently supported */
  -o-appearance: checkbox;
 /* not currently supported */
}
.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 5px;
  margin: 0px 0px;
}
.SK-auth__options--secondary .SK-auth__option .SK-button {
  width: auto;
}
.SK-auth__options--passwordRules {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.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-auth__option .SK-button {
  width: 100%;
  text-transform: capitalize;
}
.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;
 }
}
.SK-auth__option .btn-primary {
  font-size: inherit;
  font-family: inherit;
  border-radius: 4px;
  text-align: center;
  padding: .8em .4em;
  border: 1px solid;
  width: 100%;
  margin-left: 0px!important;
  border-color: #169eb4;
  transition: all 0.1s;
  text-transform: capitalize;
}
/*********CSS by Sachin 01-03-2018 ************/
#blocktabs-pre_login_forms .blocktabs-tabs {
  flex-flow: wrap;
}
#blocktabs-pre_login_forms, 
#blocktabs-pre_login_forms .blocktabs-tabs, 
#blocktabs-pre_login_forms .blocktabs-tab {
  border: 0;
  background: none;
}
#blocktabs-pre_login_forms .blocktabs-tabs a {
  font-size: 11px ;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #747063;
  display: block;
}
#blocktabs-pre_login_forms .blocktabs-tabs a:focus {
  outline: none;
}
#blocktabs-pre_login_forms .blocktabs-tab {
  position: relative;
  margin: 1em .2em 0 0;
}
#blocktabs-pre_login_forms .blocktabs-tab.active a {
  color: #000;
}
#blocktabs-pre_login_forms .form-control:focus {
  box-shadow: none !important;
}
* {
  font-family: 'Inter';
}
#blocktabs-pre_login_forms .blocktabs-pane.active {
  padding: 1em 1em 1.4em;
  border-top: 1px solid #eee;
  margin-top: 1em;
}
@media all and (max-width: 1023px) {
  #blocktabs-pre_login_forms .blocktabs-tab {
      width: 49%;
 }
}
.ui-tabs .ui-tabs-nav li {
  margin: 1em .2em 0 0;
}
#blocktabs-pre_login_forms legend {
  border: 0;
}

#blocktabs-pre_login_forms-1 .item-list ul{
  display: none;
}
.skcontact-support .js-form-item label {
  display: none;
}
#skipta_pass{
  display: none;
}
#block-skiptaconnect , #block-skiptafeatures, #block-skiptaabout {
 padding:2em 0;
}
#block-skiptaconnect {
  padding-bottom: 0;
}
#blocktabs-pre_login_forms .blocktabs-tab,
#blocktabs-pre_login_forms .ui-tabs-anchor {
  padding-top: 1.54em;
  color: #747063;
}

.block-tab-list {
  margin-top: 18px;
}

[data-target-id=blocktabs-pre_login_forms-1]:before,
a#ui-id-1:before {
  content: " ";
  height: 24px;
  width: 24px;
  position: absolute;
  left: calc(50% - 10px);
  top: 0px;
  background-image: url('../images/pre-login/pre-login-icons.png');
  background-position: -61px -21px;
  background-repeat: no-repeat;
}
#blocktabs-pre_login_forms .blocktabs-tab.active a[data-target-id=blocktabs-pre_login_forms-1]:before,
#blocktabs-pre_login_forms li.ui-tabs-active.ui-state-active a#ui-id-1:before {
  background-position: -61px -61px;
}
[data-target-id=blocktabs-pre_login_forms-2]:before,
a#ui-id-2:before {
  content: " ";
  height: 24px;
  width: 25px;
  position: absolute;
  left: calc(50% - 10px);
  top: 0px;
  background-image: url('../images/pre-login/pre-login-icons.png');
  background-position: -143px -19px;
  background-repeat: no-repeat;
}
#blocktabs-pre_login_forms .blocktabs-tab.active a[data-target-id=blocktabs-pre_login_forms-2]:before,
#blocktabs-pre_login_forms li.ui-tabs-active.ui-state-active a#ui-id-2:before {
  background-position: -144px -59px;
}
[data-target-id=blocktabs-pre_login_forms-3]:before,
a#ui-id-3:before {
  content: " ";
  height: 24px;
  width: 24px;
  position: absolute;
  left: calc(50% - 10px);
  top: 0px;
  background-image: url('../images/pre-login/pre-login-icons.png');
  background-position: -102px -19px;
  background-repeat: no-repeat;
}
#blocktabs-pre_login_forms .blocktabs-tab.active a[data-target-id=blocktabs-pre_login_forms-3]:before,
#blocktabs-pre_login_forms li.ui-tabs-active.ui-state-active a#ui-id-3:before {
  background-position: -102px -59px;
}
[data-target-id=blocktabs-pre_login_forms-4]:before,
a#ui-id-4:before {
  content: " ";
  height: 24px;
  width: 24px;
  position: absolute;
  left: calc(50% - 10px);
  top: 0px;
  background-image: url('../images/pre-login/pre-login-icons.png');
  background-position: -20px -20px;
  background-repeat: no-repeat;
}
#blocktabs-pre_login_forms .blocktabs-tab.active a[data-target-id=blocktabs-pre_login_forms-4]:before,
#blocktabs-pre_login_forms li.ui-tabs-active.ui-state-active a#ui-id-4:before {
  background-position: -20px -60px;
}
.SK-skipta-logo {
  max-height: 35px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .SK-fields .SK-field {
      width: 50%;
 }
}
@media all and (min-width: 1024px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .SK-container__marketing {
      width: calc(98% - 460px);
 }
 .SK-marketing__about .SK-about__image#cubes{
   height:600px;
   }
 
}
.SK-container__marketing p {
  margin-bottom: 0.8333333333em !important;
}
.form-required:after {
  display: none !important;
}
 
.password-confirm .ok { 
  text-transform: capitalize;
}
.password-confirm .error { 
  text-transform: capitalize;
}
.SK-legal__terms a{
  position: relative;
  margin-right: 10px;
}
.SK-legal__terms a:last-child{
  margin-right: 0;
}
.SK-legal__terms a::after {
  content: '';
  width: 0;
  height: 10px;
  position: absolute;
  border-right: 1px solid #747063;
  top: 2px;
  right: -7px;
  cursor: default;
}
.SK-legal__terms a::after:hover{
  text-decoration: none;
}
.SK-legal__terms a:last-child::after {
  border-right: none;
}
@-moz-document url-prefix() { 
  .SK-legal__terms a::after {
    right: -8px;
  }
}
.help-block ul{
	display: block;
	list-style-type: disc;
}
.help-block ul li ul{
	list-style-type: disc;
}
.password-suggestions.description ul.pass-hint {
  display: block;
  list-style-type: disc;
  font-size: 13px;
}
.password-suggestions.description ul.pass-hint li >ul {
  list-style-type: disc;
  display: block;
}
.SK-auth__options--secondary .SK-auth__option .SK-button {
  min-width: 130px;
}

.resetpass-steps {
  font-size:11px;
  font-weight:bold;
  text-align:center;
}
.resetpass-steps .steps{
  border:1px solid #ccc;
  padding:10px 5px;
  background:#169EB4;
  color:#FFFFFF;
}
.resetpass-steps .active{
  color:#000000;
}
