@font-face {
  font-family: 'body';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/karma-v8-latin-500.eot");
  src: local("Karma Medium"), local("Karma-Medium"), url("fonts/karma-v8-latin-500.eot?#iefix") format("embedded-opentype"), url("fonts/karma-v8-latin-500.woff2") format("woff2"), url("fonts/karma-v8-latin-500.woff") format("woff"), url("fonts/karma-v8-latin-500.ttf") format("truetype"), url("fonts/karma-v8-latin-500.svg#Karma") format("svg");
}

@font-face {
  font-family: 'header';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/playfair-display-v13-latin-700.eot");
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("fonts/playfair-display-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/playfair-display-v13-latin-700.woff2") format("woff2"), url("fonts/playfair-display-v13-latin-700.woff") format("woff"), url("fonts/playfair-display-v13-latin-700.ttf") format("truetype"), url("fonts/playfair-display-v13-latin-700.svg#PlayfairDisplay") format("svg");
}

@font-face {
  font-family: 'script';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/cedarville-cursive-v9-latin-regular.eot");
  src: local("Cedarville Cursive"), local("Cedarville-Cursive"), url("fonts/cedarville-cursive-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/cedarville-cursive-v9-latin-regular.woff2") format("woff2"), url("fonts/cedarville-cursive-v9-latin-regular.woff") format("woff"), url("fonts/cedarville-cursive-v9-latin-regular.ttf") format("truetype"), url("fonts/cedarville-cursive-v9-latin-regular.svg#CedarvilleCursive") format("svg");
}

body {
  color: #fff;
  padding: 0rem;
  margin: 0rem auto;
  font-family: 'body';
  /* can be treated like a fallback */
  background-color: #e51935;
  /* will be "on top", if browser supports it */
  background-image: linear-gradient(#e51935, #000);
  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #e51935;
  background: linear-gradient(#e51935, #000);
  overflow-x: hidden;
}

body h1,
body h2,
body h3,
body h4 {
  font-family: 'header';
  margin: 0rem;
}

body .site-container {
  max-width: 1440px;
  margin: 0 auto;
}

header {
  padding: 0rem;
  margin: 0rem;
  padding-bottom: 8rem;
  background-color: transparent;
  background-size: 100%;
  display: block;
}

header #legion_logo {
  margin: 0rem 0rem;
  float: left;
  width: 20em;
  margin-left: 6em;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

header section {
  background-color: transparent;
  float: right;
  padding-top: 2rem;
  padding-left: 0rem;
  padding-right: 0rem;
  margin-right: 0rem;
}

header section a:link,
header section a:visited,
header section a:hover,
header section a:focus,
header section a:active {
  text-decoration: none;
  color: #fff;
  padding: 3rem;
}

header #short_telus {
  float: left;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

header #short_telus img {
  margin-top: 3px;
  max-width: 10em;
}

.homepage header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#homepage_telus {
  position: absolute;
  bottom: 40px;
  right: 90px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: flex;
  vertical-align: top;
}

#homepage_telus img {
  margin-left: 10px;
}

.header-region {
  margin-bottom: 50px;
}

.header-region h1 {
  font-size: 70px;
  margin-bottom: 30px;
}

.header-region p {
  font-size: 25px;
  line-height: 1.5;
  max-width: 55%;
  margin: 0 auto;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.error {
  border: 1px solid #e11937 !important;
}

.errorMsg {
  color: #e11937;
  margin: 1rem 0rem;
  display: none;
  font-size: 1.25rem;
}

.body {
  padding: 0rem;
  background-color: transparent;
  text-align: center;
  background: url("bg_poppies.png") 0rem 2rem no-repeat no-repeat;
  background-size: 100%;
  margin: 0rem;
}

#hero {
  position: relative;
  margin: 0rem auto;
  padding: 7rem 0;
  padding-bottom: 5rem;
  padding-top: 180px;
  background: none;
  text-align: center;
  color: #fff;
  line-height: 1.75rem;
  overflow: hidden;
  z-index: 1;
}

#hero .site-container {
  max-width: 820px;
}

#text_redbackground {
  background-color: #e51935;
  position: relative;
  margin: 0rem auto;
  text-align: center;
  color: #fff;
  line-height: 1.75rem;
  overflow: hidden;
  z-index: 1;
}

#text_redbackground .site-container {
  max-width: 820px;
}

#text_redbackground p {
  font-size: 25px;
  line-height: 1.5;
}

#hero h1 {
  margin: 0rem;
  font-family: 'header';
  font-size: 97px;
  line-height: 1.2;
}

#hero button {
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hero button:hover {
  border-color: #fff;
}

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

#hero p#values_title {
  font-size: 18px;
}

.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  object-fit: cover;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  background: url("bg_video.png") no-repeat "-3rem" center;
  background-size: cover;
}

.iframe-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#values_title {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 1rem;
  width: 17em;
  margin: 0rem auto;
  margin-top: 30px;
}

#values {
  font-size: 0.9rem;
  margin: 1rem auto;
  text-align: center;
  width: 28em;
  display: block;
  position: relative;
  box-sizing: border-box;
}

