@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:700');

@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-light.eot);
  src: url(../ttf/cerebrisans-light.ttf);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-regular.eot);
  src: url(../ttf/cerebrisans-regular.ttf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans";
  src: url(../eot/cerebrisans-bold.eot);
  src: url(../ttf/cerebrisans-bold.ttf);
  font-weight: 700;
  font-style: normal;
}


/* MAIN.CSS  START */
/* Reset */
  


  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    -webkit-text-size-adjust: none;
  }

/* Box Model */

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


.container {
    padding: 2% 2% 0;
    text-align: justify;
}

.container .mix {
    /* background: #03899c; */
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: ' ';
    display: inline-block;
    padding-top: 1%;
}


.mix:after {
    content: '';
    position: absolute;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }

}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }

}

/* 6 Columns */

@media screen and (min-width: 1401px) {
    .mix,
    .gap {
        width: calc(100%/6 - (((6 - 1) * 1rem) / 6));
    }

}

/* container-templates */

  .container-template {
    margin-left: auto;
    margin-right: auto;
  }

  .container-template.\31 25\25 {
    width: 100%;
    max-width: 1500px;
    min-width: 1200px;
  }

  .container-template.\37 5\25 {
    width: 900px;
  }

  .container-template.\35 0\25 {
    width: 600px;
  }

  .container-template.\32 5\25 {
    width: 300px;
  }

  .container-template {
    width: 1200px;
  }

  @media screen and (max-width: 1280px) {

    .container-template.\31 25\25 {
      width: 100%;
      max-width: 1200px;
      min-width: 960px;
    }

    .container-template.\37 5\25 {
      width: 720px;
    }

    .container-template.\35 0\25 {
      width: 480px;
    }

    .container-template.\32 5\25 {
      width: 240px;
    }

    .container-template {
      width: 960px;
    }

  }

  @media screen and (max-width: 1080px) {

    .container-template.\31 25\25 {
      width: 100%;
      max-width: 125%;
      min-width: 100%;
    }

    .container-template.\37 5\25 {
      width: 75%;
    }

    .container-template.\35 0\25 {
      width: 50%;
    }

    .container-template.\32 5\25 {
      width: 25%;
    }

    .container-template {
      width: 100%;
    }

  }

  @media screen and (max-width: 820px) {

    .container-template.\31 25\25 {
      width: 100%;
      max-width: 125%;
      min-width: 100%;
    }

    .container-template.\37 5\25 {
      width: 75%;
    }

    .container-template.\35 0\25 {
      width: 50%;
    }

    .container-template.\32 5\25 {
      width: 25%;
    }

    .container-template {
      width: 100% !important;
    }

  }

  @media screen and (max-width: 736px) {

    .container-template.\31 25\25 {
      width: 100%;
      max-width: 125%;
      min-width: 100%;
    }

    .container-template.\37 5\25 {
      width: 75%;
    }

    .container-template.\35 0\25 {
      width: 50%;
    }

    .container-template.\32 5\25 {
      width: 25%;
    }

    .container-template {
      width: 100% !important;
    }

  }

  @media screen and (max-width: 480px) {

    .container-template.\31 25\25 {
      width: 100%;
      max-width: 125%;
      min-width: 100%;
    }

    .container-template.\37 5\25 {
      width: 75%;
    }

    .container-template.\35 0\25 {
      width: 50%;
    }

    .container-template.\32 5\25 {
      width: 25%;
    }

    .container-template {
      width: 100% !important;
    }

  }

