/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/*html,
button,
input,
select,
textarea {
  color: #222; }*/



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
.coverLetter hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
.coverLetter img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
.coverLetter fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
.coverLetter textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.coverLetter .chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.coverLetter .ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.coverLetter .ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.coverLetter .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.coverLetter .visuallyhidden.focusable:active,
.coverLetter .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.coverLetter .invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.coverLetter .clearfix:before,
.coverLetter .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.coverLetter .clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.coverLetter .clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*
    Common
*/
.instructions__content::before,
.instructions__content::after {
  content: none!important;
}
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }

.wizard a,
.tabcontrol a {
  outline: 0; }

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0; }

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0; }

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em; }

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em; }

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%; }

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%; }

.wizard > .steps .number {
  font-size: 1.429em; }

.wizard > .steps > ul > li {
  width: 25%; }

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left; }

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%; }

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default; }

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default; }

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff; }

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff; }

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%; }

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.wizard > .content > .body ul {
  list-style: disc !important; }

.wizard > .content > .body ul > li {
  display: list-item; }

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%; }

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc; }

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block; }

.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11; }

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em; }

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em; }

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%; }

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%; }

.wizard > .actions > ul {
  display: inline-block;
  text-align: right; }

.wizard > .actions > ul > li {
  margin: 0 0.5em; }

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em; }

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa; }

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%; }

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1; }

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0; }

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0; }

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none; }

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none; }

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px; }

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px; }

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%; }

.tabcontrol > .content > .body ul {
  list-style: disc !important; }

.tabcontrol > .content > .body ul > li {
  display: list-item; }

@media print {
    .printSelected {
        overflow: hidden;}
.printSelected > * {
    display: none!important; }
    #sitemanager-cookie-bar  {
      display: none!important;
    }
  .printSelected .letter__template textarea {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .printSelected > .printSelection {
    display: block!important; } 
}

.printSelection {
  display: none; }