@keyframes "values" {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  2% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
  }

  5% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-moz-keyframes values {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  2% {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  5% {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  10% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes "values" {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  2% {
    filter: alpha(opacity=0);
    opacity: 1;
  }

  5% {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  10% {
    filter: alpha(opacity=100);
    opacity: 0;
  }

  100% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-ms-keyframes "values" {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  2% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  5% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-o-keyframes "values" {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  2% {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  5% {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  10% {
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.values-fade {
  position: absolute;
  width: inherit;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  line-height: 4rem;
  font-family: 'script';
  text-transform: lowercase;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

.values-fade:nth-of-type(1) {
  -webkit-animation: values 30s 0s infinite linear;
  -moz-animation: values 30s 0s infinite linear;
  -ms-animation: values 30s 0s infinite linear;
  -o-animation: values 30s 0s infinite linear;
  animation: values 30s 0s infinite linear;
}

.values-fade:nth-of-type(2) {
  -webkit-animation: values 30s 3s infinite linear;
  -moz-animation: values 30s 3s infinite linear;
  -ms-animation: values 30s 3s infinite linear;
  -o-animation: values 30s 3s infinite linear;
  animation: values 30s 3s infinite linear;
}

.values-fade:nth-of-type(3) {
  -webkit-animation: values 30s 6s infinite linear;
  -moz-animation: values 30s 6s infinite linear;
  -ms-animation: values 30s 6s infinite linear;
  -o-animation: values 30s 6s infinite linear;
  animation: values 30s 6s infinite linear;
}

.values-fade:nth-of-type(4) {
  -webkit-animation: values 30s 9s infinite linear;
  -moz-animation: values 30s 9s infinite linear;
  -ms-animation: values 30s 9s infinite linear;
  -o-animation: values 30s 9s infinite linear;
  animation: values 30s 9s infinite linear;
}

.values-fade:nth-of-type(5) {
  -webkit-animation: values 30s 12s infinite linear;
  -moz-animation: values 30s 12s infinite linear;
  -ms-animation: values 30s 12s infinite linear;
  -o-animation: values 30s 12s infinite linear;
  animation: values 30s 12s infinite linear;
}

.values-fade:nth-of-type(6) {
  -webkit-animation: values 30s 15s infinite linear;
  -moz-animation: values 30s 15s infinite linear;
  -ms-animation: values 30s 15s infinite linear;
  -o-animation: values 30s 15s infinite linear;
  animation: values 30s 15s infinite linear;
}

.values-fade:nth-of-type(7) {
  -webkit-animation: values 30s 18s infinite linear;
  -moz-animation: values 30s 18s infinite linear;
  -ms-animation: values 30s 18s infinite linear;
  -o-animation: values 30s 18s infinite linear;
  animation: values 30s 18s infinite linear;
}

.values-fade:nth-of-type(8) {
  -webkit-animation: values 30s 21s infinite linear;
  -moz-animation: values 30s 21s infinite linear;
  -ms-animation: values 30s 21s infinite linear;
  -o-animation: values 30s 21s infinite linear;
  animation: values 30s 21s infinite linear;
}

.values-fade:nth-of-type(9) {
  -webkit-animation: values 30s 24s infinite linear;
  -moz-animation: values 30s 24s infinite linear;
  -ms-animation: values 30s 24s infinite linear;
  -o-animation: values 30s 24s infinite linear;
  animation: values 30s 24s infinite linear;
}

.values-fade:nth-of-type(10) {
  -webkit-animation: values 30s 27s infinite linear;
  -moz-animation: values 30s 27s infinite linear;
  -ms-animation: values 30s 27s infinite linear;
  -o-animation: values 30s 27s infinite linear;
  animation: values 30s 27s infinite linear;
}

#profiles {
  padding: 4rem 0;
  padding-bottom: 0rem;
  background-color: #ddd;
  display: block;
}

#profiles section {
  position: relative;
  padding: 30px 0;
}

#profiles .profile_bg_middle img {
  width: 100%;
  max-width: 42%;
  float: right;
  margin-right: 5%;
}

#profiles .profile_ceo img {
  width: 100%;
  max-width: 20%;
  float: right;
  margin-right: 5%;
}

#profiles .profile_bg img {
  width: 100%;
  max-width: 42%;
  float: left;
  display: flex;
  margin-left: 3%;
}

#profiles .celeb_poppy {
  padding: 1rem;
  width: 241.6;
  height: 244.8;
  width: 10em;
}

#profiles .profile_text_middle {
  background-color: #fff;
  color: #55585d;
  width: 24em;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #55585d;
  width: 45%;
  padding: 0rem 3rem 1rem 3rem;
  left: 5%;
  margin-top: -10px;
}

#profiles .profile_ceo_text_middle {
  color: #55585d;
  width: 24em;
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #55585d;
  width: 61%;
  padding: 0rem 3rem 1rem 3rem;
  left: 5%;
  margin-top: -10px;
}

#profiles .profile_text_middle h3 {
  font-family: 'script';
  color: #e51935;
  font-size: 52px;
  font-weight: normal;
  margin: 0 auto;
  padding: 0rem;
  margin-top: -4.8rem;
  margin-left: -2.3rem;
}

#profiles .profile_text_middle h5 {
  font-size: 1.6rem;
  font-family: 'header';
  display: block;
  margin: 0rem;
  margin-top: -1rem;
  text-align: left;
}

#profiles .profile_text_middle p {
  text-align: left;
  display: block;
  margin: 1.5rem 0rem;
}

#profiles .profile_text_middle p img {
  padding: 1.5rem;
  float: left;
  margin-top: -1rem;
  margin-left: -2rem;
  margin-bottom: 1rem;
}

#profiles .profile_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #55585d;
  width: 45%;
  margin: 0 auto;
  text-align: right;
  font-size: 1rem;
  padding: 0rem 3rem 1rem 3rem;
  right: 5%;
  margin-top: -10px;
}

#profiles .profile_text h3,
#profiles .profile_text h4 {
  font-family: 'script';
  font-size: 5rem;
  color: #e51935;
  margin: 0 auto;
  font-weight: normal;
  margin-top: -6rem;
  padding: 0rem;
}

#profiles .profile_text h3 {
  font-size: 4rem;
  margin-top: -5rem;
  margin-left: -2rem;
}

#profiles .profile_text h5 {
  font-size: 1.6rem;
  font-family: 'header';
  display: block;
  margin: 0rem;
  margin-top: -1rem;
  text-align: left;
}

#profiles .profile_text p {
  text-align: left;
  display: block;
  margin: 1.5rem 0rem;
  margin-bottom: 1rem;
}

#profiles .profile_text p img {
  padding: 1.5rem;
  float: left;
  margin-top: -1rem;
  margin-left: -2rem;
}

#profiles .siggy {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
}

#indexCreate {
  padding: 4rem 7rem;
  background-color: #fff;
  color: #55585d;
  text-align: left;
  margin: 0rem;
}

#indexCreate .site-container {
  display: flex;
  align-items: center;
}

#indexCreate section:nth-of-type(1) {
  padding-right: 35px;
  box-sizing: border-box;
  text-align: center;
}

#indexCreate .pure-u-md-13-24 {
  padding-left: 4rem;
}

#indexCreate .pure-u-md-13-24 button {
  margin-top: 2rem;
}

#indexCreate img {
  width: 241.6;
  height: 244.8;
  max-width: 100%;
  height: auto;
}

.pure-form {
  background-color: #fff;
  margin: 3rem;
  margin-top: 0rem;
  padding: 2rem 3rem;
  text-align: left;
  color: #55585d;
}

.pure-form label {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.pure-form legend {
  border-bottom: 0px;
  font-size: 2rem;
  font-family: 'header';
}

.pure-form span {
  font-size: 0.75rem;
}

.pure-form input {
  margin: 2rem 0rem;
}

.pure-form .pure-checkbox input {
  margin-right: 0.5rem;
}

.pure-form #formSpacer {
  margin: 1.5rem 0rem;
}

.pure-form .next {
  margin-top: 3rem;
}