/* Grid */

  .row {
    border-bottom: solid 1px transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row > * {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row:after, .row:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }

  .row.uniform > * > :first-child {
    margin-top: 0;
  }

  .row.uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.\30 \25 > * {
    padding: 0px 0 0 0px;
  }

  .row.\30 \25 {
    margin: 0px 0 -1px 0px;
  }

  .row.uniform.\30 \25 > * {
    padding: 0px 0 0 0px;
  }

  .row.uniform.\30 \25 {
    margin: 0px 0 -1px 0px;
  }

  .row > * {
    padding: 50px 50px 50px 50px;
  }

  .row {
    margin: 50px 0 1px 50px;
  }

  .row.uniform > * {
    padding: 50px 0 0 50px;
  }

  .row.uniform {
    margin: -50px 0 -1px -50px;
  }

  .row.\32 00\25 > * {
    padding: 100px 0 0 100px;
  }

  .row.\32 00\25 {
    margin: -100px 0 -1px -100px;
  }

  .row.uniform.\32 00\25 > * {
    padding: 100px 0 0 100px;
  }

  .row.uniform.\32 00\25 {
    margin: -100px 0 -1px -100px;
  }

  .row.\31 50\25 > * {
    padding: 75px 0 0 75px;
  }

  .row.\31 50\25 {
    margin: -75px 0 -1px -75px;
  }

  .row.uniform.\31 50\25 > * {
    padding: 75px 0 0 75px;
  }

  .row.uniform.\31 50\25 {
    margin: -75px 0 -1px -75px;
  }

  .row.\35 0\25 > * {
    padding: 25px 0 0 25px;
  }

  .row.\35 0\25 {
    margin: -25px 0 -1px -25px;
  }

  .row.uniform.\35 0\25 > * {
    padding: 25px 0 0 25px;
  }

  .row.uniform.\35 0\25 {
    margin: -25px 0 -1px -25px;
  }

  .row.\32 5\25 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.\32 5\25 {
    margin: -12.5px 0 -1px -12.5px;
  }

  .row.uniform.\32 5\25 > * {
    padding: 12.5px 0 0 12.5px;
  }

  .row.uniform.\32 5\25 {
    margin: -12.5px 0 -1px -12.5px;
  }

  .\31 2u, .\31 2u\24 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u, .\31 1u\24 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u, .\31 0u\24 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u, .\39 u\24 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u, .\38 u\24 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u, .\37 u\24 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u, .\36 u\24 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u, .\35 u\24 {
    /*width: 41.6666666667%; (theme default)*/
    width: 46.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u, .\34 u\24 {
    width: 42%;
    clear: none;
    margin-left: 28%;
    margin-right: 28%;
  }

  .\33 u, .\33 u\24 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u, .\32 u\24 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u, .\31 u\24 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24 + *,
  .\31 1u\24 + *,
  .\31 0u\24 + *,
  .\39 u\24 + *,
  .\38 u\24 + *,
  .\37 u\24 + *,
  .\36 u\24 + *,
  .\35 u\24 + *,
  .\34 u\24 + *,
  .\33 u\24 + *,
  .\32 u\24 + *,
  .\31 u\24 + * {
    clear: left;
  }

  .\-11u {
    margin-left: 91.66667%;
  }

  .\-10u {
    margin-left: 83.33333%;
  }

  .\-9u {
    margin-left: 75%;
  }

  .\-8u {
    margin-left: 66.66667%;
  }

  .\-7u {
    margin-left: 58.33333%;
  }

  .\-6u {
    margin-left: 50%;
  }

  .\-5u {
    margin-left: 41.66667%;
  }

  .\-4u {
    margin-left: 33.33333%;
  }

  .\-3u {
    margin-left: 25%;
  }

  .\-2u {
    margin-left: 16.66667%;
  }

  .\-1u {
    margin-left: 8.33333%;
  }

  @media screen and (max-width: 1280px) {

    .row > * {
      padding: 40px  0 40px;
    }

    .row {
      margin: 40px 0 1px 40px;
    }

    .row.uniform > * {
      padding: 40px 0 0 40px;
    }

    .row.uniform {
      margin: -40px 0 -1px -40px;
    }

    .row.\32 00\25 > * {
      padding: 80px 0 0 80px;
    }

    .row.\32 00\25 {
      margin: -80px 0 -1px -80px;
    }

    .row.uniform.\32 00\25 > * {
      padding: 80px 0 0 80px;
    }

    .row.uniform.\32 00\25 {
      margin: -80px 0 -1px -80px;
    }

    .row.\31 50\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.\31 50\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.uniform.\31 50\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.uniform.\31 50\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.\35 0\25 > * {
      padding: 20px 0 0 20px;
    }

    .row.\35 0\25 {
      margin: -20px 0 -1px -20px;
    }

    .row.uniform.\35 0\25 > * {
      padding: 20px 0 0 20px;
    }

    .row.uniform.\35 0\25 {
      margin: -20px 0 -1px -20px;
    }

    .row.\32 5\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.\32 5\25 {
      margin: -10px 0 -1px -10px;
    }

    .row.uniform.\32 5\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.uniform.\32 5\25 {
      margin: -10px 0 -1px -10px;
    }

    .\31 2u\28normal\29, .\31 2u\24\28normal\29 {
      width: 100%;
      clear: none;
      margin-left: 0;
    }

    .\31 1u\28normal\29, .\31 1u\24\28normal\29 {
      width: 91.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 0u\28normal\29, .\31 0u\24\28normal\29 {
      width: 83.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\39 u\28normal\29, .\39 u\24\28normal\29 {
      width: 75%;
      clear: none;
      margin-left: 0;
    }

    .\38 u\28normal\29, .\38 u\24\28normal\29 {
      width: 66.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\37 u\28normal\29, .\37 u\24\28normal\29 {
      width: 58.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\36 u\28normal\29, .\36 u\24\28normal\29 {
      width: 50%;
      clear: none;
      margin-left: 0;
    }

    .\35 u\28normal\29, .\35 u\24\28normal\29 {
      width: 41.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\34 u\28normal\29, .\34 u\24\28normal\29 {
      width: 33.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\33 u\28normal\29, .\33 u\24\28normal\29 {
      width: 25%;
      clear: none;
      margin-left: 0;
    }

    .\32 u\28normal\29, .\32 u\24\28normal\29 {
      width: 16.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 u\28normal\29, .\31 u\24\28normal\29 {
      width: 8.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\31 2u\24\28normal\29 + *,
    .\31 1u\24\28normal\29 + *,
    .\31 0u\24\28normal\29 + *,
    .\39 u\24\28normal\29 + *,
    .\38 u\24\28normal\29 + *,
    .\37 u\24\28normal\29 + *,
    .\36 u\24\28normal\29 + *,
    .\35 u\24\28normal\29 + *,
    .\34 u\24\28normal\29 + *,
    .\33 u\24\28normal\29 + *,
    .\32 u\24\28normal\29 + *,
    .\31 u\24\28normal\29 + * {
      clear: left;
    }

    .\-11u\28normal\29 {
      margin-left: 91.66667%;
    }

    .\-10u\28normal\29 {
      margin-left: 83.33333%;
    }

    .\-9u\28normal\29 {
      margin-left: 75%;
    }

    .\-8u\28normal\29 {
      margin-left: 66.66667%;
    }

    .\-7u\28normal\29 {
      margin-left: 58.33333%;
    }

    .\-6u\28normal\29 {
      margin-left: 50%;
    }

    .\-5u\28normal\29 {
      margin-left: 41.66667%;
    }

    .\-4u\28normal\29 {
      margin-left: 33.33333%;
    }

    .\-3u\28normal\29 {
      margin-left: 25%;
    }

    .\-2u\28normal\29 {
      margin-left: 16.66667%;
    }

    .\-1u\28normal\29 {
      margin-left: 8.33333%;
    }

  }

  @media screen and (max-width: 1080px) {

    .row > * {
      /* padding: 40px 0 0 40px; */
    }

    .row {
      margin: -40px 0 -1px -40px;
    }

    .row.uniform > * {
      padding: 40px 0 0 40px;
    }

    .row.uniform {
      margin: -40px 0 -1px -40px;
    }

    .row.\32 00\25 > * {
      padding: 80px 0 0 80px;
    }

    .row.\32 00\25 {
      margin: -80px 0 -1px -80px;
    }

    .row.uniform.\32 00\25 > * {
      padding: 80px 0 0 80px;
    }

    .row.uniform.\32 00\25 {
      margin: -80px 0 -1px -80px;
    }

    .row.\31 50\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.\31 50\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.uniform.\31 50\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.uniform.\31 50\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.\35 0\25 > * {
      padding: 20px 0 0 20px;
    }

    .row.\35 0\25 {
      margin: -20px 0 -1px -20px;
    }

    .row.uniform.\35 0\25 > * {
      padding: 20px 0 0 20px;
    }

    .row.uniform.\35 0\25 {
      margin: -20px 0 -1px -20px;
    }

    .row.\32 5\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.\32 5\25 {
      margin: -10px 0 -1px -10px;
    }

    .row.uniform.\32 5\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.uniform.\32 5\25 {
      margin: -10px 0 -1px -10px;
    }

    .\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
      width: 100%;
      clear: none;
      margin-left: 0;
    }

    .\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
      width: 91.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
      width: 83.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\39 u\28narrow\29, .\39 u\24\28narrow\29 {
      width: 75%;
      clear: none;
      margin-left: 0;
    }

    .\38 u\28narrow\29, .\38 u\24\28narrow\29 {
      width: 66.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\37 u\28narrow\29, .\37 u\24\28narrow\29 {
      width: 58.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\36 u\28narrow\29, .\36 u\24\28narrow\29 {
      width: 50%;
      clear: none;
      margin-left: 0;
    }

    .\35 u\28narrow\29, .\35 u\24\28narrow\29 {
      width: 41.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\34 u\28narrow\29, .\34 u\24\28narrow\29 {
      width: 33.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\33 u\28narrow\29, .\33 u\24\28narrow\29 {
      width: 25%;
      clear: none;
      margin-left: 0;
    }

    .\32 u\28narrow\29, .\32 u\24\28narrow\29 {
      width: 16.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 u\28narrow\29, .\31 u\24\28narrow\29 {
      width: 8.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\31 2u\24\28narrow\29 + *,
    .\31 1u\24\28narrow\29 + *,
    .\31 0u\24\28narrow\29 + *,
    .\39 u\24\28narrow\29 + *,
    .\38 u\24\28narrow\29 + *,
    .\37 u\24\28narrow\29 + *,
    .\36 u\24\28narrow\29 + *,
    .\35 u\24\28narrow\29 + *,
    .\34 u\24\28narrow\29 + *,
    .\33 u\24\28narrow\29 + *,
    .\32 u\24\28narrow\29 + *,
    .\31 u\24\28narrow\29 + * {
      clear: left;
    }

    .\-11u\28narrow\29 {
      margin-left: 91.66667%;
    }

    .\-10u\28narrow\29 {
      margin-left: 83.33333%;
    }

    .\-9u\28narrow\29 {
      margin-left: 75%;
    }

    .\-8u\28narrow\29 {
      margin-left: 66.66667%;
    }

    .\-7u\28narrow\29 {
      margin-left: 58.33333%;
    }

    .\-6u\28narrow\29 {
      margin-left: 50%;
    }

    .\-5u\28narrow\29 {
      margin-left: 41.66667%;
    }

    .\-4u\28narrow\29 {
      margin-left: 33.33333%;
    }

    .\-3u\28narrow\29 {
      margin-left: 25%;
    }

    .\-2u\28narrow\29 {
      margin-left: 16.66667%;
    }

    .\-1u\28narrow\29 {
      margin-left: 8.33333%;
    }

  }

  @media screen and (max-width: 820px) {

    .row > * {
      padding: 30px 0 0 30px;
    }

    .row {
      margin: -30px 0 -1px -30px;
    }

    .row.uniform > * {
      padding: 30px 0 0 30px;
    }

    .row.uniform {
      margin: -30px 0 -1px -30px;
    }

    .row.\32 00\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.\32 00\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.uniform.\32 00\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.uniform.\32 00\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.\31 50\25 > * {
      padding: 45px 0 0 45px;
    }

    .row.\31 50\25 {
      margin: -45px 0 -1px -45px;
    }

    .row.uniform.\31 50\25 > * {
      padding: 45px 0 0 45px;
    }

    .row.uniform.\31 50\25 {
      margin: -45px 0 -1px -45px;
    }

    .row.\35 0\25 > * {
      padding: 15px 0 0 15px;
    }

    .row.\35 0\25 {
      margin: -15px 0 -1px -15px;
    }

    .row.uniform.\35 0\25 > * {
      padding: 15px 0 0 15px;
    }

    .row.uniform.\35 0\25 {
      margin: -15px 0 -1px -15px;
    }

    .row.\32 5\25 > * {
      padding: 7.5px 0 0 7.5px;
    }

    .row.\32 5\25 {
      margin: -7.5px 0 -1px -7.5px;
    }

    .row.uniform.\32 5\25 > * {
      padding: 7.5px 0 0 7.5px;
    }

    .row.uniform.\32 5\25 {
      margin: -7.5px 0 -1px -7.5px;
    }

    .\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
      width: 100%;
      clear: none;
      margin-left: 0;
    }

    .\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
      width: 91.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
      width: 83.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\39 u\28narrower\29, .\39 u\24\28narrower\29 {
      width: 75%;
      clear: none;
      margin-left: 0;
    }

    .\38 u\28narrower\29, .\38 u\24\28narrower\29 {
      width: 66.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\37 u\28narrower\29, .\37 u\24\28narrower\29 {
      width: 58.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\36 u\28narrower\29, .\36 u\24\28narrower\29 {
      width: 50%;
      clear: none;
      margin-left: 0;
    }

    .\35 u\28narrower\29, .\35 u\24\28narrower\29 {
      width: 41.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\34 u\28narrower\29, .\34 u\24\28narrower\29 {
      width: 33.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\33 u\28narrower\29, .\33 u\24\28narrower\29 {
      width: 25%;
      clear: none;
      margin-left: 0;
    }

    .\32 u\28narrower\29, .\32 u\24\28narrower\29 {
      width: 16.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 u\28narrower\29, .\31 u\24\28narrower\29 {
      width: 8.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\31 2u\24\28narrower\29 + *,
    .\31 1u\24\28narrower\29 + *,
    .\31 0u\24\28narrower\29 + *,
    .\39 u\24\28narrower\29 + *,
    .\38 u\24\28narrower\29 + *,
    .\37 u\24\28narrower\29 + *,
    .\36 u\24\28narrower\29 + *,
    .\35 u\24\28narrower\29 + *,
    .\34 u\24\28narrower\29 + *,
    .\33 u\24\28narrower\29 + *,
    .\32 u\24\28narrower\29 + *,
    .\31 u\24\28narrower\29 + * {
      clear: left;
    }

    .\-11u\28narrower\29 {
      margin-left: 91.66667%;
    }

    .\-10u\28narrower\29 {
      margin-left: 83.33333%;
    }

    .\-9u\28narrower\29 {
      margin-left: 75%;
    }

    .\-8u\28narrower\29 {
      margin-left: 66.66667%;
    }

    .\-7u\28narrower\29 {
      margin-left: 58.33333%;
    }

    .\-6u\28narrower\29 {
      margin-left: 50%;
    }

    .\-5u\28narrower\29 {
      margin-left: 41.66667%;
    }

    .\-4u\28narrower\29 {
      margin-left: 33.33333%;
    }

    .\-3u\28narrower\29 {
      margin-left: 25%;
    }

    .\-2u\28narrower\29 {
      margin-left: 16.66667%;
    }

    .\-1u\28narrower\29 {
      margin-left: 8.33333%;
    }

  }

  @media screen and (max-width: 736px) {

    .row > * {
      padding: 30px 0 0 30px;
    }

    .row {
      margin: -30px 0 -1px -30px;
    }

    .row.uniform > * {
      padding: 30px 0 0 30px;
    }

    .row.uniform {
      margin: -30px 0 -1px -30px;
    }

    .row.\32 00\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.\32 00\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.uniform.\32 00\25 > * {
      padding: 60px 0 0 60px;
    }

    .row.uniform.\32 00\25 {
      margin: -60px 0 -1px -60px;
    }

    .row.\31 50\25 > * {
      padding: 45px 0 0 45px;
    }

    .row.\31 50\25 {
      margin: -45px 0 -1px -45px;
    }

    .row.uniform.\31 50\25 > * {
      padding: 45px 0 0 45px;
    }

    .row.uniform.\31 50\25 {
      margin: -45px 0 -1px -45px;
    }

    .row.\35 0\25 > * {
      padding: 15px 0 0 15px;
    }

    .row.\35 0\25 {
      margin: -15px 0 -1px -15px;
    }

    .row.uniform.\35 0\25 > * {
      padding: 15px 0 0 15px;
    }

    .row.uniform.\35 0\25 {
      margin: -15px 0 -1px -15px;
    }

    .row.\32 5\25 > * {
      padding: 7.5px 0 0 7.5px;
    }

    .row.\32 5\25 {
      margin: -7.5px 0 -1px -7.5px;
    }

    .row.uniform.\32 5\25 > * {
      padding: 7.5px 0 0 7.5px;
    }

    .row.uniform.\32 5\25 {
      margin: -7.5px 0 -1px -7.5px;
    }

    .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
      width: 100%;
      clear: none;
      margin-left: 0;
    }

    .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
      width: 91.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
      width: 83.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
      width: 75%;
      clear: none;
      margin-left: 0;
    }

    .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
      width: 66.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
      width: 58.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
      width: 50%;
      clear: none;
      margin-left: 0;
    }

    .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
      width: 41.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
      width: 33.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
      width: 25%;
      clear: none;
      margin-left: 0;
    }

    .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
      width: 16.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
      width: 8.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\31 2u\24\28mobile\29 + *,
    .\31 1u\24\28mobile\29 + *,
    .\31 0u\24\28mobile\29 + *,
    .\39 u\24\28mobile\29 + *,
    .\38 u\24\28mobile\29 + *,
    .\37 u\24\28mobile\29 + *,
    .\36 u\24\28mobile\29 + *,
    .\35 u\24\28mobile\29 + *,
    .\34 u\24\28mobile\29 + *,
    .\33 u\24\28mobile\29 + *,
    .\32 u\24\28mobile\29 + *,
    .\31 u\24\28mobile\29 + * {
      clear: left;
    }

    .\-11u\28mobile\29 {
      margin-left: 91.66667%;
    }

    .\-10u\28mobile\29 {
      margin-left: 83.33333%;
    }

    .\-9u\28mobile\29 {
      margin-left: 75%;
    }

    .\-8u\28mobile\29 {
      margin-left: 66.66667%;
    }

    .\-7u\28mobile\29 {
      margin-left: 58.33333%;
    }

    .\-6u\28mobile\29 {
      margin-left: 50%;
    }

    .\-5u\28mobile\29 {
      margin-left: 41.66667%;
    }

    .\-4u\28mobile\29 {
      margin-left: 33.33333%;
    }

    .\-3u\28mobile\29 {
      margin-left: 25%;
    }

    .\-2u\28mobile\29 {
      margin-left: 16.66667%;
    }

    .\-1u\28mobile\29 {
      margin-left: 8.33333%;
    }

  }

  @media screen and (max-width: 480px) {

    .row > * {
      padding: 20px 0 0 20px;
    }

    .row {
      margin: -20px 0 -1px -20px;
    }

    .row.uniform > * {
      padding: 20px 0 0 20px;
    }

    .row.uniform {
      margin: -20px 0 -1px -20px;
    }

    .row.\32 00\25 > * {
      padding: 40px 0 0 40px;
    }

    .row.\32 00\25 {
      margin: -40px 0 -1px -40px;
    }

    .row.uniform.\32 00\25 > * {
      padding: 40px 0 0 40px;
    }

    .row.uniform.\32 00\25 {
      margin: -40px 0 -1px -40px;
    }

    .row.\31 50\25 > * {
      padding: 30px 0 0 30px;
    }

    .row.\31 50\25 {
      margin: -30px 0 -1px -30px;
    }

    .row.uniform.\31 50\25 > * {
      padding: 30px 0 0 30px;
    }

    .row.uniform.\31 50\25 {
      margin: -30px 0 -1px -30px;
    }

    .row.\35 0\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.\35 0\25 {
      margin: -10px 0 -1px -10px;
    }

    .row.uniform.\35 0\25 > * {
      padding: 10px 0 0 10px;
    }

    .row.uniform.\35 0\25 {
      margin: -10px 0 -1px -10px;
    }

    .row.\32 5\25 > * {
      padding: 5px 0 0 5px;
    }

    .row.\32 5\25 {
      margin: -5px 0 -1px -5px;
    }

    .row.uniform.\32 5\25 > * {
      padding: 5px 0 0 5px;
    }

    .row.uniform.\32 5\25 {
      margin: -5px 0 -1px -5px;
    }

    .\31 2u\28mobilep\29, .\31 2u\24\28mobilep\29 {
      width: 100%;
      clear: none;
      margin-left: 0;
    }

    .\31 1u\28mobilep\29, .\31 1u\24\28mobilep\29 {
      width: 91.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 0u\28mobilep\29, .\31 0u\24\28mobilep\29 {
      width: 83.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\39 u\28mobilep\29, .\39 u\24\28mobilep\29 {
      width: 75%;
      clear: none;
      margin-left: 0;
    }

    .\38 u\28mobilep\29, .\38 u\24\28mobilep\29 {
      width: 66.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\37 u\28mobilep\29, .\37 u\24\28mobilep\29 {
      width: 58.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\36 u\28mobilep\29, .\36 u\24\28mobilep\29 {
      width: 50%;
      clear: none;
      margin-left: 0;
    }

    .\35 u\28mobilep\29, .\35 u\24\28mobilep\29 {
      width: 41.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\34 u\28mobilep\29, .\34 u\24\28mobilep\29 {
      width: 33.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\33 u\28mobilep\29, .\33 u\24\28mobilep\29 {
      width: 25%;
      clear: none;
      margin-left: 0;
    }

    .\32 u\28mobilep\29, .\32 u\24\28mobilep\29 {
      width: 16.6666666667%;
      clear: none;
      margin-left: 0;
    }

    .\31 u\28mobilep\29, .\31 u\24\28mobilep\29 {
      width: 8.3333333333%;
      clear: none;
      margin-left: 0;
    }

    .\31 2u\24\28mobilep\29 + *,
    .\31 1u\24\28mobilep\29 + *,
    .\31 0u\24\28mobilep\29 + *,
    .\39 u\24\28mobilep\29 + *,
    .\38 u\24\28mobilep\29 + *,
    .\37 u\24\28mobilep\29 + *,
    .\36 u\24\28mobilep\29 + *,
    .\35 u\24\28mobilep\29 + *,
    .\34 u\24\28mobilep\29 + *,
    .\33 u\24\28mobilep\29 + *,
    .\32 u\24\28mobilep\29 + *,
    .\31 u\24\28mobilep\29 + * {
      clear: left;
    }

    .\-11u\28mobilep\29 {
      margin-left: 91.66667%;
    }

    .\-10u\28mobilep\29 {
      margin-left: 83.33333%;
    }

    .\-9u\28mobilep\29 {
      margin-left: 75%;
    }

    .\-8u\28mobilep\29 {
      margin-left: 66.66667%;
    }

    .\-7u\28mobilep\29 {
      margin-left: 58.33333%;
    }

    .\-6u\28mobilep\29 {
      margin-left: 50%;
    }

    .\-5u\28mobilep\29 {
      margin-left: 41.66667%;
    }

    .\-4u\28mobilep\29 {
      margin-left: 33.33333%;
    }

    .\-3u\28mobilep\29 {
      margin-left: 25%;
    }

    .\-2u\28mobilep\29 {
      margin-left: 16.66667%;
    }

    .\-1u\28mobilep\29 {
      margin-left: 8.33333%;
    }

  }

/* Basic */

  @-ms-viewport {
    width: device-width;
  }

  body {
    background: #f5f7fa;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #52575c;
    line-height: 1.75em;
    font-size: 14pt;
  }

    body.is-loading * {
      -moz-transition: none !important;
      -webkit-transition: none !important;
      -ms-transition: none !important;
      transition: none !important;
      -moz-animation: none !important;
      -webkit-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }

  input, textarea, select {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    color: #52575c;
    line-height: 1.75em;
    font-size: 15pt;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #52575c;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
  }

  h2 {
    font-size: 2em;
    line-height: 1.25em;
  }

  h3 {
    font-size: 2em;
    line-height: 1.5em;
    color: #52575c;
  }

  a {
    -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    color: inherit;
    text-decoration: none;
    
    border-bottom: dotted 1px #62676c;
  }

    a:hover {
      /* color: #f35858; */
      border-bottom-color: rgba(255, 255, 255, 0);
    }

  strong, b {
    font-weight: 400;
    color: #42474c;
  }

  em, i {
    font-style: italic;
  }

  sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
  }

  sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
  }

  hr {
    border: 0;
    border-top: solid 1px #c2c7cc;
  }

  blockquote {
    border-left: solid 0.5em #c2c7cc;
    padding: 1em 0 1em 2em;
    font-style: italic;
  }

  p, ul, ol, dl, table {
    margin-bottom: 1.5em;
  }

  br.clear {
    clear: both;
  }

  .features {
    margin-bottom: 1.5em;
  }

  .feature {
    text-align: center;
    border: 1px transparent;
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
  }

/* Sections/Article */

  section, article {
    margin-bottom: 3em;
  }

  section > :last-child,
  article > :last-child,
  section:last-child,
  article:last-child {
    margin-bottom: 0;
  }

  .row > section, .row > article {
    margin-bottom: 0;
  }

  header {
    margin-bottom: 1.5em;
  }

    header > p {
      display: block;
      color: #f35858;
      padding: 0.75em 0 1em 0;
      font-size: 1.5em;
      line-height: 1.5em;
    }

    header.major {
      text-align: center;
    }

/* Image */

  .image {
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
    outline: 0;
    border: 0;
  }

    .image img {
      display: block;
      width: 100%;
    }

    .image.fit {
      display: block;
      width: 100%;
    }

    .image.featured {
      display: block;
      width: 100%;
      margin: 0 0 3em 0;
    }

    .image.left {
      float: left;
      margin: 0 2em 2em 0;
    }

    .image.centered {
      display: block;
      margin: 0 0 3em 0;
    }

      .image.centered img {
        margin: 0 auto;
        width: auto;
      }

  a.image:hover {
    opacity: 0.85;
  }

/* List */

  ul.default {
    list-style: disc;
    padding-left: 1em;
  }

    ul.default li {
      padding-left: 0.5em;
    }

  ul.actions {
    padding-top: 1em;
  }

    ul.actions.major {
      text-align: center;
    }

    ul.actions li {
      display: inline-block;
      margin-left: 1em;
    }

      ul.actions li:first-child {
        margin-left: 0;
      }

  ul.divided li {
    border-top: solid 1px #d2d7dc;
    padding-top: 2em;
    margin-top: 2em;
  }

    ul.divided li:first-child {
      padding-top: 0;
      margin-top: 0;
      border-top: 0;
    }

  ul.icons li:before {
    display: inline-block;
    color: #fff;
    background: #61666b;
    width: 2em;
    height: 2em;
    border-radius: 0.35em;
    text-align: center;
    line-height: 2em;
    margin-right: 0.75em;
  }

  ul.menu li {
    display: inline-block;
    border-left: solid 1px #d2d7dc;
    padding-left: 1em;
    margin-left: 1em;
  }

    ul.menu li:first-child {
      border-left: 0;
      padding-left: 0;
      margin-left: 0;
    }

  ol.default {
    list-style: decimal;
    padding-left: 1.25em;
  }

    ol.default li {
      padding-left: 0.25em;
    }

/* Form */

  form .actions {
    padding-top: 0;
  }

  form label {
    display: block;
    font-weight: 300;
    color: #52575c;
    margin: 0 0 0.5em 0;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="password"],
  form select,
  form textarea {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -webkit-appearance: none;
    display: block;
    background: #f9fbfe;
    /* border: solid 1px #d2d7dc; */
    border: none;
    border-radius: 0.35em;
    width: 100%;
    line-height: 1.5em;
    padding: 0.75em;
    color: #ffffff;
  }

    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="password"]:focus,
    form select:focus,
    form textarea:focus {
      background: #fff;
    }

  form textarea {
    min-height: 7em;
  }

  form .formerize-placeholder {
    color: #555 !important;
  }

  form ::-webkit-input-placeholder {
    color: #555 !important;
  }

  form :-moz-placeholder {
    color: #555 !important;
  }

  form ::-moz-placeholder {
    color: #555 !important;
  }

  form :-ms-input-placeholder {
    color: #555 !important;
  }

  form ::-moz-focus-inner {
    border: 0;
  }

/* Table */

  table {
    width: 100%;
  }

    table.default {
      width: 100%;
    }

      table.default tbody tr {
        border-top: solid 1px #D2D7DC;
      }

        table.default tbody tr:nth-child(2n+1) {
          background: #f9fbfe;
        }

      table.default td {
        padding: 0.5em 1em 0.5em 1em;
      }

      table.default th {
        text-align: left;
        font-weight: 400;
        padding: 0.5em 1em 0.5em 1em;
      }

      table.default tfoot {
        border-top: solid 1px #D2D7DC;
      }

/* Button */

  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    -moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    display: inline-block;
    color: inherit;
    background: none;
    text-decoration: none;
    border: solid 1px #c2c7cc;
    border-radius: 0.35em;
    padding: 0.8em 2em 0.8em 2em;
    cursor: pointer;
    outline: 0;
  }

    input[type="button"]:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
      color: #f35858;
      border-color: rgba(243, 88, 88, 0.5);
    }

/* Icons */

  .icon {
    text-decoration: none;
  }

    .icon:before {
      display: inline-block;
      font-family: FontAwesome;
      font-size: 1.25em;
      text-decoration: none;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon > .label {
      display: none;
    }

/* Wrappers */

  .wrapper {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    padding: 6em 0 6em 0;
  }

  .image-wrapper {
    position: relative;
  }

    .image-wrapper .image {
      position: relative;
      z-index: 2;
    }

    .image-wrapper.first:before {
      content: '';
      display: block;
      width: 2000%;
      height: 100%;
      position: absolute;
      left: -1000%;
      top: 0;
      z-index: 1;
      box-shadow: inset 0px 0px 0px 1px #e8e8e8;
      background: #f6f8fb url("../svg/image-wrapper.svg");
    }

  #header-wrapper {
    position: relative;
    padding: 4em 0 2em 0;
    /* background-image: url("images/header.svg");
    background-image: url("images/overlay.png"), url("images/header.svg"), -moz-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), -webkit-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), -ms-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
    background-image: url("images/overlay.png"), url("images/header.svg"), linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
    background-color: #f08c89;
    background-size: 100% 620%;
    background-size: 128px 128px, 100% 620%, auto;
    background-repeat: repeat, no-repeat, no-repeat;

    option 1: linear-gradient(to right, #4fa49a , #4361c2);
    linear-gradient(to right, #4fa49a , #1D4E89);
    background: linear-gradient(to right, #1D4E89 , #4fa49a);
    linear-gradient(to right, #1D4E89 , #DE6262);
    background: linear-gradient(to left, #4fa49a , #467399);

    */
    background: -webkit-linear-gradient(to right, #DE6262 , #FFB88C);
    background: -moz-linear-gradient(to right, #DE6262 , #FFB88C);
    background: -ms-linear-gradient(to right, #DE6262 , #FFB88C);
    background: linear-gradient(to right, #1D4E89 , #4fa49a);

    /*background: linear-gradient(to right, #1D4E89 , #4fa49a);*/


  }

  .homepage #header-wrapper {
    padding: 10em 0 6em 0;
    /* background-size: 128px 128px, 100% 100%, auto;*/
  }

  #promo-wrapper {
    position: relative;
    background-image: url("../png/overlay.png"), url("../404.html");
    background-size: 192px 192px, cover;
    background-position: top left, center center;
    color: #fff;
    text-align: center;
    padding: 6em 0 6em 0;
  }

  #footer-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
    border-top: solid 1px #c2c7cc;
    padding: 6em 0 6em 0;
    background-image: url("../png/overlay.png"), url("../svg/footer.svg");
    background-size: 128px 128px,       100% 100%;
  }

/* Header */

  #logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 15em;
    margin-left: -7.5em;
  }

    #logo a {
      display: block;
      width: 100%;
      height: 4em;
      line-height: 4em;
      background: rgba(255, 255, 255, 0.15);
      /* border: solid 1px; 
      border-color: #fff; */
      border-color: rgba(255, 255, 255, 0.75);
      border-top: 0;
      border-radius: 0 0 0.35em 0.35em;
      color: #fff;
      display: inline-block;
      font-weight: 600;
      letter-spacing: 3px;
      text-align: center;
      text-transform: uppercase;
      border-bottom: none !important;
    }

  #rw-logo {
    /*position: absolute;*/
    z-index: 11000;
    top: 0;
    left: 1em;
    position: fixed;
  }

    #rw-logo a {
      display: block;
      width: 100%;
      /*height: 4em;*/
      line-height: 3.5em;
      /* border: solid 1px; 
      border-color: #fff; */
      border-top: 0;
      border-radius: 0 0 0.35em 0.35em;
      color: #fff;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 4px;
      text-align: center;
      text-transform: uppercase;
      border-bottom: none !important;
      font-size: 14pt;
    }

  #nav {
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5em;
    line-height: 3.5em;
/*    z-index: 10000;*/
    letter-spacing: 0.5px;
    font-size: 0.9em;
    /*background: linear-gradient(30deg, #245169 30%,#306e8f 85%);*/
    /*background:#183f6f;*/
    background:#1a1450;
    border-bottom: 1px solid #433f70;
    position: fixed;
    z-index: 1;
    font-family: "Cerebri Sans", sans-serif;
  }

    #nav > ul {
      margin: 0;
    }

      #nav > ul > li {
        display: inline-block;
        margin-left: 1em;
      }

        #nav > ul > li > ul {
          display: none;

        }

        #nav > ul > li > span, #nav > ul > li > a {
          color: #fff;
          text-decoration: none;
          outline: 0;
          border: 0;
          border: solid 1px rgba(255, 255, 255, 0);
          border-radius: 0.35em;
          padding: 0.3em 1em 0.3em 1em;
          -moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;

        }

        #nav > ul > li.active > span, #nav > ul > li.active > a {
          border-color: rgba(255, 255, 255, 0.75);
          background-color: rgba(255, 255, 255, 0.15);
          color: #fff;
        }

        #nav > ul > li:first-child {
          /*margin-left: 20em;*/
        }

        #nav > ul > li.break {
          margin-left: 20em;
        }

      #nav2 {
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5em;
    line-height: 3.5em;
    z-index: 10000;
    letter-spacing: 0.5px;
    font-size: 0.9em;
    /*background: linear-gradient(30deg, #245169 30%,#306e8f 85%);*/
    /*background:#183f6f;*/
    background:#1a1450;
    border-bottom: 1px solid #433f70;
    position: fixed;
    /*z-index: 1;*/
    font-family: "Cerebri Sans", sans-serif;
  }

    #nav2 > ul {
      margin: 0;
    }

      #nav2 > ul > li {
        display: inline-block;
        margin-left: 1em;
      }

        #nav2 > ul > li > ul {
          display: none;

        }

        #nav2 > ul > li > span, #nav2 > ul > li > a {
          color: #fff;
          text-decoration: none;
          outline: 0;
          border: 0;
          border: solid 1px rgba(255, 255, 255, 0);
          border-radius: 0.35em;
          padding: 0.3em 1em 0.3em 1em;
          -moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          -ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
          transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;

        }

        #nav2 > ul > li.active > span, #nav2 > ul > li.active > a {
          border-color: rgba(255, 255, 255, 0.75);
          background-color: rgba(255, 255, 255, 0.15);
          color: #fff;
        }

        #nav2 > ul > li:first-child {
          /*margin-left: 20em;*/
        }

        #nav2 > ul > li.break {
          margin-left: 20em;
        }   

  .dropotron {
    text-align: center;
    line-height: 2em;
    border-radius: 0.35em;
    min-width: 7em;
    background: #fff;
    background: #f0f0f1;
    letter-spacing: 0.5px;
    padding: 0.85em 0 0.85em 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    margin-top: -0.5em;
    opacity: 0.9;
    font-family: "Cerebri Sans";
  }

    .dropotron a, .dropotron span {
      display: block;
      padding: 0.65em 1em 0.65em 1em;
      border-top: solid 1px #e8e8e8;
      border-bottom: 0;
    }

    .dropotron li:first-child > a, .dropotron li:first-child > span {
      border-top: 0;
    }

    .dropotron li.active > a, .dropotron li.active > span {
      color: black ;
    }

    .dropotron.level-0 {
      font-size: 0.9em;
      margin-top: 0;
    }

      .dropotron.level-0:before {
        content: '';
        position: absolute;
        top: -1em;
        width: 1em;
        height: 1em;
        border-bottom: solid 0.5em #fff;
        border-left: solid 0.5em rgba(255, 255, 255, 0);
        border-right: solid 0.5em rgba(255, 255, 255, 0);
      }

      .dropotron.level-0.center:before {
        left: 50%;
        margin-left: -0.5em;
      }

      .dropotron.level-0.left:before {
        left: 1em;
      }

      .dropotron.level-0.right:before {
        right: 1em;
      }



  #hero {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
  }

    #hero h2 {
      color: #fff;
      font-size: 2.5em;
    }

    #hero h3 {
      color: #fff;
      font-size: 2em;
    }
    #hero h4 {
      color: #fff;
      font-size: 1em;
      line-height: 1.5em;
    }

    #hero strong {
      color: inherit;
    }

    #hero header > span {
      color: #fff;
    }

    #hero p {
      font-size: 1.5em;
      line-height: 1.5em;
    }

    #hero .button {
      /* 
      background: #fff;
      border-color: rgba(255, 255, 255, 0); */
      color: #fff;
      font-size: 1.25em;
    }

      #hero .button:hover {
        border-color: rgba(255, 255, 255, 0.75);
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
      }

    #hero a {
      color: #fff;
      border-color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
    }

      #hero a:hover {
        border-color: rgba(255, 255, 255, 0);
      }

  #hero-learnmore {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 60%;
  }

    #hero-learnmore h2 {
      color: #fff;
      font-size: 1.7em;
      line-height: 2em;
    }

    #hero-learnmore h3 {
      color: #fff;
      font-size: 2em;
    }
    #hero-learnmore h4 {
      color: #fff;
      font-size: 1.1em;
      line-height: 2em;
    }

    #hero-learnmore strong {
      color: #FFF;
    }

    #hero-learnmore header > span {
      color: #fff;
    }

    #hero-learnmore p {
      font-size: 0.9em;
      line-height: 1.5em;
    }

    #hero-learnmore .button {
      /* 
      background: #fff;
      border-color: rgba(255, 255, 255, 0); */
      color: #fff;
      font-size: 1.25em;
    }

      #hero-learnmore .button:hover {
        border-color: rgba(255, 255, 255, 0.75);
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
      }

    #hero-learnmore a {
      color: #fff;
      border-color: #fff;
      border-color: rgba(255, 255, 255, 0.5);
    }

      #hero-learnmore a:hover {
        border-color: rgba(255, 255, 255, 0);
      }

