/* Header Styles */
/* line 11, ../../css-src/components/header.scss */
#yas-header {
  padding: 0 0 14px 0;
}
/* line 12, ../../css-src/components/header.scss */
#yas-header .yas-dnnrow {
  position: relative;
}

/* line 15, ../../css-src/components/header.scss */
a#btnnavFadein {
  padding: 0 10px 0 26px;
  width: 16px;
  height: 16px;
  padding: 0;
  background-position: 0 0;
  background-color: transparent !important;
}

/* line 18, ../../css-src/components/header.scss */
a#btnnavFadeout:before {
  background: url("../../Images/btn-back.png") no-repeat scroll 0 0 transparent;
  color: transparent;
  content: "Back";
  float: left;
  margin: 14px 8px;
  padding: 0;
  text-shadow: 0 0 0;
}

@media (max-width: 479px) {
  /* line 39, ../../css-src/components/header.scss */
  .ya-logged-in .ya-right-button-wrapper {
    width: 185px !important;
  }
}

/* line 50, ../../css-src/components/header.scss */
.btns-wrapper {
  position: relative;
  width: 100%;
  float: left;
}
/* line 53, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns {
  /*position:absolute;display:block;text-align:right;top:0; left:40px; right:40px;*/
  position: relative;
  display: block;
  text-align: right;
  float: right;
  margin-right: 30px;
}
@media (max-width: 479px) {
  /* line 53, ../../css-src/components/header.scss */
  .btns-wrapper .ya-top-btns {
    display: inline-block;
    float: none;
    margin: 0 auto;
    min-width: 280px;
    text-align: center;
    padding-left: 12px;
  }
}
/* line 65, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .ya-left-button-wrapper {
  display: inline-block;
  float: left;
}
/* line 66, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .ya-right-button-wrapper {
  display: inline-block;
  width: 188px;
  float: left;
}
/* line 67, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .ya-right-button-wrapper .btn {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 66, ../../css-src/components/header.scss */
  .btns-wrapper .ya-top-btns .ya-right-button-wrapper {
    width: 205px;
  }
}
@media (max-width: 350px) {
  /* line 66, ../../css-src/components/header.scss */
  .btns-wrapper .ya-top-btns .ya-right-button-wrapper {
    /*width:180px;*/
  }
}
/* line 74, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .separator {
  display: inline-block;
  margin: 14px 5px;
  vertical-align: top;
  color: white;
}
/* line 76, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .btn {
  padding: 0 0;
  margin-top: 0;
  margin-bottom: 0;
  cursor: default;
  text-shadow: none;
  border-color: transparent;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
/* line 78, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .btn a {
  color: white;
  display: inline-block;
  padding: 14px 0;
  font-size: 14px;
  cursor: pointer;
}
/* line 79, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns .btn em {
  font-style: normal;
}
/* line 81, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns > .btn:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 6px;
  margin-right: 3px;
}
/* line 83, ../../css-src/components/header.scss */
.btns-wrapper .ya-top-btns > .btn:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 0;
}
/* line 86, ../../css-src/components/header.scss */
.btns-wrapper .btn-orange {
  background: #e86c25;
  -moz-border-radius: 0 0 0 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 4px;
  margin: 0 2px 0 0;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  /*background:lighten(#e86c25, 5%);*/
}
/* line 88, ../../css-src/components/header.scss */
.btns-wrapper .btn-orange:hover {
  background: #e86c25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
/* line 90, ../../css-src/components/header.scss */
.btns-wrapper .btn-orange a.ya-hyperlink {
  padding: 14px;
}
/* line 91, ../../css-src/components/header.scss */
.btns-wrapper .btn-orange a.ya-hyperlink .ya-search-icon {
  margin: 0 5px;
}
@media (max-width: 350px) {
  /* line 91, ../../css-src/components/header.scss */
  .btns-wrapper .btn-orange a.ya-hyperlink .ya-search-icon {
    display: none;
  }
}
@media (max-width: 479px) {
  /* line 94, ../../css-src/components/header.scss */
  .btns-wrapper .btn-orange a.ya-hyperlink .hidden-small-phone {
    display: none;
  }
}
@media (max-width: 330px) {
  /* line 90, ../../css-src/components/header.scss */
  .btns-wrapper .btn-orange a.ya-hyperlink {
    padding: 14px 10px;
  }
}
/* line 100, ../../css-src/components/header.scss */
.btns-wrapper .btn-red {
  background: #B4341D;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 0;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
/* line 101, ../../css-src/components/header.scss */
.btns-wrapper .btn-red:hover {
  background: #B4341D;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /*background:lighten($red, 5%);*/
}

/* line 109, ../../css-src/components/header.scss */
div.userProperties {
  display: block;
  float: left;
  width: 100%;
  min-width: 0;
  margin-top: 3px;
}
/* line 116, ../../css-src/components/header.scss */
div.userProperties li.userName ul {
  position: relative !important;
  color: #5F6A72;
  left: 0 !important;
}
/* line 117, ../../css-src/components/header.scss */
div.userProperties li.userName ul .yas-username {
  color: #5F6A72;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1px;
  text-align: left;
}
/* line 119, ../../css-src/components/header.scss */
div.userProperties li.userName ul .yas-username a {
  display: inline-block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: ProximaNova-Semibold, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
}
/* line 126, ../../css-src/components/header.scss */
div.userProperties li.userName ul .yas-username a:before {
  display: inline-block;
  content: "Logged in as:";
  color: #5F6A72;
  font-size: 12px;
  font-weight: normal;
  margin-right: 5px;
}

/* line 135, ../../css-src/components/header.scss */
.yas-dnnrow {
  *zoom: 1;
}
/* line 14, ../../css-src/vendor/bootstrap/_mixins.scss */
.yas-dnnrow:before, .yas-dnnrow:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../../css-src/vendor/bootstrap/_mixins.scss */
.yas-dnnrow:after {
  clear: both;
}

/* line 140, ../../css-src/components/header.scss */
.ya-login-row {
  width: 100%;
  float: left;
  /**this is slogan i.e Many Paths, One Yoga Alliance**/
  /*div.userProperties{min-width:253px;}
  div.userProperties li.userName ul{	width:224px !important;}*/
}
@media (min-width: 1050px) {
  /* line 140, ../../css-src/components/header.scss */
  .ya-login-row {
    margin-bottom: 5px;
    margin-top: -10px;
  }
}
/* line 149, ../../css-src/components/header.scss */
.ya-login-row .yas-logo {
  margin-right: 3%;
  float: left;
}
@media (max-width: 535px) {
  /* line 149, ../../css-src/components/header.scss */
  .ya-login-row .yas-logo {
    width: 200px;
  }
}
@media (max-width: 490px) {
  /* line 149, ../../css-src/components/header.scss */
  .ya-login-row .yas-logo {
    padding-left: 15px;
    width: 190px;
  }
}
@media (max-width: 380px) {
  /* line 149, ../../css-src/components/header.scss */
  .ya-login-row .yas-logo {
    width: 170px;
    margin-right: 0;
    padding-left: 10px;
  }
}
@media (max-width: 380px) {
  /* line 156, ../../css-src/components/header.scss */
  .ya-login-row .yas-slogan {
    margin-left: 180px;
  }
}
/* line 161, ../../css-src/components/header.scss */
.ya-login-row .yas-HeadPane {
  margin-left: 0;
  display: block;
  text-align: left;
}
@media (max-width: 490px) {
  /* line 161, ../../css-src/components/header.scss */
  .ya-login-row .yas-HeadPane {
    /*display:inline-block;*/
  }
}
/* line 166, ../../css-src/components/header.scss */
.ya-login-row .ya-user-detail {
  float: none !important;
  max-width: 370px;
  margin: 0 auto;
  text-align: right;
}
/* line 168, ../../css-src/components/header.scss */
.ya-login-row h2.yas-slogan {
  padding-top: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    padding-top: 40px;
  }
}
@media (max-width: 535px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    font-size: 20px;
    padding-top: 28px;
  }
}
@media (max-width: 510px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    padding-right: 5px;
  }
}
@media (max-width: 400px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    font-size: 16px;
  }
}
@media (max-width: 345px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    padding-top: 20px;
  }
}
/* line 174, ../../css-src/components/header.scss */
.ya-login-row h2.yas-slogan br {
  display: none;
}
@media (max-width: 615px) {
  /* line 174, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan br {
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 840px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    padding-right: 270px;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  /* line 168, ../../css-src/components/header.scss */
  .ya-login-row h2.yas-slogan {
    padding-top: 20px;
  }
}