#poppySamples,
.mobilePreviews {
  text-align: center;
  width: 30%;
}

#poppySamples #poppy_sample2,
#poppySamples #poppy_sample1,
.mobilePreviews #poppy_sample2,
.mobilePreviews #poppy_sample1 {
  position: relative;
}

#poppySamples #spinner1,
#poppySamples #spinner2,
.mobilePreviews #spinner1,
.mobilePreviews #spinner2 {
  display: none;
  background-color: transparent;
}

#poppySamples .spinner,
.mobilePreviews .spinner {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -30px;
}

#poppySamples .spinner#spinner2,
.mobilePreviews .spinner#spinner2 {
  margin-top: -46px;
}

#poppySamples img,
.mobilePreviews img {
  margin-top: 2rem;
  max-width: 100%;
  height: auto;
  margin: 2rem auto 0 auto;
}

#poppySamples .preview,
.mobilePreviews .preview {
  font-size: 0.8rem;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  color: #55585d;
  text-transform: uppercase;
}

#poppySamples .preview:hover,
.mobilePreviews .preview:hover {
  text-decoration: underline;
}

#customizePoppy {
  margin-top: -3rem;
  display: none;
}

.pure-button,
#joinToday {
  padding: 0.75rem 2.5rem;
  padding-top: 1rem;
  background-color: #e51935;
  border: 1px solid #e51935;
  color: #fff;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pure-button:hover,
#joinToday:hover {
  color: #e51935;
  background-color: #fff;
  border: 1px solid #e51935;
}

.pure-button-secondary {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
  display: block;
  font-size: 1.25rem;
}

.pure-button-secondary:hover {
  color: #fff;
  background-color: #e51935;
  border: 1px solid #fff;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: #e51935;
  color: #fff;
  margin-top: 2em;
}


.pure-button a,
#joinToday a {
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.pure-button-secondary {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
  display: block;
  font-size: 1rem;
}

.pure-button-secondary:hover {
  color: #fff;
  background-color: #e51935;
  border: 1px solid #fff;
}

#no-donate {
  color: #fff;
  text-decoration: none;
  margin-bottom: 3rem;
  display: block;
  font-size: 0.85rem;
}

#createPoppy {
  margin: 2rem auto;
}

#share {
  text-align: left;
  margin: 2rem;
  margin-right: 0rem;
  padding-left: 1rem;
  padding-right: 0rem;
}

#share h1 {
  font-size: 70px;
  line-height: 1.15;
  margin-right: 2rem;
  max-width: 90%;
  margin-top: 10px;
}

#share p {
  font-size: 25px;
  line-height: 1.5;
  margin-right: 0;
  margin-top: 40px;
  max-width: 90%;
}

#share button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#share button:hover {
  border-color: transparent;
}

#share .pure-u-md-1-3 {
  margin-top: -1rem;
  border: 0px solid black;
  text-align: center;
}

#share .pure-u-md-1-3 img {
  width: 181.2;
  height: 183.6;
  background-color: transparent;
  border: 0px solid white;
}

#share .pure-u-md-1-3 button {
  margin: 1rem auto;
  display: block;
}

#share .pure-u-md-1-3 .no_claim {
  display: block;
}

#share .pure-u-md-1-3 #basno {
  float: right;
  margin-top: 1rem;
  font-weight: bold;
  color: #fff;
}

#share .pure-u-md-1-3 #basno:after {
  margin-left: 0.2rem;
  content: url("basno.png");
}

#join {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  margin-bottom: -2rem;
  overflow: hidden;
  padding: 4rem 2rem;
  padding-bottom: 5rem;
  text-align: left;
  color: #55585d;
}

#join_sponsor {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  margin-bottom: -2rem;
  overflow: hidden;
  padding-bottom: 5rem;
  text-align: left;
  color: #55585d;
}

#join_sponsor .createPoppy {
  font-size: 1.3rem;
}

#join img {
  float: left;
  padding: 2rem;
  padding-top: 0rem;
}

#join h3 {
  font-size: 2rem;
  padding: 0rem 2rem;
}

#join p {
  font-size: 1rem;
  padding: 0rem 2rem;
  margin-bottom: 3rem;
}

#joinToday {
  text-decoration: none;
}

#donationTop a:link,
#donationTop a:visited,
#donationTop a:hover,
#donationTop a:focus,
#donationTop a:active {
  color: #fff;
}

#donation {
  margin-top: 0rem;
}

#donation #requiredField {
  float: right;
  margin-right: 2rem;
  margin-top: -6rem;
  font-size: 0.75rem;
}

#donation hr {
  margin: 2rem 0;
}

#donation button {
  margin: 0rem auto;
}

#donation .ccs {
  display: block;
}

#donation .form-cvc--inner input {
  width: 72%;
}

#donation #cvvQuestion {
  float: right;
  margin-top: -2.6rem;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-color: #e51935;
  border-radius: 60px;
  padding: 0.1rem 0.75rem;
  padding-top: 0.4rem;
}

#donation span {
  margin: 1rem 0.75rem;
  padding: 0.6rem 2rem;
  padding-top: 0.9rem;
  background-color: #e51935;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #fff;
}

#donation span:hover {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
}

#donation .circle {
  margin: 0rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
  font-weight: bold;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  padding-top: 0.5rem;
}

#donation .circle:hover {
  background-color: #e51935;
  color: #fff;
}

#donation #tooltip {
  display: none;
  margin-top: -15rem;
  margin-left: -2.05rem;
  padding: 0rem;
  height: 201px;
  width: 240px;
  z-index: 1000000;
  position: relative;
  float: left;
  background-color: transparent;
  border: 0px;
}

#donation #tooltip img {
  width: 100%;
  height: 100%;
}

#donation .selected {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
}

#donation label {
  font-size: 1rem;
}

#donation img {
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#donation legend {
  margin-bottom: 1rem;
}

.cc_validation {
  margin: 1rem;
  padding: 0.5rem;
  padding-bottom: 0.1rem;
  margin-left: 0rem;
  width: 82%;
  display: none;
  font-size: 0.8rem;
  background-color: #fff7f7;
  border: 1px solid #e11937;
  color: #e11937;
  border-radius: 6px;
}

.cc_validation img {
  margin: 0rem 1rem !important;
  float: left;
  margin-top: -0.3rem !important;
}

.cc_validation p {
  margin-left: -1rem;
}

.donation_validation {
  color: #e11937;
  display: none;
  margin: 0rem;
  font-size: 0.8rem;
}

.nudgeRight {
  margin-left: 0.8rem;
  margin-top: -0.2rem;
  padding: 0.8rem;
  padding-bottom: 0.3rem;
}