.featurerow {
      width: 100% ;
      position: relative;
  }

  .clear {
    clear:both;
  }

  .leftfeature-learnmore {
      width: 50% ;
      float: left;
      
  }
  .rightfeature-learnmore {
      margin-left: 50%;
  }

  .leftfeature-learnmore img {
      width: 100% ;
      margin-left:-20%;
  }
  .rightfeature-learnmore img {
    width: 100% ;
    margin-right:-20%;
  }

  @media (max-width: 700px) {
      .leftfeature-learnmore  { 
        float: none; 
        width:100%;
        border:0;
        margin-left: 0px;
    }
      .leftfeature-learnmore img { 
        width:100%;
        margin-left: 0px;
    }


      .rightfeature-learnmore  { 
        width:100%;
        border:0;
        margin-left: 0px;
    }

          .rightfeature-learnmore img { 
        width:100%;
        margin-right:0px;
    }
  }



/* Promo */

  #promo {
    background: rgba(255, 255, 255, 0.05);
    border: solid 1px rgba(255, 255, 255, 0.25);
    border-radius: 0.5em;
    padding: 1.75em 2.5em 1.75em 2.5em;
    display: inline-block;
    position: relative;
    z-index: 1;
  }

    #promo h2 {
      color: #fff;
      display: inline-block;
      margin-right: 1em;
      font-size: 1.75em;
    }

    #promo .button {
      background: #fff;
      border-color: rgba(255, 255, 255, 0);
      color: #27636B;
      font-size: 1.25em;
    }

      #promo .button:hover {
        border-color: rgba(255, 255, 255, 0.75);
        background-color: rgba(255, 255, 255, 0.15);
        color: #fff;
      }



  #footer {
    position: relative;
    z-index: 1;
  }

    #footer header.major {
      margin-bottom: 3em;
    }