.coverLetter {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 600; }
  .coverLetter .coverLetter__title {
    color: #333333;
    font-size: 48px;
    font-weight: 700; }
  .coverLetter .coverLetter__subtitle {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  .coverLetter .coverLetter__instructions {
    margin: 20px 0; }
    .coverLetter .coverLetter__instructions .instructions__block {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      position: relative;
      padding-top: 3px;
      padding-bottom: 3px;
      position: relative; }
      .ie .coverLetter .coverLetter__instructions .instructions__block,
      .Firefox .coverLetter .coverLetter__instructions .instructions__block {
        padding-top: 3px;
        padding-bottom: 3px;
      }
      .coverLetter .coverLetter__instructions .instructions__block.template {
        background: #418a10; }
        .coverLetter .coverLetter__instructions .instructions__block.template::after {
          border: 31px solid #fff;
          border-left: 28px solid #418a10;
          content: '';
          position: absolute;
          right: -31px;
          bottom: 0; }
        .coverLetter .coverLetter__instructions .instructions__block.template::before {
          border: 31px solid #418a10;
          border-left: 28px solid #fff;
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0; }
      .coverLetter .coverLetter__instructions .instructions__block.personalize {
        background: #108970; }
        .coverLetter .coverLetter__instructions .instructions__block.personalize::after {
          border: 31px solid #fff;
          border-left: 28px solid #108970;
          content: '';
          position: absolute;
          right: -31px;
          bottom: 0; }
        .coverLetter .coverLetter__instructions .instructions__block.personalize::before {
          border: 31px solid #108970;
          border-left: 28px solid #fff;
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0; }
      .coverLetter .coverLetter__instructions .instructions__block.recive {
        background: #54c579; }
        .coverLetter .coverLetter__instructions .instructions__block.recive::after {
          border: 31px solid #fff;
          border-left: 28px solid #54c579;
          content: '';
          position: absolute;
          right: -31px;
          bottom: 0; }
        .coverLetter .coverLetter__instructions .instructions__block.recive::before {
          border: 31px solid #54c579;
          border-left: 28px solid #fff;
          content: '';
          position: absolute;
          left: 0px;
          bottom: 0; }
      .coverLetter .coverLetter__instructions .instructions__block .instructions__number {
            position: absolute;
            width: 55px;
            height: 55px;
            font-size: 25px;
            border: 4px solid #fff;
            box-sizing: border-box;
            border-radius: 60px;
            top: 3px;
            left: 40px;
            display: flex;
            justify-content: center;
            align-items: center; }
      .coverLetter .coverLetter__instructions .instructions__block .instructions__content {
        position: relative;
        left: 45px; }
  .coverLetter #coverLetter__form .steps ul li a {
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border-top: 10px solid #fff; }
    .coverLetter #coverLetter__form .steps ul li a::after {
      content: '';
      position: absolute;
      bottom: 10px;
      right: 10px;
      width: 32px;
      height: 32px; }
    .coverLetter #coverLetter__form .steps ul li a:focus {
      outline: none; }
    .coverLetter #coverLetter__form .steps ul li a .number {
      display: none; }
    .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-0 {
      background: #a1d39b; }
      .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-0::after {
        background: url(../accets/file.png) no-repeat 50% 50%;
        background-size: contain; }
    .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-1 {
      background: #7ccdc8; }
      .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-1::after {
        background: url(../accets/user-silhouette.png) no-repeat 50% 50%;
        background-size: contain; }
    .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-2 {
      background: #7ea7d8; }
      .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-2::after {
        background: url(../accets/businessman.png) no-repeat 50% 50%;
        background-size: contain; }
    .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-3 {
      background: #8882be; }
      .coverLetter #coverLetter__form .steps ul li a#coverLetter__form-t-3::after {
        background: url(../accets/checked.png) no-repeat 50% 50%;
        background-size: contain; }
  .coverLetter #coverLetter__form .steps ul li.current a#coverLetter__form-t-0 {
    border-top: 10px solid #a1d39b; }
  .coverLetter #coverLetter__form .steps ul li.current a#coverLetter__form-t-1 {
    border-top: 10px solid #7ccdc8; }
  .coverLetter #coverLetter__form .steps ul li.current a#coverLetter__form-t-2 {
    border-top: 10px solid #7ea7d8; }
  .coverLetter #coverLetter__form .steps ul li.current a#coverLetter__form-t-3 {
    border-top: 10px solid #8882be; }
  .coverLetter #coverLetter__form .content {
    margin: 0;
    border-radius: 0;
    min-height: 500px; }
    .coverLetter #coverLetter__form .content legend {
      color: #71767f;
      padding: 30px 0 10px 0;
      margin-bottom: 0; }
      .coverLetter #coverLetter__form .content legend .sublegend {
        font-size: 19px;
        padding-top: 5px; }
    .coverLetter #coverLetter__form .content .body {
      width: 100%;
      height: auto;
      position: relative; 
      border: none;}
    .coverLetter #coverLetter__form .content .block__template .template__content a {
      position: relative; }
      .coverLetter #coverLetter__form .content .block__template .template__content a:focus {
        outline: none; }
      .coverLetter #coverLetter__form .content .block__template .template__content a:hover::after {
        content: '';
        position: absolute;
        background: url(../accets/loupe.png) no-repeat 50% 50%;
        background-size: contain;
        width: 50px;
        height: 50px;
        z-index: 1;
        left: calc(50% - 25px);
        top: calc(50% - 25px); }
      .coverLetter #coverLetter__form .content .block__template .template__content a img {
        max-width: 80%;
        -webkit-box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25);
        box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25); }
    .coverLetter #coverLetter__form .content .block__information label {
      width: 100%;
      color: #71767f;
      font-weight: 600;
      text-align: left;
      font-size: 16px;
      line-height: 1; }
      .coverLetter #coverLetter__form .content .block__information label .label__smaller {
        font-size: 13px; }
      .coverLetter #coverLetter__form .content .block__information label[for="userEmail"], .coverLetter #coverLetter__form .content .block__information label[for="companyName"] {
        padding-top: 16px; }
      .coverLetter #coverLetter__form .content .block__information label input {
        width: 100%;
        padding: 5px;
        margin-top: 5px; }
    .coverLetter #coverLetter__form .content .block__final .final__info {
      color: #696f79;
      margin-top: 15px;
      font-size: 16px; }
    .coverLetter #coverLetter__form .content .block__final .cover__button {
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 0;
      padding: 10px 60px;
      color: #fff;
      display: inline-block;
      border: none;
      margin: 20px 10px;
      cursor: pointer; }
      .coverLetter #coverLetter__form .content .block__final .cover__button:hover {
        color: #fff;
        text-decoration: none; }
      .coverLetter #coverLetter__form .content .block__final .cover__button:visited {
        color: #fff;
        text-decoration: none; }
      .coverLetter #coverLetter__form .content .block__final .cover__button:focus {
        color: #fff;
        text-decoration: none;
        outline: none; }
      .coverLetter #coverLetter__form .content .block__final .cover__button.button__spell {
        background: #e99436;
        width: 230px;}
      .coverLetter #coverLetter__form .content .block__final .cover__button.button__print {
        background: #656bb1; 
        width: 230px;}
        .coverLetter #coverLetter__form .content .block__final .cover__button.button__print:disabled {
          background: #cecece; }
      .coverLetter #coverLetter__form .content .block__final .cover__button.button__save {
        background: #f68e55; }
    .coverLetter #coverLetter__form .content .block__final #resultTemplate {
      margin: 0 auto;
      width: 50vw;
      height: 60vw;
      -webkit-box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 2px 0 6px 1px rgba(0, 0, 0, 0.25);
      padding: 25px;
      background: #fff; }
  .coverLetter #coverLetter__form .actions ul li {
    margin: 12px 6px; }
    .coverLetter #coverLetter__form .actions ul li a {
      font-size: 16px;
      text-transform: uppercase;
      border-radius: 0;
      background: #7ea7d8;
      padding: 10px 60px; }
    .coverLetter #coverLetter__form .actions ul li.disabled a {
      background: #eee; }
  .coverLetter #coverLetter__form .template__style {
    padding: 10px 0px; }
    .coverLetter #coverLetter__form .template__style label {
      display: inline-block;
      text-align: center;
      color: #71767f; }
      .coverLetter #coverLetter__form .template__style label .style__radio {
        display: none; }
      .coverLetter #coverLetter__form .template__style label .style__radio--custom {
        width: 20px;
        height: 20px;
        border: 2px solid #a2d39c;
        border-radius: 3px;
        position: relative;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle; }
      .coverLetter #coverLetter__form .template__style label .style__label {
        display: inline-block;
        vertical-align: middle;
        *padding-left: 5px; }
      .coverLetter #coverLetter__form .template__style input.active + .style__radio--custom::before {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        background: #a2d39c;
        border-radius: 2px;
        border-radius: 50%; }
  .coverLetter .letter__template {
    border: 2px solid #7ea7d8;
    height: 100%;
    font-size: 16px;
    color: #71767f; }
.letter__template textarea {
  height: 100%;
  width: 100%;
  border: none;
  resize: none;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: normal;
}
.coverLetter #content {
  margin: 0 auto!important;
}
.entry-title {
  text-align: center;
}
#finalTemplate__change .row {
  text-align: center;
}
#finalTemplate__change .row > div {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 12%;
}


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


