@import "sass.1.css";
.PopoverAddGroup_topUnusedGroup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupLabel {
  float: left;
  font-size: 13px;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupCount {
  color: #9eb8c5;
  float: right;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon {
  position: absolute;
  top: 6px;
  right: 16px;
  cursor: pointer;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon .Icon_fill {
  fill: #66adc7;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon .Icon_stroke {
  stroke: #66adc7;
}

.loaded .PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon .Icon_fill {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon:hover .Icon_fill {
  fill: #fff;
}

.PopoverAddGroup_topUnusedGroup .PopoverAddGroup_topUnusedGroupIcon:hover .Icon_stroke {
  stroke: #fff;
}

.PopoverAddGroup_selectedGroupsScrollWrapper {
  max-height: 90px;
  overflow-y: auto;
}

.PopoverAddGroup_selectedGroups {
  background: #f7fbfc;
  border-top: 1px solid #3f718b;
  padding: 12px 15px;
}

.PopoverAddGroup_selectedGroups:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoverAddGroup_selectedGroupsTitle,
.PopoverAddGroup_topUnusedTitle {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #0a4e70;
}

.PopoverAddGroup_selectedGroupsTitle:after,
.PopoverAddGroup_topUnusedTitle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.fonts-loaded .PopoverAddGroup_selectedGroupsTitle,
.fonts-loaded .PopoverAddGroup_topUnusedTitle {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PopoverAddGroup_topUnusedTitle {
  padding: 9px 15px;
  padding-top: 0;
}

.PopoverAddGroup_group,
.PopoverAddGroup_topUnusedGroup {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.PopoverAddGroup_group {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  float: left;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  padding: 0 26px 0 28px;
  position: relative;
}

.PopoverAddGroup_group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoverAddGroup_group .PopoverAddGroup_groupLabel {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-right: 8px;
  max-width: 100px;
}

.PopoverAddGroup_group .PopoverAddGroup_groupCount {
  color: #9eb8c5;
  float: right;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconCheck {
  left: -2px;
  position: absolute;
  top: 6px;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconCheck .Icon_fill {
  fill: #9eb8c5;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconCheck .Icon_stroke {
  stroke: #9eb8c5;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconDelete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 6px;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconDelete .Icon_fill {
  fill: #66adc7;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconDelete .Icon_stroke {
  stroke: #66adc7;
}

.loaded .PopoverAddGroup_group .PopoverAddGroup_groupIconDelete .Icon_fill {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconDelete:hover .Icon_fill {
  fill: #0a4e70;
}

.PopoverAddGroup_group .PopoverAddGroup_groupIconDelete:hover .Icon_stroke {
  stroke: #0a4e70;
}

.PopoversAddGroup_ModalPrompt.Modal {
  width: 380px;
}

.PopoverAddGroup_createGroupButton {
  color: #fff;
  float: right;
  font-size: 15px;
  line-height: 42px;
  padding: 0 10px;
  padding-left: 30px;
  position: relative;
}

.PopoverAddGroup_createGroupButton .PopoverAddGroup_createGroupIcon {
  left: 0;
  position: absolute;
  top: 8px;
}

.PopoverAddGroup_createGroupButton .PopoverAddGroup_createGroupIcon .Icon_fill {
  fill: #fff;
}

.PopoverAddGroup_createGroupButton .PopoverAddGroup_createGroupIcon .Icon_stroke {
  stroke: #fff;
}

.PopoverAddGroup_createGroupButton__enabled {
  cursor: pointer;
}

.loaded .PopoverAddGroup_createGroupButton__enabled {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PopoverAddGroup_createGroupButton__enabled:hover {
  color: #66adc7;
}

.PopoverAddGroup_createGroupButton__enabled:hover .PopoverAddGroup_createGroupIcon .Icon_fill {
  fill: #66adc7;
}

.PopoverAddGroup_createGroupButton__enabled:hover .PopoverAddGroup_createGroupIcon .Icon_stroke {
  stroke: #66adc7;
}

.PopoverAddGroup_createGroupButton__disabled {
  opacity: .5;
}

.PopoverAddGroup_createGroup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoversAddGroup_createPseudoModal {
  -webkit-animation: fadein .25s;
  animation: fadein .25s;
  padding: 15px 20px 0;
  box-shadow: 0 0 10px RGBA(0,0,0,.4);
  position: absolute;
  top: 57px;
  left: 20px;
  right: 20px;
  background: #fff;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_createGroupInput {
  margin-bottom: 9px;
  border-color: #a0989d;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_createGroupInput:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_createGroupButtons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_cancelCreateButton {
  float: left;
  font-size: 13px;
  line-height: 36px;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_createGroupButton {
  float: right;
}

.PopoversAddGroup_createPseudoModal .PopoversAddGroup_createGroupButton .TextButton_label {
  line-height: 36px;
  font-size: 18px;
}

.PopoversAddGroup_createPseudoModalTitle {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #0a4e70;
}

.fonts-loaded .PopoversAddGroup_createPseudoModalTitle {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PopoversAddGroup_upgradeLink {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: center;
}

.fonts-loaded .PopoversAddGroup_upgradeLink {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PopoversAddGroup_createGroupError {
  color: #d9402b;
  font-size: 15px;
}

.PopoverAddGroup_blur {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #04111c;
  opacity: .4;
}

.PopoverCostCalculator {
  width: 400px;
}

.PopoverToolTip {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  background: #0d3a55;
  color: #c4dee7;
  margin: 0;
  padding: 20px;
  width: 400px;
}

.fonts-loaded .PopoverToolTip {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PopoverToolTip a {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.PositionPopover {
  background-color: #0a4e70;
  color: #fff;
  overflow: hidden;
  padding: 0 15px;
  width: 220px;
}

.PositionPopover:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PositionPopover .ButtonAction__disabled {
  opacity: .4;
}

.PositionPopover .ButtonAction_Icon .Icon_fill {
  fill: #fff;
}

.loaded .PositionPopover .ButtonAction_Icon .Icon_fill {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PositionPopover .ButtonAction_label {
  color: #fff;
}

.loaded .PositionPopover .ButtonAction_label {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PositionPopover .PositionPopover_addShift:after,
.PositionPopover .PositionPopover_editPosition:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PositionPopover .PositionPopover_addShift:hover .ButtonAction_label,
.PositionPopover .PositionPopover_editPosition:hover .ButtonAction_label {
  color: #b4d6e1;
}

.PositionPopover .PositionPopover_addShift:hover .Icon_fill,
.PositionPopover .PositionPopover_editPosition:hover .Icon_fill {
  fill: #b4d6e1;
}

.PositionPopover_actions:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PositionPopover_description {
  padding-bottom: 15px;
}

.ActivityView .EventsView_textCardShift {
  padding: 0;
  padding-top: 60px;
}

.ActivityView .EventsView_textCardShift .FormButtons {
  background: 0 0;
}

.ActivityView .EventsView_textCardShift .PublicForm {
  border: 0;
  margin: 0;
  padding: 0;
}

.ActivityView .EventsView_textCardShift .FormContextBox_shiftName {
  display: none;
}

.Public {
  background: #f9f9f9;
  height: 100%;
}

.PublicBanner {
  background: #80767d;
  box-sizing: border-box;
  display: block;
  height: 450px;
  margin-bottom: 30px;
  padding-top: 45px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.PublicBanner a {
  color: #fff;
}

.PublicBanner a:hover {
  color: #fff;
}

.PublicBanner .PublicBanner_publicBannerGraphic {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.PublicBanner .PublicVerifiedBadge {
  margin-top: 21px;
}

.PublicBanner .PublicVerifiedBadge_label {
  color: #fff;
}

.PublicBanner__placeholder {
  background-image: url(images/banners/bg-cover-unclaimed.png);
  background-repeat: repeat;
  background-size: 660px 110px;
}

.PublicBanner_vignette {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.PublicBanner_outer {
  box-sizing: border-box;
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
}

.PublicBanner_inner {
  display: table-cell;
  padding: 39px 20px;
  vertical-align: bottom;
}

.PublicBanner_subtitle,
.PublicBanner_title {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,.3);
}

.fonts-loaded .PublicBanner_subtitle,
.fonts-loaded .PublicBanner_title {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicBanner_title {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #16becc;
  color: #fff;
  margin-bottom: 21px;
}

.fonts-loaded .PublicBanner_title {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicBanner_subtitle {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #fff;
  margin-bottom: .25em;
}

.fonts-loaded .PublicBanner_subtitle {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicBanner_subtitle__mission {
  line-height: 150%;
  width: 50%;
}

.PublicBanner_context {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  display: block;
  height: 39px;
  line-height: 39px;
  margin: 0;
  margin-top: 30px;
}

.fonts-loaded .PublicBanner_context {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicBanner_contextAvatar,
.PublicBanner_contextHostName {
  float: left;
}

.PublicBanner_contextAvatar {
  box-shadow: 0 0 10px RGBA(0,0,0,.7);
  height: 39px;
  margin-right: 10px;
  width: 39px;
}

.PublicBanner_logoWrapper {
  position: absolute;
  right: 24px;
  top: 75px;
}

.PublicBanner_logoWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicBanner_logo {
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 0 10px RGBA(0,0,0,.4);
  height: 150px;
  overflow: hidden;
  width: 150px;
}

.PublicBanner_logoImage {
  max-height: 150px;
  max-width: 150px;
  width: 150px;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),all and (min-device-pixel-ratio:1.5) {
  .PublicBanner {
    background-image: url(images/banners/bg-cover-unclaimed-2x.png);
  }
}

@media (max-device-width:500px),(max-width:500px) {
  .PublicBanner {
    height: 300px;
    margin-bottom: 0;
    padding-top: 21px;
  }

  .PublicBanner_title {
    font-family: 'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 39px;
    color: #0a4e70;
    margin-bottom: 15px;
    color: #fff;
  }

  .fonts-loaded .PublicBanner_title {
    font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
  }

  .PublicBanner_subtitle {
    font-family: 'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 9px;
    color: #fff;
  }

  .fonts-loaded .PublicBanner_subtitle {
    font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
  }

  .PublicBanner_subtitle__mission {
    display: block;
    padding: 0;
    width: 100%;
  }

  .PublicBanner_context {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
  }

  .PublicBanner_contextAvatar {
    height: 30px;
    width: 30px;
  }

  .PublicBanner_logoWrapper {
    bottom: 30px;
    left: auto;
    right: 20px;
    top: auto;
  }

  .PublicBanner_logo {
    height: 42px;
    width: 42px;
  }

  .PublicBanner_logoImage {
    height: 42px;
    width: 42px;
  }

  .PublicBanner_inner {
    padding-top: 0;
  }
}

@media (max-device-width:540px),(max-width:540px) {
  .PublicBanner .PublicBanner_context {
    display: none;
  }
}

.PublicEventListItem_headerImageWrapper {
  height: 60px;
  max-width: 140px;
  min-width: 140px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.PublicEventListItem_headerImageWrapper table {
  height: 100%;
  width: 100%;
}

.PublicEventListItem_header__noHeader {
  background-image: url(images/banners/bg-cover-unclaimed.png);
  background-repeat: repeat;
  background-size: 330px 55px;
}

.PublicEventListItem_core {
  position: relative;
}

.PublicEventListItem_info {
  height: 60px;
  padding: 24px;
  padding-left: 12px;
  vertical-align: middle;
  width: 100%;
}

.PublicEventListItem_infoTitle {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
}

.fonts-loaded .PublicEventListItem_infoTitle {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicEventListItem_meta {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 9px;
}

.PublicEventListItem_largeDate {
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  padding: 15px 5px 15px 15px;
  padding-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

.PublicEventListItem_largeDateMonth {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.PublicEventListItem_largeDateDay {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 39px;
  color: #0a4e70;
  margin-bottom: 15px;
  color: #60545c;
}

.fonts-loaded .PublicEventListItem_largeDateDay {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicEventListItem {
  background: #fff;
  margin-bottom: 15px;
  min-width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.PublicEventListItem .PublicEventListItem_largeDate {
  display: block;
  vertical-align: top;
}

.PublicEventListItem .PublicEventListItem_finishedSprite {
  position: absolute;
  right: 0;
  top: 0;
}

.PublicEventListItem_buttonJoin {
  border: 2px solid #66adc7;
  color: #66adc7;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 27px;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loaded .PublicEventListItem_buttonJoin {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PublicEventListItem_buttonJoin:hover {
  border-color: #0a4e70;
  color: #0a4e70;
}

@media (max-device-width:500px),(max-width:500px) {
  .PublicEventListItem_headerImageWrapper {
    display: none;
  }
}

.EventsListPublic {
  list-style: none;
}

@media (max-device-width:500px),(max-width:500px) {
  .EventsListPublic {
    list-style: none;
  }
}

.PublicNoActivity_content {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-align: center;
}

.fonts-loaded .PublicNoActivity_content {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicPromoBox {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.PublicPromoBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicPromoBox p:last-child {
  margin-bottom: 0;
}

.PublicPromoBox_statusIcon {
  position: absolute;
  right: 0;
  top: 0;
}

.PublicPromoBox_title {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  color: #80767d;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 9px;
  color: #60545c;
  margin-bottom: 21px;
  text-align: center;
}

.fonts-loaded .PublicPromoBox_title {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicPromoBox_subtitle {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #60545c;
  line-height: 18px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  width: 70%;
}

.PublicPromoBox_banner {
  position: relative;
}

.PublicPromoBox_bannerGraphic {
  height: 240px;
  width: 100%;
}

.PublicPromoBox_banner__withoutImage .PublicPromoBox_bannerGraphic {
  background-image: url(images/banners/bg-cover-unclaimed.png);
  background-repeat: repeat;
  background-size: 660px 110px;
}

.PublicPromoBox_content {
  padding: 30px;
  position: relative;
}

.PublicPromoBox_content__hasLogo {
  padding-top: 75px;
}

.PublicPromoBox_logoPosition {
  bottom: -50px;
  left: 0;
  position: absolute;
  width: 100%;
}

.PublicPromoBox_logoWrapper {
  margin: 0 auto;
  width: 100px;
}

.PublicPromoBox_logo {
  background: #fff;
  box-shadow: 0 0 10px RGBA(0,0,0,.4);
  display: table-cell;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.PublicPromoBox_logoImage {
  max-height: 70px;
  width: 70px;
}

.PublicPromoBox_ribbonPosition {
  bottom: 24px;
  left: 0;
  position: absolute;
  width: 100%;
}

.PublicPromoBox_ribbonWrapper {
  float: left;
  left: 50%;
  position: relative;
}

.PublicPromoBox_ribbon {
  float: left;
  left: -50%;
  position: relative;
}

.PublicPromoBox_ribbonCenterPart,
.PublicPromoBox_ribbonLeftPart,
.PublicPromoBox_ribbonRightPart {
  float: left;
}

.PublicPromoBox_ribbonLabel {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0 -1px;
  min-width: 150px;
  padding: 0 10px;
  text-align: center;
}

.PublicPromoBox_text {
  display: block;
  margin-bottom: 30px;
}

.PublicPromoBox_text div,
.PublicPromoBox_text p,
.PublicPromoBox_text span {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 9px;
}

.fonts-loaded .PublicPromoBox_text div,
.fonts-loaded .PublicPromoBox_text p,
.fonts-loaded .PublicPromoBox_text span {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicPromoBox_ctaButtonContainer {
  padding-bottom: 9px;
  text-align: center;
}

.PublicPromoBox_ctaButton {
  display: inline-block;
  font-size: 21px;
  line-height: 32px;
  padding: 0 18px;
}

@media (max-device-width:500px),(max-width:500px) {
  .PublicPromoBox {
    margin-bottom: 9px;
  }

  .PublicPromoBox .PublicPromoBox_bannerGraphic {
    height: 135px;
  }
}

.PublicSidebar {
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
}

.PublicSidebar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicSidebar__left {
  float: left;
  margin-left: 0;
  margin-right: -210px;
}

.PublicSidebar__right {
  float: right;
  margin-left: -210px;
  margin-right: 0;
}

@media (max-device-width:720px),(max-width:720px) {
  .PublicSidebar {
    float: none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.PublicSidebarDirections .PublicSidebarWidget_text {
  margin-bottom: 9px;
}

.PublicSidebarNavigation {
  list-style: none;
}

.PublicSidebarNavigation:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicSidebarNavigation_core {
  color: #80767d;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: relative;
  width: 100%;
}

.PublicSidebarNavigation_core:hover {
  color: #0a4e70;
}

.PublicSidebarNavigation_tabIcon.Icon {
  position: absolute;
  right: 5px;
  top: 9px;
}

.PublicSidebarNavigation_tabIcon.Icon .Icon_fill {
  fill: #80767d;
}

.PublicSidebarNavigation_tab:last-child .PublicSidebarNavigation_core {
  border: 0;
}

.PublicSidebar_buttonCTA {
  border: 0;
  box-sizing: border-box;
  font-size: 21px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
}

.loaded .PublicSidebar_buttonCTA {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.PublicSidebar_buttonCTA .PublicSidebarNavigation_core {
  background: #5dc744;
  color: #fff;
}

.PublicSidebar_buttonCTA .PublicSidebarNavigation_core:hover {
  background: #0a4e70;
}

.PublicSidebarNavigation_tab__active .PublicSidebarNavigation_tabLabel {
  color: #0a4e70;
}

.PublicSidebarNavigation_tab__active.PublicSidebar_buttonCTA .PublicSidebarNavigation_core {
  background: #0a4e70;
}

.PublicSidebarNavigation_tab__active.PublicSidebar_buttonCTA .PublicSidebarNavigation_tabLabel {
  color: #fff;
}

.PublicSidebarNavigation_tab__active .PublicSidebarNavigation_tabIcon .Icon_fill {
  fill: #0a4e70;
}

@media (max-device-width:720px),(max-width:720px) {
  .PublicSidebarNavigation {
    text-align: center;
  }
}

.PublicSidebarShareButtons_buttonsList {
  list-style-type: none;
}

.PublicSidebarShareButtons_button {
  display: block;
  float: left;
  height: 30px;
  left: -5px;
  line-height: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.PublicSidebarShareButtons_button:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicSidebarShareButtons_button:hover .PublicSidebarShareButtons_buttonLabel {
  color: #0a4e70;
}

.PublicSidebarShareButtons_buttonsListItem {
  float: left;
}

.PublicSidebarShareButtons_buttonsListItem:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicSidebarShareButtons_buttonIcon {
  float: left;
  position: relative;
}

.PublicSidebarShareButtons_buttonLabel {
  color: #80767d;
}

.PublicSidebarWidget {
  margin-bottom: 39px;
  position: relative;
}

.PublicSidebarWidget:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.PublicSidebarWidget_title {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
  margin-bottom: 21px;
}

.fonts-loaded .PublicSidebarWidget_title {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.PublicSidebarWidget_text {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}

.fonts-loaded .PublicSidebarWidget_text {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

@media (max-device-width:720px),(max-width:720px) {
  .PublicSidebarWidget {
    text-align: center;
  }
}

.PublicVerifiedBadge {
  height: 26px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.PublicVerifiedBadge .PublicVerifiedBadge_sprite {
  left: 0;
  position: absolute;
  top: 0;
}

.PublicVerifiedBadge_label {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #60545c;
  height: 26px;
  left: 10px;
  line-height: 26px;
  margin: 0;
  position: absolute;
  top: 0;
}

body {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
}

.fonts-loaded body {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h1 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #16becc;
}

.fonts-loaded h1 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h2 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

.fonts-loaded h2 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h3 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 39px;
  color: #0a4e70;
  margin-bottom: 15px;
}

.fonts-loaded h3 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h4 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  color: #80767d;
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 9px;
}

.fonts-loaded h4 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h5 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
}

.fonts-loaded h5 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h6 {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
}

.fonts-loaded h6 {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

h6.AboveSmall {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 3px;
  color: #0a4e70;
}

.fonts-loaded h6.AboveSmall {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

p {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 9px;
}

.fonts-loaded p {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

p.Small {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
}

.fonts-loaded p.Small {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.AndXMoreTokens:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.AndXMoreTokens .AndXMoreTokens_token {
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 0;
}

.AndXMoreTokens_tokenWrapper {
  display: inline-block;
  margin-right: 6px;
}

.AndXMoreTokens_tokenLabel {
  margin-right: 0;
}

.AndXMoreTokens_tokenComma {
  line-height: 30px;
}

.AndXMoreTokens_moreCount {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
}

.ChipSelector {
  background: #fff;
  max-height: 100px;
  overflow-y: auto;
  padding-top: 5px;
}

.ChipSelector .Typeahead2_input {
  border: 0;
  font-size: 15px;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 0;
}

.ChipSelector .Typeahead2_input:focus {
  border: 0;
}

.ChipSelector .ChipSelector_typeahead {
  float: left;
  width: 200px;
}

.TypeaheadToken_icon,
.TypeaheadToken_label,
.TypeaheadTokenizer_typeaheadTokenLabel {
  float: left;
}

.TypeaheadToken_icon {
  margin-left: -4px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.TypeaheadToken_label,
.TypeaheadTokenizer_typeaheadTokenLabel {
  float: left;
  margin-right: 10px;
}

.TypeaheadToken_slash.Icon {
  left: 0;
  position: absolute;
  top: 0;
}

.Typeahead_disabled .TypeaheadToken_icon .Icon_fill {
  fill: #60545c;
}

.ChipSelectorPeople,
.MessagingTypeahead {
  background: #fff;
  padding: 5px 80px 5px 20px;
  position: relative;
}

.ChipSelectorPeople:after,
.MessagingTypeahead:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.ChipSelectorPeople .Typeahead2_input,
.ChipSelectorPeople .Typeahead_input,
.MessagingTypeahead .Typeahead2_input,
.MessagingTypeahead .Typeahead_input {
  font-size: 15px;
}

.ChipSelectorPeople__focussed,
.MessagingTypeahead__focussed {
  border: 1px solid #5dc744;
}

.ChipSelectorPeople__blurred,
.MessagingTypeahead__blurred {
  border: 1px solid #a0989d;
}

.MessagingTypeahead_MediumToggleButtons {
  position: absolute;
  right: 0;
  top: 0;
}

.ChipSelectorPeople {
  position: relative;
  padding: 5px 20px;
  background: #fff;
}

.ChipSelectorPeople:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.Typeahead2DropdownOptions.Dropdown_dropdownList {
  background: #104f6f;
  width: 460px;
}

.Typeahead2DropdownOption {
  background: 0 0;
  color: #fff;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}

.Typeahead2DropdownOption .Icon .Icon_fill {
  fill: #66adc7;
}

.Typeahead2DropdownOption .Icon .Icon_stroke {
  stroke: #66adc7;
}

.Typeahead2DropdownOption:hover,
.Typeahead2DropdownOption__selected {
  background: #3d718c;
  color: #fff;
}

.Typeahead2DropdownOption__highlight {
  color: #f7b51b;
}

.Typeahead2DropdownOption__disabled {
  opacity: .5;
  cursor: not-allowed;
}

.PersonTypeaheadOption {
  position: relative;
}

.PersonTypeaheadOption .PersonTypeaheadOption_location,
.PersonTypeaheadOption .PersonTypeaheadOption_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  float: left;
  font-size: 13px;
}

.PersonTypeaheadOption .PersonTypeaheadOption_location {
  color: #9eb8c5;
}

.EventTypeaheadOption {
  position: relative;
}

.EventTypeaheadOption .EventTypeaheadOption_icon {
  position: absolute;
  top: 1px;
  left: 1px;
}

.EventTypeaheadOption .EventTypeaheadOption_date,
.EventTypeaheadOption .EventTypeaheadOption_location {
  color: #9eb8c5;
  font-size: 13px;
  padding-left: 10px;
}

.EventTypeaheadOption .EventTypeaheadOption_date,
.EventTypeaheadOption .EventTypeaheadOption_location,
.EventTypeaheadOption .EventTypeaheadOption_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.EventTypeaheadOption .EventTypeaheadOption_name {
  width: 50%;
  padding-left: 50px;
}

.EventTypeaheadOption .EventTypeaheadOption_date {
  width: 25%;
}

.EventTypeaheadOption .EventTypeaheadOption_location {
  width: 25%;
}

.TypeaheadToken {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
}

.TypeaheadToken:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.TypeaheadToken .TypeaheadToken_delete {
  cursor: pointer;
  float: left;
  margin-left: -12px;
  margin-right: -6px;
  position: relative;
}

.TypeaheadToken__normal {
  background: #e8f3f7;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.TypeaheadToken__normal .TypeaheadToken_delete {
  top: 3px;
}

.TypeaheadToken__excluded .TypeaheadToken_slash {
  display: none;
}

.TypeaheadToken__excluded .TypeaheadToken_icon,
.TypeaheadToken__excluded .TypeaheadToken_label {
  opacity: .5;
}

.TypeaheadToken__excludedBar {
  border-top: 2px solid #80767d;
  height: 1px;
  left: 10px;
  position: absolute;
  right: 30px;
  top: 15px;
}

.TypeaheadToken__mini {
  font-size: 13px;
  height: 21px;
  line-height: 21px;
}

.TypeaheadToken__mini .TypeaheadToken_delete {
  top: -1px;
}

.MyOrganization {
  background: #fff;
  height: 309px;
  padding: 18px;
  padding-top: 147px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 325px;
}

@media (max-width:690px) {
  .MyOrganization {
    width: 100%;
    height: 350px;
  }
}

.MyOrganization .MyOrganization_buttonContainer {
  bottom: 18px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.MyOrganization .MyOrganization_button {
  font-size: 15px;
  line-height: 36px;
  margin-top: 9px;
  width: 100%;
  padding: 0;
}

.MyOrganization .MyOrganization_button:hover {
  border-color: #66adc7;
}

.MyOrganization .MyOrganization_button__dashboard {
  background-color: transparent;
  color: #16becc;
  border-color: #16becc;
}

.MyOrganization .MyOrganization_button__dashboard:hover {
  background-color: transparent;
  border-color: #16becc;
  color: #16becc;
}

.MyOrganization .MyOrganization_button__accept:hover {
  background-color: #5dc744;
}

.MyOrganization .MyOrganization_iconAdmin .Icon_fill,
.MyOrganization .MyOrganization_iconLinked .Icon_fill {
  fill: #fff;
}

.MyOrganization .MyOrganization_iconAdmin .Icon_background,
.MyOrganization .MyOrganization_iconLinked .Icon_background {
  fill: #f7b51b;
  width: 40px;
}

.MyOrganization_coverWrapper {
  background-position: center;
  background-size: cover;
  height: 108px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.MyOrganization_name {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
  display: block;
  position: relative;
}

.fonts-loaded .MyOrganization_name {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.MyOrganization_verified {
  position: absolute;
  top: -3px;
}

.MyOrganization_avatarWrapper {
  left: 18px;
  position: absolute;
  top: 80px;
}

.MyOrganization_avatar {
  height: 60px;
  width: 60px;
}

.MyOrganization_statusIcons {
  display: inline-block;
  float: left;
  position: relative;
  top: -11px;
}

.MyOrganization_dashboardLink {
  bottom: 18px;
  font-size: 15px;
  left: 18px;
  line-height: 30px;
  position: absolute;
}

.MyOrganization_isAdmin {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 8px;
}

.MyOrganization_isAdmin:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.MyOrganization_isAdminText {
  float: left;
}

.MyOrganization_status {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  right: 15px;
  top: 120px;
}

.MyOrganization_remove {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  fill: #fff;
}

.MyOrganization_button2 {
  width: 50%;
  display: inline-block;
}

.MyOrganization_button2:nth-child(1) {
  padding-right: 6px;
}

.MyOrganizations .ScrollingContentWindow {
  background: #f0f7f9;
  padding: 30px 30px 51px;
  padding-top: 75px;
}

.MyOrganizations_createOrganizationPlus {
  display: block;
  height: 45px;
  position: relative;
  width: 45px;
  margin-bottom: 30px;
}

.MyOrganizations_createOrganizationPlus:before {
  background: #66adc7;
  content: " ";
  height: 45px;
  left: 21.5px;
  position: absolute;
  top: 0;
  width: 2px;
}

.loaded .MyOrganizations_createOrganizationPlus:before {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.MyOrganizations_createOrganizationPlus:after {
  background: #66adc7;
  content: " ";
  height: 2px;
  left: 0;
  position: absolute;
  top: 21.5px;
  width: 45px;
}

.loaded .MyOrganizations_createOrganizationPlus:after {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.MyOrganizations_createOrganizationCTA {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
  color: #66adc7;
  text-align: center;
}

.fonts-loaded .MyOrganizations_createOrganizationCTA {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.loaded .MyOrganizations_createOrganizationCTA {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.MyOrganizations_createOrganization {
  border: 2px dashed #66adc7;
  display: block;
  float: left;
  height: 309px;
  margin-bottom: 60px;
  margin-right: 30px;
  padding: 30px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 325px;
}

.MyOrganizations_createOrganization:hover {
  border-color: #0a4e70;
}

.MyOrganizations_createOrganization:hover .MyOrganizations_createOrganizationCTA {
  color: #0a4e70;
}

@media (max-width:690px) {
  .MyOrganizations_createOrganization {
    display: none;
  }
}

.MyOrganizations_myOrganization {
  float: left;
  margin-bottom: 60px;
  margin-right: 30px;
}

.MyOrganizations_help {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 9px;
}

.fonts-loaded .MyOrganizations_help {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.UserSettings .UserProfile_viewDetails {
  float: right;
}

.UserSettings__verified .UserSettings_main {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 65px;
}

.UserSettings_credit {
  bottom: 60px;
  color: #a0989d;
  font-size: 9px;
  position: absolute;
  right: 5px;
}

.UserProfile_detailsGroup {
  margin-bottom: 9px;
}

.UserProfile_detailsGroup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserProfile_detailsLabel {
  float: left;
  width: 100px;
}

.UserProfile_detailsRecord {
  overflow: hidden;
}

.EmailNotificationsSettings {
  background: #f0f7f9;
}

.EmailNotificationsSettings .TitleBar .TitleBar_buttons .button {
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}

.EmailNotificationsSettings .FormFieldSelectStyled {
  width: 50%;
}

.EmailNotificationsSettings .OverriddeNameFormFieldSelectStyled {
  width: 100%;
}

.Notifications_Form {
  padding-top: 40px;
  width: 75%;
  display: table;
}

.title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  color: #16becc;
}

.EmailNotificationsSettings_organizationName {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 9px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.fonts-loaded .EmailNotificationsSettings_organizationName {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.EmailNotificationsSettings_title,
.EmailNotificationsSettings_titleCollapsed,
.EmailNotificationsSettings_titleExpanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-appearance: initial!important;
  -moz-appearance: initial!important;
  appearance: initial!important;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.EmailNotificationsSettings_titleExpanded {
  height: 75px;
}

.EmailNotificationsSettings_titleCollapsed {
  height: 100%;
}

.EmailNotificationsSettings_content {
  -webkit-box-flex: 2;
  -ms-flex: 2 100%;
  flex: 2 100%;
  padding: 20px;
}

.EmailNotificationsSettings_preferencesExpanded {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  padding-top: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.EmailNotificationsSettings_person {
  background: #fff;
  display: table;
  height: 135px;
  margin: 0 16px 34px;
  max-width: 900px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 45px;
}

.EmailNotificationsSettings_personExpanded {
  padding-bottom: 60px;
}

.EmailNotificationsSettings_summary,
.EmailNotificationsSettings_updates {
  margin-bottom: 9px;
}

.EmailNotificationsSettings_summary .FormFieldRadio_option,
.EmailNotificationsSettings_updates .FormFieldRadio_option {
  width: 100px;
}

.EmailNotificationsSettings_noOrgs {
  font-size: 15px;
  padding-bottom: 60px;
}

.EmailText {
  font-size: 15px;
  font-weight: 700;
}

.EmailOptOut {
  margin-left: 25px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 8px;
}

.EmailOptIn {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

.SwitcherBox {
  margin-bottom: -10px;
}

@media (max-width:690px) {
  .Notifications_Form {
    width: 100%;
  }

  .Notifications_Form .Notifications_FormGroup {
    max-width: 100%;
    padding: 0;
  }

  .Notifications_Form .EmailNotificationsSettings_person {
    max-width: 90%;
  }

  .Notifications_Form .EmailNotificationsSettings_personExpanded {
    max-width: 100%;
    margin: 0;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 30px;
  }

  .Notifications_Form .EmailNotificationsSettings_preferencesExpanded {
    padding: 0;
    margin: 30px 0;
  }

  .Notifications_Form .FormGroup_groupLabel {
    display: none;
  }

  .Notifications_Form .FormGroup_fields {
    padding: 0 15px;
  }

  .Notifications_Form .FormGroup_PageTip {
    display: none;
  }

  .EmailNotificationsSettings .TitleBar .TitleBar_buttons {
    display: unset;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
  }

  .EmailNotificationsSettings .TitleBar .TitleBar_buttons .mcss-BrandButton-displayDefaults {
    width: calc(100%);
    margin: 8px;
  }

  .EmailNotificationsSettings .FormFieldSelectStyled {
    width: 100%;
  }
}

@media (max-width:690px) {
  .UserAvailability {
    padding-top: 40px;
  }

  .UserAvailability .FormGroupWithTips_groupLabel {
    display: none;
  }

  .UserAvailability .FormGroupWithTips_fields {
    padding: 0 15px;
  }

  .UserAvailability .FormGroupWithTips_PageTip {
    display: none;
  }
}

.UserEmails {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.UserEmails .UserEmails_newEmailField {
  float: left;
  margin-right: 20px;
  width: 300px;
}

.UserEmails .FormFieldText_input {
  border: 1px solid #a0989d;
  height: 42px;
}

.UserEmails .FormFieldText_input:focus {
  border: 1px solid #5dc744;
}

.UserEmails .UserEmails_newEmailButton {
  float: left;
  font-size: 18px;
  line-height: 42px;
  padding: 0 20px;
  width: auto;
}

.UserEmails .UserEmails_codeFormInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #a0989d;
  border-radius: 0;
  box-shadow: none;
  float: left;
  font-size: 15px;
  height: 36px;
  margin-right: -1px;
  outline: 0;
  padding: 0 10px;
  width: 400px;
}

.loaded .UserEmails .UserEmails_codeFormInput {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: box-shadow,opacity,color,background-color,border-color,fill;
  transition-property: box-shadow,opacity,color,background-color,border-color,fill;
}

.UserEmails .UserEmails_codeFormInput:focus {
  border: 1px solid #5dc744;
}

.UserEmails .UserEmails_codeFormSubmit {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 32px;
  padding: 0 20px;
}

.UserEmails_content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmails_newEmailForm {
  margin-top: 30px;
}

.UserEmails_newEmailForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmails_emailsNoneConfirmed {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
}

.fonts-loaded .UserEmails_emailsNoneConfirmed {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.UserEmails_confirmedEmails:after,
.UserEmails_unverifiedEmails:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmails_unverifiedEmails {
  margin-bottom: 60px;
}

.UserEmails_emailLists {
  margin-bottom: 30px;
}

.UserEmails_primary {
  color: #5dc744;
  float: right;
}

.UserEmails_emailError.ModalAlert {
  width: 480px;
}

.UserEmails__inApp {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #f0f7f9;
}

.UserEmails__inApp .UserEmails_core {
  padding: 30px 30px 51px;
}

.UserEmails__inApp .UserEmails_content {
  max-width: 840px;
}

.UserEmails__fullscreen {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ebe9e5;
  background-image: url(landing-assets/pattern-Confirm-STRIP@2x.e0ed51e23148.png);
  background-position: left bottom;
  background-repeat: repeat;
  background-size: 26px 147px;
  overflow-y: auto;
}

.UserEmails__fullscreen .UserEmails_card {
  background: #e8f3f7;
  box-shadow: 0 0 30px RGBA(0,0,0,.3);
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 720px;
}

.UserEmails__fullscreen .UserEmails_header {
  font-family: 'Helvetica Neue',sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 39px;
  color: #0a4e70;
  margin-bottom: 15px;
  background: #24b4c3;
  color: #fff;
  margin: 0;
  padding: 45px 60px;
  position: relative;
  text-align: center;
}

.fonts-loaded .UserEmails__fullscreen .UserEmails_header {
  font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
}

.UserEmails__fullscreen .UserEmails_header:after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #24b4c3;
  content: " ";
  height: 0;
  width: 0;
  bottom: -18px;
  left: 342px;
  position: absolute;
}

.UserEmails__fullscreen .UserEmails_content {
  padding: 45px 60px;
}

.UserEmails__fullscreen .UserEmails_notYou {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}

.UserEmails_codeForm {
  float: left;
}

.UserEmails_codeForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmail {
  background: #fff;
  line-height: 45px;
  padding: 0 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.UserEmail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmail .UserEmail_buttonDelete {
  color: #d9402b;
  float: right;
}

.UserEmail_codeForm {
  -webkit-animation: fadein .5s;
  animation: fadein .5s;
  clear: both;
  opacity: 1;
  padding-bottom: 15px;
}

.UserEmail_codeForm:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.UserEmail_buttonEnterCode,
.UserEmail_buttons {
  margin-left: 20px;
}

.UserEmail_buttonEnterCode {
  float: right;
}

.UserEmail_buttonEnterCode__disabled {
  color: #d7d4d6;
}

.UserEmails_buttonCloseForm {
  float: right;
  line-height: 36px;
}

.UserEmail_buttons {
  float: right;
}

.UserEmail_address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0a4e70;
  float: left;
  font-size: 18px;
  margin: 0;
  margin-right: 10px;
  width: 300px;
}

@media (max-width:800px) {
  .UserEmails__fullscreen .UserEmail_address,
  .UserEmails__fullscreen .UserEmails_card,
  .UserEmails_codeFormInput {
    width: 100%;
  }

  .UserEmails .UserEmails_codeFormInput {
    margin-bottom: 15px;
    width: 100%;
  }

  .UserEmail_address {
    word-wrap: break-all;
  }
}

@media (max-width:690px) {
  .UserEmails__fullscreen .UserEmails_content,
  .UserEmails__fullscreen .UserEmails_header {
    padding: 30px;
  }

  .UserEmails .UserEmails_newEmailField {
    margin-right: none;
    padding-bottom: 15px;
  }

  .UserEmails__fullscreen .UserEmails_header {
    font-family: 'Helvetica Neue',sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 39px;
    color: #0a4e70;
    margin-bottom: 15px;
    color: #fff;
  }

  .fonts-loaded .UserEmails__fullscreen .UserEmails_header {
    font-family: LLCircular-Book,'Helvetica Neue',sans-serif;
  }

  .UserEmails__fullscreen .UserEmails_header:after {
    content: none;
  }
}

.UserPassword_Form {
  padding-top: 40px;
  width: 100%;
  display: table;
}

@media (max-width:690px) {
  .UserPassword_Form .FormGroupWithTips_groupLabel {
    display: none;
  }

  .UserPassword_Form .FormGroupWithTips_fields {
    padding: 0 15px;
  }

  .UserPassword_Form .FormGroupWithTips_PageTip {
    display: none;
  }

  .UserPassword_Form .UserProfile_PasswordField input {
    height: 100px;
  }
}

.UserPhotos_Form {
  padding-top: 40px;
  width: 100%;
  display: table;
}

.button {
  width: 150px;
  float: right;
}

@media (max-width:690px) {
  .UserPhotos_Form .FormGroupWithTips_groupLabel {
    display: none;
  }

  .UserPhotos_Form .FormGroupWithTips_fields {
    padding: 0 15px;
  }

  .UserPhotos_Form .FormGroupWithTips_PageTip {
    display: none;
  }
}

@media (max-width:690px) {
  .UserProfile_Form .FormGroupWithTips_groupLabel {
    display: none;
  }

  .UserProfile_Form .FormGroupWithTips_fields {
    padding: 0 15px;
  }

  .UserProfile_Form .FormGroupWithTips_PageTip {
    display: none;
  }
}