/* Copyright */

  #copyright {
    position: relative;
    z-index: 1;
    text-align: center;
    border-top: solid 1px #d2d7dc;
    color: #a2a7ac;
    padding-top: 4em;
    margin-top: 6em;
  }

/* Normal */

  @media screen and (max-width: 1280px) {

    /* Basic */

      body, input, textarea, select {
        line-height: 1.5em;
        font-size: 13pt;
      }

      span.extra {
        display: none;
      }

    /* Wrappers */

      .wrapper {
        padding: 5em 0 5em 0;
      }

      #header-wrapper {
        padding: 2em 0 2em 0;
      }

      .homepage #header-wrapper {
        padding: 8em 0 4em 0;
      }

      #promo-wrapper {
        padding: 5em 0 5em 0;
      }

      #footer-wrapper {
        padding: 5em 0 5em 0;
      }

  }

/* Narrow */

  @media screen and (max-width: 1080px) {

    /* Sections/Article */

      header br {
        display: none;
      }

    /* Button */

      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      button,
      .button {
        padding-left: 1.25em;
        padding-right: 1.25em;
      }

    /* Wrappers */

      .wrapper {
        padding: 4em 2em 4em 2em;
      }

      #header-wrapper {
        padding: 5em 0 1em 0;
      }

      .homepage #header-wrapper {
        padding: 0 0 4em 0;
      }

      #promo-wrapper {
        padding: 2em;
      }

      #footer-wrapper {
        padding: 4em 2em 4em 2em;
      }

    /* Header */

      #nav {
        position: relative;
        margin: 0 0 0 0;
        line-height: 3em;
        height: 3em;
      }

        #nav > ul > li {
          margin-left: 0;
        }

          #nav > ul > li.break {
            margin-left: 0;
          }

    #nav2 {
        position: relative;
        margin: 0 0 0 0;
        line-height: 3em;
        height: 3em;
      }

        #nav2 > ul > li {
          margin-left: 0;
        }

          #nav2 > ul > li.break {
            margin-left: 0;
          }

      .dropotron.level-0 {
        margin-top: 1.1em;
      }

    /* Hero */

      #hero {
        padding: 3.5em 4em 0 4em;
      }

        #hero h2 {
          font-size: 2.75em;
        }

        #hero p br {
          display: none;
        }

    /* Promo */

      #promo {
        padding: 1.75em 2.5em 1.75em 2.5em;
        display: inline-block;
      }

        #promo .button {
          font-size: 1.25em;
        }

        #promo h2 {
          display: block;
          margin: 0 0 1em 0;
          font-size: 1.5em;
        }

    /* Copyright */

      #copyright {
        padding-top: 2em;
        margin-top: 3em;
      }

  }

/* Narrower */

  @media screen and (max-width: 820px) {

    /* Basic */

      body, input, textarea, select {
        line-height: 1.5em;
        font-size: 14pt;
      }

      span.extra {
        display: inline;
      }

      .features {
        margin-bottom: 0;
      }

    /* Sections/Article */

      section, article {
        margin-bottom: 3em;
      }

      .row > section, .row > article {
        margin-bottom: 3em;
      }

      section:last-child,
      article:last-child {
        margin-bottom: 0;
      }

      .row > section:last-child,
      .row > article:last-child {
        margin-bottom: 0;
      }

    /* List */

      ul.menu {
        text-align: center;
      }

        ul.menu li {
          display: block;
          border: 0;
          padding: 0;
          margin: 0;
          line-height: 2em;
        }

          ul.menu li:first-child {
            border-top: 0;
          }

      ul.actions.major {
        padding-top: 2em;
      }

    /* Header */

      #nav {
        font-size: 0.9em;
      }

        #nav > ul > li > span, #nav > ul > li > a {
          padding: 0.25em 0.5em 0.25em 0.5em;
        }

    /* Hero */

      #hero h2 {
        font-size: 2.5em;
      }

    /* Main */

      #main {
        padding-bottom: 0;
      }

    /* Content */

      #content {
        margin-bottom: 3em;
      }

    /* Sidebar */

      #sidebar {
        margin-bottom: 3em;
      }

        #sidebar section {
          border-top: 0;
          margin-top: 0;
          padding-top: 1em;
        }

    /* Footer */

      #footer header.major {
        margin-bottom: 1.5em;
      }

  }

/* Mobile */

  #navPanel, #navButton {
    display: none;
  }

  @media screen and (max-width: 736px) {

    /* Basic */

      html, body {
        overflow-x: hidden;
      }

      body, input, textarea, select {
        font-size: 13pt;
        letter-spacing: 0;
      }

      h2 {
        font-size: 1.5em;
        line-height: 1.25em;
      }

    /* Sections/Article */

      header {
        margin-bottom: 1em;
      }

        header > p {
          font-size: 1em;
        }

    /* List */

      ul.divided li {
        padding-top: 0.75em;
        margin-top: 0.75em;
      }

    /* Wrappers */

      .wrapper {
        padding: 3em 20px 3em 20px;
      }

      #header-wrapper {
        padding: 3em 20px 20px 20px;
        text-align: center;
      }

      .homepage #header-wrapper {
        padding: 3em 20px 3em 20px;
      }

      #promo-wrapper {
        padding: 20px;
      }

      #footer-wrapper {
        padding: 3em 20px 3em 20px;
      }

    /* Header */

      #logo {
        position: relative;
      }

        #logo a {
          border: solid 1px rgba(255, 255, 255, 0.75);
          border-radius: 0.35em;
          height: 3em;
          line-height: 3em;
        }

    /* Nav */

      #nav {
        display: none;
      }

      #nav2 {
        display: none;
      }

    /* Footer */

      #footer ul.divided {
        margin: 0;
      }

        #footer ul.divided li:first-child {
          border-top: solid 1px #d2d7dc;
          padding-top: 0.75em;
          margin-top: 0.75em;
        }

        #footer ul.divided:first-child li:first-child {
          border-top: 0;
          padding-top: 0;
          margin-top: 0;
        }

    /* Hero */

      #hero {
        padding: 2.5em 2em 0 2em;
      }

        #hero header {
          margin: 0 0 1.25em 0;
        }

          #hero header h2 {
            font-size: 1.5em;
          }

        #hero p {
          font-size: 1em;
        }

    /* Off-Canvas Navigation */

      #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
      }

      #navButton {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        right: 1em;
        position: fixed;
        top: 0;
        width: 25%;
        /*z-index: 10001;*/
        z-index: 0;
      }

        #navButton .toggle {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 0;
          outline: 0;
        }

          #navButton .toggle:before {
            font-family: FontAwesome;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\f0c9';
            color: #fff;
            font-size: 18px;
            text-align: center;
            display: block;
            width: 80px;
            height: 30px;
            line-height: 30px;
            position: absolute;
            left: 50%;
            margin-left: -40px;
            background: rgba(128, 132, 136, 0.35);
            border-top: 0;
            border-radius: 0 0 0.35em 0.35em;
          }

      #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateY(-50vh);
        -webkit-transform: translateY(-50vh);
        -ms-transform: translateY(-50vh);
        transform: translateY(-50vh);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        background-image: url("../png/overlay.png"), url("../svg/navpanel.svg"), -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
        background-image: url("../png/overlay.png"), url("../svg/navpanel.svg"), -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
        background-image: url("../png/overlay.png"), url("../svg/navpanel.svg"), -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
        background-image: url("../png/overlay.png"), url("../svg/navpanel.svg"), linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.25));
        display: block;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 100%;
        height: 50vh;
        z-index: 10002;
        box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
        font-size: 1em;
        background-color: #45474a;
        background-size: 128px 128px, 100% 100%, 100% 100%;
      }

        #navPanel .link {
          position: relative;
          z-index: 1;
          display: block;
          text-decoration: none;
          padding: 0.75em;
          color: #ddd;
          border: 0;
          border-top: dotted 1px rgba(255, 255, 255, 0.1);
        }

          #navPanel .link.depth-0 {
            color: #fff;
            font-weight: 400;
          }

        #navPanel .indent-1 {
          display: inline-block;
          width: 1em;
        }

        #navPanel .indent-2 {
          display: inline-block;
          width: 2em;
        }

        #navPanel .indent-3 {
          display: inline-block;
          width: 3em;
        }

        #navPanel .indent-4 {
          display: inline-block;
          width: 4em;
        }

        #navPanel .indent-5 {
          display: inline-block;
          width: 5em;
        }

        #navPanel .depth-0 {
          color: #fff;
        }

      body.navPanel-visible #page-wrapper {
        -moz-transform: translateY(50vh);
        -webkit-transform: translateY(50vh);
        -ms-transform: translateY(50vh);
        transform: translateY(50vh);
      }

      body.navPanel-visible #navButton {
        -moz-transform: translateY(50vh);
        -webkit-transform: translateY(50vh);
        -ms-transform: translateY(50vh);
        transform: translateY(50vh);
      }

      body.navPanel-visible #navPanel {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
      }

  }