#legals {
  background-color: #fff;
  color: #55585d;
  padding: 3rem 5rem;
  margin: 1rem 4rem;
  text-align: left;
}

footer {
  color: #fff;
  background-color: #43464b;
  padding: 2rem;
}

footer .site-container {
  position: relative;
}

footer a:link,
footer a:visited,
footer a:hover,
footer a:focus,
footer a:active {
  color: #fff;
}

footer #socials {
  text-align: right;
}

footer #socials img {
  margin: 0.7rem;
}

footer #policies {
  text-align: left;
  padding: 0rem;
  padding-top: 4rem;
  display: inline-block;
}

footer #policies a {
  text-decoration: none;
}

footer .emailsupport {
  display: inline-block;
}

footer .emailsupport:before {
  content: '|';
  color: #fff;
  padding-left: 9px;
  padding-right: 15px;
  display: inline-block;
}

footer #telusFooter {
  position: absolute;
  bottom: 94px;
  text-align: right;
  right: 0;
  width: 55%;
}

footer #telus {
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 0;
  padding-top: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-right: 158px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.4;
}

footer #telus a {
  margin: 0;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  margin: 0;
}

.double-bounce1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fcc;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fdd;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    opacity: 1 \9;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  display: block;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-out {
  opacity: 0;
  display: block;
  -webkit-animation: fadeOut ease-out 1;
  -moz-animation: fadeOut ease-out 1;
  animation: fadeOut ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

footer {
  padding: 6em 2em;
}

footer p {
  margin-top: 0;
}

#socials img {
  width: 38px;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}

.pure-form input:focus:invalid {
  color: #000;
}

.form-expiry select#mm {
  height: 42px;
}

.form-year select#yy {
  height: 42px;
}

.mobile {
  display: none;
}

@media screen and (max-width: 1059px) and (min-width: 960px) {
  #homepage_telus {
    right: 15px;
  }
}

