* {
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

html {
  height: 100%;
  min-height: 100%; }

body {
  font: initial;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: #363636;
  padding: 0px;
  margin: 0px auto;
  font-size: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }
  body.body--lock {
    overflow: hidden; }
  body .main {
    background-image: #FFFFFF; }
  body .container {
    min-height: calc(100% - 85px);
    min-height: -moz-calc(100% - 85px);
    min-height: -webkit-calc(100% - 85px);
    margin-bottom: 28px; }
  body .limited_width {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
    text-align: center; }
  body .limited_width_short {
    max-width: 700px;
    width: 100%;
    margin: 0px auto;
    text-align: center; }
    body .limited_width_short.limited_width_short--left {
      text-align: left;
      margin: auto 0; }
  body .limited_width_short h3, body .limited_width_short h2, body .limited_width h3, body .limited_width h2 {
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 400; }
    body .limited_width_short h3.-width_auto, body .limited_width_short h2.-width_auto, body .limited_width h3.-width_auto, body .limited_width h2.-width_auto {
      width: auto; }
    @media only screen and (max-width: 768px) {
      body .limited_width_short h3, body .limited_width_short h2, body .limited_width h3, body .limited_width h2 {
        margin-bottom: 16px; } }
    body .limited_width_short h3.-no_space, body .limited_width_short h2.-no_space, body .limited_width h3.-no_space, body .limited_width h2.-no_space {
      margin: 0px; }
    body .limited_width_short h3.-small_bottom_space, body .limited_width_short h2.-small_bottom_space, body .limited_width h3.-small_bottom_space, body .limited_width h2.-small_bottom_space {
      margin-bottom: 8px; }
    body .limited_width_short h3.-center, body .limited_width_short h2.-center, body .limited_width h3.-center, body .limited_width h2.-center {
      text-align: center; }
  body .limited_width_short.sidebar_container h3, body .limited_width_short.sidebar_container h2, body .limited_width.sidebar_container h3, body .limited_width.sidebar_container h2 {
    margin-bottom: 8px; }
    body .limited_width_short.sidebar_container h3.double_margin_bottom, body .limited_width_short.sidebar_container h2.double_margin_bottom, body .limited_width.sidebar_container h3.double_margin_bottom, body .limited_width.sidebar_container h2.double_margin_bottom {
      margin-bottom: 12px; }
    body .limited_width_short.sidebar_container h3.-no_space, body .limited_width_short.sidebar_container h2.-no_space, body .limited_width.sidebar_container h3.-no_space, body .limited_width.sidebar_container h2.-no_space {
      margin: 0px; }
  body .main_wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 2%;
    text-align: center;
    vertical-align: middle; }
    body .main_wrapper.-relative {
      position: relative; }
    body .main_wrapper.-no_spacing {
      padding-right: 0px;
      padding-left: 0px; }
    body .main_wrapper.-no_padding {
      padding: 0px; }
    body .main_wrapper.-split_spacing {
      padding-bottom: 110px;
      padding-top: 2%; }
      @media only screen and (max-width: 768px) {
        body .main_wrapper.-split_spacing {
          padding-bottom: 8%; } }
    @media only screen and (max-width: 768px) {
      body .main_wrapper.-cover_state {
        padding-bottom: 100px; } }
    @media only screen and (max-width: 768px) {
      body .main_wrapper.-mobile_space {
        padding-bottom: 8%;
        padding-top: 8%; } }
    body .main_wrapper .content_container {
      width: 100%;
      margin: 0 auto;
      padding: 0; }
      body .main_wrapper .content_container p {
        font-size: 16px;
        margin: 12px 0;
        line-height: 150%; }
        body .main_wrapper .content_container p.-font_large {
          font-size: 20px; }
      @media only screen and (max-width: 768px) {
        body .main_wrapper .content_container {
          padding: 16px; } }
  body .content_wrapper {
    border-top: 1px solid #EBEBEB;
    background: #FBFBFA;
    width: 100%;
    padding: 0 6%; }
    body .content_wrapper.content_wrapper--flex {
      display: flex; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper.content_wrapper--flex {
          display: block; } }
    body .content_wrapper.no_padding {
      padding: 0; }
    body .content_wrapper.content_wrapper--no_background {
      background: #FFFFFF; }
    body .content_wrapper.-border_primary_color {
      border-top: 4px solid #DB5842; }
    body .content_wrapper.\--with_space {
      padding: 60px 6%; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper.\--with_space {
          padding: 6% 6%; } }
    @media only screen and (max-width: 768px) {
      body .content_wrapper {
        padding: 16px; }
        body .content_wrapper.no_padding {
          padding-right: 0px;
          padding-bottom: 0px;
          padding-left: 0px; } }
    body .content_wrapper.extended {
      padding-bottom: 180px; }
    body .content_wrapper .content_wrapper__spacer {
      margin: 8px auto 16px auto;
      width: 20%;
      background-color: #EBEBEB;
      height: 6px;
      text-align: center;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      body .content_wrapper .content_wrapper__spacer.-left {
        margin: 8px 0 16px; }
    body .content_wrapper .content_wrapper--centered {
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
    body .content_wrapper .content_wrapper--text {
      width: 100%;
      font-size: 20px; }
      body .content_wrapper .content_wrapper--text.-left {
        text-align: left; }
    body .content_wrapper .content_wrapper--limited_width {
      max-width: 700px;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      body .content_wrapper .content_wrapper--limited_width.-left {
        margin-left: 0;
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper .content_wrapper--limited_width {
          width: 100%; } }
    body .content_wrapper .content_wrapper--limited_wide_width {
      max-width: 950px;
      width: 100%;
      margin-right: auto;
      margin-left: auto; }
      body .content_wrapper .content_wrapper--limited_wide_width.-left {
        margin-left: 0;
        margin-right: 0; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper .content_wrapper--limited_wide_width {
          width: 100%; } }
    body .content_wrapper .content_wrapper__text {
      width: 60%;
      text-align: left;
      align-self: center; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper .content_wrapper__text {
          width: 100%; } }
    body .content_wrapper .content_wrapper__image {
      width: 40%;
      text-align: center;
      align-self: center; }
      body .content_wrapper .content_wrapper__image img {
        width: 100%;
        max-width: 224px; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper .content_wrapper__image {
          width: 100%;
          margin-top: 40px; } }
    body .content_wrapper .content_wrapper__items {
      margin-top: 28px;
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        body .content_wrapper .content_wrapper__items {
          overflow-y: hidden;
          overflow-x: scroll; } }
      body .content_wrapper .content_wrapper__items .content_wrapper__items__container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          body .content_wrapper .content_wrapper__items .content_wrapper__items__container {
            width: calc(145px * 5 + (20px * 6));
            box-sizing: content-box;
            margin-bottom: 16px;
            justify-content: left; }
            body .content_wrapper .content_wrapper__items .content_wrapper__items__container:first-child {
              margin-left: 0; }
            body .content_wrapper .content_wrapper__items .content_wrapper__items__container:last-child {
              margin-right: 0; } }
      body .content_wrapper .content_wrapper__items .content_wrapper__item {
        margin: 0 20px;
        align-self: flex-start;
        min-width: 145px;
        text-align: center;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          body .content_wrapper .content_wrapper__items .content_wrapper__item {
            margin: 0 8px; } }
        body .content_wrapper .content_wrapper__items .content_wrapper__item .item__label {
          background: #FBFBFA;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          padding: 4px;
          border: 1px solid #EBEBEB; }
        body .content_wrapper .content_wrapper__items .content_wrapper__item img.book {
          width: 120px;
          border: 0;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; }
        body .content_wrapper .content_wrapper__items .content_wrapper__item img.user {
          width: 100px;
          height: 100px;
          border: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
    body .content_wrapper.content_wrapper--switch_order {
      flex-direction: row-reverse; }
  body .below_main_wrapper {
    margin-top: 32px;
    padding-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      body .below_main_wrapper {
        margin-top: 0px;
        padding-bottom: 0px; } }
  body .below_main_top_wrapper {
    margin-top: 32px; }
    @media only screen and (max-width: 768px) {
      body .below_main_top_wrapper {
        margin-top: 0px; } }
  body .below_main_bottom_wrapper {
    padding-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      body .below_main_bottom_wrapper {
        padding-bottom: 0px; } }
  body .hide {
    display: none !important; }
  body .visibility_hidden {
    visibility: hidden !important; }
  body .center {
    margin: 0px auto;
    text-align: center; }
  body .left {
    text-align: left; }
  body .space_left {
    margin-left: 20px; }
  body .space_top {
    margin-top: 8px; }
  @media only screen and (max-width: 768px) {
    body .mobile_hide {
      display: none !important; } }

.desktop_hide {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .desktop_hide {
      display: block !important; }
      .desktop_hide.inline_block {
        display: inline-block !important; }
      .desktop_hide.table_cell {
        display: table-cell !important; } }

#intercom-container {
  z-index: 0 !important; }
  @media only screen and (max-width: 768px) {
    #intercom-container {
      display: none !important;
      z-index: -1 !important; } }

h1, h2, h3, h4 {
  margin: 0px auto;
  padding: 0px;
  font-weight: 400; }
  h1.-inline_block, h2.-inline_block, h3.-inline_block, h4.-inline_block {
    display: inline-block; }
  h1.-width_auto, h2.-width_auto, h3.-width_auto, h4.-width_auto {
    width: auto; }

h2.h2--xlarge {
  font-size: 30px; }

h3 {
  font-size: 20px;
  color: #363636;
  font-weight: 400;
  line-height: 130%; }
  h3.h3--xlarge {
    font-size: 30px; }

input, a, button {
  -webkit-transition: all .2s;
  transition: all .2s;
  font-family: "Source Sans Pro", sans-serif; }

button {
  cursor: pointer; }
  button.transparent {
    background: transparent;
    height: auto;
    width: auto;
    padding: 0px;
    outline: 0px;
    border: 0px; }

a {
  color: #363636;
  text-decoration: none;
  transition: none;
  -webkit-transition: none; }
  a:hover {
    color: #363636; }
    a:hover:not(.no_underline):not(.primary_button):not([class^="icon-"]):not([class*=" icon-"]) {
      text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        a:hover:not(.no_underline):not(.primary_button):not([class^="icon-"]):not([class*=" icon-"]) {
          text-decoration: none; } }
    a:hover.-twitter_color {
      color: #1DA1F2; }
    a:hover.-primary_color_on_hover {
      color: #DB5842; }
    a:hover.-bold_on_hover {
      font-weight: 600; }
  a.primary_color {
    color: #DB5842; }
    a.primary_color:hover {
      color: #CC462F; }
  a.primary_strong_color {
    color: #CC462F; }
    a.primary_strong_color:hover {
      color: #CC462F; }
  a:focus, a:active {
    text-decoration: none; }

hr {
  border: 0.5px solid #E0E0E0; }

input, textarea {
  font-size: 16px;
  color: #363636;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #EBEBEB;
  padding: 12px 18px 12px 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  outline: 0px;
  font-family: "Source Sans Pro", sans-serif; }
  input.small, textarea.small {
    padding: 8px 12px 8px 12px; }

input[type="submit"], input[type="button"], button {
  -webkit-appearance: none; }

ul.ul_inline_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }
  ul.ul_inline_list li {
    padding: 0px 12px 12px 0px;
    text-align: left;
    display: inline-block; }
    ul.ul_inline_list li.-block {
      display: block; }

ul.\--ul_no_left_space {
  margin-left: 0px; }

ul.\--ul_extra_line_height {
  line-height: 150%; }

ul.\--with_overflow_ellipsis {
  list-style-position: inside;
  margin-left: -15px; }

ul li.\--overflow_ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.bullet {
  display: inline-block;
  margin: 0px 4px;
  width: 3px;
  height: 3px;
  background-color: #6A6B80;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle; }

.-background_gray {
  background-color: #EBEBEB; }

.-cursor_default {
  cursor: default; }

.-vertical_align_middle {
  vertical-align: middle; }

.-inline_block {
  display: inline-block;
  vertical-align: middle; }
  .-inline_block.-inline_block--unset_vertical_align {
    vertical-align: unset; }

.float_right {
  float: right; }

.float_left {
  float: left; }

@media only screen and (max-width: 768px) {
  .float_right.-disable_float_mobile, .float_left.-disable_float_mobile {
    float: none; } }

.-table {
  width: 100%;
  display: table; }

.-cursor_default {
  cursor: default; }

.-baseline {
  vertical-align: baseline; }

.-relative {
  position: relative; }

.-inner_space_2p {
  padding: 6%; }

.-inner_space_3p {
  padding: 8%; }

.-inner_space_1x {
  padding: 4px; }

.-inner_space_2x {
  padding: 8px; }

.-inner_space_3x {
  padding: 12px; }

.-inner_space_4x {
  padding: 16px; }

.-inner_space_5x {
  padding: 20px; }

.-inner_space_6x {
  padding: 24px; }

.-space_0p_bottom {
  margin-bottom: 2%; }

.-space_1p_bottom {
  margin-bottom: 4%; }

.-space_2p_bottom {
  margin-bottom: 6%; }

.-space_3p_bottom {
  margin-bottom: 8%; }

.-space_4p_bottom {
  margin-bottom: 10%; }

.-space_5p_bottom {
  margin-bottom: 12%; }

.-space_0x_bottom {
  margin-bottom: 2px; }

.-space_1x_bottom {
  margin-bottom: 4px; }

.-space_2x_bottom {
  margin-bottom: 8px; }

.-space_3x_bottom {
  margin-bottom: 12px; }

.-space_4x_bottom {
  margin-bottom: 16px; }

.-space_5x_bottom {
  margin-bottom: 20px; }

.-space_6x_bottom {
  margin-bottom: 24px; }

.-space_7x_bottom {
  margin-bottom: 28px; }

.-space_8x_bottom {
  margin-bottom: 32px; }

.-space_9x_bottom {
  margin-bottom: 40px; }

.-space_4x_left {
  margin-left: 16px; }

.-space_1x_left {
  margin-left: 4px; }

.-space_2x_left {
  margin-left: 8px; }

.-space_0x_right {
  margin-right: 2px; }

.-space_1x_right {
  margin-right: 4px; }

.-space_2x_right {
  margin-right: 8px; }

.-space_3p_top {
  margin-top: 8%; }

.-space_4p_top {
  margin-top: 10%; }

.-space_5p_top {
  margin-top: 12%; }

.-space_0x_top {
  margin-top: 2px; }

.-space_1x_top {
  margin-top: 4px; }

.-space_2x_top {
  margin-top: 8px; }

.-space_3x_top {
  margin-top: 12px; }

.-space_4x_top {
  margin-top: 16px; }

.-space_5x_top {
  margin-top: 20px; }

.-space_6x_top {
  margin-top: 24px; }

.-space_7x_top {
  margin-top: 28px; }

.-space_8x_top {
  margin-top: 32px; }

.-space_9x_top {
  margin-top: 40px; }

.-block {
  display: block; }

.-centered {
  margin: 0px auto; }

.-left {
  text-align: left; }

.-right {
  text-align: right; }

.-center {
  text-align: center; }

.light_bold {
  font-weight: 300; }

.normal_bold {
  font-weight: 400; }

.strong_bold {
  font-weight: 600; }

.add_underline {
  text-decoration: underline; }

.-border_bottom_gray_color {
  border-bottom: 4px solid #EBEBEB; }

.-add_underline {
  text-shadow: -2px -2px #FFFFFF, -2px 2px #FFFFFF, 2px -2px #FFFFFF, 2px 2px #FFFFFF;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.175em #FFFFFF, inset 0 -0.2em #363636;
  display: inline;
  transition: none;
  text-decoration: none; }
  .-add_underline:hover {
    box-shadow: none;
    text-shadow: none;
    color: #DB5842;
    text-decoration: none !important; }

.-color_strong_gray {
  color: #6A6B80; }

.-color_red {
  color: #b12525; }

.-color_green {
  color: #399839; }

.-color_primary {
  color: #DB5842; }

.-color_white {
  color: #FFFFFF; }

.-color_black {
  color: #363636; }

.-font_normal {
  font-size: 16px; }

.-font_small {
  font-size: 13px; }

.large {
  font-size: 20px; }
  @media only screen and (max-width: 768px) {
    .large {
      font-size: 16px; } }

.xlarge {
  font-size: 30px; }
  @media only screen and (max-width: 768px) {
    .xlarge {
      font-size: 20px; } }

.xxxxlarge {
  font-size: 45px; }
  @media only screen and (max-width: 768px) {
    .xxxxlarge {
      font-size: 40px; } }

.-visibility_hidden {
  visibility: hidden; }

.-twitter_color {
  color: #1DA1F2; }

.background_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .background_image.relative {
    position: relative; }
  .background_image .background_image_label {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding: 8px;
    font-size: 16px;
    -webkit-transition: padding 0.2s ease;
    -moz-transition: padding 0.2s ease;
    -ms-transition: padding 0.2s ease;
    -o-transition: padding 0.2s ease;
    transition: padding 0.2s ease; }
  @media only screen and (min-width: 768px) {
    .background_image:hover .background_image_label {
      padding: 20px 8px; } }
  .background_image .symbols_container {
    position: absolute;
    right: 0px;
    bottom: 0px; }
    @media only screen and (max-width: 768px) {
      .background_image .symbols_container {
        right: 2px;
        bottom: -5px; } }
    .background_image .symbols_container .symbols_wrapper {
      position: relative;
      display: inline-block;
      vertical-align: top; }
      .background_image .symbols_container .symbols_wrapper .symbol {
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 768px) {
          .background_image .symbols_container .symbols_wrapper .symbol {
            width: 15px;
            height: 15px; } }

.primary_button {
  padding: 12px 18px 12px 18px;
  display: inline-block;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: normal;
  border: 0px;
  transition: color 0s;
  width: auto;
  vertical-align: middle;
  outline: 0px; }
  .primary_button:not(.-cursor_default) {
    cursor: pointer; }
  .primary_button.light_bold {
    font-weight: 300; }
  .primary_button.normal_bold {
    font-weight: 400; }
  .primary_button.small {
    padding: 8px 12px 8px 12px;
    font-size: 16px; }
  .primary_button.tiny {
    padding: 4px 8px 4px 8px;
    font-size: 13px; }
  .primary_button.large {
    padding: 16px 20px 16px 20px;
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
  .primary_button.primary {
    background: #DB5842;
    color: #FFFFFF; }
    .primary_button.primary.-with_border {
      border: 1px solid #DB5842; }
    .primary_button.primary:hover {
      background: #CC462F; }
      .primary_button.primary:hover.-with_border {
        border: 1px solid #CC462F; }
    .primary_button.primary.reverse {
      background: transparent;
      box-shadow: 0px 0px 0px 1px #DB5842;
      color: #DB5842; }
      .primary_button.primary.reverse:hover {
        background: #DB5842;
        color: #FFFFFF; }
  .primary_button.-secondary {
    background: #363636;
    color: #FFFFFF; }
    .primary_button.-secondary.-with_border {
      border: 2px solid #FFFFFF; }
    .primary_button.-secondary:hover {
      background: #212121; }
    .primary_button.-secondary.reverse {
      background: transparent;
      box-shadow: 0px 0px 0px 1px #363636;
      color: #363636; }
      .primary_button.-secondary.reverse:hover {
        background: #363636;
        color: #FFFFFF; }
  .primary_button.orange_button {
    background: #FB6A41;
    color: #FFFFFF; }
    .primary_button.orange_button.-with_border {
      border: 1px solid #FB6A41; }
      @media only screen and (min-width: 768px) {
        .primary_button.orange_button.-with_border:hover {
          border-color: #c74d2b; } }
    .primary_button.orange_button.reverse {
      color: #FB6A41;
      background: #FFFFFF; }
      .primary_button.orange_button.reverse:hover {
        color: #FFFFFF;
        background: #FB6A41;
        border-color: #FB6A41; }
    .primary_button.orange_button.-border_only {
      border: 1px solid #FB6A41;
      color: #FB6A41;
      background: #FFFFFF; }
    @media only screen and (min-width: 768px) {
      .primary_button.orange_button:hover {
        background: #c74d2b; } }
  .primary_button.gray_button {
    background: #EBEBEB;
    color: #363636; }
    .primary_button.gray_button:hover {
      background: #6A6B80; }
    .primary_button.gray_button.reverse {
      background: transparent;
      box-shadow: 0px 0px 0px 1px #EBEBEB;
      color: #6A6B80; }
      .primary_button.gray_button.reverse:hover {
        background: #EBEBEB;
        color: #6A6B80; }
  .primary_button.red_button {
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    color: #b12525; }
    .primary_button.red_button:hover {
      background: #b12525;
      border: 1px solid #b12525;
      color: #FFFFFF; }
  .primary_button.white_button {
    background: #CC462F;
    border: 2px solid #FFFFFF;
    color: #FFFFFF; }
    .primary_button.white_button:hover {
      background: #363636;
      border-color: #EBEBEB;
      color: #FFFFFF; }
  .primary_button.twitter_button {
    background: #1DA1F2;
    color: #FFFFFF; }
    .primary_button.twitter_button:hover {
      background: #1593e0; }
  .primary_button.with_icon span.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 24px; }
  .primary_button.with_icon span.icon:before {
    position: absolute;
    left: 2px;
    top: -12px; }
  .primary_button.with_icon:not(.small):before {
    vertical-align: top;
    margin-top: 2px;
    display: inline-block; }
  .primary_button.with_icon.small:before {
    vertical-align: top;
    margin-top: 2px;
    display: inline-block; }
  @media only screen and (max-width: 768px) {
    .primary_button.with_icon.small.-no_text {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      padding: 4px 8px 4px 8px; } }
  .primary_button.rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .primary_button:hover {
    text-decoration: none; }
  .primary_button.no_shadow {
    box-shadow: none !important; }

.share_button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 26px;
  display: inline-block;
  text-align: center;
  height: 26px;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 15px;
  color: #FFFFFF; }
  .share_button.twitter {
    background-color: #1DA1F2; }
  .share_button.facebook {
    background-color: #3B5998; }
  .share_button:hover {
    color: #FFFFFF; }
  .share_button.-text {
    width: auto;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px; }
    @media only screen and (max-width: 768px) {
      .share_button.-text.-max_width_on_mobile {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; } }

.sticky {
  position: fixed;
  bottom: 0;
  width: 100%; }

.inline_message_box {
  width: 100%;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin: 0px 0px 40px 0px;
  background: #FFFFFF;
  box-shadow: none; }
  .inline_message_box.-signup {
    box-shadow: inset 0px -2px 0px rgba(29, 161, 242, 0.5); }
  .inline_message_box.-regular_bottom_space {
    margin-bottom: 20px; }
  .inline_message_box .box_container {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-align: left; }
    .inline_message_box .box_container .sub_title {
      margin: 20px 0px;
      font-size: 20px; }
      @media only screen and (max-width: 768px) {
        .inline_message_box .box_container .sub_title {
          font-size: 16px; } }
      .inline_message_box .box_container .sub_title.no_bottom_space {
        margin-bottom: 0px; }
      .inline_message_box .box_container .sub_title.-border_top {
        border-top: 4px solid #EBEBEB;
        padding-top: 20px; }
    .inline_message_box .box_container .actions {
      text-align: left; }
    .inline_message_box .box_container h3.-left, .inline_message_box .box_container .sub_title.-left, .inline_message_box .box_container .actions.-left {
      text-align: left; }
    .inline_message_box .box_container h3.-centered, .inline_message_box .box_container .sub_title.-centered, .inline_message_box .box_container .actions.-centered {
      text-align: center; }
    .inline_message_box .box_container .-smaller_line_height {
      margin: 8px 0px; }
    .inline_message_box .box_container .-extra_top_space {
      margin-top: 20px; }
  .inline_message_box.-centered {
    text-align: center; }
    .inline_message_box.-centered .box_container {
      text-align: center; }

/*
Error Message Modal
*/
.errorModal {
  width: 100%;
  position: absolute;
  top: 1%;
  text-align: center;
  margin: 0px auto;
  z-index: 100; }
  .errorModal .errorModalContainer {
    width: auto;
    max-width: 95%;
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #b12525;
    box-shadow: 0px 0px 4px 1px #EBEBEB; }

/*
LoadingBar
*/
.loadingbar_container .quote {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 28px;
  font-size: 20px;
  color: #6A6B80;
  font-style: italic;
  margin: 0px auto;
  font-weight: 300;
  max-width: 500px; }

.loadingbar_container .spinner {
  padding: 28px 0px 28px 0px;
  width: 100%;
  text-align: center; }
  .loadingbar_container .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .loadingbar_container .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }
  .loadingbar_container .spinner div {
    width: 16px;
    height: 16px;
    background-color: #399839;
    margin: 0px 4px 0px 4px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
Tooltips
*/
[data-tip] {
  position: relative; }
  [data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    border: 5px solid rgba(0, 0, 0, 0.8);
    /* 4 border technique to create the arrow */
    border-top-color: rgba(0, 0, 0, 0.8);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: -11px;
    left: 10px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    font-weight: 400;
    height: 0; }
  [data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: -41px;
    left: 0px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    z-index: 9;
    font-size: 13px;
    line-height: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
    white-space: nowrap;
    word-wrap: normal;
    text-transform: initial; }
  [data-tip].right-tooltip:after {
    left: auto;
    right: 0px; }
  [data-tip].right-tooltip:before {
    left: auto;
    right: 10px; }
  [data-tip].below-tooltip:after {
    top: 45px; }
  [data-tip].below-tooltip:before {
    top: 35px;
    border-bottom-color: rgba(26, 26, 26, 0.8);
    border-top-color: transparent; }
  [data-tip]:hover:before, [data-tip]:hover:after, [data-tip].show:after, [data-tip].show:before {
    display: block; }
  [data-tip].hide:after, [data-tip].hide:before {
    display: none; }

@media only screen and (max-width: 650px) {
  [data-tip]:not(.-enable_tooltip_on_mobile):after, [data-tip]:before {
    display: none !important; }
  [data-tip].-enable_tooltip_on_mobile.right-tooltip:after, [data-tip].-enable_tooltip_on_mobile:after {
    position: static;
    background: transparent;
    padding: 0px;
    word-wrap: break-word;
    white-space: normal;
    color: #6A6B80;
    font-size: 10px;
    font-variant: initial; }
    [data-tip].-enable_tooltip_on_mobile.right-tooltip:after:focus, [data-tip].-enable_tooltip_on_mobile:after:focus {
      display: block !important; } }

.floating_centered_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  text-align: center;
  margin: 0px auto;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0px;
  display: none;
  overflow: auto; }
  .floating_centered_modal .modal_content {
    padding: 40px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    box-shadow: 0px 0px 10px 0px rgba(235, 235, 235, 0.5);
    color: #363636;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin: 0px auto;
    margin-top: 10%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: relative; }
    .floating_centered_modal .modal_content .modal_actions {
      position: absolute;
      right: 15px;
      top: 10px; }
    .floating_centered_modal .modal_content input[type="email"],
    .floating_centered_modal .modal_content input[type="text"] {
      margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .floating_centered_modal .modal_content {
        font-size: 16px;
        border-bottom: 0px;
        border-right: 0px;
        border-left: 0px;
        width: 100%;
        border-radius: 0px;
        height: 100%;
        margin-top: 0px;
        padding: 32px; } }
    .floating_centered_modal .modal_content a.primary_button, .floating_centered_modal .modal_content button.primary_button, .floating_centered_modal .modal_content input {
      width: 100%;
      max-width: 250px; }
    .floating_centered_modal .modal_content .content_box {
      margin: 16px 0px;
      width: 100%; }
      .floating_centered_modal .modal_content .content_box.\--no_top_space {
        margin-top: 0px; }
      .floating_centered_modal .modal_content .content_box.\--no_bottom_space {
        margin-bottom: 0px; }
      .floating_centered_modal .modal_content .content_box.\--double_top_space {
        margin-top: 32px; }
  .floating_centered_modal.active {
    z-index: 200;
    display: block; }
    .floating_centered_modal.active .modal_content {
      opacity: 1; }

.button_icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: normal;
  border: 0px;
  cursor: pointer;
  vertical-align: middle;
  color: #6A6B80;
  text-decoration: none; }
  .button_icon:hover {
    text-decoration: none;
    color: #c74d2b; }
  .button_icon.primary:hover {
    color: #DB5842; }
  .button_icon.orange_button:hover {
    color: #FB6A41; }
  .button_icon.twitter_button:hover {
    color: #1DA1F2; }

.\--overflow_scroll {
  overflow: scroll; }

.AlertComponent {
  display: none;
  width: 100%;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 28px;
  background-color: #FBFBFA;
  border: 1px solid #EBEBEB; }
  .AlertComponent.AlertComponent--sticky {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 8px;
    margin-bottom: 0;
    border: none; }
  .AlertComponent.AlertComponent--white {
    background-color: #FFFFFF; }
  .AlertComponent .AlertComponent__title {
    font-size: 16px;
    font-weight: 600; }
  .AlertComponent .AlertComponent__message {
    font-size: 16px;
    margin-top: 4px;
    color: #6A6B80; }
    .AlertComponent .AlertComponent__message.AlertComponent--sticky {
      font-size: 13px; }
  .AlertComponent.AlertComponent--default {
    color: #363636; }
    .AlertComponent.AlertComponent--default .AlertComponent__message {
      color: #363636; }
  .AlertComponent.AlertComponent--success {
    color: #399839; }
  .AlertComponent.AlertComponent--error {
    color: #b12525; }
  .AlertComponent.AlertComponent--active {
    display: block; }
  .AlertComponent .AlertComponent__button {
    margin-top: 12px; }
  .AlertComponent.AlertComponent--primary {
    background-color: #DB5842;
    color: #FFFFFF; }
    .AlertComponent.AlertComponent--primary .AlertComponent__title,
    .AlertComponent.AlertComponent--primary .AlertComponent__message {
      color: #FFFFFF; }
  .AlertComponent.AlertComponent--font_large .AlertComponent__title {
    font-size: 20px; }

.\--secondary_font_family {
  font-family: "Merriweather", serif; }

.PlanComponent {
  width: 100%;
  max-width: 300px;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  margin: 12px auto; }
  .PlanComponent.PlanComponent--special {
    border: 2px solid #363636; }
  @media only screen and (max-width: 768px) {
    .PlanComponent {
      margin: 12px auto 12px auto; } }
  @media only screen and (max-width: 768px) {
    .PlanComponent:last-child {
      margin: 12px auto; } }
  .PlanComponent .PlanComponent__header {
    color: #FBFBFA;
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    background: #363636;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .PlanComponent .PlanComponent__header.PlanComponent__header--special {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
  .PlanComponent .PlanComponent__content {
    text-align: center;
    vertical-align: top; }
    .PlanComponent .PlanComponent__content .PlanComponent__price {
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      padding: 12px;
      padding-top: 20px; }
    .PlanComponent .PlanComponent__content .PlanComponent__realprice {
      text-align: center;
      font-size: 20px;
      margin-right: 4px;
      color: #6A6B80;
      text-decoration: line-through; }
    .PlanComponent .PlanComponent__content .PlanComponent__priceInfo {
      padding: 12px 12px 0;
      color: #6A6B80;
      min-height: 52px; }
    .PlanComponent .PlanComponent__content .PlanComponent__features {
      text-align: left;
      padding: 12px; }
    .PlanComponent .PlanComponent__content .PlanComponent__bottom {
      text-align: center;
      padding: 12px; }

.separator {
  width: 100%;
  max-width: 300px;
  height: 3px;
  background-color: #EBEBEB;
  margin: 60px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .separator {
      margin: 24px auto; } }

.Testimonial {
  text-align: left;
  width: 100%;
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto; }
  .Testimonial.Testimonial--bottom_space {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .Testimonial.Testimonial--bottom_space {
        margin-bottom: 24px; } }
  .Testimonial .Testimonial__person {
    text-align: right;
    margin-top: 12px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center; }
    .Testimonial .Testimonial__person .Testimonial__image {
      margin-left: 12px; }
      .Testimonial .Testimonial__person .Testimonial__image div {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center; }
    .Testimonial .Testimonial__person .Testimonial__personInfo {
      font-style: italic; }
    .Testimonial .Testimonial__person .Testimonial__name {
      font-style: normal;
      font-size: 16px; }

.BoxContainer {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .BoxContainer {
      flex-wrap: wrap; } }
  .BoxContainer .BoxContainer__box {
    vertical-align: middle;
    flex-wrap: wrap;
    text-align: center;
    width: 33%;
    margin: 0 12px;
    padding: 20px;
    background: #FBFBFA;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EBEBEB; }
    .BoxContainer .BoxContainer__box.BoxContainer__box--white_background {
      background: white; }
    .BoxContainer .BoxContainer__box:first-child {
      margin-left: 0; }
    .BoxContainer .BoxContainer__box:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .BoxContainer .BoxContainer__box {
        width: 100%;
        margin: 12px 0;
        text-align: left;
        display: flex; }
        .BoxContainer .BoxContainer__box:first-child {
          margin-top: 0; }
        .BoxContainer .BoxContainer__box:last-child {
          margin-bottom: 0; } }
    .BoxContainer .BoxContainer__box .BoxContainer__number {
      background: #363636;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      color: #FFFFFF;
      text-align: center;
      margin: 0 auto;
      font-weight: 600;
      font-size: 20px;
      padding: 6px 0 0 1px; }
      @media only screen and (max-width: 768px) {
        .BoxContainer .BoxContainer__box .BoxContainer__number {
          margin: auto auto auto 0; } }
    .BoxContainer .BoxContainer__box .BoxContainer__text {
      margin-top: 16px; }
      @media only screen and (max-width: 768px) {
        .BoxContainer .BoxContainer__box .BoxContainer__text {
          width: calc(100% - 75px);
          margin-left: 16px;
          margin-top: 0; } }
      .BoxContainer .BoxContainer__box .BoxContainer__text h4 {
        text-align: center;
        max-width: 400px;
        width: 100%; }
        @media only screen and (max-width: 768px) {
          .BoxContainer .BoxContainer__box .BoxContainer__text h4 {
            text-align: left; } }
  .BoxContainer.BoxContainer--bslp .BoxContainer__box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    background-color: transparent;
    color: #FFFFFF; }
    @media only screen and (max-width: 768px) {
      .BoxContainer.BoxContainer--bslp .BoxContainer__box {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0; } }
    .BoxContainer.BoxContainer--bslp .BoxContainer__box .BoxContainer__number {
      background-color: #FBFBFA;
      color: #DB5842; }
      .BoxContainer.BoxContainer--bslp .BoxContainer__box .BoxContainer__number.BoxContainer__number--image {
        width: 55px;
        height: 55px;
        padding-top: 14px;
        border-radius: unset;
        background-color: transparent;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat; }
    .BoxContainer.BoxContainer--bslp .BoxContainer__box .BoxContainer__spacer {
      margin: 20px auto 0 auto;
      width: 85%;
      background-color: #CC462F;
      height: 6px;
      text-align: center;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      @media only screen and (max-width: 768px) {
        .BoxContainer.BoxContainer--bslp .BoxContainer__box .BoxContainer__spacer {
          width: 100%;
          margin-top: 28px;
          margin-bottom: 28px; }
          .BoxContainer.BoxContainer--bslp .BoxContainer__box .BoxContainer__spacer.BoxContainer__spacer--last {
            background-color: transparent;
            margin-bottom: 0; } }

.PricingComparisonMatrix .PricingComparisonMatrix__table {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 700px; }

.PricingComparisonMatrix .PricingComparisonMatrix__row {
  display: table-row; }

.PricingComparisonMatrix .PricingComparisonMatrix__cell {
  display: table-cell;
  padding: 12px;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  vertical-align: middle;
  width: 20%; }
  @media only screen and (max-width: 768px) {
    .PricingComparisonMatrix .PricingComparisonMatrix__cell {
      padding: 8px;
      width: 25%; } }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--first {
    border-left: 1px solid #EBEBEB; }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--last {
    border-bottom: 1px solid #EBEBEB; }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell img {
    width: 16px;
    height: 16px; }
    @media only screen and (max-width: 768px) {
      .PricingComparisonMatrix .PricingComparisonMatrix__cell img {
        width: 14px;
        height: 14px; } }
    .PricingComparisonMatrix .PricingComparisonMatrix__cell img.x {
      width: 14px;
      height: 14px; }
      @media only screen and (max-width: 768px) {
        .PricingComparisonMatrix .PricingComparisonMatrix__cell img.x {
          width: 12px;
          height: 12px; } }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--empty {
    border: 0; }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--title {
    font-weight: 600;
    border: 0; }
    @media only screen and (max-width: 768px) {
      .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--title {
        font-size: 13px; } }
  .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--metric {
    font-weight: 600;
    text-align: left;
    border: 0;
    max-width: 200px; }
    @media only screen and (max-width: 768px) {
      .PricingComparisonMatrix .PricingComparisonMatrix__cell.PricingComparisonMatrix__cell--metric {
        width: 25%;
        max-width: 25%;
        font-size: 13px; } }

.BookItem {
  width: 100%;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px; }
  .BookItem:last-child {
    margin-bottom: 0; }
  .BookItem .BookItem__BookDetails {
    width: 100%;
    display: flex;
    padding: 28px; }
    @media only screen and (max-width: 768px) {
      .BookItem .BookItem__BookDetails {
        display: block;
        padding: 20px; } }
    .BookItem .BookItem__BookDetails .BookItem__BookImage {
      width: 25%;
      max-width: 200px;
      text-align: center;
      position: relative; }
      .BookItem .BookItem__BookDetails .BookItem__BookImage .BookItem__Label {
        padding: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        background-color: #399839;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: 2; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BookDetails .BookItem__BookImage {
          width: 100%;
          margin: auto auto 16px auto; } }
      .BookItem .BookItem__BookDetails .BookItem__BookImage img {
        width: 100%;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px; }
        @media only screen and (max-width: 768px) {
          .BookItem .BookItem__BookDetails .BookItem__BookImage img {
            max-width: 200px; } }
    .BookItem .BookItem__BookDetails .BookItem__BookInfo {
      width: 83%;
      text-align: left;
      margin-left: 16px;
      max-width: 800px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BookDetails .BookItem__BookInfo {
          width: 100%;
          margin-left: 0;
          max-width: 100%; } }
      .BookItem .BookItem__BookDetails .BookItem__BookInfo h2 {
        font-weight: 600; }
      .BookItem .BookItem__BookDetails .BookItem__BookInfo .BookItem__BookDetail {
        margin: 8px 0;
        width: 100%;
        text-align: left;
        vertical-align: middle; }
        .BookItem .BookItem__BookDetails .BookItem__BookInfo .BookItem__BookDetail.BookItem__BookDetail--top_space {
          margin-top: 20px; }
        .BookItem .BookItem__BookDetails .BookItem__BookInfo .BookItem__BookDetail.BookItem__BookDetail--line_height {
          line-height: 150%; }
        .BookItem .BookItem__BookDetails .BookItem__BookInfo .BookItem__BookDetail.BookItem__BookDetail--italic {
          font-style: italic; }
    .BookItem .BookItem__BookDetails .BookItem__BookBottomDetails {
      text-align: left;
      width: 100%;
      min-height: 44px;
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BookDetails .BookItem__BookBottomDetails {
          min-height: auto; } }
  .BookItem .BookItem__BottomSection {
    width: 100%;
    background-color: #FBFBFA;
    padding: 28px;
    text-align: left;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }
    @media only screen and (max-width: 768px) {
      .BookItem .BookItem__BottomSection {
        padding: 20px; } }
    .BookItem .BookItem__BottomSection .BookItem__BottomSection__Image {
      width: 45px;
      vertical-align: middle;
      margin-right: 8px; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BottomSection .BookItem__BottomSection__Image {
          width: 65px; } }
      .BookItem .BookItem__BottomSection .BookItem__BottomSection__Image img {
        width: 100%;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    .BookItem .BookItem__BottomSection .BookItem__BottomSection__Description {
      width: 100%;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BottomSection .BookItem__BottomSection__Description {
          width: 100%;
          max-width: unset;
          margin-left: 0; } }
    .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details {
      vertical-align: middle;
      max-width: 800px; }
      .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details img {
        vertical-align: middle;
        margin-right: 4px; }
      .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details.BookItem__BottomSection__Details--line_height {
        line-height: 150%; }
      .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details.BookItem__BottomSection__Details--top_space {
        margin-top: 8px; }
      @media only screen and (max-width: 768px) {
        .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details .BookItem__StarRating {
          padding-bottom: 4px; } }
      .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details .BookItem__StarRatingDesc {
        margin-left: 2px; }
        @media only screen and (max-width: 768px) {
          .BookItem .BookItem__BottomSection .BookItem__BottomSection__Details .BookItem__StarRatingDesc {
            margin-left: 0; } }

.ReviewerProfile__Wrapper {
  display: flex;
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .ReviewerProfile__Wrapper {
      display: block;
      width: 100%; } }

.ReviewerProfile__Sidebar {
  width: 25%;
  margin-right: 20px; }
  .ReviewerProfile__Sidebar .ReviewerProfile__Picture {
    display: block;
    vertical-align: middle;
    margin-bottom: 16px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .ReviewerProfile__Sidebar .ReviewerProfile__Picture {
        margin-bottom: 12px; } }
    .ReviewerProfile__Sidebar .ReviewerProfile__Picture img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 100px;
      height: 100px; }
  .ReviewerProfile__Sidebar .ReviewerProfile__Box {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
    text-align: left;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .ReviewerProfile__Sidebar .ReviewerProfile__Box.ReviewerProfile__Box--centered_on_mobile {
        text-align: center; } }
    .ReviewerProfile__Sidebar .ReviewerProfile__Box.ReviewerProfile__Box--no_border {
      border-bottom-width: 0; }
      @media only screen and (max-width: 768px) {
        .ReviewerProfile__Sidebar .ReviewerProfile__Box.ReviewerProfile__Box--no_border {
          margin-bottom: 0;
          padding-bottom: 0; } }
    .ReviewerProfile__Sidebar .ReviewerProfile__Box .\--flex {
      display: flex; }
    .ReviewerProfile__Sidebar .ReviewerProfile__Box .\--break_line {
      /* These are technically the same, but use both */
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;
      /* Adds a hyphen where the word breaks, if supported (No Blink) */
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto; }
  @media only screen and (max-width: 768px) {
    .ReviewerProfile__Sidebar {
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; } }

.ReviewerProfile__Sidebar + .ReviewerProfile {
  width: 75%; }
  @media only screen and (max-width: 768px) {
    .ReviewerProfile__Sidebar + .ReviewerProfile {
      margin-right: 0;
      width: 100%; } }
  .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part {
    display: flex;
    align-items: center; }
    .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #EBEBEB; }
    @media only screen and (max-width: 1100px) {
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part {
        display: block; } }
    .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part.ReviewerProfile__Part--reverse {
      flex-direction: row-reverse; }
    .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part.ReviewerProfile__Part--noflex {
      display: block; }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part.ReviewerProfile__Part--noflex .ReviewerProfile__Summary {
        margin-bottom: 20px; }
    .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder {
      width: 440px;
      vertical-align: middle; }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder.ReviewerProfile__GenreTreeChartPlaceholder {
        margin-top: 16px;
        width: 100%; }
        @media only screen and (max-width: 1100px) {
          .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder.ReviewerProfile__GenreTreeChartPlaceholder {
            margin: 0; } }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder.ReviewerProfile__DeviationChartPlaceholder {
        max-width: 300px; }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder.ReviewerProfile__GenderPieChartPlaceholder {
        max-width: 300px; }
      @media only screen and (max-width: 1100px) {
        .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__ChartPlaceholder {
          width: 100%;
          max-width: 440px;
          margin: auto; } }
    .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary {
      flex: 1;
      vertical-align: middle; }
      @media only screen and (max-width: 1100px) {
        .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary {
          margin-bottom: 16px; } }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary.ReviewerProfile__Summary--right {
        margin-left: 16px; }
        @media only screen and (max-width: 1100px) {
          .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary.ReviewerProfile__Summary--right {
            margin-left: 0px; } }
      .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary.ReviewerProfile__Summary--left {
        margin-right: 15px; }
        @media only screen and (max-width: 1100px) {
          .ReviewerProfile__Sidebar + .ReviewerProfile .ReviewerProfile__Part .ReviewerProfile__Summary.ReviewerProfile__Summary--left {
            margin-left: 0px; } }

.ReviewerProfile__Sidebar input[type="email"] {
  width: 100%; }

.ReviewerProfile__Sidebar input[type="submit"] {
  margin-top: 8px;
  margin-bottom: 8px; }

.ReviewerProfile__Sticky input[type="email"] {
  margin-right: 5px; }

.fb-like, .fb-share-button {
  position: relative;
  top: -4px; }

div.twitter-share-button {
  display: inline-block; }

div.twitter-share-button + .fb-like {
  margin-left: 4px; }

.fb-like + .fb-share-button {
  margin-left: 4px;
  margin-top: 4px; }

.twitter-share-button {
  visibility: hidden; }

.share_container {
  min-width: 231px; }
  .share_container.-no_share {
    min-width: 155px; }
  .share_container.-no_share.-small {
    min-width: 127px; }

.bsrr_widget {
  margin: 0 auto; }

#root {
  min-height: 100%;
  height: 100%; }

.app {
  min-height: 100%;
  height: 100%; }

footer {
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  border-top: 1px solid #EBEBEB;
  color: #6A6B80;
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  background: #FFFFFF; }
  footer .disclosure {
    margin-top: 8px;
    font-size: 13px;
    color: #6A6B80; }
    @media only screen and (max-width: 768px) {
      footer .disclosure {
        margin-top: 12px; } }
  footer.extended {
    padding-bottom: 180px; }
  footer a, footer button {
    color: #6A6B80; }
  footer.-inline {
    border-top: 1px solid #EBEBEB;
    padding: 0px;
    margin: 0px;
    background: transparent;
    margin-top: 24px;
    padding-top: 24px;
    text-align: left;
    color: #878898; }
    footer.-inline .disclosure {
      margin-top: 12px; }
    footer.-inline a, footer.-inline button, footer.-inline .disclosure {
      color: #878898; }

header {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center; }
  header .header_warning {
    background: #b12525;
    text-align: center;
    padding: 12px; }
    header .header_warning a {
      color: #FFFFFF; }
  header .header_wrapper {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    z-index: 1; }
    header .header_wrapper .header_container {
      width: 100%;
      display: table;
      vertical-align: middle;
      margin: 0px auto;
      text-align: center;
      padding: 0px 6%;
      min-height: 55px; }
      @media only screen and (max-width: 768px) {
        header .header_wrapper .header_container {
          height: 50px;
          min-height: 50px; } }
      header .header_wrapper .header_container .header_left {
        width: 20%;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        height: 100%; }
        @media only screen and (max-width: 768px) {
          header .header_wrapper .header_container .header_left {
            padding-left: 4px; } }
        header .header_wrapper .header_container .header_left img.logo {
          border: 0;
          width: 100%;
          max-width: 200px; }
      header .header_wrapper .header_container .header_right {
        width: 80%;
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        height: 100%; }
        @media only screen and (max-width: 768px) {
          header .header_wrapper .header_container .header_right {
            padding-right: 4px; } }
        header .header_wrapper .header_container .header_right nav {
          height: 100%; }
          header .header_wrapper .header_container .header_right nav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            width: auto;
            height: 100%; }
            header .header_wrapper .header_container .header_right nav ul li {
              display: inline-block;
              height: 100%; }
        header .header_wrapper .header_container .header_right a.nav_button, header .header_wrapper .header_container .header_right button.nav_button {
          font-size: 16px;
          color: #DB5842;
          font-weight: 400;
          border-radius: 0px;
          height: 100%;
          vertical-align: middle;
          padding: 8px 12px 17px 12px;
          padding-top: 18px;
          text-decoration: none;
          display: inline-block;
          -webkit-transition: box-shadow 0.2s ease;
          -moz-transition: box-shadow 0.2s ease;
          -ms-transition: box-shadow 0.2s ease;
          -o-transition: box-shadow 0.2s ease;
          transition: box-shadow 0.2s ease; }
          @media only screen and (max-width: 768px) {
            header .header_wrapper .header_container .header_right a.nav_button, header .header_wrapper .header_container .header_right button.nav_button {
              font-size: 16px;
              padding: 16px 8px 8px 8px; } }
          header .header_wrapper .header_container .header_right a.nav_button:hover, header .header_wrapper .header_container .header_right button.nav_button:hover {
            text-decoration: none;
            box-shadow: inset 0px -3px 0px #DB5842; }
            @media only screen and (max-width: 768px) {
              header .header_wrapper .header_container .header_right a.nav_button:hover, header .header_wrapper .header_container .header_right button.nav_button:hover {
                box-shadow: none; } }
          header .header_wrapper .header_container .header_right a.nav_button.active, header .header_wrapper .header_container .header_right button.nav_button.active {
            text-decoration: none;
            box-shadow: inset 0px -3px 0px #DB5842;
            font-weight: 600; }
        header .header_wrapper .header_container .header_right .user_profile {
          vertical-align: middle;
          display: inline-block;
          margin-left: 12px; }
          header .header_wrapper .header_container .header_right .user_profile .user_image {
            vertical-align: middle; }

.Form .Form__section {
  width: 600px;
  max-width: 100%; }
  .Form .Form__section h3 {
    color: #6A6B80;
    text-align: left;
    font-size: 20px;
    margin: 32px 0 8px 0; }
    @media only screen and (max-width: 768px) {
      .Form .Form__section h3 {
        margin-top: 16px; } }
    .Form .Form__section h3.Form__section__h3--no_top_space {
      margin-top: 0; }
  .Form .Form__section .Form__inputsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2% 0; }
    @media only screen and (max-width: 768px) {
      .Form .Form__section .Form__inputsContainer {
        display: block;
        padding: 6% 0; } }
    .Form .Form__section .Form__inputsContainer .Form__label {
      width: 30%;
      text-align: left;
      font-size: 16px;
      padding-right: 28px; }
      .Form .Form__section .Form__inputsContainer .Form__label .Form__notes {
        font-size: 13px;
        color: #6A6B80; }
      @media only screen and (max-width: 768px) {
        .Form .Form__section .Form__inputsContainer .Form__label {
          width: 100%;
          margin-bottom: 12px;
          padding-right: 0;
          font-weight: 600; }
          .Form .Form__section .Form__inputsContainer .Form__label .Form__notes {
            font-weight: 400; } }
    .Form .Form__section .Form__inputsContainer .Form__input {
      width: 70%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .Form .Form__section .Form__inputsContainer .Form__input {
          width: 100%; } }
      .Form .Form__section .Form__inputsContainer .Form__input .Form__container {
        display: inline; }
        @media only screen and (max-width: 768px) {
          .Form .Form__section .Form__inputsContainer .Form__input .Form__container {
            display: block; } }
      .Form .Form__section .Form__inputsContainer .Form__input .Form__error {
        display: none; }
      .Form .Form__section .Form__inputsContainer .Form__input input[type="url"], .Form .Form__section .Form__inputsContainer .Form__input input[type="text"], .Form .Form__section .Form__inputsContainer .Form__input input[type="email"] {
        width: 100%; }
      .Form .Form__section .Form__inputsContainer .Form__input label {
        margin-right: 12px; }
      .Form .Form__section .Form__inputsContainer .Form__input input[type="checkbox"], .Form .Form__section .Form__inputsContainer .Form__input input[type="radio"], .Form .Form__section .Form__inputsContainer .Form__input label {
        margin-top: 8px;
        margin-bottom: 8px;
        vertical-align: middle; }
      .Form .Form__section .Form__inputsContainer .Form__input input[type="radio"] {
        margin-right: 6px; }
      .Form .Form__section .Form__inputsContainer .Form__input input[type="checkbox"] {
        margin-right: 4px; }
    .Form .Form__section .Form__inputsContainer .Form__textarea {
      width: 100%;
      text-align: left; }
      .Form .Form__section .Form__inputsContainer .Form__textarea textarea {
        width: 100%;
        height: 100px;
        font-size: 16px; }
    .Form .Form__section .Form__inputsContainer.Form__inputsContainer--error {
      color: #b12525; }
      .Form .Form__section .Form__inputsContainer.Form__inputsContainer--error .Form__input input {
        border-color: #b12525; }
      .Form .Form__section .Form__inputsContainer.Form__inputsContainer--error .Form__input .Form__error {
        display: block;
        vertical-align: middle;
        font-size: 13px;
        color: #b12525;
        margin-top: 2px; }

.MainContainer {
  width: 100%;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  padding: 28px;
  text-align: left;
  display: flex;
  justify-content: space-between; }
  .MainContainer.MainContainer--transparent {
    padding: 0;
    border: 0;
    background: transparent; }
  .MainContainer.MainContainer--block {
    display: block; }
  .MainContainer .MainContainer__sidebar {
    width: 20%; }
    @media only screen and (max-width: 900px) {
      .MainContainer .MainContainer__sidebar {
        display: none; } }
  .MainContainer .MainContainer__content {
    width: 80%;
    padding-right: 4%; }
    .MainContainer .MainContainer__content.MainContainer__content--full_width {
      width: 100%;
      padding-right: 0; }
    .MainContainer .MainContainer__content.MainContainer__content--flex {
      display: flex;
      text-align: center;
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch; }
    @media only screen and (max-width: 768px) {
      .MainContainer .MainContainer__content {
        padding-right: 0;
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .MainContainer {
      display: block;
      padding: 20px; } }

.tabs {
  width: 100%;
  text-align: left;
  display: flex;
  padding-left: 12px; }
  .tabs .tabs__tab {
    text-align: center;
    background-color: #FBFBFA;
    padding: 12px;
    border: 1px solid #FBFBFA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .tabs .tabs__tab.tabs__tab--active {
      background-color: #EBEBEB;
      border-color: #EBEBEB; }
      .tabs .tabs__tab.tabs__tab--active a {
        color: #DB5842;
        font-weight: 600; }

.wrapper {
  display: flex;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      display: block; } }
  .wrapper .sidebar {
    width: 25%;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    padding: 16px;
    margin-right: 12px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 32px; }
    @media only screen and (max-width: 768px) {
      .wrapper .sidebar {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        border: 1px solid #EBEBEB; } }
    .wrapper .sidebar .sidebar__section {
      margin-bottom: 20px; }
      .wrapper .sidebar .sidebar__section .sidebar__title {
        font-weight: 600;
        font-size: 20px;
        color: #6A6B80;
        margin-bottom: 8px; }
        @media only screen and (max-width: 768px) {
          .wrapper .sidebar .sidebar__section .sidebar__title {
            font-size: 16px; } }
      .wrapper .sidebar .sidebar__section .sidebar__input {
        padding: 8px 0; }
  .wrapper .table {
    display: table;
    width: 75%;
    vertical-align: top; }
    .wrapper .table.table--full_width {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .wrapper .table {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .wrapper .table {
        display: block;
        padding: 0px;
        border: 0px;
        background: transparent; } }

.d2h-wrapper {
  text-align: left; }

.d2h-file-header {
  padding: 5px 10px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f7f7f7; }

.d2h-file-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 14px; }

.d2h-lines-added {
  text-align: right;
  border: 1px solid #b4e2b4;
  border-radius: 5px 0 0 5px;
  color: #399839;
  padding: 2px;
  vertical-align: middle; }

.d2h-lines-deleted {
  text-align: left;
  border: 1px solid #e9aeae;
  border-radius: 0 5px 5px 0;
  color: #c33;
  padding: 2px;
  vertical-align: middle;
  margin-left: 1px; }

.d2h-file-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px; }

.d2h-file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  line-height: 21px; }

.d2h-file-wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 1em; }

.d2h-diff-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Menlo,Consolas,monospace;
  font-size: 13px; }

.d2h-diff-tbody > tr > td {
  height: 20px;
  line-height: 20px; }

.d2h-files-diff {
  display: block;
  width: 100%;
  height: 100%; }

.d2h-file-diff {
  overflow-x: scroll;
  overflow-y: hidden; }

.d2h-file-side-diff {
  display: inline-block;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 50%;
  margin-right: -4px;
  margin-bottom: -8px; }

.d2h-code-line {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 80px; }

.d2h-code-side-line {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 50px; }

.d2h-code-line del, .d2h-code-side-line del {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #ffb6ba;
  border-radius: .2em; }

.d2h-code-line ins, .d2h-code-side-line ins {
  display: inline-block;
  margin-top: -1px;
  text-decoration: none;
  background-color: #97f295;
  border-radius: .2em;
  text-align: left; }

.d2h-code-line-prefix {
  display: inline;
  background: 0 0;
  padding: 0;
  word-wrap: normal;
  white-space: pre; }

.d2h-code-line-ctn {
  display: inline;
  background: 0 0;
  padding: 0;
  word-wrap: normal;
  white-space: pre; }

.line-num1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px; }

.line-num2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 3px; }

.d2h-code-linenumber {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 86px;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  border: solid #eee;
  border-width: 0 1px 0 1px;
  cursor: pointer; }

.d2h-code-side-linenumber {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 56px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  border: solid #eee;
  border-width: 0 1px 0 1px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis; }

.d2h-del {
  background-color: #fee8e9;
  border-color: #e9aeae; }

.d2h-ins {
  background-color: #dfd;
  border-color: #b4e2b4; }

.d2h-info {
  background-color: #f8fafd;
  color: rgba(0, 0, 0, 0.3);
  border-color: #d5e4f2; }

.d2h-file-diff .d2h-del.d2h-change {
  background-color: #fdf2d0; }

.d2h-file-diff .d2h-ins.d2h-change {
  background-color: #ded; }

.d2h-file-list-wrapper {
  margin-bottom: 10px; }

.d2h-file-list-wrapper a {
  text-decoration: none;
  color: #3572b0; }

.d2h-file-list-wrapper a:visited {
  color: #3572b0; }

.d2h-file-list-header {
  text-align: left; }

.d2h-file-list-title {
  font-weight: 700; }

.d2h-file-list-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }

.d2h-file-list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.d2h-file-list > li {
  border-bottom: #ddd solid 1px;
  padding: 5px 10px;
  margin: 0; }

.d2h-file-list > li:last-child {
  border-bottom: none; }

.d2h-file-switch {
  display: none;
  font-size: 10px;
  cursor: pointer; }

.d2h-icon-wrapper {
  line-height: 31px; }

.d2h-icon {
  vertical-align: middle;
  margin-right: 10px;
  fill: currentColor; }

.d2h-deleted {
  color: #c33; }

.d2h-added {
  color: #399839; }

.d2h-changed {
  color: #d0b44c; }

.d2h-moved {
  color: #3572b0; }

.d2h-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  margin-left: 5px;
  padding: 0 2px;
  background-color: #fff; }

.d2h-deleted-tag {
  border: #c33 1px solid; }

.d2h-added-tag {
  border: #399839 1px solid; }

.d2h-changed-tag {
  border: #d0b44c 1px solid; }

.d2h-moved-tag {
  border: #3572b0 1px solid; }

.selecting-left .d2h-code-line, .selecting-left .d2h-code-line *, .selecting-left .d2h-code-side-line, .selecting-left .d2h-code-side-line *, .selecting-right td.d2h-code-linenumber, .selecting-right td.d2h-code-linenumber *, .selecting-right td.d2h-code-side-linenumber, .selecting-right td.d2h-code-side-linenumber * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selecting-left .d2h-code-line ::-moz-selection, .selecting-left .d2h-code-line::-moz-selection, .selecting-left .d2h-code-side-line ::-moz-selection, .selecting-left .d2h-code-side-line::-moz-selection, .selecting-right td.d2h-code-linenumber::-moz-selection, .selecting-right td.d2h-code-side-linenumber ::-moz-selection, .selecting-right td.d2h-code-side-linenumber::-moz-selection {
  background: 0 0; }

.selecting-left .d2h-code-line ::selection, .selecting-left .d2h-code-line::selection, .selecting-left .d2h-code-side-line ::selection, .selecting-left .d2h-code-side-line::selection, .selecting-right td.d2h-code-linenumber::selection, .selecting-right td.d2h-code-side-linenumber ::selection, .selecting-right td.d2h-code-side-linenumber::selection {
  background: 0 0; }

.D3ContentContainerBackgroundRect {
  fill: #FFFFFF; }

circle.D3ScatterBubble {
  fill: #DB5842; }

text.D3BarV {
  text-anchor: middle; }

text.D3XAxisLabel {
  text-anchor: middle; }

text.D3YAxisLabel {
  text-anchor: middle; }

text.D3PieSliceLabel {
  text-anchor: middle;
  font-size: 13px; }

text.D3GaussianLabel.D3GaussianLabel--1 {
  fill: #DB5842; }

text.D3GaussianLabel.D3GaussianLabel--2 {
  fill: #6A6B80; }

text.D3HeatMapYTick {
  font-size: 11px;
  font-family: "Source Sans Pro";
  text-anchor: end; }

text.D3HeatMapXTick {
  font-size: 11px;
  font-family: "Source Sans Pro";
  text-anchor: middle; }

text.D3HeatMapLegendLabel {
  font-size: 11px;
  font-family: "Source Sans Pro";
  stroke: #6A6B80;
  stroke-width: 0.5px; }

path.D3LinePath {
  fill: none;
  stroke: #DB5842;
  stroke-linejoin: 'round';
  stroke-linecap: 'round';
  stroke-width: 4; }

path.D3LineAreaPath {
  fill: #FFFFFF; }
  path.D3LineAreaPath.D3LineAreaPath--positive {
    fill: #399839; }
  path.D3LineAreaPath.D3LineAreaPath--negative {
    fill: #b12525; }

path.D3TreeLink {
  fill: none;
  stroke: #EBEBEB;
  stroke-width: 1.5px; }

path.D3GaussianLine {
  stroke: #DB5842;
  stroke-width: 1;
  fill: none; }

path.D3GaussianArea {
  opacity: 0.5; }
  path.D3GaussianArea.D3GaussianArea--1 {
    fill: #DB5842; }
  path.D3GaussianArea.D3GaussianArea--2 {
    fill: #363636; }

rect.D3Bar {
  fill: #DB5842; }

rect.D3BarV {
  color: #6A6B80; }

text {
  color: #6A6B80; }

g.D3XAxis line {
  stroke-width: #DB5842; }

g.D3XAxis text {
  fill: #6A6B80; }

g.D3XAxis .D3Bar {
  fill: #DB5842; }

g.D3XAxis .D3BarV {
  color: #6A6B80; }

g.D3YAxis line {
  stroke-width: #DB5842; }

g.D3YAxis text {
  fill: #6A6B80; }

g.D3TreeNode {
  cursor: pointer; }
  g.D3TreeNode text {
    font-size: 13px;
    font-weight: bold;
    font-family: "Source Sans Pro";
    text-anchor: end; }
  g.D3TreeNode circle {
    stroke: #DB5842;
    stroke-width: 1.5px; }
    g.D3TreeNode circle.D3TreeNode--internal {
      fill: #DB5842; }
    g.D3TreeNode circle.D3TreeNode--leaf {
      fill: #FFFFFF; }

button {
  background-color: #EBEBEB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: #6A6B80;
  margin-right: 4px;
  border: 1px solid #EBEBEB;
  outline: 0; }
  button:hover {
    color: #DB5842; }
  button:active {
    color: #DB5842; }
  button:focus {
    background-color: transparent;
    color: #DB5842; }

.main.page_homepage .main_wrapper .content_container .content_text h1,
.main.page_homepage .main_wrapper .content_container .content_text h2 {
  font-family: "Merriweather", serif; }

.table .promoted_item {
  display: block;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  width: 100%;
  text-align: left;
  color: #363636;
  padding: 20px;
  margin: 0 0 16px 0; }
  .table .promoted_item .promoted_item__section {
    padding: 0; }
  .table .promoted_item .promoted_item__section--bottom_space {
    margin-bottom: 12px; }
  .table .promoted_item .promoted_item__section--title {
    font-size: 20px;
    font-weight: 600; }
  .table .promoted_item .promoted_item__section--content {
    line-height: 150%; }
  .table .promoted_item .promoted_item__section--form input[type="text"],
  .table .promoted_item .promoted_item__section--form input[type="email"] {
    vertical-align: middle;
    padding: 8px 12px 8px 12px;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 250px; }
    @media only screen and (max-width: 768px) {
      .table .promoted_item .promoted_item__section--form input[type="text"],
      .table .promoted_item .promoted_item__section--form input[type="email"] {
        width: calc(100% - 105px); } }

.home .promoted_item {
  margin: 0 !important; }

.reviewers_filters + .share_container {
  float: right;
  margin-top: 8px; }

.reviewers_header {
  display: flex; }
  .reviewers_header > div:first-child {
    flex-grow: 1; }
  .reviewers_header .share_container {
    margin: 10px 0px 0px 12px; }
  @media only screen and (max-width: 768px) {
    .reviewers_header {
      display: block; } }

.reviewers_table {
  display: block;
  width: 100%; }
  .reviewers_table .reviewers_table__smalltext {
    font-size: 13px;
    font-weight: normal; }
  .reviewers_table .reviewers_table__smalltext--gray {
    color: #6A6B80;
    font-size: 13px;
    font-weight: normal; }
  .reviewers_table .reviewers_table__subtitle {
    display: block;
    width: 100%;
    font-variant: small-caps;
    color: #6A6B80;
    margin-bottom: 2px;
    font-size: 13px;
    text-align: left; }
  .reviewers_table .reviewers_table__data {
    color: #363636;
    text-align: left;
    padding: 8px 20px;
    border-bottom: 0 solid #EBEBEB;
    word-wrap: break-word;
    vertical-align: middle;
    width: 100%; }
    .reviewers_table .reviewers_table__data.reviewers_table__data--right {
      text-align: right; }
    .reviewers_table .reviewers_table__data .reviewers_table--social {
      display: inline-block;
      vertical-align: middle;
      margin-left: 16px; }
      @media only screen and (max-width: 768px) {
        .reviewers_table .reviewers_table__data .reviewers_table--social {
          display: block;
          margin: 12px 0 0 0; } }
    .reviewers_table .reviewers_table__data .extend_button {
      background-color: #FBFBFA;
      border: 1px solid #EBEBEB;
      padding: 2px 4px;
      vertical-align: middle;
      text-align: center;
      width: auto;
      outline: 0px;
      color: #6A6B80;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      font-size: 13px;
      margin-left: 4px; }
      .reviewers_table .reviewers_table__data .extend_button:hover {
        color: #DB5842;
        border-color: #DB5842; }
    .reviewers_table .reviewers_table__data.reviewers_table__data--author {
      display: none; }
    .reviewers_table .reviewers_table__data.reviewers_table__data--name {
      width: 100%;
      display: block;
      font-weight: 600;
      font-size: 20px; }
      @media only screen and (max-width: 768px) {
        .reviewers_table .reviewers_table__data.reviewers_table__data--name {
          padding-bottom: 4px; } }
  .reviewers_table .reviewers_table__section {
    display: flex;
    width: 100%;
    align-items: flex-start;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .reviewers_table .reviewers_table__section {
        display: block; } }
    .reviewers_table .reviewers_table__section .reviewers_table__cell {
      width: 22.5%;
      text-align: left;
      vertical-align: top; }
      .reviewers_table .reviewers_table__section .reviewers_table__cell.reviewers_table__cell--large {
        width: 35%; }
        @media only screen and (max-width: 768px) {
          .reviewers_table .reviewers_table__section .reviewers_table__cell.reviewers_table__cell--large {
            width: 100%; } }
      .reviewers_table .reviewers_table__section .reviewers_table__cell.reviewers_table__cell--small {
        width: 20%; }
        @media only screen and (max-width: 768px) {
          .reviewers_table .reviewers_table__section .reviewers_table__cell.reviewers_table__cell--small {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        .reviewers_table .reviewers_table__section .reviewers_table__cell {
          width: 100%; } }
    .reviewers_table .reviewers_table__section .reviewers_table__section--right {
      align-items: right;
      text-align: right; }
      @media only screen and (max-width: 768px) {
        .reviewers_table .reviewers_table__section .reviewers_table__section--right {
          text-align: left;
          align-items: left;
          margin-top: 0;
          padding-top: 0; } }
  .reviewers_table .reviewers_table__row {
    display: block;
    background: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    margin-bottom: 16px;
    padding: 8px 4px; }
    .reviewers_table .reviewers_table__row:last-child .reviewers_table__data {
      border-bottom: 0px; }
    .reviewers_table .reviewers_table__row:last-child {
      margin-bottom: 0px; }
    .reviewers_table .reviewers_table__row.reviewers_table__row--highlight {
      background-color: #FBFBFA; }

header {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center; }
  header .header_warning {
    background: #b12525;
    text-align: center;
    padding: 12px; }
    header .header_warning a {
      color: #FFFFFF; }
  header .header_wrapper {
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
    z-index: 1;
    padding: 0px 6%; }
    @media only screen and (max-width: 768px) {
      header .header_wrapper {
        padding: 0px; } }
    header .header_wrapper .header_container {
      width: 100%;
      display: flex;
      vertical-align: middle;
      margin: 0px auto;
      text-align: center;
      padding: 0px;
      min-height: 55px;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        header .header_wrapper .header_container {
          height: 50px;
          min-height: 50px; } }
      header .header_wrapper .header_container .header_left {
        width: 50%;
        display: flex;
        align-items: center;
        vertical-align: middle;
        height: 100%; }
        header .header_wrapper .header_container .header_left a img {
          width: 200px;
          max-width: 100%; }
        @media only screen and (max-width: 768px) {
          header .header_wrapper .header_container .header_left {
            margin-left: 20px; } }
      header .header_wrapper .header_container .header_right {
        width: 75%;
        display: flex;
        text-align: right;
        vertical-align: middle;
        height: 100%;
        align-items: center;
        justify-content: flex-end; }
        @media only screen and (max-width: 768px) {
          header .header_wrapper .header_container .header_right {
            width: 50%;
            margin-right: 20px; } }
        header .header_wrapper .header_container .header_right ul.header_options {
          vertical-align: middle;
          text-align: right;
          display: flex;
          align-items: center;
          justify-content: end; }
          header .header_wrapper .header_container .header_right ul.header_options li {
            vertical-align: middle;
            display: contents;
            height: auto;
            width: 100%; }
        header .header_wrapper .header_container .header_right nav.MobileMenu {
          /*
          Mobile menu
          */
          display: none; }
          @media only screen and (max-width: 768px) {
            header .header_wrapper .header_container .header_right nav.MobileMenu {
              width: 100%;
              position: fixed;
              top: 0;
              left: 0;
              height: 100%;
              z-index: 100;
              background-color: #FFFFFF;
              text-align: left;
              vertical-align: top; }
              header .header_wrapper .header_container .header_right nav.MobileMenu.MobileMenu--show {
                display: block; }
              header .header_wrapper .header_container .header_right nav.MobileMenu ul.header_options {
                height: 100%;
                display: block;
                text-align: left;
                padding: 12px; }
                header .header_wrapper .header_container .header_right nav.MobileMenu ul.header_options li {
                  text-align: left;
                  display: block;
                  width: 100%;
                  padding: 12px; }
                  header .header_wrapper .header_container .header_right nav.MobileMenu ul.header_options li.MobileMenu__close {
                    text-align: right; }
                  header .header_wrapper .header_container .header_right nav.MobileMenu ul.header_options li.\--separator {
                    padding-top: 24px;
                    margin-top: 12px;
                    border-top: 1px solid #EBEBEB; } }
        @media only screen and (max-width: 768px) {
          header .header_wrapper .header_container .header_right {
            padding-right: 4px; } }

.autocomplete {
  width: 100%;
  position: relative;
  z-index: 1; }
  .autocomplete.autocomplete--hide {
    display: none; }
  .autocomplete .autocomplete__wrapper {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 0px;
    text-align: left; }
  .autocomplete .autocomplete__container {
    width: 100%;
    border: 1px solid #EBEBEB;
    background-color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .autocomplete .autocomplete__arrow {
    display: block;
    top: -15px;
    left: 16px;
    position: absolute;
    width: 20px;
    height: 10px; }
  .autocomplete .autocomplete__li.autocomplete__li--box {
    padding: 16px;
    text-align: left;
    color: #6A6B80;
    margin: 0px !important;
    display: block;
    font-size: 16px;
    width: 100%;
    border-radius: 0px; }
  .autocomplete .autocomplete__li .autocomplete__item {
    padding: 16px;
    text-align: left;
    color: #DB5842;
    margin: 0px !important;
    display: block;
    font-size: 16px;
    width: 100%;
    border-radius: 0px; }
    .autocomplete .autocomplete__li .autocomplete__item:hover {
      background-color: #EBEBEB;
      text-decoration: none; }
    .autocomplete .autocomplete__li .autocomplete__item:first-child[data-state="selected"] .autocomplete__item {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .autocomplete .autocomplete__li .autocomplete__item:last-child[data-state="selected"] .autocomplete__item {
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
  .autocomplete .autocomplete__li[data-state="selected"] .autocomplete__item {
    background-color: #EBEBEB; }

.form__wrapper,
.form_wrapper {
  display: inline-block;
  vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .form__wrapper,
    .form_wrapper {
      width: 100%;
      display: block; } }
  @media only screen and (max-width: 768px) {
    .form__wrapper .form__search,
    .form_wrapper .form__search {
      width: 100%;
      display: block; } }
  .form__wrapper .form__search form input.search__input,
  .form_wrapper .form__search form input.search__input {
    width: 500px !important;
    vertical-align: middle;
    padding: 16px 24px;
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .form__wrapper .form__search form input.search__input:hover, .form__wrapper .form__search form input.search__input:focus,
    .form_wrapper .form__search form input.search__input:hover,
    .form_wrapper .form__search form input.search__input:focus {
      box-shadow: 0px 0px 10px #EBEBEB; }
  .form__wrapper .form__search form input.search__submit,
  .form_wrapper .form__search form input.search__submit {
    margin-top: 8px;
    padding: 16px 24px;
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .form__wrapper .form__search form,
    .form_wrapper .form__search form {
      width: 100%;
      display: block; }
      .form__wrapper .form__search form input.search__input,
      .form_wrapper .form__search form input.search__input {
        width: 100% !important;
        box-shadow: none; } }
  .form__wrapper .form input,
  .form_wrapper .form input {
    vertical-align: middle; }
  .form__wrapper .form input[type="email"],
  .form__wrapper .form input[type="text"],
  .form_wrapper .form input[type="email"],
  .form_wrapper .form input[type="text"] {
    width: 350px;
    max-width: 80%;
    margin-right: 8px; }
    @media only screen and (max-width: 768px) {
      .form__wrapper .form input[type="email"],
      .form__wrapper .form input[type="text"],
      .form_wrapper .form input[type="email"],
      .form_wrapper .form input[type="text"] {
        width: 100%;
        max-width: 600px;
        margin-bottom: 8px; } }
  .form__wrapper .form input[type="submit"],
  .form_wrapper .form input[type="submit"] {
    background-color: #363636;
    border: 2px solid #EBEBEB; }
    @media only screen and (max-width: 768px) {
      .form__wrapper .form input[type="submit"],
      .form_wrapper .form input[type="submit"] {
        margin: 0 auto; } }
    .form__wrapper .form input[type="submit"]:hover,
    .form_wrapper .form input[type="submit"]:hover {
      border-color: #EBEBEB;
      background-color: #CC462F; }
    .form__wrapper .form input[type="submit"]:disabled,
    .form_wrapper .form input[type="submit"]:disabled {
      background-color: #FBFBFA;
      color: #6A6B80;
      cursor: default; }

.main.page_homepage .main_wrapper {
  padding: 0; }
  .main.page_homepage .main_wrapper .content_container {
    padding: 60px 6%;
    color: white; }
    @media only screen and (max-width: 768px) {
      .main.page_homepage .main_wrapper .content_container {
        padding: 6%; } }
    .main.page_homepage .main_wrapper .content_container .content_text h1,
    .main.page_homepage .main_wrapper .content_container .content_text h2 {
      color: #363636; }
    .main.page_homepage .main_wrapper .content_container .content_text h1 {
      margin-bottom: 40px; }
    .main.page_homepage .main_wrapper .content_container .content_text.content_text--limited {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
  .main.page_homepage .main_wrapper .content_cover {
    background-color: #FFFFFF;
    border-bottom: 4px solid #CC462F; }
    .main.page_homepage .main_wrapper .content_cover.content_cover--homepage {
      background-color: #DB5842; }
      .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text {
        text-align: left; }
        .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h1 {
          margin-bottom: 12px;
          font-weight: 600; }
          @media only screen and (max-width: 768px) {
            .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h1 {
              font-size: 30px; } }
        .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h2 {
          margin: 0;
          font-weight: 400;
          max-width: 100%;
          width: 650px; }
          @media only screen and (max-width: 768px) {
            .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h2 {
              font-size: 20px; } }
        .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text.content_text--center {
          text-align: center; }
          .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text.content_text--center h1,
          .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text.content_text--center h2 {
            text-align: center;
            width: auto; }
          .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text.content_text--center:last-child h2 {
            margin-top: 4px; }
        .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h1,
        .main.page_homepage .main_wrapper .content_cover.content_cover--homepage .content_container .content_text h2 {
          text-align: left;
          color: #FFFFFF; }

header .header_wrapper {
  height: 75px; }
  @media only screen and (max-width: 768px) {
    header .header_wrapper {
      height: auto; } }
  header .header_wrapper .header_container {
    height: 75px; }
    @media only screen and (max-width: 768px) {
      header .header_wrapper .header_container {
        height: auto;
        min-height: 75px; } }
    header .header_wrapper .header_container .header_left {
      width: 25%;
      margin-right: 12px; }
      header .header_wrapper .header_container .header_left a {
        display: inline-block;
        vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        header .header_wrapper .header_container .header_left {
          width: 55%; } }

header .form__wrapper {
  width: calc(100% - 200px); }
  @media only screen and (max-width: 768px) {
    header .form__wrapper {
      width: 100%; } }
  header .form__wrapper .form__search {
    width: 100%; }
    header .form__wrapper .form__search .-inline_block {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      header .form__wrapper .form__search {
        padding: 4px 12px 16px 12px; } }
    header .form__wrapper .form__search input.search__input {
      padding: 8px 12px 8px 12px;
      font-size: 16px;
      width: 100% !important; }
    @media only screen and (max-width: 768px) {
      header .form__wrapper .form__search input.search__submit {
        display: none; } }
    @media only screen and (min-width: 768px) {
      header .form__wrapper .form__search input.search__submit {
        padding: 8px 12px 8px 12px;
        font-size: 16px; } }

.addblog_iframe {
  border: 0px;
  width: 100%;
  max-width: 500px;
  min-height: 950px;
  padding: 0px;
  margin: 0px;
  overflow: hidden; }

.trending_container {
  width: auto;
  background-color: #FBFBFA;
  padding: 8px 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  max-width: fit-content;
  margin: 0px auto;
  margin-top: 32px; }

.featured_textarea {
  display: block;
  width: 500px;
  height: 110px;
  margin: 12px auto; }
  @media only screen and (max-width: 768px) {
    .featured_textarea {
      width: 100%;
      height: 125px; } }
  .featured_textarea.-big {
    height: 190px; }
    @media only screen and (max-width: 768px) {
      .featured_textarea.-big {
        height: 300px; } }

/*# sourceMappingURL=booksirens.css.map*/