/* Mobile (Portrait) */

  @media screen and (max-width: 480px) {

    /* Basic */

      body, input, textarea, select {
        font-size: 12pt;
        letter-spacing: 0;
      }

      .feature {
        text-align: left;
      }

    /* Sections/Article */

      section, article {
        margin-bottom: 2em;
      }

      .row > section,
      .row > article {
        margin-bottom: 2em;
      }

      header.major {
        text-align: left;
      }

    /* Image */

      .image {
        display: block;
      }

        .image.full, .image.left {
          float: none;
          display: block;
          width: 100%;
          margin: 0 0 1.5em 0;
        }

      .image-centered {
        float: none;
        display: block;
        width: 100%;
        margin: 0 0 1.5em 0;
      }

    /* List */

      ul.actions li {
        display: block;
        margin: 1em 0 0 0;
      }

        ul.actions li:first-child {
          margin-top: 0;
        }

      ul.actions.major {
        text-align: left !important;
      }

    /* Form */

      form textarea {
        min-height: 10em;
      }

    /* Button */

      input[type="button"],
      input[type="submit"],
      input[type="reset"],
      button,
      .button {
        display: block;
        width: 100%;
        text-align: center;
      }

    /* Header */

      #logo {
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
      }

    /* Hero */

      #hero {
        padding: 2.5em 0 0 0;
      }

    /* Promo */

      #promo {
        padding: 20px;
      }

    /* Content */

      #content {
        margin-bottom: 2em;
      }

    /* Sidebar */

      #sidebar {
        margin-bottom: 2em;
      }

    /* Footer */

      #footer header.major {
        margin-bottom: 1em;
      }

  }


/* MAIN.CSS  END */








/*updated-signup-modal.css*/



#signupmodal a {
  border-bottom: none;
}

#signupmodal {
  width: 90%;
  max-width: 900px;
  /*background: linear-gradient(45deg, #0b2469 56%, #0656e8 100%);*/
  /*background: linear-gradient(45deg, #0b2469 56%, #6806e8 100%);*/
  background: #f3f6fe !important;
  /*padding: 35px;*/
  padding: 0px;
}

#signupmodal h1 {
    color: #1a1550 !important;
    font-size: 1.5em !important;
    font-family: "Cerebri Sans";
    letter-spacing: 1.1px !important;
    font-weight: 600;
    line-height: 1.5;
    /*border-bottom: 1px #486494 !important;*/
    padding-top: 25px;
}

#signupmodal h2 {
     color: #f5f5f5 !important; 
    /*color: #d1e0f1;*/
    font-size: 1em !important;
     font-family: "Cerebri Sans"; 
    letter-spacing: 1.2px !important;
    font-weight: 200;
    line-height: 2em;
    /*padding-top: 25px;*/
}

.left-right-container-pricing {
  display: table;
}

.modal-left {
    display: inline-block;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left !important;
    /*padding-right: 20px;*/
    padding: 35px;
    background: #f3f6fe;
}

.modal-right {
    display: inline-block;
    display: table-cell;
    width: 48%;
    vertical-align: top;
    /*margin-left: 2em;*/
    /*margin-right: 2em;*/
    min-width: 200px;
    background: #1a1450;
    padding: 35px;
    /*background-color: rgb(15, 1, 94);*/
    /*background-image: radial-gradient(at 50% 100%, rgba(123, 22, 255, 0.75), rgb(15, 1, 94));*/
}


#product-title-above-title h1 {
    font-size: 1.1em;
    /*margin-top: -1em;*/
    margin-bottom: 1em;
    letter-spacing: 0.4px !important;
    color: #fff;
    padding-top: 35px;
    text-align: center;
    text-transform: uppercase;
}
.text-blueish {
    color: #54dbc2;
    font-weight: 600;
}

.bg-white {
    /*background: #273c7a;*/
    background: rgba(255,255,255,0.15);
}
.border-radius-3 {
    border-radius: 3px;
}


.pro-right-widget {
    /*-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.15);*/
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    padding: 30px;
    border-radius: 6px;
    text-align: center;
    margin-top:25px;

    
}

.pro-right-widget-price {
  font-size: 47px;
  font-weight: 600;
  color: #444;    
  font-family: "Cerebri Sans";
  padding: 15px;
}


.pro-right-widget-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #444;    
  font-family: "Cerebri Sans";
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
}

.pro-right-widget-details {
  /*font-size: 14px;*/
  font-size: 0.9em;
  /*font-weight: 400;*/
  color: #444;    
  font-family: "Cerebri Sans";
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  letter-spacing: 0.3px;
}

.pro-right-widget-bottom {
  font-size: 12px;
  /*font-weight: 400;*/
  color: #999;    
  font-family: "Cerebri Sans";
  /*padding: 15px;*/
}

.pro-right-widget-top {
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;    
  font-family: "Cerebri Sans";
  /*padding-top: 7px;*/
  padding-bottom: 25px;
  /*padding-left: 12px;*/
  /*padding-right: 10px;*/
  text-align: center;
  padding-top: 70px;

}

.pro-left-widget-info {
  padding-left:12px;
  padding-right:12px;
}

.pro-left-widget-info h3 {
  font-size: 0.9em;
  color: #1a1550;    
  font-weight: 600;  
  font-family: "Cerebri Sans";
  padding-bottom: 8px;
  text-align: left;
  letter-spacing: 0.3px;
  padding-bottom: 15px;
  padding-top: 15px;
}


.pro-left-widget-info h4 {
  font-size: 0.84em;
  color: #6f6d6d;    
  /*font-weight: 400;  */
  font-family: "Cerebri Sans";
  padding-bottom: 24px;
  text-align: left;
  letter-spacing: 0.1px;
  line-height: 1.6;
}

.plan-option {
  /*display: inline-block;*/
  border-radius: 5px;
  padding: 27px 45px 32px;
  border: 1px solid #464073;
  margin-bottom: 25px;
  cursor: pointer;
  /*margin-top: 25px;*/
}

.plan-option:hover {
  background: #3c386b;
}

.plan-option-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.left-plan-option {
  display: inline-block;
  text-align: left;
  width: 50%;
}
.right-plan-option {
  display: inline-block;
  text-align: right;
  right: 0;
  width: 48%;
}

.left-plan-option h3 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Cerebri Sans";
  font-weight: 600;  
  padding-bottom: 12px;
}
.left-plan-option h4 {
  color: #fff;
  font-size: 1.2em;
  /*text-transform: uppercase;*/
  letter-spacing: 0.4px;
  font-family: "Cerebri Sans";
  font-weight: 400;  
}
.plan-option h5 {
  color: #8f8dae;
  font-size: 0.8em;
  letter-spacing: 0.1px;
  font-family: "Cerebri Sans";
  font-weight: 200;  
}


.pro-upsell-testimonial {
  font-size: 0.8em;
  font-weight: 400;
  color: #8f8dae;   
  color: #d6dbe8;
  font-family: "Cerebri Sans";
  padding-bottom: 15px;
  text-align: center;
}

.pro-upsell-testimonial a:hover {
  color: #fff;    
}




@media screen and (max-width: 710px) {

.modal-left {
    /*display: inline-block;
    width: 100%;*/
    display: none;
}

.modal-right {
    display: inline-block;
    width: 100%;
}


}




/* new-email-login-form.css */

/* -------------------------------- 

Primary style

-------------------------------- */

img {
  max-width: 100%;
}

input, textarea {
  /*font-family: "PT Sans", sans-serif;*/
  font-size: 16px;
  font-size: 1rem;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */


/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  /*background: #FFF;*/
  background: #fbfbfb;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher::after {
  clear: both;
  content: "";
  display: table;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
  border-bottom: dotted 0px #62676c !important;
}
.cd-user-modal-container .cd-switcher a {
  border-bottom: dotted 0px #62676c !important;
}

.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  background: #fbfbfb;
  color: #000;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 2em !important;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
      border: 2px solid #d2d8d8;

}

.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../svg/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../svg/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../svg/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
   color: #000 !important;
}


.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #17af7d;
  color: #fff !important;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #19cf86;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
  border-bottom: none !important;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  /*bottom: -35px;*/
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 1000;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  /*pointer-events: none;*/
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  /*bottom: -30px;*/
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}



.loginbar .loginlabel {
  font-size: 1.1rem;

  float: left;
  /*padding: 3% 5% 0% 4%;*/
  margin-left: 1em;
  padding-bottom:10px;
  /*padding-left: 2em;*/
}

.loginbar input {
    
  background-color: rgba(0, 0, 0, 0.15) !important;
  /*padding-right: 2em !important;*/

}

.loginbar {
/*  margin-right: 2em;
  padding-right: 2em;*/
}

.loginbar input::-webkit-input-placeholder {
  color: #d2d7dc !important;
  opacity: 1;
}
.loginbar input::-moz-placeholder {
  color: #d2d7dc !important;
  opacity: 1;
}
.loginbar input:-ms-input-placeholder {
  color: #d2d7dc !important;
  opacity: 1;
}

.loginbar input:hover {
  border-color: rgba(255, 255, 255, 0.75) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}


#request-demo-buttona {
    /*border: 1px solid;*/
    border-radius: 5px;
    background: #17af7d;
    margin-bottom: 40px !important;
    display: inline-block;
    min-height: 30px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 15px;
  letter-spacing: 0.7px;
  /*margin-left: 20px;*/
  margin-right: 20px;
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    font-family: "Cerebri Sans";
    margin-top:3em;
}
#request-demo-buttona:hover {
    border-color: rgba(255, 255, 255, 0.75) !important;
    background: #19cf86;
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        color: #fff !important;
    /*height: 200px;*/
}


.login-via-email-button {
    /*border: 1px solid;*/
    border: 0px solid;
    border-radius: 5px;
    /*background: rgba(0, 0, 0, 0.15);*/
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 40px !important;
    display: inline-block;
    min-height: 40px;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 12px;
  letter-spacing: 0.7px;
  background: rgba(193, 192, 192, 0.15);
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    font-family: "Cerebri Sans";
    width: 230px;
    /*text-transform: uppercase;;*/
    /*text-shadow: 0 1px 3px rgba(36,180,126,.4);*/
}


.login-via-email-button:hover {
    /*border-color: rgba(255, 255, 255, 0.75) !important;*/
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        border-color: rgba(255, 255, 255, 0.75) !important;
        background-color: rgba(255, 255, 255, 0.15) !important;
        color: #fff !important;
    /*height: 200px;*/
}

#hero p {
  font-size: 1em !important;
}

#lost_password_message {
  color: #000;
}

.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF !important;
    background: #fbfbfb !important;
    color: #000 !important;
}


.cd-user-modal-container .cd-switcher a {
    
    color: #809191 !important;
}

#registration-form a {
  color: #52575c ;
  border-bottom: dotted 1px #62676c;
}

@media screen and (max-width: 710px) {

.modal-left {
    display: none;
}

.modal-right {
    display: inline-block;
    width: 100%;
}


}





/*resume-summary-generator.css*/


.homepage {
  margin:0px;
}

.hero {
  background: #fff;
  min-height: 600px;
}

.hero h1 {
    /*letter-spacing: 1.5px;*/
    color: #090b17;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 60px;
    margin: 0 auto;
    max-width: 832px;
    padding: 0 24px;
    width: 100%;
}


.hero h2 {

        color: #676e8b;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 36px auto 0;
    max-width: 676px;
  }

.hero-text-container {
       margin: 0 auto;
    max-width: 1248px;
    padding: 0 24px;
    width: 100%;
    margin-bottom: 88px;
    /*padding-top: 142px;*/
    padding-top: 12em;
    text-align: center; 
}

.cta-input {
    background-color: #f4f6f8;
    border: 1px solid transparent;
    transition: all .4s ease-in-out;
        border: 0;
    border-radius: 8px;
    box-shadow: none;
    margin-right: 8px;
    max-width: 424px;
    padding: 16px 24px;
    padding-right: 16px 15px;
    height: 30px;
    min-width: 300px;
    font-size: 0.9em;
}


.testimonial-quote-container {
        display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 20px 0px 40px;
    margin-bottom: 50px;
}

.testimonial-img {
    height: 100px;
    width: 100px;
    box-shadow: rgba(19, 23, 35, 0.08) -8px 14px 16px 0px;
    border-radius: 50px;
}

.testimonial-quote-box {

    margin-left: 15px;
    position: relative;
    flex: 1 1 0%;
}
    
.testimonial-quote-diamond {
    position: absolute;
    left: 0px;
    top: 40%;
    width: 22px;
    height: 22px;
    background-color: rgb(255, 255, 255);
    transform: translate(5px, -3px) rotate(135deg);
    border-left: rgb(255, 255, 255);
    border-top: rgb(255, 255, 255);
    box-shadow: 0 20px 30px 0 rgba(36,50,66,.14);
}