@media screen and (max-width: 959px) and (min-width: 667px) {

  .no-mobile,
  #homepage_telus {
    display: none;
  }

  .mobile {
    display: block;
  }

  header {
    padding-bottom: 7rem;
  }

  header #legion_logo {
    width: 20em;
    margin-left: 6rem;
    padding-top: 0.5rem;
    background-color: #fff;
  }

  header #short_telus {
    font-size: 0.8rem;
    margin-top: -1rem;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 11em;
  }

  header #short_telus img {
    margin-top: 5px;
    margin-left: -4em;
  }

  header .mobile .topMenu {
    float: right;
    border: 0px solid white;
    margin-top: -1rem;
    margin-left: 0.5rem;
    padding: 0rem 3rem;
  }

  #hero {
    margin: 0rem;
    padding: 0rem;
    padding-bottom: 5rem;
    max-width: 100%;
    padding-top: 130px;
  }

  #hero .iframe-wrapper iframe {
    min-height: 288%;
    min-width: 288%;
  }

  #hero h1 {
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 0;
  }

  #hero p {
    margin-top: 2rem;
    font-size: 20px;
  }

  #hero #values_title {
    width: 33%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  #hero #values {
    width: 100%;
    padding: 0rem;
    margin: 0rem;
  }

  #hero button {
    margin: 0.5rem;
    margin-bottom: 1.5rem;
  }

  #profiles {
    padding: 3rem 1.5rem;
  }

  #profiles section {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 550px;
  }

  #profiles .profile_bg img,
  #profiles .profile_bg_middle img {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }

  #profiles .profile_text,
  #profiles .profile_text_middle {
    display: block;
    max-width: 100%;
    margin: 0rem auto;
    padding: 0rem 0;
    text-align: center;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    left: 0;
  }

  #profiles .profile_text p,
  #profiles .profile_text_middle p {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #profiles .profile_text h3,
  #profiles .profile_text h4,
  #profiles .profile_text h5,
  #profiles .profile_text_middle h3,
  #profiles .profile_text_middle h4,
  #profiles .profile_text_middle h5 {
    display: block;
    margin: 0rem;
    font-size: 4rem;
    padding: 0rem 1rem;
  }

  #profiles .profile_text h3,
  #profiles .profile_text_middle h3 {
    margin-top: -0.75rem;
    margin-bottom: 1rem;
    font-size: 3.5rem;
  }

  #profiles .profile_text h5,
  #profiles .profile_text_middle h5 {
    font-size: 1.7rem;
    text-align: center;
  }

  #profiles .profile_text p,
  #profiles .profile_text_middle p {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0rem;
    padding-bottom: 2rem;
  }

  #profiles .profile_text p img,
  #profiles .profile_text_middle p img {
    margin: -1rem auto 0 auto;
    margin-top: -2rem;
    display: block;
    float: none;
  }

  #indexCreate {
    padding: 2rem;
    margin-bottom: 0rem;
    text-align: center;
  }

  #indexCreate .pure-u-lg-13-24 {
    padding-left: 0rem;
    padding-top: 1rem;
  }

  #indexCreate .pure-u-lg-13-24 h1 {
    font-size: 2.5rem;
  }

  #indexCreate .pure-u-lg-13-24 button {
    margin: 0rem;
  }

  .pure-form .next {
    margin-top: 0rem;
  }

  .body {
    padding: 0rem 0rem;
    padding-top: 0rem;
  }

  .body h1 {
    font-size: 49px;
    line-height: 3.5rem;
    padding: 1rem 1rem;
  }

  .body p {
    max-width: 30em;
    margin: 0rem auto;
    margin-bottom: 2rem;
    padding: 0rem 4rem;
  }

  .body form {
    margin: 0rem auto;
    margin-bottom: 3rem;
    padding: 1rem 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .body form fieldset {
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body form label,
  .body form span,
  .body form p {
    text-align: left;
  }

  .body form button {
    width: 100%;
    max-width: 30em;
    margin: 0 auto;
  }

  .body #customizePoppy {
    padding-top: 7rem;
  }

  .body #customizePoppy button {
    max-width: 18.7em;
    padding: 1rem;
    padding-bottom: 0.8rem;
  }

  .body .mobilePreviews {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  .body .mobilePreviews img {
    margin: 0rem auto;
    width: 241.6;
    height: 244.8;
  }

  .body #legals {
    padding: 1rem 1.5rem;
    margin: 2rem;
  }

  .body #donationTop {
    margin: 0rem;
    padding: 0rem;
  }

  .body #donationTop h1 {
    padding: 1rem 5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }

  .body #donationTop p {
    padding: 0rem 3.6rem;
  }

  .body #donation {
    padding: 1rem;
  }

  .body #donation hr {
    margin: 0rem 0.5rem;
    margin-bottom: 1rem;
  }

  .body #donation span {
    margin: 0.5rem;
  }

  .body #donation legend {
    margin-bottom: 0rem;
  }

  .body #donation #amount {
    padding-left: 2rem;
    margin: 0 auto;
    margin-left: 4px;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    top: 0;
    left: 0;
    padding-bottom: 4px;
    width: 100%;
  }

  .body #donation #amountLabel {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 8px;
    padding-top: 10px;
    margin-top: 17px;
  }

  .body #donation #amount_container {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  .body #donation #requiredField {
    margin-top: -6.5rem;
    margin-right: -0rem;
  }

  .body #donation .cc img {
    width: 5rem;
    height: 5rem;
    margin: 0rem;
  }

  .body #donation p {
    padding: 0rem 1rem;
    margin-top: 2rem;
  }

  .body #donation .donation_validation {
    margin: 0rem;
  }

  .body #donation #amount_err {
    max-width: 40%;
    padding: 0rem 2rem;
    margin: 2rem auto;
    margin-top: -1rem;
  }

  .body #donation #cc_error,
  .body #donation #cc_missing {
    width: 95%;
  }

  .body #donation #cc_error p,
  .body #donation #cc_missing p {
    margin-top: 0.8rem;
    margin-bottom: 0.9rem;
  }

  .body #donation .nudgeRight {
    margin: 0rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0rem;
    font-size: 0.65rem;
  }

  .body #donation button {
    max-width: 18.7em;
    padding: 1rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .body #share {
    margin: 0rem;
    padding: 0rem 1rem;
    text-align: center;
  }

  .body #share h1 {
    font-size: 3.5rem;
    margin: 0rem auto;
  }

  .body #share p {
    margin: 1rem auto;
    margin-bottom: 3rem;
    padding: 0rem 2rem;
    max-width: 80%;
    font-size: 18px;
  }

  .body #share img {
    max-width: 100%;
    height: auto;
  }

  .body #share .pure-u-md-1-3 button {
    margin: 3rem auto;
  }

  .body #share #basno {
    margin-bottom: 1rem;
  }

  .body #join {
    margin: 0rem;
    padding: 0rem;
    padding-top: 2rem;
    text-align: center;
  }

  .body #join img {
    width: 66%;
    padding: 0rem;
    float: none;
  }

  .body #join h3 {
    margin: 1rem auto;
  }

  .body #join button {
    margin-bottom: 3rem;
  }

  footer {
    padding: 1rem;
    padding-bottom: 3rem;
    margin: 0rem;
  }

  footer .emailsupport {
    display: block;
    margin-top: 10px;
  }

  footer .emailsupport:before {
    content: none;
  }

  footer #policies {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  footer #telusFooter {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    bottom: inherit;
    right: inherit;
  }

  footer #telus {
    margin: 30px 0 10px 0;
    position: relative;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 666px) {
  body .header-region {
    margin-bottom: 30px;
  }

  body .header-region h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }

  body .header-region p {
    font-size: 16px;
    max-width: 100%;
    padding: 0 30px;
  }

  .no-mobile,
  #homepage_telus {
    display: none;
  }

  .mobile {
    display: block;
  }

  header {
    padding-bottom: 5rem;
  }

  header #legion_logo {
    width: 8em;
    margin-left: 1rem;
    padding-top: 0rem;
    background-color: #fff;
  }

  header #short_telus {
    font-size: 0.8rem;
    margin-top: -1.5rem;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 11em;
  }

  header #short_telus img {
    margin-left: -3.5em;
  }

  header .mobile .topMenu {
    float: right;
    border: 0px solid white;
    margin-top: -1rem;
    margin-left: -15px;
    padding: 0rem 42px;
  }

  #hero {
    margin: 0rem;
    padding: 0rem;
    padding-bottom: 5rem;
    padding-top: 96px;
  }

  #hero .iframe-wrapper {
    background-image: url("poppy_mobile_screen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 140%;
    top: -80px;
  }

  #hero h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  #hero #values_title {
    width: 66%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  #hero #values {
    width: 100%;
    padding: 0rem;
    margin: 0rem;
    margin-top: 1rem;
  }

  #hero #values .values {
    font-size: 2rem;
  }

  #hero button {
    margin: 0.5rem;
    margin-bottom: 1.5rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  #hero p {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    margin-top: 0;
  }

  #profiles {
    padding: 0;
  }

  #profiles section {
    margin: 0;
    padding: 0 0 2px 0;
  }

  #profiles section:nth-last-of-type(1) {
    padding: 0;
  }

  #profiles .profile_bg_middle img {
    max-width: 100%;
    margin-right: 0%;
  }

  #profiles .profile_bg img {
    max-width: 100%;
    margin-left: 0%;
  }

  #profiles .profile_text,
  #profiles .profile_text_middle {
    display: block;
    max-width: 100%;
    margin: 0rem auto;
    padding: 0rem 15px 20px 15px;
    text-align: center;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
  }

  #profiles .profile_text .profile_bg img,
  #profiles .profile_text .profile_bg_middle img,
  #profiles .profile_text_middle .profile_bg img,
  #profiles .profile_text_middle .profile_bg_middle img {
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }

  #profiles .profile_text h3,
  #profiles .profile_text h4,
  #profiles .profile_text h5,
  #profiles .profile_text_middle h3,
  #profiles .profile_text_middle h4,
  #profiles .profile_text_middle h5 {
    display: block;
    margin: 0rem;
    font-size: 4rem;
    padding: 0rem 1rem;
  }

  #profiles .profile_text h3,
  #profiles .profile_text_middle h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 34px;
    line-height: 1;
    padding-top: 20px;
  }

  #profiles .profile_text h5,
  #profiles .profile_text_middle h5 {
    font-size: 2rem;
    text-align: center;
    margin-top: -1rem;
  }

  #profiles .profile_text p,
  #profiles .profile_text_middle p {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0rem;
  }

  #profiles .profile_text p img,
  #profiles .profile_text_middle p img {
    margin: -1rem auto;
    margin-top: -2rem;
    display: block;
    float: none;
  }

  #indexCreate {
    padding: 2rem;
    text-align: center;
  }

  #indexCreate .site-container {
    display: block;
  }

  #indexCreate .site-container p {
    padding-left: 0;
    padding-right: 0;
  }

  #indexCreate section:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
    clear: both;
  }

  #indexCreate .pure-u-md-13-24 {
    padding-left: 0rem;
    padding-top: 1rem;
  }

  #indexCreate .pure-u-md-13-24 h1 {
    font-size: 2.5rem;
  }

  #indexCreate .pure-u-md-13-24 button {
    margin: 0rem;
  }

  .body h1 {
    font-size: 49px;
    padding: 1rem 1rem;
  }

  .body p {
    padding: 0rem 4rem;
  }

  .body form {
    margin: 0rem 1rem;
    padding: 14px 20px;
  }

  .body form button {
    width: 100%;
  }

  .body #customizePoppy {
    padding-top: 4rem;
  }

  .body #customizePoppy button {
    max-width: 18.7em;
    padding: 1rem;
    padding-bottom: 0.8rem;
  }

  .body .mobilePreviews {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  .body .mobilePreviews img {
    margin: 0rem auto;
    width: 241.6;
    height: 244.8;
  }

  .body #legals {
    padding: 1rem 1.5rem;
    margin: 2rem;
  }

  .body #donationTop {
    margin: 0 0 30px 0;
    padding: 0rem;
  }

  .body #donationTop h1 {
    padding: 1rem 3rem;
    line-height: 3.5rem;
  }

  .body #donationTop p {
    padding: 0rem 3.6rem;
  }

  .body #donation {
    padding: 1rem;
  }

  .body #donation hr {
    margin: 0rem 0.5rem;
    margin-bottom: 1rem;
  }

  .body #donation span {
    margin: 0.5rem;
  }

  .body #donation legend {
    margin-bottom: 0rem;
  }

  .body #donation label {
    font-size: 0.9rem;
  }

  .body #donation #amount_container {
    position: relative;
  }

  .body #donation #amount {
    margin-left: 0.5rem;
    padding-left: 2.9rem;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    width: 90%;
  }

  .body #donation #amountLabel {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 9px;
  }

  .body #donation #requiredField {
    margin-top: -6.5rem;
    margin-right: -0rem;
  }

  .body #donation .cc img {
    width: 5rem;
    height: 5rem;
    margin: 0rem;
  }

  .body #donation .form-year,
  .body #donation .form-cvc,
  .body #donation .form-expiry {
    width: 100%;
  }

  .body #donation .form-year input,
  .body #donation .form-expiry input {
    width: 100%;
  }

  .body #donation .form-cvc--inner input {
    width: 85%;
  }

  .body #donation #cvvQuestion {
    margin-right: 0px;
  }

  .body #donation p {
    padding: 0rem 1rem;
  }

  .body #donation #amount_err {
    width: 71%;
  }

  .body #donation #cc_error,
  .body #donation #cc_missing {
    width: 95%;
  }

  .body #donation .nudgeRight {
    margin: 0rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
    padding: 0rem;
    font-size: 0.65rem;
  }

  .body #donation button {
    max-width: 18.7em;
    padding: 1rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .body #share {
    margin: 0rem;
    padding: 0rem 1rem;
    text-align: center;
  }

  .body #share h1 {
    font-size: 38px;
    margin: 0 auto;
  }

  .body #share p {
    margin: 1rem 0rem;
    margin-bottom: 3rem;
    padding: 0rem;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }

  .body #share .pure-u-md-1-3 button {
    margin: 3rem auto;
  }

  .body #share #basno {
    margin-bottom: 1rem;
  }

  .body #join {
    margin: 0rem;
    padding: 0rem;
    padding-top: 2rem;
    text-align: center;
  }

  .body #join img {
    width: 95%;
    padding: 0rem;
    padding-bottom: 2rem;
    float: none;
  }

  .body #join button {
    margin-bottom: 3rem;
  }

  footer {
    padding: 1rem;
    padding-bottom: 3rem;
    margin: 0rem;
  }

  footer #policies {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  footer .emailsupport {
    display: block;
    margin-top: 10px;
  }

  footer .emailsupport:before {
    content: none;
  }

  footer #telusFooter {
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    bottom: inherit;
    right: inherit;
  }

  footer #telus {
    margin: 20px 0;
    position: relative;
    display: inline-block;
    text-align: left;
    padding-right: 0;
  }

  footer #telus a {
    position: relative;
    display: block;
    margin-top: 10px;
  }
}


