/*! Commit Hash: ad62a4f */
/**
 * UI Block styles
 *
 * The CSS rules here are organized in an "atomic" fashion.  All rules are
 * single-purpose utility classes meant to be composed together to create larger
 * style rules.  For responsiveness, prefixed rules are nested under the defined
 * media queries.  Sass mixins are used to save some typing, but the rules end
 * up looking like this:
 *
 * .margin-left-1 { margin-left: .25rem; } // first point in the spacing scale
 * .margin-left-2 { margin-left: .5rem; } // second point in the spacing scale
 * @media only screen and (min-width: 30em) {
 *      .m-margin-left-1 { margin-left: .25rem; }
 *      .m-margin-left-2 { margin-left: .5rem; }
 * }
 *
 * They'd then be applied to a single element:
 *      <!-- will have .25rem margin left up until first breakpoint -->
 *      <div class='margin-left-1 m-margin-left-2'></div>
 *
 * NOTE:  The rule names are important here.  The rule names are matched with
 * props sent to the react components.  So a prop of `{ flexDirection: 'row' }`
 * would map to a class name of `flex-direction-row`.  The names are tested as
 * part of the JS tests.
 *
 * 1. Provide all values to avoid cross-browser differences
 */

/**
 * Vars
 */

/**
 * Alignment
 */

/**
 * Background
 */

/**
 * Border
 */

/**
 * Color
 */

/**
 * Display
 */

/**
 * Flex
 */

/**
 * Position
 */

/**
 * Spacing (margin, padding)
 */

/**
 * Font sizing
 */

/**
 * Width
 */

.t-center_25UNi {
  text-align: center;
}

.t-left_16oFn {
  text-align: left;
}

.t-right_2Vs3b {
  text-align: right;
}

.v-middle_ckhwy {
  vertical-align: middle;
}

.v-top_vNLsX {
  vertical-align: top;
}

.v-bottom_1ZzyB {
  vertical-align: bottom;
}

.bg-cerulean_3xDWN {
  background-color: #00B3E6;
}

.bg-white_14y-- {
  background-color: #ffffff;
}

.bg-grey_3P9Rv {
  background-color: #808080;
}

.bg-light-grey_oQToy {
  background-color: #A0A0A0;
}

.bg-plume_R1ACi {
  background-color: #F7F8F9;
}

.bg-red_2MVFy {
  background-color: #E90000;
}

.b-black_1DKrq {
  border-color: #000000;
}

.b-white_1w4Uq {
  border-color: #ffffff;
}

.b-cerulean_2OJ4w {
  border-color: #00B3E6;
}

.b-grey_2KZLc {
  border-color: #808080;
}

.b-ashen_1Xtq9 {
  border-color: #4e4e4e;
}

.b-warm-chinchilla_yOITt {
  border-color: #e6e6e6;
}

.b-1_1qeMa {
  border-width: 1px;
}

.b-2_2esvK {
  border-width: 2px;
}

.b-3_22CHX {
  border-width: 3px;
}

.b-1_1qeMa {
  border-width: 1px;
}

.b-2_2esvK {
  border-width: 2px;
}

.b-3_22CHX {
  border-width: 3px;
}

.bt-1_3Ow2y {
  border-top-width: 1px;
}

.bt-2_1gNbV {
  border-top-width: 2px;
}

.bt-3_kw_BJ {
  border-top-width: 3px;
}

.bt-1_3Ow2y {
  border-top-width: 1px;
}

.bt-2_1gNbV {
  border-top-width: 2px;
}

.bt-3_kw_BJ {
  border-top-width: 3px;
}

.bb-1_2hOWj {
  border-bottom-width: 1px;
}

.bb-2_2Quxj {
  border-bottom-width: 2px;
}

.bb-3_16meM {
  border-bottom-width: 3px;
}

.bb-1_2hOWj {
  border-bottom-width: 1px;
}

.bb-2_2Quxj {
  border-bottom-width: 2px;
}

.bb-3_16meM {
  border-bottom-width: 3px;
}

.bl-1_1A8sP {
  border-left-width: 1px;
}

.bl-2_37eQA {
  border-left-width: 2px;
}

.bl-3_u-Rod {
  border-left-width: 3px;
}

.bl-1_1A8sP {
  border-left-width: 1px;
}

.bl-2_37eQA {
  border-left-width: 2px;
}

.bl-3_u-Rod {
  border-left-width: 3px;
}

.br-1_3N5Zb {
  border-right-width: 1px;
}

.br-2_3b3IS {
  border-right-width: 2px;
}

.br-3_2DBeN {
  border-right-width: 3px;
}

.br-1_3N5Zb {
  border-right-width: 1px;
}

.br-2_3b3IS {
  border-right-width: 2px;
}

.br-3_2DBeN {
  border-right-width: 3px;
}

.b-solid_2vuuL {
  border-style: solid;
}

.bt-solid_1eiEN {
  border-top-style: solid;
}

.bb-solid_3tC5m {
  border-bottom-style: solid;
}

.bl-solid_WGvey {
  border-left-style: solid;
}

.br-solid_I5Ul4 {
  border-right-style: solid;
}

.c-black_3py5x {
  color: #000000;
}

.c-white_AkFMr {
  color: #ffffff;
}

.c-grey_1p-vi {
  color: #808080;
}

.c-ashen_Ewp8T {
  color: #4e4e4e;
}

.c-cerulean_2yuBH {
  color: #00B3E6;
}

.c-red_2W0z3 {
  color: #E90000;
}

.c-light-grey_hldrL {
  color: #A0A0A0;
}

.hover-black_1vJzK:hover {
  color: #000000;
}

.hover-white_1LL22:hover {
  color: #ffffff;
}

.hover-grey_3nnkw:hover {
  color: #808080;
}

.hover-ashen_3LyVm:hover {
  color: #4e4e4e;
}

.hover-cerulean_2U1Pl:hover {
  color: #00B3E6;
}

.hover-red_3e-yr:hover {
  color: #E90000;
}

.hover-light-grey_30sE2:hover {
  color: #A0A0A0;
}

.d-none_2ra6R {
  display: none;
}

.d-inline_Agvac {
  display: inline;
}

.d-block_ynA2p {
  display: block;
}

.d-flex_tn_a2 {
  display: -ms-flexbox;
  display: flex;
}

.d-inline-block_1g7cU {
  display: inline-block;
}

.flex-column_2-CSn {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-row_12ibA {
  -ms-flex-direction: row;
      flex-direction: row;
}

.justify-start_3g1DP {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-end_sJh7p {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-center_14ee8 {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-space-between_3dvxy {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-space-around_3uXzX {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-center_19Ik6 {
  -ms-flex-align: center;
      align-items: center;
}

.flex-wrap_SMFk1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-none_36AD8 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

/* 1 */

.flex-1_3SaAP {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.flex-2_943h_ {
  -ms-flex: 2 0 auto;
      flex: 2 0 auto;
}

.flex-3_2OEYM {
  -ms-flex: 3 0 auto;
      flex: 3 0 auto;
}

.flex-4_2eipe {
  -ms-flex: 4 0 auto;
      flex: 4 0 auto;
}

.flex-5_VK5ci {
  -ms-flex: 5 0 auto;
      flex: 5 0 auto;
}

.order-1_1a2ke {
  -ms-flex-order: 1;
      order: 1;
}

.order-2_7WTdV {
  -ms-flex-order: 2;
      order: 2;
}

.order-3_1T2vj {
  -ms-flex-order: 3;
      order: 3;
}

.order-4_xrxIE {
  -ms-flex-order: 4;
      order: 4;
}

.order-5_2tPSg {
  -ms-flex-order: 5;
      order: 5;
}

.fw-normal_1ZyA- {
  font-weight: normal;
}

.fw-bold_3kega {
  font-weight: bold;
}

.fw-semibold_JuPVU {
  font-weight: 600;
}

.tt-uppercase_1aO0H {
  text-transform: uppercase;
}

.tt-lowercase_2dqfL {
  text-transform: lowercase;
}

.f-1_2ta1d {
  font-size: 3rem;
}

.f-2_SPN9T {
  font-size: 2.25rem;
}

.f-3_yAkqa {
  font-size: 1.5rem;
}

.f-4_3zzI1 {
  font-size: 1.25rem;
}

.f-5_1ylqs {
  font-size: 1rem;
}

.f-6_1U5m2 {
  font-size: 0.85rem;
}

.pos-relative_2Nht2 {
  position: relative;
}

.pos-absolute_2EumR {
  position: absolute;
}

.pos-static_1WVxG {
  position: static;
}

.ml-auto_36p3r {
  margin-left: auto;
}

.mr-auto_3CVYr {
  margin-right: auto;
}

.m-0_2Bjp- {
  margin: 0;
}

.ml-0_2NiPq {
  margin-left: 0;
}

.mr-0_KnHGa {
  margin-right: 0;
}

.mt-0_1doyX {
  margin-top: 0;
}

.mb-0_3trCK {
  margin-bottom: 0;
}

.p-0_2cSM0 {
  padding: 0;
}

.pl-0_2V1NW {
  padding-left: 0;
}

.pr-0_39VgB {
  padding-right: 0;
}

.pt-0_1HbFP {
  padding-top: 0;
}

.pb-0_2Gtee {
  padding-bottom: 0;
}

.m-1_3nqMf {
  margin: 0.25rem;
}

.ml-1_h3GyT {
  margin-left: 0.25rem;
}

.mr-1_1GJ_d {
  margin-right: 0.25rem;
}

.mt-1_RvYOh {
  margin-top: 0.25rem;
}

.mb-1_1i6ez {
  margin-bottom: 0.25rem;
}

.p-1_1861J {
  padding: 0.25rem;
}

.pl-1_3MeRl {
  padding-left: 0.25rem;
}

.pr-1_lU7xN {
  padding-right: 0.25rem;
}

.pt-1_3_QEb {
  padding-top: 0.25rem;
}

.pb-1_1MMfL {
  padding-bottom: 0.25rem;
}

.m-2_16EYg {
  margin: 0.5rem;
}

.ml-2_1AMr1 {
  margin-left: 0.5rem;
}

.mr-2_12OMP {
  margin-right: 0.5rem;
}

.mt-2_30c-S {
  margin-top: 0.5rem;
}

.mb-2_2nD6_ {
  margin-bottom: 0.5rem;
}

.p-2_bXe6X {
  padding: 0.5rem;
}

.pl-2_1xKZF {
  padding-left: 0.5rem;
}

.pr-2_2BYcy {
  padding-right: 0.5rem;
}

.pt-2_1jucH {
  padding-top: 0.5rem;
}

.pb-2_1Wrd4 {
  padding-bottom: 0.5rem;
}

.m-3_2ZLgk {
  margin: 1rem;
}

.ml-3_1Kx41 {
  margin-left: 1rem;
}

.mr-3_2I7Y_ {
  margin-right: 1rem;
}

.mt-3_oPhDH {
  margin-top: 1rem;
}

.mb-3_3pMN1 {
  margin-bottom: 1rem;
}

.p-3_6HmuF {
  padding: 1rem;
}

.pl-3_OzDBo {
  padding-left: 1rem;
}

.pr-3_1H7HR {
  padding-right: 1rem;
}

.pt-3_2ofbs {
  padding-top: 1rem;
}

.pb-3_2ZCqZ {
  padding-bottom: 1rem;
}

.m-4_8mqr- {
  margin: 2rem;
}

.ml-4_FSMRi {
  margin-left: 2rem;
}

.mr-4_3adSz {
  margin-right: 2rem;
}

.mt-4_PY903 {
  margin-top: 2rem;
}

.mb-4_3EGxj {
  margin-bottom: 2rem;
}

.p-4_JEN7K {
  padding: 2rem;
}

.pl-4_1jxGA {
  padding-left: 2rem;
}

.pr-4_22-cI {
  padding-right: 2rem;
}

.pt-4_1g1DY {
  padding-top: 2rem;
}

.pb-4_3xN2K {
  padding-bottom: 2rem;
}

.m-5_GxUpE {
  margin: 4rem;
}

.ml-5_1l0RX {
  margin-left: 4rem;
}

.mr-5_2FVOE {
  margin-right: 4rem;
}

.mt-5_18cQL {
  margin-top: 4rem;
}

.mb-5_1y6Sy {
  margin-bottom: 4rem;
}

.p-5_UFJYB {
  padding: 4rem;
}

.pl-5_10p-X {
  padding-left: 4rem;
}

.pr-5_30-ai {
  padding-right: 4rem;
}

.pt-5_2kGC2 {
  padding-top: 4rem;
}

.pb-5_3ZgVs {
  padding-bottom: 4rem;
}

.w-100_32sIV {
  width: 100%;
}

.w-90_3BaXK {
  width: 90%;
}

.w-80_2v_hU {
  width: 80%;
}

.w-70_2VY9c {
  width: 70%;
}

.w-60_2jNwC {
  width: 60%;
}

.w-50_1n-HW {
  width: 50%;
}

.w-40_1K89s {
  width: 40%;
}

.w-30_1opnF {
  width: 30%;
}

.w-20_MbhuG {
  width: 20%;
}

.w-10_GBIq2 {
  width: 10%;
}

.w-0_1a_6f {
  width: 0%;
}

@media only screen and (min-width: 50em) {
  .m-t-center_V0zB0 {
    text-align: center;
  }

  .m-t-left_2PQeO {
    text-align: left;
  }

  .m-t-right_3Ds6Y {
    text-align: right;
  }

  .m-v-middle_1eAZB {
    vertical-align: middle;
  }

  .m-v-top_28oeH {
    vertical-align: top;
  }

  .m-v-bottom_Kaed5 {
    vertical-align: bottom;
  }

  .prefix-bg-cerulean_3dKgV {
    background-color: #00B3E6;
  }

  .prefix-bg-white_3-T_6 {
    background-color: #ffffff;
  }

  .prefix-bg-grey_13wf2 {
    background-color: #808080;
  }

  .prefix-bg-light-grey_19kJv {
    background-color: #A0A0A0;
  }

  .prefix-bg-plume_3XV__ {
    background-color: #F7F8F9;
  }

  .prefix-bg-red_qTOrs {
    background-color: #E90000;
  }

  .m-b-black_-bM35 {
    border-color: #000000;
  }

  .m-b-white_-glk3 {
    border-color: #ffffff;
  }

  .m-b-cerulean_1hv0y {
    border-color: #00B3E6;
  }

  .m-b-grey_3pn3E {
    border-color: #808080;
  }

  .m-b-ashen_1_U2- {
    border-color: #4e4e4e;
  }

  .m-b-warm-chinchilla_2PCwN {
    border-color: #e6e6e6;
  }

  .m-b-1_W0uZs {
    border-width: 1px;
  }

  .m-b-2_3ljGp {
    border-width: 2px;
  }

  .m-b-3_o3Uhd {
    border-width: 3px;
  }

  .m-b-1_W0uZs {
    border-width: 1px;
  }

  .m-b-2_3ljGp {
    border-width: 2px;
  }

  .m-b-3_o3Uhd {
    border-width: 3px;
  }

  .m-bt-1_3uZJJ {
    border-top-width: 1px;
  }

  .m-bt-2_BD0z3 {
    border-top-width: 2px;
  }

  .m-bt-3_317KN {
    border-top-width: 3px;
  }

  .m-bt-1_3uZJJ {
    border-top-width: 1px;
  }

  .m-bt-2_BD0z3 {
    border-top-width: 2px;
  }

  .m-bt-3_317KN {
    border-top-width: 3px;
  }

  .m-bb-1_9DraU {
    border-bottom-width: 1px;
  }

  .m-bb-2_3srXQ {
    border-bottom-width: 2px;
  }

  .m-bb-3_19929 {
    border-bottom-width: 3px;
  }

  .m-bb-1_9DraU {
    border-bottom-width: 1px;
  }

  .m-bb-2_3srXQ {
    border-bottom-width: 2px;
  }

  .m-bb-3_19929 {
    border-bottom-width: 3px;
  }

  .m-bl-1_3A4tG {
    border-left-width: 1px;
  }

  .m-bl-2_1cR2G {
    border-left-width: 2px;
  }

  .m-bl-3_3Y75R {
    border-left-width: 3px;
  }

  .m-bl-1_3A4tG {
    border-left-width: 1px;
  }

  .m-bl-2_1cR2G {
    border-left-width: 2px;
  }

  .m-bl-3_3Y75R {
    border-left-width: 3px;
  }

  .m-br-1_1bKWY {
    border-right-width: 1px;
  }

  .m-br-2_25e23 {
    border-right-width: 2px;
  }

  .m-br-3_Z7BBq {
    border-right-width: 3px;
  }

  .m-br-1_1bKWY {
    border-right-width: 1px;
  }

  .m-br-2_25e23 {
    border-right-width: 2px;
  }

  .m-br-3_Z7BBq {
    border-right-width: 3px;
  }

  .m-b-solid_2XpG3 {
    border-style: solid;
  }

  .m-bt-solid_21ffH {
    border-top-style: solid;
  }

  .m-bb-solid_3VF4r {
    border-bottom-style: solid;
  }

  .m-bl-solid_d0DfD {
    border-left-style: solid;
  }

  .m-br-solid_82y-4 {
    border-right-style: solid;
  }

  .m-c-black_P5gFG {
    color: #000000;
  }

  .m-c-white_3PWjr {
    color: #ffffff;
  }

  .m-c-grey_17RXZ {
    color: #808080;
  }

  .m-c-ashen_2ALmH {
    color: #4e4e4e;
  }

  .m-c-cerulean_ppDGw {
    color: #00B3E6;
  }

  .m-c-red_1KFNG {
    color: #E90000;
  }

  .m-c-light-grey_cNj1l {
    color: #A0A0A0;
  }

  .m-hover-black_1klZD:hover {
    color: #000000;
  }

  .m-hover-white_1b-_i:hover {
    color: #ffffff;
  }

  .m-hover-grey_5QlBI:hover {
    color: #808080;
  }

  .m-hover-ashen_1_UgE:hover {
    color: #4e4e4e;
  }

  .m-hover-cerulean_3N0I_:hover {
    color: #00B3E6;
  }

  .m-hover-red_34QwI:hover {
    color: #E90000;
  }

  .m-hover-light-grey_29QnI:hover {
    color: #A0A0A0;
  }

  .m-d-none_3aFc2 {
    display: none;
  }

  .m-d-inline_2AfB9 {
    display: inline;
  }

  .m-d-block_1HyLA {
    display: block;
  }

  .m-d-flex_2B1g4 {
    display: -ms-flexbox;
    display: flex;
  }

  .m-d-inline-block_11_ii {
    display: inline-block;
  }

  .m-flex-column_1QTpQ {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .m-flex-row_p4hYH {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .m-justify-start_5r-3Q {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .m-justify-end_3eH3L {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .m-justify-center_Wn8G4 {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .m-justify-space-between_14HHj {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .m-justify-space-around_2DbRZ {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .m-align-center_19ATF {
    -ms-flex-align: center;
        align-items: center;
  }

  .m-flex-wrap_1NnxC {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .m-flex-none_K_LIC {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  /* 1 */

  .m-flex-1_117Kj {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }

  .m-flex-2_xOfGX {
    -ms-flex: 2 0 auto;
        flex: 2 0 auto;
  }

  .m-flex-3_16tAc {
    -ms-flex: 3 0 auto;
        flex: 3 0 auto;
  }

  .m-flex-4_1DqiT {
    -ms-flex: 4 0 auto;
        flex: 4 0 auto;
  }

  .m-flex-5_3Bf2h {
    -ms-flex: 5 0 auto;
        flex: 5 0 auto;
  }

  .m-order-1_nAKHJ {
    -ms-flex-order: 1;
        order: 1;
  }

  .m-order-2_6GU8o {
    -ms-flex-order: 2;
        order: 2;
  }

  .m-order-3_2X7N3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .m-order-4_3FigV {
    -ms-flex-order: 4;
        order: 4;
  }

  .m-order-5_1XJGv {
    -ms-flex-order: 5;
        order: 5;
  }

  .m-fw-normal_3alFp {
    font-weight: normal;
  }

  .m-fw-bold_1p7xK {
    font-weight: bold;
  }

  .m-fw-semibold_2s9d3 {
    font-weight: 600;
  }

  .m-tt-uppercase_r090Y {
    text-transform: uppercase;
  }

  .m-tt-lowercase_3Ms3Z {
    text-transform: lowercase;
  }

  .m-f-1_ahNeH {
    font-size: 3rem;
  }

  .m-f-2_2ehM4 {
    font-size: 2.25rem;
  }

  .m-f-3_3PPJy {
    font-size: 1.5rem;
  }

  .m-f-4_2nThb {
    font-size: 1.25rem;
  }

  .m-f-5_2L4M3 {
    font-size: 1rem;
  }

  .m-f-6_1E3Vy {
    font-size: 0.85rem;
  }

  .m-pos-relative_u9Wmu {
    position: relative;
  }

  .m-pos-absolute_1yagQ {
    position: absolute;
  }

  .m-pos-static_2XNpA {
    position: static;
  }

  .m-ml-auto_scAPa {
    margin-left: auto;
  }

  .m-mr-auto_g4O4t {
    margin-right: auto;
  }

  .m-m-0_LLErK {
    margin: 0;
  }

  .m-ml-0_3IxAI {
    margin-left: 0;
  }

  .m-mr-0_2G1Md {
    margin-right: 0;
  }

  .m-mt-0_1wnof {
    margin-top: 0;
  }

  .m-mb-0_zcgUH {
    margin-bottom: 0;
  }

  .m-p-0_1zWw6 {
    padding: 0;
  }

  .m-pl-0_3oVBb {
    padding-left: 0;
  }

  .m-pr-0_2zqtC {
    padding-right: 0;
  }

  .m-pt-0_18Hn_ {
    padding-top: 0;
  }

  .m-pb-0_3aG1- {
    padding-bottom: 0;
  }

  .m-m-1_hXciA {
    margin: 0.25rem;
  }

  .m-ml-1_2xv9R {
    margin-left: 0.25rem;
  }

  .m-mr-1_3kqu- {
    margin-right: 0.25rem;
  }

  .m-mt-1_2_jnm {
    margin-top: 0.25rem;
  }

  .m-mb-1_2LLWA {
    margin-bottom: 0.25rem;
  }

  .m-p-1_2nkMn {
    padding: 0.25rem;
  }

  .m-pl-1_iV312 {
    padding-left: 0.25rem;
  }

  .m-pr-1_2r34q {
    padding-right: 0.25rem;
  }

  .m-pt-1_1FrCL {
    padding-top: 0.25rem;
  }

  .m-pb-1_3sOmr {
    padding-bottom: 0.25rem;
  }

  .m-m-2_15qjl {
    margin: 0.5rem;
  }

  .m-ml-2_2_T2n {
    margin-left: 0.5rem;
  }

  .m-mr-2_1mCKS {
    margin-right: 0.5rem;
  }

  .m-mt-2_261Wa {
    margin-top: 0.5rem;
  }

  .m-mb-2_1SNe8 {
    margin-bottom: 0.5rem;
  }

  .m-p-2_32NwI {
    padding: 0.5rem;
  }

  .m-pl-2_lmVnD {
    padding-left: 0.5rem;
  }

  .m-pr-2_21Ldc {
    padding-right: 0.5rem;
  }

  .m-pt-2_2Vy0u {
    padding-top: 0.5rem;
  }

  .m-pb-2_2U-aO {
    padding-bottom: 0.5rem;
  }

  .m-m-3_YeLTg {
    margin: 1rem;
  }

  .m-ml-3_2oojI {
    margin-left: 1rem;
  }

  .m-mr-3_oqOnw {
    margin-right: 1rem;
  }

  .m-mt-3_29YgN {
    margin-top: 1rem;
  }

  .m-mb-3_1kAvq {
    margin-bottom: 1rem;
  }

  .m-p-3_SSP2k {
    padding: 1rem;
  }

  .m-pl-3_3s3ac {
    padding-left: 1rem;
  }

  .m-pr-3_1Im_2 {
    padding-right: 1rem;
  }

  .m-pt-3_20jOI {
    padding-top: 1rem;
  }

  .m-pb-3_2cKAr {
    padding-bottom: 1rem;
  }

  .m-m-4_2AqPL {
    margin: 2rem;
  }

  .m-ml-4_1BwJo {
    margin-left: 2rem;
  }

  .m-mr-4_1n0oR {
    margin-right: 2rem;
  }

  .m-mt-4_25gCR {
    margin-top: 2rem;
  }

  .m-mb-4_21mlr {
    margin-bottom: 2rem;
  }

  .m-p-4_2RdUj {
    padding: 2rem;
  }

  .m-pl-4_2N7eM {
    padding-left: 2rem;
  }

  .m-pr-4_1B41d {
    padding-right: 2rem;
  }

  .m-pt-4_uAS1N {
    padding-top: 2rem;
  }

  .m-pb-4_3M-ZG {
    padding-bottom: 2rem;
  }

  .m-m-5_3ptWw {
    margin: 4rem;
  }

  .m-ml-5_2fIlW {
    margin-left: 4rem;
  }

  .m-mr-5_o5Mif {
    margin-right: 4rem;
  }

  .m-mt-5_36MFE {
    margin-top: 4rem;
  }

  .m-mb-5_16qpb {
    margin-bottom: 4rem;
  }

  .m-p-5_JEcUN {
    padding: 4rem;
  }

  .m-pl-5_3kEGC {
    padding-left: 4rem;
  }

  .m-pr-5_3rM4z {
    padding-right: 4rem;
  }

  .m-pt-5_2xu9e {
    padding-top: 4rem;
  }

  .m-pb-5_VlpJk {
    padding-bottom: 4rem;
  }

  .m-w-100_1DYbw {
    width: 100%;
  }

  .m-w-90_3x526 {
    width: 90%;
  }

  .m-w-80_-XnmS {
    width: 80%;
  }

  .m-w-70_3-cRt {
    width: 70%;
  }

  .m-w-60_2TzKb {
    width: 60%;
  }

  .m-w-50_XOxRM {
    width: 50%;
  }

  .m-w-40_1j_u9 {
    width: 40%;
  }

  .m-w-30_FVfiE {
    width: 30%;
  }

  .m-w-20_2HPPN {
    width: 20%;
  }

  .m-w-10_2HZkg {
    width: 10%;
  }

  .m-w-0_3_3fN {
    width: 0%;
  }
}

@media only screen and (min-width: 60em) {
  .l-t-center_1a8cO {
    text-align: center;
  }

  .l-t-left_Oyd6v {
    text-align: left;
  }

  .l-t-right_28gHh {
    text-align: right;
  }

  .l-v-middle_26SG0 {
    vertical-align: middle;
  }

  .l-v-top_JR0w4 {
    vertical-align: top;
  }

  .l-v-bottom_1kb6d {
    vertical-align: bottom;
  }

  .prefix-bg-cerulean_3dKgV {
    background-color: #00B3E6;
  }

  .prefix-bg-white_3-T_6 {
    background-color: #ffffff;
  }

  .prefix-bg-grey_13wf2 {
    background-color: #808080;
  }

  .prefix-bg-light-grey_19kJv {
    background-color: #A0A0A0;
  }

  .prefix-bg-plume_3XV__ {
    background-color: #F7F8F9;
  }

  .prefix-bg-red_qTOrs {
    background-color: #E90000;
  }

  .l-b-black_35KCT {
    border-color: #000000;
  }

  .l-b-white_2G1V5 {
    border-color: #ffffff;
  }

  .l-b-cerulean_23WY6 {
    border-color: #00B3E6;
  }

  .l-b-grey_2OAkj {
    border-color: #808080;
  }

  .l-b-ashen_3Q5Vd {
    border-color: #4e4e4e;
  }

  .l-b-warm-chinchilla_3vDZD {
    border-color: #e6e6e6;
  }

  .l-b-1_d0Esc {
    border-width: 1px;
  }

  .l-b-2_2CCDx {
    border-width: 2px;
  }

  .l-b-3_ENyG1 {
    border-width: 3px;
  }

  .l-b-1_d0Esc {
    border-width: 1px;
  }

  .l-b-2_2CCDx {
    border-width: 2px;
  }

  .l-b-3_ENyG1 {
    border-width: 3px;
  }

  .l-bt-1_1eCut {
    border-top-width: 1px;
  }

  .l-bt-2_Jg_MI {
    border-top-width: 2px;
  }

  .l-bt-3_1tM7Q {
    border-top-width: 3px;
  }

  .l-bt-1_1eCut {
    border-top-width: 1px;
  }

  .l-bt-2_Jg_MI {
    border-top-width: 2px;
  }

  .l-bt-3_1tM7Q {
    border-top-width: 3px;
  }

  .l-bb-1_UfL8p {
    border-bottom-width: 1px;
  }

  .l-bb-2_2QR9- {
    border-bottom-width: 2px;
  }

  .l-bb-3_2Ledk {
    border-bottom-width: 3px;
  }

  .l-bb-1_UfL8p {
    border-bottom-width: 1px;
  }

  .l-bb-2_2QR9- {
    border-bottom-width: 2px;
  }

  .l-bb-3_2Ledk {
    border-bottom-width: 3px;
  }

  .l-bl-1_qSr4w {
    border-left-width: 1px;
  }

  .l-bl-2_RNSPv {
    border-left-width: 2px;
  }

  .l-bl-3_3xb26 {
    border-left-width: 3px;
  }

  .l-bl-1_qSr4w {
    border-left-width: 1px;
  }

  .l-bl-2_RNSPv {
    border-left-width: 2px;
  }

  .l-bl-3_3xb26 {
    border-left-width: 3px;
  }

  .l-br-1_3ijuI {
    border-right-width: 1px;
  }

  .l-br-2_17amp {
    border-right-width: 2px;
  }

  .l-br-3_ftH2v {
    border-right-width: 3px;
  }

  .l-br-1_3ijuI {
    border-right-width: 1px;
  }

  .l-br-2_17amp {
    border-right-width: 2px;
  }

  .l-br-3_ftH2v {
    border-right-width: 3px;
  }

  .l-b-solid_2ILHm {
    border-style: solid;
  }

  .l-bt-solid_2VR8q {
    border-top-style: solid;
  }

  .l-bb-solid_1KAvJ {
    border-bottom-style: solid;
  }

  .l-bl-solid_2gOLk {
    border-left-style: solid;
  }

  .l-br-solid_2iKH8 {
    border-right-style: solid;
  }

  .l-c-black__qi0- {
    color: #000000;
  }

  .l-c-white_3qzPk {
    color: #ffffff;
  }

  .l-c-grey_3qN1C {
    color: #808080;
  }

  .l-c-ashen_Xbn30 {
    color: #4e4e4e;
  }

  .l-c-cerulean_3Hyzo {
    color: #00B3E6;
  }

  .l-c-red_gwbb2 {
    color: #E90000;
  }

  .l-c-light-grey_3-Vvg {
    color: #A0A0A0;
  }

  .l-hover-black_31tPi:hover {
    color: #000000;
  }

  .l-hover-white_3BfOw:hover {
    color: #ffffff;
  }

  .l-hover-grey_2EYmO:hover {
    color: #808080;
  }

  .l-hover-ashen_3cier:hover {
    color: #4e4e4e;
  }

  .l-hover-cerulean_1s8oL:hover {
    color: #00B3E6;
  }

  .l-hover-red_3-oCJ:hover {
    color: #E90000;
  }

  .l-hover-light-grey_RyDRC:hover {
    color: #A0A0A0;
  }

  .l-d-none_C2xLW {
    display: none;
  }

  .l-d-inline_2DBkK {
    display: inline;
  }

  .l-d-block_31A-z {
    display: block;
  }

  .l-d-flex_Kfmjc {
    display: -ms-flexbox;
    display: flex;
  }

  .l-d-inline-block_3Bg0H {
    display: inline-block;
  }

  .l-flex-column_uQBvu {
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .l-flex-row_N12wt {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .l-justify-start_tuRXC {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .l-justify-end_22CVU {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .l-justify-center_mnNzo {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .l-justify-space-between_1VPro {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .l-justify-space-around_H5YJi {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .l-align-center_2IWcN {
    -ms-flex-align: center;
        align-items: center;
  }

  .l-flex-wrap_V_8Fb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .l-flex-none_QrfXo {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }

  /* 1 */

  .l-flex-1_1FhBm {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }

  .l-flex-2_3bUuo {
    -ms-flex: 2 0 auto;
        flex: 2 0 auto;
  }

  .l-flex-3_1BAPk {
    -ms-flex: 3 0 auto;
        flex: 3 0 auto;
  }

  .l-flex-4_1oCbm {
    -ms-flex: 4 0 auto;
        flex: 4 0 auto;
  }

  .l-flex-5_lDIz- {
    -ms-flex: 5 0 auto;
        flex: 5 0 auto;
  }

  .l-order-1_2TNuc {
    -ms-flex-order: 1;
        order: 1;
  }

  .l-order-2_3Houa {
    -ms-flex-order: 2;
        order: 2;
  }

  .l-order-3_11eg1 {
    -ms-flex-order: 3;
        order: 3;
  }

  .l-order-4_2MjzG {
    -ms-flex-order: 4;
        order: 4;
  }

  .l-order-5_2m4cR {
    -ms-flex-order: 5;
        order: 5;
  }

  .l-fw-normal_1w-SW {
    font-weight: normal;
  }

  .l-fw-bold_1-MTc {
    font-weight: bold;
  }

  .l-fw-semibold_1VNWQ {
    font-weight: 600;
  }

  .l-tt-uppercase_19uh7 {
    text-transform: uppercase;
  }

  .l-tt-lowercase_3fQHQ {
    text-transform: lowercase;
  }

  .l-f-1_29hhp {
    font-size: 3rem;
  }

  .l-f-2_21EOv {
    font-size: 2.25rem;
  }

  .l-f-3_DbGs3 {
    font-size: 1.5rem;
  }

  .l-f-4_xip9i {
    font-size: 1.25rem;
  }

  .l-f-5_DHtTj {
    font-size: 1rem;
  }

  .l-f-6_3BI7F {
    font-size: 0.85rem;
  }

  .l-pos-relative_3z3Mn {
    position: relative;
  }

  .l-pos-absolute_8SwC8 {
    position: absolute;
  }

  .l-pos-static_3IbI4 {
    position: static;
  }

  .l-ml-auto_3TXz2 {
    margin-left: auto;
  }

  .l-mr-auto_btHUv {
    margin-right: auto;
  }

  .l-m-0_2u2am {
    margin: 0;
  }

  .l-ml-0_qeq2J {
    margin-left: 0;
  }

  .l-mr-0_3ZqH- {
    margin-right: 0;
  }

  .l-mt-0_3hnvU {
    margin-top: 0;
  }

  .l-mb-0_3HzBH {
    margin-bottom: 0;
  }

  .l-p-0_2k-ka {
    padding: 0;
  }

  .l-pl-0_5UBRT {
    padding-left: 0;
  }

  .l-pr-0_39TUf {
    padding-right: 0;
  }

  .l-pt-0_D-ttS {
    padding-top: 0;
  }

  .l-pb-0_1jKI- {
    padding-bottom: 0;
  }

  .l-m-1_33kdT {
    margin: 0.25rem;
  }

  .l-ml-1_3OSQ1 {
    margin-left: 0.25rem;
  }

  .l-mr-1_2AhAs {
    margin-right: 0.25rem;
  }

  .l-mt-1_1xWDW {
    margin-top: 0.25rem;
  }

  .l-mb-1_3CfY1 {
    margin-bottom: 0.25rem;
  }

  .l-p-1_2X9b6 {
    padding: 0.25rem;
  }

  .l-pl-1_17BYt {
    padding-left: 0.25rem;
  }

  .l-pr-1_2FiBT {
    padding-right: 0.25rem;
  }

  .l-pt-1_1Ov7p {
    padding-top: 0.25rem;
  }

  .l-pb-1_3KdLd {
    padding-bottom: 0.25rem;
  }

  .l-m-2_2UCzj {
    margin: 0.5rem;
  }

  .l-ml-2_3tvGj {
    margin-left: 0.5rem;
  }

  .l-mr-2_3a2C6 {
    margin-right: 0.5rem;
  }

  .l-mt-2_1msjk {
    margin-top: 0.5rem;
  }

  .l-mb-2_1-7MI {
    margin-bottom: 0.5rem;
  }

  .l-p-2_29XEV {
    padding: 0.5rem;
  }

  .l-pl-2_2WsaO {
    padding-left: 0.5rem;
  }

  .l-pr-2_3tk4A {
    padding-right: 0.5rem;
  }

  .l-pt-2_2SkoS {
    padding-top: 0.5rem;
  }

  .l-pb-2_3MtYP {
    padding-bottom: 0.5rem;
  }

  .l-m-3_37XL6 {
    margin: 1rem;
  }

  .l-ml-3_2uG-z {
    margin-left: 1rem;
  }

  .l-mr-3_2gOj8 {
    margin-right: 1rem;
  }

  .l-mt-3_1Tw6m {
    margin-top: 1rem;
  }

  .l-mb-3_ZyTX8 {
    margin-bottom: 1rem;
  }

  .l-p-3_3O1bC {
    padding: 1rem;
  }

  .l-pl-3_1EtzP {
    padding-left: 1rem;
  }

  .l-pr-3_Dimdy {
    padding-right: 1rem;
  }

  .l-pt-3_2kBeW {
    padding-top: 1rem;
  }

  .l-pb-3_EEB4R {
    padding-bottom: 1rem;
  }

  .l-m-4_2JJR3 {
    margin: 2rem;
  }

  .l-ml-4_1V6c9 {
    margin-left: 2rem;
  }

  .l-mr-4_oi59d {
    margin-right: 2rem;
  }

  .l-mt-4_2MALO {
    margin-top: 2rem;
  }

  .l-mb-4_23Qgv {
    margin-bottom: 2rem;
  }

  .l-p-4_tH6cc {
    padding: 2rem;
  }

  .l-pl-4_BtKQu {
    padding-left: 2rem;
  }

  .l-pr-4_rxeNF {
    padding-right: 2rem;
  }

  .l-pt-4_BDjwx {
    padding-top: 2rem;
  }

  .l-pb-4_fe2Lc {
    padding-bottom: 2rem;
  }

  .l-m-5_1s72x {
    margin: 4rem;
  }

  .l-ml-5_3hdiF {
    margin-left: 4rem;
  }

  .l-mr-5_2rt-A {
    margin-right: 4rem;
  }

  .l-mt-5_3KYEx {
    margin-top: 4rem;
  }

  .l-mb-5_2ImuV {
    margin-bottom: 4rem;
  }

  .l-p-5_OUczi {
    padding: 4rem;
  }

  .l-pl-5_1CGZS {
    padding-left: 4rem;
  }

  .l-pr-5_39IoK {
    padding-right: 4rem;
  }

  .l-pt-5_3kLDT {
    padding-top: 4rem;
  }

  .l-pb-5_2CPAT {
    padding-bottom: 4rem;
  }

  .l-w-100_3nD61 {
    width: 100%;
  }

  .l-w-90_3J1Pv {
    width: 90%;
  }

  .l-w-80_17RIt {
    width: 80%;
  }

  .l-w-70_YYD42 {
    width: 70%;
  }

  .l-w-60_3Kwf0 {
    width: 60%;
  }

  .l-w-50_3YyUL {
    width: 50%;
  }

  .l-w-40_2VqRb {
    width: 40%;
  }

  .l-w-30_2Nj2c {
    width: 30%;
  }

  .l-w-20_SEInc {
    width: 20%;
  }

  .l-w-10_3RYVj {
    width: 10%;
  }

  .l-w-0_2ZoCW {
    width: 0%;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 71.25rem;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

/* small displays */

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */

@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */

@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */

@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */

@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.m-about-us .m-about-us--text,
h4,
h5,
h6,
pre,
form,
p,
.m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile h5.m-feature-grid--sub-header,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #0078a0;
}

a img {
  border: none;
}

/* Default paragraph styles */

p,
.m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile h5.m-feature-grid--sub-header {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead,
.m-sign-mobile h5.lead.m-feature-grid--header,
.m-sign-mobile h5.lead.m-feature-grid--sub-header {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside,
.m-sign-mobile h5.m-feature-grid--header aside,
.m-sign-mobile h5.m-feature-grid--sub-header aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
.m-about-us .m-about-us--text,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
.m-about-us .m-about-us--text small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3,
.m-about-us .m-about-us--text {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */

ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #1A1A1A;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}

blockquote cite:before {
  content: "\2014    ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p,
blockquote .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile
blockquote h5.m-feature-grid--header,
blockquote
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile
blockquote h5.m-feature-grid--sub-header {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3,
  .m-about-us .m-about-us--text,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3,
  .m-about-us .m-about-us--text {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile h5.m-feature-grid--sub-header,
  h2,
  h3,
  .m-about-us .m-about-us--text {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3,
  .m-about-us .m-about-us--text {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
}

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  dialog,
  .reveal-modal {
    height: 100vh;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    left: 50%;
  }
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child,
.reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child,
.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    top: 6.25rem;
  }
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem;
  }

  dialog.radius,
  .reveal-modal.radius {
    border-radius: 3px;
  }

  dialog.round,
  .reveal-modal.round {
    border-radius: 1000px;
  }

  dialog.collapse,
  .reveal-modal.collapse {
    padding: 0;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.tiny,
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.small,
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.medium,
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.large,
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.xlarge,
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media only screen and (min-width: 40.063em) {
  dialog.full,
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.full,
  .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}

@media print {
  dialog,
  .reveal-modal {
    background: #fff !important;
  }
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #007095;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #fff;
}

button.secondary,
.button.secondary {
  background-color: #e7e7e7;
  border-color: #007095;
  color: #333;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333;
}

button.success,
.button.success {
  background-color: #43AC6A;
  border-color: #007095;
  color: #fff;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: #fff;
}

button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #007095;
  color: #fff;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 3px;
}

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

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #007095;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: #fff;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #008CBA;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #007095;
  color: #333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #43AC6A;
  border-color: #007095;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #007095;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

select.radius {
  border-radius: 3px;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix()  {
  select {
    background: #fafafa;
  }

  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #cccccc;
}

span.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

span.postfix,
label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #cccccc;
}

span.postfix.radius,
label.postfix.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* We use this to get basic styling on all basic form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input[type="text"][disabled],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
fieldset[disabled]
  input[type="password"],
input[type="date"][disabled],
fieldset[disabled]
  input[type="date"],
input[type="datetime"][disabled],
fieldset[disabled]
  input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled]
  input[type="datetime-local"],
input[type="month"][disabled],
fieldset[disabled]
  input[type="month"],
input[type="week"][disabled],
fieldset[disabled]
  input[type="week"],
input[type="email"][disabled],
fieldset[disabled]
  input[type="email"],
input[type="number"][disabled],
fieldset[disabled]
  input[type="number"],
input[type="search"][disabled],
fieldset[disabled]
  input[type="search"],
input[type="tel"][disabled],
fieldset[disabled]
  input[type="tel"],
input[type="time"][disabled],
fieldset[disabled]
  input[type="time"],
input[type="url"][disabled],
fieldset[disabled]
  input[type="url"],
textarea[disabled],
fieldset[disabled]
  textarea {
  background-color: #ddd;
}

input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
textarea.radius {
  border-radius: 3px;
}

/* Respect enforced amount of rows for textarea */

textarea[rows] {
  height: auto;
}

/* Add height value for select elements to match text input height */

select {
  height: 2.3125rem;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */

fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

/*
  "foundation/components/tabs",
  "foundation/components/pagination",
  "foundation/components/button-groups",
  "foundation/components/buttons",
  "foundation/components/accordion",
  "foundation/components/alert-boxes",
  "foundation/components/breadcrumbs",
  "foundation/components/clearing",
  "foundation/components/dropdown",
  "foundation/components/dropdown-buttons",
  "foundation/components/flex-video",
  "foundation/components/inline-lists",
  "foundation/components/joyride",
  "foundation/components/keystrokes",
  "foundation/components/labels",
  "foundation/components/magellan",
  "foundation/components/orbit",
  "foundation/components/panels",
  "foundation/components/pricing-tables",
  "foundation/components/progress-bars",
  "foundation/components/range-slider",
  "foundation/components/side-nav",
  "foundation/components/split-buttons",
  "foundation/components/sub-nav",
  "foundation/components/switch",
  "foundation/components/tables",
  "foundation/components/thumbs",
  "foundation/components/tooltips",
  "foundation/components/top-bar",
  "foundation/components/offcanvas"
  */

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

body {
  margin: 0px;
  color: #1A1A1A;
}

* {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
}

a {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #00B3E6;
  font-weight: 300;
  outline: 0;
}

a:hover {
  color: inherit;
}

form {
  margin: 0;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 50px;
  font-weight: 200;
  padding: 6px 0px;
  letter-spacing: .05em;
  margin: 0px;
  line-height: 1.2em;
  color: #1A1A1A;
}

h1.downsize {
  font-size: 26px;
}

h1.white {
  color: #FFFFFF;
}

h1 span.i {
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: .05em;
  line-height: 1.2em;
  color: #1A1A1A;
}

h2 span.i {
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  h2 {
    font-size: 28px;
  }
}

h3,
.m-about-us .m-about-us--text {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1.2em;
  color: #1A1A1A;
}

h3 span.i,
.m-about-us .m-about-us--text span.i {
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  h3,
  .m-about-us .m-about-us--text {
    font-size: 24px;
  }
}

h4 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: .05em;
  line-height: 1.3em;
  color: #1A1A1A;
}

h4.b {
  font-weight: 600;
}

h4.white {
  color: #F7F8F9;
}

h4 span.i {
  font-style: italic;
}

@media only screen and (max-width: 40em) {
  h4 {
    font-size: 20px;
  }
}

h4.downsize {
  font-size: 18px;
}

h5 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5em;
  color: #1A1A1A;
}

h5.downsize {
  font-size: 14px;
}

h5 span.i {
  font-style: italic;
}

h6 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 16px;
  padding: 6px 0px;
  letter-spacing: .05em;
  font-weight: 600;
  color: #1A1A1A;
}

h6.downsize {
  font-size: 14px;
}

h6 span.i {
  font-style: italic;
}

ul {
  list-style-type: none;
}

p,
.m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile h5.m-feature-grid--sub-header {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
  padding: 0px;
  margin-bottom: 0px;
  letter-spacing: .05em;
  line-height: 1.5em;
  color: #1A1A1A;
}

p.i,
.m-sign-mobile h5.i.m-feature-grid--header,
.m-sign-mobile h5.i.m-feature-grid--sub-header {
  color: #1A1A1A;
  font-style: italic;
}

p.i a,
.m-sign-mobile h5.i.m-feature-grid--header a,
.m-sign-mobile h5.i.m-feature-grid--sub-header a {
  font-style: italic;
  font-weight: 600;
}

p.b,
.m-sign-mobile h5.b.m-feature-grid--header,
.m-sign-mobile h5.b.m-feature-grid--sub-header {
  font-weight: 600;
}

p span.i,
.m-sign-mobile h5.m-feature-grid--header span.i,
.m-sign-mobile h5.m-feature-grid--sub-header span.i {
  font-style: italic;
}

/* This overrides Foundation's code style */

code {
  font-family: inherit;
  color: #4E4E4E;
  font-weight: 600;
  padding: 1px 5px;
  background-color: #F7F8F9;
  border: solid 1px #E6E6E6;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  font-family: proxima-nova, sans-serif;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 300;
  padding-left: 10px;
  color: #808080;
  min-height: 0;
}

/* Remove those annoying built-in field icons on IE 10+ */

input[type=password]::-ms-reveal,
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  background-color: #F7F8F9;
  box-shadow: none;
  border-radius: 0;
}

.placeholder {
  color: #C3C3C3 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A0A0A0;
  font-weight: 500;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #A0A0A0;
  font-weight: 500;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C3C3C3;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.15s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.15s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  /* Older versions of Firefox */
  opacity: 0;
  transition: opacity 0.15s;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.15s;
}

select {
  font-size: 20px;
  color: #808080;
}

option:disabled {
  color: #C3C3C3;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 0;
}

img:-moz-loading {
  visibility: hidden;
}

.clear-floats,
.clear-both {
  clear: both;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  float: left;
}

.l-new-modal {
  float: left;
  width: 100%;
  background: #FFFFFF;
}

.l-new-modal .l-new-modal--content-wrap {
  padding-top: 20px;
}

.l-new-modal .l-new-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.l-new-modal .l-new-modal--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.l-new-modal .l-new-modal--title {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  text-transform: uppercase;
}

.l-new-modal .l-new-modal--sub-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 75px;
}

.l-new-modal .l-new-modal--sub-sub-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 75px;
  color: #A0A0A0;
}

.l-new-modal .l-new-modal--sub-content-separator {
  display: block;
  background-color: #E6E6E6;
  height: 1px;
  margin: 25px 0;
}

.l-new-modal .l-new-modal--actions {
  float: left;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  background: #F7F8F9;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}

.l-new-modal .l-new-modal--actions .m-button {
  padding: 8px 10px 6px;
  min-width: 100px;
  margin-top: 16px;
  margin-right: 20px;
}

.l-new-modal .l-new-modal--error {
  float: left;
  width: 100%;
  padding: 0 75px;
  margin-top: 10px;
  color: red;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.l-new-modal .l-new-modal--text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  float: left;
  width: 100%;
  text-align: center;
}

.stub {
  background: yellow !important;
  color: black !important;
}

.l-header {
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 16px;
}

.l-header .logo {
  position: relative;
  padding-left: 20px;
}

.l-header .logo img {
  width: 175px;
  min-width: 175px;
}

@media only screen and (max-width: 40em) {
  .l-header .logo img {
    width: 160px;
    min-width: 160px;
  }
}

.l-header .logo > a {
  outline: none;
}

.l-header .logo > a > img.svg-logo {
  width: 190px;
}

.l-header.white {
  background: #fff;
}

.l-header .label {
  padding: 13px 0px 0px 20px;
  font-weight: 600;
}

.l-header .m-link-list {
  padding-top: 5px;
}

.l-header .m-link-list .m-drop-down-menu--drop-down-arrow {
  position: relative;
  margin-left: 4px;
  top: -1px;
}

.l-footer {
  background: #1A1A1A;
  color: #E6E6E6;
  text-align: left;
  font-size: 16px;
}

.l-footer.api-docs {
  margin-top: 100px;
}

.l-footer .l-footer--bottom {
  text-align: center;
}

.l-footer .l-footer--bottom a {
  font-size: 16px;
  color: #E6E6E6;
}

.l-mobile-menu {
  background: black;
  text-align: left;
}

.l-padding-v--50 {
  padding-top: -50px;
  padding-bottom: -50px;
}

.l-margin-v--50 {
  margin-top: -50px;
  margin-bottom: -50px;
}

.l-padding-b--50 {
  padding-bottom: -50px;
}

.l-padding-t--50 {
  padding-top: -50px;
}

.l-margin-t--50 {
  margin-top: -50px;
}

.l-margin-b--50 {
  margin-bottom: -50px;
}

.l-padding-v--45 {
  padding-top: -45px;
  padding-bottom: -45px;
}

.l-margin-v--45 {
  margin-top: -45px;
  margin-bottom: -45px;
}

.l-padding-b--45 {
  padding-bottom: -45px;
}

.l-padding-t--45 {
  padding-top: -45px;
}

.l-margin-t--45 {
  margin-top: -45px;
}

.l-margin-b--45 {
  margin-bottom: -45px;
}

.l-padding-v--40 {
  padding-top: -40px;
  padding-bottom: -40px;
}

.l-margin-v--40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.l-padding-b--40 {
  padding-bottom: -40px;
}

.l-padding-t--40 {
  padding-top: -40px;
}

.l-margin-t--40 {
  margin-top: -40px;
}

.l-margin-b--40 {
  margin-bottom: -40px;
}

.l-padding-v--35 {
  padding-top: -35px;
  padding-bottom: -35px;
}

.l-margin-v--35 {
  margin-top: -35px;
  margin-bottom: -35px;
}

.l-padding-b--35 {
  padding-bottom: -35px;
}

.l-padding-t--35 {
  padding-top: -35px;
}

.l-margin-t--35 {
  margin-top: -35px;
}

.l-margin-b--35 {
  margin-bottom: -35px;
}

.l-padding-v--30 {
  padding-top: -30px;
  padding-bottom: -30px;
}

.l-margin-v--30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.l-padding-b--30 {
  padding-bottom: -30px;
}

.l-padding-t--30 {
  padding-top: -30px;
}

.l-margin-t--30 {
  margin-top: -30px;
}

.l-margin-b--30 {
  margin-bottom: -30px;
}

.l-padding-v--25 {
  padding-top: -25px;
  padding-bottom: -25px;
}

.l-margin-v--25 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.l-padding-b--25 {
  padding-bottom: -25px;
}

.l-padding-t--25 {
  padding-top: -25px;
}

.l-margin-t--25 {
  margin-top: -25px;
}

.l-margin-b--25 {
  margin-bottom: -25px;
}

.l-padding-v--20 {
  padding-top: -20px;
  padding-bottom: -20px;
}

.l-margin-v--20 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.l-padding-b--20 {
  padding-bottom: -20px;
}

.l-padding-t--20 {
  padding-top: -20px;
}

.l-margin-t--20 {
  margin-top: -20px;
}

.l-margin-b--20 {
  margin-bottom: -20px;
}

.l-padding-v--15 {
  padding-top: -15px;
  padding-bottom: -15px;
}

.l-margin-v--15 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.l-padding-b--15 {
  padding-bottom: -15px;
}

.l-padding-t--15 {
  padding-top: -15px;
}

.l-margin-t--15 {
  margin-top: -15px;
}

.l-margin-b--15 {
  margin-bottom: -15px;
}

.l-padding-v--10 {
  padding-top: -10px;
  padding-bottom: -10px;
}

.l-margin-v--10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.l-padding-b--10 {
  padding-bottom: -10px;
}

.l-padding-t--10 {
  padding-top: -10px;
}

.l-margin-t--10 {
  margin-top: -10px;
}

.l-margin-b--10 {
  margin-bottom: -10px;
}

.l-padding-v--5 {
  padding-top: -5px;
  padding-bottom: -5px;
}

.l-margin-v--5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.l-padding-b--5 {
  padding-bottom: -5px;
}

.l-padding-t--5 {
  padding-top: -5px;
}

.l-margin-t--5 {
  margin-top: -5px;
}

.l-margin-b--5 {
  margin-bottom: -5px;
}

.l-padding-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.l-margin-v-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.l-padding-b-0 {
  padding-bottom: 0px;
}

.l-padding-t-0 {
  padding-top: 0px;
}

.l-margin-t-0 {
  margin-top: 0px;
}

.l-margin-b-0 {
  margin-bottom: 0px;
}

.l-padding-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.l-margin-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.l-padding-b-5 {
  padding-bottom: 5px;
}

.l-padding-t-5 {
  padding-top: 5px;
}

.l-margin-t-5 {
  margin-top: 5px;
}

.l-margin-b-5 {
  margin-bottom: 5px;
}

.l-padding-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.l-margin-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.l-padding-b-10 {
  padding-bottom: 10px;
}

.l-padding-t-10 {
  padding-top: 10px;
}

.l-margin-t-10 {
  margin-top: 10px;
}

.l-margin-b-10 {
  margin-bottom: 10px;
}

.l-padding-v-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.l-margin-v-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.l-padding-b-15 {
  padding-bottom: 15px;
}

.l-padding-t-15 {
  padding-top: 15px;
}

.l-margin-t-15 {
  margin-top: 15px;
}

.l-margin-b-15 {
  margin-bottom: 15px;
}

.l-padding-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-margin-v-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-padding-b-20 {
  padding-bottom: 20px;
}

.l-padding-t-20 {
  padding-top: 20px;
}

.l-margin-t-20 {
  margin-top: 20px;
}

.l-margin-b-20 {
  margin-bottom: 20px;
}

.l-padding-v-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.l-margin-v-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.l-padding-b-25 {
  padding-bottom: 25px;
}

.l-padding-t-25 {
  padding-top: 25px;
}

.l-margin-t-25 {
  margin-top: 25px;
}

.l-margin-b-25 {
  margin-bottom: 25px;
}

.l-padding-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-margin-v-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.l-padding-b-30 {
  padding-bottom: 30px;
}

.l-padding-t-30 {
  padding-top: 30px;
}

.l-margin-t-30 {
  margin-top: 30px;
}

.l-margin-b-30 {
  margin-bottom: 30px;
}

.l-padding-v-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.l-margin-v-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.l-padding-b-35 {
  padding-bottom: 35px;
}

.l-padding-t-35 {
  padding-top: 35px;
}

.l-margin-t-35 {
  margin-top: 35px;
}

.l-margin-b-35 {
  margin-bottom: 35px;
}

.l-padding-v-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.l-margin-v-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.l-padding-b-40 {
  padding-bottom: 40px;
}

.l-padding-t-40 {
  padding-top: 40px;
}

.l-margin-t-40 {
  margin-top: 40px;
}

.l-margin-b-40 {
  margin-bottom: 40px;
}

.l-padding-v-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.l-margin-v-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.l-padding-b-45 {
  padding-bottom: 45px;
}

.l-padding-t-45 {
  padding-top: 45px;
}

.l-margin-t-45 {
  margin-top: 45px;
}

.l-margin-b-45 {
  margin-bottom: 45px;
}

.l-padding-v-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-margin-v-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.l-padding-b-50 {
  padding-bottom: 50px;
}

.l-padding-t-50 {
  padding-top: 50px;
}

.l-margin-t-50 {
  margin-top: 50px;
}

.l-margin-b-50 {
  margin-bottom: 50px;
}

.l-padding-v-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.l-margin-v-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.l-padding-b-55 {
  padding-bottom: 55px;
}

.l-padding-t-55 {
  padding-top: 55px;
}

.l-margin-t-55 {
  margin-top: 55px;
}

.l-margin-b-55 {
  margin-bottom: 55px;
}

.l-padding-v-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-margin-v-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.l-padding-b-60 {
  padding-bottom: 60px;
}

.l-padding-t-60 {
  padding-top: 60px;
}

.l-margin-t-60 {
  margin-top: 60px;
}

.l-margin-b-60 {
  margin-bottom: 60px;
}

.l-padding-v-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.l-margin-v-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.l-padding-b-65 {
  padding-bottom: 65px;
}

.l-padding-t-65 {
  padding-top: 65px;
}

.l-margin-t-65 {
  margin-top: 65px;
}

.l-margin-b-65 {
  margin-bottom: 65px;
}

.l-padding-v-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.l-margin-v-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.l-padding-b-70 {
  padding-bottom: 70px;
}

.l-padding-t-70 {
  padding-top: 70px;
}

.l-margin-t-70 {
  margin-top: 70px;
}

.l-margin-b-70 {
  margin-bottom: 70px;
}

.l-padding-v-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.l-margin-v-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.l-padding-b-75 {
  padding-bottom: 75px;
}

.l-padding-t-75 {
  padding-top: 75px;
}

.l-margin-t-75 {
  margin-top: 75px;
}

.l-margin-b-75 {
  margin-bottom: 75px;
}

.l-padding-v-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-margin-v-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.l-padding-b-80 {
  padding-bottom: 80px;
}

.l-padding-t-80 {
  padding-top: 80px;
}

.l-margin-t-80 {
  margin-top: 80px;
}

.l-margin-b-80 {
  margin-bottom: 80px;
}

.l-padding-v-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.l-margin-v-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.l-padding-b-85 {
  padding-bottom: 85px;
}

.l-padding-t-85 {
  padding-top: 85px;
}

.l-margin-t-85 {
  margin-top: 85px;
}

.l-margin-b-85 {
  margin-bottom: 85px;
}

.l-padding-v-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.l-margin-v-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.l-padding-b-90 {
  padding-bottom: 90px;
}

.l-padding-t-90 {
  padding-top: 90px;
}

.l-margin-t-90 {
  margin-top: 90px;
}

.l-margin-b-90 {
  margin-bottom: 90px;
}

.l-padding-v-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.l-margin-v-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.l-padding-b-95 {
  padding-bottom: 95px;
}

.l-padding-t-95 {
  padding-top: 95px;
}

.l-margin-t-95 {
  margin-top: 95px;
}

.l-margin-b-95 {
  margin-bottom: 95px;
}

.l-padding-v-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-margin-v-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.l-padding-b-100 {
  padding-bottom: 100px;
}

.l-padding-t-100 {
  padding-top: 100px;
}

.l-margin-t-100 {
  margin-top: 100px;
}

.l-margin-b-100 {
  margin-bottom: 100px;
}

.l-padding-v-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.l-margin-v-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.l-padding-b-105 {
  padding-bottom: 105px;
}

.l-padding-t-105 {
  padding-top: 105px;
}

.l-margin-t-105 {
  margin-top: 105px;
}

.l-margin-b-105 {
  margin-bottom: 105px;
}

.l-padding-v-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.l-margin-v-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.l-padding-b-110 {
  padding-bottom: 110px;
}

.l-padding-t-110 {
  padding-top: 110px;
}

.l-margin-t-110 {
  margin-top: 110px;
}

.l-margin-b-110 {
  margin-bottom: 110px;
}

.l-padding-v-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.l-margin-v-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.l-padding-b-115 {
  padding-bottom: 115px;
}

.l-padding-t-115 {
  padding-top: 115px;
}

.l-margin-t-115 {
  margin-top: 115px;
}

.l-margin-b-115 {
  margin-bottom: 115px;
}

.l-padding-v-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.l-margin-v-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.l-padding-b-120 {
  padding-bottom: 120px;
}

.l-padding-t-120 {
  padding-top: 120px;
}

.l-margin-t-120 {
  margin-top: 120px;
}

.l-margin-b-120 {
  margin-bottom: 120px;
}

.l-padding-v-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.l-margin-v-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.l-padding-b-125 {
  padding-bottom: 125px;
}

.l-padding-t-125 {
  padding-top: 125px;
}

.l-margin-t-125 {
  margin-top: 125px;
}

.l-margin-b-125 {
  margin-bottom: 125px;
}

.l-padding-v-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.l-margin-v-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.l-padding-b-130 {
  padding-bottom: 130px;
}

.l-padding-t-130 {
  padding-top: 130px;
}

.l-margin-t-130 {
  margin-top: 130px;
}

.l-margin-b-130 {
  margin-bottom: 130px;
}

.l-padding-v-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.l-margin-v-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.l-padding-b-135 {
  padding-bottom: 135px;
}

.l-padding-t-135 {
  padding-top: 135px;
}

.l-margin-t-135 {
  margin-top: 135px;
}

.l-margin-b-135 {
  margin-bottom: 135px;
}

.l-padding-v-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.l-margin-v-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.l-padding-b-140 {
  padding-bottom: 140px;
}

.l-padding-t-140 {
  padding-top: 140px;
}

.l-margin-t-140 {
  margin-top: 140px;
}

.l-margin-b-140 {
  margin-bottom: 140px;
}

.l-padding-v-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.l-margin-v-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.l-padding-b-145 {
  padding-bottom: 145px;
}

.l-padding-t-145 {
  padding-top: 145px;
}

.l-margin-t-145 {
  margin-top: 145px;
}

.l-margin-b-145 {
  margin-bottom: 145px;
}

.l-padding-v-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-margin-v-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.l-padding-b-150 {
  padding-bottom: 150px;
}

.l-padding-t-150 {
  padding-top: 150px;
}

.l-margin-t-150 {
  margin-top: 150px;
}

.l-margin-b-150 {
  margin-bottom: 150px;
}

/* Formatting classes */

.l-centered {
  margin-left: auto;
  margin-right: auto;
}

.l-img-centered {
  display: block;
  margin: auto;
}

.l-no-gutter {
  padding-left: 0px;
  padding-right: 0px;
}

.l-text-centered {
  text-align: center;
}

.l-text-uppercase {
  text-transform: uppercase;
}

.l-bold {
  font-weight: 600;
}

.l-400 {
  font-weight: 400;
}

.l-word-break-all {
  word-break: break-all;
}

.l-grey-border {
  border: solid 1px #E6E6E6;
}

.l-api-docs {
  margin-top: 0;
  margin-bottom: 100px;
}

@media only screen and (max-width: 40em) {
  .l-api-docs {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-api-docs {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 40em) {
  .l-api-docs .l-api-docs--content {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .l-api-docs .l-api-docs--content {
    margin-top: 50px;
  }
}

.l-api-docs .l-api-docs--content .l-api-docs--page-title {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  font-size: 34px;
  color: #4E4E4E;
  padding-bottom: 35px;
  border-bottom: solid 1px #E6E6E6;
  font-weight: 400;
}

.l-api-docs .l-api-docs--content .l-api-docs--intro {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  color: #4E4E4E;
}

.l-api-docs-menu {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 40em) {
  .l-api-docs-menu {
    text-align: center;
  }
}

@media only screen and (min-width: 40.063em) {
  .l-api-docs-menu.is-fixed {
    position: fixed;
    top: 100px;
  }
}

.l-api-docs-menu.is-fixed .l-api-docs-menu--section.is-expandable .l-api-docs-menu--section--title {
  cursor: pointer;
}

.l-api-docs-menu.is-fixed .l-api-docs-menu--items--item.is-expanded .l-api-docs-menu--arrow,
.l-api-docs-menu.is-fixed .l-api-docs-menu--arrow {
  left: -13px;
}

.l-api-docs-menu .l-api-docs-menu--section {
  float: left;
  margin-bottom: 25px;
}

.l-api-docs-menu .l-api-docs-menu--section.is-collapsed {
  margin-bottom: 10px;
}

.l-api-docs-menu .l-api-docs-menu--section.is-collapsed .l-api-docs-menu--items {
  display: none;
}

.l-api-docs-menu .l-api-docs-menu--section.is-expandable .l-api-docs-menu--section--title {
  cursor: pointer;
}

.l-api-docs-menu .l-api-docs-menu--section--title {
  text-transform: uppercase;
  font-weight: 600;
  color: #00B3E6;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.l-api-docs-menu .l-api-docs-menu--section--title a {
  font-weight: 600;
  color: #00B3E6;
}

@media only screen {
  .l-api-docs-menu .l-api-docs-menu--section--title a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-api-docs-menu .l-api-docs-menu--section--title a {
    font-size: 16px;
  }
}

@media only screen {
  .l-api-docs-menu .l-api-docs-menu--section--title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 64.063em) {
  .l-api-docs-menu .l-api-docs-menu--section--title {
    font-size: 16px;
  }
}

.l-api-docs-menu .l-api-docs-menu--items--item {
  font-size: 13px;
  font-weight: 400;
  color: #4E4E4E;
  line-height: 30px;
}

@media only screen and (max-width: 40em) {
  .l-api-docs-menu .l-api-docs-menu--items--item {
    font-size: 12px;
  }
}

.l-api-docs-menu .l-api-docs-menu--items--item > a:hover {
  color: #00B3E6;
}

.l-api-docs-menu .l-api-docs-menu--items--item > a {
  color: #4E4E4E;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  .l-api-docs-menu .l-api-docs-menu--items--item > a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) and (max-width: 800px) {
  .l-api-docs-menu .l-api-docs-menu--items--item {
    max-width: 145px;
  }
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-active {
  font-weight: 600;
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-active > a {
  color: #00B3E6;
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-active.is-expandable > a {
  color: #4E4E4E;
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-active > a:hover {
  color: #4E4E4E;
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-expanded .l-api-docs-menu--sub-items {
  display: block;
}

.l-api-docs-menu .l-api-docs-menu--items--item.is-expanded .l-api-docs-menu--arrow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGBAMAAAAMK8LIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAIVBMVEUAAADX19fX19fX19fX19fX19fX19fX19fX19fX19cAAAAwgEhvAAAACXRSTlMApxTpVKsW61jmXlyPAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACVJREFUCNdjkJw5cyKD8syZRgwsM2c6MDBETmVgYEgvAxIcDQwAgRUHLVfjiZgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDUtMjBUMTU6MTQ6MDQtMDc6MDA76gPaAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA1LTIwVDE1OjE0OjA0LTA3OjAwSre7ZgAAAABJRU5ErkJggg==);
  width: 8px;
  height: 6px;
  left: 1px;
  margin-top: 11px;
}

.l-api-docs-menu .l-api-docs-menu--arrow {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAIBAMAAAAo6JMLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEUAAADX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19cAAAA9/bt3AAAADHRSTlMApRPoU6kV6VbqVxYGtDhgAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACJJREFUCNdjEGJgYDjswMBw5mgCw5kzFUA8C8jeABYDygEAqpQKn58n4J8AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDUtMjBUMTU6MTQ6MDQtMDc6MDA76gPaAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA1LTIwVDE1OjE0OjA0LTA3OjAwSre7ZgAAAABJRU5ErkJggg==);
  float: left;
  width: 6px;
  height: 8px;
  position: absolute;
  left: -13px;
  margin-top: 10px;
  cursor: pointer;
}

.l-api-docs-menu .l-api-docs-menu--sub-items {
  display: none;
  margin-bottom: 5px;
}

.l-api-docs-menu .l-api-docs-menu--sub-items--sub-item {
  line-height: 22px;
}

.l-api-docs-menu .l-api-docs-menu--sub-items--sub-item > a {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 22px;
}

@media only screen and (max-width: 40em) {
  .l-api-docs-menu .l-api-docs-menu--sub-items--sub-item > a {
    font-size: 11px;
  }
}

.l-api-docs-menu .l-api-docs-menu--sub-items--sub-item.is-active {
  font-weight: 600;
}

.l-api-docs-menu .l-api-docs-menu--sub-items--sub-item.is-active > a,
.l-api-docs-menu .l-api-docs-menu--sub-items--sub-item > a:hover {
  color: #00B3E6 !important;
}

/* The ghost, nudged to maintain perfect centering */

.l-vertical-align-wrapper:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */

.l-vertical-align {
  display: inline-block;
  vertical-align: middle;
}

#site-wrapper {
  position: relative;
  /*  overflow: hidden; */
  width: 100%;
}

#site-canvas {
  width: 100%;
  height: 100%;
  position: relative;
  transition: .3s ease all;
}

@media only screen and (max-width: 40em) {
  #site-canvas {
    transform: translateX(0);
  }
}

#site-menu {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300px;
  background: black;
  padding: 15px;
  z-index: 1;
  display: none;
}

#site-wrapper.show-nav #site-canvas {
  transform: translateX(-260px);
}

.l-nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  .l-nowrap-small-only {
    white-space: nowrap;
  }
}

.l-wrap {
  white-space: normal;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.l-header .m-link-list--menu-link-mobile,
.l-header .m-link-list--link--container > a {
  color: #00B3E6;
}

.l-header .m-link-list--link--container > a.c-white {
  color: #FFFFFF;
}

.l-header .m-link-list--link--container > a.hc-cerulean:hover {
  color: #00B3E6;
}

.l-header .m-link-list--link--container > a.c-ashen,
.l-header .m-link-list--link.m-link-list--currentPage {
  color: #4E4E4E;
}

.l-header .logo {
  top: 0;
}

.l-header .logo > a > img {
  width: initial;
}

.l-api-docs div,
.l-api-docs p,
.l-api-docs .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.m-feature-grid--header,
.l-api-docs
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.m-feature-grid--sub-header,
.l-api-docs blockquote,
.l-api-docs pre,
.l-api-docs a,
.l-api-docs code,
.l-api-docs em,
.l-api-docs small,
.l-api-docs strike,
.l-api-docs strong,
.l-api-docs b,
.l-api-docs u,
.l-api-docs i,
.l-api-docs center,
.l-api-docs fieldset,
.l-api-docs form,
.l-api-docs label,
.l-api-docs legend,
.l-api-docs table,
.l-api-docs caption,
.l-api-docs tbody,
.l-api-docs tfoot,
.l-api-docs thead,
.l-api-docs tr,
.l-api-docs th,
.l-api-docs td,
.l-api-docs section {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.3em;
}

.l-api-docs p,
.l-api-docs .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.m-feature-grid--header,
.l-api-docs
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.m-feature-grid--sub-header {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.l-api-docs p.l-padding-v-0,
.l-api-docs .m-sign-mobile h5.l-padding-v-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-0.m-feature-grid--sub-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.l-api-docs p.l-padding-t-0,
.l-api-docs .m-sign-mobile h5.l-padding-t-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-0.m-feature-grid--sub-header {
  padding-top: 0px;
}

.l-api-docs p.l-padding-b-0,
.l-api-docs .m-sign-mobile h5.l-padding-b-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-0.m-feature-grid--sub-header {
  padding-bottom: 0px;
}

.l-api-docs p.l-margin-v-0,
.l-api-docs .m-sign-mobile h5.l-margin-v-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-0.m-feature-grid--sub-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.l-api-docs p.l-margin-t-0,
.l-api-docs .m-sign-mobile h5.l-margin-t-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-0.m-feature-grid--sub-header {
  margin-top: 0px;
}

.l-api-docs p.l-margin-b-0,
.l-api-docs .m-sign-mobile h5.l-margin-b-0.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-0.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-0.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-0.m-feature-grid--sub-header {
  margin-bottom: 0px;
}

.l-api-docs p.l-padding-v-10,
.l-api-docs .m-sign-mobile h5.l-padding-v-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-10.m-feature-grid--sub-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.l-api-docs p.l-padding-t-10,
.l-api-docs .m-sign-mobile h5.l-padding-t-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-10.m-feature-grid--sub-header {
  padding-top: 10px;
}

.l-api-docs p.l-padding-b-10,
.l-api-docs .m-sign-mobile h5.l-padding-b-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-10.m-feature-grid--sub-header {
  padding-bottom: 10px;
}

.l-api-docs p.l-margin-v-10,
.l-api-docs .m-sign-mobile h5.l-margin-v-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-10.m-feature-grid--sub-header {
  margin-top: 10px;
  margin-bottom: 10px;
}

.l-api-docs p.l-margin-t-10,
.l-api-docs .m-sign-mobile h5.l-margin-t-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-10.m-feature-grid--sub-header {
  margin-top: 10px;
}

.l-api-docs p.l-margin-b-10,
.l-api-docs .m-sign-mobile h5.l-margin-b-10.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-10.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-10.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-10.m-feature-grid--sub-header {
  margin-bottom: 10px;
}

.l-api-docs p.l-padding-v-20,
.l-api-docs .m-sign-mobile h5.l-padding-v-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-20.m-feature-grid--sub-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.l-api-docs p.l-padding-t-20,
.l-api-docs .m-sign-mobile h5.l-padding-t-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-20.m-feature-grid--sub-header {
  padding-top: 20px;
}

.l-api-docs p.l-padding-b-20,
.l-api-docs .m-sign-mobile h5.l-padding-b-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-20.m-feature-grid--sub-header {
  padding-bottom: 20px;
}

.l-api-docs p.l-margin-v-20,
.l-api-docs .m-sign-mobile h5.l-margin-v-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-20.m-feature-grid--sub-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.l-api-docs p.l-margin-t-20,
.l-api-docs .m-sign-mobile h5.l-margin-t-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-20.m-feature-grid--sub-header {
  margin-top: 20px;
}

.l-api-docs p.l-margin-b-20,
.l-api-docs .m-sign-mobile h5.l-margin-b-20.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-20.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-20.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-20.m-feature-grid--sub-header {
  margin-bottom: 20px;
}

.l-api-docs p.l-padding-v-30,
.l-api-docs .m-sign-mobile h5.l-padding-v-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-30.m-feature-grid--sub-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.l-api-docs p.l-padding-t-30,
.l-api-docs .m-sign-mobile h5.l-padding-t-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-30.m-feature-grid--sub-header {
  padding-top: 30px;
}

.l-api-docs p.l-padding-b-30,
.l-api-docs .m-sign-mobile h5.l-padding-b-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-30.m-feature-grid--sub-header {
  padding-bottom: 30px;
}

.l-api-docs p.l-margin-v-30,
.l-api-docs .m-sign-mobile h5.l-margin-v-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-30.m-feature-grid--sub-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.l-api-docs p.l-margin-t-30,
.l-api-docs .m-sign-mobile h5.l-margin-t-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-30.m-feature-grid--sub-header {
  margin-top: 30px;
}

.l-api-docs p.l-margin-b-30,
.l-api-docs .m-sign-mobile h5.l-margin-b-30.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-30.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-30.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-30.m-feature-grid--sub-header {
  margin-bottom: 30px;
}

.l-api-docs p.l-padding-v-40,
.l-api-docs .m-sign-mobile h5.l-padding-v-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-40.m-feature-grid--sub-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.l-api-docs p.l-padding-t-40,
.l-api-docs .m-sign-mobile h5.l-padding-t-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-40.m-feature-grid--sub-header {
  padding-top: 40px;
}

.l-api-docs p.l-padding-b-40,
.l-api-docs .m-sign-mobile h5.l-padding-b-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-40.m-feature-grid--sub-header {
  padding-bottom: 40px;
}

.l-api-docs p.l-margin-v-40,
.l-api-docs .m-sign-mobile h5.l-margin-v-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-40.m-feature-grid--sub-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.l-api-docs p.l-margin-t-40,
.l-api-docs .m-sign-mobile h5.l-margin-t-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-40.m-feature-grid--sub-header {
  margin-top: 40px;
}

.l-api-docs p.l-margin-b-40,
.l-api-docs .m-sign-mobile h5.l-margin-b-40.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-40.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-40.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-40.m-feature-grid--sub-header {
  margin-bottom: 40px;
}

.l-api-docs p.l-padding-v-50,
.l-api-docs .m-sign-mobile h5.l-padding-v-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-50.m-feature-grid--sub-header {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-api-docs p.l-padding-t-50,
.l-api-docs .m-sign-mobile h5.l-padding-t-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-50.m-feature-grid--sub-header {
  padding-top: 50px;
}

.l-api-docs p.l-padding-b-50,
.l-api-docs .m-sign-mobile h5.l-padding-b-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-50.m-feature-grid--sub-header {
  padding-bottom: 50px;
}

.l-api-docs p.l-margin-v-50,
.l-api-docs .m-sign-mobile h5.l-margin-v-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-50.m-feature-grid--sub-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.l-api-docs p.l-margin-t-50,
.l-api-docs .m-sign-mobile h5.l-margin-t-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-50.m-feature-grid--sub-header {
  margin-top: 50px;
}

.l-api-docs p.l-margin-b-50,
.l-api-docs .m-sign-mobile h5.l-margin-b-50.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-50.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-50.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-50.m-feature-grid--sub-header {
  margin-bottom: 50px;
}

.l-api-docs p.l-padding-v-60,
.l-api-docs .m-sign-mobile h5.l-padding-v-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-60.m-feature-grid--sub-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-api-docs p.l-padding-t-60,
.l-api-docs .m-sign-mobile h5.l-padding-t-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-60.m-feature-grid--sub-header {
  padding-top: 60px;
}

.l-api-docs p.l-padding-b-60,
.l-api-docs .m-sign-mobile h5.l-padding-b-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-60.m-feature-grid--sub-header {
  padding-bottom: 60px;
}

.l-api-docs p.l-margin-v-60,
.l-api-docs .m-sign-mobile h5.l-margin-v-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-60.m-feature-grid--sub-header {
  margin-top: 60px;
  margin-bottom: 60px;
}

.l-api-docs p.l-margin-t-60,
.l-api-docs .m-sign-mobile h5.l-margin-t-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-60.m-feature-grid--sub-header {
  margin-top: 60px;
}

.l-api-docs p.l-margin-b-60,
.l-api-docs .m-sign-mobile h5.l-margin-b-60.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-60.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-60.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-60.m-feature-grid--sub-header {
  margin-bottom: 60px;
}

.l-api-docs p.l-padding-v-70,
.l-api-docs .m-sign-mobile h5.l-padding-v-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-70.m-feature-grid--sub-header {
  padding-top: 70px;
  padding-bottom: 70px;
}

.l-api-docs p.l-padding-t-70,
.l-api-docs .m-sign-mobile h5.l-padding-t-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-70.m-feature-grid--sub-header {
  padding-top: 70px;
}

.l-api-docs p.l-padding-b-70,
.l-api-docs .m-sign-mobile h5.l-padding-b-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-70.m-feature-grid--sub-header {
  padding-bottom: 70px;
}

.l-api-docs p.l-margin-v-70,
.l-api-docs .m-sign-mobile h5.l-margin-v-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-70.m-feature-grid--sub-header {
  margin-top: 70px;
  margin-bottom: 70px;
}

.l-api-docs p.l-margin-t-70,
.l-api-docs .m-sign-mobile h5.l-margin-t-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-70.m-feature-grid--sub-header {
  margin-top: 70px;
}

.l-api-docs p.l-margin-b-70,
.l-api-docs .m-sign-mobile h5.l-margin-b-70.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-70.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-70.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-70.m-feature-grid--sub-header {
  margin-bottom: 70px;
}

.l-api-docs p.l-padding-v-80,
.l-api-docs .m-sign-mobile h5.l-padding-v-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-80.m-feature-grid--sub-header {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-api-docs p.l-padding-t-80,
.l-api-docs .m-sign-mobile h5.l-padding-t-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-80.m-feature-grid--sub-header {
  padding-top: 80px;
}

.l-api-docs p.l-padding-b-80,
.l-api-docs .m-sign-mobile h5.l-padding-b-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-80.m-feature-grid--sub-header {
  padding-bottom: 80px;
}

.l-api-docs p.l-margin-v-80,
.l-api-docs .m-sign-mobile h5.l-margin-v-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-80.m-feature-grid--sub-header {
  margin-top: 80px;
  margin-bottom: 80px;
}

.l-api-docs p.l-margin-t-80,
.l-api-docs .m-sign-mobile h5.l-margin-t-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-80.m-feature-grid--sub-header {
  margin-top: 80px;
}

.l-api-docs p.l-margin-b-80,
.l-api-docs .m-sign-mobile h5.l-margin-b-80.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-80.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-80.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-80.m-feature-grid--sub-header {
  margin-bottom: 80px;
}

.l-api-docs p.l-padding-v-90,
.l-api-docs .m-sign-mobile h5.l-padding-v-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-90.m-feature-grid--sub-header {
  padding-top: 90px;
  padding-bottom: 90px;
}

.l-api-docs p.l-padding-t-90,
.l-api-docs .m-sign-mobile h5.l-padding-t-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-90.m-feature-grid--sub-header {
  padding-top: 90px;
}

.l-api-docs p.l-padding-b-90,
.l-api-docs .m-sign-mobile h5.l-padding-b-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-90.m-feature-grid--sub-header {
  padding-bottom: 90px;
}

.l-api-docs p.l-margin-v-90,
.l-api-docs .m-sign-mobile h5.l-margin-v-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-90.m-feature-grid--sub-header {
  margin-top: 90px;
  margin-bottom: 90px;
}

.l-api-docs p.l-margin-t-90,
.l-api-docs .m-sign-mobile h5.l-margin-t-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-90.m-feature-grid--sub-header {
  margin-top: 90px;
}

.l-api-docs p.l-margin-b-90,
.l-api-docs .m-sign-mobile h5.l-margin-b-90.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-90.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-90.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-90.m-feature-grid--sub-header {
  margin-bottom: 90px;
}

.l-api-docs p.l-padding-v-100,
.l-api-docs .m-sign-mobile h5.l-padding-v-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-100.m-feature-grid--sub-header {
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-api-docs p.l-padding-t-100,
.l-api-docs .m-sign-mobile h5.l-padding-t-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-100.m-feature-grid--sub-header {
  padding-top: 100px;
}

.l-api-docs p.l-padding-b-100,
.l-api-docs .m-sign-mobile h5.l-padding-b-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-100.m-feature-grid--sub-header {
  padding-bottom: 100px;
}

.l-api-docs p.l-margin-v-100,
.l-api-docs .m-sign-mobile h5.l-margin-v-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-100.m-feature-grid--sub-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

.l-api-docs p.l-margin-t-100,
.l-api-docs .m-sign-mobile h5.l-margin-t-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-100.m-feature-grid--sub-header {
  margin-top: 100px;
}

.l-api-docs p.l-margin-b-100,
.l-api-docs .m-sign-mobile h5.l-margin-b-100.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-100.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-100.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-100.m-feature-grid--sub-header {
  margin-bottom: 100px;
}

.l-api-docs p.l-padding-v-110,
.l-api-docs .m-sign-mobile h5.l-padding-v-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-110.m-feature-grid--sub-header {
  padding-top: 110px;
  padding-bottom: 110px;
}

.l-api-docs p.l-padding-t-110,
.l-api-docs .m-sign-mobile h5.l-padding-t-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-110.m-feature-grid--sub-header {
  padding-top: 110px;
}

.l-api-docs p.l-padding-b-110,
.l-api-docs .m-sign-mobile h5.l-padding-b-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-110.m-feature-grid--sub-header {
  padding-bottom: 110px;
}

.l-api-docs p.l-margin-v-110,
.l-api-docs .m-sign-mobile h5.l-margin-v-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-110.m-feature-grid--sub-header {
  margin-top: 110px;
  margin-bottom: 110px;
}

.l-api-docs p.l-margin-t-110,
.l-api-docs .m-sign-mobile h5.l-margin-t-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-110.m-feature-grid--sub-header {
  margin-top: 110px;
}

.l-api-docs p.l-margin-b-110,
.l-api-docs .m-sign-mobile h5.l-margin-b-110.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-110.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-110.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-110.m-feature-grid--sub-header {
  margin-bottom: 110px;
}

.l-api-docs p.l-padding-v-120,
.l-api-docs .m-sign-mobile h5.l-padding-v-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-120.m-feature-grid--sub-header {
  padding-top: 120px;
  padding-bottom: 120px;
}

.l-api-docs p.l-padding-t-120,
.l-api-docs .m-sign-mobile h5.l-padding-t-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-120.m-feature-grid--sub-header {
  padding-top: 120px;
}

.l-api-docs p.l-padding-b-120,
.l-api-docs .m-sign-mobile h5.l-padding-b-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-120.m-feature-grid--sub-header {
  padding-bottom: 120px;
}

.l-api-docs p.l-margin-v-120,
.l-api-docs .m-sign-mobile h5.l-margin-v-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-120.m-feature-grid--sub-header {
  margin-top: 120px;
  margin-bottom: 120px;
}

.l-api-docs p.l-margin-t-120,
.l-api-docs .m-sign-mobile h5.l-margin-t-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-120.m-feature-grid--sub-header {
  margin-top: 120px;
}

.l-api-docs p.l-margin-b-120,
.l-api-docs .m-sign-mobile h5.l-margin-b-120.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-120.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-120.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-120.m-feature-grid--sub-header {
  margin-bottom: 120px;
}

.l-api-docs p.l-padding-v-130,
.l-api-docs .m-sign-mobile h5.l-padding-v-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-130.m-feature-grid--sub-header {
  padding-top: 130px;
  padding-bottom: 130px;
}

.l-api-docs p.l-padding-t-130,
.l-api-docs .m-sign-mobile h5.l-padding-t-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-130.m-feature-grid--sub-header {
  padding-top: 130px;
}

.l-api-docs p.l-padding-b-130,
.l-api-docs .m-sign-mobile h5.l-padding-b-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-130.m-feature-grid--sub-header {
  padding-bottom: 130px;
}

.l-api-docs p.l-margin-v-130,
.l-api-docs .m-sign-mobile h5.l-margin-v-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-130.m-feature-grid--sub-header {
  margin-top: 130px;
  margin-bottom: 130px;
}

.l-api-docs p.l-margin-t-130,
.l-api-docs .m-sign-mobile h5.l-margin-t-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-130.m-feature-grid--sub-header {
  margin-top: 130px;
}

.l-api-docs p.l-margin-b-130,
.l-api-docs .m-sign-mobile h5.l-margin-b-130.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-130.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-130.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-130.m-feature-grid--sub-header {
  margin-bottom: 130px;
}

.l-api-docs p.l-padding-v-140,
.l-api-docs .m-sign-mobile h5.l-padding-v-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-140.m-feature-grid--sub-header {
  padding-top: 140px;
  padding-bottom: 140px;
}

.l-api-docs p.l-padding-t-140,
.l-api-docs .m-sign-mobile h5.l-padding-t-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-140.m-feature-grid--sub-header {
  padding-top: 140px;
}

.l-api-docs p.l-padding-b-140,
.l-api-docs .m-sign-mobile h5.l-padding-b-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-140.m-feature-grid--sub-header {
  padding-bottom: 140px;
}

.l-api-docs p.l-margin-v-140,
.l-api-docs .m-sign-mobile h5.l-margin-v-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-140.m-feature-grid--sub-header {
  margin-top: 140px;
  margin-bottom: 140px;
}

.l-api-docs p.l-margin-t-140,
.l-api-docs .m-sign-mobile h5.l-margin-t-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-140.m-feature-grid--sub-header {
  margin-top: 140px;
}

.l-api-docs p.l-margin-b-140,
.l-api-docs .m-sign-mobile h5.l-margin-b-140.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-140.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-140.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-140.m-feature-grid--sub-header {
  margin-bottom: 140px;
}

.l-api-docs p.l-padding-v-150,
.l-api-docs .m-sign-mobile h5.l-padding-v-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-v-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-v-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-v-150.m-feature-grid--sub-header {
  padding-top: 150px;
  padding-bottom: 150px;
}

.l-api-docs p.l-padding-t-150,
.l-api-docs .m-sign-mobile h5.l-padding-t-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-t-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-t-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-t-150.m-feature-grid--sub-header {
  padding-top: 150px;
}

.l-api-docs p.l-padding-b-150,
.l-api-docs .m-sign-mobile h5.l-padding-b-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-padding-b-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-padding-b-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-padding-b-150.m-feature-grid--sub-header {
  padding-bottom: 150px;
}

.l-api-docs p.l-margin-v-150,
.l-api-docs .m-sign-mobile h5.l-margin-v-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-v-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-v-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-v-150.m-feature-grid--sub-header {
  margin-top: 150px;
  margin-bottom: 150px;
}

.l-api-docs p.l-margin-t-150,
.l-api-docs .m-sign-mobile h5.l-margin-t-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-t-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-t-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-t-150.m-feature-grid--sub-header {
  margin-top: 150px;
}

.l-api-docs p.l-margin-b-150,
.l-api-docs .m-sign-mobile h5.l-margin-b-150.m-feature-grid--header,
.m-sign-mobile .l-api-docs h5.l-margin-b-150.m-feature-grid--header,
.l-api-docs
  .m-sign-mobile h5.l-margin-b-150.m-feature-grid--sub-header,
.m-sign-mobile .l-api-docs h5.l-margin-b-150.m-feature-grid--sub-header {
  margin-bottom: 150px;
}

.m-link-list {
  height: 37px;
}

.m-link-list.is-compact .m-link-list--link--container:nth-of-type(2) .m-link-list--link {
  margin-right: 20px;
}

.m-link-list .m-link-list--link--container {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 13px;
  letter-spacing: .05em;
  font-weight: 600;
  float: right;
  margin-right: 36px;
}

.m-link-list .m-link-list--link--container.no-padding {
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.m-link-list .m-link-list--link--container.is-compact {
  margin-right: 20px;
}

.m-link-list .m-link-list--link--container > a {
  font-weight: 600;
}

.m-link-list .m-link-list--link--container.active a {
  color: #00B3E6;
}

@media only screen and (max-width: 40em) {
  .m-link-list .m-link-list--link--container.menu-container {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-link-list .m-link-list--link--container.menu-container.is-hidden-on-large {
    display: none;
  }
}

.m-link-list .m-link-list--menu-arrow {
  position: relative;
  top: -1px;
  left: 3px;
}

.m-link-list .m-link-list--link--separator {
  float: left;
  margin-right: 20px;
}

.m-link-list a.menu-link {
  margin-right: 20px;
  float: left;
}

.m-link-list .m-link-list--menu-arrow {
  display: none;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 40.063em) {
  .m-link-list .m-link-list--menu-arrow {
    display: inline-block;
  }
}

.m-link-list a.m-link-list--menu-link-mobile {
  display: none;
  float: right;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .m-link-list a.m-link-list--menu-link-mobile {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -4px;
    right: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .m-link-list span.m-link-list--menu-link-mobile-icon {
    content: "";
    position: relative;
    left: 0;
    display: block;
    width: 16px;
    top: 0;
    height: 1px;
  }

  .m-link-list span.m-link-list--menu-link-mobile-icon.c-white {
    box-shadow: 0 10px 0 1px #FFFFFF, 0 16px 0 1px #FFFFFF, 0 22px 0 1px #FFFFFF;
  }

  .m-link-list span.m-link-list--menu-link-mobile-icon.c-ashen {
    box-shadow: 0 10px 0 1px #4E4E4E, 0 16px 0 1px #4E4E4E, 0 22px 0 1px #4E4E4E;
  }
}

@media only screen and (max-width: 40em) {
  .m-link-list .m-link-list--link-break-1 {
    display: none;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-link-list .m-link-list--link-break-1 {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .m-link-list .m-link-list--link-break-2 {
    display: none;
  }
}

.m-link-list .m-link-list--link {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5em;
  text-transform: uppercase;
  outline: none;
  margin-bottom: 8px;
}

@media only screen {
  .m-link-list .m-link-list--link {
    display: none;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-link-list .m-link-list--link {
    display: block;
  }
}

.m-link-list .m-link-list--link.m-link-list--signup,
.m-link-list .m-link-list--link .m-link-list--link.m-link-list-signup-white {
  display: block;
  border-radius: 2px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: 20px;
  position: relative;
  top: -4px;
  float: left;
  transition: .8s;
}

@media only screen and (max-width: 40em) {
  .m-link-list .m-link-list--link.m-link-list--signup,
  .m-link-list .m-link-list--link .m-link-list--link.m-link-list-signup-white {
    display: none;
  }
}

.m-link-list .m-link-list--link.m-link-list--log-in {
  display: block;
  float: left;
  padding-top: 5px;
  padding-bottom: 4px;
  margin-right: 110px;
  position: relative;
  top: -4px;
}

.m-link-list .m-link-list--link.m-link-list--log-in.is-compact {
  margin-right: 20px;
}

@media only screen and (max-width: 40em) {
  .m-link-list .m-link-list--link.m-link-list--log-in {
    display: none;
  }
}

.m-link-list .m-link-list--link.m-link-list--log-in.external-top-bar {
  margin-right: 0;
}

.m-link-list .m-link-list--link.m-link-list--currentPage {
  color: #00B3E6;
}

.m-arrow-box {
  z-index: 100;
  position: absolute;
  top: 40px;
  list-style-type: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: .05em;
  text-shadow: none;
  text-align: left;
  background: #F7F8F9;
  border: 4px solid #E6E6E6;
  min-width: 120px;
}

.m-arrow-box a {
  display: block;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 5px;
  text-transform: uppercase;
}

.m-arrow-box a.last {
  border: none;
  padding-bottom: 0px;
}

.m-arrow-box:after,
.m-arrow-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.m-arrow-box--link {
  font-weight: 600;
}

.m-arrow-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #F7F8F9;
  border-width: 5px;
  margin-left: -5px;
}

.m-arrow-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #E6E6E6;
  border-width: 11px;
  margin-left: -11px;
}

.floatingmenu {
  display: none;
  z-index: 100;
  position: absolute;
  top: 60px;
  left: 240px;
  list-style-type: none;
  padding: 10px 15px;
  border-bottom: solid 1px #CCC;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 1px 0px 1px #686868;
  text-shadow: none;
  text-align: left;
  background: rgba(250, 250, 250, 0.95);
  width: 170px;
  height: 150px;
}

.floatingmenu li {
  margin-right: 20px;
}

.floatingmenu li.last-child {
  margin-right: 0px;
}

.floatingmenu .arrow {
  position: absolute;
  top: -7px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(177, 177, 177, 0.95);
  font-size: 0;
  line-height: 0;
}

.floatingmenu a {
  color: #191919;
  font-weight: normal;
  line-height: 25px;
}

.floatingmenu a:hover {
  text-decoration: underline;
}

.m-backgrounded {
  position: relative;
}

.m-backgrounded .m-backgrounded--bg-color {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
  z-index: -200;
}

.m-backgrounded .m-backgrounded--bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -100;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/2586a404bbe2b807914e37441fbf7c75.png);
}

.m-backgrounded .m-backgrounded--fg {
  text-align: center;
  z-index: 50;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.m-backgrounded h1 {
  margin: 0 10px;
}

.m-tabs,
.m-tabs_tiles {
  z-index: 50;
  margin-top: -59px;
  position: relative;
  color: #4E4E4E;
}

.m-tabs.plume,
.plume.m-tabs_tiles {
  background-color: #F7F8F9;
}

.m-tabs .m-tabs--wrapper,
.m-tabs_tiles .m-tabs--wrapper {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .m-tabs .m-tabs--wrapper,
  .m-tabs_tiles .m-tabs--wrapper {
    display: inherit;
  }
}

.m-tabs .m-tabs--tab,
.m-tabs_tiles .m-tabs--tab {
  text-align: center;
  background: #C3C3C3;
  border-radius: 5px 5px 0px 0px;
  padding: 15px 2px;
  border: 2px solid #000;
  border-bottom: 2px solid #C3C3C3;
  cursor: pointer;
}

.m-tabs .m-tabs--tab.is-active,
.m-tabs_tiles .m-tabs--tab.is-active {
  background: #F7F8F9;
  border-bottom: 2px solid #F7F8F9;
  font-weight: 600;
}

.m-tabs .m-tabs--tab:hover:not(.is-active),
.m-tabs_tiles .m-tabs--tab:hover:not(.is-active) {
  background: #C3C3C3;
}

.m-tabs .m-tabs--pane-area,
.m-tabs_tiles .m-tabs--pane-area {
  background: #F7F8F9;
}

.m-tabs .m-tabs--pane,
.m-tabs_tiles .m-tabs--pane {
  display: none;
  padding: 10px;
}

.m-tabs .m-tabs--pane.is-active,
.m-tabs_tiles .m-tabs--pane.is-active {
  display: block;
}

.m-tabs .m-tabs--pane .or-image,
.m-tabs_tiles .m-tabs--pane .or-image {
  margin-top: 50px;
}

.m-tabs .m-tabs--switcher,
.m-tabs_tiles .m-tabs--switcher {
  position: absolute;
  top: 200px;
  font-size: 80px;
  color: #4E4E4E;
}

.m-tabs .m-tabs--switcher.left,
.m-tabs_tiles .m-tabs--switcher.left {
  left: 5px;
}

.m-tabs .m-tabs--switcher.right,
.m-tabs_tiles .m-tabs--switcher.right {
  right: 5px;
}

.m-tabs .m-tabs--left-arrow,
.m-tabs_tiles .m-tabs--left-arrow {
  position: absolute;
  top: 50%;
  width: 10%;
  max-height: 62px;
  max-width: 62px;
  min-height: 31px;
  min-width: 31px;
  left: 20px;
}

.m-tabs .m-tabs--left-arrow:hover,
.m-tabs_tiles .m-tabs--left-arrow:hover {
  cursor: pointer;
}

.m-tabs .m-tabs--right-arrow,
.m-tabs_tiles .m-tabs--right-arrow {
  position: absolute;
  top: 50%;
  width: 10%;
  max-height: 62px;
  max-width: 62px;
  min-height: 31px;
  min-width: 31px;
  right: 20px;
}

.m-tabs .m-tabs--right-arrow:hover,
.m-tabs_tiles .m-tabs--right-arrow:hover {
  cursor: pointer;
}

.m-tabs_tiles {
  margin-top: 0px;
}

.m-tabs_tiles .m-tabs--wrapper {
  display: inline-block;
}

.m-tabs_tiles .m-tabs_tiles--tiles {
  float: left;
  color: #C3C3C3;
}

.m-tabs_tiles .m-tabs_tiles--tiles.is-active {
  color: #1A1A1A;
}

.m-tabs_tiles .m-tabs_tiles--center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.m-tabs_tiles .m-tabs_tiles--tile-text-container {
  min-height: 25px;
  width: 200px;
  text-align: center;
}

.m-tabs_tiles .m-tabs_tiles--clickable-img {
  vertical-align: middle;
  max-height: 75px;
}

.m-tabs_tiles .m-tabs_tiles--clickable-img:hover {
  cursor: pointer;
}

.m-tabs_tiles .m-tabs_tiles--tileWrapper {
  height: 75px;
  width: 200px;
  text-align: center;
}

.m-tabs_tiles .m-tabs_tiles--tile-header {
  margin: 0px 20px 60px 20px;
}

.m-tabs_tiles .m-tabs_tiles--pane {
  margin-left: -9999px;
  float: left;
  padding: 10px 10px 0px 10px;
}

.m-tabs_tiles .m-tabs_tiles--pane.is-active {
  float: none;
  margin-left: 0px;
}

.m-tabs_tiles .m-tabs_tiles--pane-header {
  text-transform: uppercase;
}

.m-tabs_tiles .m-tabs_tiles--bottom-image {
  padding: 70px 0px 0px 0px;
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .m-tabs_tiles .m-tabs_tiles--bottom-image {
    display: inline-block;
  }
}

.m-tabs_tiles .m-tabs_tiles--copy-container {
  max-width: 875px;
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  .m-tabs_tiles .m-tabs_tiles--copy-container {
    max-width: 213px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-tabs_tiles .m-tabs_tiles--copy-container {
    max-width: 375px;
    padding-bottom: 75px;
  }
}

.m-tabs_tiles .m-tabs--left-arrow {
  position: absolute;
  top: 50%;
  width: 10%;
  max-height: 62px;
  max-width: 62px;
  min-height: 31px;
  min-width: 31px;
  left: 20px;
}

.m-tabs_tiles .m-tabs--left-arrow:hover {
  cursor: pointer;
}

.m-tabs_tiles .m-tabs--right-arrow {
  position: absolute;
  top: 50%;
  width: 10%;
  max-height: 62px;
  max-width: 62px;
  min-height: 31px;
  min-width: 31px;
  right: 20px;
}

.m-tabs_tiles .m-tabs--right-arrow:hover {
  cursor: pointer;
}

.m-feature-grid .m-feature-grid--text {
  font-weight: 300;
  color: #4E4E4E;
  max-width: 500px;
  display: inline-block;
  padding-bottom: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.m-feature-grid .m-feature-grid--header.simple-grey {
  font-weight: 400;
}

.m-feature-grid .m-feature-grid--list-item-group {
  display: inline-block;
}

.m-feature-grid .m-feature-grid--list-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 40.063em) {
  .m-feature-grid .m-feature-grid--item-image-wrapper {
    height: 120px;
    margin-bottom: 20px;
  }

  .m-feature-grid .m-feature-grid--item-image-wrapper.short-spacing {
    margin-bottom: 0px;
    height: 80px;
  }
}

@media only screen and (max-width: 40em) {
  .m-feature-grid .m-feature-grid--item-image-wrapper {
    margin-bottom: 30px;
  }
}

.m-feature-grid .m-feature-grid--item-image-wrapper .m-feature-grid--header-2 {
  padding-left: 13px;
  font-size: 14px;
}

.m-feature-grid .m-feature-grid--clear-float {
  clear: both;
}

.m-feature-grid.inverted {
  background: #000000;
}

.m-feature-grid.inverted .m-feature-grid--header {
  color: #FFFFFF;
}

.m-feature-grid.inverted .m-feature-grid--text {
  color: #FFFFFF;
}

.m-feature-grid.simple-grey {
  background: white;
}

.m-feature-grid .m-feature-grid--lower-button {
  position: relative;
  top: -40px;
}

.m-feature {
  color: #4E4E4E;
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can
     also be of any width and height */
}

.m-feature .columns {
  border: 0px solid grey;
}

.m-feature .m-feature--header {
  text-transform: uppercase;
  text-align: left;
}

.m-feature .m-feature--text {
  padding-bottom: 40px;
  text-align: left;
}

.m-feature .m-feature--sub-header {
  padding-bottom: 60px;
}

@media only screen and (min-width: 40.063em) {
  .m-feature .m-feature--align-text-right-panel {
    text-align: right;
  }
}

@media only screen and (max-width: 40em) {
  .m-feature .m-feature--align-text-right-panel {
    text-align: center;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-feature .m-feature--align-text-left-panel {
    text-align: left;
  }
}

@media only screen and (max-width: 40em) {
  .m-feature .m-feature--align-text-left-panel {
    text-align: center;
  }
}

.m-feature .m-feature--vertical-align-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

.m-feature .m-feature--vertical-align {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 64.063em) {
  .m-feature .m-feature--inner-container {
    min-height: 275px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-feature .m-feature--inner-container-left {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-feature .m-feature--inner-container-right {
    padding-left: 25px;
  }
}

.m-feature .tr {
  text-align: left;
}

.m-feature .m-feature--first-sentence {
  font-weight: 600;
}

@media only screen and (max-width: 40em) {
  .m-feature .m-feature--outer-container {
    max-width: 400px;
  }
}

.m-feature .m-feature--button-outer-container {
  text-align: left;
}

.m-feature .m-feature--button-inner-container {
  display: inline-block;
}

.m-button {
  text-align: center;
  padding: 12px 20px 10px 20px;
  letter-spacing: .05em;
  margin: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  transition: .8s;
  outline: none;
}

.m-button.m-button--hidden {
  display: none;
}

.m-button:hover {
  cursor: pointer;
  transition: .8s;
}

.m-button.m-button--secondary {
  text-transform: none;
  font-weight: 300;
}

.m-button:disabled,
.m-button.disabled {
  background-color: #C3C3C3 !important;
}

.m-button:disabled:hover,
.m-button.disabled:hover {
  background-color: #C3C3C3 !important;
  cursor: not-allowed;
}

.m-button-normalcase {
  font-weight: 400;
  text-transform: none;
}

.m-button-submit .m-button-throbber {
  position: relative;
  top: -2px;
  left: 50px;
}

.m-button-submit .m-button-throbber.m-button-throbber-hidden {
  display: none;
}

.m-input .m-input-error {
  margin: 3px 0 7px;
  text-align: left;
}

.m-input .m-input-error-message {
  text-align: left;
  display: inline;
  font-size: 14px;
}

.m-input .m-input-error-message-img {
  margin: -2px 5px 0 0;
  width: 17px;
  height: 17px;
  display: inline;
}

.m-input-error > input:focus {
  border: 1px solid #E90000;
}

.m-grid-fade-in h2 {
  font-size: 18px;
  padding-bottom: 40px;
}

.m-grid-fade-in .additional-image {
  opacity: 0;
  transition: opacity .4s ease-in;
}

.m-grid-fade-in .additional-image.additional-image-active {
  opacity: 1;
}

.m-grid-fade-in .grid-image {
  min-height: 90px;
}

.m-grid-fade-in.white {
  background: #FFFFFF;
}

.m-grid-fade-in li {
  padding-bottom: 70px;
}

.m-grid-fade-in li p,
.m-grid-fade-in li .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-grid-fade-in li h5.m-feature-grid--header,
.m-grid-fade-in li
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-grid-fade-in li h5.m-feature-grid--sub-header {
  padding-bottom: 20px;
}

.m-grid-fade-in li.final-elements-centered {
  position: relative;
}

@media only screen and (max-width: 40em) {
  .m-grid-fade-in li.final-elements-centered {
    left: 15%;
  }
}

.m-grid-fade-in .m-grid-fade-in--final-text {
  text-align: left;
  width: 200px;
}

.m-quote {
  float: left;
  padding: 60px 0;
  width: 100%;
}

.m-quote .m-quote--text {
  padding: 0 20px;
  text-align: left;
  font-weight: 200;
}

@media only screen and (max-width: 40em) {
  .m-quote .m-quote--text {
    text-align: center;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-quote .m-quote--text {
    float: left;
  }
}

.m-quote .m-quote--button {
  padding: 0px 15px;
  margin-top: 10px;
}

.m-quote .m-quote--identity {
  margin-left: 0;
}

@media only screen and (min-width: 40.063em) {
  .m-quote .m-quote--identity {
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-quote .m-quote--identity.with-photo .m-quote--identity--name {
    width: 50%;
    margin-top: 55px;
  }

  .m-quote .m-quote--identity.with-photo .m-quote--identity--title {
    width: 50%;
  }
}

@media only screen and (max-width: 40em) {
  .m-quote .m-quote--identity {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px;
  }
}

.m-quote .m-quote--identity--photo {
  width: 80px;
  margin-top: 40px;
  margin-left: 15px;
  float: left;
}

@media only screen and (max-width: 40em) {
  .m-quote .m-quote--identity--photo {
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-quote .m-quote--identity--photo {
    float: left;
    width: 60px;
  }
}

.m-quote .m-quote--identity--name {
  float: left;
  width: 100%;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  color: #4E4E4E;
  font-weight: 400;
  line-height: 1em;
}

@media only screen and (max-width: 40em) {
  .m-quote .m-quote--identity--name {
    float: none;
    margin-left: 0;
  }
}

.m-quote .m-quote--identity--title {
  float: left;
  width: 100%;
  color: #4E4E4E;
  font-weight: 600;
  font-size: 13px;
  padding: 0 15px;
  line-height: 1em;
}

@media only screen and (max-width: 40em) {
  .m-quote .m-quote--identity--title {
    float: none;
    margin-left: 0;
  }
}

.m-api-quote {
  position: relative;
}

.m-api-quote .m-api-quote--quote {
  background-color: white;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3em;
  color: #4E4E4E;
  padding: 20px 40px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

.m-api-quote .m-api-quote--quote .m-api-quote--quote--link > a {
  font-weight: 600;
  font-size: 14px;
  padding-left: 5px;
}

.m-api-quote .m-api-quote--identity {
  margin-top: 15px;
  color: #4E4E4E;
  font-size: 14px;
}

.m-api-quote .m-api-quote--arrow:after,
.m-api-quote .m-api-quote--arrow:before {
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.m-api-quote .m-api-quote--arrow:after {
  border-top-color: #FFFFFF;
  border-width: 7px;
  margin-left: -7px;
  bottom: -13px;
}

.m-api-quote .m-api-quote--arrow:before {
  border-top-color: #E6E6E6;
  border-width: 9px;
  margin-left: -9px;
  bottom: -17px;
}

.m-api-features {
  text-align: center;
  margin: 0;
}

.m-api-features .m-api-feature {
  padding: 0 50px 50px 60px !important;
  text-align: left;
}

.m-api-features .m-api-feature .m-api-feature--icon {
  float: right;
  width: 44px;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-api-features .m-api-feature {
    float: none;
    padding: 0 50px 30px 60px !important;
    margin-left: -15px;
  }
}

.m-api-comparison .m-api-comparison--label {
  z-index: 100;
}

.m-api-comparison .m-api-comparison--header {
  font-size: 26px;
  font-weight: 300;
  color: #4E4E4E;
  height: 80px;
  text-align: center;
  padding-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.m-api-comparison .m-api-comparison--row {
  font-size: 18px;
  color: #1A1A1A;
  height: 50px;
  margin-bottom: 5px;
  padding: 17px 0;
  padding-right: 4px;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .m-api-comparison .m-api-comparison--row:nth-child(12) {
    height: 80px;
  }

  .m-api-comparison .m-api-comparison--label .m-api-comparison--header {
    font-size: 15px !important;
  }

  .m-api-comparison .m-api-comparison--header {
    font-size: 14px;
  }

  .m-api-comparison .m-api-comparison--row {
    font-size: 14px;
    height: 60px;
  }

  .m-api-comparison .m-api-comparison--row .m-api-comparison--row--text {
    letter-spacing: .03em;
  }

  .m-api-comparison .m-api-comparison--row .m-api-comparison--row--button {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-api-comparison .m-api-comparison--row:nth-child(12) {
    height: 70px;
  }

  .m-api-comparison .m-api-comparison--row {
    font-size: 15px;
  }
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--header {
  font-size: 18px;
  font-weight: normal;
  color: #808080;
  border-bottom: 2px solid #C3C3C3;
  text-align: left;
  padding-top: 50px;
  padding-left: 17px;
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--row {
  background: #F7F8F9;
  text-align: left;
  padding-left: 17px;
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--row .m-api-comparison--row--text {
  padding-right: 7px;
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--row .m-api-comparison--row--tooltip {
  margin-bottom: -2px;
  width: 17px;
  height: 17px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAz1BMVEUAAADDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8MAAACAOgSiAAAAQ3RSTlMAClec0PIXjfP772Xw/rpmKQUGpagm7k7kJGp/SwIu7PpPLP3demS1GoiWmGGyCFI699NxuwEhVIdzXeLJsxSMNwdBBsYQpAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAEwSURBVCjPhVPXcsMgEDz1YqFiFTtxEidxend6b/v//xSkAQT2ZHQPwLLM3nGFSJplO64HeK5jW7RqfhACiOI44lsY+CY7SsDSLC+IijxLGZKRRo5LoKp7XFdAOVZsimZiqk0apJIvMa1pxeopSuEXzRrL+Qadfz+BUt7YnG1tS30kbfwBKnGxM+efwu6egBUCno2QCen9BQ4Oj47BToQ8Cy2ykYrXp5i12xnOxUUKmxxk0nPerRe4FDiDQy5yI+KrBNfyOVzyokJnb5a4leci8gixzt4B9w8KxTDpRyyeNMhpQ/wZLxrbihuhveJNo9vQtI9xe//QQPuxPi1r1qalTyq3z+W8j7tLKn2pkhB9g/0o0JXEKCjZv+ooCjrQDkPNNNSKA41MA2NAQ0NE/4zgH6gFJ3/V7yvzAAAAAElFTkSuQmCC);
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--row .m-api-comparison--row--tooltip:hover {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAz1BMVEUAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAAC91esOAAAAQ3RSTlMAClec0PIXjfP772Xw/rpmKQUGpagm7k7kJGp/SwIu7PpPLP3demS1GoiWmGGyCFI699NxuwEhVIdzXeLJsxSMNwdBBsYQpAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAEwSURBVCjPhVPXcsMgEDz1YqFiFTtxEidxend6b/v//xSkAQT2ZHQPwLLM3nGFSJplO64HeK5jW7RqfhACiOI44lsY+CY7SsDSLC+IijxLGZKRRo5LoKp7XFdAOVZsimZiqk0apJIvMa1pxeopSuEXzRrL+Qadfz+BUt7YnG1tS30kbfwBKnGxM+efwu6egBUCno2QCen9BQ4Oj47BToQ8Cy2ykYrXp5i12xnOxUUKmxxk0nPerRe4FDiDQy5yI+KrBNfyOVzyokJnb5a4leci8gixzt4B9w8KxTDpRyyeNMhpQ/wZLxrbihuhveJNo9vQtI9xe//QQPuxPi1r1qalTyq3z+W8j7tLKn2pkhB9g/0o0JXEKCjZv+ooCjrQDkPNNNSKA41MA2NAQ0NE/4zgH6gFJ3/V7yvzAAAAAElFTkSuQmCC);
}

.m-api-comparison .m-api-comparison--label .m-api-comparison--row .m-api-comparison--row--button {
  display: inline-block;
}

.m-api-comparison .m-api-comparison--hellosign {
  box-shadow: -1px 1px 9px 1px #e6e6e6;
  border: 2px solid #A2BF00;
}

.m-api-comparison .m-api-comparison--hellosign .m-api-comparison--row {
  font-weight: bold;
  border-top: 1px solid #E6E6E6;
}

.m-api-comparison .m-api-comparison--hellosign .m-api-comparison--row a {
  font-weight: bold;
}

.m-api-comparison .m-api-comparison--hellosign .m-api-comparison--row .m-api-comparison--icon {
  height: 24px;
}

.m-api-comparison .m-api-comparison--competitor .m-api-comparison--row {
  background: #F7F8F9;
  color: #4E4E4E;
}

.m-api-comparison .m-api-comparison--competitor .m-api-comparison--row .m-api-comparison--row--text {
  letter-spacing: .03em;
}

.m-api-comparison .m-api-comparison--competitor .m-api-comparison--row .m-api-comparison--icon {
  height: 8px;
}

.m-api-comparison--row--tooltip--bubble {
  opacity: .85 !important;
}

.m-api-comparison--row--tooltip--bubble .m-tooltip--bubble--content {
  font-size: 15px !important;
  font-weight: 300 !important;
}

.m-api-comparison--cta--subheader {
  font-size: 18px;
  letter-spacing: .03em;
}

.m-api-comparison--disclaimer {
  font-size: 10px;
  font-style: italic;
  font-weight: 200;
  color: #C3C3C3;
  letter-spacing: .03em;
}

.m-marketing-page {
  padding-bottom: 100px;
}

.m-marketing-page h1,
.m-marketing-page h2,
.m-marketing-page h3,
.m-marketing-page .m-about-us .m-about-us--text,
.m-about-us .m-marketing-page .m-about-us--text,
.m-marketing-page h4,
.m-marketing-page div,
.m-marketing-page p,
.m-marketing-page .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-marketing-page h5.m-feature-grid--header,
.m-marketing-page
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-marketing-page h5.m-feature-grid--sub-header,
.m-marketing-page ul,
.m-marketing-page li,
.m-marketing-page span,
.m-marketing-page a {
  font-weight: normal;
}

.m-marketing-page p,
.m-marketing-page .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-marketing-page h5.m-feature-grid--header,
.m-marketing-page
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-marketing-page h5.m-feature-grid--sub-header,
.m-marketing-page ul,
.m-marketing-page ol {
  margin-top: 15px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-marketing-page .m-marketing-page--title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-marketing-page .m-marketing-page--subtitle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-marketing-page .m-marketing-page--header {
  margin: 60px auto 10px auto;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page .m-marketing-page--header {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.m-marketing-page .m-marketing-page--list {
  margin-left: 58px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page .m-marketing-page--list {
    margin-bottom: 0;
    margin-left: 38px;
  }
}

.m-marketing-page ul.m-marketing-page--list li:before {
  content: '\2022';
  color: #00B3E6;
  font-size: 20px;
  padding-right: 10px;
}

.m-marketing-page .m-marketing-page--list li {
  font-size: 15px;
  text-indent: -1.2em;
  line-height: 1.5em;
  letter-spacing: 0.75px;
  margin: 10px 0;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page .m-marketing-page--list li {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 40em) {
  .m-marketing-page .m-marketing-page--list li:last-child {
    margin-bottom: 10px;
  }
}

.m-marketing-page .m-marketing-page--image-signature-modal {
  max-width: 700px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-marketing-page .m-marketing-page--image-signature-modal {
    max-width: 600px;
  }
}

@media only screen and (max-width: 40em) {
  .m-marketing-page .m-marketing-page--image-signature-modal {
    max-width: 100%;
    margin-top: -40px;
  }
}

@media only screen and (max-width: 40em) {
  .m-marketing-page {
    padding-bottom: 40px;
  }
}

.m-marketing-page--button {
  height: 39px;
  line-height: 16px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--try-it-free {
    padding-top: 0;
  }
}

.m-marketing-page--subheader {
  font-size: 18px;
  margin: auto;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--subheader {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.m-marketing-page--button-inline {
  display: inline-block;
  margin: 0 8px;
  padding-bottom: 30px;
}

.m-marketing-page--button-inline a {
  white-space: nowrap;
}

@media only screen {
  .m-marketing-page--button-inline {
    padding-bottom: 0;
  }
}

.m-marketing-page--embedded-tweets {
  padding-bottom: 120px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--embedded-tweets {
    padding-bottom: 50px;
  }
}

.m-marketing-page--embedded-tweet {
  min-width: 500px;
  display: inline-block;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-marketing-page--embedded-tweet {
    min-width: 45%;
  }
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--embedded-tweet {
    margin: 0 !important;
    min-width: 95% !important;
  }
}

.m-marketing-page--embedded-tweet:nth-child(1),
.m-marketing-page--embedded-tweet:nth-child(2) {
  vertical-align: top;
  margin: 0 3px;
}

.m-marketing-page--embedded-tweet:nth-child(3),
.m-marketing-page--embedded-tweet:nth-child(4) {
  vertical-align: top;
  margin: 0 3px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--embedded-tweet iframe {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-marketing-page--get-started {
  padding-top: 60px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--get-started {
    padding-top: 0;
  }
}

.m-marketing-page--subheader-small {
  padding-top: 70px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .m-marketing-page--subheader-small {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.m-marketing-page--google-dropdown-menu-logged-in {
  right: 78px !important;
}

.m-marketing-page--google-dropdown-menu-logged-out {
  right: 287px !important;
}

.m-marketing-page--google-dropdown-menu-logged-in a,
.m-marketing-page--google-dropdown-menu-logged-out a {
  display: inline;
}

.seo-cloud-integrations {
  background-color: #F7F8F9;
  font-family: Proxima Nova;
  font-weight: 100;
  text-align: center;
}

.seo-cloud-integrations .top {
  position: relative;
  padding-top: 100px;
  background-color: #B1DCF5;
  height: 1000px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .top {
    height: 700px;
    padding: 0 0 80px 0;
    margin-bottom: 0px;
  }
}

.seo-cloud-integrations .dropbox-blue {
  background-color: #B1DCF5;
}

.seo-cloud-integrations .box-yellow {
  background-color: #FED48C;
}

.seo-cloud-integrations .evernote-green {
  background-color: #AEDEDA;
}

.seo-cloud-integrations .onedrive-orange {
  background-color: #FAB697;
}

.seo-cloud-integrations .hubspot-orange {
  background-color: #FED486;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .top-content-container {
    text-align: start;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 100px;
  }

  .seo-cloud-integrations .top-content-container > div {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.seo-cloud-integrations .hellosign-dropbox {
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .hellosign-dropbox {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.seo-cloud-integrations .hellosign-dropbox .hs-logo {
  width: 180px;
  margin-right: 30px;
}

.seo-cloud-integrations .hellosign-dropbox .plus {
  font-size: 24px;
}

.seo-cloud-integrations .hellosign-dropbox .dropbox-logo {
  margin-left: 22px;
  width: 160px;
}

.seo-cloud-integrations .hellosign-dropbox .box-logo {
  margin-left: 22px;
  width: 50px;
}

.seo-cloud-integrations .title {
  font-size: 43px;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

.seo-cloud-integrations .subtitle {
  width: 80%;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto 35px auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .subtitle {
    width: 110%;
    margin-bottom: 30px;
  }

  .seo-cloud-integrations .subtitle h2 {
    font-size: 15px;
    font-weight: 300;
  }
}

.seo-cloud-integrations .signup-button button {
  margin-bottom: 0;
}

.seo-cloud-integrations .signup-button .signup-button-text {
  text-transform: uppercase;
  font-size: 13px;
}

.seo-cloud-integrations .clouds-container {
  margin: 0 auto 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .clouds-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.seo-cloud-integrations .clouds-container img {
  margin: 0 auto 0 auto;
  display: block;
  width: 500px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .clouds-container img {
    width: 750px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top {
  padding: 35px 0 35px 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top {
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top p,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top h5.m-feature-grid--header,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top
        .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top h5.m-feature-grid--sub-header {
    display: inline-block;
  }

  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__top:first-child {
    margin-right: 5px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom {
  padding: 40px 0 40px 0;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom {
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom p,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom h5.m-feature-grid--header,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom
        .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__main__free_accounts__bottom h5.m-feature-grid--sub-header {
    display: inline-block;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits {
    width: 60%;
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits .benefits-image-container {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits h2 {
  margin: 35px auto 0 auto;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits h2 {
    margin: 0 auto 0 0%;
    text-align: start;
    font-size: 15px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits .row {
  margin-top: 0px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits .row {
    margin-top: 30px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section {
  margin: 65px auto 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section {
    margin-top: 0px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section img {
  width: 70px;
  margin-bottom: 30px;
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h3,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-about-us .m-about-us--text,
.m-about-us .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-about-us--text {
  font-size: 26px;
  color: #00B3E6;
  margin-bottom: 30px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h3,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-about-us .m-about-us--text,
  .m-about-us .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-about-us--text {
    font-size: 20px;
    margin-bottom: 45px;
    height: 48px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section p,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h5.m-feature-grid--header,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section
      .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h5.m-feature-grid--sub-header {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #1A1A1A;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section p,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h5.m-feature-grid--header,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section
          .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section h5.m-feature-grid--sub-header {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .save-signed-copies p,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .save-signed-copies .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .save-signed-copies h5.m-feature-grid--header,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .save-signed-copies
      .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__benefits section .save-signed-copies h5.m-feature-grid--sub-header {
  margin-bottom: 0px;
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works {
  width: 90%;
  margin: 0 auto 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works {
    width: 60%;
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works .screenshot-explanation {
    transform: translateX(10px);
  }
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works .dropbox-screenshot {
    transform: translateX(-10px);
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works .columns {
  padding: 0;
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h2 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h2 {
    margin-bottom: 40px;
    font-size: 15px;
    text-align: start;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works img {
  margin: 0 auto 80px auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works img {
    margin: 0 auto 0 auto;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works p,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h5.m-feature-grid--header,
.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works
    .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h5.m-feature-grid--sub-header {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #1A1A1A;
  margin-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works p,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h5.m-feature-grid--header,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works
        .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__how-it-works h5.m-feature-grid--sub-header {
    text-align: start;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container {
  width: 90%;
  margin: 0 auto 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container {
    width: 60%;
    margin-bottom: 100px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote {
  text-align: start;
  font-size: 24px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote {
    margin-bottom: 20px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote-name {
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 0px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote-name {
    font-size: 14px;
    text-align: right;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote-title {
  font-size: 18px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 100px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__quote-container .quote-title {
    font-size: 14px;
    text-align: right;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__social {
  margin-bottom: 100px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__social {
    margin-bottom: 50px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__social img {
  width: 45px;
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__social .facebook-share {
  margin: 0 20px;
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  color: #1A1A1A;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq p,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq h5.m-feature-grid--header,
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq
      .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq h5.m-feature-grid--sub-header {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq button {
  margin: 30px auto 60px auto;
  text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq button {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 13px;
  }
}

.seo-cloud-integrations .seo-cloud-integrations__main .seo-cloud-integrations__faq button .faq-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
}

.seo-cloud-integrations .cloud-left {
  display: inline;
  position: absolute;
  width: 150px;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .cloud-left {
    width: 300px;
  }
}

.seo-cloud-integrations .cloud-right {
  display: inline;
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations .cloud-right {
    width: 300px;
  }
}

.seo-cloud-integrations .row {
  max-width: 100%;
}

.seo-cloud-integrations .access-dropbox-from-hs {
  margin-top: 0px;
}

.seo-cloud-integrations #try-it-free-link {
  display: none;
}

.seo-cloud-integrations .gmail-not-installed {
  display: none;
}

.seo-cloud-integrations #try-it-free-link.gmail-not-installed {
  display: block;
}

.m-api-example.sticky-header {
  /* The fixed header */
  text-align: center;
  padding: 0 0 20px;
  background-color: #1a1a1a;
  position: fixed;
  top: -130px;
  width: 100%;
  z-index: 99;
  transition: top 0.8s ease-in-out;
}

.m-api-example.sticky-header.slide-down {
  top: 0;
}

.m-api-example.sticky-header .logo {
  /* The HS dev logo */
  display: inline-block;
  width: 140px;
  margin-right: 50px;
}

.m-api-example.sticky-header #hero-buttons {
  display: inline-block;
}

.m-api-example.sticky-header .demo-button {
  margin-left: 50px;
}

.m-api-example.sticky-header #docs-button,
.m-api-example.sticky-header .or-img {
  display: none;
}

.m-api-example.sticky-header input.mktoField {
  width: 230px !important;
}

@media (max-width: 1032px) {
  .m-api-example.sticky-header {
    padding: 15px 0;
  }

  .m-api-example.sticky-header .logo {
    margin-right: 15px;
  }

  .m-api-example.sticky-header #demo-button {
    display: none;
  }
}

@media (max-width: 800px) {
  .m-api-example.sticky-header {
    padding: 0;
  }
}

.m-api-example * {
  font-size: 14px;
}

.m-api-example p,
.m-api-example .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-api-example h5.m-feature-grid--header,
.m-api-example
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-api-example h5.m-feature-grid--sub-header {
  text-transform: uppercase;
  vertical-align: middle;
  margin: 0 6px 0 5px;
  display: inline-block;
  color: #F59600;
  font-weight: 400;
}

@media (max-width: 700px) {
  .m-api-example p,
  .m-api-example .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .m-api-example h5.m-feature-grid--header,
  .m-api-example
    .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-api-example h5.m-feature-grid--sub-header {
    margin: 0 0 10px;
  }
}

@media (max-width: 512px) {
  .m-api-example p,
  .m-api-example .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .m-api-example h5.m-feature-grid--header,
  .m-api-example
    .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-api-example h5.m-feature-grid--sub-header {
    margin: 0;
  }
}

.m-api-example .logo {
  display: none;
}

.m-api-example .arrow {
  width: 7px;
}

@media (max-width: 700px) {
  .m-api-example .arrow {
    display: none;
  }
}

.m-api-example #demo-button,
.m-api-example #docs-button {
  display: inline-block;
}

.m-api-example .demo-button,
.m-api-example .docs-button {
  width: 160px;
  height: 32px;
  font-weight: 300;
  text-transform: none;
  background-color: transparent;
  margin-top: 25px;
  padding: 0;
}

.m-api-example .or-img {
  width: 29px;
  height: 29px;
  margin: -3px 19px 0px 21px;
}

.m-api-example .marketo-container {
  /* Marketo overrides */
  margin-left: 15px;
  display: inline-block;
}

.m-api-example .marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton {
  background: #F59600 !important;
  transition: 0.8s !important;
  border: 1px solid #F59600 !important;
  margin-top: 4px !important;
  width: 144px !important;
}

.m-api-example .marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton:hover {
  background-color: transparent !important;
  color: #F59600 !important;
}

.m-api-example .marketo-container .rx-marketo-form .mktoError {
  right: 70px !important;
  bottom: 45px !important;
}

.m-api-example .marketo-container .rx-marketo-form .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 0px !important;
}

@media (max-width: 640px) {
  .m-api-example .marketo-container .rx-marketo-form {
    text-align: center;
  }
}

@media (max-width: 512px) {
  .m-api-example .marketo-container {
    margin-left: 0;
  }

  .m-api-example .marketo-container .rx-marketo-form .mktoField {
    height: 37px;
    width: 240px;
    margin: 0;
  }

  .m-api-example .marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton {
    margin: 10px 0 0 0 !important;
  }

  .m-api-example .marketo-container .rx-marketo-form .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
  }
}

.m-coupon-display {
  border: 1px solid #C3C3C3;
  color: #4E4E4E;
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.m-coupon-display div {
  padding: 6px;
}

.m-coupon-display .coupon-code {
  color: #F59600;
}

@media only screen and (min-width: 64.063em) {
  .m-coupon-display {
    margin-bottom: 0px;
  }
}

.m-toggle {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

@media only screen and (min-width: 64.063em) {
  .m-toggle {
    padding-right: 4px;
  }
}

.m-toggle .m-toggle--choice {
  font-weight: 600;
  letter-spacing: .05em;
}

.m-toggle .m-toggle--choice.is-active {
  background: #00B3E6;
  color: white;
  padding: 12px;
  border: 1px #00B3E6 solid;
}

.m-toggle .m-toggle--choice.is-inactive {
  color: #00B3E6;
  background: white;
  padding: 12px;
  border: 1px #C3C3C3 solid;
}

.m-toggle .m-toggle--choice.is-inactive:nth-child(2n+1) {
  border-right: none;
}

.m-toggle .m-toggle--choice.is-inactive:nth-child(2n) {
  border-left: none;
}

.m-pricing-level {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}

.m-pricing-level .block {
  background: #F7F8F9;
  padding: 12px 0px;
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .block {
    margin-bottom: 2px;
  }
}

.m-pricing-level .m-pricing-level--header {
  color: #C3C3C3;
}

@media only screen {
  .m-pricing-level .m-pricing-level--header {
    height: 125px;
    font-size: 16px;
    cursor: pointer;
    background: #F7F8F9;
    color: #C3C3C3;
    text-align: left;
    font-weight: 800;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-pricing-level .m-pricing-level--header {
    font-size: 28px;
    font-weight: 800;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--header {
    height: 60px;
    font-size: 18px;
    text-align: center;
    cursor: auto;
  }
}

.m-pricing-level .m-pricing-level--header .most-popular {
  position: absolute;
  top: -46px;
  left: 10px;
}

.m-pricing-level .m-pricing-level--header .level-title {
  height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.m-pricing-level .m-pricing-level--header .level-price {
  text-align: right;
  height: 100%;
}

@media only screen {
  .m-pricing-level .m-pricing-level--header .dollar {
    color: #00B3E6;
    font-weight: 300;
    font-size: 24px;
    position: relative;
    top: -30px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-pricing-level .m-pricing-level--header .dollar {
    color: #00B3E6;
    font-weight: 300;
    font-size: 32px;
    position: relative;
    top: -47px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--header .dollar {
    font-size: 20px;
    position: relative;
    top: -18px;
    right: 0px;
  }
}

.m-pricing-level .m-pricing-level--header .dollar.crossed {
  position: relative;
  top: -15px;
  left: 0px;
  color: #C3C3C3;
  font-size: 12px;
  font-weight: 400;
}

@media only screen {
  .m-pricing-level .m-pricing-level--header .price {
    color: #00B3E6;
    font-size: 52pt;
    font-weight: 300;
    /* position: relative;
                right: -35px; */
  }
}

@media only screen and (min-width: 40.063em) {
  .m-pricing-level .m-pricing-level--header .price {
    color: #00B3E6;
    font-size: 64pt;
    font-weight: 300;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--header .price {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    top: -8px;
  }
}

.m-pricing-level .m-pricing-level--header .price.crossed {
  color: #C3C3C3;
  font-size: 36px;
  position: relative;
  font-weight: 300;
}

.m-pricing-level .m-pricing-level--header .price.crossed:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: -10px;
  border-top: 2px solid;
  border-color: red;
  transform: rotate(-35deg);
}

.m-pricing-level .m-pricing-level--header .billing-period {
  font-size: 12px;
  color: #808080;
  display: block;
  margin-top: -10px;
  letter-spacing: normal;
  text-transform: none;
}

.m-pricing-level .m-pricing-level--header .phone-container {
  text-align: right;
  height: 100%;
}

.m-pricing-level .m-pricing-level--header .contact-us-phone-number {
  margin-top: 5px;
  font-weight: 600;
  color: #4E4E4E;
  letter-spacing: 0.07em;
}

@media only screen {
  .m-pricing-level .m-pricing-level--header .contact-us-phone-number {
    font-size: 14px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--header .contact-us-phone-number {
    font-size: 16px;
  }
}

.m-pricing-level .m-pricing-level--header .arrow-container {
  height: 100%;
  text-align: right;
}

.m-pricing-level .m-pricing-level--header .arrow {
  width: 16px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAeCAMAAABt9nzSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA4VBMVEUAAABGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkYAAADjILODAAAASXRSTlMAd916C9nbNfr7N3x+A8bIIvLzJGJjrrET5ucVSf5Kk5YJ1tcKM/l4e8PEIPFeYKutEuRERpAI09UvMHUCvsAf71pdp6gR4kFDmPOi4gAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAADdSURBVDjLjdFpWwFhAIXhpyKKN0vJ1oQUEdnK0ob2+f9/qCbCmHd7Pp7r/nbY2bVsj1DYtWo/BJGojTw45LeYDY17EnFklgnxR0mmTDJ9zLITE82w6lQvs2tJLq+TheIG5cxRS+ccXyU1LfsllQuVrF5uUa5qchmNEKgup9dBiWjIZFNIKDetoEwlkdYO0lsUdbZlVyXp9f0yn1NSBr7TnDs03W/Skk4yHK3luKKlTFan1R4w9PhP6ybJ0/NCvggjZTrzZGtqljD36KuNhDfXfbeTfHz2e5aUr2/Z+gPXa6Zuijm3oQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0wNi0yN1QxNjo0MzowOC0wNzowMIykzIcAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMDYtMjdUMTY6NDM6MDgtMDc6MDD9+XQ7AAAAAElFTkSuQmCC);
  background-size: 16px 10px;
  background-repeat: no-repeat;
}

.m-pricing-level .m-pricing-level--header .arrow.expanded {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.m-pricing-level .m-pricing-level--seat-range {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 52px;
  z-index: 1;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}

.m-pricing-level .m-pricing-level--seat-range .max-seats-badge {
  margin: 0 auto;
  border: 2px solid #E6E6E6;
  border-radius: 11px;
  background-color: #FFFFFF;
  color: #4E4E4E;
  width: 100px;
  padding: 1px;
  padding-top: 2px;
  font-size: 11px;
  font-weight: bold;
}

.m-pricing-level .m-pricing-level--feature {
  padding-left: 0px;
  padding-right: 0px;
  display: none;
  color: #4E4E4E;
  margin-bottom: 2px;
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--feature {
    display: block;
  }
}

.m-pricing-level .m-pricing-level--feature.expanded {
  display: block;
}

.m-pricing-level .m-pricing-level--body {
  padding-left: 0px;
  padding-right: 0px;
  display: none;
  color: #4E4E4E;
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--body {
    display: block;
  }
}

.m-pricing-level .m-pricing-level--body.expanded {
  display: block;
}

@media only screen {
  .m-pricing-level .m-pricing-level--body .first-section {
    margin-top: -6px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--body .first-section {
    margin-top: 0px;
    padding-top: 30px;
  }
}

.m-pricing-level .m-pricing-level--body .dollar {
  display: inline-block;
  font-size: 40px;
  color: #00B3E6;
  position: relative;
  top: -53px;
  left: 2px;
}

.m-pricing-level .m-pricing-level--body .dollar.crossed {
  top: -22px;
  color: #C3C3C3;
  font-size: 18px;
  font-weight: 300;
}

.m-pricing-level .m-pricing-level--body .price {
  display: inline-block;
  font-size: 90pt;
  letter-spacing: -5px;
  font-weight: 200;
  color: #00B3E6;
}

.m-pricing-level .m-pricing-level--body .price.crossed {
  color: #C3C3C3;
  font-size: 50px;
  position: relative;
  font-weight: 300;
}

.m-pricing-level .m-pricing-level--body .price.crossed:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  right: -15px;
  border-top: 2px solid;
  border-color: red;
  transform: rotate(-35deg);
}

.m-pricing-level .m-pricing-level--body .billing-period {
  margin-top: -5px;
  font-size: 12px;
  color: #808080;
  text-transform: none;
}

.m-pricing-level .m-pricing-level--body .no-billing-period {
  height: 0px;
  margin-bottom: 7px;
}

.m-pricing-level .m-pricing-level--body .current-plan {
  margin-top: 15px;
  margin-bottom: 45px;
}

.m-pricing-level .m-pricing-level--body .no-plan-option {
  margin-top: 15px;
  margin-bottom: 48px;
}

.m-pricing-level .m-pricing-level--body .contact-us {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAlCAMAAAC5xMGZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAYFBMVEUiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiI7OztNTU1OTk46Ojqvr6/j4+P////Z2dl9fX26urrt7e2jo6PFxcVfX1/29vaXl5fPz89vb2+KiooAAAA9lyp/AAAAC3RSTlMoyfzHJMP++yb6woRYDVAAAAABYktHRB8FDRC9AAAACXBIWXMAAAsSAAALEgHS3X78AAABfElEQVRYw+2Y3W7DIAyFs/6s27p6xgRCSOj7P2ZtWAuRGq1RpaUXIDVY4dT+gEMuaJq3zXHFttnumu33CVZsp599874mgDAcmuPKCHCsCBWhIlSEirAIARWRbiUylqyRgAhTB5ZiswAdkZvo81CSXjvD48r0CxAcZ1HkBwB+Wk8qZqIhJXSWK1nLxcffajd9HpogOM7CEOZxBCTLM0KPHKkeeiULwAi+v+ZNz0BeU1fqc+EJgqfAardgFZTkBeglkpl3sgxMkLqcHUkjjaV+FmHs+rul5hDuZeHfIDtfImjCVpYm62f+jGIQhc8jSCYsEFqilg2IfyPAMIpR3dMbEW1XIKC8dqTnNyJEw6QXwZB/HIHtFe7YESQqEFQ6gRSyfoKg47SF0clZOC9BmDmUMhWfEc5y/CyPYqEvEYYoYA+1nrPYRRsx82mCuCc3BBfJwEiX9aUxWs21NYMFscIiO/5jqwgVoSJUhJdEeIH7hRe4ZfnYH9a8a/r82l0A3EYNy6NFnU4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMjZUMTE6MjI6MTQtMDc6MDBtSB1jAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTI2VDExOjIyOjE0LTA3OjAwHBWl3wAAAABJRU5ErkJggg==);
  width: 130px;
  height: 37px;
  margin: 48px auto 0px;
  cursor: pointer;
}

.m-pricing-level .m-pricing-level--body .contact-us:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAAlCAMAAAC5xMGZAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAXVBMVEUiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIYGBgREREZGRmfn5/e3t7////S0tJeXl6tra3p6emRkZG6uroyMjL09PSBgYHGxsZKSkpxcXEAAACx56b4AAAAC3RSTlMoyfzHJMP++yb6woRYDVAAAAABYktHRB5yCiArAAAACXBIWXMAAAsSAAALEgHS3X78AAABeElEQVRYw+2Y3W7DIAyFs/6s2zrPmEAICX3/15wNbSFSojWqtPQCpAYrnNofcMgFTfO2O2/YdvtDs/+GTdvPsXnflgDg1Jy3RjhXhIpQESpCRViFgIpItxIZS9ZIQISpA0uxWYCOyE30eShJb53hcWX6FQiOsyjyAwA/rScVM9GQEjrLlazl4uO12l2fhyYIjrMwhHkcAcnyjNAjR6qHXskCMILvb3nTM5DX1JX6XHiC4Cmw2q1YBSV5AXqJZOadLAMTpC5nR9JIY6lfRBi7frbUEsJcFv4NsvMlgiZsZWmyfuHPKAZR+DyCZMICoSVq2YD4NwIMoxjVPb0R0XYFAsprR3p5I0I0THoRDPnHEdheYcaOIFGBoNIJpJD1EwQdpy2MTs7CZQ3CwqGUqfiMcJHjZ3kUC32JMEQBe6j1nMWu2oiFTxPEPbkjuEgGRrqsL43Raq6tGSyIFVbZ8R9bRagIFaEivCTCC9wvvMAty8fxtOVd0+fX4RdzF/xEjIbv6QAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0wMy0yNlQxMToyMjoxNC0wNzowMG1IHWMAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMDMtMjZUMTE6MjI6MTQtMDc6MDAcFaXfAAAAAElFTkSuQmCC);
}

.m-pricing-level .m-pricing-level--body .m-pricing-level--num-trial-days {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  color: #808080;
}

.m-pricing-level .m-pricing-level--body .m-pricing-level--no-free-trial {
  height: 28px;
}

.m-pricing-level .m-pricing-level--body .m-pricing-level--no-free-trial.current-plan {
  display: none;
}

.m-pricing-level .m-pricing-level--body .thirty-day {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin-top: 8px;
}

.m-pricing-level .m-pricing-level--body .looking-for-more {
  font-weight: 300;
  font-size: 22px;
  margin-top: 80px;
  margin-bottom: 51px;
}

.m-pricing-level .m-pricing-level--body .phone-icon {
  height: 24px;
  width: 24px;
}

.m-pricing-level .m-pricing-level--body .contact-us-phone-number {
  font-weight: 300;
  margin-bottom: 4px;
}

@media only screen {
  .m-pricing-level .m-pricing-level--body .contact-us-phone-number {
    font-size: 14px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-pricing-level .m-pricing-level--body .contact-us-phone-number {
    font-size: 16px;
  }
}

.m-pricing-level .m-pricing-level--body .no-features-padding {
  margin-bottom: 58px;
}

.m-pricing-level .m-pricing-level--feature.block {
  padding: 15px 0;
}

.m-pricing-level .m-pricing-level--feature .name {
  font-weight: 400;
}

.m-pricing-level .m-pricing-level--feature .number {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.m-pricing-level .m-pricing-level--feature .number.unlimited {
  color: #00B3E6;
}

.m-pricing-level .m-pricing-level--feature .detail {
  font-size: 16px;
  font-weight: 300;
}

.m-hero {
  background: #F7F8F9;
}

.m-hero .m-hero--small-text {
  color: #4E4E4E;
  font-size: 12px;
}

.m-hero .m-hero--video {
  width: 285px;
  border: 3px solid #fff;
}

.m-hero .m-hero--message-box {
  width: 790px;
  max-width: 90%;
  height: 90px;
  font-size: 15px;
  resize: none;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*
  Usage:

  <a href="#" class="m-button m-google-button">
    <i />

    <!-- note that this bit is auto-generated by react. Just here to show where & span comes from -->
    <span>Log in with google</span>
  </a>

  (CC)
*/

.m-google-button {
  margin: auto;
  display: inline-block;
  width: 250px;
  height: 44px;
  color: white !important;
  cursor: pointer;
  padding: 0px;
  background-color: #f2523c;
  border: 1px solid #f2523c;
  font-weight: 400;
  text-transform: none;
  font-size: 13px;
}

.m-google-button:hover {
  background-color: #c64432;
}

.m-google-button a {
  padding-left: 15px;
}

.m-google-button i {
  background: rgba(0, 0, 0, 0.1) url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/53f2cf12db6a96c759ef2da82bd7f115.png);
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  background-size: 20px;
  width: 44px;
  height: 100%;
}

.m-google-button span {
  padding: 15px;
  display: block;
  margin-left: 40px;
}

/**
 * When creating a reveal modal in JavaScript, you'll want to use the
 * HfReactHelper.getRevealAttachPoint() to construct the necessary elements
 * on the page. This method allows you to pass in an element ID and an optional
 * reveal size (e.g., "small", "tiny"). If you do NOT pass in the size, the
 * modal will be constrained to 475px. Otherwise the modal will be dynamic.
 * 
 * If you need to construct the modal manually outside of JS, refer to the
 * styles used in the getRevealAttachPoint() method to make this work.
 */

.m-modal {
  color: #4E4E4E;
  font-size: 14px;
  height: auto;
  /**
     * May want to set this on a non-modal class instead...
     */
  /**
     * This style is only here for the "Forgot Password" modal,
     * which could probably be refactored into its own module.
     */
}

@media only screen and (min-width: 40.063em) {
  .m-modal {
    top: 100px;
  }
}

.m-modal.is-stand-alone {
  width: 500px;
  margin: 20px auto;
}

.m-modal.is-stand-alone.is-large {
  width: 520px;
}

.m-modal .m-modal--close {
  color: #C3C3C3;
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 26px !important;
  text-decoration: none;
}

.m-modal .m-modal--error p,
.m-modal .m-modal--error .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-modal .m-modal--error h5.m-feature-grid--header,
.m-modal .m-modal--error
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-modal .m-modal--error h5.m-feature-grid--sub-header {
  color: red;
  font-size: 12px;
}

.m-modal .m-modal--text-input {
  display: inline-block;
  max-width: 300px;
}

.m-modal .m-modal--text-input.m-modal--login-password {
  margin-bottom: 4px;
}

.m-modal.l-margin-t--100 {
  margin-top: -100px;
}

.m-modal.l-margin-b--100 {
  margin-bottom: -100px;
}

.m-modal.l-margin-t--90 {
  margin-top: -90px;
}

.m-modal.l-margin-b--90 {
  margin-bottom: -90px;
}

.m-modal.l-margin-t--80 {
  margin-top: -80px;
}

.m-modal.l-margin-b--80 {
  margin-bottom: -80px;
}

.m-modal.l-margin-t--70 {
  margin-top: -70px;
}

.m-modal.l-margin-b--70 {
  margin-bottom: -70px;
}

.m-modal.l-margin-t--60 {
  margin-top: -60px;
}

.m-modal.l-margin-b--60 {
  margin-bottom: -60px;
}

.m-modal.l-margin-t--50 {
  margin-top: -50px;
}

.m-modal.l-margin-b--50 {
  margin-bottom: -50px;
}

.m-modal.l-margin-t--40 {
  margin-top: -40px;
}

.m-modal.l-margin-b--40 {
  margin-bottom: -40px;
}

.m-modal.l-margin-t--30 {
  margin-top: -30px;
}

.m-modal.l-margin-b--30 {
  margin-bottom: -30px;
}

.m-modal.l-margin-t--20 {
  margin-top: -20px;
}

.m-modal.l-margin-b--20 {
  margin-bottom: -20px;
}

.m-modal.l-margin-t--10 {
  margin-top: -10px;
}

.m-modal.l-margin-b--10 {
  margin-bottom: -10px;
}

.m-modal.l-margin-t-0 {
  margin-top: 0px;
}

.m-modal.l-margin-b-0 {
  margin-bottom: 0px;
}

.m-modal.l-margin-t-10 {
  margin-top: 10px;
}

.m-modal.l-margin-b-10 {
  margin-bottom: 10px;
}

.m-modal.l-margin-t-20 {
  margin-top: 20px;
}

.m-modal.l-margin-b-20 {
  margin-bottom: 20px;
}

.m-modal.l-margin-t-30 {
  margin-top: 30px;
}

.m-modal.l-margin-b-30 {
  margin-bottom: 30px;
}

.m-modal.l-margin-t-40 {
  margin-top: 40px;
}

.m-modal.l-margin-b-40 {
  margin-bottom: 40px;
}

.m-modal.l-margin-t-50 {
  margin-top: 50px;
}

.m-modal.l-margin-b-50 {
  margin-bottom: 50px;
}

.m-modal.l-margin-t-60 {
  margin-top: 60px;
}

.m-modal.l-margin-b-60 {
  margin-bottom: 60px;
}

.m-modal.l-margin-t-70 {
  margin-top: 70px;
}

.m-modal.l-margin-b-70 {
  margin-bottom: 70px;
}

.m-modal.l-margin-t-80 {
  margin-top: 80px;
}

.m-modal.l-margin-b-80 {
  margin-bottom: 80px;
}

.m-modal.l-margin-t-90 {
  margin-top: 90px;
}

.m-modal.l-margin-b-90 {
  margin-bottom: 90px;
}

.m-modal.l-margin-t-100 {
  margin-top: 100px;
}

.m-modal.l-margin-b-100 {
  margin-bottom: 100px;
}

.m-modal-restricted-size {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
  width: 475px !important;
  margin-left: -237.5px !important;
  color: #4E4E4E;
  font-size: 14px;
  height: auto;
  /**
     * May want to set this on a non-modal class instead...
     */
  /**
     * This style is only here for the "Forgot Password" modal,
     * which could probably be refactored into its own module.
     */
}

@media only screen and (max-width: 40em) {
  .m-modal-restricted-size {
    height: 100vh;
    min-height: 100vh;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-modal-restricted-size {
    left: 50%;
  }
}

.m-modal-restricted-size .column,
.m-modal-restricted-size .columns {
  min-width: 0;
}

.m-modal-restricted-size > :first-child {
  margin-top: 0;
}

.m-modal-restricted-size > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .m-modal-restricted-size {
    margin-left: -40%;
    width: 80%;
  }
}

@media only screen and (max-width: 40em) {
  .m-modal-restricted-size {
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    top: 0 !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-modal-restricted-size {
    top: 100px;
  }
}

.m-modal-restricted-size.is-stand-alone {
  width: 500px;
  margin: 20px auto;
}

.m-modal-restricted-size.is-stand-alone.is-large {
  width: 520px;
}

.m-modal-restricted-size .m-modal--close {
  color: #C3C3C3;
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 26px !important;
  text-decoration: none;
}

.m-modal-restricted-size .m-modal--error p,
.m-modal-restricted-size .m-modal--error .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-modal-restricted-size .m-modal--error h5.m-feature-grid--header,
.m-modal-restricted-size .m-modal--error
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-modal-restricted-size .m-modal--error h5.m-feature-grid--sub-header {
  color: red;
  font-size: 12px;
}

.m-modal-restricted-size .m-modal--text-input {
  display: inline-block;
  max-width: 300px;
}

.m-modal-restricted-size .m-modal--text-input.m-modal--login-password {
  margin-bottom: 4px;
}

.m-steps {
  position: relative;
  z-index: 1000;
  background: #00B3E6;
  color: #F7F8F9;
}

.m-steps img {
  width: 32px;
  min-width: 32px;
  height: 33px;
}

.m-footer h5 {
  text-transform: uppercase;
}

.m-footer h5 a {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.m-footer p,
.m-footer .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-footer h5.m-feature-grid--header,
.m-footer
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-footer h5.m-feature-grid--sub-header {
  color: white;
  font-size: 14px;
  margin-bottom: 5px;
}

.m-footer ul {
  margin-bottom: 0;
}

.m-footer .m-footer--logo-container {
  margin-top: 0px;
}

.m-footer .m-footer--badge {
  height: 100px;
  margin-left: 35px;
}

.m-footer .mktoForm .mktoGutter {
  display: none;
}

.m-footer .mktoForm label {
  display: none;
}

.m-footer .mktoForm input[type=email] {
  height: 28px;
  display: inline-block;
  vertical-align: top;
  width: 219px !important;
  padding: 5px 10px;
  position: relative;
  line-height: 18px;
}

.m-footer .mktoForm .mktoOffset {
  display: none;
}

.m-footer .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

.m-footer .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

.m-footer .mktoForm .mktoFormRow {
  display: inline-block;
  vertical-align: top;
}

.m-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.m-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
  margin: 0 0 10px 4px;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/56df829b2760d3e961cd83169a825ab9.png);
  background-size: 28px;
  background-color: transparent;
  cursor: pointer;
  border-style: none;
  color: transparent;
  font-size: 0;
  vertical-align: top;
}

.m-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border-width: 0;
}

.m-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
  opacity: 0.8;
}

.m-footer .mktoForm .mktoError {
  color: white;
}

.m-footer .mktoForm .mktoError .mktoErrorArrow {
  background-color: white;
  border-color: white;
}

.m-footer .mktoForm .mktoError .mktoErrorMsg {
  color: #4E4E4E;
  background: white;
  border-color: white;
  box-shadow: none;
  text-shadow: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.7px;
  border-radius: 2px;
}

.m-footer .m-footer--icon-container {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .m-footer .m-footer--icon-container {
    display: block;
  }
}

.m-footer ul.m-footer--social-icon-container {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  padding: 20px 0 0 0;
}

.m-footer ul.m-footer--social-icon-container li {
  display: inline-block;
  margin-right: 2px;
}

.m-footer ul.m-footer--social-icon-container li a {
  display: block;
}

.m-footer ul.m-footer--social-icon-container li a:active {
  opacity: 0.8;
}

.m-footer .m-footer--icon-container {
  padding-right: 0;
}

.m-footer .m-footer--sf-image {
  display: block;
  float: right;
}

.m-footer .m-footer--image-container {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 164px;
  text-align: center;
}

.m-footer .m-footer--copyright-container {
  margin-left: 1.1rem;
}

.m-footer .m-footer--werehiring-link {
  margin-right: 10px;
}

.m-footer .m-footer--link {
  font-size: 14px;
  line-height: 1.3em;
}

.m-footer .m-footer--no-padding-left {
  margin-left: 0;
}

@media only screen and (min-width: 64.063em) {
  .m-footer .m-footer--no-padding-left {
    padding-left: 0;
  }
}

.m-mobile-menu {
  font-size: 14px;
  color: #E6E6E6;
  text-align: left;
  padding-top: 30px;
  text-transform: uppercase;
}

.m-mobile-menu .m-mobile-menu--x-icon {
  float: left;
  height: 22px;
  width: 22px;
  margin-left: 25px;
  font-size: 36px;
  position: relative;
  top: -6px;
  color: #E6E6E6;
}

.m-mobile-menu .m-mobile-menu--x-icon:hover {
  cursor: pointer;
}

.m-mobile-menu .m-mobile-menu--icon-container {
  text-align: left;
  margin-left: 1.1rem;
}

.m-mobile-menu .m-mobile-menu--social-icon-container {
  display: inline-text;
}

.m-mobile-menu .m-mobile-menu--social-icon {
  padding-left: 1px;
  padding-right: 1px;
}

.m-mobile-menu .m-mobile-menu--image-container {
  display: inline-text;
  margin-top: 20px;
}

.m-mobile-menu .m-mobile-menu--image-container .m-footer--badge {
  width: 100px;
}

.m-mobile-menu .m-mobile-menu--copyright-container {
  margin-left: 1.1rem;
}

.m-mobile-menu .m-mobile-menu--link {
  color: #E6E6E6;
}

.m-mobile-menu .m-mobile-menu--link.m-mobile-menu--link--currentPage {
  color: #00B3E6;
}

.m-mobile-menu .m-mobile-menu--section ul {
  list-style-type: none;
}

.m-mobile-menu .m-mobile-menu--section ul .heading {
  font-weight: 800;
  margin-bottom: 5px;
}

.m-mobile-menu .m-mobile-menu--section ul li {
  padding-bottom: 4px;
}

.m-mobile-menu .m-mobile-menu--bottom {
  text-align: center;
}

.m-mobile-menu .m-mobile-menu--signupin-link-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.m-mobile-menu .m-mobile-menu--signup-link {
  background-color: white;
  font-weight: 700;
  font-size: 13px;
  color: black;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-right: 8px;
  padding-left: 8px;
  margin-left: 20px;
  margin-right: 50px;
  position: relative;
  top: -3px;
  float: left;
}

.m-mobile-menu .m-mobile-menu--signin-link {
  color: #E6E6E6;
  float: left;
  font-weight: 700;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 4px;
  position: relative;
  top: -3px;
}

.m-mobile-menu .m-mobile-menu--bottom-border {
  border-bottom: 1px solid #1A1A1A;
  position: absolute;
  bottom: 0;
  right: 6%;
  left: 6%;
}

.m-login-or-signup.use-gradient {
  background: #00AEE0;
  /* fallback color if gradients are not supported */
  /* For old Fx (3.6 to 15) */
  /* Chrome,Safari4+ */
  /* For Chrome10+ and Safari5.1+ */
  /* For old Opera (11.1 to 12.0) */
  background-image: -ms-linear-gradient(top, #00AEE0 0%, #004559 100%);
  /* For pre-releases of IE 10*/
  background-image: linear, 180deg, #00AEE0 0%, #004559 100%;
  /* Standard syntax; must be last */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00AEE0, endColorstr=#004559, GradientType=0);
  /* IE 6-9 */
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--left-adjust {
    position: relative;
    left: 40px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--left-button-container {
    text-align: right;
  }
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-login-or-signup .m-login-or-signup--right-button-container {
    max-width: 270px;
    clear: both;
  }
}

.m-login-or-signup .m-login-or-signup--left-button {
  display: inline-block;
}

.m-login-or-signup .m-login-or-signup--or-graphic-container {
  padding: 6px 0;
  min-height: 45px;
  margin-bottom: 10px;
  height: 32px;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/ed3bc2257057b500d9ea3afe74ba8f5f.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
}

.m-login-or-signup .m-login-or-signup--sign-up-button {
  margin: 0;
  padding: 14px 20px;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-login-or-signup .m-login-or-signup--sign-up-button {
    width: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--sign-up-button {
    position: absolute;
    /* unclear why this is needed to make the button line up vertically in Firefox */
    top: 0;
    left: 277px;
  }
}

.m-login-or-signup .m-login-or-signup--text-field {
  display: inline-block;
  width: 100%;
  margin-right: 15px;
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--text-field {
    width: 250px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em), only screen and (max-width: 40em) {
  .m-login-or-signup .m-login-or-signup--text-field {
    margin-bottom: 25px;
  }
}

.m-login-or-signup .m-login-or-signup--opt-in-label {
  color: #E6E6E6;
  padding-top: 5px;
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--keep-together {
    white-space: nowrap;
  }
}

.m-login-or-signup .m-input-text {
  margin: 0px;
  height: 43px;
}

.m-login-or-signup .m-google-signin {
  position: relative;
  left: 0;
}

@media only screen and (min-width: 64.063em) {
  .m-login-or-signup .m-login-or-signup--takeATourButton {
    position: relative;
    left: -50px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-left-menu .m-button {
    background-color: #FFFFFF;
    color: #4E4E4E;
  }

  .m-left-menu .m-button.is-active {
    color: #00B3E6;
  }

  .m-left-menu .m-left-menu-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
  }

  .m-left-menu .m-left-menu-last-item {
    border-bottom: 0px;
  }
}

@media only screen and (max-width: 40em) {
  .m-left-menu {
    padding-bottom: 20px;
    text-align: center !important;
  }
}

.m-api-docs-section {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #E6E6E6;
}

.m-api-docs-section.no-separator,
.m-api-docs-section.last {
  border-bottom: none;
}

.m-api-docs-section .m-api-docs-section--title {
  font-size: 30px;
  font-weight: 400;
  color: #4E4E4E;
  margin-bottom: 30px;
}

.m-api-docs-section .m-api-docs-section--content {
  float: left;
  width: 100%;
  font-weight: 400;
  color: #4E4E4E;
}

.m-api-docs-sub-section {
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.m-api-docs-sub-section .m-api-docs-sub-section--title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 15px;
}

.m-api-docs-sub-section .m-api-docs-sub-section--title.l-margin-b-0 {
  margin-bottom: 0;
}

.m-api-docs-sub-section .m-api-docs-sub-section--sub-title {
  float: left;
  width: 100%;
  margin: 5px 0;
  font-weight: 600;
}

.m-api-docs-sub-section .m-api-docs-sub-section--sub-title.l-margin-b-0 {
  margin-bottom: 0;
}

.m-api-docs-sub-section .m-api-docs-table--event-field {
  line-height: 22px;
  padding: 2px 0;
}

.m-api-docs-sub-section .m-api-docs-table--event-field .m-api-docs-table--event-field--sub {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.3em;
  border-left: solid 3px #C3C3C3;
  margin-left: 0;
  padding-left: 10px;
}

.m-api-docs-instructions {
  float: left;
  width: 100%;
  margin: 10px 0 30px;
}

.m-api-docs-instructions .m-api-docs-instructions--step-text {
  float: left;
  text-align: left;
  padding-right: 20px;
  max-width: 400px;
}

.m-api-docs-instructions .m-api-docs-instructions--step-image {
  float: right;
  text-align: center;
  max-width: 450px;
  border-radius: 3px;
  padding: 3px;
  background: #E6E6E6;
  margin: 0;
}

.m-api-docs-instructions .m-api-docs-instructions--step-image > img {
  width: 100%;
}

.m-api-docs-important {
  color: #F59600;
  font-weight: 600;
}

.m-api-docs-deprecated {
  text-transform: uppercase;
  color: #E90000;
}

.m-api-docs-note {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #E6E6E6;
}

.m-api-docs-table {
  font-weight: 400;
  border: solid 1px #E6E6E6;
  border-spacing: 0;
  margin: 10px 0 20px;
  float: left;
}

.m-api-docs-table tr > th {
  font-weight: 600;
  text-transform: uppercase;
  background: #F7F8F9;
  border-bottom: solid 1px #E6E6E6;
  padding: 10px 20px;
  text-align: left;
}

.m-api-docs-table tr > th.no-b-border {
  border-bottom: none;
}

.m-api-docs-table tr > th + td {
  border-left: solid 1px #E6E6E6;
}

.m-api-docs-table tr > td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
}

.m-api-docs-table tr > td:last-child {
  border-right: none;
}

.m-api-docs-table tr:last-child > th,
.m-api-docs-table tr:last-child > td {
  border-bottom: none;
}

.m-api-docs-table .m-code-example {
  padding: 0;
}

.m-api-docs-table .m-code-example .m-code-example--code > * {
  word-break: normal;
}

.m-api-docs-table .m-code-example .m-code-example--code {
  overflow-x: auto;
  padding: 15px;
}

.m-api-docs-table span.m-api-docs--white-labeling-color-swatch {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border: 1px solid #E6E6E6;
  margin-right: 15px;
}

.m-api-docs-table .m-api-docs-table--example {
  clear: both;
  margin-top: 20px;
}

.m-api-docs-list.narrow .m-api-docs-list--item {
  margin: 5px 0;
}

.m-api-docs-list .m-api-docs-list--item {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.m-api-docs-list .m-api-docs-list--item--detail {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  color: #808080;
}

.m-api-docs-list form {
  float: left;
  width: 100%;
}

.m-api-docs-section--error {
  margin: 10px 0;
  color: #C9252C;
  font-weight: 600;
}

.m-api-ref-section {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.m-api-ref-section .m-api-ref-section--header {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.m-api-ref-section .m-api-ref-section--name {
  float: left;
  font-weight: 600;
  color: #4E4E4E;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 3px 0px;
}

.m-api-ref-section .m-api-ref-section--description {
  float: left;
  font-weight: 400;
  color: #4E4E4E;
  margin-right: 10px;
  padding: 3px 0px;
}

@media only screen and (max-width: 40em) {
  .m-api-ref-section .m-api-ref-section--description {
    padding-top: 7px;
    width: 100%;
  }
}

.m-api-ref-section .m-api-ref-section--expand-link-wrapper {
  float: right;
  max-width: 100px;
}

.m-api-ref-section .m-api-ref-section--expand-link-wrapper .m-api-ref-section--expand-link {
  float: right;
}

.m-api-ref-section .m-api-ref-section--expand-link {
  float: right;
  width: 156px;
  height: 23px;
  cursor: pointer;
  padding: 3px 0px;
  font-size: 10px;
  font-weight: 600;
  background-color: #1A1A1A;
  text-align: center;
  border-radius: 3px;
  color: #FFFFFF;
}

.m-api-ref-section .m-api-ref-section--expand-link::after {
  content: "SHOW RESPONSE OBJECT";
}

.m-api-ref-section.is-expanded .m-api-ref-section--expand-link::after {
  content: "HIDE RESPONSE OBJECT";
}

.m-api-ref-section.is-expanded .m-api-ref-object {
  display: block;
}

.m-api-ref-section .m-api-ref-method-row.is-expanded .m-api-ref-method-info,
.m-api-ref-section.is-stand-alone .m-api-ref-method-row .m-api-ref-method-info {
  display: block;
  padding: 20px 0px 10px;
}

.m-api-ref-section.is-stand-alone .m-api-ref-section--expand-link {
  display: none;
}

.m-api-ref-object-intro {
  float: left;
  margin-bottom: 20px;
  color: #4E4E4E;
  font-weight: 400;
}

.m-api-ref-object {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

.m-api-ref-object .m-api-ref-object--name,
.m-api-ref-object .m-api-ref-object--description {
  float: left;
  font-weight: 600;
  color: #4E4E4E;
  padding: 3px 0px;
}

.m-api-ref-object .m-api-ref-object--row,
.m-api-ref-object .m-api-ref-object--field-row {
  float: left;
  width: 100%;
  border-bottom: solid 1px #E6E6E6;
  padding: 10px 15px;
}

.m-api-ref-object .m-api-ref-object--field-name,
.m-api-ref-object .m-api-ref-object--field-description {
  float: left;
  font-weight: 400;
  color: #808080;
  padding: 3px 0px;
}

.m-api-ref-object .m-api-ref-object--field-row.sub-property {
  margin-left: 3%;
  border-left: solid 1px #E6E6E6;
  width: 97%;
}

.m-api-ref-object .m-api-ref-object--field-row.sub-property.last {
  border-bottom: none;
}

.m-api-ref-object .m-api-ref-object--field-row.sub-property.last + .m-api-ref-object--field-row {
  border-top: solid 1px #E6E6E6;
}

.m-api-ref-object .m-api-ref-object--field-row.sub-property.sub-sub-property {
  margin-left: 6%;
  width: 94%;
}

.m-api-ref-object .m-api-ref-object--field-row:last-child {
  border-bottom: solid 1px #E6E6E6 !important;
}

.m-api-ref-method-table {
  float: left;
  width: 100%;
}

.m-api-ref-method-table .m-api-ref-method-table--header {
  float: left;
  background: white;
  border: solid 1px #E6E6E6;
  padding: 8px 15px;
}

.m-api-ref-method-table .m-api-ref-method-table--header > span {
  float: left;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #808080;
  padding: 3px 0px;
}

.m-api-ref-method-row {
  float: left;
  border: solid 1px #E6E6E6;
  border-top: none;
  padding: 10px 15px;
  background: #F7F8F9;
}

.m-api-ref-method-row:hover {
  background: #ededed;
}

.m-api-ref-method-row .m-api-ref-method-row--header {
  float: left;
  cursor: pointer;
}

.m-api-ref-method-row .m-api-ref-method-row--uri {
  font-weight: 400;
  color: #4E4E4E;
  padding: 3px 0px;
  margin-bottom: 8px;
}

.m-api-ref-method-row .m-api-ref-method-row--uri > strong {
  color: #00B3E6;
}

.m-api-ref-method-row .m-api-ref-method-row--action {
  float: left;
  font-weight: 800;
  color: #4E4E4E;
  padding: 3px 0px;
}

.m-api-ref-method-row .m-api-ref-method-row--action > .m-api-docs-deprecated {
  font-weight: 400;
  margin-top: 5px;
}

.m-api-ref-method-row .m-api-ref-method-row--description {
  float: left;
  font-weight: 400;
  color: #4E4E4E;
  padding: 3px 0px;
}

.m-api-ref-method-info {
  display: none;
  float: left;
  width: 100%;
}

.m-api-ref-method-info .m-api-ref-method-info--description {
  float: left;
  width: 100%;
}

.m-api-ref-method-info .m-api-ref-method-info--description--title {
  font-weight: 600;
}

.m-api-ref-method-example {
  float: left;
  padding: 10px;
  background: #F7F8F9;
  width: 100%;
}

.m-api-ref-method-example .m-api-ref-method-example--title {
  text-transform: uppercase;
  font-weight: 600;
}

.m-api-ref-method-example .m-api-ref-method-example--extra {
  float: left;
  width: 100%;
}

.m-api-ref-method-example .m-api-ref-method-example--call-example {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
}

.m-api-ref-method-example .m-api-ref-method-example--call-example div {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
}

.m-api-ref-method-example .m-api-ref-method-example--call-example--http-call {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  color: #4E4E4E;
}

.m-api-ref-method-example .m-api-ref-method-example--call-example--http-params {
  padding-left: 10px;
  font-weight: 400;
  line-height: 16px;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
}

.m-api-ref-method-example .m-tabs--pane {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.m-api-ref-method-example .m-tabbed-code-example {
  margin-top: 0px;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--title {
  font-weight: 600;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param {
  border-bottom: solid 1px #E6E6E6;
  padding: 10px;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param:first-child {
  border-top: solid 1px #E6E6E6;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param.sub-property {
  margin-left: 20px;
  border-left: solid 2px #E6E6E6;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param.sub-property .name {
  color: #C3C3C3;
  font-weight: 400;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param.sub-property.last {
  border-bottom: none;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param.after-sub-properties {
  border-top: solid 1px #E6E6E6;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--opt {
  color: #A0A0A0;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--name {
  float: left;
  font-weight: 600;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--name span {
  font-weight: 300;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--name .m-api-docs-deprecated {
  font-weight: 400;
  margin-top: 5px;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--description {
  float: right;
}

.m-api-ref-method-parameters .m-api-ref-method-parameters--param--description ul {
  list-style-type: disc;
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 10px;
}

.m-api-use-case .m-api-use-case--inline {
  display: inline;
}

.m-api-use-case .m-api-use-case--descr--image {
  text-align: center;
}

.m-api-use-case .m-api-use-case--descr--image-top {
  position: relative;
  top: 12px;
}

.m-api-use-case .m-api-use-case--descr--header {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.m-api-use-case .m-api-use-case--descr--text-fixed-height,
.m-api-use-case .m-api-use-case--descr--text {
  float: left;
  text-align: center;
  font-size: 13px;
}

.m-api-use-case .m-api-use-case--descr--text-fixed-height.v-padded,
.m-api-use-case .m-api-use-case--descr--text.v-padded {
  padding: 0px 10%;
}

.m-api-use-case .m-api-use-case--descr--text-fixed-height {
  height: 80px;
}

.m-api-use-case .m-api-use-case--descr--cta {
  text-align: center;
  margin-top: 20px;
}

.m-api-use-case .m-api-use-case--descr--cta span {
  font-size: 12px;
  font-weight: 600;
}

.m-api-use-case .m-api-use-case--content {
  display: none;
}

.m-api-use-case.active {
  width: 100%;
}

.m-api-use-case.inactive {
  display: none;
}

.m-api-use-case-menu {
  float: left;
  display: none;
}

.m-api-use-case-menu .m-api-use-case-menu-item {
  text-align: center;
  padding: 10px;
  background: #E6E6E6;
  color: #4E4E4E;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.m-api-use-case-menu .m-api-use-case-menu-item.left {
  float: left;
}

.m-api-use-case-menu .m-api-use-case-menu-item.right {
  float: right;
}

.m-api-use-case-menu .m-api-use-case-menu-item.center {
  float: left;
}

@media only screen and (min-width: 64.063em) {
  .m-api-use-case-menu .m-api-use-case-menu-item.center {
    margin: 0px 12.5%;
  }
}

.m-api-use-case-menu .m-api-use-case-menu-item:hover,
.m-api-use-case-menu .m-api-use-case-menu-item.active {
  color: #303030;
  background: #C3C3C3;
}

.m-api-use-case-separator {
  float: left;
}

.m-api-use-case-separator.with-icon {
  padding-top: 155px;
  text-align: center;
}

.m-api-use-case-separator.with-icon .image {
  position: relative;
  top: -10px;
}

.m-api-use-case-separator .m-api-use-case-separator--bar {
  float: left;
  width: 1px;
  height: 120px;
  position: absolute;
  margin: 0px 8%;
  border-left: solid 1px #E6E6E6;
}

.m-api-use-case-separator .m-api-use-case-separator--top-bar {
  top: 85px;
}

.m-code-example {
  float: left;
  width: 100%;
  margin: 10px 0px;
  padding: 15px;
  overflow: hidden;
  border: solid 1px #E6E6E6;
  color: #4d4d4c;
}

.m-code-example .m-code-example--code {
  padding: 20px;
}

.m-code-example .m-code-example--code,
.m-code-example .m-code-example--code--json,
.m-code-example .m-code-example--code > *,
.m-code-example .m-code-example--code--json > * {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 18px;
  overflow: auto;
}

.m-code-example .m-code-example--code--json .key {
  color: #4d4d4c;
}

.m-code-example .m-code-example--code--json .string {
  color: #718c00;
}

.m-code-example .m-code-example--code--json .boolean {
  color: #8959a8;
}

.m-code-example .m-code-example--code--json .number {
  color: #8959a8;
}

.m-code-example .m-code-example--code--json .null {
  color: #8959a8;
}

.m-code-example.with-response .m-code-example--code--json {
  margin-top: 20px;
}

.m-code-example.with-response.is-collapsed .m-code-example--code--json {
  display: none;
}

.m-code-example.with-response.is-collapsed .m-code-example--expand-link {
  display: inline;
}

.m-code-example .m-code-example--expand-link {
  float: left;
  display: none;
  width: 100%;
  margin: 15px 0px 0px;
  font-size: 12px;
  font-weight: 600;
}

.m-code-example .m-code-example--expand-link .m-code-example--expand-link--link {
  line-height: 17px;
}

.m-code-example .m-code-example--expand-link .m-code-example--expand-link--dots {
  float: left;
  background: #E6E6E6;
  border: solid 1px #C3C3C3;
  color: #4E4E4E;
  padding: 0px 7px 3px;
  margin-right: 10px;
  line-height: 0.8em;
}

.m-code-example .m-code-example--expand-link .m-code-example--expand-link--dots:hover {
  cursor: pointer;
  border: solid 1px #A0A0A0;
}

.m-tabbed-code-example {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.m-tabbed-code-example .m-tabbed-area--row {
  margin: 0px auto !important;
}

.m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab {
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #808080;
  background: #F7F8F9;
  border: solid 1px #E6E6E6;
  padding: 8px 16px;
  margin-right: 5px;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: transparent;
  position: relative;
}

.m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab:hover,
.m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab.is-active {
  color: #1A1A1A;
  background: #FFFFFF;
}

.m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab.is-active {
  z-index: 2;
}

@media only screen and (max-width: 500px) {
  .m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab > span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 415px) {
  .m-tabbed-code-example .m-tabbed-area--row .m-tabs--tab > span {
    font-size: 10px;
  }
}

.m-tabbed-code-example .m-tabs--pane-area {
  float: left;
  position: relative;
  top: -1px;
  width: 100%;
}

.m-tabbed-code-example .m-tabs--pane-area .m-code-example--code {
  overflow: auto;
  border: none !important;
}

.m-tabbed-code-example .m-tabs--pane-area .m-tabs--pane {
  margin: 0px auto;
  float: left;
  display: none;
  width: 100%;
  background: #FFFFFF;
}

.m-tabbed-code-example .m-tabs--pane-area .m-tabs--pane.is-active {
  display: inline;
}

.m-tabbed-code-example .m-tabs--pane-area .m-tabs--pane .m-code-example {
  margin: 0;
  min-width: 500px;
  width: 100%;
}

.m-clickable {
  cursor: pointer;
}

.m-clickable-inline {
  display: inline;
}

.m-peek-a-boo .m-peek-a-boo--image {
  margin-bottom: 0px;
  position: relative;
  bottom: -350px;
  padding-bottom: 0px;
  transition: .8s;
}

.m-peek-a-boo .m-peek-a-boo--image.is-visible {
  bottom: -4px;
}

.m-peek-a-boo .m-peek-a-boo--parallax {
  overflow-y: hidden;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 40em) {
  .m-peek-a-boo .m-peek-a-boo--parallax {
    margin-bottom: 40px;
  }
}

.m-style-guide.section {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.m-style-guide.m-style-guide--code-pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 11px;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background: #faf8f0;
}

.m-style-guide #content code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #bebab0;
}

.m-style-guide.m-style-guide--top-link {
  margin-left: 10px;
  font-size: 15px;
  display: inline-block;
}

.m-style-guide.swatch {
  border: 1px solid #C3C3C3;
  padding: 0;
  margin: 0;
  height: 150px;
  width: 150px;
}

.m-style-guide.swatch-name {
  width: 150px;
  text-align: center;
}

.m-twitter {
  border-top: 1px solid #E6E6E6;
  padding-left: 0px;
  padding-right: 0px;
}

.m-twitter .m-twitter--quote-container {
  width: 100%;
}

.m-twitter .m-twitter--icon {
  margin-right: 10px;
  display: inline-block;
}

.m-twitter .m-twitter--row {
  height: 100px;
}

.m-twitter .m-twitter--quote {
  margin-left: 10px;
}

.m-twitter .m-twitter--inner-quote-wrapper {
  display: inline-block;
  padding-right: 0px;
}

.m-hs-companies--header {
  text-transform: uppercase;
  background: white;
  display: inline-block;
  padding: 0 1rem;
  margin-left: -1rem;
}

.m-hs-companies--hr {
  border-bottom: 1px solid #E6E6E6;
  top: -8px;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}

.m-hs-companies--grid {
  float: none;
}

.m-hs-companies--grid .m-feature-grid--item-image-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
}

.m-hs-companies--api--grid .m-feature-grid--item-image-wrapper {
  padding-bottom: 20px;
}

.m-jobs {
  letter-spacing: 0.05em;
}

.m-jobs .m-jobs--seperator {
  float: left;
  border-top: solid 1px #E6E6E6;
  margin: 0 0 50px;
}

.m-jobs .m-jobs--grey-container {
  float: left;
  background: #F7F8F9;
  padding: 60px 0 20px;
}

@media only screen and (min-width: 40.063em) {
  .m-jobs .m-jobs--grey-container {
    padding-bottom: 60px;
  }
}

.m-jobs .m-jobs--life-items {
  color: #4E4E4E;
  font-weight: 300;
  padding: 0 20px;
}

.m-jobs .m-jobs--life-items > span {
  line-height: 26px;
}

.m-jobs .m-jobs--life-items--title {
  font-weight: 800;
  font-size: 14px;
  color: #4E4E4E;
  margin-bottom: 15px;
}

.m-jobs .m-jobs--life-items--sep {
  color: #4E4E4E;
  margin: 0 2px;
}

.m-jobs .m-jobs--perks {
  float: left;
  margin-top: 40px;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-jobs .m-jobs--perks {
    padding: 0 10%;
  }
}

.m-jobs .m-jobs--perks--item {
  float: left;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  .m-jobs .m-jobs--perks--item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-jobs .m-jobs--perks--item {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-jobs .m-jobs--perks--item {
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 32px;
  }

  .m-jobs .m-jobs--perks--item.salary {
    position: relative;
    left: -15px;
    background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/f69837bc2abdbd883cc80ec0a4f8e46e.png);
    background-position: 60px 0;
  }

  .m-jobs .m-jobs--perks--item.health {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABECAMAAAAoY+JoAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAn1BMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAAAACeazOeAAAAM3RSTlMAYuJZxuBPEEABPnSA8KAlzRfmlbqQncuy6HkkICLHhz+5wOTSogRFULNj+jnJzjFaklbdyTlGAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAQhJREFUWMPt2MkOgjAUheGrIogjgjjPA4o4n/d/N8tGN60x9SaaeP8NaUm/RbtpSvSqQhHaigWyrgRjJWvUMaOONVoGXE+TC5Q/QSu6+Yqg30D9aq2urwE0dfNNoGFYUqv6udkKwFrQImqHvCYQtilSn06sr9vr63/0e13Dko7iIhoAQ+uT1DQEBqTkESc6UmCOjjnRsaCCCvpGk+l0wo7OgBk7GgOxoIIK+gk6XywfrYDVc7SYW6Nr891mbY1uzOjGGk22u0cpkD5H2+S3DkpQQQVV7YE9O+q7rs+Ovpuggv43mgEHTvQAZHQETmePrfMJONKF+7EHuBBduc1rvgs3J+MTM+dGdAdTmd177zPDfwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNC0wNi0yNFQxMzoxOToyOS0wNzowMDpk+yQAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTQtMDYtMjRUMTM6MTk6MjktMDc6MDBLOUOYAAAAAElFTkSuQmCC);
    background-position: 0 0;
  }

  .m-jobs .m-jobs--perks--item.vacation {
    background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/da7495c18ba48b5aa0daf97552ad87e9.png);
    background-position: 50px 0;
  }

  .m-jobs .m-jobs--perks--item.apple {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABCCAMAAADg8zHGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAyVBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAAAADuSOslAAAAQXRSTlMAI5Ld+3P6ejX+4WMhELPYEwz5QiztAUDTA1Bg0H2wzoilLsjgOZmguJcx3+yeiYCQIB0C2hFM8j+x3kT9OGk69AskoogAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAABYUlEQVRYw+3Y6W6CQBSG4eO+Iy64L6hVUat1ty5Vv/u/KaHSirUszYw/msybGCCZ8yTKaCJE13z+QBAcCgb8ProrFObhXguHrHKEH2wUucnRGBBPJFMcSibiQCz6TUtAWiZOyWlA+rrIZIEcL5koB2Qz5nkeUAr86IIC5M3zIlAyjuVKlbFK2XBKQPFG14xjnX1v1A2n9kg32OmGPd1sMNR0pKss968qaEELWtCCFrSgBS1oQQv6/9NqkSHVkX7W36QWO92yodudF8Y6bRuaV4K2obu9vgYofccGQ+vocOC8WgG0fq9LiqdNNbLSI08jr+Rxw1ppryP6Sx1rkzeHpo/01Gn9RBurJp1yuS0zfU3Nkn45cxlJeaTnj292zoleLH/KywUnmlbryl3rldvEJ70B3t0W/j39W7ihLbDbyzyeed6S9ztgS90D+6/0bx0+iI5PsQ9H43M5SWfe8Fk6EV0AGcW60h1/uowAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDYtMjRUMTM6MTk6MzAtMDc6MDBjVr5pAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA2LTI0VDEzOjE5OjMwLTA3OjAwEgsG1QAAAABJRU5ErkJggg==);
    background-position: 30px 0;
  }
}

.m-jobs .m-jobs--perks--item-img {
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 64px;
}

.m-jobs .m-jobs--perks--item-text > p,
.m-jobs .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--header,
.m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--header,
.m-jobs
  .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--sub-header {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px !important;
}

@media only screen {
  .m-jobs .m-jobs--perks--item-text {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }

  .m-jobs .m-jobs--perks--item-text > p,
  .m-jobs .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--header,
  .m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--header,
  .m-jobs
      .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--sub-header {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-jobs .m-jobs--perks--item-text {
    float: none;
    text-align: left;
    height: 42px;
    padding: 15px 0;
  }

  .m-jobs .m-jobs--perks--item-text > p,
  .m-jobs .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--header,
  .m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--header,
  .m-jobs
      .m-sign-mobile .m-jobs--perks--item-text > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-jobs .m-jobs--perks--item-text > h5.m-feature-grid--sub-header {
    margin: 0;
    max-width: 100%;
    padding-left: 42px;
    padding-top: 12px;
    text-align: center;
  }
}

.m-jobs .m-jobs--openings {
  float: left;
  margin-bottom: 40px;
}

.m-jobs .m-jobs--openings--title {
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #4E4E4E;
  text-transform: uppercase;
}

.m-jobs .m-jobs--openings--title-sub {
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #4E4E4E;
  text-align: center;
  margin-top: 5px;
}

.m-jobs .m-jobs--openings--list {
  float: left;
  margin: 50px 0;
  padding: 0 20px;
  text-align: center;
}

.m-jobs .m-jobs--openings--department {
  float: left;
  margin-bottom: 30px;
}

.m-jobs .m-jobs--openings--department--title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.m-jobs .m-jobs--openings--job > a {
  line-height: 24px;
  font-size: 14px;
  color: #4E4E4E;
}

.m-jobs .m-jobs--openings--job > a:hover {
  color: #00B3E6;
}

.m-mozaique .m-mozaique--column {
  float: left;
}

@media only screen and (max-width: 40em) {
  .m-mozaique .m-mozaique--column {
    margin: 0 !important;
    width: 100%;
    max-height: 380px !important;
    overflow-y: hidden;
  }

  .m-mozaique .m-mozaique--column > img {
    width: 100%;
  }
}

.m-mozaique-grey-bg {
  float: left;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  margin-top: -100px;
  background: #F7F8F9;
  z-index: -1;
}

@media only screen and (max-width: 40em) {
  .m-doc-signed-success .m-doc-signed-success--header {
    padding: 40px 0px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-doc-signed-success .m-doc-signed-success--header {
    padding: 70px 0px;
  }
}

@media only screen {
  .m-doc-signed-success .m-doc-signed-success--header-text {
    white-space: normal;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-doc-signed-success .m-doc-signed-success--header-text {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 40em) {
  .m-doc-signed-failure .m-doc-signed-failure--header {
    padding: 40px 0px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-doc-signed-failure .m-doc-signed-failure--header {
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 40em) {
  .m-doc-signed-failure .m-doc-signed-failure--header .m-doc-signed-failure--hr-container {
    width: 70%;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-doc-signed-failure .m-doc-signed-failure--header .m-doc-signed-failure--hr-container {
    width: 40%;
  }
}

.m-doc-signed-failure .m-doc-signed-failure--header .m-doc-signed-failure--list .m-doc-signed-failure--list-reason {
  padding-left: 0;
}

.m-doc-signed-failure .m-doc-signed-failure--header .m-doc-signed-failure--list .m-doc-signed-failure--list-bullets {
  padding-right: 0;
  text-align: left;
}

.m-doc-signed-failure .m-doc-signed-failure--header .m-doc-signed-failure--list .m-doc-signed-failure--list-bullets ul {
  list-style: disc;
}

.m-contact-us--text-input {
  display: inline-block;
  max-width: 460px;
}

.m-contact-us--text-input.text-area {
  height: 200px;
}

.m-contact-us--error p,
.m-contact-us--error .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-contact-us--error h5.m-feature-grid--header,
.m-contact-us--error
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-contact-us--error h5.m-feature-grid--sub-header {
  color: red;
  font-size: 12px;
}

.m-contact-us--checkmark {
  width: 44px;
}

.m-contact-us form.rx-marketo-form {
  text-align: center;
  width: 301px !important;
}

.m-contact-us form.rx-marketo-form .mktoLabel {
  display: inline-block;
}

.m-contact-us form.rx-marketo-form .mktoFieldWrap {
  width: 100%;
  font-family: proxima-nova, sans-serif !important;
  float: none !important;
}

.m-contact-us form.rx-marketo-form .mktoFieldWrap label {
  color: #4E4E4E;
  margin-bottom: 4px;
}

.m-contact-us form.rx-marketo-form .mktoFieldWrap select,
.m-contact-us form.rx-marketo-form .mktoFieldWrap input {
  padding: 5px 15px !important;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 300;
  padding-left: 10px !important;
  min-height: 0;
}

.m-contact-us form.rx-marketo-form .mktoFormRow {
  width: 100%;
  display: block !important;
}

.m-contact-us form.rx-marketo-form .mktoButtonRow {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.m-contact-us form.rx-marketo-form .mktoButtonRow .mktoButtonWrap {
  width: 100% !important;
}

.m-contact-us form.rx-marketo-form .mktoButtonRow .mktoButtonWrap button {
  font-family: proxima-nova, sans-serif !important;
}

.m-contact-us form.rx-marketo-form .mktoButtonRow span {
  margin-left: 0px !important;
}

.m-contact-us form.rx-marketo-form .mktoAsterix {
  float: left !important;
  padding-left: 0 !important;
  padding-right: 5px;
}

.m-landing-page .m-landing-page--container {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 40em) {
  .m-landing-page .m-landing-page--container {
    padding-bottom: 20px;
  }
}

.m-landing-page .m-landing-page--feature-grid {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 40em) {
  .m-landing-page .m-landing-page--feature-grid {
    padding-bottom: 0;
  }
}

.m-about-us .m-about-us--heading {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 5px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-about-us .m-about-us--heading {
    text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  .m-about-us .m-about-us--heading {
    text-align: center;
  }
}

.m-about-us .m-about-us--steps {
  max-width: none;
}

.m-about-us .m-about-us--text {
  font-size: 24px;
  line-hegiht: 1.2;
  font-weight: 200;
}

.m-about-us #pressKitButton {
  position: relative;
  top: -8px;
  float: right;
}

.m-about-us #pressKitButton > div {
  text-transform: none;
}

.m-about-us .m-about-us--news-item-list {
  margin-left: 0px;
}

.m-about-us .m-about-us--news-item {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #E6E6E6;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 64.063em) {
  .m-about-us .m-about-us--news-item {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-about-us .m-about-us--news-item {
    text-align: center;
  }
}

@media only screen and (max-width: 40em) {
  .m-about-us .m-about-us--news-item {
    text-align: center;
  }
}

.m-about-us .m-about-us--news-item:last-child {
  border-bottom: 0px;
}

.m-about-us a.m-about-us--news-link:link,
.m-about-us a.m-about-us--news-link:visited {
  color: #4E4E4E;
}

.m-about-us a.m-about-us--news-link:active,
.m-about-us a.m-about-us--news-link:hover {
  color: #00B3E6;
}

.m-about-us .m-about-us--news-link > img {
  display: block;
  margin-bottom: 15px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-about-us .m-about-us--news-link > img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 40em) {
  .m-about-us .m-about-us--news-link > img {
    margin-left: auto;
    margin-right: auto;
  }
}

.m-about-us .m-about-us--news-item-date {
  font-size: 12px;
}

.m-about-us .m-about-us--investor-img {
  width: 214px;
  height: 284px;
}

.m-about-us .m-about-us--investor-head {
  border: 8px solid #FFFFFF;
  box-shadow: 0px 0px 10px 0px #4E4E4E;
  max-width: none;
}

.m-about-us .m-about-us--investor-company-img {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  height: 55px;
}

.m-about-us .m-about-us--divider {
  border-top: 1px solid #E6E6E6;
}

.m-about-us .m-about-us--investor-img {
  border: 8px solid #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  max-width: none;
  width: 214px;
  height: 284px;
  background-size: 214px 284px;
  backgroun-repeat: none;
}

.m-about-us .m-about-us--investor-reid {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/0842d9f44bd1ca4d8e006b905f9a9a85.png);
}

.m-about-us .m-about-us--investor-reid:hover {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/07c83edc436a217f7d5df204c7fb6d9f.png);
}

.m-about-us .m-about-us--investor-jacques {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/264a9264bd677a4a357cf40a34173b49.png);
}

.m-about-us .m-about-us--investor-jacques:hover {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/c41409c97206c1f6a865cfa9986ec7d5.png);
}

.m-about-us .m-about-us--investor-dave {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/1b0838cd35b798be8aad5a46f61286a0.png);
}

.m-about-us .m-about-us--investor-dave:hover {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/5451cadc209b049a9284e57533d5a5cd.png);
}

.m-about-us .m-about-us--investor-sam {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/e3a22ce427a0f611c100184a826804ff.png);
}

.m-about-us .m-about-us--investor-sam:hover {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/2dfd7ebd2dfb64be42c72bbc4f048592.png);
}

.m-about-us .m-about-us--investor-img > .m-about-us--investor-company-img {
  display: none;
  position: relative;
  bottom: -215px;
}

.m-about-us .m-about-us--investor-img:hover > .m-about-us--investor-company-img {
  display: block;
}

.m-about-us .m-about-us--investor-img > .m-about-us--investor-company-img > img {
  position: relative;
  top: 5px;
}

.m-about-us .m-about-us--investor-name {
  text-transform: uppercase;
  padding-top: 10px;
}

.m-about-us .m-about-us--investor-title {
  font-style: italic;
  padding-bottom: 10px;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-press-kit .m-press-kit--section {
  padding-bottom: 160px;
}

.m-press-kit .m-press-kit--section .m-press-kit--section--title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #1A1A1A;
  margin-bottom: 40px;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content {
  float: left;
  text-align: left;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content > h1 {
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.02em;
  padding: 0;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons {
  float: left;
  width: 100%;
  min-width: 525px;
  margin: 60px 0;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span {
  float: left;
  margin-right: 8%;
  text-align: center;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span > img {
  margin-bottom: 5px;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span > p,
.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-sign-mobile .m-press-kit--press-room--icons > span > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content
      .m-sign-mobile .m-press-kit--press-room--icons > span > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span > h5.m-feature-grid--sub-header {
  font-size: 15px;
  font-weight: 300;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span:last-child {
  margin-right: 0;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta {
  float: left;
  width: 100%;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta .m-button {
  margin: 0;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > p,
.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content
    .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header {
  margin-top: 15px;
}

.m-press-kit .m-press-kit--press-room .m-press-kit--press-room--image {
  float: left;
}

.m-press-kit .m-press-kit--featured-stories {
  padding-bottom: 80px;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--extra {
  display: none;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--extra.is-shown {
  display: inline;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--extra .m-press-kit--featured-stories--item {
  padding-top: 35px !important;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item {
  float: left;
  width: 100%;
  padding: 35px 0;
  border-bottom: solid 1px #E6E6E6;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item .m-press-kit--featured-stories--item--icon {
  float: left;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-right: 3%;
  width: 250px;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item .m-press-kit--featured-stories--item--icon > img {
  float: left;
  height: 35px;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item .m-press-kit--featured-stories--item--title {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  float: left;
  width: calc(100% - 290px);
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item:hover .m-press-kit--featured-stories--item--icon {
  opacity: 100;
  filter: alpha(opacity=100);
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item:hover .m-press-kit--featured-stories--item--title {
  color: #00B3E6;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item:first-child {
  padding-top: 0;
}

.m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--more-link > a {
  float: left;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.m-press-kit .m-press-kit--latest-news {
  padding-bottom: 120px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--extra {
  display: none;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item {
  float: left;
  width: 100%;
  padding: 35px;
  padding-bottom: 0;
  margin-left: -35px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item .m-press-kit--latest-news--item--title {
  float: left;
  width: 100%;
  text-align: left;
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item .m-press-kit--latest-news--item--date {
  float: left;
  width: 100%;
  text-align: left;
  color: #808080;
  font-size: 13px;
  font-weight: 300;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item.is-featured {
  border: solid 1px #00B3E6;
  padding-bottom: 35px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item.is-featured .m-press-kit--latest-news--item--title {
  font-size: 36px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item:hover {
  cursor: pointer;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item:hover .m-press-kit--latest-news--item--title,
.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item:hover .m-press-kit--latest-news--item--date {
  color: #00B3E6;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--more-link {
  float: left;
  margin-top: 45px;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--more-link > a {
  font-size: 15px;
  font-weight: 600;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--other .m-press-kit--latest-news--other--mention {
  float: left;
  margin-right: 5%;
  margin-bottom: 40px;
}

.m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--other .m-press-kit--latest-news--other--mention > a > img {
  float: left;
  height: 35px;
}

.m-press-kit .m-press-kit--timeline {
  padding-bottom: 105px;
}

.m-press-kit .m-press-kit--timeline > h1 {
  text-align: left;
  margin-bottom: 25px;
  padding: 0;
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.02em;
}

.m-press-kit .m-press-kit--timeline > h3,
.m-press-kit .m-about-us .m-press-kit--timeline > .m-about-us--text,
.m-about-us .m-press-kit .m-press-kit--timeline > .m-about-us--text {
  margin-bottom: 80px;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years {
  float: left;
  text-align: left;
  padding-right: 40px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years .m-press-kit--timeline--year--detail {
  display: none;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years .m-press-kit--timeline--year--detail.is-selected {
  display: none;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span {
  float: left;
  width: 100%;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > b {
  float: left;
  width: 55px;
  margin-right: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #1A1A1A;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > p,
.m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--years > span > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--timeline
      .m-sign-mobile .m-press-kit--timeline--years > span > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > h5.m-feature-grid--sub-header {
  float: left;
  padding: 20px 40px;
  width: calc(100% - 75px);
  border: solid 1px transparent;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span:before {
  content: ".";
  color: transparent;
  position: absolute;
  border-left: solid 1px #808080;
  margin-top: 50px;
  margin-left: 20px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > p,
.m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--timeline
      .m-sign-mobile .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--sub-header {
  border: solid 1px #00B3E6;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span:hover {
  cursor: pointer;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2011"]:before,
.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2012"]:before {
  height: 25px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2013"]:before,
.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2014"]:before {
  height: 45px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2015"]:before {
  height: 25px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span[data-year="2016"]:before {
  height: 0;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year {
  float: left;
  text-align: left;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail {
  display: none;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h1 {
  font-size: 20px;
  font-weight: 300;
  color: #00B3E6;
  margin-bottom: 20px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > b {
  font-size: 11px;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > p,
.m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--year--detail > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--timeline
    .m-sign-mobile .m-press-kit--timeline--year--detail > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h5.m-feature-grid--sub-header {
  font-size: 15px;
  font-weight: 300;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail.is-selected {
  display: inline;
}

.m-press-kit .m-press-kit--investors {
  padding-bottom: 80px;
}

.m-press-kit .m-press-kit--investors .m-press-kit--investors--list .m-press-kit--investors--item {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
}

.m-press-kit .m-press-kit--investors .m-press-kit--investors--list .m-press-kit--investors--item > img {
  height: 32px;
}

.m-press-kit .m-press-kit--investors .m-press-kit--investors--browse-link {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.m-press-kit .m-press-kit--investors .m-press-kit--investors--browse-link > a {
  font-size: 15px;
  font-weight: 600;
}

.m-press-kit .m-press-kit--press-assets {
  float: left;
  width: 100%;
  background: #F7F8F9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > h1 {
  font-size: 50px;
  font-weight: 200;
  letter-spacing: 0.02em;
  text-align: left;
  padding: 0;
  margin-bottom: 25px;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > h3,
.m-press-kit .m-press-kit--press-assets .m-about-us .m-press-kit--press-assets--inner > .m-about-us--text,
.m-about-us .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > .m-about-us--text {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 25px;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--cta {
  text-align: left;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--cta .m-button {
  margin: 0;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table {
  float: left;
  width: 100%;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image {
  float: left;
  padding-right: 40px;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--label {
  font-size: 13px;
  text-align: left;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--img {
  float: left;
  width: 100%;
  margin: 10px 0;
  border: solid 1px #E6E6E6;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--img.with-band {
  background: #FFFFFF;
  padding: 5px;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--link {
  float: left;
  width: 100%;
  text-align: left;
}

.m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--link > a {
  font-size: 13px;
  font-weight: 600;
}

.m-press-kit .m-press-kit--notes {
  float: left;
  width: 100%;
  background: #F7F8F9;
  padding-bottom: 160px;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > h1 {
  padding: 0;
  font-size: 24px;
  font-weight: 200;
  color: #1A1A1A;
  margin-bottom: 40px;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > p,
.m-press-kit .m-press-kit--notes .m-sign-mobile .m-press-kit--notes--inner > h5.m-feature-grid--header,
.m-sign-mobile .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > h5.m-feature-grid--header,
.m-press-kit .m-press-kit--notes
  .m-sign-mobile .m-press-kit--notes--inner > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > h5.m-feature-grid--sub-header {
  float: left;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > p > a,
.m-press-kit .m-press-kit--notes .m-sign-mobile .m-press-kit--notes--inner > h5.m-feature-grid--header > a,
.m-sign-mobile .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > h5.m-feature-grid--header > a,
.m-press-kit .m-press-kit--notes
    .m-sign-mobile .m-press-kit--notes--inner > h5.m-feature-grid--sub-header > a,
.m-sign-mobile .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner > h5.m-feature-grid--sub-header > a {
  font-weight: 600;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--note {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--note .m-press-kit--notes--note--flag {
  float: left;
  margin-right: 10px;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--note .m-press-kit--notes--note--flag > img {
  float: left;
  width: 16px;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--note > a {
  font-weight: 600;
}

.m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--link {
  padding-top: 60px;
}

@media only screen and (max-width: 40em) {
  .m-press-kit .m-press-kit--section {
    padding-bottom: 100px;
  }

  .m-press-kit .m-press-kit--section .m-press-kit--section--title {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .m-press-kit .m-press-kit--press-room {
    text-align: center;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content > h1 {
    font-size: 45px;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons {
    margin: 30px 0;
    min-width: 0;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--icons > span {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta {
    text-align: center;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > p,
  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--header,
  .m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--header,
  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content
      .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header {
    margin-top: 35px;
  }

  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > p > b,
  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--header > b,
  .m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--header > b,
  .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content
        .m-sign-mobile .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header > b,
  .m-sign-mobile .m-press-kit .m-press-kit--press-room .m-press-kit--press-room--content .m-press-kit--press-room--cta > h5.m-feature-grid--sub-header > b {
    display: block;
  }

  .m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item {
    padding: 30px 0;
  }

  .m-press-kit .m-press-kit--featured-stories .m-press-kit--featured-stories--item .m-press-kit--featured-stories--item--title {
    margin-top: 30px;
    width: 100%;
  }

  .m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item {
    padding: 20px;
    margin-left: 0;
  }

  .m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item .m-press-kit--latest-news--item--title {
    margin-bottom: 20px;
    line-height: 1.4em;
  }

  .m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item .m-press-kit--latest-news--item--date {
    font-size: 16px;
  }

  .m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--item.is-featured .m-press-kit--latest-news--item--title {
    margin-bottom: 30px;
  }

  .m-press-kit .m-press-kit--latest-news .m-press-kit--latest-news--more-link {
    margin: 35px 0 100px;
  }

  .m-press-kit .m-press-kit--timeline > h1 {
    font-size: 45px;
    font-weight: 300;
  }

  .m-press-kit .m-press-kit--timeline > h3,
  .m-press-kit .m-about-us .m-press-kit--timeline > .m-about-us--text,
  .m-about-us .m-press-kit .m-press-kit--timeline > .m-about-us--text {
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 26px;
    font-weight: 200;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years {
    padding-right: 0;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > p,
  .m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--years > span > h5.m-feature-grid--header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > h5.m-feature-grid--header,
  .m-press-kit .m-press-kit--timeline
    .m-sign-mobile .m-press-kit--timeline--years > span > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span > h5.m-feature-grid--sub-header {
    padding: 20px 0;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected:before {
    display: none !important;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > p,
  .m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--header,
  .m-press-kit .m-press-kit--timeline
    .m-sign-mobile .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected > h5.m-feature-grid--sub-header {
    padding: 20px;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--years > span.is-selected .m-press-kit--timeline--year--detail {
    display: inline;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year {
    padding-left: 75px;
    padding-top: 35px;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year .m-press-kit--timeline--year--detail {
    display: none;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail {
    float: left;
    width: 100%;
    margin: 20px 0;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h1 {
    display: none;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > b {
    float: left;
    width: 55px;
    margin-right: 20px;
    padding-top: 4px;
  }

  .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > p,
  .m-press-kit .m-press-kit--timeline .m-sign-mobile .m-press-kit--timeline--year--detail > h5.m-feature-grid--header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h5.m-feature-grid--header,
  .m-press-kit .m-press-kit--timeline
    .m-sign-mobile .m-press-kit--timeline--year--detail > h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-press-kit .m-press-kit--timeline .m-press-kit--timeline--year--detail > h5.m-feature-grid--sub-header {
    float: left;
    width: calc(100% - 75px);
    color: #808080;
    font-size: 13px;
    font-weight: 300;
  }

  .m-press-kit .m-press-kit--investors {
    padding-bottom: 70px;
  }

  .m-press-kit .m-press-kit--investors .m-press-kit--investors--list,
  .m-press-kit .m-press-kit--investors .m-press-kit--investors--browse-link {
    text-align: center;
  }

  .m-press-kit .m-press-kit--investors .m-press-kit--investors--item {
    margin: 25px 0;
    width: 100%;
  }

  .m-press-kit .m-press-kit--investors .m-press-kit--investors--browse-link {
    margin-top: 25px;
  }

  .m-press-kit .m-press-kit--press-assets {
    padding-bottom: 60px;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > h1 {
    font-size: 45px;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > h3,
  .m-press-kit .m-press-kit--press-assets .m-about-us .m-press-kit--press-assets--inner > .m-about-us--text,
  .m-about-us .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner > .m-about-us--text {
    margin-bottom: 50px;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--cta {
    text-align: center;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table {
    padding-top: 60px !important;
    padding-bottom: 0 !important;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image {
    margin-bottom: 60px;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image .m-press-kit--image--label {
    font-size: 15px;
    font-weight: 300;
  }

  .m-press-kit .m-press-kit--press-assets .m-press-kit--press-assets--inner .m-press-kit--image-table .m-press-kit--image:last-child {
    margin-bottom: 0;
  }

  .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--link {
    padding-top: 40px;
    text-align: center;
  }

  .m-press-kit .m-press-kit--notes .m-press-kit--notes--inner .m-press-kit--notes--link > b {
    float: left;
    width: 100%;
    text-align: center;
  }
}

.m-fine-print .m-fine-print-header {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #4E4E4E;
}

@media only screen and (min-width: 40.063em) {
  .m-fine-print .m-left-menu {
    top: -4px;
    position: relative;
  }
}

.m-sign-mobile .m-sign-mobile--send {
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 40.063em) {
  .m-sign-mobile .m-sign-mobile--send.is-active {
    width: 420px;
  }
}

.m-sign-mobile .m-input-text {
  float: left;
  width: 260px;
  display: inline;
  margin-right: 10px;
  top: 5px;
  position: relative;
}

.m-sign-mobile .m-sign-mobile--android-btn {
  top: -2px;
  position: relative;
}

.m-sign-mobile .m-sign-mobile--devices-img {
  position: relative;
  left: 30px;
}

.m-sign-mobile .m-sign-mobile--text-field {
  display: inline-block;
  float: left;
}

.m-sign-mobile h5.m-feature-grid--header {
  font-weight: 800;
}

.m-signup-strip {
  background-color: #004559;
}

.m-cta-box.grey {
  background-color: #F7F8F9;
}

.m-cta-box .m-cta-box--image-text {
  font-weight: bold;
}

@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-cta-box .m-cta-box--horizontal-center {
    display: inline-block;
    width: 320px;
  }
}

.m-cta-box .m-cta-box--bottom-border {
  border-bottom: 1px solid #E6E6E6;
  position: absolute;
  bottom: 0;
  right: 10%;
  left: 10%;
}

.m-cta-box .m-cta-box--image {
  float: left;
}

.m-cta-box .m-cta-box--header {
  text-transform: uppercase;
  text-align: left;
}

.m-cta-box .m-cta-box--text {
  padding-bottom: 40px;
  text-align: left;
}

.m-cta-box .m-cta-box--button-outer-container {
  text-align: left;
}

.m-cta-box .m-cta-box--button-inner-container {
  display: inline-block;
}

.m-cta-box .m-cta-box--image-text-container {
  padding-left: 20px;
  color: #4E4E4E;
}

.m-breadcrumb .m-breadcrumb--link {
  color: #4E4E4E;
}

.m-breadcrumb .m-breadcrumb--link:hover {
  color: #00B3E6;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-notification .m-notification--close {
  position: absolute;
  top: 0px;
  right: 14px;
  font-size: 18px;
}

.m-notification a {
  text-decoration: underline;
}

.m-notification .success {
  background-color: #A2BF00;
}

.m-notification .success p,
.m-notification .success .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-notification .success h5.m-feature-grid--header,
.m-notification .success
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-notification .success h5.m-feature-grid--sub-header,
.m-notification .success a {
  color: #FFFFFF;
}

.m-notification .success p strong,
.m-notification .success .m-sign-mobile h5.m-feature-grid--header strong,
.m-sign-mobile .m-notification .success h5.m-feature-grid--header strong,
.m-notification .success
    .m-sign-mobile h5.m-feature-grid--sub-header strong,
.m-sign-mobile .m-notification .success h5.m-feature-grid--sub-header strong,
.m-notification .success a strong {
  font-weight: 600;
}

.m-notification .error {
  background-color: #C9252C;
}

.m-notification .error p,
.m-notification .error .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-notification .error h5.m-feature-grid--header,
.m-notification .error
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-notification .error h5.m-feature-grid--sub-header,
.m-notification .error a {
  color: #FFFFFF;
}

.m-notification .error p strong,
.m-notification .error .m-sign-mobile h5.m-feature-grid--header strong,
.m-sign-mobile .m-notification .error h5.m-feature-grid--header strong,
.m-notification .error
    .m-sign-mobile h5.m-feature-grid--sub-header strong,
.m-sign-mobile .m-notification .error h5.m-feature-grid--sub-header strong,
.m-notification .error a strong {
  font-weight: 600;
}

.m-notification .info {
  background-color: #E6E6E6;
}

.m-notification .info p,
.m-notification .info .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-notification .info h5.m-feature-grid--header,
.m-notification .info
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-notification .info h5.m-feature-grid--sub-header,
.m-notification .info a {
  color: #4E4E4E;
}

.m-notification .info p strong,
.m-notification .info .m-sign-mobile h5.m-feature-grid--header strong,
.m-sign-mobile .m-notification .info h5.m-feature-grid--header strong,
.m-notification .info
    .m-sign-mobile h5.m-feature-grid--sub-header strong,
.m-sign-mobile .m-notification .info h5.m-feature-grid--sub-header strong,
.m-notification .info a strong {
  font-weight: 600;
}

.m-notification .api-notification {
  background-color: #1A1A1A;
}

.m-notification .api-notification p,
.m-notification .api-notification .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-notification .api-notification h5.m-feature-grid--header,
.m-notification .api-notification
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-notification .api-notification h5.m-feature-grid--sub-header,
.m-notification .api-notification a {
  color: #FFFFFF;
}

.m-notification .api-notification p strong,
.m-notification .api-notification .m-sign-mobile h5.m-feature-grid--header strong,
.m-sign-mobile .m-notification .api-notification h5.m-feature-grid--header strong,
.m-notification .api-notification
    .m-sign-mobile h5.m-feature-grid--sub-header strong,
.m-sign-mobile .m-notification .api-notification h5.m-feature-grid--sub-header strong,
.m-notification .api-notification a strong {
  font-weight: 600;
}

.m-notification .api-notification .api-notification-button {
  background-color: #F59600;
  text-decoration: none;
  padding: 4px 10px;
}

.m-notification .hs-notification {
  background-color: #4E4E4E;
}

.m-notification .hs-notification p,
.m-notification .hs-notification .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-notification .hs-notification h5.m-feature-grid--header,
.m-notification .hs-notification
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-notification .hs-notification h5.m-feature-grid--sub-header,
.m-notification .hs-notification a {
  color: #FFFFFF;
}

.m-notification .hs-notification p strong,
.m-notification .hs-notification .m-sign-mobile h5.m-feature-grid--header strong,
.m-sign-mobile .m-notification .hs-notification h5.m-feature-grid--header strong,
.m-notification .hs-notification
    .m-sign-mobile h5.m-feature-grid--sub-header strong,
.m-sign-mobile .m-notification .hs-notification h5.m-feature-grid--sub-header strong,
.m-notification .hs-notification a strong {
  font-weight: 600;
}

.m-notification .hs-notification .hs-notification-button {
  text-decoration: none;
  padding: 3px 10px;
  height: 26px;
}

.m-create-account {
  font-size: 14px;
}

.m-create-account .m-create-account--form {
  margin-bottom: 0;
}

.m-create-account .m-create-account--modal-google-login {
  padding-bottom: 50px;
}

.m-create-account .m-create-account--inline-google-login {
  padding-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--inline-google-login {
    border-right: 0 solid #E6E6E6;
    border-bottom: 0;
    height: 200px;
    padding-top: 80px;
    padding-right: 10px;
  }
}

.m-create-account .m-create-account--login-side-text {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--login-side-text {
    text-align: left;
    padding-left: 50px;
    padding-right: 20px;
  }
}

.m-create-account .m-create-account--modal-google-login-or-image {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/45968f7692fd4bdc61065ad61bb3111e.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px 29px;
  position: absolute;
  bottom: -15px;
  right: 40%;
  right: 45%;
}

.m-create-account .m-create-account--inline-google-login-or-image {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/45968f7692fd4bdc61065ad61bb3111e.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px 29px;
  position: absolute;
  bottom: -15px;
  right: 40%;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--inline-google-login-or-image {
    position: absolute;
    right: -15px;
    bottom: 85px;
  }
}

@media only screen and (max-width: 40em) {
  .m-create-account .m-create-account--modal-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
  }
}

@media only screen {
  .m-create-account .m-create-account--modal-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 20%;
    left: 20%;
  }
}

@media only screen and (max-width: 40em) {
  .m-create-account .m-create-account--inline-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-create-account .m-create-account--inline-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--inline-google-login-border {
    border-right: 1px solid #E6E6E6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}

.m-create-account .m-create-account--inline-create-account-button {
  width: auto;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--inline-create-account-button {
    margin-left: 40px;
  }
}

.m-create-account .m-create-account--modal-create-account-button {
  width: auto;
}

.m-create-account .m-create-account--inline-google-login-button {
  width: auto;
}

@media only screen {
  .m-create-account .m-create-account--inline-google-login-button {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--inline-google-login-button {
    margin-left: -60px;
  }
}

.m-create-account .m-create-account--modal-google-login-button {
  width: auto;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--sign-up {
    height: 150px;
  }
}

.m-create-account .m-create-account--inline-container {
  border-left: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.m-create-account .m-create-account--inline-container-vertical {
  border: 1px solid #E6E6E6;
}

@media only screen and (min-width: 64.063em) {
  .m-create-account .m-create-account--sign-up {
    padding-top: 45px;
  }
}

.m-create-account input {
  display: inline-block !important;
  max-width: 300px !important;
}

.m-create-account input.m-create-account--login-password {
  margin-bottom: 4px;
}

.m-create-account .m-create-account--email-vertical {
  max-width: 260px;
}

.m-create-account .m-create-account--opt-in-container {
  display: block;
  text-align: center;
}

.m-create-account .m-create-account--opt-in-align {
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
  max-width: 290px;
  width: 500px;
}

.m-create-account .m-create-account--opt-in-align span {
  color: #A0A0A0;
}

.m-create-account .m-create-account--opt-in-align-vertical {
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
}

.m-create-account .m-create-account--opt-in-align-vertical span {
  color: #A0A0A0;
}

.m-create-account .m-create-account--login-prompt * {
  font-style: italic;
  font-size: 12px;
}

.m-create-account .m-create-account--login-prompt span {
  color: #a0a0a0;
}

.m-login {
  color: #4E4E4E;
  font-size: 14px;
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--left-border {
    border-left: 1px solid #E6E6E6;
  }

  .m-login .m-login--left-border p,
  .m-login .m-login--left-border .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .m-login .m-login--left-border h5.m-feature-grid--header,
  .m-login .m-login--left-border
      .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-login .m-login--left-border h5.m-feature-grid--sub-header {
    font-size: 12px;
  }
}

.m-login .m-login--modal-google-login {
  padding-bottom: 50px;
}

.m-login .m-login--form {
  margin-bottom: 0px;
}

.m-login .m-login--modal-google-login-or-image {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/45968f7692fd4bdc61065ad61bb3111e.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px 29px;
  position: absolute;
  bottom: -15px;
  right: 40%;
}

.m-login .m-login--inline-google-login-or-image {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/45968f7692fd4bdc61065ad61bb3111e.png);
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  background-size: 29px 29px;
  position: absolute;
  bottom: -15px;
  right: 40%;
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--inline-google-login-or-image {
    position: absolute;
    right: -15px;
    bottom: 85px;
  }
}

@media only screen and (max-width: 40em) {
  .m-login .m-login--modal-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
  }
}

@media only screen {
  .m-login .m-login--modal-google-login-border {
    border-bottom: 1px solid #E6E6E6;
    position: absolute;
    bottom: 0;
    right: 30%;
    left: 30%;
  }
}

.m-login .m-login--inline-google-login-button {
  width: auto;
}

@media only screen {
  .m-login .m-login--inline-google-login-button {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--inline-google-login-button {
    margin-left: -60px;
  }
}

.m-login .m-login--modal-google-login-button {
  width: auto;
}

.m-login .m-login--inline-google-login-button-container {
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--inline-google-login-button-container {
    text-align: left;
  }
}

.m-login .m-login--modal-google-login-button-container {
  text-align: center;
}

.m-login .m-login--sign-up {
  margin-bottom: 40px;
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--sign-up {
    height: 200px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-login .m-login--sign-up.m-login--sign-up-tall {
    height: 385px;
  }
}

.m-login .m-login--inline-container {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
}

.m-login .m-login--text-input {
  display: inline-block;
  max-width: 300px;
}

.m-login .m-login--text-input.m-login--login-password {
  margin-bottom: 4px;
}

.m-login .m-login--forgot-pwd-link a {
  color: #4E4E4E;
}

.m-login .m-login--centering-container {
  display: block;
  text-align: center;
}

.m-login .m-login--alignment-wrapper {
  max-width: 290px;
  width: 500px;
  display: inline-block;
  text-align: left;
}

.m-login label {
  color: #808080;
}

.m-login .m-login--captcha-if-image {
  margin-top: 10px;
}

.m-login .m-login--captcha-reload {
  margin-top: 10px;
}

.m-login .m-login--captcha-image {
  width: 300px;
}

.m-login .m-login--captcha {
  width: 300px;
  display: inline-block;
}

.m-login .m-login--captcha-input {
  margin-bottom: 0px;
}

.m-login.is-verification .m-login--verification--title {
  text-align: center;
  margin-bottom: 20px;
}

.m-login.is-verification .m-login--verification--code {
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.m-login.is-verification .m-login--verification--code > input {
  font-size: 15px;
  letter-spacing: 0.03em;
  font-weight: 300;
  padding-left: 10px;
  color: #808080;
  height: 2.3125rem;
}

.m-login.is-verification .m-login--verification--error {
  color: #E90000;
  margin-top: 10px;
}

.m-login.is-verification .m-login--verification--links {
  text-align: center;
  margin-top: 10px;
}

.m-login.is-verification .m-login--verification--links > a {
  display: block;
  margin: 5px 0;
}

.m-login.is-verification .m-login--verification--recovery {
  display: none;
}

.m-login.is-verification .m-login--verification--links--modal {
  display: none;
}

.m-login.is-verification .m-login--verification--links--modal .m-login--verification--links--modal--title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.m-login.is-verification .m-login--verification--links--modal > a {
  float: left;
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.m-login.is-verification .m-login--verification--links--modal > a.first {
  padding-left: 0;
}

.m-login.is-verification .m-login--verification--links--modal > a.middle {
  position: relative;
  left: -12px;
}

.m-login.is-verification .m-login--verification--links--modal > a.last {
  padding-right: 0;
}

.m-insurance .m-insurance--form {
  width: 50%;
}

@media only screen and (min-width: 64.063em) {
  .m-payment .m-payment--left-border {
    border-left: 1px solid #E6E6E6;
  }

  .m-payment .m-payment--left-border p,
  .m-payment .m-payment--left-border .m-sign-mobile h5.m-feature-grid--header,
  .m-sign-mobile .m-payment .m-payment--left-border h5.m-feature-grid--header,
  .m-payment .m-payment--left-border
    .m-sign-mobile h5.m-feature-grid--sub-header,
  .m-sign-mobile .m-payment .m-payment--left-border h5.m-feature-grid--sub-header {
    font-size: 12px;
  }
}

.m-payment select {
  width: 46%;
}

.m-payment select.m-payment--cc-exp-month {
  width: 46%;
}

.m-payment select.m-payment--cc-exp-year {
  width: 46%;
}

.m-payment .m-payment--error p,
.m-payment .m-payment--error .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-payment .m-payment--error h5.m-feature-grid--header,
.m-payment .m-payment--error
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-payment .m-payment--error h5.m-feature-grid--sub-header {
  color: red;
  font-weight: normal;
}

.m-payment .m-payment--api-terms label {
  display: inline;
  line-height: 1;
}

.m-payment .m-payment--cvv {
  width: 33%;
  display: inline-block;
  margin-right: 5px;
}

.m-payment .m-payment--zip {
  width: 56%;
  display: inline-block;
  margin-left: 5px;
}

@media only screen and (min-width: 64.063em) {
  .m-payment .m-payment--zip {
    margin-left: 0px;
  }
}

.m-payment .m-payment--cc {
  position: relative;
}

.m-payment .m-payment--ccs {
  position: absolute;
  right: 13px;
  top: 7px;
}

.m-payment .m-payment--ccs img {
  width: 30px;
  margin-right: 2px;
  margin-top: 3px;
}

.m-set-password .m-set-password--password-field input {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.m-set-password .m-set-password--form-button-wrapper {
  display: inline;
}

.m-set-password p,
.m-set-password .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-set-password h5.m-feature-grid--header,
.m-set-password
.m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-set-password h5.m-feature-grid--sub-header {
  color: #808080;
}

.m-resend-notification .m-resend-notification--input--container {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 40.063em) {
  .m-resend-notification .m-resend-notification--input > input {
    width: 225px;
    float: left;
    margin-bottom: 0;
  }
}

.m-resend-notification .m-resend-notification--input:first-child > input {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media only screen and (min-width: 40.063em) {
  .m-resend-notification .m-resend-notification--input:first-child > input {
    float: right;
  }
}

.m-resend-notification .m-resend-notification--error {
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #E90000;
}

.m-resend-notification.has-error .m-resend-notification--error {
  display: inline;
}

input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly] {
  background: #E6E6E6 !important;
}

/* -----  IN-APP GENERIC LAYOUT  ---------------- */

.l-app {
  letter-spacing: 0.05em;
}

.l-app .m-button {
  /* Shrink buttons a little so they don't look so big */
  margin: 0px;
}

.l-app .l-app--canvas {
  min-width: 1180px;
  max-width: 1180px;
  padding: 0 10px;
}

.l-app .l-app--header {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.l-app .l-app--container {
  float: left;
  width: 100%;
}

.l-app .l-app--content {
  float: left;
  max-width: 900px;
  padding-bottom: 100px;
}

.l-app .l-app--template-link-background {
  background: center no-repeat url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/10048f3b7f004762afc8add3abd598fd.png);
  min-height: 1560px;
  padding: 100px 0;
}

.l-app .l-app--footer {
  float: left;
  width: 100%;
  padding: 0 10px;
  min-height: 75px;
}

.l-app a {
  text-decoration: none !important;
  letter-spacing: 0.05em;
}

.l-app .form-overlay {
  background: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.l-app.is-minimal .l-app--content {
  max-width: 100%;
  width: 100%;
}

/* -----  IN-APP LAYOUT COMPONENTS  ------------- */

.m-app-topbar {
  float: left;
  width: 100%;
  font-size: 14px;
}

.m-app-topbar .m-app-topbar--logo {
  float: left;
  width: 180px;
  line-height: 42px;
}

.m-app-topbar .m-app-topbar--logo > a {
  float: left;
  padding-top: 15px;
}

.m-app-topbar .m-app-topbar--actions {
  float: right;
}

.m-app-topbar .m-app-topbar--actions > .m-button:first-child {
  text-transform: none;
}

.m-app-topbar .m-app-topbar--signdocs {
  display: inline;
  margin-left: 40px;
  cursor: pointer;
}

.m-app-topbar .m-app-topbar--signdocs .m-app-topbar--signdocs--title {
  display: inline;
}

.m-app-topbar .m-app-topbar--signdocs .m-app-topbar--signdocs--title--text {
  color: #4E4E4E;
  line-height: 43px;
  display: inline-block;
  font-weight: 400;
}

.m-app-topbar .m-app-topbar--signdocs .m-app-topbar--signdocs--icon--img {
  width: 32px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.m-app-topbar .m-button {
  min-width: 100px;
}

.m-app-topbar .m-app-topbar--upgrade-btn {
  display: inline;
  margin-left: 36px;
  width: 100px;
}

.m-app-topbar .m-app-topbar--menu {
  display: inline;
  margin-left: 30px;
  cursor: pointer;
}

.m-app-topbar .m-app-topbar--menu .m-app-topbar--menu--title {
  display: inline;
}

.m-app-topbar .m-app-topbar--menu .m-app-topbar--menu--title--text {
  color: #4E4E4E;
  line-height: 43px;
  display: inline-block;
  font-weight: 400;
}

.m-app-topbar .m-app-topbar--menu .m-app-topbar--menu--title--icon > img {
  width: 9px;
  margin-left: 5px;
  margin-top: -1px;
}

.m-app-topbar .m-app-topbar--menu.is-disabled {
  cursor: default;
}

.m-app-topbar .m-app-topbar--menu.is-disabled .m-app-topbar--menu--title--icon {
  display: none;
}

.m-app-leftmenu {
  float: left;
  width: 260px;
  font-size: 14px;
  text-align: left;
  padding: 5px 0 0 0;
}

.m-app-leftmenu .m-app-leftmenu--section--items {
  display: none;
  margin-left: 10px;
}

.m-app-leftmenu .m-app-leftmenu--section--items .m-app-leftmenu--section--item {
  margin-bottom: 15px;
}

.m-app-leftmenu .m-app-leftmenu--section--items .m-app-leftmenu--section--item.is-active {
  font-weight: 600;
}

.m-app-leftmenu .m-app-leftmenu--section--items .m-app-leftmenu--section--item.is-active > a {
  font-weight: 600;
  color: #4E4E4E;
}

.m-app-leftmenu .m-app-leftmenu--section--items .m-app-leftmenu--section--item > a {
  color: #4E4E4E;
}

.m-app-leftmenu .m-app-leftmenu--section--items .m-app-leftmenu--section--item > a:hover {
  color: #000000;
  text-decoration: none !important;
}

.m-app-leftmenu .m-app-leftmenu--section {
  margin-bottom: 30px;
}

.m-app-leftmenu .m-app-leftmenu--section .m-app-leftmenu--section--title > a {
  color: #4E4E4E;
  font-weight: 400;
  width: 100%;
}

.m-app-leftmenu .m-app-leftmenu--section .m-app-leftmenu--section--title > a:hover {
  color: #000000;
  text-decoration: none !important;
}

.m-app-leftmenu .m-app-leftmenu--section.is-active .m-app-leftmenu--section--title,
.m-app-leftmenu .m-app-leftmenu--section.is-active .m-app-leftmenu--section--title > a,
.m-app-leftmenu .m-app-leftmenu--section.is-expanded .m-app-leftmenu--section--title,
.m-app-leftmenu .m-app-leftmenu--section.is-expanded .m-app-leftmenu--section--title > a {
  font-weight: 600;
  margin-bottom: 15px;
}

.m-app-leftmenu .m-app-leftmenu--section.is-active .m-app-leftmenu--section--items,
.m-app-leftmenu .m-app-leftmenu--section.is-expanded .m-app-leftmenu--section--items {
  display: block;
}

.m-app-leftmenu .m-app-leftmenu--section.is-expanded .m-app-leftmenu--section--title,
.m-app-leftmenu .m-app-leftmenu--section.is-expanded .m-app-leftmenu--section--title > a {
  font-weight: 400;
}

.m-app-leftmenu .m-app-leftmenu--section--item--dot > img {
  width: 6px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.m-app-leftmenu .m-app-leftmenu--section--item--dot.is-blank {
  margin-right: 15px;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers {
  background: #F7F8F9;
  padding: 15px;
  margin-right: 75px;
  border: solid 1px #E6E6E6;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers .m-app-leftmenu--fax-numbers--title {
  color: #F59600;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers .m-app-leftmenu--fax-numbers--list {
  max-height: 280px;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers .m-app-leftmenu--fax-numbers--list.is-scrollable {
  overflow-y: scroll;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers .m-app-leftmenu--fax-numbers--list .m-app-leftmenu--fax-numbers--list--item {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.m-app-leftmenu .m-app-leftmenu--fax-numbers .m-app-leftmenu--fax-numbers--list .m-app-leftmenu--fax-numbers--list--item:last-child {
  margin-bottom: 0;
}

.m-app-footer {
  padding-top: 15px;
  border-top: solid 1px #E6E6E6;
}

.m-app-footer .m-app-footer--logo {
  float: left;
}

.m-app-footer .m-app-footer--logo .m-app-footer--logo--img {
  width: 32px;
}

.m-app-footer .m-app-footer--links {
  float: left;
  line-height: 32px;
  margin-left: 30px;
}

.m-app-footer .m-app-footer--links--link {
  float: left;
  margin-right: 25px;
  font-size: 14px;
}

.m-app-footer .m-app-footer--links--link > a {
  color: #808080;
}

.m-app-footer .m-app-footer--links--link > a:hover {
  color: #4E4E4E;
}

.m-app-footer .m-app-footer--social {
  float: right;
}

.m-app-footer .m-app-footer--social--icon {
  float: right;
  margin-left: 5px;
}

.m-app-footer .m-app-footer--social--icon:hover {
  cursor: pointer;
}

.m-app-footer .m-app-footer--social--icon .m-app-footer--social--icon--img {
  width: 24px;
  height: 24px;
}

.m-app-header--menu-item {
  border-bottom: 1px solid #E6E6E6;
}

.m-app-header--menu-item:last-child {
  border-bottom: none;
}

.m-app-header--menu-item--hoverable:hover {
  background: #F7F8F9;
}

.m-app-topbar--menu--signature {
  padding: 5px 0;
  line-height: 42px;
}

.m-app-topbar--menu--signature .m-app-topbar--menu--signature--sig .m-app-topbar--menu--signature--image {
  width: 100%;
  text-align: center;
  margin-bottom: 2px;
}

.m-app-topbar--menu--signature .m-app-topbar--menu--signature--sig.no-sig {
  border-radius: 2px;
  border: solid 1px #E6E6E6;
  background: #F7F8F9;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.m-app-topbar--menu--signature .m-app-topbar--menu--signature--sig.no-sig > img {
  width: 24px;
  margin-left: 5px;
  position: relative;
  top: 8px;
}

.m-app-topbar--menu--signature .m-app-topbar--menu--signature--sig.no-sig > span {
  float: right;
  width: 75px;
  line-height: 17px;
  margin-top: 5px;
  text-align: center;
}

.m-app-topbar--menu--signature .m-app-topbar--menu--signature--edit {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.m-app-topbar--menu--credits {
  padding: 5px 0;
}

.m-app-topbar--menu--credits > div {
  padding-top: 10px;
  line-height: 14px;
}

.m-app-topbar--menu--credits .m-app-topbar--menu--credits--line {
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 5px;
  padding-top: 0;
}

.m-app-topbar--menu--credits .m-app-topbar--menu--credits--title {
  color: #C3C3C3;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 7px;
}

.m-sig-modal {
  width: 750px !important;
  height: 385px !important;
  text-align: left !important;
  border-left: 0px !important;
}

.m-sig-modal .initials {
  display: none;
}

.m-sig-modal .is-hidden {
  display: none;
}

.m-sig-modal .m-sig-modal--overlay {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.m-sig-modal .m-sig-modal--container {
  float: left;
  width: 100%;
  height: 100%;
}

.m-sig-modal .m-sig-modal--area {
  float: left;
  position: relative;
  width: 100%;
  height: 385px;
  border: none;
}

.m-sig-modal .m-sig-modal--area > div {
  height: 100%;
}

.m-sig-modal .m-sig-modal--area .m-sig-modal--area--close {
  position: relative;
  z-index: 9999;
  float: right;
  margin: 10px;
  margin-left: 0px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-sig-modal .m-sig-modal--area .m-sig-modal--area--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-sig-modal .m-sig-modal--menu {
  float: left;
  width: 175px;
  height: 300px;
  padding-top: 50px;
  padding-left: 0px;
  margin-left: 0px;
  background-color: #F7F8F9;
  border-right: solid 1px #DEDEDE;
}

.m-sig-modal .m-sig-modal--menu .m-sig-modal--menu--sig-type-warning {
  float: left;
  font-size: 10px;
  color: #A0A0A0;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  width: 80%;
  margin-top: 10px;
  padding-left: 25px;
}

.m-sig-modal .m-sig-modal--menu > ul {
  padding: 0;
  border-radius: 0;
  border: none;
  color: #4E4E4E;
  font-weight: 400;
  margin-right: 0;
  margin-left: 0;
}

.m-sig-modal .m-sig-modal--menu > ul > li {
  border: none;
  color: #4E4E4E;
  font-size: 14px;
  float: left;
  width: 100%;
  border-bottom: solid 1px #DEDEDE;
}

.m-sig-modal .m-sig-modal--menu > ul > li > a {
  float: left;
  width: 100%;
  color: #4E4E4E;
  padding: 10px 0 10px 25px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
}

.m-sig-modal .m-sig-modal--menu > ul > li:hover {
  background: #E6E6E6;
}

.m-sig-modal .m-sig-modal--menu > ul > li.is-active {
  background: #E6E6E6;
  border-left: solid 5px #A2BF00;
}

.m-sig-modal .m-sig-modal--menu > ul > li.is-active > a {
  padding-left: 20px;
}

.m-sig-modal .m-sig-modal--menu > ul > li:first-child {
  border-top: solid 1px #DEDEDE;
  margin-bottom: 40px;
}

.m-sig-modal .m-sig-modal--menu > ul > li:nth-child(2) {
  border-top: solid 1px #DEDEDE;
}

.m-sig-modal .m-sig-modal--right-container {
  position: absolute;
  right: 0;
  width: 575px;
}

.m-sig-modal .m-sig-modal--right-wrapper {
  position: relative;
  height: 385px;
  width: 100%;
}

.m-sig-modal .m-sig-modal--tabs {
  margin-right: 30px;
  margin-left: 55px;
  margin-top: 0px;
}

.m-sig-modal .m-sig-modal--tabs > div {
  display: none;
}

.m-sig-modal .m-sig-modal--tabs .m-sig-modal--tab {
  padding: 0;
  margin-top: 5px;
}

.m-sig-modal .m-sig-modal--title {
  height: 40px !important;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 25px 0 35px;
  margin-left: 30px;
  letter-spacing: 0.05em;
}

.m-sig-modal .m-sig-modal--title > div {
  display: none;
}

.m-sig-modal .m-sig-modal--title > div:first-child {
  display: block;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--image {
  height: 110px;
  margin: 0 0 20px;
  text-align: center;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--image > img {
  width: 300px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--none {
  display: none;
  margin-top: 10px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--none > h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--none > p,
.m-sig-modal .m-sig-modal--tab--saved .m-sign-mobile .m-sig-modal--tab--saved--none > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--none > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--tab--saved
    .m-sign-mobile .m-sig-modal--tab--saved--none > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--tab--saved--none > h5.m-feature-grid--sub-header {
  width: 90%;
  line-height: 18px;
  font-size: 14px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel {
  width: 100%;
  padding: 20px 0;
  left: 50px;
  position: absolute;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--clip {
  height: auto;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list {
  float: left;
  width: 600px !important;
  margin: 0;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > li {
  float: left;
  border: none !important;
  height: 70px;
  width: 85px;
  margin-right: 20px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > li.is-deleted {
  display: none;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > .m-sig-modal--carousel--arrow {
  display: none;
  width: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > .m-sig-modal--carousel--arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > .m-sig-modal--carousel--prev {
  margin: 8px 20px 0 0;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/5271af71c8debdf46eb2daf5d9637451.png) no-repeat 0 0;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list > .m-sig-modal--carousel--next {
  margin: 8px 0 0 0;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/d194e0160ae535056dbac0620deb9dab.png) no-repeat 0 0;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--list.has-paging > .m-sig-modal--carousel--arrow {
  display: initial;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--arrow.is-disabled,
.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--arrow.is-disabled:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--tip {
  position: absolute;
  left: 100px;
  display: none;
  margin: 3px 10px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--tip > p,
.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sign-mobile .m-sig-modal--carousel--tip > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--tip > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel
      .m-sign-mobile .m-sig-modal--carousel--tip > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--tip > h5.m-feature-grid--sub-header {
  font-weight: 400;
  font-size: 12px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item {
  border: solid 1px #C3C3C3;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: left;
  height: 42px;
  width: 85px;
  text-align: center;
  padding: 0 5px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item.is-active {
  border: solid 1px #00B3E6;
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item.is-active + .m-sig-modal--carousel--item--delete {
  display: inline;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item--delete {
  display: none;
  float: right;
  font-size: 12px;
  color: #00B3E6;
  cursor: pointer;
  margin-right: 2px;
}

.m-sig-modal .m-sig-modal--tab--saved .m-sig-modal--carousel .m-sig-modal--carousel--item--delete:hover {
  text-decoration: underline;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--tab--draw--instructions {
  font-size: 14px;
  margin-bottom: 20px;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--canvas-holder {
  height: 125px;
  clear: both;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--canvas-holder--error {
  float: right;
  margin-right: 20px;
  margin-top: 5px;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--canvas {
  z-index: 9999;
  width: 460px;
  height: 143px;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/ff66cf2fd920040de56289a23c887140.png);
  background-size: 100%;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--canvas--clear {
  position: relative;
  top: 25px;
  font-size: 14px;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--canvas--clear > a {
  color: #C3C3C3;
  font-size: 12px;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--steps--step.drawn-sig > img {
  max-width: 450px;
  max-height: 200px;
  margin-top: 20px;
}

.m-sig-modal .m-sig-modal--tab--draw .m-sig-modal--steps--step.drawn-sig .step_loading_content {
  text-align: center;
  width: 80%;
  padding-top: 80px;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--instructions {
  font-size: 14px;
  margin: 0 0 20px;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--input {
  margin-bottom: 20px;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--input > input {
  color: #C3C3C3;
  border-color: #E6E6E6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  width: 450px;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--input > input:focus {
  box-shadow: 0 0 5px #C3C3C3;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--preview {
  float: left;
  width: 100%;
  margin: 20px 0 15px;
  font-size: 36px;
  text-align: left;
  word-break: break-all;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--preview > div {
  font-size: 36px !important;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--preview > div > span {
  font-family: inherit;
  font-size: 36px !important;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--tab--type--change-font {
  color: #C3C3C3;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-sig-modal .m-sig-modal--tab--type .m-sig-modal--error {
  font-size: 12px;
  font-weight: 300;
  color: #E90000;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > p,
.m-sig-modal .m-sig-modal--tab--mobile .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--tab--mobile
  .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--sub-header {
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > p.with-left-margin,
.m-sig-modal .m-sig-modal--tab--mobile .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.with-left-margin.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.with-left-margin.m-feature-grid--header,
.m-sig-modal .m-sig-modal--tab--mobile
  .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.with-left-margin.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.with-left-margin.m-feature-grid--sub-header {
  margin-left: 20px;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > p .fixed-width,
.m-sig-modal .m-sig-modal--tab--mobile .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--header .fixed-width,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--header .fixed-width,
.m-sig-modal .m-sig-modal--tab--mobile
  .m-sign-mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--sub-header .fixed-width,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps > h5.m-feature-grid--sub-header .fixed-width {
  width: 150px;
  display: inline-block;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps .number {
  position: absolute;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps .indent {
  margin-left: 20px;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps .bold,
.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps .bold > a {
  font-weight: 600;
  color: black;
}

.m-sig-modal .m-sig-modal--tab--mobile .m-sig-modal--steps--step.upload-steps .m-sig-modal--tab--mobile--instructions {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  font-weight: 300;
  width: 100%;
}

.m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--steps--step {
  display: none;
  text-align: center;
}

.m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--details {
  margin: 5px;
}

.m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--details > p,
.m-sig-modal .m-sig-modal--tab--upload .m-sign-mobile .m-sig-modal--upload--details > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--details > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--tab--upload
    .m-sign-mobile .m-sig-modal--upload--details > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--details > h5.m-feature-grid--sub-header {
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}

.m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--progress {
  position: relative;
  top: 0;
  width: 90%;
}

.m-sig-modal .m-sig-modal--tab--upload .m-sig-modal--upload--form {
  margin: 30px 0 0 20px;
}

.m-sig-modal .m-sig-modal--tab--upload .m-button {
  font-size: 14px;
  font-weight: 400;
}

.m-sig-modal .m-sig-modal--tab--upload .m-button .m-button--icon {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-container {
  text-align: center;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--crop {
  background: #F7F8F9;
  border: solid 1px #E6E6E6;
  height: 122px;
  margin: 10px 0 20px 45px;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > p,
.m-sig-modal .m-sig-modal--edit-image .m-sign-mobile .m-sig-modal--edit-image--slider > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--edit-image
  .m-sign-mobile .m-sig-modal--edit-image--slider > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > h5.m-feature-grid--sub-header,
.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--rotate > p,
.m-sig-modal .m-sig-modal--edit-image .m-sign-mobile .m-sig-modal--edit-image--rotate > h5.m-feature-grid--header,
.m-sign-mobile
  .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--rotate > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--edit-image
  .m-sign-mobile .m-sig-modal--edit-image--rotate > h5.m-feature-grid--sub-header,
.m-sign-mobile
  .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--rotate > h5.m-feature-grid--sub-header {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: #808080;
  text-transform: uppercase;
  font-size: 10px;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider {
  float: left;
  width: 141px;
  margin-right: 30px;
  margin-left: 100px;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > div {
  float: left;
  height: 1px;
  border-radius: 0px;
  border-bottom: none;
  width: 140px;
  margin: 5px auto 0;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > div > a {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  margin-top: -3px;
  cursor: pointer;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > p,
.m-sig-modal .m-sig-modal--edit-image .m-sign-mobile .m-sig-modal--edit-image--slider > h5.m-feature-grid--header,
.m-sign-mobile .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > h5.m-feature-grid--header,
.m-sig-modal .m-sig-modal--edit-image
    .m-sign-mobile .m-sig-modal--edit-image--slider > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--slider > h5.m-feature-grid--sub-header {
  margin-top: 20px;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--rotate {
  float: left;
  width: 140px;
  text-align: center;
}

.m-sig-modal .m-sig-modal--edit-image .m-sig-modal--edit-image--rotate > a > img {
  width: 20px;
  height: 15px;
  margin-bottom: 1px;
}

.m-sig-modal .m-sig-modal--edit-image-loader {
  text-align: center;
  margin-top: 30px;
  margin-left: 40px;
  width: 410px;
}

.m-sig-modal .m-sig-modal--edit-image-loader img {
  width: 120px;
}

.m-sig-modal .m-sig-modal--edit-image-loader > .m-sig-modal--edit-image-loader--msg {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #808080;
  font-weight: 300;
}

.m-sig-modal .m-sig-modal--actions {
  width: 100%;
  height: 60px;
  background: #F7F8F9;
  position: absolute;
  bottom: 0;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action {
  float: left;
  width: 100%;
  height: 60px;
  display: none;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action .m-button {
  float: right;
  padding: 8px 10px;
  min-width: 80px;
  height: 30px;
  margin: 15px 30px;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action .m-sig-modal--action--btn-container {
  margin: 0 !important;
  padding: 0 !important;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action .m-sig-modal--action--link {
  float: right;
  line-height: 60px;
  font-size: 12px;
  color: #C3C3C3;
  margin-left: 20px;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action .m-sig-modal--action--link:hover {
  text-decoration: none;
  color: #000000;
}

.m-sig-modal .m-sig-modal--actions .m-sig-modal--action--statement {
  float: left;
  line-height: 60px;
  margin-left: 33.5px;
  font-size: 12px;
  color: #C3C3C3;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-sig-modal .m-sig-modal--error {
  margin-top: 25px;
}

/* -----  FANCYBOX OVERRIDES  ------------------- */

.m-fancybox-modal-overlay.is-hidden {
  display: none !important;
}

.m-fancybox-modal-overlay.signature-modal,
.m-fancybox-modal-overlay.settings-modal {
  background: #1A1A1A !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
}

.m-fancybox-modal-wrap.is-hidden {
  display: none !important;
}

.m-fancybox-modal-wrap.signature-modal {
  width: 793px !important;
  height: 425px !important;
}

.m-fancybox-modal-wrap.settings-modal {
  width: 593px !important;
  height: 353px !important;
}

.m-fancybox-modal-wrap.settings-modal.delete-account {
  width: 643px !important;
  height: 451px !important;
}

.m-fancybox-modal-wrap.settings-modal.delete-account.must-cancel {
  height: 283px !important;
}

.m-fancybox-modal-wrap.share-modal {
  width: 593px !important;
  height: 353px !important;
}

.m-fancybox-modal-wrap.standard-modal {
  width: 590px !important;
  height: 350px !important;
}

.m-fancybox-modal-wrap.team-edit-name {
  width: 443px !important;
  height: 248px !important;
}

.m-fancybox-modal-wrap.api-app-details {
  width: 628px !important;
  height: 540px !important;
}

.m-fancybox-modal-wrap.contact-import-completed {
  width: 603px !important;
  height: 649px !important;
}

.m-fancybox-modal-wrap.prepare-docs {
  width: 1220px !important;
}

.m-fancybox-modal-wrap.before-send {
  width: 563px !important;
  height: 481px !important;
}

.m-fancybox-modal-wrap.enable-oss {
  width: 620px !important;
  height: 653px !important;
}

.m-fancybox-modal-wrap.fax-purchase-conf {
  width: 460px !important;
  height: 250px !important;
}

.m-fancybox-modal-wrap.view-template-perms-for-template {
  width: 530px !important;
  height: 437px !important;
}

.m-fancybox-modal-wrap.view-template-perms-for-acct {
  width: 535px !important;
  height: 343px !important;
}

.m-fancybox-modal-wrap.ga-team-invite {
  width: 475px !important;
  height: 285px !important;
}

.m-fancybox-modal-wrap.invite-friends {
  width: 633px !important;
  height: 453px !important;
}

.m-fancybox-modal-wrap.template-reuse-warning {
  width: 410px !important;
  height: 270px !important;
}

.m-fancybox-modal-wrap.new-enterprise-seat,
.m-fancybox-modal-wrap.remove-enterprise-seat,
.m-fancybox-modal-wrap.invite-existing-account {
  width: 510px !important;
  height: 255px !important;
}

.m-fancybox-modal-wrap.remove-enterprise-member {
  width: 510px !important;
  height: 245px !important;
  padding: 0 !important;
}

.m-fancybox-modal-wrap.learn-more-highres {
  width: 507px !important;
  height: 400px !important;
}

.m-fancybox-modal-wrap.update-settings-modal {
  height: 490px !important;
}

.m-fancybox-modal-wrap.update-fax-settings-modal {
  height: 400px !important;
}

.m-fancybox-modal-outer {
  border: none !important;
}

.m-fancybox-modal-inner.is-hidden {
  display: none !important;
}

.m-fancybox-modal-inner.signature-modal {
  width: 750px !important;
  height: 385px !important;
}

.m-fancybox-modal-inner.update-settings-modal {
  height: 450px !important;
  width: 520px !important;
}

.m-fancybox-modal-inner.update-fax-settings-modal {
  height: 360px !important;
  width: 520px !important;
}

.m-fancybox-modal-inner.settings-modal {
  width: 550px !important;
  height: 310px !important;
}

.m-fancybox-modal-inner.settings-modal.delete-account {
  width: 600px !important;
  height: 410px !important;
}

.m-fancybox-modal-inner.settings-modal.delete-account.must-cancel {
  height: 240px !important;
}

.m-fancybox-modal-inner.share-modal {
  width: 550px !important;
  height: 310px !important;
}

.m-fancybox-modal-inner.standard-modal {
  width: 550px !important;
  height: 310px !important;
}

.m-fancybox-modal-inner.team-edit-name {
  width: 400px !important;
  height: 205px !important;
}

.m-fancybox-modal-inner.api-app-details {
  width: 585px !important;
  height: 497px !important;
}

.m-fancybox-modal-inner.contact-import-completed {
  width: 560px !important;
  height: 607px !important;
}

.m-fancybox-modal-inner.prepare-docs {
  height: 100% !important;
}

.m-fancybox-modal-inner.before-send {
  width: 523px !important;
  height: 438px !important;
}

.m-fancybox-modal-inner.enable-oss {
  width: 580px !important;
  height: 613px !important;
}

.m-fancybox-modal-inner.fax-purchase-conf {
  width: 415px !important;
  height: 195px !important;
}

.m-fancybox-modal-inner.view-template-perms-for-template {
  width: 490px !important;
  height: 398px !important;
}

.m-fancybox-modal-inner.view-template-perms-for-acct {
  width: 495px !important;
  height: 300px !important;
}

.m-fancybox-modal-inner.ga-team-invite {
  width: 415px !important;
  height: 225px !important;
}

.m-fancybox-modal-inner.invite-friends {
  width: 593px !important;
  height: 413px !important;
}

.m-fancybox-modal-inner.template-reuse-warning {
  width: 370px !important;
  height: 230px !important;
}

.m-fancybox-modal-inner.template-reuse-warning .l-new-modal--close {
  display: none;
}

.m-fancybox-modal-inner.new-enterprise-seat,
.m-fancybox-modal-inner.remove-enterprise-seat,
.m-fancybox-modal-inner.invite-existing-account {
  top: 0 !important;
  left: 0 !important;
  width: 470px !important;
  height: 215px !important;
}

.m-fancybox-modal-inner.new-enterprise-seat .l-new-modal--content > p,
.m-fancybox-modal-inner.new-enterprise-seat .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--header,
.m-sign-mobile .m-fancybox-modal-inner.new-enterprise-seat .l-new-modal--content > h5.m-feature-grid--header,
.m-fancybox-modal-inner.new-enterprise-seat
  .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-fancybox-modal-inner.new-enterprise-seat .l-new-modal--content > h5.m-feature-grid--sub-header,
.m-fancybox-modal-inner.remove-enterprise-seat .l-new-modal--content > p,
.m-fancybox-modal-inner.remove-enterprise-seat .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--header,
.m-sign-mobile .m-fancybox-modal-inner.remove-enterprise-seat .l-new-modal--content > h5.m-feature-grid--header,
.m-fancybox-modal-inner.remove-enterprise-seat
  .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-fancybox-modal-inner.remove-enterprise-seat .l-new-modal--content > h5.m-feature-grid--sub-header,
.m-fancybox-modal-inner.invite-existing-account .l-new-modal--content > p,
.m-fancybox-modal-inner.invite-existing-account .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--header,
.m-sign-mobile .m-fancybox-modal-inner.invite-existing-account .l-new-modal--content > h5.m-feature-grid--header,
.m-fancybox-modal-inner.invite-existing-account
  .m-sign-mobile .l-new-modal--content > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-fancybox-modal-inner.invite-existing-account .l-new-modal--content > h5.m-feature-grid--sub-header {
  float: left;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  margin-bottom: 5px;
}

.m-fancybox-modal-inner.remove-enterprise-member {
  top: 0 !important;
  left: 0 !important;
  width: 510px !important;
  height: 245px !important;
}

/* -----  EDITOR-SPECIFIC OVERRIDES  ------------ */

.l-editor .m-sig-modal--container {
  position: absolute;
  top: 15%;
  z-index: 9999;
  width: 100%;
}

.l-editor .m-sig-modal--wrapper {
  width: 750px;
  margin: 0 auto;
}

.l-editor .m-sig-modal--area {
  background: #FFFFFF;
}

.l-editor .m-sig-modal--right-container {
  width: 575px;
}

.l-editor .m-sig-modal--right-wrapper {
  height: 385px;
}

.l-editor .m-sig-modal--right-wrapper .m-sig-modal--action {
  margin-top: 0;
}

.l-editor .m-sig-modal--tab--draw .m-sig-modal--canvas {
  left: initial;
  width: 459px;
}

.l-editor.sign-layout .m-sig-modal--canvas--img {
  left: 314px;
  width: 459px;
  height: 143px;
}

.l-editor .signing-arrow {
  height: 50px;
  display: block;
  visibility: hidden;
}

.l-editor .signing-arrow > a {
  left: -15px;
  top: -1px;
}

.l-editor .sign_instructions > p,
.l-editor .m-sign-mobile .sign_instructions > h5.m-feature-grid--header,
.m-sign-mobile .l-editor .sign_instructions > h5.m-feature-grid--header,
.l-editor
.m-sign-mobile .sign_instructions > h5.m-feature-grid--sub-header,
.m-sign-mobile .l-editor .sign_instructions > h5.m-feature-grid--sub-header {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
}

.l-editor #progress-actions > a {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.l-editor #progress-text {
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.05em;
}

.l-editor #document_name {
  color: #FFFFFF;
}

.l-editor #sign_footer .footer_content > p,
.l-editor #sign_footer .m-sign-mobile .footer_content > h5.m-feature-grid--header,
.m-sign-mobile .l-editor #sign_footer .footer_content > h5.m-feature-grid--header,
.l-editor #sign_footer
.m-sign-mobile .footer_content > h5.m-feature-grid--sub-header,
.m-sign-mobile .l-editor #sign_footer .footer_content > h5.m-feature-grid--sub-header {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-weight: 300;
  font-size: 13px;
}

.l-editor #sign_footer .footer_content > p.footer_de_DE,
.l-editor #sign_footer .m-sign-mobile .footer_content > h5.footer_de_DE.m-feature-grid--header,
.m-sign-mobile .l-editor #sign_footer .footer_content > h5.footer_de_DE.m-feature-grid--header,
.l-editor #sign_footer
  .m-sign-mobile .footer_content > h5.footer_de_DE.m-feature-grid--sub-header,
.m-sign-mobile .l-editor #sign_footer .footer_content > h5.footer_de_DE.m-feature-grid--sub-header {
  font-size: 12px;
  width: 675px;
  margin-top: 0px;
}

.l-editor #global_error {
  font-size: 14px;
  font-weight: 300;
  padding-top: 10px;
  color: #E90000;
  top: -55px;
}

.l-editor #saveButton {
  float: right;
  margin: 0;
  position: relative;
  top: -3px;
}

.l-editor.choose-signer-page .form_type_response_sig,
.l-editor.choose-signer-page .form_type_response_sig .outer_doc_container {
  border: none;
  background: #FFFFFF !important;
}

.l-editor.choose-signer-page .instruction_bar_container .instructions {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.l-editor.choose-signer-page .instruction_bar_container .instructions > span {
  font-weight: 400;
  color: #A0A0A0;
}

.l-editor.choose-signer-page .control_bar_container {
  border: none;
}

.l-editor.choose-signer-page #inner_doc_container {
  margin-left: 0 !important;
  min-height: inherit !important;
}

.l-editor.choose-signer-page #inner_doc_container .instructions_plate {
  float: left;
  width: 100%;
  background: none;
  margin-left: 0;
  padding-left: 0;
}

.l-editor.choose-signer-page #inner_doc_container .signer_choice {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.l-editor.choose-signer-page #inner_doc_container .signer_choice .signer_choice_radio {
  margin: 0 0 0 1px !important;
  position: relative;
  top: -2px;
}

.l-editor.choose-signer-page #inner_doc_container .signer_choice > label {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.l-editor.choose-signer-page #continueButton {
  float: left;
}

.l-editor.choose-signer-page #continueButton > button {
  margin-left: 0;
}

/* -----  IE FIXES  ------------ */

.ie10 .uploader_container .upload_files_button > input[type="file"] {
  height: 55px !important;
}

.ie9 .uploader_container .upload_files_button > .m-button {
  margin-top: 21px !important;
}

.ie9 .uploader_container .upload_files_button > input[type="file"] {
  height: 55px !important;
}

/* -----  ONBOARDING LAYOUT (slight changes from IN-APP)  ---------------- */

.l-app--onboarding .l-app--container .l-app--content {
  float: left;
  max-width: inherit;
  width: 100%;
}

.l-app--onboarding .l-app--onboarding--navlink {
  color: #BFBFBF;
  font-size: 12px;
  padding-left: 15px;
}

.l-app--onboarding .l-app--onboarding--testimonial {
  padding-left: 45px;
  padding-top: 10px;
  border-left: solid 1px #E6E6E6;
}

.l-app--onboarding .l-app--onboarding--testimonial li {
  margin-bottom: 25px;
}

.m-onboarding-page .m-onboarding-page--text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 60px;
  margin-bottom: 30px;
}

.m-onboarding-page .m-onboarding-page--larger-text {
  font-size: 24px;
}

.m-onboarding-page .m-onboarding-page--navlinks a:first-child {
  margin-left: 0px;
}

.m-message-page .m-message-page--title {
  font-size: 30px;
  font-weight: 200;
  color: #4E4E4E;
  margin-bottom: 15px;
}

.m-message-page .m-message-page--section {
  margin-bottom: 15px;
}

.m-message-page .m-message-page--section .m-message-page--section--title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.m-message-page .m-message-page--section > p,
.m-message-page .m-sign-mobile .m-message-page--section > h5.m-feature-grid--header,
.m-sign-mobile .m-message-page .m-message-page--section > h5.m-feature-grid--header,
.m-message-page
  .m-sign-mobile .m-message-page--section > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-message-page .m-message-page--section > h5.m-feature-grid--sub-header {
  color: #808080;
  font-size: 14px;
}

.m-message-page .m-message-page--cta-button > button {
  margin-left: 0;
}

.m-getting-started-page .m-getting-started-page--title {
  font-size: 30px;
  font-weight: 200;
  color: #4E4E4E;
  margin-bottom: 15px;
}

.m-getting-started-page .m-getting-started-page--number {
  float: left;
  width: 21px;
  font-size: 24px;
  margin-right: 5px;
  color: #4E4E4E;
}

.m-getting-started-page .m-getting-started-page--item {
  font-size: 24px;
}

.m-getting-started-page .m-getting-started-page--description {
  margin-left: 27px;
  font-size: 15px;
}

.m-settings .error {
  color: #C9252C;
  font-weight: 400;
}

.m-settings .is-hidden {
  display: none;
}

.m-settings .m-tooltip .m-tooltip--bubble--content {
  font-size: 11px !important;
}

.m-settings .plural {
  display: none;
}

.m-settings .is-plural .plural {
  display: initial;
}

.m-settings .m-button {
  margin: 0;
}

.m-settings .m-button.with-icon {
  padding: 10px 15px 8px;
}

.m-settings .m-button.with-icon .m-button--icon {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.m-settings .m-button.with-icon .l-nowrap > span {
  position: relative;
  top: -3px;
}

.m-settings .m-settings--error {
  color: #C9252C;
  clear: both;
  font-weight: 400;
  font-size: 12px;
  padding-top: 8px;
}

.m-settings .m-settings--nav {
  float: left;
  width: 100%;
}

.m-settings .m-settings--nav .m-settings--nav--tab {
  float: left;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-right: 85px;
  cursor: pointer;
  color: #4E4E4E;
  font-weight: 300;
}

.m-settings .m-settings--nav .m-settings--nav--tab:hover {
  color: #000000;
}

.m-settings .m-settings--nav .m-settings--nav--tab.is-active {
  color: #4E4E4E;
  font-weight: 600;
}

.m-settings .m-settings--nav .m-settings--nav--tabs {
  text-align: left;
  margin: 0;
}

.m-settings .m-settings--nav .m-settings--nav--tabs.is-compact .m-settings--nav--tab {
  margin-right: 85px;
}

.m-settings .m-settings--content .m-settings--content--tab {
  float: left;
  width: 100%;
}

.m-settings .m-settings--content .m-settings--content--tab.with-premium-cta .m-settings--row--content {
  width: 450px;
}

.m-settings .m-settings--section {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 35px;
  border-top: solid 1px #E6E6E6;
}

.m-settings .m-settings--section .m-settings--section--header {
  float: left;
  color: #C3C3C3;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  width: 100%;
}

.m-settings .m-settings--section .m-settings--section--header .m-settings--section--header--text {
  float: left;
  margin-right: 20px;
  line-height: 34px;
}

.m-settings .m-settings--section .m-settings--section--header .m-settings--section--header--button {
  float: right;
  margin-left: 10px;
}

.m-settings .m-settings--section.no-separator {
  border-top: solid 1px transparent;
}

.m-settings .m-settings--section.no-margin {
  margin-top: 0;
}

.m-settings .m-settings--section.no-padding {
  padding-top: 0;
}

.m-settings .m-settings--section.is-api .m-button {
  min-width: 100px;
}

.m-settings .m-settings--row {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  min-height: 50px;
}

.m-settings .m-settings--row .m-settings--row--title {
  float: left;
  width: 250px;
  font-size: 14px;
  font-weight: 500;
  color: #4E4E4E;
  max-width: 205px;
  margin-right: 45px;
}

.m-settings .m-settings--row .m-settings--row--title--btn {
  float: left;
  margin-left: 10px;
}

.m-settings .m-settings--row .m-settings--row--title--btn > button {
  min-width: 50px;
  padding: 2px 5px 1px;
  font-size: 10px;
}

.m-settings .m-settings--row .m-settings--row--error {
  display: none;
  font-weight: 400;
  font-size: 12px;
  color: #C9252C;
}

.m-settings .m-settings--row.ext-serv .m-settings--row--title {
  width: 700px;
  max-width: 700px;
  margin-right: 0;
  color: #4E4E4E;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

.m-settings .m-settings--row.ext-serv .m-settings--row--title > p,
.m-settings .m-settings--row.ext-serv .m-sign-mobile .m-settings--row--title > h5.m-feature-grid--header,
.m-sign-mobile .m-settings .m-settings--row.ext-serv .m-settings--row--title > h5.m-feature-grid--header,
.m-settings .m-settings--row.ext-serv
    .m-sign-mobile .m-settings--row--title > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-settings .m-settings--row.ext-serv .m-settings--row--title > h5.m-feature-grid--sub-header {
  margin-top: 5px;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4em;
}

.m-settings .m-settings--row.ext-serv .m-settings--row--cta {
  float: right;
  width: 200px;
  text-align: right;
  padding-right: 120px;
}

.m-settings .m-settings--row .m-settings--row--content {
  float: left;
  width: 650px;
  font-size: 14px;
}

.m-settings .m-settings--row .m-button {
  padding: 8px 10px 8px 10px;
  min-width: 100px;
}

.m-settings .m-settings--row .m-settings--row--text {
  float: left;
  width: 100%;
  color: #808080;
  font-size: 12px;
  line-height: 1.4em;
  clear: both;
}

.m-settings .m-settings--row .m-settings--row--sub-action {
  float: left;
  font-size: 12px;
  margin-top: 5px;
}

.m-settings .m-settings--row .m-settings--row--text-field > input {
  float: left;
  color: #A0A0A0;
  border-color: #CECECE;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  width: 350px;
  box-shadow: none;
  padding-left: 10px;
  margin-bottom: 5px;
}

.m-settings .m-settings--row .m-settings--row--text-field > textarea {
  width: 350px;
  color: #A0A0A0;
  border: solid 1px #CECECE;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.short-field {
  float: left;
  width: 175px;
  margin-right: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.short-field > input {
  width: 170px;
}

.m-settings .m-settings--row .m-settings--row--text-field.password-change-input > label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
}

.m-settings .m-settings--row .m-settings--row--text-field.password-change-input .is-required {
  color: #C9252C;
}

.m-settings .m-settings--row .m-settings--row--text-field.password-change-input > input {
  margin-top: 5px;
  margin-bottom: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.email-change-input > label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #808080;
}

.m-settings .m-settings--row .m-settings--row--text-field.email-change-input .is-required {
  color: #C9252C;
}

.m-settings .m-settings--row .m-settings--row--text-field.email-change-input > input {
  margin-top: 5px;
  margin-bottom: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.two-fa #verify2faButton {
  float: left;
  margin-left: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.two-fa #verify2faButton > button {
  padding: 11px 10px 9px 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field.two-fa > input {
  float: left;
  width: 300px;
}

.m-settings .m-settings--row .m-settings--row--text-field.two-fa > a {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-settings .m-settings--row .m-settings--row--text-field > label.error {
  color: #C9252C !important;
}

.m-settings .m-settings--row .m-settings--row--select-field > select {
  color: #A0A0A0;
  border-color: #E6E6E6;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0px;
  width: 350px;
  height: 38px;
  margin-bottom: 0;
  outline: none;
}

.m-settings .m-settings--row .m-settings--row--checkbox {
  float: left;
  width: 100%;
}

.m-settings .m-settings--row .m-settings--row--checkbox > input {
  float: left;
  height: 12px;
  margin-top: 2px;
}

.m-settings .m-settings--row .m-settings--row--checkbox > label {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #808080;
}

.m-settings .m-settings--row .m-settings--row--checkbox .m-settings--row--sub-action {
  margin-top: 0;
  margin-left: 30px;
  line-height: 18px;
}

.m-settings .m-settings--row .m-settings--premium-cta {
  float: right;
  width: 200px;
  text-align: right;
}

.m-settings .m-settings--row .m-settings--premium-cta > a {
  font-size: 12px;
  font-weight: 400;
}

.m-settings .m-settings--row .m-settings--row--lock {
  float: right;
}

.m-settings .m-settings--row .m-settings--row--lock > input {
  margin: 0;
  position: relative;
  top: -1px;
}

.m-settings .m-settings--row .m-settings--row--lock > label {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-left: 0;
}

.m-settings .m-settings--row.is-locked .m-settings--row--content {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.m-settings .m-settings--row.is-locked .m-button {
  background-color: #A0A0A0;
  color: #FFFFFF;
}

.m-settings .m-settings--row.billing-info .m-settings--row--title > span,
.m-settings .m-settings--row.invoices .m-settings--row--title > span,
.m-settings .m-settings--row.subscription .m-settings--row--title > span {
  float: left;
  line-height: 18px;
}

.m-settings .m-settings--row.billing-info .m-settings--row--text-field,
.m-settings .m-settings--row.billing-info .m-settings--row--text-field > div,
.m-settings .m-settings--row.invoices .m-settings--row--text-field,
.m-settings .m-settings--row.invoices .m-settings--row--text-field > div,
.m-settings .m-settings--row.subscription .m-settings--row--text-field,
.m-settings .m-settings--row.subscription .m-settings--row--text-field > div {
  font-size: 14px;
  font-weight: 300;
}

.m-settings .m-settings--row.billing-info .m-settings--row--text-field > div,
.m-settings .m-settings--row.invoices .m-settings--row--text-field > div,
.m-settings .m-settings--row.subscription .m-settings--row--text-field > div {
  margin-bottom: 5px;
}

.m-settings .m-settings--row.billing-info .m-settings--billing--view-plans-link,
.m-settings .m-settings--row.invoices .m-settings--billing--view-plans-link,
.m-settings .m-settings--row.subscription .m-settings--billing--view-plans-link {
  margin-right: 20px;
}

.m-settings .m-settings--row.billing-info .m-settings--billing--cancel-link,
.m-settings .m-settings--row.invoices .m-settings--billing--cancel-link,
.m-settings .m-settings--row.subscription .m-settings--billing--cancel-link {
  margin-right: 20px;
}

.m-settings .m-settings--row.two-fa .active {
  display: none;
}

.m-settings .m-settings--row.two-fa.is-active .active {
  display: inline;
}

.m-settings .m-settings--row.two-fa.is-active .inactive {
  display: none;
}

.m-settings .m-settings--row.invitation .m-settings--team-invite-response {
  float: left;
  margin-right: 20px;
}

.m-settings .m-settings--action {
  text-align: right;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.m-settings .m-settings--action--save-btn > button {
  width: 80px;
  min-width: 80px;
}

.m-settings .m-settings--api--dashboard {
  margin-top: 40px;
}

.m-settings .m-settings--api--dashboard .m-settings--api--dashboard--text {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.m-settings .m-settings--api--dashboard .m-settings--api--dashboard--text > h2 {
  font-size: 16px;
  font-weight: 800;
}

.m-settings .m-settings--api--dashboard .m-settings--api--dashboard--text > div {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.m-settings .m-settings--api--dashboard .m-settings--api--dashboard--text .m-settings--api--dashboard--button {
  float: right;
}

.m-settings .m-settings--api--key--container {
  display: none;
  margin-left: 10px;
}

.m-settings .m-settings--api--key--value {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.025em;
  color: #4E4E4E;
  margin-bottom: 40px;
}

.m-settings .m-settings--api--key--value > h2,
.m-settings .m-settings--api--key--value > div {
  font-size: 14px;
  font-weight: 300;
}

.m-settings .m-settings--api--key--value .m-settings--api--key--renew {
  float: right;
  padding-right: 120px;
}

.m-settings .m-settings--api--account-callback .m-settings--row--title {
  width: 170px;
  margin-right: 0;
}

.m-settings .m-settings--api--account-callback .m-settings--row--text-field > input {
  float: left;
  margin-right: 20px;
}

.m-settings .m-settings--api--account-callback .m-settings--row--text-field .m-settings--test-callback-btn {
  float: left;
}

.m-settings .m-settings--api--account-callback .m-settings--row--text-field .m-settings--test-callback-btn > button {
  padding: 11px 10px 9px 10px;
}

.m-settings .m-settings--api--account-callback .m-settings--row--text {
  float: left;
  width: 50%;
}

.m-settings .m-settings--api--apps .m-settings--api--apps--row {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.m-settings .m-settings--api--apps .m-settings--api--apps--row > h2 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.m-settings .m-settings--api--apps .m-settings--api--apps--row--properties {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 10px;
}

.m-settings .m-settings--api--apps .m-settings--api--apps--row--properties > b {
  font-weight: 400;
}

.m-settings .m-settings--api--apps .m-button {
  float: right;
  margin-left: 10px;
  position: relative;
  top: -10px;
}

.m-settings .m-settings--upload-btn {
  float: left;
  margin-bottom: 10px;
}

.m-settings #upgradeButton {
  margin-bottom: 10px;
}

.m-settings .m-settings--logo-form--selected-file-name {
  float: left;
  width: 320px;
  height: 32px;
  line-height: 32px;
  padding-left: 20px;
}

.m-settings .m-settings--logo-holder {
  float: left;
}

.m-settings .m-settings--remove-logo {
  float: left;
  margin-left: 20px;
  line-height: 75px;
}

.m-settings--cancel .m-settings--cancel--api-option {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.m-settings--cancel .m-settings--cancel--api-option > input {
  float: left;
  height: 12px;
  margin-top: 2px;
}

.m-settings--cancel .m-settings--cancel--api-option > label {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #808080;
}

.m-settings--cancel .m-settings--cancel--title {
  font-size: 22px;
  font-weight: 300;
  color: #4E4E4E;
  margin-bottom: 20px;
}

.m-settings--cancel .m-settings--cancel--description {
  font-size: 15px;
}

.m-settings--cancel .m-settings--cancel--reason > label {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

.m-settings--cancel .m-settings--cancel--reason > textarea {
  float: left;
  width: 500px;
  color: #4E4E4E;
  border: solid 1px #E6E6E6;
  border-radius: 0px;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-settings--cancel .m-settings--cancel--reason .m-settings--cancel--error {
  float: left;
  width: 100%;
  color: #C9252C;
  margin-bottom: 10px;
}

.m-settings--cancel .m-settings--cancel--reason .m-settings--cancel--error > ul {
  margin-left: 0;
}

.m-settings--cancel .m-settings--cancel--reason .m-settings--cancel--error > ul > li {
  font-size: 12px;
  font-weight: 300;
}

.m-settings--cancel .m-settings--cancel--warning {
  float: left;
  width: 80%;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.m-settings--cancel .m-settings--cancel--actions {
  margin-top: 30px;
}

.m-settings--cancel .m-settings--cancel--actions > div {
  float: left;
  margin: 0 20px 0 0;
}

.m-settings--cancel .m-settings--cancel--actions .m-button {
  margin-left: 0;
  padding: 7px 10px 6px;
}

.m-settings--cancel .m-settings--cancel--reminder {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.m-settings--cancel .m-settings--cancel--reminder .m-settings--cancel--reminder--title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.m-settings--cancel .m-settings--cancel--reminder > ul {
  list-style-type: disc;
  list-style-position: inside;
}

.m-settings--cancel .m-settings--cancel--reminder > ul > li {
  font-size: 14px;
}

.m-settings--invite-friends .m-settings--invite-friends--close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-settings--invite-friends .m-settings--invite-friends--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-settings--invite-friends .m-settings--invite-friends--p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.m-settings--invite-friends .m-settings--invite-friends--title {
  font-weight: 400;
}

.m-settings--invite-friends .m-settings--invite-friends--sub-title {
  margin-bottom: 5px;
}

.m-settings--invite-friends .m-settings--invite-friends--intro {
  font-size: 14px;
  margin: 10px 0 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
}

.m-settings--invite-friends .m-settings--invite-friends--text {
  box-shadow: none;
  border: solid 1px #E6E6E6;
  padding: 10px;
  min-height: 75px;
}

.m-settings--invite-friends .m-settings--invite-friends--actions {
  float: left;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  background: #F7F8F9;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}

.m-settings--invite-friends .m-settings--invite-friends--actions .m-button {
  padding: 10px 10px 8px;
  min-width: 100px;
  margin-top: 13px;
  margin-right: 20px;
}

.m-settings--contact-import {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10%;
}

.m-settings--contact-import.first-step {
  margin-top: 0;
  text-align: left;
}

.m-settings--contact-import .m-settings--contact-import--title {
  float: left;
  width: 100%;
  margin: 25px 0 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.m-settings--contact-import .m-settings--contact-import--btn-close {
  margin-top: 35px;
  display: inline-block;
}

.m-settings--contact-import .m-settings--contact-import--sub-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 75px;
}

.m-settings--contact-import .m-settings--contact-import--close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-settings--contact-import .m-settings--contact-import--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-settings--contact-import .m-settings--contact-import--source-list {
  padding: 0 75px;
}

.m-settings--contact-import .m-settings--contact-import--source {
  float: left;
  width: 200px;
}

.m-settings--contact-import .m-settings--contact-import--source > input {
  float: left;
  margin: 20px 20px 0 0;
}

.m-settings--contact-import .m-settings--contact-import--source > img {
  float: left;
  width: 150px;
  cursor: pointer;
}

.m-settings--contact-import .m-settings--contact-import--actions {
  float: left;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  background: #F7F8F9;
  position: absolute;
  top: 236px;
  left: 0px;
  text-align: right;
}

.m-settings--contact-import .m-settings--contact-import--actions .m-button {
  padding: 8px 5px 6px 5px;
  width: 100px;
  min-width: 100px;
  margin-top: 9px;
  margin-right: 20px;
}

.m-settings--contact-import .m-settings--contact-import--error {
  float: left;
  width: 100%;
  padding: 0 75px;
  margin-top: 10px;
  color: red;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-settings--contact-import .m-settings--contact-import--text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  float: left;
  width: 100%;
  text-align: center;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--title {
  margin-bottom: 10px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--text {
  margin: 10px 0px 20px;
  padding: 0 20px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--list {
  max-height: 200px;
  float: left;
  width: 510px;
  overflow-y: scroll;
  border: solid 1px #E6E6E6;
  padding: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--list .contact > label {
  font-size: 14px;
  font-weight: 300;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--message {
  float: left;
  margin-top: 20px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--message .m-settings--contact-import--contacts-form--message--title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--message .m-settings--contact-import--contacts-form--message--text {
  width: 510px;
  height: 103px;
  font-size: 14px;
  font-weight: 300;
  padding: 15px;
  border: solid 1px #E6E6E6;
  border-radius: 0;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 10px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--controls {
  float: left;
  font-size: 13px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--controls > a {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #4E4E4E;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--controls > a:hover {
  text-decoration: none;
  color: #000000;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--actions {
  float: left;
  width: 100%;
  background-color: #F7F8F9;
  padding: 10px 20px;
  margin-top: 25px;
}

.m-settings--contact-import .m-settings--contact-import--step.completed .m-settings--contact-import--contacts-form--actions .m-settings--contact-import--contacts-form--invite-btn {
  float: right;
}

.m-settings--delete-account {
  float: left;
  width: 100%;
  height: 350px;
}

.m-settings--delete-account .m-settings--delete-account--title {
  float: left;
  width: 100%;
  margin: 40px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.m-settings--delete-account .m-settings--delete-account--close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-settings--delete-account .m-settings--delete-account--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-settings--delete-account .m-settings--delete-account--text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0 50px;
}

.m-settings--delete-account .m-settings--delete-account--list {
  margin: 0 0 0 15px;
  padding: 0 50px;
  font-size: 12px;
  list-style-type: disc;
  list-style-position: outside;
}

.m-settings--delete-account .m-settings--delete-account--input {
  padding: 0 50px;
}

.m-settings--delete-account .m-settings--delete-account--input .m-settings--delete-account--text {
  padding: 0;
}

.m-settings--delete-account .m-settings--delete-account--input > input {
  color: #A0A0A0;
  border-color: #E6E6E6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  width: 350px;
}

.m-settings--delete-account .m-settings--delete-account--input > input:focus {
  box-shadow: 0 0 5px #C3C3C3;
}

.m-settings--delete-account .m-settings--delete-account--actions {
  float: left;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  background: #F7F8F9;
  position: absolute;
  top: 156px;
  left: 0px;
  text-align: right;
}

.m-settings--delete-account .m-settings--delete-account--actions.delete-account {
  top: 326px;
}

.m-settings--delete-account .m-settings--delete-account--actions .m-button {
  padding: 8px 5px 6px 5px;
  width: 270px;
  min-width: 100px;
  margin-top: 14px;
  margin-right: 20px;
}

.m-settings--delete-account .m-settings--delete-account--error {
  float: left;
  width: 100%;
  padding: 0 50px;
  margin-top: 10px;
  color: red;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-settings--team--edit-name {
  width: 400px;
}

.m-settings--team--edit-name > form {
  padding: 0 30px;
}

.m-settings--team--edit-name .m-settings--team--edit-name--title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-settings--team--edit-name .m-settings--team--edit-name--input {
  color: #A0A0A0;
  border-color: #E6E6E6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  width: 350px;
}

.m-settings--team--edit-name .m-settings--team--edit-name--input:focus {
  box-shadow: 0 0 5px #C3C3C3;
}

.m-settings--team--edit-name .m-settings--team--edit-name--error {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #C9252C;
  visibility: hidden;
}

.m-settings--team--edit-name .m-settings--team--edit-name--error.is-visible {
  visibility: visible;
}

.m-settings--team--edit-name .m-settings--team--edit-name--actions {
  background: #F7F8F9;
  text-align: right;
  position: relative;
  top: 11px;
  left: -30px;
  float: left;
  width: 401px;
  height: 50px;
}

.m-settings--team--edit-name .m-settings--team--edit-name--actions .m-button {
  padding: 5px 0;
  width: 100px;
  min-width: 100px;
  margin-right: 25px;
  margin-top: 12px;
}

.m-settings--team--edit-name .m-settings--team--edit-name--close {
  position: absolute;
  top: 0;
  left: 370px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-settings--team--edit-name .m-settings--team--edit-name--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-settings--2fa--verify .m-settings--2fa--verify--title {
  font-size: 14px;
  margin-bottom: 10px;
}

.m-settings--2fa--verify .m-settings--2fa--verify--input-container {
  margin-bottom: 20px;
}

.m-settings--2fa--verify .m-settings--2fa--verify--input-container > input {
  float: left;
  width: 300px;
  margin-right: 20px;
  color: #A0A0A0;
  border-color: #E6E6E6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  box-shadow: none;
}

.m-settings--2fa--verify .m-settings--2fa--verify--input-container > input:focus {
  border-color: #A0A0A0;
}

.m-settings--2fa--verify .m-settings--2fa--verify--input-container .m-button {
  padding: 11px 20px 9px 20px;
}

.m-settings--2fa--verify .m-settings--2fa--verify--error {
  font-size: 12px;
  color: #C9252C;
}

.m-settings--2fa--recovery .m-settings--2fa--recovery--title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.m-settings--2fa--recovery .m-settings--2fa--recovery--instructions {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.m-settings--2fa--recovery .m-settings--2fa--recovery--code {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}

.m-settings--2fa--recovery .m-settings--2fa--recovery--actions {
  margin-top: 20px;
  text-align: right;
}

.m-settings--callback-report {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.m-settings--callback-report .m-settings--callback-report--title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.m-settings--callback-report .m-settings--callback-report--message {
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 18px;
  color: #4E4E4E;
  border: solid 1px #E6E6E6;
  padding: 20px;
  overflow: auto;
}

.m-settings--callback-report .m-settings--callback-report--spinner {
  padding-left: 0;
  font-size: 14px;
  margin-top: 10px;
}

.m-settings--callback-report .m-settings--callback-report--response {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.m-settings--callback-report .m-settings--callback-report--response .error {
  color: #C9252C;
}

.m-settings--callback-report .m-settings--callback-report--response > p,
.m-settings--callback-report .m-sign-mobile .m-settings--callback-report--response > h5.m-feature-grid--header,
.m-sign-mobile .m-settings--callback-report .m-settings--callback-report--response > h5.m-feature-grid--header,
.m-settings--callback-report
    .m-sign-mobile .m-settings--callback-report--response > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-settings--callback-report .m-settings--callback-report--response > h5.m-feature-grid--sub-header {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.m-settings--callback-report .m-settings--callback-report--success {
  color: #A2BF00;
}

.m-settings--callback-report .m-settings--callback-report--failed {
  color: #C9252C;
}

.m-settings--api-app-form .m-settings--api-app-form--title {
  font-size: 22px;
  font-weight: 400;
  color: #4E4E4E;
  margin-bottom: 0;
}

.m-settings--api-app-form .m-settings--row--checkbox > input {
  margin: 2px 0 0 0;
}

.m-settings--api-app-form .m-settings--row--checkbox > label {
  font-weight: 300;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0.05em;
}

.m-settings--api-app-form .m-settings--api-app-form--evt-callback {
  float: left;
  width: 400px !important;
}

.m-settings--api-app-form .m-settings--api-app-form--test-btn {
  float: left;
  margin-left: 20px;
}

.m-settings--api-app-form .m-settings--api-app-form--test-btn .m-button {
  min-width: 80px;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth {
  display: none;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth .m-settings--row--title {
  float: none;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth .m-settings--row--content {
  float: none;
}

.m-settings--api-app-form .m-settings--api-app-form--upgrade-link {
  line-height: 36px;
  margin-left: 20px;
}

.m-settings--api-app-form .m-settings--row.custom-logo .m-settings--logo-form--selected-file-name {
  display: none;
  line-height: 36px;
  height: 36px;
}

.m-settings--api-app-form .m-settings--row.custom-logo .m-settings--row--text {
  width: 80%;
}

.m-settings--api-app-form .m-settings--row.custom-logo .m-settings--upload-btn > button {
  padding: 10px 10px 8px 10px;
}

.m-settings--api-app-form .m-settings--row.custom-logo .m-settings--upload-btn.is-locked > button {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #A0A0A0;
  color: #FFFFFF;
}

.m-settings--api-app-form .m-settings--row.custom-logo.has-logo .m-settings--logo-form--selected-file-name {
  display: inline;
}

.m-settings--api-app-form .m-settings--row.custom-logo.has-logo .m-settings--api-app-form--upgrade-link {
  display: none;
}

.m-settings--api-app-form .m-settings--api-app-form--error,
.m-settings--api-app-form .m-settings--api-app-form--warning {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #C9252C;
}

.m-settings--api-app-form .m-settings--api-app-form--warning {
  display: none;
}

.m-settings--api-app-form .m-settings--api-app-form--actions {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.m-settings--api-app-form .m-settings--api-app-form--actions > div {
  float: left;
  margin-right: 20px;
}

.m-settings--api-app-form .m-settings--api-app-form--actions--warning {
  margin-bottom: 20px;
  color: #C3C3C3;
  font-size: 14px;
  font-weight: 300;
  clear: both;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--callback > input {
  color: #A0A0A0;
  border-color: #E6E6E6;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 300;
  height: 38px;
  width: 350px;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--callback > input:focus {
  box-shadow: 0 0 5px #C3C3C3;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--billing label {
  font-size: 12px;
  font-weight: 300;
  color: #A0A0A0;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > p,
.m-settings--api-app-form .m-sign-mobile .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--header,
.m-sign-mobile .m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--header,
.m-settings--api-app-form
.m-sign-mobile .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--sub-header {
  font-size: 14px;
  font-weight: 300;
  color: #A0A0A0;
  margin-bottom: 5px;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > p > a,
.m-settings--api-app-form .m-sign-mobile .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--header > a,
.m-sign-mobile .m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--header > a,
.m-settings--api-app-form
.m-sign-mobile .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--sub-header > a,
.m-sign-mobile .m-settings--api-app-form .m-settings--api-app-form--oauth--scopes > h5.m-feature-grid--sub-header > a {
  font-size: 12px;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes--list {
  margin-bottom: 10px;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes--list > div > label {
  font-size: 12px;
  font-weight: 300;
  color: #A0A0A0;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes--list > div > label.disabled {
  color: #E6E6E6;
  cursor: default;
}

.m-settings--api-app-form .m-settings--api-app-form--oauth--scopes--list > div > input {
  margin-bottom: 5px;
}

.m-settings--api-app-form .m-settings--api-app-form--name > input {
  float: left;
  margin-bottom: 10px;
}

.m-settings--api-app-form .m-settings--api-app-form--name > span {
  float: left;
  margin-left: 20px;
  line-height: 38px;
}

.m-settings--api-app-form .m-settings--api-app-form--name.ok > span {
  color: #A2BF00;
}

.m-settings--api-app-form .m-settings--api-app-form--name.err > span {
  color: #C9252C;
}

.m-settings--api-app-details {
  padding: 20px;
  width: 570px;
}

.m-settings--api-app-details .m-settings--api-app-details--title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.m-settings--api-app-details .m-settings--api-app-details--section {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.m-settings--api-app-details .m-settings--api-app-details--section > ul {
  margin-left: 0;
  font-size: 14px;
}

.m-settings--api-app-details .m-settings--api-app-details--section--title {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item {
  float: left;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 21px;
  word-break: break-word;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item .title {
  color: #4E4E4E;
  font-weight: 600;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item .value {
  color: #4E4E4E;
  font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
  font-size: 12px;
  padding: 4px;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item .no-break {
  word-break: break-all;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item .pending {
  color: #C9252C;
  font-weight: 400;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item .approved {
  color: #A2BF00;
  font-weight: 400;
  color: #808080;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item > a.no-margin {
  margin-bottom: 0;
}

.m-settings--api-app-details .m-settings--api-app-details--section--item.auth_url {
  margin-bottom: 20px;
}

.m-settings--api-app-details .m-settings--api-app-details--warning {
  margin-top: 5px;
}

.m-settings--api-app-details .m-settings--api-app-details--close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 10px;
  width: 10px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-settings--api-app-details .m-settings--api-app-details--close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-settings--api-app-details .m-settings--callback-report {
  width: 500px;
}

.m-settings--api-app-details .m-settings--test-callback-btn {
  float: left;
}

.m-settings--api-app-details .m-settings--test-callback-btn > button {
  margin: 10px 0 0 0;
  padding: 10px 20px 7px 20px;
  min-width: 100px;
}

.m-settings--notice {
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  color: #A0A0A0;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 15px;
  background-color: #fff8db;
  margin-bottom: 20px;
  text-align: center;
}

.m-tooltip {
  z-index: 9999999;
}

.m-tooltip .m-tooltip--text {
  position: relative;
  display: inline;
  color: #C3C3C3;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

.m-tooltip .m-tooltip--text:hover {
  color: #A0A0A0;
}

.m-tooltip .m-tooltip--bubble {
  z-index: 9999999;
  position: absolute;
  max-width: 250px;
  min-width: 100px;
}

.m-tooltip .m-tooltip--bubble.top {
  margin-top: 14px;
}

.m-tooltip .m-tooltip--bubble.top .m-tooltip--bubble--arrow.bottom,
.m-tooltip .m-tooltip--bubble.top .m-tooltip--bubble--arrow.left,
.m-tooltip .m-tooltip--bubble.top .m-tooltip--bubble--arrow.right {
  display: none;
}

.m-tooltip .m-tooltip--bubble.bottom {
  margin-bottom: 14px;
}

.m-tooltip .m-tooltip--bubble.bottom .m-tooltip--bubble--arrow.top,
.m-tooltip .m-tooltip--bubble.bottom .m-tooltip--bubble--arrow.left,
.m-tooltip .m-tooltip--bubble.bottom .m-tooltip--bubble--arrow.right {
  display: none;
}

.m-tooltip .m-tooltip--bubble.left {
  margin-left: 14px;
}

.m-tooltip .m-tooltip--bubble.left .m-tooltip--bubble--arrow.bottom,
.m-tooltip .m-tooltip--bubble.left .m-tooltip--bubble--arrow.top,
.m-tooltip .m-tooltip--bubble.left .m-tooltip--bubble--arrow.right {
  display: none;
}

.m-tooltip .m-tooltip--bubble.right {
  margin-right: 14px;
}

.m-tooltip .m-tooltip--bubble.right .m-tooltip--bubble--arrow.bottom,
.m-tooltip .m-tooltip--bubble.right .m-tooltip--bubble--arrow.left,
.m-tooltip .m-tooltip--bubble.right .m-tooltip--bubble--arrow.top {
  display: none;
}

.m-tooltip .m-tooltip--bubble--content {
  background: #1A1A1A;
  float: left;
  padding: 10px 15px;
  color: #E6E6E6;
  font-weight: 300;
  font-size: 10px;
  border-radius: 2px;
  line-height: 1.4em;
}

.m-tooltip .m-tooltip--bubble--arrow:after,
.m-tooltip .m-tooltip--bubble--arrow:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.m-tooltip .m-tooltip--bubble--arrow.top:after {
  left: 50%;
  border-bottom-color: #1A1A1A;
  border-width: 7px;
  margin-left: -7px;
  margin-top: -14px;
}

.m-tooltip .m-tooltip--bubble--arrow.bottom:after {
  left: 50%;
  border-top-color: #1A1A1A;
  border-width: 7px;
  margin-left: -7px;
  bottom: -14px;
}

.m-tooltip .m-tooltip--bubble--arrow.left:before {
  top: 50%;
  border-right-color: #1A1A1A;
  border-width: 7px;
  margin-left: -7px;
  margin-top: -7px;
  left: -7px;
}

.m-tooltip .m-tooltip--bubble--arrow.right:after {
  top: 50%;
  border-left-color: #1A1A1A;
  border-width: 7px;
  margin-left: 0;
  margin-top: -7px;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--text {
  color: #F7F8F9;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--text:hover {
  color: #F7F8F9;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble {
  width: 400px;
  max-width: 400px;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble--content {
  background: #F7F8F9;
  color: #4E4E4E;
  line-height: 1.3em;
  font-size: 11px;
  letter-spacing: 0.07em;
  font-weight: 400;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble--arrow.top:after {
  border-bottom-color: #F7F8F9;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble--arrow.bottom:after {
  border-top-color: #F7F8F9;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble--arrow.left:before {
  top: 50%;
  border-right-color: #F7F8F9;
}

.m-tooltip.m-tooltip--onboarding .m-tooltip--bubble--arrow.right:after {
  top: 50%;
  border-left-color: #F7F8F9;
}

.m-tooltip--container.is-hidden {
  display: none;
}

#noCCForHipaaTip,
#featureLockedTip,
#featureHipaaLockedTip,
#ccDisabledWarningTip {
  width: 250px;
}

.m-tooltip--lockedTemplateTip .m-tooltip--bubble {
  width: 250px;
}

.l-app--banner {
  float: left;
  width: 100%;
  text-align: center;
}

.l-app--banner .m-banner {
  display: inline-block;
  margin: 0 auto;
  background-color: #fffded;
  border: solid 1px #E6E6E6;
  padding: 7px 10px;
  border-radius: 4px;
  margin-bottom: 23px;
}

.l-app--banner .m-banner .m-banner--text {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  color: #808080;
  margin: 0 12px 0 8px;
}

.l-app--banner .m-banner .m-banner--link {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  margin: 0 24px 2px 0;
}

.l-app--banner .m-banner .m-banner--notification-icon {
  width: 14px;
  margin: 5px 0 0 3px;
  float: left;
}

.l-app--banner .m-banner .m-banner--dismiss-icon {
  width: 8px;
}

.l-app--banner .m-banner-placeholder {
  margin-bottom: 60px;
}

.m-editor .m-editor--outer.gmail .m-editor--logo {
  float: left;
  width: 120px;
  margin-top: 10px;
  margin-right: 20px;
}

.m-editor .m-editor--controls {
  background: #E6E6E6;
  border-bottom: solid 1px #C3C3C3;
  padding: 10px 40px;
  display: inline-block;
  width: 100%;
  height: 55px;
}

.m-editor .m-editor--controls.small-h-padding {
  padding: 10px 20px;
}

.m-editor .m-editor--controls--components {
  float: left;
}

.m-editor .m-editor--controls--components > ul {
  margin: 0;
}

.m-editor .m-editor--controls--components.align-left {
  margin-left: 0;
}

.m-editor .m-editor--controls--components > li,
.m-editor .m-editor--controls--components > ul > li {
  float: left;
  border: solid 1px #C3C3C3;
  box-shadow: 1px 1px 1px #C3C3C3;
  background: #FFFFFF;
  padding: 3px 7px;
  border-radius: 2px;
  margin-right: 15px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.m-editor .m-editor--controls--components > li:hover,
.m-editor .m-editor--controls--components > ul > li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-editor .m-editor--controls--components > li.active,
.m-editor .m-editor--controls--components > ul > li.active {
  opacity: 1;
  filter: alpha(opacity=100);
  border: solid 1px #808080;
  border-bottom: solid 4px #4E4E4E;
}

.m-editor .m-editor--controls--components > li.active > a,
.m-editor .m-editor--controls--components > li.active .tasks_control,
.m-editor .m-editor--controls--components > ul > li.active > a,
.m-editor .m-editor--controls--components > ul > li.active .tasks_control {
  font-weight: 400;
  color: #000000;
}

.m-editor .m-editor--controls--components > li.select,
.m-editor .m-editor--controls--components > ul > li.select {
  border: none;
  padding: 0;
  background: transparent;
}

.m-editor .m-editor--controls--components > li > select,
.m-editor .m-editor--controls--components > ul > li > select {
  margin: 0;
  height: 33px;
  font-size: 14px;
  color: #1a1a1a;
  padding: 0 15px;
}

.m-editor .m-editor--controls--components > li .tasks_control {
  line-height: 26px;
  font-size: 14px;
  color: #4E4E4E;
  font-weight: 400;
  font-size: 12px;
}

.m-editor .m-editor--controls--components > li .tasks_control:hover {
  text-decoration: none;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico {
  float: left;
  width: 30px;
  height: 19px;
  margin: 4px 10px 0 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico.ico_signature {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/df4f201c23271f8dadbd44ee96fabef7.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico.ico_initials {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/d1a9a05b48f1fa1e85b6e0fbb998ba9b.png);
  image-rendering: -webkit-optimize-contrast;
  margin-top: 6px;
  width: 24px;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico.ico_checkbox {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/54376a63d086b70fdb81f7a16fdc998f.png);
  image-rendering: -webkit-optimize-contrast;
  width: 16px;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico.ico_sign_date {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/fd71e9bce74c2973a69fd281dbf90b56.png);
  image-rendering: -webkit-optimize-contrast;
  margin-top: 6px;
  width: 16px;
}

.m-editor .m-editor--controls--components > li .tasks_control .ico.ico_textbox {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/2342a6f9fa118a38f96a007fabf8fb02.png);
  image-rendering: -webkit-optimize-contrast;
  margin-top: 6px;
  width: 16px;
}

.m-editor .m-editor--controls--components > li > a {
  text-decoration: none;
}

.m-editor .m-editor--controls--components > li > a:hover .tasks_control {
  color: #000000;
}

.m-editor .m-editor--controls--align {
  float: left;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--options {
  float: left;
  margin-top: 7px;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--options.is-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option {
  float: left;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 30px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option.align-left {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/9ee913f544aa74b92fbca282eeafc8f5.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option.align-right {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/f71a65b3c3c904044b1a0dbad3f9fbb2.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option.align-bottom {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/b549a75b89979bfe474bdcc61c6cd722.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option.align-top {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/0daab15713bdfd245551db7e12000555.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--option:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-editor .m-editor--controls--align .m-editor--controls--align--separator {
  float: left;
  border-right: solid 1px #C3C3C3;
  width: 1px;
  height: 25px;
  margin: 0 30px;
  position: relative;
  top: 4px;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--required {
  float: left;
  width: 150px;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--required > input {
  float: left;
  margin: 10px 0 0 0;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--required > div {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.m-editor .m-editor--controls--align .m-editor--controls--align--required.is-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-editor .m-editor--controls--bar-container {
  text-align: right;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--save-btn {
  float: right;
  margin: 0 0 0 20px;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--save-btn .m-button {
  margin: 0;
  padding: 11px 20px 9px;
  min-width: 100px;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--spinner {
  float: right;
  display: none;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/315322f31cdf48bedecac18f26b1de8e.gif);
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 20px;
  margin-top: 8px;
  margin-right: 30px;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--cancel-link {
  float: right;
  font-size: 12px;
  font-weight: 300;
  color: #A0A0A0;
  line-height: 38px;
  margin: 0 10px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--cancel-link:hover {
  cursor: pointer;
  color: #808080;
}

.m-editor .m-editor--controls--bar-container .m-editor--controls--save-status {
  float: right;
  display: none;
  margin-top: 0;
  line-height: 38px;
  color: #00B3E6;
  font-size: 12px;
  font-weight: 400;
  margin-right: 30px;
  letter-spacing: 0.05em;
}

.m-editor .m-editor--controls--switch {
  float: left;
  margin-top: 5px;
  margin-right: 30px;
}

.m-editor .m-editor--controls--switch > span {
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--separator {
  border-right: solid 1px #C3C3C3;
  width: 1px;
  height: 25px;
  margin: 0 20px;
  position: relative;
  top: -1px;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--groups {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/daa777b4952a36d5104511e29e703b73.png);
  image-rendering: -webkit-optimize-contrast;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--groups:hover,
.m-editor .m-editor--controls--switch .m-editor--controls--switch--groups.is-active {
  cursor: pointer;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/34d6cef0d1a640476f5816871883d710.png);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--components {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/7633c8e636b36cf91fce4aba85675322.png);
  image-rendering: -webkit-optimize-contrast;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--components:hover,
.m-editor .m-editor--controls--switch .m-editor--controls--switch--components.is-active {
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2QzlDODQwOTJDQjExRTQ4RUU3QTBCQ0I4RkIwNjExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFFNzc5RDc4OTJDQzExRTQ4RUU3QTBCQ0I4RkIwNjExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjZDOUM4M0U5MkNCMTFFNDhFRTdBMEJDQjhGQjA2MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjZDOUM4M0Y5MkNCMTFFNDhFRTdBMEJDQjhGQjA2MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5dKXz3AAAAU0lEQVR42mL8//8/Az7AyMjogiZ0D6jnHk4NIAPxYZASNFyOTz0TA5XBqIGD0EBY0ijHkjxIxiM02YxmvVEDyQAsRKipQOOfxVtlEKpTSAUAAQYAQyiGUGJo8LMAAAAASUVORK5CYII=);
  image-rendering: -webkit-optimize-contrast;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--rotate {
  padding: 10px 8px 6px 10px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  margin-top: -4px;
  cursor: pointer;
}

.m-editor .m-editor--controls--switch .m-editor--controls--switch--rotate.is-disabled {
  color: #A0A0A0;
}

.m-editor .component-menu {
  box-shadow: none;
  border-radius: 0;
  background: #F7F8F9;
  border: solid 1px #C3C3C3;
  padding: 10px;
}

.m-editor .component-menu .hide-component-menu {
  text-align: right;
  border: none;
  padding: 0 0 10px 0;
  text-decoration: none;
}

.m-editor .component-menu .hide-component-menu > a {
  float: right;
  width: 10px;
  height: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAACCAIAAADjHarAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NTdCQTg5OTJDQzExRTQ4RUU3QTBCQ0I4RkIwNjExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4NTdCQThBOTJDQzExRTQ4RUU3QTBCQ0I4RkIwNjExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1N0JBODc5MkNDMTFFNDhFRTdBMEJDQjhGQjA2MTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1N0JBODg5MkNDMTFFNDhFRTdBMEJDQjhGQjA2MTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7i3gjjAAAAFUlEQVR42mI8fPgwAyHAxEAEAAgwAKVmAk3HcYpOAAAAAElFTkSuQmCC);
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  background-position: 0 2px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.m-editor .component-menu .hide-component-menu > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-editor .component-menu .assignment-container > label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #4E4E4E;
}

.m-editor .component-menu .assignment-container > select {
  font-size: 12px;
  height: 30px;
  padding: 5px 10px;
  color: #4E4E4E;
  font-weight: 300;
  border: solid 1px #E6E6E6;
}

.m-editor .component-menu .show-advanced {
  color: #4E4E4E;
}

.m-editor .component-menu .name-box > label,
.m-editor .component-menu .validation-box > label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #4E4E4E;
}

.m-editor .component-menu .name-box .validation-rule,
.m-editor .component-menu .validation-box .validation-rule {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #F59600;
  margin-top: 5px;
}

.m-editor .component-menu .name-box > input,
.m-editor .component-menu .validation-box > input {
  font-size: 12px;
  font-weight: 300;
  border: solid 1px #E6E6E6;
  border-radius: 0;
  padding: 5px 10px;
  box-shadow: none;
}

.m-editor .component-menu .name-box > select,
.m-editor .component-menu .validation-box > select {
  font-size: 12px;
  height: 30px;
  padding: 5px 10px;
  color: #4E4E4E;
  font-weight: 300;
  border: solid 1px #E6E6E6;
}

.m-editor .component-menu .top-arrow:after,
.m-editor .component-menu .top-arrow:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.m-editor .component-menu .menu-plus-button {
  color: #1A1A1A;
  text-decoration: none !important;
}

.m-editor .component-menu.add-my-own-menu-bottom .top-arrow:after,
.m-editor .component-menu.add-my-own-menu-bottom .top-arrow:before {
  bottom: 100%;
}

.m-editor .component-menu.add-my-own-menu-bottom .top-arrow:after {
  border-bottom-color: #F7F8F9;
  border-width: 7px;
  margin-left: -7px;
  margin-bottom: 0;
}

.m-editor .component-menu.add-my-own-menu-bottom .top-arrow:before {
  border-bottom-color: #C3C3C3;
  border-width: 9px;
  margin-left: -9px;
  margin-bottom: 0;
}

.m-editor .component-menu.add-my-own-menu-top .top-arrow:after {
  border-top-color: #F7F8F9;
  border-width: 7px;
  margin-left: -7px;
  bottom: -14px;
}

.m-editor .component-menu.add-my-own-menu-top .top-arrow:before {
  border-top-color: #C3C3C3;
  border-width: 9px;
  margin-left: -9px;
  bottom: -18px;
}

.m-editor .component-menu.add-my-own-menu-top .menu-plus-button {
  position: relative;
  top: 1px;
}

.m-editor .component {
  height: 18px;
  min-height: 14px;
  /* Component coloring */
}

.m-editor .component .handleBar {
  display: none;
}

.m-editor .component .handleBar .ie_rgba_fix {
  position: absolute;
  z-index: -1;
  top: initial;
  bottom: 0;
  left: 3px;
  zoom: 1;
  /* required for the filters */
  width: 12px;
  height: 12px;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/ba60e29819e16971a0f254c80ab49bb0.png) left center no-repeat;
  background-size: 100%;
}

.m-editor .component .wrapper.interactive {
  min-height: 14px;
  border: solid 1px transparent;
  border-top: none !important;
}

.m-editor .component .wrapper .ie_rgba_fix {
  background: transparent !important;
}

.m-editor .component .wrapper .description {
  color: #4E4E4E;
  font-weight: 600;
  letter-spacing: 0.05em;
  min-height: 14px;
}

.m-editor .component .wrapper .description.show_on_hover {
  background: transparent;
  color: #4E4E4E;
}

.m-editor .component.light-green .wrapper.interactive {
  border-color: #a2bf00 !important;
}

.m-editor .component.pink .wrapper.interactive {
  border-color: #dd078b !important;
}

.m-editor .component.yellow .wrapper.interactive {
  border-color: #f1de0b !important;
}

.m-editor .component.cyan .wrapper.interactive {
  border-color: #40c0c2 !important;
}

.m-editor .component.orange .wrapper.interactive {
  border-color: #f3961e !important;
}

.m-editor .component.grey .wrapper.interactive {
  border-color: #808080 !important;
}

.m-editor .component.dark-cyan .wrapper.interactive {
  border-color: #be1e2d !important;
}

.m-editor .component.purple .wrapper.interactive {
  border-color: #652c90 !important;
}

.m-editor .component.blue-green .wrapper.interactive {
  border-color: #00a98f !important;
}

.m-editor .component.light-blue .wrapper.interactive {
  border-color: #7da9bd !important;
}

.m-editor .component.dark-brown .wrapper.interactive {
  border-color: #645b57 !important;
}

.m-editor .component.light-brown .wrapper.interactive {
  border-color: #b86645 !important;
}

.m-editor .component.light-purple .wrapper.interactive {
  border-color: #84578f !important;
}

.m-editor .component.ocean .wrapper.interactive {
  border-color: #0099ce !important;
}

.m-editor .component.weird-purple .wrapper.interactive {
  border-color: #ec6956 !important;
}

.m-editor .component.green .wrapper.interactive {
  border-color: #006f42 !important;
}

.m-editor .component.blue .wrapper.interactive {
  border-color: #00b3e6 !important;
}

.m-editor .component.mud .wrapper.interactive {
  border-color: #9a9679 !important;
}

.m-editor .component.bright-orange .wrapper.interactive {
  border-color: #f05a22 !important;
}

.m-editor .component.brown-green .wrapper.interactive {
  border-color: #858332 !important;
}

.m-editor .component .remove-wrapper {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.m-editor .component .remove-wrapper .remove {
  position: absolute;
  left: 4px;
  bottom: 0;
  margin-top: -12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1003;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/a23bc2b203ce003fd1e793912ed955f7.png);
  image-rendering: -webkit-optimize-contrast;
  background-size: 100%;
  display: none;
}

.m-editor .component .ui-resizable-handle {
  z-index: 1002;
  bottom: 0;
  right: 0;
  left: initial;
  top: initial;
  width: 13px;
  height: 13px;
  padding: 10px 3px 3px 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZCRTE4NTIyNTY0NzExRTQ4REQwQ0FDNDk0Q0Y4QTUzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZCRTE4NTIzNTY0NzExRTQ4REQwQ0FDNDk0Q0Y4QTUzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDg2NDI0MEI1NjM3MTFFNDhERDBDQUM0OTRDRjhBNTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDg2NDI0MEM1NjM3MTFFNDhERDBDQUM0OTRDRjhBNTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz519T9rAAAAU0lEQVR42mI8fPgwAymAiQS1DaRoACmuJ1ZDPUwxMRrqYE4hRkMtEDcS6+kaIG4iNpSqgbiZ2GCtBOIWYuMBpLiN2IgrJ0YxsoZOIGYkAjMABBgAwfQMYd5dmsgAAAAASUVORK5CYII=);
  image-rendering: -webkit-optimize-contrast;
  background-position: 0 0 !important;
  display: none;
}

.m-editor .component.component-selected-in-group .wrapper.interactive {
  border-width: 2px !important;
}

.m-editor .component.component-selected-in-group .handleBar,
.m-editor .component.component-selected-in-group .remove,
.m-editor .component.component-selected-in-group .ui-resizable-handle {
  display: none !important;
}

.m-editor .component.component-hover .handleBar,
.m-editor .component.component-hover .remove,
.m-editor .component.component-hover .ui-resizable-handle,
.m-editor .component.component-interact .handleBar,
.m-editor .component.component-interact .remove,
.m-editor .component.component-interact .ui-resizable-handle {
  display: inline;
}

.m-editor .component.error .component-menu .name-box > label {
  color: red;
}

.m-editor #left_panel,
.m-editor #left_panel > .panel-items {
  overflow-x: visible;
}

.m-editor .m-editor--sidebar-tip {
  float: left;
  width: 250px;
  padding: 20px 10px;
  border-bottom: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  position: absolute;
  top: 55px;
}

.m-editor .m-editor--sidebar-tip .m-editor--sidebar-tip--icon {
  float: left;
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/eff92f28cbc6d744dfbc1c1d0266c752.png);
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 5px;
}

.m-editor .m-editor--sidebar-tip > p,
.m-editor .m-sign-mobile .m-editor--sidebar-tip > h5.m-feature-grid--header,
.m-sign-mobile .m-editor .m-editor--sidebar-tip > h5.m-feature-grid--header,
.m-editor
  .m-sign-mobile .m-editor--sidebar-tip > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-editor .m-editor--sidebar-tip > h5.m-feature-grid--sub-header {
  float: right;
  font-size: 12px;
  text-align: left;
  max-width: 180px;
}

.m-editor .m-editor--sidebar-tip.is-compact {
  width: 150px;
}

.m-editor .m-editor--sidebar-tip.is-compact .m-editor--sidebar-tip--icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: 5px;
}

.m-editor .m-editor--sidebar-tip.is-compact > p,
.m-editor .m-sign-mobile .m-editor--sidebar-tip.is-compact > h5.m-feature-grid--header,
.m-sign-mobile .m-editor .m-editor--sidebar-tip.is-compact > h5.m-feature-grid--header,
.m-editor
    .m-sign-mobile .m-editor--sidebar-tip.is-compact > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-editor .m-editor--sidebar-tip.is-compact > h5.m-feature-grid--sub-header {
  max-width: 88px;
}

.m-editor .m-sig-modal--outer-wrapper {
  position: absolute;
  top: 15%;
  width: 100%;
  z-index: 9999;
}

.m-editor .m-sig-modal--overlay {
  z-index: 9998;
  background: #1A1A1A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.m-editor .m-sig-modal {
  margin: 0 auto;
  height: 387px !important;
  background: #FFFFFF;
  border: solid 1px #E6E6E6;
}

.m-editor .m-sig-modal .m-sig-modal--right-wrapper {
  height: 385px;
}

.m-editor .m-sig-modal .m-sig-modal--action {
  margin-top: 0;
}

.prepare-page.embedded-requesting .m-editor .m-editor--sidebar-tip {
  display: none !important;
}

.prepare-page.embedded-requesting .m-editor .m-editor--controls--save-btn .m-button {
  margin-top: 0;
}

.prepare-page.embedded-requesting .m-editor #backLink {
  float: left;
  margin-top: 10px;
}

.prepare-page.embedded-requesting .m-editor #backLink > b {
  float: left;
  background-size: 100%;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/56eeb056a744fd894ebf756087c2a7a4.png);
  image-rendering: -webkit-optimize-contrast;
  background-repeat: no-repeat;
  margin: 3px 5px 0 10px;
  height: 10px;
  width: 6px;
}

.prepare-page.embedded-requesting .m-editor #backLink > a {
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 300;
}

.prepare-page.embedded-requesting .m-editor #backLink > a:hover {
  text-decoration: none;
}

.prepare-page.embedded-requesting .m-editor .m-editor--controls {
  padding: 10px 25px;
}

.prepare-page.embedded-requesting .m-editor .m-editor--controls--components > li {
  margin-right: 5px;
}

.l-editor.sign-page #signBubble {
  display: none;
}

.l-editor.sign-page .component .wrapper .description.show_on_hover {
  background: transparent;
  color: #4E4E4E;
}

.l-editor.sign-page .component .wrapper .reset.show_on_hover {
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/a23bc2b203ce003fd1e793912ed955f7.png);
  image-rendering: -webkit-optimize-contrast;
  width: 12px;
  height: 12px;
  left: -7px;
}

.l-editor.sign-page .component.valid.formfield .description,
.l-editor.sign-page .component.valid.inputsignature .description,
.l-editor.sign-page .component.valid.inputinitials .description,
.l-editor.sign-page .component.valid.inputcheckmark .description,
.l-editor.sign-page .component.valid.inputtextbox .description {
  display: none;
}

.l-editor.sign-page .component.valid.formfield:hover .wrapper > img,
.l-editor.sign-page .component.valid.inputsignature:hover .wrapper > img,
.l-editor.sign-page .component.valid.inputinitials:hover .wrapper > img,
.l-editor.sign-page .component.valid.inputcheckmark:hover .wrapper > img,
.l-editor.sign-page .component.valid.inputtextbox:hover .wrapper > img {
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.m-plan-agreement {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #4E4E4E;
}

.m-plan-agreement .m-plan-agreement--header .m-plan-agreement--header--title {
  font-weight: 600;
  font-size: 13px;
  color: #C3C3C3;
  margin-bottom: 10px;
}

.m-plan-agreement .m-plan-agreement--header .m-plan-agreement--header--name {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.m-plan-agreement .m-plan-agreement--header .m-plan-agreement--header--email,
.m-plan-agreement .m-plan-agreement--header .m-plan-agreement--header--company {
  font-size: 16px;
  margin: 5px 0;
}

.m-plan-agreement .m-plan-agreement--header .m-plan-agreement--header--on-behalf-of > span {
  font-style: italic;
}

.m-plan-agreement .m-plan-agreement--summary {
  color: #1A1A1A;
  width: 613px;
  margin: 0 auto;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--text {
  font-size: 12px;
  line-height: 7px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--subtext {
  float: left;
  width: 100%;
  padding: 28px 15px;
  border-top: 1px solid #E6E6E6;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--number {
  font-weight: 200;
  font-size: 62px;
  padding-top: 5px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--currency {
  font-size: 32px;
  position: relative;
  top: -9px;
  font-weight: 200;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--cents {
  display: inline-block;
  font-size: 30px;
  margin-right: 5px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--cents::before {
  content: '.';
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block {
  float: left;
  height: 177px;
  background: #F7F8F9;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.total {
  width: 430px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.total .m-plan-agreement--summary--text,
.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.total .m-plan-agreement--summary--subtext {
  font-size: 16px;
  font-weight: 400;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.total .m-plan-agreement--summary--number {
  font-weight: 200;
  font-size: 48px;
  padding-top: 64.5px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.total.with-subtext .m-plan-agreement--summary--number {
  padding: 28px 0;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block.senders {
  width: 180px;
  padding-top: 59px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block:first-child {
  margin-right: 3px;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block .m-plan-agreement--summary--coupon {
  display: block;
  border-top: 1px solid #E6E6E6;
  padding: 15px 0;
}

.m-plan-agreement .m-plan-agreement--summary .m-plan-agreement--summary--blocks .m-plan-agreement--summary--block .m-plan-agreement--summary--coupon .m-plan-agreement--summary--coupon--discount {
  text-transform: uppercase;
  color: red;
  margin-right: 5px;
}

.m-plan-agreement .m-plan-agreement--features {
  float: left;
  margin-top: 25px;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--title {
  font-weight: 600;
  font-size: 13px;
  color: #C3C3C3;
  margin-bottom: 10px;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table {
  width: 613px;
  margin: 0 auto;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item {
  float: left;
  border-bottom: solid 1px #E6E6E6;
  width: 306px;
  height: 72px;
  line-height: 36px;
  padding: 18px 0;
  font-weight: 400;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item .m-plan-agreement--features--table--item--value {
  font-size: 15px;
  font-weight: 400;
  color: #00B3E6;
  text-transform: uppercase;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item .m-plan-agreement--features--table--item--name {
  font-size: 15px;
  font-weight: 300;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item.is-left {
  border-right: solid 1px #E6E6E6;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item.is-top {
  border-top: solid 1px #E6E6E6;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item.is-bottom {
  border-bottom: none;
}

.m-plan-agreement .m-plan-agreement--features .m-plan-agreement--features--table--item.with-value {
  line-height: 18px;
}

.m-plan-agreement .m-plan-agreement--cta {
  float: left;
  text-align: center;
}

.m-plan-agreement .m-plan-agreement--cta .m-plan-agreement--cta--text {
  color: #C3C3C3;
  max-width: 400px;
  margin: 10px auto;
  font-size: 13px;
}

.m-plan-agreement .m-plan-agreement--cta .m-button {
  width: 120px;
}

.m-update-account-modal .row {
  margin-top: 8px;
}

.m-update-account-modal--recipient-picker-item {
  cursor: pointer;
  width: 120px;
  height: 120px;
  display: block;
  padding: 0px;
  text-align: center;
  position: relative;
  margin: 0px;
}

.m-update-account-modal--recipient-picker-item input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 999;
  top: 0px;
  left: 0px;
  position: absolute;
}

.m-update-account-modal--recipient-picker-item input:checked + label {
  color: #1EA2D5;
  border: 2px solid #1EA2D5;
}

.m-update-account-modal--recipient-picker-item input:checked + label.me {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/be97108d1e230cedbc1bdd15aae603f1.png);
}

.m-update-account-modal--recipient-picker-item input:checked + label.others {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/07639706fec6965a8bd47bb129be853f.png);
}

.m-update-account-modal--recipient-picker-item label {
  z-index: 999;
  margin: 0px !important;
  line-height: 190px;
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
  border: 2px solid #C3C3C3;
  border-radius: 3px 3px 3px 3px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.m-update-account-modal--recipient-picker-item label.me {
  background-position: 30px 15px;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/35803f7d53223df6a09a84c042af753d.png);
}

.m-update-account-modal--recipient-picker-item label.others {
  background-position: 5px 15px;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/13c9eb1474672bd2eb3a308b02cb9396.png);
}

.m-update-account-modal--fax-pdf-attachment-item label {
  font-size: 14px;
  font-weight: 400;
}

.m-update-account-modal--fax-pdf-attachment-note {
  margin-top: 10px !important;
  color: #808080;
}

.m-verify-email {
  text-align: center;
  letter-spacing: 0;
}

.m-verify-email .m-verify-email--container {
  border: 1px solid #DEDEDE;
  color: #808080;
}

.m-verify-email .m-verify-email--container .m-verify-email--text {
  padding: 20px;
  background-color: #F7F8F9;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  line-height: 1.3em;
}

.m-verify-email .m-verify-email--container .m-verify-email--text h4 {
  margin: 20px 0 30px 0;
  font-weight: 400;
}

.m-verify-email .m-verify-email--container .m-verify-email--text img {
  width: 32px;
  margin-bottom: 10px;
}

.m-verify-email .m-verify-email--container .m-verify-email--resend {
  padding: 20px;
  font-size: 12px;
  background-color: white;
}

.m-verify-email .m-verify-email--legal {
  color: #A0A0A0;
  font-size: 10px;
  background-color: white;
  padding: 5px;
  display: block;
}

.m-login-in-person {
  padding: 10px 80px;
  background-color: #F7F8F9;
  border: 1px solid #DEDEDE;
  color: #808080;
}

.m-login-in-person h4 {
  margin: 20px 0 30px 0;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: center;
}

.m-login-in-person div {
  letter-spacing: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.m-login-in-person .m-login-in-person--errors > p,
.m-login-in-person .m-sign-mobile .m-login-in-person--errors > h5.m-feature-grid--header,
.m-sign-mobile .m-login-in-person .m-login-in-person--errors > h5.m-feature-grid--header,
.m-login-in-person
  .m-sign-mobile .m-login-in-person--errors > h5.m-feature-grid--sub-header,
.m-sign-mobile .m-login-in-person .m-login-in-person--errors > h5.m-feature-grid--sub-header {
  color: #E90000;
}

.m-home-api {
  float: left;
  width: 100%;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  height: 75px;
}

.m-home-api .m-home-api--inner {
  height: 45px;
  margin: 15px auto;
}

.m-home-api .m-home-api--icon {
  margin-right: 20px;
  width: 45px;
  display: inline-block;
}

.m-home-api .m-home-api--icon > img {
  position: relative;
  top: -2px;
  width: 45px;
}

.m-home-api .m-home-api--text {
  line-height: 45px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 200;
}

.m-home-api .m-home-api--cta {
  display: inline-block;
  margin-left: 40px;
  height: 32px;
}

.m-home-api .m-home-api--cta > div {
  display: inline-block;
}

.m-home-api .m-home-api--cta .m-button {
  margin: 0;
  padding: 9px 20px 7px 20px;
}

.m-home-ribbon .m-home-ribbon--image {
  position: absolute;
}

.m-home-ribbon .m-home-ribbon--image img {
  position: relative;
  width: 285px;
  left: -30px;
  z-index: 1;
}

@media only screen and (max-width: 40em) {
  .m-home-ribbon .m-home-ribbon--image img {
    top: 560px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-home-ribbon .m-home-ribbon--image img {
    top: -100px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-home-ribbon .m-home-ribbon--image img {
    top: -45px;
  }
}

.m-home-ribbon .m-home-ribbon--text {
  display: none;
}

.m-sf-landing {
  color: #4E4E4E;
}

.m-sf-landing * {
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 300;
}

.m-sf-landing input[type="text"] {
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
}

.m-sf-landing .m-button {
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px;
}

.m-sf-landing .mobile-only {
  display: none;
}

.m-sf-landing .m-sf-landing--header {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #e2f0e3;
  background-image: linear-gradient(#e2f0e3, white);
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--inner {
  width: 900px;
  margin: 0 auto;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--logo {
  float: left;
  width: 200px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--cta {
  float: right;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--cta .m-button {
  margin: 0;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--content {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--content .m-sf-landing--header--title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--content .m-sf-landing--header--cta > a > button {
  padding: 10px 20px;
  line-height: 15px;
  font-weight: 600;
}

.m-sf-landing .m-sf-landing--header .m-sf-landing--header--animation {
  opacity: 0.3;
  filter: alpha(opacity=30);
  float: left;
}

.m-sf-landing .m-sf-landing--header.is-playing {
  background: #FFFFFF;
}

.m-sf-landing .m-sf-landing--header.is-playing .m-sf-landing--header--animation {
  opacity: 1;
  filter: alpha(opacity=100);
  float: left;
}

.m-sf-landing .m-sf-landing--modal {
  display: none;
  position: fixed;
  width: 550px;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  border: solid 2px #00B809;
  border-radius: 3px;
  padding: 30px 45px;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.m-sf-landing .m-sf-landing--modal.is-fixed {
  position: absolute;
  margin: 0;
  top: 234px;
  transform: translate(-50%, 0);
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #4E4E4E;
  margin-bottom: 20px;
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--text {
  text-align: center;
  line-height: 20px;
  padding: 20px;
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form {
  float: left;
  width: 100%;
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form > input {
  float: left;
  width: 300px;
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form > input.is-invalid {
  border-color: #E90000;
}

.m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form > button {
  margin: 0 0 0 10px;
}

.m-sf-landing .m-sf-landing--modal.is-visible {
  display: inline;
}

.m-sf-landing .m-sf-landing--content {
  float: left;
  width: 100%;
  margin-top: 100px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--inner {
  width: 900px;
  margin: 40px auto;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--header {
  float: left;
  width: 100%;
  text-align: center;
  color: #00B809;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--header:after {
  content: ".";
  display: block;
  color: #FFFFFF;
  border-bottom: solid 2px #00B809;
  width: 200px;
  margin: -5px calc((100% - 200px) / 2) 0;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--header.is-wide:after {
  width: 300px;
  margin: -5px calc((100% - 300px) / 2) 0;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image {
  border-bottom: solid 1px #C3C3C3;
  text-align: center;
  width: 50%;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .m-sf-landing--content--section--image--wrapper {
  width: 395px;
  margin: 0 auto;
  overflow-x: hidden;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .m-sf-landing--content--section--image--wrapper.is-special {
  width: 364px;
  position: relative;
  left: -35px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image > video {
  width: 400px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .small {
  position: relative;
  left: -35px;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--text {
  text-align: left;
  margin-top: 50px;
  width: 50%;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--text .m-sf-landing--content--section--text--title {
  color: #00B809;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 28px;
  letter-spacing: 0.02em;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--text .m-sf-landing--content--section--text--paragraph {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section.is-right-aligned .m-sf-landing--content--section--image {
  float: left;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section.is-right-aligned .m-sf-landing--content--section--text {
  float: right;
  padding-right: 5%;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section.is-left-aligned .m-sf-landing--content--section--image {
  float: right;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--section.is-left-aligned .m-sf-landing--content--section--text {
  float: left;
  padding-left: 5%;
}

.m-sf-landing .m-sf-landing--content .m-sf-landing--content--features {
  float: left;
  margin-top: 135px;
  margin-bottom: 110px;
}

.m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group .m-feature-grid--list-item {
  padding: 0 20px;
}

.m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group .m-feature-grid--list-item .m-feature-grid--item-image-wrapper {
  height: 60px;
}

.m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group .m-feature-grid--list-item .m-feature-grid--header {
  color: #00B809;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group .m-feature-grid--list-item .m-feature-grid--text {
  font-size: 16px;
  line-height: 22px;
}

.m-sf-landing .m-sf-landing--footer {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #e2f0e3;
  background-image: linear-gradient(to ,#e2f0e3);
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--banner {
  background-color: #00B809;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 60px 0;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--banner .m-sf-landing--footer--banner--small-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--banner .m-sf-landing--footer--banner--big-text {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--banner .m-sf-landing--footer--banner--big-text:after {
  content: ".";
  display: block;
  color: #00B809;
  border-bottom: solid 2px #FFFFFF;
  width: 220px;
  margin: -5px calc((100% - 220px) / 2) 0;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form {
  float: left;
  width: 100%;
  margin: 110px 0;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--text {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
  padding: 0 20px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content {
  width: 415px;
  margin: 0 auto;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content > input {
  float: left;
  width: 300px;
  height: 50px;
  font-size: 16px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content > input.is-invalid {
  border-color: #E90000;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content > button {
  float: left;
  margin: 0 0 0 10px;
  height: 50px;
  font-size: 14px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links {
  float: left;
  width: 100%;
  background: #FFFFFF;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links .m-sf-landing--footer--links--inner {
  width: 900px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 20px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links .m-sf-landing--footer--link {
  float: left;
  margin-right: 20px;
  color: #4E4E4E;
  font-weight: 400;
  line-height: 30px;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links .m-sf-landing--footer--link > a {
  color: #4E4E4E;
  font-weight: 400;
}

.m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links .m-sf-landing--footer--link.right-aligned {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .m-sf-landing {
    width: 100vw;
  }

  .m-sf-landing .desktop-only {
    display: none;
  }

  .m-sf-landing .mobile-only {
    display: inherit;
  }

  .m-sf-landing .m-sf-landing--header {
    width: 100vw;
    padding-top: 20px;
  }

  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--inner {
    width: 100vw;
  }

  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--logo {
    margin-bottom: 20px;
    margin-left: calc((100% - 200px)/2);
    margin-top: 20px;
  }

  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--cta {
    float: none;
    margin-top: 20px;
    margin-left: calc((100% - 146px)/2);
  }
}

@media (max-width: 767px) and (min-width: 400px) {
  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--animation {
    margin: 0 calc((100% - 400px)/2);
  }
}

@media (max-width: 767px) {
  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--content {
    padding: 0 20px;
  }

  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--content .m-sf-landing--header--title {
    font-size: 32px;
  }

  .m-sf-landing .m-sf-landing--header .m-sf-landing--header--content .m-sf-landing--header--subtitle {
    font-size: 14px;
  }

  .m-sf-landing .m-sf-landing--modal {
    float: left;
    width: 100vw;
    border-left: 0;
    border-right: 0;
    transform: none;
    margin: 0 !important;
    border-radius: 0;
    width: 100%;
    left: 0;
  }

  .m-sf-landing .m-sf-landing--modal.is-fixed {
    transform: none;
    top: 300px;
  }

  .m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form > input,
  .m-sf-landing .m-sf-landing--modal .m-sf-landing--modal--form > button {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .m-sf-landing .m-sf-landing--content {
    width: 100vw;
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--inner {
    width: 100vw;
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .m-sf-landing--content--section--image--wrapper {
    width: calc(100vw - 40px);
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .m-sf-landing--content--section--image--wrapper.is-special {
    width: 100vw;
    position: relative;
    left: -65px !important;
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--image .m-sf-landing--content--section--image--wrapper > img {
    position: relative;
    left: 1px;
  }

  .m-sf-landing .m-sf-landing--content .m-sf-landing--content--section .m-sf-landing--content--section--text {
    width: 100%;
    padding: 0 20px !important;
    margin: 20px 0;
    text-align: center;
  }

  .m-sf-landing .m-sf-landing--content .m-feature-grid--list-item-group .m-feature-grid--list-item {
    margin-bottom: 40px !important;
  }

  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links {
    width: 100vw;
  }

  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--links .m-sf-landing--footer--links--inner {
    width: 100vw;
  }

  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form {
    margin: 90px 0;
  }

  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content {
    width: 100%;
    padding: 0 20px;
  }

  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content > input,
  .m-sf-landing .m-sf-landing--footer .m-sf-landing--footer--form .m-sf-landing--footer--form--content > button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.m-oauth-authorize {
  width: 600px;
  margin: auto;
  font-size: 15px;
  font-weight: 300;
  color: #1A1A1A;
}

.m-oauth-authorize .m-oauth-authorize-header {
  text-align: center;
  margin-bottom: 30px;
}

.m-oauth-authorize .m-oauth-authorize-header h1 {
  font-size: 12px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 10px;
}

.m-oauth-authorize .m-oauth-authorize-scopes b {
  font-weight: 600;
}

.m-oauth-authorize .m-oauth-authorize-scopes p,
.m-oauth-authorize .m-oauth-authorize-scopes .m-sign-mobile h5.m-feature-grid--header,
.m-sign-mobile .m-oauth-authorize .m-oauth-authorize-scopes h5.m-feature-grid--header,
.m-oauth-authorize .m-oauth-authorize-scopes
  .m-sign-mobile h5.m-feature-grid--sub-header,
.m-sign-mobile .m-oauth-authorize .m-oauth-authorize-scopes h5.m-feature-grid--sub-header {
  margin-bottom: 10px;
}

.m-oauth-authorize .m-oauth-authorize-scopes li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}

.m-oauth-authorize .m-oauth-authorize-scopes .m-oauth-authorize-billing {
  margin-top: 30px;
}

.m-oauth-authorize .m-oauth-authorize-error {
  text-align: center;
  margin-bottom: 10px;
}

.m-oauth-authorize .m-oauth-authorize-actions {
  margin-top: 20px;
}

.m-oauth-authorize .m-oauth-authorize-actions .m-oauth-authorize-accept-btn {
  margin-right: 15px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-notification .m-notification--close {
  position: absolute;
  top: 0px;
  right: 14px;
  font-size: 18px;
}

.m-notification a {
  text-decoration: underline;
}

.m-notification .success {
  background-color: #A2BF00;
}

.m-notification .success p,
.m-notification .success a {
  color: #FFFFFF;
}

.m-notification .success p strong,
.m-notification .success a strong {
  font-weight: 600;
}

.m-notification .error {
  background-color: #C9252C;
}

.m-notification .error p,
.m-notification .error a {
  color: #FFFFFF;
}

.m-notification .error p strong,
.m-notification .error a strong {
  font-weight: 600;
}

.m-notification .info {
  background-color: #E6E6E6;
}

.m-notification .info p,
.m-notification .info a {
  color: #4E4E4E;
}

.m-notification .info p strong,
.m-notification .info a strong {
  font-weight: 600;
}

.m-notification .api-notification {
  background-color: #1A1A1A;
}

.m-notification .api-notification p,
.m-notification .api-notification a {
  color: #FFFFFF;
}

.m-notification .api-notification p strong,
.m-notification .api-notification a strong {
  font-weight: 600;
}

.m-notification .api-notification .api-notification-button {
  background-color: #F59600;
  text-decoration: none;
  padding: 4px 10px;
}

.m-notification .hs-notification {
  background-color: #4E4E4E;
}

.m-notification .hs-notification p,
.m-notification .hs-notification a {
  color: #FFFFFF;
}

.m-notification .hs-notification p strong,
.m-notification .hs-notification a strong {
  font-weight: 600;
}

.m-notification .hs-notification .hs-notification-button {
  text-decoration: none;
  padding: 3px 10px;
  height: 26px;
}

@keyframes slideout {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes slideback {
  0% {
    transform: translateY(0%);
  }

  95% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(-100%);
    visibility: hidden;
  }
}

.notification-enter {
  animation: slideout 400ms;
}

.notification-leave {
  animation: slideback 400ms;
  animation-fill-mode: forwards;
}

#site-wrapper {
  transition: transform 400ms;
}

.m-notification > div {
  padding: 5px 0 5px 0;
  margin: 0px;
  position: relative;
  overflow: auto;
  transition: transform 400ms;
  transform-origin: 0px -34px 0px;
}.m-fixed-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2048;
}

.m-fixed-modal .m-common-modal {
  overflow: scroll;
}

.m-fixed-modal.mobile .m-common-modal--center-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}.m-common-modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.m-common-modal .m-common-modal--center-content {
  position: relative;
  left: 50%;
  top: 200px;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
}.m-logo {
  display: inline-block;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-simple-gray-layout {
  background: white;
  color: black;
  width: 100%;
  min-height: 100%;
  padding-bottom: 40px;
}

@media only screen and (min-width: 40.063em) {
  .m-simple-gray-layout {
    background: #F7F8F9;
    padding-top: 40px;
  }

  .m-simple-gray-layout .m-logo {
    margin: 0 0 40px 0 !important;
  }
}

.m-simple-gray-layout .m-logo {
  display: block;
  margin: 40px 0;
  text-align: center;
}

.m-simple-gray-layout .m-logo img {
  height: 25px;
}

.m-simple-gray-layout .m-simple-gray-layout--card {
  background: white;
  color: black;
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 40.063em) {
  .m-simple-gray-layout .m-simple-gray-layout--card {
    margin: 10px auto;
    padding: 65px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 500px;
  }
}

.m-simple-gray-layout .m-simple-gray-layout--card h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

/**
 * Base styling
 */

.hs-ui-tethered {
  position: relative;
}

.hs-ui-tethered__content {
  border-radius: 2px;
  position: absolute;
  min-width: 120px;
  z-index: 1000;
}

.hs-ui-tethered__content:after,
.hs-ui-tethered__content:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.hs-ui-tethered__content:after {
  border-width: 7px;
}

.hs-ui-tethered__content:before {
  border-width: 9px;
}

/**
 * Content Themes
 */

.hs-ui-tethered--light .hs-ui-tethered__content {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
}

/**
 * Content Positioning
 */

.hs-ui-tethered--pos-top .hs-ui-tethered__content:after,
.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:after {
  margin-left: -7px;
}

.hs-ui-tethered--pos-top .hs-ui-tethered__content:before,
.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:before {
  margin-left: -9px;
}

.hs-ui-tethered--pos-bottom .hs-ui-tethered__content {
  top: 100%;
  margin-top: 9px;
}

.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:after,
.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:before {
  bottom: 100%;
}

.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:after {
  border-bottom-color: #FFFFFF;
}

.hs-ui-tethered--pos-bottom .hs-ui-tethered__content:before {
  border-bottom-color: #E6E6E6;
}

.hs-ui-tethered--pos-top .hs-ui-tethered__content {
  bottom: 100%;
  margin-bottom: 9px;
}

.hs-ui-tethered--pos-top .hs-ui-tethered__content:after,
.hs-ui-tethered--pos-top .hs-ui-tethered__content:before {
  top: 100%;
}

.hs-ui-tethered--pos-top .hs-ui-tethered__content:after {
  border-top-color: #FFFFFF;
}

.hs-ui-tethered--pos-top .hs-ui-tethered__content:before {
  border-top-color: #E6E6E6;
}

.hs-ui-tethered--pos-right .hs-ui-tethered__content {
  left: 100%;
  margin-left: 9px;
}

.hs-ui-tethered--pos-right .hs-ui-tethered__content:after,
.hs-ui-tethered--pos-right .hs-ui-tethered__content:before {
  right: 100%;
}

.hs-ui-tethered--pos-right .hs-ui-tethered__content:after {
  border-right-color: #FFFFFF;
}

.hs-ui-tethered--pos-right .hs-ui-tethered__content:before {
  border-right-color: #E6E6E6;
}

.hs-ui-tethered--pos-left .hs-ui-tethered__content {
  right: 100%;
  margin-right: 9px;
}

.hs-ui-tethered--pos-left .hs-ui-tethered__content:after,
.hs-ui-tethered--pos-left .hs-ui-tethered__content:before {
  left: 100%;
}

.hs-ui-tethered--pos-left .hs-ui-tethered__content:after {
  border-left-color: #FFFFFF;
}

.hs-ui-tethered--pos-left .hs-ui-tethered__content:before {
  border-left-color: #E6E6E6;
}

/**
 * Content Alignment
 */

.hs-ui-tethered--align-top .hs-ui-tethered__content {
  top: 0;
}

.hs-ui-tethered--align-top .hs-ui-tethered__content:after,
.hs-ui-tethered--align-top .hs-ui-tethered__content:before {
  top: 0;
}

.hs-ui-tethered--align-top .hs-ui-tethered__content:after {
  margin-top: 9px;
}

.hs-ui-tethered--align-top .hs-ui-tethered__content:before {
  margin-top: 7px;
}

.hs-ui-tethered--align-center .hs-ui-tethered__content {
  top: 50%;
  transform: translateY(-50%);
}

.hs-ui-tethered--align-center .hs-ui-tethered__content:after,
.hs-ui-tethered--align-center .hs-ui-tethered__content:before {
  top: 50%;
}

.hs-ui-tethered--align-center .hs-ui-tethered__content:after {
  margin-top: -7px;
}

.hs-ui-tethered--align-center .hs-ui-tethered__content:before {
  margin-top: -9px;
}

/**
 * Content Justification
 */

.hs-ui-tethered--justify-right .hs-ui-tethered__content {
  right: 0;
}

.hs-ui-tethered--justify-right .hs-ui-tethered__content:after,
.hs-ui-tethered--justify-right .hs-ui-tethered__content:before {
  left: 80%;
}

.hs-ui-tethered--justify-left .hs-ui-tethered__content {
  left: 0;
}

.hs-ui-tethered--justify-left .hs-ui-tethered__content:after,
.hs-ui-tethered--justify-left .hs-ui-tethered__content:before {
  left: 20%;
}

.hs-ui-tethered--justify-center .hs-ui-tethered__content {
  left: 50%;
  transform: translateX(-50%);
}

.hs-ui-tethered--justify-center .hs-ui-tethered__content:after,
.hs-ui-tethered--justify-center .hs-ui-tethered__content:before {
  left: 50%;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-sign-modal {
  width: 600px;
  height: 450px;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 9999;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

.m-sign-modal .m-sign-modal--loader {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20%;
}

.m-sign-modal .m-sign-modal--loader .m-sign-modal--loader--image {
  height: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.m-sign-modal .m-sign-modal--menu {
  float: left;
  width: 125px;
  padding-top: 25px;
  border-right: solid 1px #E6E6E6;
  background: #F7F8F9;
  position: absolute;
  z-index: 2;
  font-size: 10px;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item {
  width: 125px;
  line-height: 150%;
  font-size: 12px;
  border-bottom: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  border-left: none;
  background: #F7F8F9;
  cursor: pointer;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item .m-sign-modal--menu--item--label {
  display: block;
  padding: 11px 0 10px 20px;
  color: #4E4E4E;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item .m-sign-modal--menu--item--icon {
  float: left;
  width: 50px;
  height: 50px;
  display: none;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 30px auto;
  margin-left: 15px;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.S .m-sign-modal--menu--item--icon {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/43990454cd4bc06e896d5ea307111fb5.png);
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.C .m-sign-modal--menu--item--icon {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/3081759959a6f948caa337cc7cda2867.png);
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.T .m-sign-modal--menu--item--icon {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/cf2365176c640a7a249f67dddd72879c.png);
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.is-selected {
  border-left: solid 5px #00B3E6;
  background: #DEDEDE;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.is-selected .m-sign-modal--menu--item--label {
  padding-left: 15px;
}

.m-sign-modal .m-sign-modal--menu .m-sign-modal--menu--item.is-selected .m-sign-modal--menu--item--icon {
  width: 30px;
  margin-left: 10px;
}

.m-sign-modal .m-sign-modal--action-bar {
  float: left;
  width: 100%;
  position: absolute;
  padding-left: 0 !important;
  z-index: 9999;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--inner {
  float: left;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 20px 10px 10px;
  background: #F7F8F9;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link {
  float: left;
  line-height: 48px;
  display: none;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link > a {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link .m-sign-modal--action-bar--close-link--arrow {
  float: left;
  width: 10px;
  height: 48px;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/5271af71c8debdf46eb2daf5d9637451.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 2px 20px;
  position: relative;
  left: 5px;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--notification {
  float: left;
  width: 100%;
  border-top: solid 1px #E6E6E6;
  background-color: #FFFFFF;
  padding: 0;
  text-align: center;
  font-size: 10px;
  line-height: 25px;
  color: #808080;
  height: 25px;
  position: absolute;
  bottom: 69px;
}

.m-sign-modal .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons {
  float: right;
}

@media only screen and (max-width: 366px) {
  .m-sign-modal .m-sign-modal--action-bar {
    height: 120px;
  }
}

.m-sign-modal .m-sign-modal--tabs {
  float: left;
  width: 700px;
  width: 475px;
  padding: 25px 0px 50px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 75;
  right: 0;
  bottom: 0;
}

.m-sign-modal .m-sign-modal--tabs .m-sign-modal--tabs--tab {
  display: none;
  padding-top: 50px;
  padding-left: 50px;
  width: 100%;
}

.m-sign-modal .m-sign-modal--tabs .m-sign-modal--tabs--tab > div {
  float: left;
  width: 100%;
  padding-left: 40px;
}

.m-sign-modal .m-sign-modal--tabs .m-sign-modal--tabs--tab.is-selected {
  display: inline-block;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--empty {
  margin-top: 10px;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--empty > h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--empty > p {
  font-size: 14px;
  font-weight: 400;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--featured {
  height: 110px;
  margin: 0 0 10px;
  text-align: center;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel {
  width: 100%;
  padding: 20px 0;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--tip {
  display: none;
  position: absolute;
  left: 200px;
  margin: 3px 10px;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--tip > p {
  font-size: 12;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--list {
  display: table;
  margin: 0 auto;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--list.with-arrows .m-sign-modal--tabs--saved--carousel--arrow {
  display: inline-block;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--arrow {
  display: none;
  float: left;
  width: 20px;
  height: 34px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--arrow.prev {
  margin: 8px 20px 0 0;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/5271af71c8debdf46eb2daf5d9637451.png) no-repeat 0 0;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--arrow.next {
  margin: 8px 0 0 0;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/d194e0160ae535056dbac0620deb9dab.png) no-repeat 0 0;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--arrow.is-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  cursor: default;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item {
  float: left;
  border: none !important;
  height: 70px;
  width: 85px;
  margin-right: 20px;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item .m-sign-modal--tabs--saved--carousel--item--content {
  float: left;
  height: 42px;
  width: 85px;
  text-align: center;
  padding: 0 5px;
  border: solid 1px #C3C3C3;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item .m-sign-modal--tabs--saved--carousel--item--content:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item .m-sign-modal--tabs--saved--carousel--item--delete {
  display: none;
  float: right;
  font-size: 12px;
  color: #00B3E6;
  cursor: pointer;
  margin-right: 2px;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item.is-hidden {
  display: none !important;
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item.is-selected .m-sign-modal--tabs--saved--carousel--item--content {
  border: solid 1px #00B3E6;
  opacity: 1;
  filter: alpha(opacity=100);
}

.m-sign-modal .m-sign-modal--tabs--saved .m-sign-modal--tabs--saved--carousel .m-sign-modal--tabs--saved--carousel--item.is-selected .m-sign-modal--tabs--saved--carousel--item--delete {
  display: inline-block;
}

.m-sign-modal .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--canvas-holder {
  width: 100%;
  height: 190px;
  margin: 0 auto;
  border: solid 1px #E6E6E6;
  padding: 5px;
}

.m-sign-modal .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--canvas {
  width: calc(100% + 10px);
  height: 190px;
  margin-left: 0;
  position: relative;
  top: -6px;
  left: -5px;
  z-index: 9998;
}

.m-sign-modal .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--clear-link {
  float: right;
  margin: 0;
  text-align: right;
  padding: 8px 15px 6px;
  z-index: 9999;
  position: absolute;
  right: 32px;
  top: 30px;
}

.m-sign-modal .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--clear-link > a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #A0A0A0;
}

.m-sign-modal .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--x {
  float: left;
  position: relative;
  top: -65px;
  left: 5%;
  color: #A0A0A0;
  font-size: 22px;
  font-weight: 600;
  width: 90%;
  border-bottom: solid 1px #E6E6E6;
  z-index: 9997;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--input {
  float: left;
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: inherit;
  height: 60px;
  width: 75%;
  padding: 0 10px;
  margin: 0 0 15px 0;
  border-radius: 0;
  transition: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--input:focus {
  line-height: 58px;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output {
  float: left;
  text-align: center;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output .m-sign-modal--tabs--type--output--change-link {
  font-size: 14px;
  color: #808080;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output .m-sign-modal--tabs--type--output--change-link:hover {
  cursor: pointer;
  color: #4E4E4E;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--legalese {
  float: right;
  margin-right: 30px;
}

.m-sign-modal .m-sign-modal--tabs--type .m-sign-modal--tabs--type--legalese > p {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 68px;
  color: #C3C3C3;
}

.m-sign-modal .m-sign-modal--tabs--upload {
  color: #4E4E4E;
}

.m-sign-modal .m-sign-modal--tabs--upload--header-text {
  font-weight: 300;
}

.m-sign-modal .m-sign-modal--tabs--upload--file-formats-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .6px;
  line-height: 1.5em;
}

.m-sign-modal .m-sign-modal--tabs--upload--input .dropzone {
  margin-top: 40px;
  margin-bottom: 15px;
  color: #FFFFFF;
  background: #00B3E6;
  border-style: none !important;
  border-radius: 3px;
}

.m-sign-modal .m-sign-modal--tabs--upload--input .dropzone > div {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.m-sign-modal .m-sign-modal--tabs--upload--input .dropzone > div img {
  width: 18px;
  margin: 2px 8px;
  position: relative;
}

.m-sign-modal.is-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0;
}

.m-sign-modal.is-mobile .m-button {
  /* No transition on mobile - it's weird when rotating the phone */
  transition: none !important;
}

.m-sign-modal.is-mobile .m-sign-modal--menu {
  width: 55px;
  margin-top: 25px;
  padding-top: 0;
  background: initial;
  border-right: none;
  font-size: inherit;
}

.m-sign-modal.is-mobile .m-sign-modal--menu .m-sign-modal--menu--item {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.m-sign-modal.is-mobile .m-sign-modal--menu .m-sign-modal--menu--item.U,
.m-sign-modal.is-mobile .m-sign-modal--menu .m-sign-modal--menu--item.P {
  display: none !important;
}

.m-sign-modal.is-mobile .m-sign-modal--menu .m-sign-modal--menu--item--label {
  display: none;
}

.m-sign-modal.is-mobile .m-sign-modal--menu .m-sign-modal--menu--item--icon {
  display: inline-block;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs {
  width: 100%;
  padding: 25px 25px 50px 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs .m-sign-modal--tabs--tab {
  width: 100%;
  padding: 0;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs .m-sign-modal--tabs--tab > div {
  float: left;
  width: 100%;
  padding-left: 100px;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs .m-sign-modal--tabs--tab .m-sign-modal--tabs--tab-title {
  display: none;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list {
  max-height: 100%;
  padding-bottom: 70px;
  overflow-y: scroll;
  overflow-x: visible;
  -ms-overflow-style: none;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list::-webkit-scrollbar {
  width: 0 !important;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list .m-sign-modal--tabs--saved--list--item {
  margin-bottom: 30px;
  text-align: center;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list .m-sign-modal--tabs--saved--list--item .m-sign-modal--tabs--saved--list--item--image {
  padding: 10px;
  border: solid 1px #A0A0A0;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list .m-sign-modal--tabs--saved--list--item.is-selected {
  margin-bottom: 10px;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list .m-sign-modal--tabs--saved--list--item.is-selected .m-sign-modal--tabs--saved--list--item--image {
  border-color: #00B3E6;
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--saved--list .m-sign-modal--tabs--saved--list--item--delete {
  text-align: right;
  color: #00B3E6;
  line-height: 16px;
  margin-top: 4px;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
  float: left;
  max-width: 30%;
  font-size: 11px;
  margin-left: 10%;
  margin-top: 10px;
  color: #808080;
  height: 49px;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--inner {
  border-top: solid 1px #E6E6E6;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link {
  display: inherit;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--left {
  width: 15%;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--right {
  width: 85%;
  float: right;
  text-align: right;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons,
.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
  margin-top: 0;
  height: auto;
}

.m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons {
  margin-left: 50px;
}

@media only screen and (max-width: 575px) {
  .m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
    margin-left: 4%;
  }
}

@media only screen and (max-width: 480px) {
  .m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
    margin-left: 3%;
    font-size: 10px;
    max-width: 25%;
  }
}

@media only screen and (max-width: 320px) {
  .m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--message {
    max-width: 35%;
  }

  .m-sign-modal.is-mobile .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons {
    margin-left: 15px;
  }
}

.m-sign-modal.is-mobile .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip {
  display: none;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs .m-sign-modal--tabs--tab > div {
  padding-left: 80px;
}

.m-sign-modal.is-mobile.screen-small.orientation-P.can-insert-everywhere .m-sign-modal--action-bar {
  height: 120px;
}

.m-sign-modal.is-mobile.screen-small.orientation-P.can-insert-everywhere .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link {
  line-height: 100px;
}

.m-sign-modal.is-mobile.screen-small.orientation-P.can-insert-everywhere .m-sign-modal--action-bar .m-sign-modal--action-bar--close-link .m-sign-modal--action-bar--close-link--arrow {
  margin-top: 26px;
}

.m-sign-modal.is-mobile.screen-small.orientation-P.can-insert-everywhere .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons {
  float: right;
  width: 75%;
  text-align: right;
}

.m-sign-modal.is-mobile.screen-small.orientation-P.can-insert-everywhere .m-sign-modal--action-bar .m-sign-modal--action-bar--buttons > button {
  width: 80%;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--saved--carousel {
  margin-top: 40%;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw--tip {
  display: inline-block;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip {
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  background-color: #F7F8F9;
  padding: 10px 15px;
  width: 100%;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip .m-sign-modal--tabs--draw--tip--icon {
  float: left;
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/dd4c2fdc6cd0d13ad8aa42d022162a6f.png);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 20px;
  position: relative;
  top: 4px;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip .m-sign-modal--tabs--draw--tip--text {
  float: left;
  font-size: 10px;
  line-height: 14px;
  color: #808080;
  line-height: 40px;
}

@media only screen and (max-width: 340px) {
  .m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip .m-sign-modal--tabs--draw--tip--icon {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }

  .m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--tip .m-sign-modal--tabs--draw--tip--text {
    margin-top: 0;
    max-width: 70%;
    line-height: 14px;
  }
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--type .m-sign-modal--tabs--type--input {
  width: 100%;
  max-width: 100%;
}

.m-sign-modal.is-mobile.screen-small.orientation-P .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output {
  width: 100%;
}

.m-sign-modal.is-mobile.orientation-L .m-sign-modal--action-bar--inner {
  height: 68px;
}

.m-sign-modal.is-mobile.orientation-L .m-sign-modal--tabs--saved--list {
  padding-bottom: 20px;
}

.m-sign-modal.is-mobile.orientation-L .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output {
  width: 20%;
}

.m-sign-modal.is-mobile.orientation-L .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output .m-sign-modal--tabs--type--output--spinner {
  margin: 22px 0 22px 20px;
}

.m-sign-modal.is-mobile.orientation-L .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output .m-sign-modal--tabs--type--output--change-link {
  width: 130px;
  height: 60px;
  line-height: 16px !important;
  padding: 22px 20px;
  margin: 0 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4E4E4E;
}

@media only screen and (max-width: 480px) {
  .m-sign-modal.is-mobile.orientation-L .m-sign-modal--action-bar--close-link--text {
    display: none;
  }
}

.m-sign-modal.is-mobile.orientation-P .m-sign-modal--tabs--type .m-sign-modal--tabs--type--input {
  margin-bottom: 5px;
}

.m-sign-modal.is-mobile.orientation-P .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output .m-sign-modal--tabs--type--output--change-link {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.m-sign-modal.is-mobile.is-rotated {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.m-sign-modal.is-mobile.is-rotated .m-sign-modal--menu {
  margin-top: 25px !important;
}

.m-sign-modal.is-mobile.is-rotated .m-sign-modal--tabs {
  padding-top: 25px !important;
  bottom: inherit;
}

.m-sign-modal.is-mobile.is-rotated .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--x {
  top: 125px;
}

.m-sign-modal.is-mobile.is-rotated .m-sign-modal--tabs--draw .m-sign-modal--tabs--draw--canvas {
  position: absolute;
  top: -135px;
  left: 250px;
  width: 170px;
  height: 490px;
  margin-left: 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(-90deg);
}

.m-sign-modal.is-desktop {
  background-color: #FFFFFF;
  /* Adjustments for size on saved signature pane */
}

.m-sign-modal.is-desktop .m-sign-modal--close-box {
  position: absolute;
  height: 10px;
  width: 10px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 15;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs {
  width: 100%;
  left: 0;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--tab-title {
  top: 25px;
  position: absolute;
  left: 300px;
  font-size: 13px;
  text-transform: uppercase;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--tab.is-selected {
  padding-left: 0;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--content {
  margin-left: 135px;
  padding-right: 40px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email--loader {
  position: relative;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--tab-title {
  width: calc(100% - 135px);
  text-align: center;
  left: 135px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--saved.has-sginatures .m-sign-modal--tabs--content {
  margin-left: 115px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--saved--carousel {
  margin-top: 35px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--saved--featured > img {
  max-height: 100%;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--draw--canvas-holder {
  background-color: #F7F8F9;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--draw--clear-link {
  left: 160px;
  right: initial;
  top: 266px;
  border: none !important;
  text-transform: capitalize;
  font-weight: 200;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--type .m-sign-modal--tabs--type--input {
  font-size: 55px;
  height: 100px;
  padding: 0 25px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--type .m-sign-modal--tabs--type--output--change-link {
  padding-left: 15px;
  padding-right: 15px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps {
  font-size: 14px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps > div {
  margin-top: 10px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps > div > strong {
  position: absolute;
  left: 350px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps .m-sign-modal--tabs--email--steps--header {
  margin-bottom: 20px;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps .m-sign-modal--tabs--email--steps--output--spinner {
  left: 350px;
  top: 100px;
  position: absolute;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--email .m-sign-modal--tabs--email--steps .m-sign-modal--tabs--email--steps--error > h1 {
  text-align: center;
}

.m-sign-modal.is-desktop .m-sign-modal--tabs--error .m-sign-modal--tabs--error--error-content > h1 {
  text-align: center;
}

.m-sign-modal.is-desktop .m-sign-modal--action-bar {
  height: 68px;
  background-color: #F4F4F4;
}

.m-sign-modal.is-desktop .m-sign-modal--action-bar .m-sign-modal--action-bar--inner {
  border-top: 1px solid #DEDEDE;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--instructions {
  font-size: 13px;
  margin-bottom: 15px;
  text-align: center;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--preview {
  width: 400px;
  height: 122px;
  border: 1px solid #E6E6E6;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--preview--image {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls {
  text-transform: uppercase;
  font-size: 10px;
  width: 400px;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls > div {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--contrast {
  position: relative;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--contrast > input {
  position: absolute;
  display: block;
  margin-bottom: 1px;
  cursor: pointer;
  max-width: 150px;
  -ms-transform: translateY(-20px);
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--contrast > div {
  position: absolute;
  bottom: -35px;
  left: 13%;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--rotate {
  position: relative;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--rotate > img {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 1px;
  cursor: pointer;
}

.m-sign-modal.is-desktop .m-sign-modal--signature-edit-area--controls--rotate > div {
  position: absolute;
  bottom: -35px;
  left: 33%;
}

.m-sign-modal.is-desktop .m-sign-modal--action-bar--message {
  float: left;
  width: 220px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 9px;
  margin-left: 12px;
  line-height: 1.2em;
  color: #B5B5B5;
}

.m-sign-modal.is-desktop .m-sign-modal--menu {
  width: 135px;
  font-size: 13px;
  height: 316px;
  top: 0;
  border-color: #DEDEDE;
}

.m-sign-modal.is-desktop .m-sign-modal--menu .m-sign-modal--menu--item {
  width: 135px;
  border-color: #DEDEDE;
}

.m-sign-modal.is-desktop .m-sign-modal--menu .m-sign-modal--menu--item:first-of-type {
  border-top: solid 1px #DEDEDE;
}

.m-sign-modal.is-desktop .m-sign-modal--menu .m-sign-modal--menu--item:nth-of-type(2) {
  margin-top: 40px;
  border-top: solid 1px #DEDEDE;
}

.m-sign-modal.is-desktop .m-sign-modal--menu .m-sign-modal--menu--item:hover {
  background-color: #E6E6E6;
}

.m-sign-modal.is-desktop .m-sign-modal--menu .m-sign-modal--menu--item.is-selected {
  background-color: #E6E6E6;
  border-left: solid 5px #00B3E6;
}

.m-sign-modal.orientation-L .m-sign-modal--action-bar--notification {
  display: none;
}

.m-sign-modal.orientation-P .m-sign-modal--action-bar--message {
  display: none;
}

.m-sign-modal.orientation-P .m-sign-modal--action-bar--notification {
  display: inline-block;
}

.m-sign-modal.can-insert-everywhere .m-sign-modal--action-bar--notification {
  bottom: 121px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-loader-dots {
  width: 150px;
  position: relative;
}

.m-loader-dots circle {
  fill: #00B3E6;
  fill-opacity: 0.2;
  transition: ease 0.5s;
}

.m-loader-dots .current-dot {
  fill-opacity: 1;
}

.m-loader-dots .message {
  position: relative;
  top: 15px;
}.m-common-modal,
.m-edit-signature-modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.m-common-modal .m-common-modal--center-content,
.m-edit-signature-modal .m-common-modal--center-content {
  position: relative;
  left: 50%;
  top: 200px;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -o-transform: translateX(-40%);
}

.m-edit-signature-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.m-edit-signature-modal .m-button {
  min-width: inherit;
}

.m-edit-signature-modal .m-sign-modal {
  top: 50%;
  left: 50%;
  height: 376px;
  transform: translate(-50%, -50%);
  font-weight: normal;
}

.m-edit-signature-modal .m-sign-modal .m-sign-modal--action-bar {
  height: 60px !important;
}

.m-edit-signature-modal .m-sign-modal .m-sign-modal--tabs--upload--fileupload .dropzone > div > span {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  position: relative;
  top: -5px;
}.m-app-topbar--account-menu {
  width: 195px;
}._footer__logo {
  width: 32px;
}

._footer__links {
  font-size: 14px;
}

._footer__social img {
  width: 24px;
  height: 24px;
}

.m-app-footer--menu-item {
  white-space: nowrap;
}.l-new-modal.remove-enterprise-member .l-new-modal--content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.l-new-modal.remove-enterprise-member .l-new-modal--content label,
.l-new-modal.remove-enterprise-member .l-new-modal--content select {
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  width: 47%;
  vertical-align: middle;
}

.l-new-modal.remove-enterprise-member .l-new-modal--content label {
  margin-right: 3%;
}

.l-new-modal.remove-enterprise-member .l-new-modal--content label span.shortened {
  max-width: 95%;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.l-new-modal.remove-enterprise-member .l-new-modal--content select {
  margin-left: 3%;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

/**
 * 1. Needed to make sure the entire modal has rounded corners.  The top two
 * corners are covered by the modal styles
 */

.team-reporting-modal-bar {
  background: #F7F8F9;
  border-radius: 0 0 5px 5px;
  /* [1] */
}

.team-reporting-modal-close-button {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.team-reporting-modal__info-icon {
  width: 30px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-field {
  margin-bottom: 20px;
}

.m-field .m-field--label {
  color: #1A1A1A;
  cursor: default;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.m-field input[type=text],
.m-field input[type=email],
.m-field input[type=password] {
  margin-bottom: 10px;
  border-color: #E6E6E6;
  box-shadow: 0 1px 2px 0 #E6E6E6;
}

.m-field .m-field--error {
  color: #C9252C;
  font-size: 14px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-or-divider {
  display: block;
  width: 100%;
  margin: 40px 0;
  position: relative;
}

.m-or-divider .m-or-divider--or {
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  color: #808080;
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
  position: relative;
  z-index: 1;
}

.m-or-divider .m-or-divider--rule {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-sign-up-form .m-button {
  margin: 10px 0;
  width: 100%;
}

.m-sign-up-form .m-sign-up-form--sign-in-link p {
  text-align: center;
}

.m-sign-up-form .m-sign-up-form--tos {
  letter-spacing: normal;
  font-size: 14px;
}

.m-sign-up-form h2 {
  margin-bottom: 65px;
}

.m-sign-up-form .m-create-account--modal-google-login {
  padding: 20px 40px 0 40px;
}

.m-sign-up-form .m-sign-up-form--marketing-opt-in input[type=checkbox] {
  vertical-align: text-bottom;
  margin-bottom: 0;
  position: relative;
  bottom: 0.2em;
}.m-recover-password-form {
  font-weight: 400;
}

.m-recover-password-form h2 {
  margin-bottom: 10px;
}

.m-recover-password-form--button {
  margin: 0;
  width: 100%;
}

.m-recover-password-form--rule {
  margin: 40px 0;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-log-in-form .m-google-signin-button {
  margin-top: 0;
}

.m-log-in-form .m-log-in-form--forgot-password-link,
.m-log-in-form .m-log-in-form--saml-label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.m-log-in-form .m-log-in-form--saml-label {
  color: #A0A0A0;
}

.m-log-in-form .m-log-in-form--submit {
  margin: 0;
  text-align: right;
}

.m-log-in-form .m-log-in-form--remember-me {
  margin-top: 15px;
}

.m-log-in-form .m-log-in-form--remember-me label {
  color: #4E4E4E;
  font-size: 13px;
}

.m-log-in-form .m-log-in-form--remember-me input[type='checkbox'] {
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  bottom: 0.2em;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-log-in {
  padding-bottom: 40px;
}

.m-log-in .m-logo {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .m-log-in .m-logo {
    text-align: left;
  }
}

.m-log-in .m-logo img {
  height: 26px;
}

.m-log-in--greeting {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .m-log-in--greeting {
    display: block;
  }
}

.m-log-in--left {
  display: none;
  text-align: right;
}

@media only screen and (min-width: 40.063em) {
  .m-log-in--left {
    display: block;
    border-right: 1px solid #E6E6E6;
    padding: 0 10%;
    min-height: 300px;
  }

  .m-log-in--left > div {
    background: #F7F8F9;
    padding: 30px;
    color: #808080;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-log-in--right {
    padding: 0 10%;
  }
}

.m-log-in--sign-up-copy {
  color: #4E4E4E;
  font-size: 14px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-settings--cancel {
  color: #1A1A1A;
}

.m-settings--cancel h1 {
  font-size: 30px;
  font-weight: 300;
}

.m-settings--cancel h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.m-settings--cancel h3 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.m-settings--cancel h3.m-cancel--subtitle {
  margin-top: 5px;
  margin-bottom: 15px;
}

.m-settings--cancel h4 {
  font-size: 12px;
  font-weight: 500;
}

.m-settings--cancel input,
.m-settings--cancel textarea {
  color: #1A1A1A;
}

.m-settings--cancel input[type="text"] {
  margin-top: 10px;
}

.m-settings--cancel textarea {
  height: 100px;
  width: 80%;
  margin: 10px 0;
}

.m-settings--cancel .m-settings--cancel--reminder {
  margin-bottom: 30px;
}

.m-settings--cancel .m-settings--cancel--reminder li {
  font-weight: 400;
}

.m-settings--cancel .m-settings--cancel--actions {
  display: inline-block;
}

.m-settings--cancel--toggle-container {
  margin-top: 15px;
}

.m-settings--cancel--toggle-container > input[type="radio"] {
  margin: 0;
}

.m-settings--cancel--toggle-container > label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.m-settings--cancel--toggle-container > input[type="radio"] + label {
  font-size: .9em;
  font-weight: 400;
  margin-right: 15px;
}

.m-settings--cancel--reason-container {
  clear: both;
}

.m-settings--cancel--reason-container > label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.m-settings--cancel--reason-list {
  margin-top: 10px;
}

.m-settings--cancel--reason-list--item > label {
  font-size: .8em;
  font-weight: 400;
}

.m-settings--cancel--reason-list--item > input {
  margin: 0 0;
}

.m-settings--cancel--competitor-info {
  width: 500px;
}

.m-settings--cancel--hr {
  clear: both;
  width: 80%;
  height: 5px;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 30px;
}

.m-settings--cancel--competitor-autocomplete {
  border: 1px solid #A0A0A0;
  z-index: 500;
  padding: auto 5px;
}

.m-settings--cancel--competitor-autocomplete--item {
  padding: 0 15px;
  font-weight: 400;
}

.m-settings--cancel--competitor-autocomplete--item:hover {
  background-color: #F7F8F9;
}

.m-settings--cancel--error {
  color: #E90000;
  font-size: 14px;
  font-weight: 500;
}

.m-settings--cancel--plan-switch-container {
  clear: both;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-customer-cancel-offer a {
  font-size: 17px;
  font-weight: 500;
}

.m-customer-cancel-offer .m-logo-only-header {
  margin-top: 30px;
}

.m-customer-cancel-offer .m-customer-cancel-offer--header-text h1 {
  font-size: 54px;
  letter-spacing: 2px;
}

.m-customer-cancel-offer .m-customer-cancel-offer--header-text h2 {
  font-size: 18px;
  font-weight: 400;
}

.m-customer-cancel-offer .m-customer-cancel-offer--main-content {
  margin-top: 50px;
}

.m-customer-cancel-offer .m-cancel-offer-plan-description {
  float: left;
  width: 60%;
  padding-right: 80px;
  padding-left: 40px;
  padding-top: 15px;
  font-weight: 500;
}

.m-customer-cancel-offer .m-cancel-offer-plan-description .m-cancel-offer-plan-description--callout {
  font-size: 17px;
}

.m-customer-cancel-offer .m-cancel-offer-plan-description ul {
  margin: 30px 20px;
}

.m-customer-cancel-offer .m-cancel-offer-plan-description ul li {
  list-style: initial;
  margin-bottom: 3px;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level {
  width: 40%;
  float: right;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer {
  background: #F7F8F9;
  border: 1px solid #E6E6E6;
  padding: 30px 40px;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer p {
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 8px;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .large-price {
  margin-top: -25px;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .large-price .dollar {
  display: inline-block;
  font-size: 55px;
  font-weight: 500;
  color: #00B3E6;
  position: relative;
  top: -30px;
  left: 0;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .large-price .price {
  display: inline-block;
  font-size: 80pt;
  letter-spacing: -5px;
  font-weight: 200;
  color: #00B3E6;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .previous-price {
  color: #C3C3C3;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .previous-price .dollar {
  display: inline-block;
  position: relative;
  font-size: 18pt;
  top: -16px;
  left: 0;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .previous-price .price {
  font-size: 50px;
  position: relative;
  font-weight: 300;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .previous-price .price::before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  right: -15px;
  border-top: 2px solid;
  border-color: red;
  transform: rotate(-26deg);
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer small {
  margin-top: -5px;
  font-size: 12px;
  color: #808080;
  text-transform: none;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .select-offer-button {
  padding: 15px 33px 14px 33px;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .round-or {
  color: #F7F8F9;
  background-color: #DEDEDE;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 500;
  padding-top: 7px;
  margin: 20px auto;
}

.m-customer-cancel-offer .m-cancel-offer-pricing-level .m-cancel-offer-pricing-level--offer .continue-to-cancel-button {
  text-transform: none;
  padding: 14px 15px 13px 15px;
  font-size: 15px;
}.animate-in {
  display: inline-block;
  animation: fadeInDown 320ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.animate-out {
  display: inline-block;
  animation: fadeOutDown 320ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}.pricing-animation-left .pricing-row-enter {
  display: none;
  overflow: hidden;
}

.pricing-animation-left .pricing-row-enter.pricing-row-enter-active {
  display: block;
  width: 855px;
  animation: fadeInRight 240ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.pricing-animation-left .pricing-row-leave {
  position: relative;
  overflow: hidden;
}

.pricing-animation-left .pricing-row-leave.pricing-row-leave-active {
  position: static;
  animation: fadeOutLeft 240ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.pricing-animation-right .pricing-row-enter {
  display: none;
  overflow: hidden;
}

.pricing-animation-right .pricing-row-enter.pricing-row-enter-active {
  display: block;
  width: 855px;
  animation: fadeInLeft 240ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.pricing-animation-right .pricing-row-leave {
  position: relative;
  overflow: hidden;
}

.pricing-animation-right .pricing-row-leave.pricing-row-leave-active {
  position: static;
  animation: fadeOutRight 240ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes fadeInRight {
  0% {
    position: absolute;
    transform: translateX(900px);
  }

  100% {
    position: absolute;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    position: absolute;
    transform: translateX(-900px);
  }

  100% {
    position: absolute;
    transform: none;
  }
}

@keyframes fadeOutLeft {
  0% {

  }

  100% {
    transform: translate(-900px);
  }
}

@keyframes fadeOutRight {
  0% {

  }

  100% {
    transform: translate(900px);
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .corporate-pricing-level {
    padding-top: 60px;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-contact-us--text-input {
  display: inline-block;
  max-width: 460px;
}

.m-contact-us--text-input.text-area {
  height: 200px;
}

.m-contact-us--error p {
  color: red;
  font-size: 12px;
}

.m-contact-us--checkmark {
  width: 44px;
}

.m-contact-us .rx-marketo-form {
  text-align: center;
  width: 301px !important;
  margin: auto;
}

.m-contact-us .rx-marketo-form .mktoLabel {
  display: inline-block;
}

.m-contact-us .rx-marketo-form .mktoFieldWrap {
  width: 100%;
  font-family: proxima-nova, sans-serif !important;
  float: none !important;
}

.m-contact-us .rx-marketo-form .mktoFieldWrap label {
  color: #4E4E4E;
  margin-bottom: 4px;
}

.m-contact-us .rx-marketo-form .mktoFieldWrap select,
.m-contact-us .rx-marketo-form .mktoFieldWrap input {
  padding: 5px 15px !important;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 300;
  padding-left: 10px !important;
  min-height: 0;
}

.m-contact-us .rx-marketo-form .mktoFieldWrap .mktoGutter.mktoHasWidth {
  display: none;
}

.m-contact-us .rx-marketo-form .mktoFormRow {
  width: 100%;
  display: block !important;
}

.m-contact-us .rx-marketo-form .mktoButtonRow {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

.m-contact-us .rx-marketo-form .mktoButtonRow .mktoButtonWrap {
  width: 100% !important;
}

.m-contact-us .rx-marketo-form .mktoButtonRow .mktoButtonWrap button {
  font-family: proxima-nova, sans-serif !important;
}

.m-contact-us .rx-marketo-form .mktoButtonRow span {
  margin-left: 0px !important;
}

.m-contact-us .rx-marketo-form .mktoAsterix {
  float: left !important;
  padding-left: 0 !important;
  padding-right: 5px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-marketo-form .rx-marketo-form {
  width: auto !important;
  display: inline-block;
}

.m-marketo-form .rx-marketo-form > * {
  vertical-align: middle;
}

.m-marketo-form .rx-marketo-form .mktoButtonWrap .mktoButton {
  box-shadow: none !important;
  text-align: center;
  padding: 12px 20px 10px 20px !important;
  letter-spacing: 0.05em !important;
  margin: 5px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  display: inline-block;
  transition: 0.8s !important;
  outline: none !important;
  background: #00B3E6 !important;
  border-style: none none none none !important;
  border-width: 1px 1px 1px 1px !important;
}

.m-marketo-form .rx-marketo-form .mktoButtonWrap .mktoButton:hover,
.m-marketo-form .rx-marketo-form .mktoButtonWrap .mktoButton:focus {
  background: #1A1A1A !important;
}

.m-marketo-form .rx-marketo-form .mktoFormRow,
.m-marketo-form .rx-marketo-form .mktoButtonRow {
  display: inline-block;
}

.m-marketo-form .rx-marketo-form .mktoOffset,
.m-marketo-form .rx-marketo-form .mktoGutter,
.m-marketo-form .rx-marketo-form .mktoLabel {
  display: none;
}

.m-marketo-form .rx-marketo-form .mktoFormRow {
  vertical-align: middle;
}

.m-marketo-form .rx-marketo-form .mktoButtonRow span {
  margin-left: 10px !important;
}

.m-marketo-form .rx-marketo-form input[type=email] {
  padding: 5px 10px !important;
}

.m-marketo-form .rx-marketo-form .mktoError {
  color: white !important;
}

.m-marketo-form .rx-marketo-form .mktoErrorArrow {
  background-color: black !important;
  border-color: black !important;
}

.m-marketo-form .rx-marketo-form .mktoErrorArrowWrap {
  left: 65px !important;
}

.m-marketo-form .rx-marketo-form .mktoErrorMsg {
  color: white !important;
  background: black !important;
  border-color: black !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 300 !important;
  line-height: 14px !important;
  font-size: 10px !important;
  letter-spacing: 0.7px !important;
  text-align: center !important;
}

.m-marketo-form .rx-marketo-form input[type=text],
.m-marketo-form .rx-marketo-form input[type=url],
.m-marketo-form .rx-marketo-form input[type=tel],
.m-marketo-form .rx-marketo-form input[type=number],
.m-marketo-form .rx-marketo-form input[type=email] {
  padding: 5px 10px !important;
}

.m-api-example--marketo-container {
  margin-left: 20px;
  display: inline-block;
}

.m-api-example--marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton {
  background: #F59600 !important;
  transition: 0.8s !important;
  border: 1px solid #F59600 !important;
  margin-top: 4px !important;
  width: 144px !important;
}

.m-api-example--marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton:hover {
  background-color: transparent !important;
  color: #F59600 !important;
}

.m-api-example--marketo-container .rx-marketo-form .mktoError {
  right: 70px !important;
  bottom: 45px !important;
}

.m-api-example--marketo-container .rx-marketo-form .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 40em) {
  .m-api-example--marketo-container .rx-marketo-form {
    text-align: center;
  }
}

@media only screen and (max-width: 32em) {
  .m-api-example--marketo-container {
    margin-left: 0;
  }

  .m-api-example--marketo-container .rx-marketo-form .mktoField {
    height: 37px;
    width: 240px;
    margin: 0;
  }

  .m-api-example--marketo-container .rx-marketo-form .mktoButtonWrap .mktoButton {
    margin: 10px 0 0 0 !important;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .m-pricing-arrow {
    display: none;
  }
}

.arrow-button {
  width: 50px;
  cursor: pointer;
  cursor: hand;
}

.arrow-button-right {
  position: absolute;
  z-index: 100;
  transform: translate(-168px, 400px);
}

.arrow-button-left {
  position: absolute;
  z-index: 100;
  transform: translate(-1025px, 400px) rotate(180deg);
}

.arrow-line-right {
  border-left: 2px solid #E2E2E2;
  height: 641px;
  position: absolute;
  z-index: 99;
  transform: translate(855px, 60px);
}

.arrow-line-left {
  border-left: 2px solid #E2E2E2;
  height: 641px;
  position: absolute;
  z-index: 99;
  transform: translate(0px, 60px);
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-payment-page .main-title h1,
.m-payment-page .main-title h2,
.m-payment-page .main-title a {
  text-align: center;
  display: block;
}

.m-payment-page .main-title h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.m-payment-page .main-title h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 14px;
}

.m-payment-page .main-title a {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 400;
}

.m-payment-page .main-area {
  position: relative;
  margin: auto;
  margin-top: 70px;
  min-height: 450px;
  width: 1024px;
}

.m-payment-page .cta-area {
  display: inline-block;
  position: absolute;
  left: 0;
}

.m-payment-page .cta-area .payment-area {
  width: 658px;
  padding: 57px;
  padding-top: 37px;
  padding-bottom: 27px;
  display: block;
  background-color: #F7F8F9;
  border: 1px solid #DEDEDE;
}

.m-payment-page .cta-area .payment-area .m-payment--cc-exp-month {
  width: 85px;
  height: 40px;
  margin-top: 5px;
  margin-left: 5px;
}

.m-payment-page .cta-area .payment-area .m-payment--cc-exp-year {
  width: 105px;
  height: 40px;
  margin-left: 10px;
  margin-top: 5px;
}

.m-payment-page .cta-area .no-thanks-link {
  display: block;
  margin: auto;
  width: 340px;
  margin-top: 15px;
}

.m-payment-page .cta-area .no-thanks-link > a {
  font-weight: 300;
  color: #4E4E4E;
}

.m-payment-page .cta-area .no-thanks-link > a:hover {
  color: #00B3E6;
}

.m-payment-page .feature-area {
  position: absolute;
  right: 0;
}

.m-payment-page .feature-area .feature-header,
.m-payment-page .feature-area .and-more {
  margin-left: 56px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.m-payment-page .feature-area .feature-header {
  margin-bottom: 20px;
}

.m-payment-page .feature-area .and-more {
  font-weight: 400;
  color: #A0A0A0;
}

.m-payment-page .feature-area > ul > li::before {
  content: '';
  width: 88%;
  border-top: 1px solid #DEDEDE;
  height: 1px;
  margin: 13px 0px;
  margin-left: 40px;
  display: block;
}

.m-payment-page .feature-area > ul > li:nth-of-type(1)::before {
  display: none;
}

.m-payment-page .feature-area > ul > li .feature-image {
  width: 28px;
}

.m-payment-page .feature-area > ul > li .feature-text {
  margin-left: 10px;
  display: inline;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-captive-footer {
  bottom: 0;
  width: 100%;
}

.m-captive-footer .row {
  border-top: solid 1px #E6E6E6;
}

.m-captive-footer .row a {
  color: #1A1A1A;
  float: left;
  margin-left: 0;
}

.m-captive-footer .row a:hover {
  color: #00B3E6;
}

.m-captive-footer .row .copyright {
  float: right;
  margin-right: 0;
}

.m-captive-footer .row a,
.m-captive-footer .row .copyright {
  font-weight: 400;
  font-size: 13px;
  padding-top: 5px;
  margin: 15px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.stripe-security-callout {
  width: 500px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 20px;
}

.stripe-security-callout img {
  display: block;
  position: relative;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
}

.stripe-security-callout small {
  display: block;
  color: #A0A0A0;
  margin: 10px;
  text-align: center;
  letter-spacing: .05em;
  font-size: 13px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-inline-stripe-form input {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  height: 40px;
  font-size: 20px;
  font-weight: 300;
}

.m-inline-stripe-form input.cardholder-name,
.m-inline-stripe-form input.card-number {
  width: 530px;
}

.m-inline-stripe-form input.cvv,
.m-inline-stripe-form input.zip-code {
  margin-left: 20px;
}

.m-inline-stripe-form input.cvv {
  width: 85px;
}

.m-inline-stripe-form input.zip-code {
  width: 200px;
  margin-right: 0;
}

.m-inline-stripe-form input.error {
  border-color: #E90000;
}

.m-inline-stripe-form .name-icon {
  position: absolute;
  right: 66px;
  top: 73px;
}

.m-inline-stripe-form .card-number-wrapper {
  position: relative;
}

.m-inline-stripe-form .m-payment--ccs {
  position: absolute;
  right: 18px;
  top: 12px;
}

.m-inline-stripe-form .m-payment--ccs > img {
  margin-left: 10px;
}

.m-inline-stripe-form .inline-fields {
  width: 535px;
}

.m-inline-stripe-form .inline-fields select {
  background-color: #FFFFFF;
  font-weight: 300;
  background-size: 10px;
  padding-left: 14px;
  background-position-x: 90%;
}

.m-inline-stripe-form button {
  height: 40px;
}

.m-inline-stripe-form .loader {
  margin: 5px;
  width: 200px;
  height: 40px;
  padding: 0 37px;
  border: 2px solid #00B3E6;
  border-radius: 5px;
}

.m-inline-stripe-form .loader > img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.m-inline-stripe-form .error {
  color: #E90000;
  margin-left: 5px;
  margin-bottom: 15px;
}.pill {
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  padding: 7px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}.m-ent-plan-pricing-summary .m-ent-plan-pricing-summary-block {
  margin-bottom: 20px;
}

/**
 * Rate Component
 */

.m-ent-plan-pricing-summary-rate {
  float: left;
  font-size: 32px;
  font-weight: 400;
}

/**
 * Summary Block Component
 */

.m-ent-plan-pricing-summary-block {
  position: relative;
  left: 26px;
  padding: 20px 25px;
  line-height: 32px;
}

.m-ent-plan-pricing-summary-block__pill,
.m-ent-plan-pricing-summary-block__rate,
.m-ent-plan-pricing-summary-block__copy,
.m-ent-plan-pricing-summary-block__per {
  float: left;
}

.m-ent-plan-pricing-summary-block__per,
.m-ent-plan-pricing-summary-block__copy,
.m-ent-plan-pricing-summary-block__range {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.m-ent-plan-pricing-summary-block__per.partner,
.m-ent-plan-pricing-summary-block__copy.partner,
.m-ent-plan-pricing-summary-block__range.partner {
  float: none;
}

.m-ent-plan-pricing-summary-block__pill {
  position: absolute;
  right: 100%;
  margin-right: -52px;
}

.m-ent-plan-pricing-summary-block__rate {
  padding-left: 52px;
}

.m-ent-plan-pricing-summary-block__copy {
  margin-left: 15px;
}

.m-ent-plan-pricing-summary-block__range {
  float: right;
  font-weight: 600;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-logo-only-header {
  margin-top: 5px;
}

.m-choose-signup-plan .m-choose-signup-plan--paid-pricing-levels {
  padding-top: 60px;
}

@media only screen and (min-width: 64.063em) {
  .m-choose-signup-plan {
    max-width: 80%;
    margin: auto;
    margin-top: 5px;
  }
}

h2.v2-subtitle {
  font-size: 26px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-choose-signup-plan .m-pricing-level .level-title .subheader {
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  color: #C3C3C3;
  font-size: 13px;
  padding-bottom: 25px;
  margin: -15px;
}

.m-choose-signup-plan .m-pricing-level .additional-features {
  font-size: 15px;
  font-weight: 300;
  color: #C3C3C3;
  background-color: #FFFFFF;
}

.m-choose-signup-plan .m-pricing-level .m-pricing-level--header .most-popular {
  width: 65px;
  left: 0;
  top: -25px;
}

.m-choose-signup-plan .m-pricing-level .m-pricing-level--body {
  color: #1A1A1A;
}

.m-choose-signup-plan .m-pricing-level .m-pricing-level--body .billing-period {
  color: #808080;
}

@media only screen and (min-width: 64.063em) {
  .m-choose-signup-plan .m-pricing-level .m-pricing-level--header {
    height: 70px;
    font-size: 23px;
    font-weight: 600;
    padding-top: 18px;
  }

  .m-choose-signup-plan .m-pricing-level .m-pricing-level--body .first-section {
    padding-top: 24px;
  }

  .m-choose-signup-plan .m-pricing-level .m-pricing-level--body .contact-us-phone-number {
    margin-bottom: -5px;
  }

  .m-choose-signup-plan .m-pricing-level .m-pricing-level--body .looking-for-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .m-choose-signup-plan .m-pricing-level .m-pricing-level--body .sales-team-blurb {
    margin-bottom: 37px;
    padding: 0 50px;
    font-size: 15px;
    line-height: 1.2em;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-plan-level-free {
  height: 70px;
  margin-top: 20px;
  margin-bottom: 200px;
}

.m-plan-level-free .block {
  height: 100%;
  background-color: #F7F8F9;
}

.m-plan-level-free .free-title {
  color: #C3C3C3;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  padding: 25px 0;
  margin-right: 2px;
}

.m-plan-level-free .free-blurb {
  padding: 28px 0;
}

.m-plan-level-free .free-button {
  padding-top: 12px;
  margin-left: -2px;
}

@media only screen and (min-width: 64.063em) {
  .m-choose-signup-plan .m-plan-level-free {
    margin-bottom: 180px;
  }

  .m-choose-signup-plan .m-plan-level-free .block {
    border-top: #E6E6E6 1px solid;
    border-bottom: #E6E6E6 1px solid;
  }

  .m-choose-signup-plan .m-plan-level-free .free-title {
    border-left: #E6E6E6 1px solid;
  }

  .m-choose-signup-plan .m-plan-level-free .free-button {
    border-right: #E6E6E6 1px solid;
  }
}.m-success-test-drive-modal {
  padding-top: 30px;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header {
  padding: 0 45px;
  margin-bottom: 50px;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header h1 {
  font-size: 20px;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header h2 {
  font-size: 16px;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header h1,
.m-success-test-drive-modal .m-success-test-drive-modal--header h2 {
  text-align: center;
  font-weight: 300;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header .loader {
  position: relative;
  margin: 45px 105px;
}

.m-success-test-drive-modal .m-success-test-drive-modal--header .loader .m-loader-dots {
  width: 110px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.plan-choice-area-v2 {
  width: 800px;
  min-height: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.plan-choice-area-v2 .time-toggle-area {
  margin-top: 20px;
}

.plan-choice-area-v2 .time-toggle-area > div {
  display: inline-block;
}

.plan-choice-area-v2 .time-toggle-area .side {
  width: 304px;
}

.plan-choice-area-v2 .time-toggle-area .side .line {
  border-top: solid 1px #DEDEDE;
  height: 5px;
  position: relative;
}

.plan-choice-area-v2 .time-toggle-area .side .line.pointer:before,
.plan-choice-area-v2 .time-toggle-area .side .line.pointer:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.plan-choice-area-v2 .time-toggle-area .side .line.pointer:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #DEDEDE;
  border-width: 10px;
  margin-left: -10px;
}

.plan-choice-area-v2 .time-toggle-area .side .line.pointer:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}

.plan-choice-area-v2 .time-toggle-area .side .line.pointer.leftside:before,
.plan-choice-area-v2 .time-toggle-area .side .line.pointer.leftside:after {
  left: 30%;
}

.plan-choice-area-v2 .time-toggle-area .side .line.pointer.rightside:before,
.plan-choice-area-v2 .time-toggle-area .side .line.pointer.rightside:after {
  left: 70%;
}

.plan-choice-area-v2 .time-toggle-area .middle {
  margin: 0 10px;
}

.plan-choice-area-v2 .time-toggle-area .middle .rx-toggle {
  letter-spacing: 1px;
}

.plan-choice-area-v2 .time-toggle-area .middle .rx-toggle .switch .switch-button {
  background-color: #00B3E6;
}

.plan-choice-area-v2 .time-toggle-area .middle .rx-toggle span.off-label,
.plan-choice-area-v2 .time-toggle-area .middle .rx-toggle span.on-label {
  color: #A0A0A0;
  font-size: 12px;
}

.plan-choice-area-v2 .time-toggle-area .middle.placeholder {
  margin: 0;
  width: 191px;
  height: 15px;
}

.plan-choice-area-v2 .time-toggle-area .middle.placeholder .line {
  border-top: solid 1px #E6E6E6;
  height: 5px;
  position: relative;
  top: 10px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.rx-toggle {
  vertical-align: middle;
  display: inline-block;
}

.rx-toggle span {
  line-height: 20px;
}

.rx-toggle span.off-label {
  float: left;
  font-weight: 600;
}

.rx-toggle span.on-label {
  float: right;
  color: #E6E6E6;
}

.rx-toggle .switch {
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  display: inline-block;
  width: 40px;
  height: 18px;
}

.rx-toggle .switch .switch-button {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  background-color: #A2BF00;
  transition: 0.3s ease-in-out;
  position: relative;
  top: -1px;
  left: -1px;
}

.rx-toggle.on .switch-button {
  left: 21px;
}

.rx-toggle.on .off-label {
  color: #E6E6E6;
  font-weight: 400;
}

.rx-toggle.on .on-label {
  font-weight: 600;
  color: #000;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-team-size-select {
  width: 100%;
  height: 150px;
  margin-top: 22px;
  margin-bottom: 10px;
}

.m-team-size-select .team-size-level {
  width: 180px;
  height: 100%;
  padding: 30px 0;
  margin-left: 130px;
  float: left;
  text-align: center;
}

.m-team-size-select .team-size-level:nth-of-type(1) {
  margin-left: 0px;
}

.m-team-size-select .team-size-level:hover {
  border: solid 1px #E6E6E6;
  background-color: #F7F8F9;
}

.m-team-size-select .team-size-level.selected {
  border: solid 2px #00B3E6;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.23);
}

.m-team-size-select .team-size-level img {
  width: 76px;
  height: 35px;
}

.m-team-size-select .team-size-level .level-name {
  margin-top: 18px;
  font-size: 25px;
  font-weight: 300;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-plan-card {
  width: 575px;
  min-height: 325px;
  margin: 40px auto;
  background-color: #F7F8F9;
  border: solid 1px #E6E6E6;
  position: relative;
}

.m-plan-card .plan-details {
  width: 300px;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.m-plan-card .plan-details .plan-name {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.m-plan-card .plan-details .plan-name:after {
  content: '';
  display: block;
  width: 26px;
  margin: 2px auto;
  border-bottom: solid 2px #1A1A1A;
}

.m-plan-card .plan-details .price {
  color: #00B3E6;
  font-weight: 100;
  margin-top: 20px;
  display: inline-block;
}

.m-plan-card .plan-details .price .currency {
  top: -53px;
  left: 2px;
  position: relative;
  font-size: 56px;
}

.m-plan-card .plan-details .price .amount {
  letter-spacing: -5px;
  font-size: 99pt;
}

.m-plan-card .plan-details .period {
  color: #808080;
  font-size: 12px;
  margin-top: -15px;
}

.m-plan-card .plan-details .m-button {
  margin-top: 26px;
}

.m-plan-card .plan-details .enterprise-plan-text {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-plan-card .plan-details .enterprise-plan-text h1 {
  font-weight: 300;
  font-size: 22px;
}

.m-plan-card .plan-details .contact-info {
  margin-bottom: -15px;
}

.m-plan-card .plan-details .contact-info .phone-icon {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

.two-up .m-plan-card {
  width: 250px;
  display: inline-block;
  margin: 40px 75px;
}

.two-up .m-plan-card .plan-details {
  width: 250px;
}

.wide-card .m-plan-card {
  width: 800px;
}

.wide-card .m-plan-card .plan-details {
  width: 500px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-plan-features-card {
  position: absolute;
  top: 13px;
  right: -35px;
  min-width: 295px;
  min-height: 295px;
  background-color: #FFFFFF;
  border: solid 1px #E6E6E6;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.m-plan-features-card h1 {
  text-align: center;
  margin: 0 auto;
  margin-top: 23px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}

.m-plan-features-card ul {
  list-style-type: none;
  margin: 0 40px;
  margin-bottom: 20px;
  margin-top: 17px;
  text-align: center;
}

.m-plan-features-card ul li {
  font-weight: 600;
}

.m-plan-features-card ul li:before {
  content: '';
  display: block;
  width: 20%;
  margin: 16px auto;
  border-bottom: solid 1px #E6E6E6;
}

.m-plan-features-card ul li:nth-of-type(1):before {
  display: none;
}

.m-plan-features-card ul li small {
  display: block;
  color: #808080;
  text-transform: uppercase;
}

.two-up .m-plan-features-card {
  position: relative;
  right: 22px;
  bottom: 0;
}

.wide-card .m-plan-features-card {
  top: 32px;
  min-height: 260px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-free-plan-link {
  text-align: center;
  margin-top: -25px;
}

.m-free-plan-link > span {
  color: #4E4E4E;
  font-weight: 300;
}

.m-free-plan-link a {
  font-weight: 700;
}.m-enterprise-plan-customer-callout {
  width: 800px;
  margin: 0 auto;
}

.m-enterprise-plan-customer-callout .blurb,
.m-enterprise-plan-customer-callout .logos {
  display: inline-block;
}

.m-enterprise-plan-customer-callout .blurb {
  max-width: 250px;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.m-enterprise-plan-customer-callout .logos {
  max-width: 550px;
}

.m-enterprise-plan-customer-callout .logos > div {
  height: 28px;
  width: 100px;
  display: inline-block;
  margin: 0 0 25px 80px;
}

.m-enterprise-plan-customer-callout .logos > div img {
  height: 28px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-collect-info-modal {
  padding-top: 60px;
}

.m-collect-info-modal h1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.m-collect-info-modal h2 {
  text-align: center;
  font-size: 0.79em;
  font-weight: 300;
}

.m-collect-info-modal form {
  margin-bottom: 60px;
}

.m-collect-info-modal form .row {
  margin-bottom: 20px;
}

.m-collect-info-modal form label {
  font-weight: 300;
  font-size: 1em;
  margin-bottom: -6px;
}

.m-collect-info-modal form label .asterisk {
  color: #E90000;
}

.m-collect-info-modal form input,
.m-collect-info-modal form select {
  margin-top: 9px;
  height: 45px;
}

.m-collect-info-modal form input.error,
.m-collect-info-modal form select.error {
  border-color: #E90000;
}

.m-collect-info-modal form select {
  font-weight: 300;
  font-size: 16px;
}

.m-collect-info-modal form .error > p {
  font-size: 12px;
  color: #E90000;
}

.m-collect-info-modal .cta-contact-fields {
  display: inline-block;
  min-width: 410px;
  margin: 20px auto;
}

.m-collect-info-modal .cta-contact-fields::before {
  content: '';
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
  border-top: 1px solid #E6E6E6;
}

.m-collect-info-modal .cta-contact-fields .line-deco {
  position: absolute;
  width: 5px;
  height: 56px;
  bottom: 116px;
  border: 1px solid #E6E6E6;
  border-right-color: transparent;
}

.m-collect-info-modal .cta-contact-fields .contact-content-wrapper {
  height: '100%';
  width: '100%';
  margin-left: 10px;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number > *,
.m-collect-info-modal .cta-contact-fields .how-many-users-area > * {
  display: inline-block;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number > p,
.m-collect-info-modal .cta-contact-fields .how-many-users-area > p {
  letter-spacing: 0px;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number input[type='checkbox'] {
  height: 12px;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number p {
  margin: 0 5px;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number input[type='text'] {
  max-width: 150px;
  background-color: #FFFFFF;
  border-color: transparent;
  border-bottom-color: #A0A0A0;
  height: 20px;
  position: absolute;
}

.m-collect-info-modal .cta-contact-fields .contact-me-and-number input[type='text'].error {
  color: #E90000;
}

.m-collect-info-modal .cta-contact-fields .phone-error,
.m-collect-info-modal .cta-contact-fields .num-users-error {
  position: absolute;
  font-size: 12px;
  color: #E90000;
  left: 130px;
  font-weight: 400;
}

.m-collect-info-modal .cta-contact-fields .phone-error {
  bottom: 145px;
}

.m-collect-info-modal .cta-contact-fields .num-users-error {
  bottom: 80px;
}

.m-collect-info-modal .cta-contact-fields .how-many-users-area p {
  margin: 0 10px 0 0;
}

.m-collect-info-modal .cta-contact-fields .how-many-users-area select {
  max-width: 140px;
}

.m-collect-info-modal .cta-bar {
  background-color: #F7F8F9;
  padding: 12px 30px;
  min-height: 60px;
}

.m-collect-info-modal button {
  margin: 12px 30px;
  float: right;
}

.m-collect-info-modal .subheader {
  margin-top: 5px;
  margin-bottom: 30px;
}

.m-collect-info-modal .m-collect-info-form--field-container,
.m-collect-info-modal .m-collect-info-modal--header {
  padding-left: 100px;
  padding-right: 100px;
}.hellosign-layout-container {
  letter-spacing: 0.05em;
  max-width: 1180px;
  min-height: 100vh;
  height: 100vh;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

#fax_line_config .search-header {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}

#fax_line_config .search-fax-lines {
  margin-bottom: 25px;
}

#fax_line_config .search-fax-lines input {
  display: inline-block;
  float: left;
  height: 31px !important;
  margin-right: 5px !important;
  margin-top: 0 !important;
  width: 260px;
}

#fax_line_config .search-fax-lines button {
  height: 31px !important;
  padding: 5px !important;
}

#fax_line_config .search-fax-lines button .m-button--icon {
  height: 18px;
  width: 18px;
}

#fax_line_config .search-footer-msg {
  color: #A0A0A0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-white-labeling header {
  margin-top: 50px;
  text-align: center;
}

.m-white-labeling header .m-white-labeling-try {
  display: none;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling header .m-white-labeling-try {
    display: inline;
  }
}

.m-white-labeling header h1 {
  font-weight: 300;
}

.m-white-labeling header h2 {
  font-size: 18px;
  font-weight: 400;
  padding: 0 25px;
}

.m-white-labeling header button {
  margin-top: 25px;
  width: 110px;
  height: 40px;
  font-size: 16px;
  padding: 0;
}

.m-white-labeling header button a {
  color: #FFFFFF;
}

.m-white-labeling main {
  margin-top: 50px;
}

.m-white-labeling main .row {
  max-width: 100%;
  min-width: 100%;
}

.m-white-labeling main .m-white-labeling--contact-modal {
  display: none;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 998;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 899px) {
  .m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--overlay {
    display: none;
  }
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form {
  z-index: 999;
  position: fixed;
  width: 500px;
  padding: 40px 20px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 1px #808080;
  left: 50%;
  top: 50%;
}

@media only screen and (max-width: 899px) {
  .m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form {
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .m-white-labeling--contact-modal--form--header {
  color: #4E4E4E;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .m-white-labeling--contact-modal--form--close {
  color: #C3C3C3;
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoLabel {
  display: inline !important;
  width: auto !important;
  margin-bottom: 5px;
  font-weight: 600;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFormRow {
  float: left;
  width: 100%;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoAsterix {
  float: left !important;
  padding-left: 0 !important;
  padding-right: 5px !important;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFormCol {
  width: 100%;
  margin-bottom: 10px !important;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoButtonRow > span {
  float: left;
  margin-top: 10px !important;
  margin-left: 0 !important;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoButtonRow > span > button {
  margin: 0 !important;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFieldWrap {
  float: left !important;
  width: 100% !important;
  font-family: proxima-nova, sans-serif !important;
}

.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFieldWrap textarea,
.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFieldWrap select,
.m-white-labeling main .m-white-labeling--contact-modal .m-white-labeling--contact-modal--form .rx-marketo-form .mktoFieldWrap input {
  float: left !important;
  width: 100% !important;
  padding: 5px 15px !important;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 300;
  padding-left: 10px !important;
  min-height: 0;
  transition: none;
}

.m-white-labeling main .m-white-labeling--contact-modal.is-shown {
  display: inline;
}

.m-white-labeling main .m-white-labeling-copy {
  border-top: 1px solid #E6E6E6;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-text {
  max-width: 1200px;
  margin-top: 50px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-text p {
  margin-bottom: 10px;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta {
  margin-top: 40px;
  margin-bottom: 75px;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
}

@media only screen and (max-width: 899px) {
  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .quote-container {
    width: 100vw;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote {
  background-color: #F7F8F9;
  padding: 25px 40px 40px 40px;
  text-align: center;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mobile-cta {
  display: inline;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .regular-cta {
  display: none;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote {
    width: 500px;
    text-align: start;
    padding: 25px 0 25px 40px;
  }

  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mobile-cta {
    display: none;
  }

  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .regular-cta {
    display: inline;
  }
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote h3 {
  font-size: 18px;
  font-weight: bold;
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mktoButtonRow {
  text-align: center;
  display: block;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mktoButtonRow {
    text-align: start;
    transform: translateX(-15px);
  }
}

.m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mktoEmailField {
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .m-white-labeling-copy-cta .get-a-quote .mktoEmailField {
    height: 40px;
    width: 400px;
  }
}

.m-white-labeling main .m-white-labeling-copy .quote-and-documentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .quote-and-documentation {
    transform: translateX(-100px);
  }
}

.m-white-labeling main .m-white-labeling-copy .quote-and-documentation h2 {
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .quote-and-documentation h2 {
    text-align: start;
  }
}

@media only screen and (max-width: 899px) {
  .m-white-labeling main .m-white-labeling-copy .documentation {
    width: 100vw;
    height: 40vw;
    padding: 0 30px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .documentation {
    width: 350px;
    transform: translateY(55px);
    margin-top: 0;
    margin-left: 100px;
    border-left: 1px solid #E6E6E6;
    padding-left: 100px;
  }
}

.m-white-labeling main .m-white-labeling-copy .documentation .see-documentation {
  padding: 50px;
  padding-bottom: 30px;
  background-color: #F7F8F9;
  text-align: center;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling main .m-white-labeling-copy .documentation .see-documentation {
    width: 350px;
  }
}

.m-white-labeling main .m-white-labeling-copy .documentation .see-documentation h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.m-white-labeling main .m-white-labeling-copy .documentation .see-documentation button {
  height: 35px;
  width: 150px;
  padding: 0;
}

.m-white-labeling main .m-white-labeling-copy .documentation .see-documentation button a {
  font-size: 14px;
  font-weight: 400;
}

.m-white-labeling main .m-white-labeling-copy .documentation button a {
  color: #FFFFFF;
}

.m-white-labeling .m-white-labeling-bulb-computer {
  display: block;
  text-align: center;
  background-color: #F7F8F9;
  margin: 50px 25px 0 25px;
  padding: 10px;
}

.m-white-labeling .m-white-labeling-bulb-computer img {
  margin-right: 15px;
}

@media only screen and (min-width: 900px) {
  .m-white-labeling .m-white-labeling-bulb-computer {
    display: none;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.m-white-labeling-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.m-document-container {
  width: 850px;
  margin-right: 50px;
}

.m-document-container h2 {
  letter-spacing: 0.9px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}

.m-document-container h2 img {
  margin-right: 10px;
}

.m-document-container .arrow-1 {
  transform: translateY(25px);
}

.m-document-container .m-document {
  background-color: #F7F8F9;
  padding: 30px 40px 0 40px;
}

.m-document-container .m-document .m-document-header {
  height: 145px;
  padding: 35px;
}

.m-document-container .m-document .m-document-header .m-document-header-left {
  float: left;
}

.m-document-container .m-document .m-document-header .m-document-header-left h1 {
  color: #B8DDCE;
  font-weight: bold;
  font-size: 14px;
}

.m-document-container .m-document .m-document-header .m-document-header-left p {
  font-size: 12px;
}

.m-document-container .m-document .m-document-header .m-document-header-left p:first-of-type {
  margin-top: 15px;
}

.m-document-container .m-document .m-document-header .m-document-header-right {
  float: right;
}

.m-document-container .m-document .m-document-header .m-document-header-right button {
  width: 110px;
  height: 30px;
  font-size: 10px;
  padding: 0px;
  margin-top: 35px;
  background-color: #422DA8;
}

.m-document-container .m-document .m-document-body {
  height: 345px;
  background-color: #FFFFFF;
  padding: 65px 65px 0px 65px;
}

.m-document-container .m-document .m-document-body h1 {
  font-size: 14px;
  font-weight: bold;
}

.m-document-container .m-document .m-document-body p {
  font-size: 14px;
}

.m-colorpicker-container {
  transform: translateY(30px);
}

.m-colorpicker-container .m-colorpicker-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

.m-colorpicker-container .m-colorpicker-title img {
  margin-right: 10px;
}

.m-colorpicker-container .arrow-2 {
  transform: translate(-240px, 40px);
}

.m-colorpicker-container .m-colorpicker {
  margin-top: 30px;
}

.white-labeling-gif {
  display: block;
  padding: 0 25px;
  height: 50vw;
}

@media only screen and (min-width: 900px) {
  .white-labeling-gif {
    display: none;
  }
}

.m-document-container,
.m-colorpicker-container {
  display: none;
}

@media only screen and (min-width: 900px) {
  .m-document-container,
  .m-colorpicker-container {
    display: block;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-docusign-switch {
  margin-top: 40px;
}

.m-docusign-switch header {
  text-align: center;
}

.m-docusign-switch header h1 {
  font-weight: 300;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch header h1 {
    font-size: 52px;
    letter-spacing: 0.9px;
    margin-bottom: 14px;
  }
}

.m-docusign-switch header h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 899px) {
  .m-docusign-switch header h2 {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch header h2 {
    margin-bottom: 45px;
  }
}

.m-docusign-switch section {
  margin-right: 10px;
  margin-left: 10px;
}

.m-docusign-switch button {
  border-radius: 5px;
  letter-spacing: 3px;
  padding-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.m-docusign-switch .center-image-wrapper {
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .signer-experience-image-wrapper {
    width: 50%;
  }

  .m-docusign-switch .signer-experience-image-wrapper img {
    width: 70%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .sign-anywhere-copy {
    width: 32%;
    margin-left: 13% !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .macbook {
    margin-left: 6%;
    width: 50%;
  }

  .m-docusign-switch .macbook img {
    width: 90%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .why-switch-copy {
    margin: 0 !important;
    width: 32%;
  }
}

.m-docusign-switch .m-docusign-switch__why-switch {
  margin-top: 40px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__why-switch {
    margin-top: 70px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.m-docusign-switch .m-docusign-switch__why-switch h2 {
  color: #00B3E6;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__why-switch h2 {
    margin-bottom: 90px;
  }

  .m-docusign-switch .m-docusign-switch__why-switch h2 h3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.m-docusign-switch .m-docusign-switch__why-switch h2:after {
  content: " ";
  display: block;
  height: 2px;
  background-color: #00B3E6;
  width: 100px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.m-docusign-switch .m-docusign-switch__why-switch .m-docusign-switch__better-signing-experience {
  margin-top: 40px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__why-switch .m-docusign-switch__better-signing-experience {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__features {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__features-row {
    display: -ms-flexbox;
    display: flex;
  }

  .m-docusign-switch .m-docusign-switch__features-row section {
    width: 200%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__features-row:first-child {
    margin-left: 11.5%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__features-row .m-docusign-switch__copy {
    width: 76% !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .copy-shift {
    margin-left: 11.5%;
  }
}

.m-docusign-switch .m-docusign-switch__copy {
  margin: 40px 20px 60px 20px;
  font-weight: 400;
}

.m-docusign-switch .m-docusign-switch__copy h3 {
  color: #00B3E6;
  font-size: 24px;
  font-weight: 600;
}

.m-docusign-switch .m-docusign-switch__copy p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__copy p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__copy a {
    font-size: 16px;
    font-weight: 500;
  }
}

.m-docusign-switch .m-docusign-switch__copy img {
  width: 60%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__copy img {
    width: 42%;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign__easier-to-sign-anywhere {
    margin-top: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.m-docusign-switch .pricing-button {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .pricing-button {
    margin-bottom: 120px;
  }
}

.m-docusign-switch .m-docusign-switch__api-container {
  background-color: #1A1A1A;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  padding: 50px 20px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__api-container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.m-docusign-switch .m-docusign-switch__api-container h2,
.m-docusign-switch .m-docusign-switch__api-container p {
  color: #F7F8F9;
  font-weight: 300;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__api-container h2,
  .m-docusign-switch .m-docusign-switch__api-container p {
    letter-spacing: .5px;
  }
}

.m-docusign-switch .m-docusign-switch__api-container h2 {
  line-height: 40px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__api-container h2 {
    margin-bottom: 55px;
  }
}

.m-docusign-switch .m-docusign-switch__api-container p {
  margin: 15px auto 0 auto;
  width: 200px;
  font-size: 20px;
  font-weight: 400;
}

.m-docusign-switch .m-docusign-switch__api-container img {
  width: 60px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__api-container img {
    width: 50px;
  }
}

.m-docusign-switch .m-docusign-switch__api-container .m-docusign-switch__api-container__icon-container {
  margin-bottom: 60px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .docs-icon {
    width: 40px !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__api-icons-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 170px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customers {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__happy-customers {
    margin-top: 140px;
    padding-bottom: 100px;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customers h2 {
  color: #00B3E6;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__happy-customers h2 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 800;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customers h2:after {
  content: " ";
  display: block;
  height: 2px;
  background-color: #00B3E6;
  width: 250px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__logos-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 150px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customer__intuit img {
  width: 170px;
}

.m-docusign-switch .m-docusign-switch__happy-customer__instacart img {
  width: 300px;
}

.m-docusign-switch .m-docusign-switch__happy-customer__lyft {
  margin-top: 70px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__happy-customer__lyft {
    margin-top: 0;
    transform: translateX(-12px);
  }
}

.m-docusign-switch .m-docusign-switch__happy-customer__lyft img {
  width: 100px;
}

.m-docusign-switch .m-docusign-switch__happy-customer__samsung {
  margin-top: 70px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__happy-customer__samsung {
    margin-top: 0;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customer__samsung img {
  width: 190px;
}

.m-docusign-switch .m-docusign-switch__happy-customer__twitter {
  margin-top: 90px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__happy-customer__twitter {
    margin-top: 0;
  }
}

.m-docusign-switch .m-docusign-switch__happy-customer__twitter img {
  width: 80px;
}

.m-docusign-switch .m-docusign-switch__case-studies {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #F7F8F9;
}

.m-docusign-switch .m-docusign-switch__case-studies .case-study-header {
  background-color: #F7F8F9;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 30px;
  box-shadow: inset 0 -4px 2px -2px #EEEFF0;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .case-study-header {
    padding-top: 50px;
    box-shadow: none;
    padding-bottom: 75px;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .case-study-header h2 {
  color: #00B3E6;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .case-study-header h2 {
    font-size: 16px;
    font-weight: 800;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .case-study-header h2:after {
  content: " ";
  display: block;
  height: 2px;
  background-color: #00B3E6;
  width: 125px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-studies-container {
    background-color: #F7F8F9;
    display: -ms-flexbox;
    display: flex;
    padding: 0 200px;
    padding-bottom: 150px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study {
  background-color: white;
  padding: 85px 35px;
}

@media only screen and (max-width: 899px) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study {
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study {
    background-color: white;
    width: 100%;
    padding: 60px 110px 40px 100px;
    box-shadow: 0 0 10px #EEEFF0;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study h4 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study h4 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study .case-study-learn-more {
  margin-top: 50px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study .case-study-learn-more {
    margin-top: 40px;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study .case-study-learn-more a {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study .case-study-learn-more a {
    font-size: 16px;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study-border {
  height: 15px;
  box-shadow: inset 0 0 10px #EEEFF0;
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .m-docusign-switch__case-study-border {
    display: none;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .openlegal img {
  width: 170px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .openlegal img {
    width: 135px;
  }
}

.m-docusign-switch .m-docusign-switch__case-studies .openlegal h4 {
  margin-top: 50px;
}

.m-docusign-switch .m-docusign-switch__case-studies .trxade {
  padding-top: 50px;
}

.m-docusign-switch .m-docusign-switch__case-studies .trxade img {
  width: 135px;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__case-studies .trxade img {
    width: 110px;
  }
}

.m-docusign-switch footer {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    height: 75px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  .m-docusign-switch footer a {
    color: black;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__footer-right {
    margin-right: 13%;
  }

  .m-docusign-switch .m-docusign-switch__footer-right a {
    color: black;
    font-size: 14px;
    font-weight: 400;
  }
}

@media only screen and (min-width: 64.063em) {
  .m-docusign-switch .m-docusign-switch__footer-left {
    margin-left: 16.5%;
  }

  .m-docusign-switch .m-docusign-switch__footer-left a {
    color: black;
    font-size: 14px;
    margin-right: 50px;
    font-weight: 400;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.m-docusign-switch .animate-in {
  display: inline-block;
  animation: fadeInDown 320ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.m-docusign-switch .animate-out {
  display: inline-block;
  animation: fadeOutDown 320ms;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.m-docusign-switch .slider-text {
  color: #00B3E6;
  font-weight: 400;
}

.m-docusign-switch .integrate-copy {
  transform: translateY(12px);
}

.m-docusign-switch .modern-tools-copy {
  transform: translateY(12px);
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-careers-page header {
  height: 200px;
  padding: 6px 60px 0px;
}

@media only screen and (min-width: 64.063em) {
  .m-careers-page header {
    height: 310px;
    padding-top: 93px;
    padding-bottom: 0px;
  }
}

.m-careers-page header h1 {
  color: white;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.6px;
  font-weight: 100;
  line-height: 32px;
  max-width: 980px;
  margin: auto;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page header h1 {
    font-size: 40px;
    letter-spacing: 1.2px;
    line-height: 47px;
    padding: 0;
  }
}

.m-careers-page header::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 300px;
  width: 100%;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/9558494b8b0e9452e594bc9919a44018.png) no-repeat center;
  background-size: cover;
  background-position: center top;
}

@media only screen and (min-width: 64.063em) {
  .m-careers-page header::before {
    height: 430px;
  }
}

.m-careers-page .m-careers-page--what-we-value {
  padding: 60px 40px;
  border-bottom: 1px solid #E6E6E6;
}

@media only screen and (min-width: 64.063em) {
  .m-careers-page .m-careers-page--what-we-value {
    padding-top: 83px;
    padding-left: 9px;
  }
}

.m-careers-page .m-careers-page--what-we-value div {
  padding: 0px;
}

.m-careers-page .m-careers-page--what-we-value h2 {
  color: #4E4E4E;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.6px;
}

.m-careers-page .m-careers-page--what-we-value p {
  color: #4E4E4E;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 25px;
}

.m-careers-page .m-careers-page--our-values {
  margin-top: 30px;
}

@media only screen and (min-width: 64.063em) {
  .m-careers-page .m-careers-page--our-values {
    margin-top: 5px;
  }
}

.m-careers-page .m-careers-page--our-values h3 {
  font-size: 13px;
  font-weight: 600;
}

@media only screen and (min-width: 64.063em) {
  .m-careers-page .m-careers-page--our-values h3 {
    font-size: 17px;
    padding-left: 60px;
    margin-bottom: 16px;
  }
}

.m-careers-page .m-careers-page--our-values img {
  margin-top: 20px;
  max-width: 460px;
}

.m-careers-page .m-careers-page--join-us {
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/33740a065c0e0803bb230ac666e00d7b.png) no-repeat center;
  background-size: cover;
  background-position: center top;
  height: 263px;
  text-align: center;
  padding-top: 60px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page .m-careers-page--join-us {
    height: 350px;
    padding-top: 83px;
  }
}

.m-careers-page .m-careers-page--join-us h2 {
  font-size: 45px;
  color: white;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page .m-careers-page--join-us h2 {
    font-size: 57px;
  }
}

.m-careers-page .m-careers-page--join-us a {
  width: 250px;
  height: 50px;
  font-size: 15px;
  padding-top: 18px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page .m-careers-page--join-us a {
    width: 340px;
    height: 72px;
    font-size: 19px;
    padding-top: 30px;
    letter-spacing: 2px;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-careers-page--current-openings {
  padding: 37px 0 65px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings {
    padding-bottom: 50px;
  }
}

.m-careers-page--current-openings h2 {
  color: #A0A0A0;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.m-careers-page--current-openings h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 180px;
  background-color: white;
}

.m-careers-page--current-openings h2:after {
  content: '';
  display: block;
  border-bottom: 1px solid #E6E6E6;
  z-index: -1;
  transform: translateY(-10px);
}

.m-careers-page--current-openings .m-careers-page--current-opening--button {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings .m-careers-page--current-opening--button {
    width: 100px;
    font-size: 13px;
    padding: 12px 10px;
    height: 35px;
    letter-spacing: 1.5px;
  }
}

.m-careers-page--current-openings .m-careers-page--departments {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings .m-careers-page--departments {
    padding: 34px 75px 0;
  }
}

.m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department {
  margin-bottom: 50px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department.border-right {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-right: 1px solid #E6E6E6;
  }
}

.m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department h3 {
  font-size: 13px;
  color: #00B3E6;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department h3 {
    font-size: 15px;
  }
}

.m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department h3:after {
  content: '';
  display: block;
  border-bottom: 1px solid #E6E6E6;
  width: 200px;
  margin: auto;
  transform: translateY(8px);
}

.m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department a {
  color: black;
  display: block;
  padding: 2px 0;
  font-size: 14px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--current-openings .m-careers-page--departments .m-careers-page--department a {
    font-size: 16px;
    max-width: 200px;
    margin: auto;
    margin-bottom: 10px;
  }
}

.m-careers-page--current-openings .m-careers-page--current-openings--view-all {
  text-align: center;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--slideshow {
    position: relative;
    overflow: hidden;
    height: 38vw;
  }

  .m-careers-page--slideshow img {
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    margin: auto;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-careers-page--life-at-hellosign {
  color: #4E4E4E;
  font-size: 30px;
  padding: 50px 40px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--life-at-hellosign {
    max-width: 1200px;
    margin: auto;
    padding-top: 84px;
    padding-bottom: 85px;
  }
}

.m-careers-page--life-at-hellosign h2 {
  font-weight: 300;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--life-at-hellosign h2 {
    font-size: 28px;
  }
}

.m-careers-page--life-at-hellosign p {
  font-size: 30px;
  letter-spacing: 0.6px;
}

.m-careers-page--life-at-hellosign img {
  width: 25px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-careers-page--testimonials {
  background-color: #F7F8F9;
  padding: 40px 40px 50px 75px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--testimonials {
    padding: 90px 40px 50px;
  }
}

.m-careers-page--testimonials p {
  font-size: 32px;
}

.m-careers-page--testimonials img {
  position: absolute;
  transform: translate(-40px, 15px);
}

.m-careers-page--testimonials .m-careers-page--testimonials--profile {
  padding: 12px 44px;
}

.m-careers-page--testimonials .m-careers-page--testimonials--profile img {
  display: block;
  width: 40px;
}

.m-careers-page--testimonials .m-careers-page--testimonials--profile .m-careers-page--testimonials--profile-info {
  transform: translate(14px, 17px);
}

.m-careers-page--testimonials .m-careers-page--testimonials--profile .m-careers-page--testimonials--profile-info p {
  font-size: 13px;
}

.m-careers-page--testimonials .m-careers-page--testimonials--profile .m-careers-page--testimonials--profile-info .m-careers-page--testimonials--profile-name {
  font-weight: 600;
}

.m-careers-page--testimonials--featured {
  background-color: #F7F8F9;
  padding: 0 35px 40px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--testimonials--featured {
    padding: 0 8px 100px;
  }
}

.m-careers-page--testimonials--featured a {
  position: absolute;
  display: block;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 1;
}

.m-careers-page--testimonials--featured h2 {
  color: white;
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
  margin-top: 10px;
}

.m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--muse {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/9469f2fbcf84a41505ffa33aea67f9a0.png);
  height: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--muse {
    height: 120px;
    max-width: 365px;
  }
}

.m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--glassdoor {
  background-image: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/9f3d398fa70136057b76ab464aa4ca25.png);
  margin-top: 30px;
  height: 110px;
  background-size: 100%;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--glassdoor {
    margin-top: 0px;
    transform: translateX(35px);
    height: 120px;
    max-width: 365px;
  }
}

.m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--hirepalooza {
  margin-top: 15px;
  height: 150px;
  background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/245f6a2455d480e19999c3e652501387.png) no-repeat center;
  background-size: 45%;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--hirepalooza {
    margin-top: 0px;
    height: 120px;
    max-width: 365px;
    background: none;
  }

  .m-careers-page--testimonials--featured .m-careers-page--testimonials--featured--hirepalooza:before {
    content: ' ';
    display: block;
    position: relative;
    background: url(https://s3.amazonaws.com/cdn.hellosign.com/1.40.0/build/245f6a2455d480e19999c3e652501387.png) no-repeat center;
    background-size: 45%;
    height: 120px;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-careers-page--weve-got-you-covered {
  padding: 60px 40px 50px;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--weve-got-you-covered {
    padding: 101px 10px 85px;
  }
}

.m-careers-page--weve-got-you-covered h2 {
  font-weight: 300;
}

@media only screen and (min-width: 40.063em) {
  .m-careers-page--weve-got-you-covered h2 {
    font-size: 29px;
    letter-spacing: 1px;
  }
}

.m-careers-page--weve-got-you-covered h3 {
  font-weight: 600;
  font-size: 17px;
}

.m-careers-page--weve-got-you-covered h4 {
  font-size: 23px;
  margin-bottom: 5px;
}

.m-careers-page--weve-got-you-covered div {
  padding: 0;
}

.m-careers-page--weve-got-you-covered p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.m-careers-page--weve-got-you-covered .m-careers-page--weve-got-you-covered--intro {
  margin-bottom: 26px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit {
  margin-top: 40px;
  padding: 0 5px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit p {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit--image {
  margin-bottom: 5px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit--image img {
  width: 43px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit--image.competitive-salary img {
  width: 23px;
}

.m-careers-page--weve-got-you-covered .m-careers-page-weve-got-you-covered--benefit--image.culture-of-learning img {
  width: 67px;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.m-integrations header h1 {
  font-size: 16px;
  font-weight: 300;
  color: #A0A0A0;
}

.m-integrations header span {
  font-size: 36px;
  font-weight: 200;
}

@media only screen and (min-width: 40.063em) {
  .m-integrations header span {
    font-size: 50px;
  }
}

.m-integrations header h2 {
  font-size: 16px;
  font-weight: 300;
  padding: 0 15px;
}

@media only screen and (min-width: 40.063em) {
  .m-integrations header h2 {
    font-size: 18px;
    padding: 0;
  }
}

.m-integrations section {
  text-align: center;
}

.m-integrations section.row {
  max-width: 90%;
}

@media only screen and (min-width: 64.063em) {
  .m-integrations section.row {
    max-width: 900px;
  }
}

.m-integrations section .header {
  display: block;
}

.m-integrations section h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #00B3E6;
  margin: 70px 0 50px;
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section h3 {
    margin-top: 120px;
  }
}

.m-integrations section h3:after {
  left: 0;
  right: 0;
  top: 25px;
  width: 88%;
  content: '';
  position: absolute;
  margin: 0 auto;
  border-bottom: 2px solid #00B3E6;
}

.m-integrations section:last-of-type {
  background-color: #F7F8F9;
  padding: 40px 0;
  margin-top: 80px;
}

.m-integrations section:last-of-type span {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 20px;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section:last-of-type span {
    font-size: 18px;
    padding: 0;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section:last-of-type {
    padding: 70px 0;
    margin-top: 125px;
  }
}

.m-integrations section .m-integrations__item {
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #E6E6E6;
  display: inline-block;
  position: relative;
}

.m-integrations section .m-integrations__item:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.m-integrations section .m-integrations__item .text {
  width: calc(100% - 95px);
  padding: 0 0 0 20px;
  left: 95px;
  float: right;
  text-align: left;
}

@media only screen and (min-width: 360px) {
  .m-integrations section .m-integrations__item .text {
    left: 115px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section .m-integrations__item .text {
    padding-right: 40px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}

.m-integrations section .m-integrations__item .text span {
  color: #1A1A1A;
  line-height: 18px;
}

.m-integrations section .m-integrations__item .text span:first-of-type {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

@media only screen and (min-width: 360px) {
  .m-integrations section .m-integrations__item .text span:first-of-type {
    font-size: 16px;
  }
}

.m-integrations section .m-integrations__item .text span:last-of-type {
  font-size: 14px;
  font-weight: 300;
  color: #808080;
}

.m-integrations section .m-integrations__item img {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50px;
  max-height: 50px;
  margin: 0 22.5px;
  position: absolute;
}

.m-integrations section .m-integrations__item img.landscape {
  max-width: 95px;
  margin: 0;
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section .m-integrations__item {
    float: left;
    height: 110px;
    display: block;
  }
}

.m-integrations section .m-integrations__item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 880px) {
  .m-integrations section.google-integrations .m-integrations__item,
  .m-integrations section.business-applications .m-integrations__item {
    width: calc(50% - 10px);
  }

  .m-integrations section.google-integrations .m-integrations__item:nth-child(even),
  .m-integrations section.business-applications .m-integrations__item:nth-child(even) {
    margin-right: 20px;
    float: left;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section.google-integrations .m-integrations__item:nth-child(4),
  .m-integrations section.google-integrations .m-integrations__item:nth-child(5) {
    height: 130px;
  }
}

@media only screen and (min-width: 40.063em) {
  .m-integrations section.business-applications .m-integrations__item:nth-child(2),
  .m-integrations section.business-applications .m-integrations__item:nth-child(3),
  .m-integrations section.business-applications .m-integrations__item:nth-child(6),
  .m-integrations section.business-applications .m-integrations__item:nth-child(7) {
    height: 130px;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.seo-cloud-integrations.seo-salesforce {
  /* MARKETO OVERRIDES */
  /* DIV HEIGHT OVERRIDES */
  /* BORDER ADDITIONS */
}

.seo-cloud-integrations.seo-salesforce .mktoEmailField {
  width: 260px !important;
  padding: 5px 10px !important;
  font-size: 13px !important;
  height: 37px !important;
}

@media only screen and (max-width: 480px) {
  .seo-cloud-integrations.seo-salesforce .mktoEmailField {
    margin-left: auto;
    margin-right: auto;
  }
}

.seo-cloud-integrations.seo-salesforce .mktoButtonRow {
  margin-top: -10px;
}

@media only screen and (max-width: 480px) {
  .seo-cloud-integrations.seo-salesforce .mktoButtonRow {
    margin: 0 auto 0 -10px;
  }
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.seo-salesforce .mktoButtonRow {
    margin-top: -4px;
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .seo-cloud-integrations.seo-salesforce .mktoForm {
    text-align: center;
  }
}

.seo-cloud-integrations.seo-salesforce .top {
  height: 1150px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.seo-salesforce .top {
    height: 700px;
  }
}

.seo-cloud-integrations.seo-salesforce .salesforce-logo {
  width: 130px;
  margin-left: 30px;
}

@media only screen and (max-width: 480px) {
  .seo-cloud-integrations.seo-salesforce .salesforce-logo {
    width: 100px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .seo-cloud-integrations.seo-salesforce .hs-logo {
    width: 120px;
    margin-right: 20px;
  }
}

.seo-cloud-integrations.seo-salesforce .seo-cloud-integrations__main__free_accounts__top {
  border-bottom: 2px solid #E6E6E6;
}

.seo-cloud-integrations.seo-salesforce .seo-cloud-integrations__main__free_accounts__top p {
  font-weight: 600;
}

.seo-cloud-integrations.seo-salesforce .seo-cloud-integrations__main__free_accounts__bottom {
  border-top: 2px solid #E6E6E6;
}

.seo-cloud-integrations.seo-salesforce .seo-cloud-integrations__main__free_accounts__bottom p {
  font-weight: 600;
}

.seo-cloud-integrations.seo-salesforce .seo-cloud-integrations__social h2 {
  margin: 30px 0;
}

.seo-cloud-integrations.seo-salesforce .title h1 span {
  display: block;
}

textarea.mktoField {
  width: 300px !important;
}#contact_sales_modal .m-modal--container {
  text-align: center;
}

#contact_sales_modal .m-marketo-form {
  width: 300px;
  margin: 0 auto;
}

#contact_sales_modal .mktoFormRow,
#contact_sales_modal .mktoButtonRow {
  text-align: center;
}

#contact_sales_modal .mktoFormRow input,
#contact_sales_modal .mktoFormRow select,
#contact_sales_modal .mktoButtonRow input,
#contact_sales_modal .mktoButtonRow select {
  width: 300px !important;
  margin: 0 auto !important;
  height: 35px;
}

#contact_sales_modal .mktoFormRow label,
#contact_sales_modal .mktoButtonRow label {
  width: 100% !important;
  display: block;
  font-size: 14px !important;
  margin-bottom: 4px;
}

#contact_sales_modal .mktoFormRow label .mktoAsterix,
#contact_sales_modal .mktoButtonRow label .mktoAsterix {
  float: left !important;
  padding-left: 0;
  padding-right: 5px;
}

#contact_sales_modal .mktoFormRow .mktoButtonWrap,
#contact_sales_modal .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
}

#contact_sales_modal .mktoButtonRow {
  width: 100%;
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

meta.foundation-version {
  font-family: "/5.2.1/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

.seo-cloud-integrations.real-estate .top {
  background-color: #F7F8F9;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.real-estate .top {
    height: 600px;
  }
}

.seo-cloud-integrations.real-estate .top .top-content-container h2 {
  margin: 0 auto;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.real-estate .top .top-content-container h2 {
    margin: 0;
  }
}

.seo-cloud-integrations.real-estate .seo-cloud-integrations__main {
  background-color: #FFFFFF;
}

.seo-cloud-integrations.real-estate .seo-cloud-integrations__testimonial {
  margin-top: 60px;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.real-estate .seo-cloud-integrations__testimonial {
    margin-top: 0;
  }
}

.seo-cloud-integrations.real-estate .seo-cloud-integrations__testimonial span:last-of-type {
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .seo-cloud-integrations.real-estate .seo-cloud-integrations__testimonial span:last-of-type {
    display: inline-block;
  }
}/**
 * These are Help Module Colors.
 * TODO: Consolidate and integrate them into our regular pallete during the internal redesign.
 * (Chris: Not sure what the above comment means, I've added these to the $color-collection
 * array below for the style guide...)
 */

/* 40% alpha transparency */

/**
 * Official HS Color Palette
 */

/* Feature background */

/* One-off grey */

/* Main text color */

/* Footer color */

/* Alias for fun! */

/* Signature modal border color */

/* New signature modal cta bar */

/* New signature modal legal text */

/* SmartForms landing page */

/* Semitransparent signer component bg */

/**
 * IMPORTANT: If you add a new color to the palette above,
 * add it to the the following array to get auto-generated
 * bg-, hgb-, c-, etc. styles
 */

.bg-azure {
  background-color: #1EA2D5;
}

.hbg-azure:hover,
.hbg-azure:focus {
  background-color: #1EA2D5;
}

.c-azure {
  color: #1EA2D5;
}

.hc-azure:hover,
.hc-azure:focus {
  color: #1EA2D5;
}

.border-1-azure {
  border: 1px solid #1EA2D5 !important;
}

.border-2-azure {
  border: 2px solid #1EA2D5 !important;
}

.hborder-1-azure:hover {
  border: 1px solid #1EA2D5 !important;
}

.hborder-2-azure:hover {
  border: 2px solid #1EA2D5 !important;
}

.bg-light-blue {
  background-color: #95CFE7;
}

.hbg-light-blue:hover,
.hbg-light-blue:focus {
  background-color: #95CFE7;
}

.c-light-blue {
  color: #95CFE7;
}

.hc-light-blue:hover,
.hc-light-blue:focus {
  color: #95CFE7;
}

.border-1-light-blue {
  border: 1px solid #95CFE7 !important;
}

.border-2-light-blue {
  border: 2px solid #95CFE7 !important;
}

.hborder-1-light-blue:hover {
  border: 1px solid #95CFE7 !important;
}

.hborder-2-light-blue:hover {
  border: 2px solid #95CFE7 !important;
}

.bg-medium-blue {
  background-color: #5AB8DD;
}

.hbg-medium-blue:hover,
.hbg-medium-blue:focus {
  background-color: #5AB8DD;
}

.c-medium-blue {
  color: #5AB8DD;
}

.hc-medium-blue:hover,
.hc-medium-blue:focus {
  color: #5AB8DD;
}

.border-1-medium-blue {
  border: 1px solid #5AB8DD !important;
}

.border-2-medium-blue {
  border: 2px solid #5AB8DD !important;
}

.hborder-1-medium-blue:hover {
  border: 1px solid #5AB8DD !important;
}

.hborder-2-medium-blue:hover {
  border: 2px solid #5AB8DD !important;
}

.bg-deep-blue {
  background-color: #2BA3D3;
}

.hbg-deep-blue:hover,
.hbg-deep-blue:focus {
  background-color: #2BA3D3;
}

.c-deep-blue {
  color: #2BA3D3;
}

.hc-deep-blue:hover,
.hc-deep-blue:focus {
  color: #2BA3D3;
}

.border-1-deep-blue {
  border: 1px solid #2BA3D3 !important;
}

.border-2-deep-blue {
  border: 2px solid #2BA3D3 !important;
}

.hborder-1-deep-blue:hover {
  border: 1px solid #2BA3D3 !important;
}

.hborder-2-deep-blue:hover {
  border: 2px solid #2BA3D3 !important;
}

.bg-slate-blue {
  background-color: #557280;
}

.hbg-slate-blue:hover,
.hbg-slate-blue:focus {
  background-color: #557280;
}

.c-slate-blue {
  color: #557280;
}

.hc-slate-blue:hover,
.hc-slate-blue:focus {
  color: #557280;
}

.border-1-slate-blue {
  border: 1px solid #557280 !important;
}

.border-2-slate-blue {
  border: 2px solid #557280 !important;
}

.hborder-1-slate-blue:hover {
  border: 1px solid #557280 !important;
}

.hborder-2-slate-blue:hover {
  border: 2px solid #557280 !important;
}

.bg-off-white {
  background-color: #EDEDED;
}

.hbg-off-white:hover,
.hbg-off-white:focus {
  background-color: #EDEDED;
}

.c-off-white {
  color: #EDEDED;
}

.hc-off-white:hover,
.hc-off-white:focus {
  color: #EDEDED;
}

.border-1-off-white {
  border: 1px solid #EDEDED !important;
}

.border-2-off-white {
  border: 2px solid #EDEDED !important;
}

.hborder-1-off-white:hover {
  border: 1px solid #EDEDED !important;
}

.hborder-2-off-white:hover {
  border: 2px solid #EDEDED !important;
}

.bg-white {
  background-color: #FFFFFF;
}

.hbg-white:hover,
.hbg-white:focus {
  background-color: #FFFFFF;
}

.c-white {
  color: #FFFFFF;
}

.hc-white:hover,
.hc-white:focus {
  color: #FFFFFF;
}

.border-1-white {
  border: 1px solid #FFFFFF !important;
}

.border-2-white {
  border: 2px solid #FFFFFF !important;
}

.hborder-1-white:hover {
  border: 1px solid #FFFFFF !important;
}

.hborder-2-white:hover {
  border: 2px solid #FFFFFF !important;
}

.bg-plume {
  background-color: #F7F8F9;
}

.hbg-plume:hover,
.hbg-plume:focus {
  background-color: #F7F8F9;
}

.c-plume {
  color: #F7F8F9;
}

.hc-plume:hover,
.hc-plume:focus {
  color: #F7F8F9;
}

.border-1-plume {
  border: 1px solid #F7F8F9 !important;
}

.border-2-plume {
  border: 2px solid #F7F8F9 !important;
}

.hborder-1-plume:hover {
  border: 1px solid #F7F8F9 !important;
}

.hborder-2-plume:hover {
  border: 2px solid #F7F8F9 !important;
}

.bg-warm-chinchilla {
  background-color: #E6E6E6;
}

.hbg-warm-chinchilla:hover,
.hbg-warm-chinchilla:focus {
  background-color: #E6E6E6;
}

.c-warm-chinchilla {
  color: #E6E6E6;
}

.hc-warm-chinchilla:hover,
.hc-warm-chinchilla:focus {
  color: #E6E6E6;
}

.border-1-warm-chinchilla {
  border: 1px solid #E6E6E6 !important;
}

.border-2-warm-chinchilla {
  border: 2px solid #E6E6E6 !important;
}

.hborder-1-warm-chinchilla:hover {
  border: 1px solid #E6E6E6 !important;
}

.hborder-2-warm-chinchilla:hover {
  border: 2px solid #E6E6E6 !important;
}

.bg-cinder-block {
  background-color: #C3C3C3;
}

.hbg-cinder-block:hover,
.hbg-cinder-block:focus {
  background-color: #C3C3C3;
}

.c-cinder-block {
  color: #C3C3C3;
}

.hc-cinder-block:hover,
.hc-cinder-block:focus {
  color: #C3C3C3;
}

.border-1-cinder-block {
  border: 1px solid #C3C3C3 !important;
}

.border-2-cinder-block {
  border: 2px solid #C3C3C3 !important;
}

.hborder-1-cinder-block:hover {
  border: 1px solid #C3C3C3 !important;
}

.hborder-2-cinder-block:hover {
  border: 2px solid #C3C3C3 !important;
}

.bg-light-cinder-block {
  background-color: #CECECE;
}

.hbg-light-cinder-block:hover,
.hbg-light-cinder-block:focus {
  background-color: #CECECE;
}

.c-light-cinder-block {
  color: #CECECE;
}

.hc-light-cinder-block:hover,
.hc-light-cinder-block:focus {
  color: #CECECE;
}

.border-1-light-cinder-block {
  border: 1px solid #CECECE !important;
}

.border-2-light-cinder-block {
  border: 2px solid #CECECE !important;
}

.hborder-1-light-cinder-block:hover {
  border: 1px solid #CECECE !important;
}

.hborder-2-light-cinder-block:hover {
  border: 2px solid #CECECE !important;
}

.bg-light-grey {
  background-color: #A0A0A0;
}

.hbg-light-grey:hover,
.hbg-light-grey:focus {
  background-color: #A0A0A0;
}

.c-light-grey {
  color: #A0A0A0;
}

.hc-light-grey:hover,
.hc-light-grey:focus {
  color: #A0A0A0;
}

.border-1-light-grey {
  border: 1px solid #A0A0A0 !important;
}

.border-2-light-grey {
  border: 2px solid #A0A0A0 !important;
}

.hborder-1-light-grey:hover {
  border: 1px solid #A0A0A0 !important;
}

.hborder-2-light-grey:hover {
  border: 2px solid #A0A0A0 !important;
}

.bg-grey {
  background-color: #808080;
}

.hbg-grey:hover,
.hbg-grey:focus {
  background-color: #808080;
}

.c-grey {
  color: #808080;
}

.hc-grey:hover,
.hc-grey:focus {
  color: #808080;
}

.border-1-grey {
  border: 1px solid #808080 !important;
}

.border-2-grey {
  border: 2px solid #808080 !important;
}

.hborder-1-grey:hover {
  border: 1px solid #808080 !important;
}

.hborder-2-grey:hover {
  border: 2px solid #808080 !important;
}

.bg-ashen {
  background-color: #4E4E4E;
}

.hbg-ashen:hover,
.hbg-ashen:focus {
  background-color: #4E4E4E;
}

.c-ashen {
  color: #4E4E4E;
}

.hc-ashen:hover,
.hc-ashen:focus {
  color: #4E4E4E;
}

.border-1-ashen {
  border: 1px solid #4E4E4E !important;
}

.border-2-ashen {
  border: 2px solid #4E4E4E !important;
}

.hborder-1-ashen:hover {
  border: 1px solid #4E4E4E !important;
}

.hborder-2-ashen:hover {
  border: 2px solid #4E4E4E !important;
}

.bg-castle-rock {
  background-color: #1A1A1A;
}

.hbg-castle-rock:hover,
.hbg-castle-rock:focus {
  background-color: #1A1A1A;
}

.c-castle-rock {
  color: #1A1A1A;
}

.hc-castle-rock:hover,
.hc-castle-rock:focus {
  color: #1A1A1A;
}

.border-1-castle-rock {
  border: 1px solid #1A1A1A !important;
}

.border-2-castle-rock {
  border: 2px solid #1A1A1A !important;
}

.hborder-1-castle-rock:hover {
  border: 1px solid #1A1A1A !important;
}

.hborder-2-castle-rock:hover {
  border: 2px solid #1A1A1A !important;
}

.bg-black {
  background-color: #000000;
}

.hbg-black:hover,
.hbg-black:focus {
  background-color: #000000;
}

.c-black {
  color: #000000;
}

.hc-black:hover,
.hc-black:focus {
  color: #000000;
}

.border-1-black {
  border: 1px solid #000000 !important;
}

.border-2-black {
  border: 2px solid #000000 !important;
}

.hborder-1-black:hover {
  border: 1px solid #000000 !important;
}

.hborder-2-black:hover {
  border: 2px solid #000000 !important;
}

.bg-cerulean {
  background-color: #00B3E6;
}

.hbg-cerulean:hover,
.hbg-cerulean:focus {
  background-color: #00B3E6;
}

.c-cerulean {
  color: #00B3E6;
}

.hc-cerulean:hover,
.hc-cerulean:focus {
  color: #00B3E6;
}

.border-1-cerulean {
  border: 1px solid #00B3E6 !important;
}

.border-2-cerulean {
  border: 2px solid #00B3E6 !important;
}

.hborder-1-cerulean:hover {
  border: 1px solid #00B3E6 !important;
}

.hborder-2-cerulean:hover {
  border: 2px solid #00B3E6 !important;
}

.bg-royal-peacock {
  background-color: #00AEE0;
}

.hbg-royal-peacock:hover,
.hbg-royal-peacock:focus {
  background-color: #00AEE0;
}

.c-royal-peacock {
  color: #00AEE0;
}

.hc-royal-peacock:hover,
.hc-royal-peacock:focus {
  color: #00AEE0;
}

.border-1-royal-peacock {
  border: 1px solid #00AEE0 !important;
}

.border-2-royal-peacock {
  border: 2px solid #00AEE0 !important;
}

.hborder-1-royal-peacock:hover {
  border: 1px solid #00AEE0 !important;
}

.hborder-2-royal-peacock:hover {
  border: 2px solid #00AEE0 !important;
}

.bg-velvet-evening {
  background-color: #004559;
}

.hbg-velvet-evening:hover,
.hbg-velvet-evening:focus {
  background-color: #004559;
}

.c-velvet-evening {
  color: #004559;
}

.hc-velvet-evening:hover,
.hc-velvet-evening:focus {
  color: #004559;
}

.border-1-velvet-evening {
  border: 1px solid #004559 !important;
}

.border-2-velvet-evening {
  border: 2px solid #004559 !important;
}

.hborder-1-velvet-evening:hover {
  border: 1px solid #004559 !important;
}

.hborder-2-velvet-evening:hover {
  border: 2px solid #004559 !important;
}

.bg-goldenrod {
  background-color: #F59600;
}

.hbg-goldenrod:hover,
.hbg-goldenrod:focus {
  background-color: #F59600;
}

.c-goldenrod {
  color: #F59600;
}

.hc-goldenrod:hover,
.hc-goldenrod:focus {
  color: #F59600;
}

.border-1-goldenrod {
  border: 1px solid #F59600 !important;
}

.border-2-goldenrod {
  border: 2px solid #F59600 !important;
}

.hborder-1-goldenrod:hover {
  border: 1px solid #F59600 !important;
}

.hborder-2-goldenrod:hover {
  border: 2px solid #F59600 !important;
}

.bg-grasshopper {
  background-color: #A2BF00;
}

.hbg-grasshopper:hover,
.hbg-grasshopper:focus {
  background-color: #A2BF00;
}

.c-grasshopper {
  color: #A2BF00;
}

.hc-grasshopper:hover,
.hc-grasshopper:focus {
  color: #A2BF00;
}

.border-1-grasshopper {
  border: 1px solid #A2BF00 !important;
}

.border-2-grasshopper {
  border: 2px solid #A2BF00 !important;
}

.hborder-1-grasshopper:hover {
  border: 1px solid #A2BF00 !important;
}

.hborder-2-grasshopper:hover {
  border: 2px solid #A2BF00 !important;
}

.bg-red {
  background-color: #E90000;
}

.hbg-red:hover,
.hbg-red:focus {
  background-color: #E90000;
}

.c-red {
  color: #E90000;
}

.hc-red:hover,
.hc-red:focus {
  color: #E90000;
}

.border-1-red {
  border: 1px solid #E90000 !important;
}

.border-2-red {
  border: 2px solid #E90000 !important;
}

.hborder-1-red:hover {
  border: 1px solid #E90000 !important;
}

.hborder-2-red:hover {
  border: 2px solid #E90000 !important;
}

.bg-blood {
  background-color: #C9252C;
}

.hbg-blood:hover,
.hbg-blood:focus {
  background-color: #C9252C;
}

.c-blood {
  color: #C9252C;
}

.hc-blood:hover,
.hc-blood:focus {
  color: #C9252C;
}

.border-1-blood {
  border: 1px solid #C9252C !important;
}

.border-2-blood {
  border: 2px solid #C9252C !important;
}

.hborder-1-blood:hover {
  border: 1px solid #C9252C !important;
}

.hborder-2-blood:hover {
  border: 2px solid #C9252C !important;
}

.bg-tepid-sloth {
  background-color: #DEDEDE;
}

.hbg-tepid-sloth:hover,
.hbg-tepid-sloth:focus {
  background-color: #DEDEDE;
}

.c-tepid-sloth {
  color: #DEDEDE;
}

.hc-tepid-sloth:hover,
.hc-tepid-sloth:focus {
  color: #DEDEDE;
}

.border-1-tepid-sloth {
  border: 1px solid #DEDEDE !important;
}

.border-2-tepid-sloth {
  border: 2px solid #DEDEDE !important;
}

.hborder-1-tepid-sloth:hover {
  border: 1px solid #DEDEDE !important;
}

.hborder-2-tepid-sloth:hover {
  border: 2px solid #DEDEDE !important;
}

.bg-hoppy-kangaroo {
  background-color: #F4F4F4;
}

.hbg-hoppy-kangaroo:hover,
.hbg-hoppy-kangaroo:focus {
  background-color: #F4F4F4;
}

.c-hoppy-kangaroo {
  color: #F4F4F4;
}

.hc-hoppy-kangaroo:hover,
.hc-hoppy-kangaroo:focus {
  color: #F4F4F4;
}

.border-1-hoppy-kangaroo {
  border: 1px solid #F4F4F4 !important;
}

.border-2-hoppy-kangaroo {
  border: 2px solid #F4F4F4 !important;
}

.hborder-1-hoppy-kangaroo:hover {
  border: 1px solid #F4F4F4 !important;
}

.hborder-2-hoppy-kangaroo:hover {
  border: 2px solid #F4F4F4 !important;
}

.bg-simmer-down {
  background-color: #B5B5B5;
}

.hbg-simmer-down:hover,
.hbg-simmer-down:focus {
  background-color: #B5B5B5;
}

.c-simmer-down {
  color: #B5B5B5;
}

.hc-simmer-down:hover,
.hc-simmer-down:focus {
  color: #B5B5B5;
}

.border-1-simmer-down {
  border: 1px solid #B5B5B5 !important;
}

.border-2-simmer-down {
  border: 2px solid #B5B5B5 !important;
}

.hborder-1-simmer-down:hover {
  border: 1px solid #B5B5B5 !important;
}

.hborder-2-simmer-down:hover {
  border: 2px solid #B5B5B5 !important;
}

.bg-gloomy-day {
  background-color: #B2B2B2;
}

.hbg-gloomy-day:hover,
.hbg-gloomy-day:focus {
  background-color: #B2B2B2;
}

.c-gloomy-day {
  color: #B2B2B2;
}

.hc-gloomy-day:hover,
.hc-gloomy-day:focus {
  color: #B2B2B2;
}

.border-1-gloomy-day {
  border: 1px solid #B2B2B2 !important;
}

.border-2-gloomy-day {
  border: 2px solid #B2B2B2 !important;
}

.hborder-1-gloomy-day:hover {
  border: 1px solid #B2B2B2 !important;
}

.hborder-2-gloomy-day:hover {
  border: 2px solid #B2B2B2 !important;
}

.bg-leprechaun {
  background-color: #00B809;
}

.hbg-leprechaun:hover,
.hbg-leprechaun:focus {
  background-color: #00B809;
}

.c-leprechaun {
  color: #00B809;
}

.hc-leprechaun:hover,
.hc-leprechaun:focus {
  color: #00B809;
}

.border-1-leprechaun {
  border: 1px solid #00B809 !important;
}

.border-2-leprechaun {
  border: 2px solid #00B809 !important;
}

.hborder-1-leprechaun:hover {
  border: 1px solid #00B809 !important;
}

.hborder-2-leprechaun:hover {
  border: 2px solid #00B809 !important;
}

.bg-eventbrite-beige {
  background-color: #F8F8F8;
}

.hbg-eventbrite-beige:hover,
.hbg-eventbrite-beige:focus {
  background-color: #F8F8F8;
}

.c-eventbrite-beige {
  color: #F8F8F8;
}

.hc-eventbrite-beige:hover,
.hc-eventbrite-beige:focus {
  color: #F8F8F8;
}

.border-1-eventbrite-beige {
  border: 1px solid #F8F8F8 !important;
}

.border-2-eventbrite-beige {
  border: 2px solid #F8F8F8 !important;
}

.hborder-1-eventbrite-beige:hover {
  border: 1px solid #F8F8F8 !important;
}

.hborder-2-eventbrite-beige:hover {
  border: 2px solid #F8F8F8 !important;
}

/**
 * Code highlighting colors
 */

.alternating:nth-child(2n+1) {
  background: #F7F8F9;
}

.seo-cloud-integrations.google-drive .dropbox-screenshot img {
  border: 1px solid #E6E6E6;
}
/*# sourceMappingURL=hellosign.css.map*/