.testimonial-quote-content {
    background-color: rgb(245, 246, 247);
    background: #fff;
    color: rgb(38, 40, 45);
    /*box-shadow: rgba(19, 23, 35, 0.04) -8px 14px 16px 0px;*/
    box-shadow: 0 20px 30px 0 rgba(36,50,66,.14);
    margin-left: 15px;
    font-size: 18px;
    flex: 1 1 0%;
        line-height: 1.8;
    padding: 20px 30px;
    font-family: "Cerebri Sans",sans-serif;
    /*font-style: italic;*/
    text-align: left;
}


.colored-highlighted-content {
    color: #2c4bff;
    font-weight: 600;
}

.hero-standard-width-darker {
    background: #f5f7fa;
}
.hero-small-width {
   margin: 0 auto;
    padding: 0 24px;
    width: 90%;
    min-width: 300px;
    max-width: 900px;
    margin-bottom: 88px;
    /*padding-top: 142px;*/
    padding-top: 4em;
    text-align: center; 
}


.cta-button {
  background-color: rgb(44, 75, 255);
      
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px;
        height: 64px;
    line-height: 20px;
    padding: 21px 24px;
        border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    font-family: "Cerebri Sans",sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}


.cta-button:hover {
    background-color: #5340ff;
    border:0px solid;
    color: #fff !important;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 6px;
}


.below-fold-box {
    background: #fff;
    padding: 50px;

}

.below-fold-box h2 {
    text-align: center;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.6;
    padding-top: 20px;
    color: #161c26 !important;
}
.below-fold-box h3 {
    text-align: center;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.6;
    padding-top: 35px;
    color: #161c26 !important;
}

.headline-feature-example {
        box-shadow: 0 20px 30px 0 rgba(36,50,66,.14);
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 30px;
    border:1px solid #e4e6e7;
        margin-top: 30px;
    font-family: "Cerebri Sans",sans-serif;
}

.below-fold-box p {
    padding-top: 45px;
    text-align: left;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    line-height: 1.6;
    /* color: #6d7780 !important; */
    color: #23272a !important;
}

.accompanying-img img {
    box-shadow: 0 20px 30px 0 rgba(36,50,66,.14);
    margin-top: 20px;
    margin-bottom: 20px;   
    max-width: 400px;
}


.try-resume-worded-button-footer-one {
    border: 1px transparent;
    border-radius: 5px;
    background: #7b00ff;
    margin: 0 auto;
    line-height: 3.5;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 0.9em;
    letter-spacing: 1.3px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
}

.try-resume-worded-button-footer-one:hover {
    background: #0012ff;
}

.try-resume-worded-button-footer-two {
    border: 1px transparent;
    border-radius: 5px;
    background: #d42ac0;
    margin: 0 auto;
    line-height: 3.5;
    display: inline-block;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 0.9em;
    /*letter-spacing: 1.3px;*/
    font-weight: 400;
    cursor: pointer;
    color: #fff;
        color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px;
    height: 64px;
    line-height: 20px;
    padding: 21px 24px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    font-family: "Cerebri Sans",sans-serif;
}

.try-resume-worded-button-footer-two:hover {
    background: #0012ff;
}

.learn-more-btn-hero-lir-headline {
        color: #676e8b;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;

}

.generated-headline-loading-screen {
    /*background: green;*/
    display: none;
    height: 300px;
    /*display: none;*/
  /*position: fixed;*/
  /*left: 0px;*/
  /*top: 0px;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*z-index: 9999;*/
  background: url(../loading-headline.html) center no-repeat #fff;
}
.generated-headline-loading-screen-hidden {
    display: none;
}
.generated-headline-div {
    display: none;
    background: #f5f7fa;
    padding: 50px;
}

.generated-headline-div-hidden h1 {
       color: #090b17;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 60px;
    margin: 0 auto;
    /*border-bottom: 1px solid purple;*/
}
.generated-headline-div-hidden {
}



.linkedin-search-box {
    background: #283e49;
    height: 60px;
    border-radius: 5px 5px 0px 0px;
}

.linkedin-dummy-search-box {
    height: 34px;
    display: inline-block;
    vertical-align: top;
    background:#e1e9ee;
    font-size: 16px;
    padding: 2px;
    padding-left:10px;
    padding-right:10px;
    margin-top: 8px;
    border-radius: 6px;
    margin-left:25px;
    font-family: "Cerebri Sans";
    width: 250px;
    margin: 15px;
}


.linkedin-search-results {
    width: 75%;
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    background: #fff;
    margin: 0 auto;
}
.linkedin-search-result {
    background: #fff;
    padding: 25px;
    border-radius: 0px 0px 5px 5px;
}
.linkedin-search-result-img {
    margin: 10px 0 16px 24px;
    margin-top:5px;
    /*padding-right: 16px;*/
    display: inline-block;
    width: 69px;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #b3b6b9;
    border: 2px solid transparent;
    background-image: url("../empty-pro-pic-linkedin.html");
    border-radius: 49.9%;
    vertical-align: top;

}
.linkedin-search-result-details {
    display: inline-block;
    white-space: nowrap;
    margin-left:20px;
    max-width: 70%;
    
}
.linkedin-search-result-details h1 {
    /* name */
    line-height: 20px;
    color: #0c5fdb;
    font-weight: 600;
    /*font-family: Helvetica,Arial,sans-serif;*/
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.1em;
    padding-bottom: 2px;
}
.linkedin-search-result-details h2 {
    color: rgba(0,0,0,.9);
    font-weight: 400;
    font-family: "Source Sans Pro",sans-serif;
    /*line-height: 1.5;*/
    font-size: 16px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.linkedin-search-result-details h3 {
    color: rgba(0,0,0,.6);
    font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300;
}
 
.connect-btn {   
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 0;
    color: #0c5fdb;
    box-shadow: inset 0 0 0 1px #0073b1,inset 0 0 0 2px transparent,inset 0 0 0 1px transparent;
    float:right;
    margin-top:20px;
}


 
.connect-btn-alt {   
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    outline-width: 2px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 0;
    color: #0c5fdb;
    box-shadow: inset 0 0 0 1px #0073b1,inset 0 0 0 2px transparent,inset 0 0 0 1px transparent;
    margin-top:10px;
    margin-bottom:10px;
}

.how-headline-looks-slider {
    width: 87%;
    margin: 0 auto;
}

.how-headline-looks-caption {
    font-size: 15px;
    font-family: "Cerebri Sans";
    width: 50%;
    margin: 0 auto;
    padding-top:15px;
    color: #6f6d6d;
    text-align: center;
}

.linkedin-people-you-may-know h1 {
    font-weight: 300;
    font-family: "Source Sans Pro", sans-serif;
    padding: 12px 20px 8px;
    display: inline-block;
    color: #fff;
    padding-top: 15px;
    vertical-align: top;
}

.linkedin-people-you-may-know-container {
    
}

.linkedin-people-you-may-know-single {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: center;
    height: 300px;
    padding: 12px;
    
}

.linkedin-people-you-may-know-single h1 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-bottom: 0px;
}
.linkedin-people-you-may-know-single h2 {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    /*white-space: nowrap; */
      /*overflow: hidden;*/
      /*text-overflow: ellipsis;*/
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.linkedin-people-you-may-know-single:nth-child(2) {
    border-right: 1px solid rgba(0,0,0,0.15);
    border-left: 1px solid rgba(0,0,0,0.15);
}

.linkedin-people-you-may-know-single-img {
    width: 104px;
    height: 104px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
    border-radius: 49.9%;
    /*margin: 10px 0 16px 24px;*/
    margin: 0 auto;
    margin-top:15px;
    /*padding-right: 16px;*/
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #b3b6b9;
    border: 2px solid transparent;
    background-image: url("../empty-pro-pic-linkedin.html");
    border-radius: 49.9%;
    vertical-align: top;

}


.commenting-on-an-article {
    width: 75%;
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    background: #fff;
    margin: 0 auto;
   
}

.linkedin-comment-post-container {
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.linkedin-comment-author {
    /*display: inline-block;*/
}

.linkedin-comment-author-left-img {
    /*margin: 10px 0 16px 24px;*/
    margin-top:5px;
    padding-right: 16px;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #b3b6b9;
    border: 2px solid transparent;
    background-image: url("../empty-pro-pic-linkedin.html");
    border-radius: 49.9%;
    vertical-align: top;
}
.linkedin-comment-author-details {
    display: inline-block;
    margin-left: 10px;
}
.linkedin-comment-author-details h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    padding-bottom: 0px;
}

.linkedin-comment-author-details h2 {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    /*width: 90%;*/
    /*margin: 0 auto;*/
    text-align: left;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.1px;
}

.linkedin-comment-content {
    color: rgba(0,0,0,.9);
    font-size: 16px;
}
.linkedin-post-stats-likes {
     font-weight: 400;
    font-size: 14px;
    color: #77797b;
    /*width: 90%;*/
    /*margin: 0 auto;*/
    text-align: left;
    padding-bottom: 5px;
    padding-top: 12px;
    letter-spacing: 0.1px;
}

.linkedin-post-actions {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0,0,0,.5);
    /*width: 90%;*/
    /*margin: 0 auto;*/
    text-align: left;
    padding-bottom: 2px;
    padding-top: 2px;
    letter-spacing: 0.5px;
}

.comments-container {
    background: #f3f6f8;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
}

.single-comment-img {
    /*margin: 10px 0 16px 24px;*/
    margin-top:5px;
    padding-right: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #b3b6b9;
    border: 2px solid transparent;
    background-image: url("../empty-pro-pic-linkedin.html");
    border-radius: 49.9%;
    vertical-align: top;
}

.single-comment-details {
    display: inline-block;
    margin-left: 10px;
    width: 80%;
}
.single-comment-details h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    padding-bottom: 0px;
}

.single-comment-details h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,.6);
    /*width: 90%;*/
    /*margin: 0 auto;*/
    text-align: left;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.1px;
}

.single-comment-details p {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    /*width: 90%;*/
    /*margin: 0 auto;*/
    text-align: left;
    padding-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.1px;
    line-height: 1.4 !important;
}


.single-comment-reply {
    padding-left: 25px;
}


.generated-headline-container h1 {
    font-weight: 600;

    font-size: 1em;
    color: #1a1550;
    letter-spacing: 0.5px;
    font-family: "Cerebri Sans";
    
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.generated-headline-container h2 {
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: left;
    /* font-size: 26px; */
    font-size: 30px;
    font-size: 1em;
    color: #484848;
    color: #6f6d6d;
    color: #1a1550;
    letter-spacing: 0.5px;
    font-family: "Cerebri Sans";
    padding-bottom: 25px;
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    margin:0 auto;
}
.generated-headline-container h3 {
    font-weight: 400;
    /* text-transform: uppercase; */
    text-align: left;
    /* font-size: 26px; */
    font-size: 30px;
    font-size: 1.2em;
    color: #484848;
    color: #6f6d6d;
    color: #1a1550;
    letter-spacing: 0.5px;
    font-family: "Cerebri Sans";
    padding-bottom: 15px;
    line-height: 1.6;
    text-align: center;
    width: 70%;
    margin: 0 auto;
        text-align: center;
    width: 70%;
    padding: 10px;
    border-radius: 15px;
    background: #ffffb6;
    margin: 0 auto;

}

.below-fold-box p {
    padding-top:10px;
}

.try-a-new-headline-container {
display: inline-block;
width: 30%;
}

.try-a-new-headline-container-main {
    text-align:center;
}

#try-a-new-name {
    border-radius: 15px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px #eceaea solid;
    background: #fff !important;
    font-size: 18px;
    font-family: "Cerebri Sans";
    width: 40%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}


.select-wrapper select {
    
    background: #fff;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 5em;
    border: 1px #eceaea solid;
    background: #fff !important;
    font-size: 1.4rem;
    font-family: "Cerebri Sans";
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 2rem;
    vertical-align: top;
    padding-right: 2rem;
}

.select-wrapper:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 48%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.select-wrapper:after {
    /*right: 20% !important;*/
    right: 10% !important;
}


.cta-button2 {
  background-color: rgb(44, 75, 255);
  color: rgb(255, 255, 255);
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 20px 50px 5px; */
  /* height: 62px; */
  line-height: 20px;
  padding: 21px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Cerebri Sans",sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}


.cta-button2:hover {
    background-color: #5340ff;
    border:0px solid;
    color: #fff !important;
    /* -webkit-transform: translateY(-2px); */
    /* transform: translateY(-2px); */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 6px; */
}

.templates-container {
    margin-top: 25px;
    width: 90%;
    min-width: 450px;
    max-width: 1600px;
    margin: 0 auto;
    /* max-height: 500px; */
    font-family: "Circular-Pro-Book",sans-serif;
    font-size: 0.9rem;
    line-height: 1.8;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    /* overflow: scroll; */
    padding: 25px;
    padding-top: 50px;
}

.fa-check {
    color: #19cf86 !important;
}


.modal-right center em {
    color: #fff;
}

#signupmodal h1 {
    padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .testimonial-quote-container img {
        display: none;
    }

    .testimonial-quote-container .testimonial-quote-diamond {
        display: none;   
    }
}


