/* Paul Iris box-sizing fix */

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "Graphik";
  src: url("./fonts/graphik-semibold.woff") format("woff"),
  font-weight: 600;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
}

div {
  position: absolute;
  display: block;
}

.dimensions {
  position: absolute;
  width: 300px;
  height: 250px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

ft-default {
  width: 300px;
  height: 250px;
}

ft-dynamic {
  font-family: "Graphik", sans-serif;
}

.border {
  border: 1px solid #000;
  pointer-events: none;
  top: 0;
  left: 0;
}

.bg {
  background-color: #fff;
}

.brainglow {
  width: 200%;
  margin-left: -50%;
  background: -moz-radial-gradient(60% 110%, ellipse farthest-corner, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 45%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(60% 110%, ellipse farthest-corner, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 45%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse farthest-corner at 60% 110%, rgba(255, 255, 255, 0.8) 35%, rgba(255, 255, 255, 0) 45%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);*/
  /* IE6-9 fallback on horizontal gradient */
}

.brainbase {
  left: 0;
  top: 0;
  width: 300px;
  height: 250px;
  background: url('../images/brain-base-300x250.png') no-repeat;
  background-size: contain;
}

.logo {
  left: 30px;
  top: 20px;
  width: 43px;
  height: 45px;
  visibility: hidden;
  opacity: 0;
}

#eye_open {
  visibility: hidden;
  opacity: 0;
}


.headline {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  left: 88px;
  top: 19px;
  width: 90%;
}

ft-dynamic[name="ctaLabel"] {
  position: absolute;
  left: 89px;
  top: 119px;
  min-width: 122px;
  max-height: 36px;
  border-radius: 4px;
  background-color: #fff;

  font-size: 0.9em;
  font-family: sans-serif;
  font-weight: 600;
  color: white;
  margin: 0;
  padding: 10px;
  text-align: center;
}
