/**** Top Main section *****/
.section-main {
    margin-bottom: 2rem;
}

.section-main .vertically_centered {
    padding-top: 0;
}

.section-main__heading {
  max-width: 480px;
  margin: 0 auto 1rem;
}

.section-main__hero-img {
  padding: 0 1rem;
}

/**** Download Buttons *****/

.buttons_wrapper .download-button--wrapper {
  margin: 0;
}
.buttons_wrapper .download-button--wrapper .button img {
  max-height: 40px;
  width: auto;
}
main .download-button--wrapper .secondary-link {
  font-size: 0.625em;
  margin-top: 0;
}
main .download-button--wrapper .secondary-link a {
  display: block;
  text-decoration: none;
}

/**** Texts *****/

main h1, main h2 {
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
}
main h2 {
  margin: 0.4em 0 0.5em;
}
main.page section .content-width > h2:first-child {
  margin-top: 0em;
}
main h2 a {
  color: inherit;
  text-decoration: inherit;
}
main p.styleguide-paragraph-text {
  font-size: 0.7em;
  margin: 1.4em 0 1.6em;
  font-weight: 600;
  color: #4a4a4a;
}


/**** Read more link *****/

.read_more_arrow a {
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
}
.read_more_arrow a:after {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='15' height='13' viewBox='0 0 15 13'><path fill='rgb(2, 153, 255)' fill-rule='evenodd' d='M8.394 13L7.19 11.843l4.61-4.56H0V5.717h11.8l-4.61-4.56L8.394 0 15 6.5z'/></svg>");
  display: inline-block;
  width: 15px;
  margin: 0.1em 0 0 0.7em;
  vertical-align: middle;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.read_more_arrow a:hover:after {
  transform: translateX(7px);
}

/**** Image and Content *****/

.vertically_centered {
  text-align: center;
  padding-top: 1.4em;
}
.centered_item > img:first-child {
  margin: 1.3em auto 0.3em;
  max-height: 29px;
  width: auto;
}
.centered_img img {
  max-width: 100%;
}

/**** Mail Link Section *****/

main .section_mail .content-width h2 {
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
}
.product-mail-a-link {
  margin-bottom: 0;
}
.product-mail-a-link__instruction {
  display: none;
}
.product-mail-a-link__email-input {
  width: 599px;
  max-width: 100%;
}
.product-mail-a-link__email-input input[type="email"] {
  height: 52px;
  border-radius: 6px;
  border: solid 2px #ebebeb;
  color: #4d0ff5;
  font-size: 12px;
  font-weight: 300;
}
.product-mail-a-link__send-button {
  height: 52px;
  font-weight: bold;
  line-height: 57px;
  border-radius: 0 6px 6px 0;
  background-color: #c3c3c3;
}
.product-mail-a-link--valid .product-mail-a-link__send-button {
  background-color: #4d0ff5;
}
.product-mail-a-link--sent .product-mail-a-link__send-button {
  background-color: #c3c3c3;
}
.product-mail-a-link__send-disclaimer a {
  text-decoration: none;
}



/**** Theme Swithcher *****/
main .theme-switcher .theme-preview {
  max-height: 559px;
  height: 55vw;
}
main .theme-switcher .theme-switch-button-container {
  margin: 32px 0 67px;
}
main .theme-switcher {
  background: #f4f7fa;
}
main .theme-switcher.dark {
  background: #2a343d;
}
main .theme-switcher h3 {
  font-size: 1.5em;
}

/**** Slider Section *****/
slider_section h2 {
  /* max-width: */
}




/**** Blue Ordered List *****/
.blue_ordered_list .item {
  padding: 2.1rem 0 2rem;
  border-bottom: 2px solid #f4f7fa;;
}

.blue_ordered_list .item:last-child {
    border-bottom: 0;
}

.blue_ordered_list .item p:first-child:not(.styleguide-paragraph-text) {
    display: none;
}

.blue_ordered_list h2 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #0299ff;
}

.blue_ordered_list h2::after {
    max-width: 24px;
    border-bottom: 2px solid;
    content: "";
    display: block;
    clear: both;
    margin: 1.5rem 0 1rem
}

.blue_ordered_list .identifier {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 5px;
  color: #0299ff;
  border-bottom: 2px solid #4a4a4a;
  padding-bottom: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.expand-list .blue_ordered_list {
 padding-bottom: 0;
}




/**** Scroll Button *****/
.scroll_btn {
  text-align: center;
    margin-top: 2rem;
}
.scroll_btn a {
  display: inline-block;
}
.scroll_btn a:hover img {
  transform: translateY(7px);
}
.scroll_btn img {
  width: 36px;
  height: 22px;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -ms-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-iteration-count: 75;
  -moz-animation-iteration-count: 75;
  -ms-animation-iteration-count: 75;
  -o-animation-iteration-count: 75;
  animation-iteration-count: 75;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounceDown;
  -moz-animation-name: bounceDown;
  -ms-animation-name: bounceDown;
  -o-animation-name: bounceDown;
  animation-name: bounceDown;
}

/**** Scroll Animation *****/

/*  bounce down */
@-webkit-keyframes bounceDown {
  0% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceDown {
  0% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceDown {
  0% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes bounceDown {
  0% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}

/**** Wide Screen *****/

@media (min-width: 600px) {
  .product-mail-a-link__email-input input[type="email"] {
    height: 54px;
    font-size: 16px;
    padding-right: 153px;
  }
  .product-mail-a-link__send-button {
    height: 54px;
    padding: 0 56px;
  }
}

@media (min-width: 800px) {
  main h1, main h2 {
    font-size: 2.2em;
  }
  main.page section .content-width > h2:first-child {
    margin-top: 0.9em;
  }
  main p.styleguide-paragraph-text {
    font-size: 0.8em;
    margin: 0.6em 0;
    line-height: 1.75em;
  }
  .scroll_btn {
    position: static;
  }
  .vertically_centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding-top: 0;
  }
  .vertically_centered.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-flow: row-reverse;
  }
  .centered_img img {
      max-width: none;
  }
  .centered_item {
    max-width: 32.3em;
    padding-left: 1em;
  }
  .vertically_centered.reverse .centered_item {
    padding-right: 1em;
    padding-left: 0;
  }
  .centered_item > img:first-child {
    margin: 0;
    max-height: none;
  }
  .buttons_wrapper {
    margin-top: 1em;
  }
  .buttons_wrapper > * {
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .buttons_wrapper .download-button--wrapper {
    margin-right: 1.5em;
  }
  .buttons_wrapper .download-button--wrapper .secondary-link {
    margin-top: 1.25em;
    font-weight: 100;
    font-size: 0.75em;
  }
  .section-main .vertically_centered {
    padding: 3.5rem 0;
  }
  .section-main__hero-img {
    padding: 0 0 2.3rem 1rem;
    margin-right: -70px;
  }
  .blue_ordered_list .item {
    padding: 2rem 1.9rem;
  }
  .blue_ordered_list h2 {
    font-size: 28px;
  }
  main .theme-switcher h3 {
    font-size: 44px;
  }

}