.article-nav-bar {
    background: #fff;
    padding: 50px;
}

.article-nav-bar h1 {
    text-align: center;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.6;
    padding-top: 20px;
    color: #161c26 !important;
    margin-bottom: 20px;
}

.quick-links-title {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    line-height: 1.6;
    /* color: #6d7780 !important; */
    color: #23272a !important;    
}
.quick-link {
    cursor: pointer;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    /*padding-bottom: 15px;*/
    margin-bottom: 10px;
    display: block;
    text-align: left;
    padding-left: 30px;
}

.quick-link:hover {
    color: #1a1450 !important;
    font-weight: 600 !important;
}

.quick-link {
    border-bottom:0px solid;
}



.resume-summary-example {
    text-align: left;
    /*font-family: "Cerebri Sans";*/
    line-height: 1.8;
    margin: 0 auto;
    
    width: 60%;
    padding: 40px 50px;
    border-radius: 15px;
    background: #ffffb6;
    margin: 0 auto;
}

.resume-summary-example p {
    font-size: 1.2em;
    color: #1a1550;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-align: left;
    text-align: justify;
    margin-bottom: 0px;
    letter-spacing: 0.4px;
}

.resume-summary-example strong {
    background: #e6e9bf;
    padding: 2px;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: -0.4px;
}

@media (max-width: 600px) {
.resume-summary-example {
        width: 90%;
    }
}














/*pillar-content-resume-templates.css*/

.hero {
    background: #fff;
    min-height: 600px;
    padding-top: 10em;
    /*padding-bottom: 6em;*/
    max-width: 1800px;
    margin: 0 auto;
}

.darker-bg {
          background: #07007a;
        background-image: radial-gradient(at 50% 100%, #16207c, #07007a);
}
  
.hero-left {
    width: 60%;
    padding-left: 7em;
    margin-left: 0em;
    margin-right: 0em;
    padding-right: 8em;
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.hero-right {
    width: calc(100% - 60%);
      vertical-align: top;
      display: inline-block;
      padding: 20px;
      padding-top: 60px;
}

.hero h1 {
  padding: 0px;
  font-size: 35px;
  padding-bottom: 15px;
  text-align: left !important;
  max-width: none;
}

.hero h2 {
  padding: 0px;
  font-size: 18px;
  margin: 0px;
  max-width: none;
}

.darker-bg h1 {
  color: #fff;

}
.darker-bg h2 {
      color: #cfd2ff;

}

.upload-resume-text-label {
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 0.9em !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    max-width: 500px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600 !important;
    color: blue;
    line-height: 1.5;
}

.downward-arrow-fixed {
  position: absolute;
  top: 45px;
  left: -40px;
}

.downward-arrow-fixed svg {
  width: 50px;
  /*width*/: 50px;
}

.article-nav-bar h2 {
    text-align: center;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.6;
    padding-top: 20px;
    color: #161c26 !important;
    margin-bottom: 20px;
  }

.article-nav-bar h3 {
    text-align: left;
    font-family: 'Cerebri Sans', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.6;
    padding-top: 20px;
    color: #161c26 !important;
    margin-bottom: 20px;
  }

.article-nav-bar ul {
    /*font-size: 1.0625rem;*/
    margin-bottom: 2.1875rem;
    background: #f7faff;
    border: 1px solid #424b5c38;
    padding: 20px 20px 20px 40px;
    font-weight: 400;
    letter-spacing: 0.4px;
    border-radius: 5px;
    list-style: disc;
    text-align: left;
    font-family: 'Cerebri Sans', sans-serif !important;
}

.article-nav-bar li {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    font-family: 'Cerebri Sans', sans-serif !important;
    /*font-size: 0.9em !important;*/
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    line-height: 1.6;
      font-size: 0.9em !important;
}

.article-nav-bar strong {
  font-weight: 600;
}

.quick-links-title {
  padding-top: 0px;
  padding-bottom: 0px;
}



.multi-template-container-3-col {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.multi-template-container-3-col > .single-small-template-container {
    flex: 1 1 30%; /*grow | shrink | basis */
    /*height: 400px;*/
    padding:20px;
    padding-top:0px;
    padding-bottom:40px;
    text-align: center;
}


.slick-prev, .slick-next {
    font-size: 3em;
    border: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    right: -25px;
    font-size: 5em;
}


.slick-slide {
  padding:20px;
  text-align: center;
}


.expand-template-btn {
  white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 15px;
    color: #5a5a5a;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    border-radius: 15px;
    background: #f3f6fe;
}

.expand-template-btn:hover {
     -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    background: #3f10d8;
    color: #fff;
}

  #nav {
            background: #fff;
            box-shadow: 0 5px 20px 0 rgb(11 7 110 / 4%);
              border-bottom: 0px solid;
                  height: 50px;
    line-height: 50px;
        }

        #rw-logo a {
            color: #1a1450;
            font-family: "Cerebri Sans", sans-serif !important;
            font-size: 11pt;
           }

           .resume-template-single {
              display: inline-block;
              width: 50%;
              vertical-align: top;
              padding: 9px;
            }
            .resume-template-img-single {
              padding: 25px;
              background: #eff2f8;
            }
.resume-template-img-single img {
  /*height: 600px;*/
  max-width: none;
  /*overflow: hidd;*/
  width: 100%;
}


.multiple-items .resume-template-img-single img {
  height: auto;
  width: 100%;
}

            .resume-template-subtitle {
              padding-top: 15px;
              padding-bottom: 12px;
            }

            .resume-template-subtitle h4 {
              font-size: 18px !important;
                font-weight: 700 !important;
              font-family: 'Cerebri Sans', sans-serif !important;
              text-align: left;
            }

            .resume-template-subtitle p {
              font-size: 15px !important;
                font-weight: 300 !important;
              font-family: 'Cerebri Sans', sans-serif !important;
              text-align: left;
            }

.contents-of-article {
  margin-top: 15px;

}
.contents-of-article li {
    font-family: "Cerebri Sans",sans-serif;
    font-size: 17px;
    color: #8980ff;
    list-style: square;
    font-weight: 550;
}
.page-container-templates {
  position: relative;
}

.almost-full-width-templates-container {
    margin: 0 auto;
    padding: 0 24px;
    /*width: 98%;*/
    min-width: 500px;
    max-width: 1500px;
    margin-bottom: 88px;
    /* padding-top: 142px; */
    padding-top: 4em;
    text-align: center;
    /*margin-left: 200px;*/
    padding-left: 400px;
}

.top-level-filters-container {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 300px;
  border-color: #f1f3f5;
  border-right: solid;
  border-right: 5px solid #eceef2;
}


.template-modal-download {
  width: 90%;
  max-width: 1500px;
  min-width: 600px;
  padding: 0px;
}

.template-modal-download-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "Cerebri Sans";
}

.template-container-left {
    flex: 0 1 60%;
    /* display: table-cell; */
    /* width: 50%; */
    vertical-align: top;
    text-align: left !important;
    /* padding-right: 20px; */
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: scroll;
    max-height: 900px;
    position: relative;
    /*border: 2px solid #e4ebff;*/
    border: 12px solid #e4ebff;
}

.template-container-left img {
  width: 100%;
  padding-bottom: 80px;
}


.template-container-bottom-bar {
  background: blue;
  height: 120px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 60%;
  background: rgb(228 235 255);
  background: rgb(228 235 255 / 84%);
}

.template-details-right {
    flex: 1 1 40%;
    



    /*box-shadow: inset 3px 0px 10px 0 rgb(50 50 93 / 10%);*/
    /* display: table-cell; */
    /* width: 49%; */
    vertical-align: top;
    /* margin-left: 2em; */
    /* margin-right: 2em; */
    min-width: 200px;
    /*background: #1a1450;
    background: #02204b;*/
    background: #ecf4ff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    /*max-height: 650px;*/
    overflow: scroll;
    max-height: 900px;
    padding: 40px;
}

.template-details-right .right-cta-box h3 {
       color: #4a19e4;
    letter-spacing: 0.4px;
    font-weight: 550;
    padding-bottom: 12px;
    /* text-transform: uppercase; */
    /* font-size: 0.9em; */
    border-bottom: 1px solid blue;
    padding-bottom: 15px;
    margin-bottom: 18px;
    /*font-size: 1em;*/
        font-size: 16px;
}
    
.sidebar-element {
    border-radius: 5px;
    /* margin-top: 10px; */
    margin-bottom: 25px;
    margin-top: 10px;
    background: white;
    min-height: 100px;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    /* border: 1px solid #c3b0f6; */
    /*border-left: 5px solid #c3b0f6;*/
}

.template-modal-title-fixed {
    top: -50px;
    position: absolute;
    background: #e4ebff;
    padding: 12px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #4a19e4;
    letter-spacing: 0.4px;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: "Cerebri Sans", sans-serif;
    font-size: 15px;
}

.template-container-bottom-bar-title {
  color: #4a19e4;
    letter-spacing: 0.4px;
    font-weight: 550;
    text-transform: uppercase;
    font-family: "Cerebri Sans", sans-serif;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}


.template-container-bottom-bar-btns-container {
  /*padding: 15px;*/
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.download-resume-template-btn {
      white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    /* border-top: 1px solid #ebecee; */
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background: #4f0fd1;
    border-radius: 4px;
    /* font-size: 15px; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
        background: #1f5bff;
        margin-right: 12px;
        margin-bottom:15px;
}


.download-resume-template-btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}


.white-btn {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border-top: 1px solid #ebecee;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 4px;
    /* font-size: 15px; */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 12px;
    color: #6772e5;
    color: #1a1550;
    color: #5a5a5a;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer;
    /*margin-bottom: 50px;*/
    /*margin-bottom: 15px;*/
}


.white-btn:hover {
    color: #4f0ed1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}


.how-to-step-contents-text {
}
.how-to-step-contents-image {
    padding-top: 25px;
    text-align: center;
}
.sidebar-element h4 {
    font-weight: 550;
    text-transform: none;
    /*font-size: 16px;*/
    font-size: 15px;
    /* color: #3426a4; */
    color: #4110e3;
    letter-spacing: 0.2px;
    font-family: "Cerebri Sans";
    padding-bottom: 15px;
    line-height: 1.6;
    text-align: left;
    border-bottom: 2px solid #f5f3fd;
    /* padding-bottom: 8px; */
    padding-top: 10px;
}

.how-to-step-contents-image img {

  max-width: 300px;
  width: 100%;
}

.how-to-step-contents-text p {
    /* font-family: "Cerebri Sans"; */
    color: #52575c;
    font-size: 15px;
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 1.6;
    padding-top: 15px;
  }


.templates-container-header h2 {
    color: #090b17;
    font-family: "Cerebri Sans",sans-serif;
    font-weight: 900;
    line-height: 60px;
    font-size: 24px;
    text-align: left;
}

.templates-container-header p {
  color: #090b17;
    font-family: "Cerebri Sans",sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: left;   
}

.search-bar-input {
  width: 100%;
  padding: 15px 30px 15px 40px;
  font-size: 22px;
  font-family: "Cerebri Sans",sans-serif;
    font-weight: 550;
    letter-spacing: 0.4px;
    border-radius: 5px;
        color: #495057;
            box-shadow: inset 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
            border: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.search-bar-input:focus {
  border-color: #4dabf7;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0,0,0,1%), 0 0 8pm rgb(34,139,230,50%);
}
.search-bar-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#c8cbcd;
  opacity: 1; /* Firefox */
}

.search-bar-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c8cbcd;
}

.search-bar-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c8cbcd;
}


.resume-template-single {
  display: inline-block;
}

.resume-template-single.core-template {
  display: inline-block;
}

.resume-template-single.dont-show-section {
  display: none;
}

.filter-name i {
  font-size: 1.5em;
  padding-bottom: 15px;
}


.top-level-filters-container .filter-name {
    width: 50%;
    text-align: center;
    font-family: "Cerebri Sans", sans-serif;
    font-size: 0.9rem;
    /* margin-top: 0.9rem; */
    text-align: center;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    line-height: 1.6;
    cursor: pointer;
    margin-bottom: 20px;
}
    

.resume-template-img-single a {
  border-bottom: 0px;
}



@media (max-width: 1000px) {
  .hero-left {
    width: 100%;
    padding: 2em;
  }
  .hero-right {
    width: 100%;
  }
  .top-level-filters-container {
    display: none;
  }

  .almost-full-width-templates-container {
    width: 100%;
    min-width: none;
    max-width: none;
    padding: 50px 20px;
  }
  .almost-full-width-templates-container {
    min-width: 0 !important; 
  }
  .almost-full-width-templates-container h2 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .template-modal-download-container {
    display: block;
  }
  .template-modal-download {
    min-width: 0px;
  }
  .template-container-left {
    display: block;
    width: 100%;
    max-height: none;
  }
  .template-details-right {
    display: block;
    width: 100%; 
    max-height: none;
  }

  .resume-template-single {
    width: 100%;
  }

}




/*interactive-content-templates.css*/
#nav {
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(11,7,110,.04);
    height: 50px;
    line-height: 50px;
    border-bottom: 0px solid;
}

   
#rw-logo a {
    color: #1a1450;
    font-family: "Cerebri Sans", sans-serif !important;
    font-size: 11pt;
   }

   #nav > ul > li > a {
    color: #1a1450 !important;
}