#DaffodilSamples,
.mobilePreviews {
  text-align: center;
  overflow: hidden;
}

#DaffodilSamples #Daffodil_sample2,
#DaffodilSamples #Daffodil_sample1,
.mobilePreviews #Daffodil_sample2,
.mobilePreviews #Daffodil_sample1 {
  position: relative;
  float: left;
  margin-right: 40px;
  width: 44%;
}

#DaffodilSamples #spinner1,
#DaffodilSamples #spinner2,
.mobilePreviews #spinner1,
.mobilePreviews #spinner2 {
  display: none;
  background-color: transparent;
}

#DaffodilSamples .spinner,
.mobilePreviews .spinner {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -30px;
}

#DaffodilSamples#spinner2,
.mobilePreviews#spinner2 {
  margin-top: -46px;
}

#DaffodilSamples img,
.mobilePreviews img {
  margin-top: 2rem;
  max-width: 100%;
  height: auto;
  margin: 2rem auto 0 auto;
}

#DaffodilSamples .preview,
.mobilePreviews .preview {
  font-size: 0.8rem;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  color: #55585d;
  text-transform: uppercase;
}

#DaffodilSamples .preview:hover,
.mobilePreviews .preview:hover {
  text-decoration: underline;
}

#customizeDaffodil {
  margin-top: -3rem;
  display: none;
}

/*
#customizeDaffodil #previewbutton {
  margin-top: 2rem;
  background-color: #e51935;
}*/
#customizeDaffodil #formSpacer {
  display: none;
}


#no-donate {
  color: #fff;
  text-decoration: none;
  margin-bottom: 3rem;
  display: block;
  font-size: 0.85rem;
}

#createDaffodil {
  margin: 2rem auto;
}

#share {
  color: #000;
}

#share h1 {
  font-size: 62px;
  line-height: 1.15;
  margin-right: 2rem;
  max-width: 90%;
  margin-top: 10px;
}

#share p {
  font-size: 25px;
  line-height: 1.5;
  margin-right: 0;
  margin-top: 40px;
  max-width: 90%;
}

#share button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#share button:hover {
  border-color: transparent;
}

#share .pure-u-md-1-3 {
  margin-top: -1rem;
  border: 0px solid black;
  text-align: center;
}

#share .pure-u-md-1-3 img {
  width: 181.2;
  height: 183.6;
  background-color: transparent;
  border: 0px solid white;
}

#share .pure-u-md-1-3 button {
  margin: 1rem auto;
  display: block;
}

#share .pure-u-md-1-3 .no_claim {
  display: block;
}