/* line 185, ../../css-src/components/header.scss */
.ya-small-sticky-pane {
  float: left;
  width: 100%;
}
/* line 189, ../../css-src/components/header.scss */
.ya-small-sticky-pane .ya-pane-1 {
  width: 100%;
  float: left;
}
/* line 190, ../../css-src/components/header.scss */
.ya-small-sticky-pane .ya-pane-2 {
  width: 100%;
  float: left;
}
@media (max-width: 479px) {
  /* line 190, ../../css-src/components/header.scss */
  .ya-small-sticky-pane .ya-pane-2 {
    text-align: center;
  }
}

/* line 197, ../../css-src/components/header.scss */
.ya-loginbox {
  text-align: left;
  right: 0;
  font-size: 14px;
}
/* line 199, ../../css-src/components/header.scss */
.ya-loginbox .signinButton {
  display: block;
  margin: 10px 0 !important;
  padding: 4px 12px !important;
}
/* line 204, ../../css-src/components/header.scss */
.ya-loginbox .login-inner-box {
  float: right;
}
/* line 205, ../../css-src/components/header.scss */
.ya-loginbox input[type="checkbox"] {
  margin-top: 3px;
}

/* line 211, ../../css-src/components/header.scss */
#id-top-header-container {
  height: 55px;
}