#header-wrapper {
    padding:0em !important;
    background: #090530 !important;
}

.dashboard-container {
  width: 100%;
    background: linear-gradient(to bottom,#527ceb ,#6c62fe );
}

.playbook-header {
  overflow: hidden;
}

.playbook-header-main-content {
    text-align: left;
    padding:25px;
    padding-top: 6em;
    padding-bottom: 3em;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    /* margin: 0 auto; */
    position: relative;
    
}

.playbook-header-main-content h1 {
    font-family: "Cerebri Sans", sans-serif !important;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 10px;

     font-size: 2.4em;
    padding-top: 20px;
    /* border-bottom: 2px solid #e2e2fd; */
    line-height: 1.5;
    color: white;
}

.playbook-header-main-content h2 {
    color: #fff;
    /*margin-top: 10px;*/
    /* padding: 15px; */
    max-width: 600px;
    font-size: 1.1em;
    font-family: "Cerebri Sans", sans-serif !important;
    line-height: 1.5;
    font-weight: 300;
    padding-bottom: 25px;
}

#left-imgs-rw {
    position: absolute;
    left: 0;
    margin-left: -150px;
    margin-top: -40px;
}

#right-imgs-rw {
    margin-right: 270px;
    margin-top: -10px;
    position: absolute;
    right: 0;
}


.main-content-container {
    /*background: linear-gradient(to bottom,#f9fbfc ,#eeeefb );*/
    /*background: #f9fbfc;*/
    background: #e6e7fb;
    font-family: "Cerebri Sans", sans-serif;
    /*border-top: 7px dotted #d8d1fe;*/
    padding-bottom: 30px;
}


.inner-content-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    
    /*padding: 5em 2em;*/
    /*padding-left: 2em;
    padding-right: 2em;*/

    max-width: 1150px;
    margin: 0 auto;
}

.inner-left-container {
    min-height: 100%;
    width: 69%;
    margin-bottom: 0em;
    position: relative;
    
    /*padding:25px;
    padding-top: 50px;*/
    background: white;
    padding: 50px;
}

.inner-left-container p {
    /*max-width: 600px;*/
    font-size: 1em;
    font-family: "Cerebri Sans", sans-serif !important;
    line-height: 1.8;
    font-weight: 300;
}

.inner-left-container h2, .component-header h1 {
    font-size: 1.2em !important;
    color: #6c63fe;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.9em;
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: left;
}

.inner-right-container {
    width: 29%;
    margin: 0 auto;
    /*max-width: 1500px;*/
    padding: 30px 0px;
    padding-left: 25px;
}


.action-word-control {
    width: 22%;
    min-width: 150px;
    vertical-align: top;
    margin-top: 5px;
    border-bottom: 1px solid #e9e9fa;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: inline-block;
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
    margin: 5px;
    vertical-align: top;
    text-align: center;
    height: auto;
}

.action-words-controls {
  max-width: 100%;
}

.controls {
  padding:0px;
}

.action-word-control {
    color: #5a5a5a;

    font-size: 13px;
    font-family: "Cerebri Sans", sans-serif !important;
    line-height: 1.5;
    /*line-height: 50px;*/
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;

}

.action-word-control:hover, .action-words-controls .mixitup-control-active {
  background: #646bf8 !important;
    color: white  !important;
}


#all-action-verbs-btn {
  background-color: white !important;
  color: #5a5a5a !important;
}

.action-verbs-box {
  width: 100% !important;
  background-color: transparent;
}


/*.individual-action-verb {
  display: inline-block;
}
*/
.examples-container-centred {
  background-color: white;
  border-radius: 15px;
  padding-top:20px;
}

.examples-container-centred li {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    padding: 15px;  

}

.single-action-verb {
  cursor: pointer;
}

.content-container-section {
  padding-bottom: 40px;
}


.content-container-section img {
  max-width: 100%;
}

.highlighted-curved-box {
      background-color: #fafafc;
    border-radius: 15px;
    padding: 25px;
    margin: 35px 0px;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08); */
    box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.1);
    border: 1px solid #d1d0fc;
}


.highlighted-curved-box h3 {
  font-size: 1em;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 10px;
}

.highlighted-curved-box p {
  font-size: 0.9em;
}

.highlighted-curved-box ul {
  padding-left: 20px;
}

.highlighted-curved-box li {
  list-style:disc;
  font-size: 0.9em;
}

.right-cta-box {
  border-color: #ffce66;
    box-shadow: none;
    border: 1px solid #ffce66;
    background-color: #fff0d1;
}

.right-cta-box h1 {
      font-size: 1em;
    font-weight: 600;
}

.right-cta-box svg {
max-width: 200px;
padding:20px;
}

.download-doc-btn {
    background-color: #865aef;
    color: #fefefe;
    border-radius: 5px;
    padding: 10px 25px;
}

.subtitle-text {
  font-style: italic;
  font-size: 0.8em !important;
  padding-top: 25px;
  margin-bottom: 0em;
}


.second-right-cta-box {
  border: 1px solid #6965fc;
  background-color: #f3f0fd;
  margin-top: 40px;
}



.resume-summary-example-img-container {
    /*height: 280px;*/
    
    overflow: hidden;
    text-align: center;
}

.resume-summary-example-img-container img {
  width: 75%;
    max-width: 450px;
}

.resume-summary-example-img-container-with-expand {
    text-align: center;
}

.resume-summary-example-img-container-with-expand .expand-template-btn {
    margin-top: 15px;
        margin-bottom: 30px;
}




.resume-summary-example {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: 8px 8px 0 0 #d3cbfb, 8px 8px 0 1px #000;
    /* font-family: "Source Sans Pro", sans-serif; */
    font-size: 17px;
    padding: 25px;
    margin-bottom: 45px;
    margin-top: 25px;
    font-weight: 300;
    letter-spacing: -0.2px;
}
    
.resume-summary-example-title  {
       font-size: 14px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
    /* text-align: center; */
    letter-spacing: 1px;
    color: #1a1550;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a155036;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.resume-summary-example-container {
  margin-bottom: 40px;
}


.job-title-description-subtitle {
  font-weight: 300;
}

.job-title-description-title {
  font-size: 24px;
  font-weight: 600;
}


.summary-quick-links-container {
  padding-top: 15px;
}

.summary-quick-links-item {
    padding: 8px;
    padding-right: 0px;
    font-weight: 300;
    letter-spacing: 0.4px;
    background: white;
    margin-bottom: 2px;
    font-size: 17px;
    padding-left: 15px;
}

.summary-quick-links-item a {
  border-bottom: 0px;
}
    
.quick-links-title-summary {
    font-weight: 600;
    font-family: "Cerebri Sans";
    letter-spacing: 0.5px;
    color: #6c63fe;
    padding-bottom: 0px;
}

.author-resume-guide-circle-img {

    /*height: 80px;*/
    width: 80px;
    box-shadow: rgb(19 23 35 / 8%) -8px 14px 16px 0px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
  }


.author-resume-guide {
        color: white;
    font-size: 1em;
    /* font-family: "Cerebri Sans"; */
    letter-spacing: 1.4px;
    font-weight: 300;
    /* line-height: 2em; */
    margin-top: 15px;
    text-align: left;
}

.author-details-container {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: "Cerebri Sans",sans-serif;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 15px;
    letter-spacing: 0.2px;
        color: white;
}

.author-subtitle {
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 1.5;
    padding-top: 7px;
}

@media (max-width: 870px) {
.inner-content-container {
  display: block;
}

.inner-left-container {
    max-height: none;
    width: 100%;
    display: block;
    overflow: auto;
    
}
.inner-right-container {
    max-height: none;
    width: 100%;
    display: block;
    
}
  
  .examples-container-centred li {
    width: 32%;
  }


}




/*linkedin-home.css*/

#linkedin-top h1 {
    color: #fff;
    font-size: 2.1em;
    font-family: "Cerebri Sans";
    letter-spacing: 1.5px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px #486494 !important;

  }


#linkedin-top h4 {
    /*color: #f5f5f5;*/
    color: #d1e0f1;
    font-size: 1em;
    /*font-family: "Cerebri Sans";*/
    letter-spacing: 1.4px;
    font-weight: 300;
    line-height: 2em;
    /*color: ;*/

  }

  #linkedin-top .button-nosignup-subtitle {
    color: #d1e0f1;
    font-size: 0.8em;
    /*font-family: "Cerebri Sans";*/
    letter-spacing: 1.2px;
    font-weight: 300;
  }


#linkedin-top strong {
    /*color: #f5f5f5;*/
    color: #d1e0f1;
    font-size: 1em;
    /*font-family: "Cerebri Sans";*/
    letter-spacing: 1.4px;
    font-weight: 400;
    line-height: 2em;
    /*color: ;*/

  }

#linkedin-top {
    padding-top: 5em;
    /*background-image: url(images/bg-img-opacity2.jpg);*/
    /*background-size: cover;*/
    /*min-height: 100vh;*/
    min-height: 700px;
    height: 100%;
    width: 100%;
    /*background: linear-gradient(45deg,#1d4d89 45%,#6e90f6 100%);*/
    
    /*background: linear-gradient(45deg,#163c6b 45%,#6e90f6 100%);*/
    background: linear-gradient(35deg,#062d5f 56%,#18aaa4 100%);
}


.home-left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: left !important;
  margin-right: 2em;
  padding-left: 4em;

}

.home-right {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-left: 2em;
  margin-right: 3em;
}

.home-right svg {
  width: 100%;
  margin-right: 3em;


}


.top-subtitle-linkedin {
  margin-top: 1.7em;
  margin-bottom: 2em;
}




@media (max-width: 800px) {


  .home-left {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: left !important;

}

.home-right {
  display: inline-block;
  width: 80%;
  vertical-align: top;
}  


}

.linkedin-features svg {
  width: 60%;
  display: block;
  margin: 0 auto;

}

.linkedin-features ul {
    list-style: none;
    padding: 0;
    /*padding-top: 2em;*/
    /*padding-bottom: 2em;*/
    margin: 1rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*box-shadow: 0 5px 70px 0 #000;*/
    overflow: hidden;

}


.linkedin-features {
  text-align: left;
}

.linkedin-features li {
    flex: 0 1 100%;
    padding: 15px;
    padding-bottom: 20px;
    padding-top: 30px;
    /*background: ;*/
    /*border-bottom: 1px solid #edf2ff;*/
    /*color: #fff;*/
}

.linkedin-features h4 {
    color: #d1e0f1;
    font-size: 0.9em;    
    letter-spacing: 1.4px;
    font-weight: 300;
    line-height: 2em;

}


@media (min-width: 640px) {
.linkedin-features li {
    flex: 0 1 50%;
   /* margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;*/

}



.linkedin-features li:nth-child(odd) {
    /*padding-right: 40px ;*/
}
 
.linkedin-features li:nth-child(even) {
    /*padding-left: 40px;*/
}


}






}

@media (min-width: 1500px) {
#linkedin-top {
  /*padding-left: 7em;
  padding-right: 7em;*/
  padding-top: 9em;
}

.home-left {
  padding-left: 10em;
}

.home-right {
 padding-right: 10em; 
}


}





#linkedin-top h2 {
    /* color: #f5f5f5; */
    color: #d1e0f1;
    font-size: 1em;
    /* font-family: "Cerebri Sans"; */
    letter-spacing: 1.4px;
    font-weight: 300;
    line-height: 2em;
}




#linkedin-top .start-button {
    /*border: 1px solid;*/
    border: 0px solid;
    border-radius: 5px;
    /*background: rgba(0, 0, 0, 0.15);*/
    background: #17af7d;
    margin-bottom: 40px !important;
    display: inline-block;
    min-height: 40px;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
      /*font-weight: 400;*/
  font-size: 1em;
  padding-bottom: 10px;
  letter-spacing: 0.7px;
  border-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
    letter-spacing: 1.5px;
    color:white;
    /*text-transform: uppercase;;*/
    /*text-shadow: 0 1px 3px rgba(36,180,126,.4);*/
}
#linkedin-top .start-button:hover {
    /*border-color: rgba(255, 255, 255, 0.75) !important;*/
        /*background-color: rgba(255, 255, 255, 0.15) !important;*/
        background: #19cf86;
        color: #fff !important;
    /*height: 200px;*/
}













.search-box-container {
/*          padding: 25px;*/
          padding-top: 10px;
              border: 2px solid #ddd0f8;
              margin:25px;
              padding:15px;
              border-radius: 15px;
        }

        .search-box-container h4 {
            font-family: "Cerebri Sans", sans-serif;
            /* font-size: 1.2em; */
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            color: #4000bf;
            letter-spacing: 0.2px;
            line-height: 1.6;
            text-align: left;
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .search-box-container p {
            font-size: 15px;
          color: #6f6d6d;
          font-family: "Cerebri Sans";
          line-height: 1.7;
      }


#searchBox {
    border: 2px solid #7d45ef;
    color: #4308bb;
    display: block;
    background: #f9fbfe;
    border-radius: 0.35em;
    width: 100%;
    line-height: 1.5em;
    padding: 0.75em;
}

.common-job-titles-list li {
    list-style: none;
    font-size: 15px;
    font-family: "Cerebri Sans", sans-serif;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    /* list-style: disc; */
    background: rgb(137 94 223 / 13%);
    color: #7c44ef;
    font-weight: 400;
    margin: 4px 4px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
}