#share .pure-u-md-1-3 #basno {
  float: right;
  margin-top: 1rem;
  font-size: 0.6rem;
}

#share .pure-u-md-1-3 #basno:after {
  margin-left: 0.2rem;
  content: url("basno.png");
}

#join {
  width: 100%;
  margin-left: 0;
  box-sizing: border-box;
  margin-bottom: -2rem;
  overflow: hidden;
  padding: 4rem 2rem;
  padding-bottom: 5rem;
  text-align: left;
  color: #55585d;
}

#join .wrapper-content {
  overflow: hidden;
  padding-bottom: 20px;
}

#join img {
  float: left;
  padding: 2rem;
  padding-top: 0rem;
}

.donationTop-wrapper {
  margin-top: 50px !important;
}

.donationTop-wrapper~.site-container {
  position: relative;
  top: -190px;
}

#donationTop .site-container {
  width: 70%;
  flex-direction: column;
  display: block;
}

#donationTop a:link,
#donationTop a:visited,
#donationTop a:hover,
#donationTop a:focus,
#donationTop a:active {
  color: #fff;
}

.donateAmount {
  float: left;
  margin: 1rem 0.25rem;
  padding: 0.8rem 1.2rem;
  background-color: #e51935;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #fff;
  line-height: 1;
}

#amount_container {
  float: left;
  padding-top: 0.75rem;
}

#donation {
  margin-top: 0rem;
}

#donation .form-cvc {
  position: relative;
}

#donation small {
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

#donation #requiredField {
  float: right;
  margin-right: 2rem;
  margin-top: -6rem;
  font-size: 0.75rem;
}

#donation hr {
  margin: 2rem 0;
}

#donation button {
  margin: 2rem auto;
}

#donation .ccs {
  display: block;
}

#donation .form-cvc--inner input {
  width: 72%;
}

#donation #cvvQuestion {
  float: right;
  margin-top: -2.6rem;
  margin-right: 10px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-color: #e51935;
  border-radius: 60px;
  padding: 0.4rem 0.75rem;
  line-height: 1;
}

#donation span {
  margin: 1rem 0.75rem;
  padding: 0.6rem 2rem;
  background-color: #e51935;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
}

#donation span:hover {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
}

#donation .circle {
  margin: 0rem;
  margin-right: 1rem;
  margin-top: -0.5rem;
  font-weight: bold;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  padding-top: 0.5rem;
}

#donation .circle:hover {
  background-color: #e51935;
  color: #fff;
}

#donation #tooltip {
  display: none;
  margin-top: -15rem;
  padding: 0rem;
  height: 201px;
  width: 240px;
  z-index: 1000000;
  position: absolute;
  float: left;
  background-color: transparent;
  border: 0px;
  right: -6.8rem;
}

#donation #tooltip img {
  width: 100%;
  height: 100%;
}

#donation .selected {
  background-color: #fff;
  border: 1px solid #e51935;
  color: #e51935;
}

#donation label {
  font-size: 1rem;
}

#donation #amount {
  margin-left: 2rem;
  margin-bottom: 1.45rem;
  font-size: 1rem;
  border-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.8rem 0.5rem 0.3rem 0.3rem;
  width: 9rem;
}

#donation #amountLabel {
  text-align: center;
  font-size: 1rem;
  padding: 0.6rem 0.8rem;
  background-color: #e51935;
  color: #fff;
  float: left;
  margin-left: 0.2rem;
  margin-top: -4.15rem;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

#donation img {
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#donation legend {
  margin-bottom: 1rem;
}

.cc_validation {
  margin: 1rem;
  padding: 0.5rem;
  padding-bottom: 0.1rem;
  margin-left: 0rem;
  width: 82%;
  display: none;
  font-size: 0.8rem;
  background-color: #fff7f7;
  border: 1px solid red;
  color: red;
  border-radius: 6px;
}

.cc_validation img {
  margin: 0rem 1rem !important;
  float: left;
  margin-top: -0.3rem !important;
}

.cc_validation p {
  margin-left: -1rem;
}

.donation_validation {
  color: red;
  display: none;
  margin: 0rem;
  font-size: 0.8rem;
}

.nudgeRight {
  margin-left: 0.8rem;
  margin-top: -0.2rem;
  padding: 0.8rem;
  padding-bottom: 0.3rem;
}

#legals {
  background-color: #fff;
  color: #55585d;
  padding: 3rem 5rem;
  margin: 0 3rem;
  text-align: left;
  font-size: 16px;
}

#legals h1,
#legals h2,
#legals h6,
#legals h3,
#legals h4 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
}

#legals h6 {
  font-size: 18px;
}

#legals p {
  font-size: 16px;
}


.double-bounce1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fcc;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fdd;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    opacity: 1 \9 to;
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9 to;
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9 to;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    opacity: 1 \9 to;
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  display: block;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-out {
  opacity: 0;
  display: block;
  -webkit-animation: fadeOut ease-out 1;
  -moz-animation: fadeOut ease-out 1;
  animation: fadeOut ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

#DaffodilSamples {
  display: flex !important;
  flex-wrap: wrap;
}

.btn-group {
  padding-top: 40px;
  display: flex;
  clear: both;
  width: 100%;
}

.btn-group .cancel {
  margin-right: 20px;
}

.btn-group .next {
  margin-top: 0;
}


.mobile {
  display: none;
}

#values {
  position: relative;
  width: 100%;
  height: 75px;
  text-align: center;
  margin-bottom: 10px;
}

#values h2 {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  left: calc(50% - 250px);
  width: 500px;
  text-align: center;
  animation: rotateWord 18s linear infinite 0s;
}

#values h2:nth-child(2) {
  animation-delay: 3s;
}

#values h2:nth-child(3) {
  animation-delay: 6s;
}

#values h2:nth-child(4) {
  animation-delay: 9s;
}

#values h2:nth-child(5) {
  animation-delay: 12s;
}

#values h2:nth-child(6) {
  animation-delay: 15s;
}