/* line 216, ../../css-src/components/header.scss */
#LoginContainer .btns-wrapper {
  float: right;
  width: auto;
}
@media (max-width: 350px) {
  /* line 216, ../../css-src/components/header.scss */
  #LoginContainer .btns-wrapper {
    width: 100%;
  }
}
@media (min-width: 351px) {
  /* line 216, ../../css-src/components/header.scss */
  #LoginContainer .btns-wrapper {
    margin-right: 10px;
  }
}
@media (min-width: 440px) {
  /* line 216, ../../css-src/components/header.scss */
  #LoginContainer .btns-wrapper {
    margin-right: 30px;
  }
}
/* line 224, ../../css-src/components/header.scss */
#LoginContainer .ya_group-search,
#LoginContainer .ya_group-session {
  float: left;
}
/* line 227, ../../css-src/components/header.scss */
#LoginContainer .ya_group-search .ya_container,
#LoginContainer .ya_group-session .ya_container {
  color: white;
  line-height: 20px;
  height: 55px;
  padding: 5px 10px 10px 10px;
  position: relative;
  text-align: center;
}
/* line 230, ../../css-src/components/header.scss */
#LoginContainer .ya_group-search .ya_container a,
#LoginContainer .ya_group-session .ya_container a {
  color: white;
  font-family: ProximaNova-Regular, arial, sans-sarif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
