@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Lato', sans-serif; }

body.page-home {
  background-color: #edf3f7; }

p {
  margin: 30px 0px; }

h1 {
  margin-top: 118px;
  margin-bottom: 68px;
  color: #533e78;
  font-size: 30px;
  font-weight: normal; }

.page-home h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 30px;
  color: #ff2753;
  font-weight: normal;
  text-align: center;
  color: #533e78; }

.page-error h1 {
  font-size: 50px;
  margin-top: 60px; }

h2 {
  margin-top: 54px;
  font-size: 22px;
  color: #ff2753;
  font-weight: normal; }

.page-error h2 {
  margin-bottom: 57px; }

h3 {
  color: #533e78;
  font-size: 22px;
  font-weight: normal; }

a, a:visited {
  text-decoration: none;
  color: #ff2753; }

a:hover {
  color: #493866; }

.page-error .button {
  padding: 15px 30px 17px 30px;
  font-size: 10px; }

.container {
  width: 1038px;
  margin: 0 auto; }

.button-container {
  margin: 60px 0px 30px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

#moar-lorem {
  position: absolute;
  left: 50%;
  margin-left: -120px; }

#copy-all {
  margin-left: auto; }

button {
  outline: none; }

button img {
  height: 12px;
  vertical-align: bottom;
  margin-right: 6px; }

button, a.button {
  cursor: pointer;
  border: 0px solid #ff2753;
  padding: 20px 45px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  background-color: #ff2753;
  border-radius: 100px;
  font-size: 11px;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 100ms ease-out;
  -moz-transition: background-color 100ms ease-out;
  -o-transition: background-color 100ms ease-out;
  -ms-transition: background-color 100ms ease-out;
  transition: background-color 100ms ease-out; }

button:disabled {
  background: #58417e; }

button:hover:disabled {
  background: #58417e; }

button.grey {
  background-color: #edf3f7;
  color: #919aa1;
  float: right; }

button.grey:hover {
  background-color: #e3e9ed; }

button.grey .icon {
  background: url('../img/copy.svg') 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  vertical-align: bottom;
  margin-right: 6px; }

button.green {
  width: 167px;
  background-color: #1eb15c;
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  -o-transition: background-color 200ms ease-in;
  -ms-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in; }

button.green:hover {
  background-color: #1eb15c; }

button.green .icon {
  background: url('../img/copy.svg') 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  vertical-align: bottom;
  background-position: bottom;
  margin-right: 6px; }

button.grey img {
  fill: #fff; }

.button:hover, button:hover {
  background-color: #e52249; }

.header {
  padding: 27px 51px;
  margin: 0px; }

.header .logo {
  float: left; }

.logo img {
  width: 200px; }

nav.main-nav {
  text-align: center; }

.main-nav ul {
  margin-top: 5px; }

.main-nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  opacity: 0.6; }

.main-nav ul li a.active {
  opacity: 1; }

.main-nav > ul > li:hover > a {
  opacity: 1;
  cursor: pointer; }

.main-nav ul > li {
  display: inline-block;
  position: relative;
  margin: 0px 13px 0px 11px; }

.main-nav ul > li ul {
  display: none;
  position: absolute;
  left: 6px;
  text-align: left;
  opacity: 1;
  background-color: rgba(41, 29, 61, 0.95);
  border-radius: 3px;
  padding: 17px 0px 17px 0px;
  margin-top: 6px;
  width: 235px; }

.main-nav ul > li:hover ul {
  display: block; }

.main-nav ul > li.menu-item-has-children {
  padding-bottom: 10px; }

.main-nav ul > li.menu-item-has-children > a:after {
  content: ' \25BE'; }

.main-nav ul > li ul li {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px; }

.main-nav ul > li ul li a {
  display: inline-block;
  padding: 12px 25px 18px 25px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1.8px;
  opacity: 1; }

.main-nav ul > li ul li a:hover {
  background: #1f1530;
  cursor: pointer; }

.main-nav ul > li ul li img {
  height: 27px;
  margin-bottom: -10px;
  margin-right: 8px; }

#menu_toggle svg {
  height: 18px;
  -webkit-filter: invert(100%);
  cursor: pointer;
  display: none; }

#menu_toggle_input {
  display: none; }

.header {
  background-image: url('../img/header-background.svg'), linear-gradient(-90deg, #453560, #533e78);
  background-size: 223px, 100% 100%;
  background-position: 30px -25px, 0 0;
  height: 93px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.fb-wrapper {
  width: 63px;
  height: 31px;
  display: inline-block;
  margin-left: 11px;
  vertical-align: middle;
  padding-bottom: 3px; }

#fbiframe {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left; }

.page-home .header {
  height: 607px;
  margin-bottom: -465px; }

.content {
  background-color: #fff;
  color: #3c3f41;
  line-height: 28px;
  padding: 0px 83px 50px 76px; }

.page-home .content {
  padding: 55px 65px 40px 76px;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05); }

.page-error .content, .page-our-tools .content {
  text-align: center; }

.page-our-tools .content {
  padding-bottom: 0px; }

.content textarea {
  color: #3c3f41;
  border: none;
  outline: none;
  height: 500px;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  resize: none;
  overflow: hidden; }

.content .logo {
  width: 95px;
  float: left;
  margin-right: 35px; }

.footer {
  text-align: center;
  padding: 0px 0px 40px 0px; }

.page-home .footer {
  padding: 95px 0px 40px 0px; }

.footer .logo {
  width: 35px; }

.page-error .logo {
  width: 150px;
  display: block;
  float: none;
  margin: 90px auto 0 auto; }

.page-error .footer .logo {
  width: 100px; }

.page-error .footer {
  padding: 15px 0px 90px 0px; }

.thanks {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  height: 30px; }

.thanks .button {
  margin-left: 10px;
  padding: 15px 25px; }

#times {
  color: #fff; }

blockquote {
  margin: 50px 0px;
  padding: 55px 20px 60px 20px;
  text-align: center;
  background: #edf3f7;
  border-radius: 6px;
  width: 100%; }

blockquote h3 {
  display: inline; }

blockquote .button {
  margin-left: 35px;
  font-weight: 900; }

.page-our-tools .footer {
  margin-top: 95px; }

.tool {
  width: 100%;
  background-color: #edf3f7;
  margin: 20px 0px; }

.tool .container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px; }

.tool .logo-container {
  width: 250px;
  text-align: center; }

.tool .logo {
  height: 75px; }

.tool .description {
  width: 550px;
  padding: 60px 50px;
  line-height: 28px; }

.tool .description h2 {
  margin-top: 0px; }

.tool .description p {
  margin-bottom: 0px; }

@media (max-width: 1038px) {
  h1 {
    margin-top: 20px; }

  .page-our-tools h1 {
    margin-top: 15px;
    margin-bottom: 30px; }

  .header {
    flex-wrap: wrap;
    padding: 27px 21px 27px 51px; }

  .header .logo {
    order: 1;
    flex-grow: 30; }

  #menu_toggle {
    order: 3;
    flex-grow: 1; }

  .header .thanks {
    order: 2;
    flex-grow: 1;
    padding-right: 20px; }

  .page-home .content {
    border-radius: 0px 0px;
    padding: 55px 25px; }

  .content {
    padding: 55px 25px; }

  .content.container, .footer.container {
    width: 100%; }

  .main-nav {
    display: none; }

  #menu_toggle svg {
    margin-top: 8px;
    display: block; }

  #menu_toggle input[type="checkbox"]:checked ~ nav#menu_to_toggle {
    display: block; }

  .main-nav ul {
    margin-top: 40px;
    position: absolute;
    width: 100%;
    left: 0px;
    background-color: rgba(41, 29, 61, 0.95);
    padding: 20px 20px; }

  .main-nav ul li {
    display: block;
    text-align: left;
    padding: 15px; }

  .main-nav ul li ul {
    position: relative;
    display: block;
    background: none; }

  .main-nav ul li ul li a {
    width: 100%;
    padding: 8px 0px; }

  .main-nav ul li ul li a:hover {
    opacity: 0.6;
    background: none; }

  .tool {
    margin: 12px 0px; }

  .tool .container {
    padding: 0 12px; }

  .tool .logo-container {
    width: 150px; } }

@media (max-width: 680px) {
  .header {
    display: block; }

  .header .thanks {
    margin-top: 0px; }

  .thanks .button {
    font-size: 9px;
    padding: 8px 20px; }

  .thanks button img {
    height: 10px; }

  .header .logo {
    float: left; }

  #menu_toggle {
    float: right; }

  .page-home .header {
    margin-bottom: -480px; }

  .header {
    height: 127px; }

  .header .thanks {
    clear: both;
    width: initial;
    text-align: center;
    margin: 50px auto 0px auto;
    padding-right: 0px;
    display: block; }

  .main-nav ul {
    margin-top: 74px; }

  .button-container {
    text-align: center;
    display: block; }

  .button-container button {
    float: none;
    display: block;
    margin: 17px auto; }

  #moar-lorem {
    position: relative; }

  #copy-all {
    margin: 0 auto; }

  .page-our-tools h1 {
    text-align: center; }

  blockquote {
    margin: 30px 0px;
    padding: 40px 10px 45px 10px;
    text-align: center; }

  blockquote h3 {
    font-size: 20px; }

  blockquote .button {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px;
    padding: 8px 15px;
    font-size: 9px; }

  .tool {
    width: 100%;
    background-color: #edf3f7;
    margin: 20px 0px; }

  .tool .container {
    display: block;
    width: 100%; }

  .tool .logo-container {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 60px; }

  .tool .logo {
    height: 75px; }

  .tool .description {
    width: 100%;
    padding: 30px 25px 80px 25px;
    line-height: 28px; }

  .tool .description h2 {
    margin-top: 0px;
    text-align: center; }

  .tool .description p {
    margin-bottom: 0px;
    text-align: center; } }