@keyframes rotateWord {
  0% {
    opacity: 0;
  }

  2% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.animation img {
  margin: 100px 0 50px;
  width: 100%;
  height: auto;
}

.choose-payment {
  padding-top: 40px !important;
  position: relative;
}

.choose-payment [type=radio] {
  position: absolute;
  top: 5px;
  margin: 0;
}

.choose-payment [type=radio][value=paypal] {
  left: 200px;
}

.choose-payment [type=radio][value=paypal]+label {
  left: 240px;
}

.choose-payment [type=radio]:checked+label+fieldset {
  display: block;
}

.choose-payment [type=radio]+label {
  position: absolute;
  top: 0;
  left: 40px;
  margin: 5px 0 0 0;
}

.choose-payment fieldset {
  display: none;
}

.no-padding-bot {
  margin-bottom: 0 !important;
}

#formAnchor {
  padding: 30px 0 20px;
}

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

  body {
    font-size: 16px;
  }

  .no-mobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  #donationTop,
  .header-region,
  #hero {
    flex-direction: row;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-top: 0;
  }

  #donationTop h1,
  .header-region h1,
  #hero h1 {
    font-size: 36px;
    text-align: center;
  }

  #donationTop p,
  .header-region p,
  #hero p {
    font-size: 16px;
  }

  #donationTop img,
  .header-region img,
  #hero img {
    max-width: 100%;
  }

  header {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .text-half-plus,
  .text-half {
    width: 100%;
    text-align: center;
  }


  #profiles.yellow-background {
    background: none;
  }

  #donationBottom .yellow-background {
    padding: 10px 0 10px 0;
  }

  .homepage-title {
    font-size: 38px;
  }

  .homepage-secondary-title {
    font-size: 38px;
    margin: 50px 0;
    text-align: center;
  }

  .homepage-copy {
    font-size: 16px;
    text-align: center;
  }

  .homepage-copy small {
    font-size: 16px;
    text-align: center;
  }

  .text-mobile-center {
    text-align: center;
  }

  .animation img {
    margin: 0;
  }


  .pure-button {
    width: 90%;
  }

  .pure-form {
    margin: 1rem;
    padding: 2rem 1rem;
  }

  .pure-form legend {
    font-size: 26px;
    margin-top: 0;
  }

  .donationTop-wrapper {
    padding-bottom: 0;
    background: transparent;
  }

  .donationTop-wrapper h1 {
    font-size: 36px;
    text-align: center;
  }

  .donationTop-wrapper~.site-container {
    position: relative;
    top: 0;
  }

  #donationTop {
    padding-bottom: 50px;
  }

  #donationTop .site-container {
    width: 100%;
  }

  #donation #tooltip {
    margin-left: 3.5rem;
  }

  .site-container.header-region {
    flex-direction: column;
  }

  #legals {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }

  #legals ul,
  #legals li {
    padding-left: 0.5rem;
  }

  #legals blockquote {
    margin: 1rem 0;
  }

  #join .site-container h1,
  #share h1 {
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  #join .site-container p,
  #share p {
    margin: 2em;
    margin-top: 10px;
    text-align: center;
  }

  #join .site-container {
    text-align: center;
    margin-bottom: 2em;
  }

  #join .site-container img {
    float: none;
    width: 100%;
    padding: 0;
  }

  #join .site-container h3 {
    text-align: center;
  }

  header {
    margin-bottom: 0;
  }

  header+* {
    margin-top: 50px !important;
  }

  #join {
    padding: 2rem 1rem;
  }

  #join {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: -2rem;
    overflow: hidden;
    padding: 4rem 2rem;
    text-align: left;
    color: #55585d;
  }

  #join .wrapper-content {
    overflow: hidden;
    padding-bottom: 20px;
  }

  #join img {
    float: none;
    padding: 0;
    width: 100%;
    height: auto;
  }

  #joinToday {
    width: auto;
  }

  .header-region .pure-form,
  .header-region~.site-container .pure-form,
  .donationTop-wrapper~.site-container .pure-form,
  header .pure-form {
    margin-bottom: 1rem;
  }

  .pure-form label.pure-checkbox {
    font-size: 14px;
    line-height: 1;
  }

  #DaffodilSamples #Daffodil_sample2,
  #DaffodilSamples #Daffodil_sample1,
  .mobilePreviews #Daffodil_sample2,
  .mobilePreviews #Daffodil_sample1 {
    text-align: center;
    width: 100%;
  }

  #DaffodilSamples {
    display: none;
    width: 100%;
  }

  #DaffodilSamples .btn-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  #DaffodilSamples .btn-group .cancel {
    width: 100%;
    margin: 0;
  }

  #DaffodilSamples .btn-group .next {
    width: 100%;
  }

  #indexCreate section:nth-of-type(1) {
    padding-right: 0;
  }

  #donation #requiredField {
    margin-top: -7rem;
  }

  #donation #requiredField+legend {
    padding-top: 2rem;
  }
}

#indexProud {
  margin-top: 20px;
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.white {
  color: #fff;
}

.footer_header {
  font-size: 1.3em;
  padding-right: 3em;
  padding-top: 17px;
  font-weight: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.footer_p {
  font-size: 0.8em;
  padding-right: 8em;
  padding-top: 1em;
}

#preview_thanks {
  max-width: 300px;
}

.donation-copy {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.3em;
}

.ceo_logo {
  width: 80%;
}

#Daffodil_sample1 img,
#Daffodil_sample2 img {
  max-width: 302px;
}

@media screen and (max-width: 959px) {
  .donation-copy {
    padding-left: 0;
    padding-right: 0;
  }

  #profiles .profile_ceo img {
    max-width: 80%;
    padding-top: 2em;
    float: none;
    margin-right: 0;
  }

  .ceo_logo {

    width: 100%;
    padding-top: 2em;
  }

  #preview1 img,
  #preview2 img,
  #Daffodil_sample1 img,
  #Daffodil_sample2 img {
    max-width: 100%;
  }
}

@media (max-width: 666px) {

  #preview1 img,
  #preview2 img,
  #Daffodil_sample1 img,
  #Daffodil_sample2 img {
    max-width: 100%;
  }
}


#basno a {
  color: #fff;
  text-decoration: none;

}

.starbucks .createPoppy.pure-button-primary:hover {
  color: #e51935;
  background-color: #fff;
  border: 1px solid #e51935;
}

.starbucks .createPoppy.pure-button-primary {
  background-color: #e51935;
  border: 1px solid #e51935;
  color: #fff;
}

#hero .createPoppy.pure-button-primary:hover,
.createPoppy.pure-button-primary:hover {
  color: #e51935;
  background-color: #DADADA;
  border: 1px solid #e51935;
}

.createPoppy.pure-button-primary {
  color: #e51935;
  background-color: #fff;
  border: 1px solid #e51935;
}

.share-buttons {
  display: flex;
  align-items: center;
  /* Align icons in the center vertically */
}

.share-buttons a img {
  width: 40px;
  /* Adjust the size of the icons */
  height: 40px;
  margin-left: 10px;
  /* Adds spacing between the buttons */
}

.share-buttons h3 {
  margin-right: 20px;
  /* Adds spacing between the text and the buttons */
  font-size: 1.2em;
  /* Optional: Adjust the font size */
}