@media (min-width: 960px) {
  /* line 230, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container a,
  #LoginContainer .ya_group-session .ya_container a {
    font-family: ProximaNova-Semibold, arial, sans-sarif;
    font-weight: normal;
    font-style: normal;
  }
}
@media (min-width: 351px) {
  /* line 237, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container .separator,
  #LoginContainer .ya_group-session .ya_container .separator {
    margin: 0 2px;
  }
}
@media (min-width: 406px) {
  /* line 227, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container,
  #LoginContainer .ya_group-session .ya_container {
    padding-left: 40px;
  }
}
@media (min-width: 406px) {
  /* line 245, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container:before,
  #LoginContainer .ya_group-session .ya_container:before {
    position: absolute;
    left: 10px;
    top: 20px;
    font-family: YogaAlliance;
    font-size: 20px;
    color: white;
  }
}
@media (max-width: 350px) {
  /* line 256, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search {
    width: 40%;
  }
}
/* line 258, ../../css-src/components/header.scss */
#LoginContainer .ya_group-search .ya_container {
  margin-right: 3px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #981514;
}
@media (min-width: 351px) {
  /* line 258, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-right: 12px;
  }
}
/* line 262, ../../css-src/components/header.scss */
#LoginContainer .ya_group-search .ya_container strong {
  font-size: 12px;
}
@media (min-width: 406px) {
  /* line 262, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container strong {
    position: relative;
    left: -13px;
  }
}
@media (min-width: 406px) {
  /* line 270, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-search .ya_container:before {
    content: '`';
  }
}
@media (max-width: 350px) {
  /* line 275, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-session {
    width: 60%;
  }
}
/* line 277, ../../css-src/components/header.scss */
#LoginContainer .ya_group-session .ya_container {
  padding-top: 24px;
  background-color: #f56f02;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 350px) {
  /* line 277, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-session .ya_container {
    text-align: left;
  }
}
@media (min-width: 351px) {
  /* line 277, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-session .ya_container {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  /* line 277, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-session .ya_container {
    padding-right: 35px;
  }
}
@media (min-width: 406px) {
  /* line 284, ../../css-src/components/header.scss */
  #LoginContainer .ya_group-session .ya_container:before {
    content: 'o';
  }
}

/* line 291, ../../css-src/components/header.scss */
#LoginContainer a#btnnavFadein {
  float: none;
  position: absolute;
  right: 5px;
  top: 18px;
  display: inline-block;
  font-size: 24px;
  vertical-align: baseline;
  padding: 5px;
  background-color: #f0f;
  box-sizing: content-box;
  background-position: center center;
}
@media (min-width: 768px) {
  /* line 291, ../../css-src/components/header.scss */
  #LoginContainer a#btnnavFadein {
    display: none;
  }
}

/* line 306, ../../css-src/components/header.scss */
#id-top-header-container {
  margin-bottom: 15px;
}
@media (min-width: 500px) {
  /* line 306, ../../css-src/components/header.scss */
  #id-top-header-container {
    margin-bottom: 17px;
  }
}
@media (min-width: 536px) {
  /* line 306, ../../css-src/components/header.scss */
  #id-top-header-container {
    margin-bottom: -11px;
  }
}
@media (min-width: 825px) {
  /* line 306, ../../css-src/components/header.scss */
  #id-top-header-container {
    margin-bottom: -30px;
  }
}
/* line 313, ../../css-src/components/header.scss */
#id-top-header-container.is-not-logged {
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  /* line 313, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged {
    margin-bottom: 4px;
  }
}
@media (min-width: 560px) {
  /* line 313, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged {
    margin-bottom: -12px;
  }
}
@media (min-width: 580px) {
  /* line 313, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged {
    margin-bottom: -26px;
  }
}

/* line 322, ../../css-src/components/header.scss */
.yas-username a:hover {
  text-decoration: underline;
}

@media (max-width: 350px) {
  /* line 329, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-search,
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-session {
    width: 50%;
  }
  /* line 333, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-search .ya_container,
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-session .ya_container {
    text-align: center;
  }
  /* line 335, ../../css-src/components/header.scss */
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-search .ya_container .separator,
  #id-top-header-container.is-not-logged .btns-wrapper .ya_group-session .ya_container .separator {
    margin: 0 2px;
  }
}
