@font-face {
  font-family: 'TELUS-Web';
  src: url('https://cdn.telus.digital/thorium/core/fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2')
      format('woff2'),
    url('https://cdn.telus.digital/thorium/core/fonts/aff68211-86bb-476d-882e-f7a3face144c.woff')
      format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TELUS-Web';
  src: url('https://cdn.telus.digital/thorium/core/fonts/etext/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2')
      format('woff2'),
    url('https://cdn.telus.digital/thorium/core/fonts/etext/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff')
      format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TELUS-Web';
  src: url('https://cdn.telus.digital/thorium/core/fonts/etext/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff2')
      format('woff2'),
    url('https://cdn.telus.digital/thorium/core/fonts/etext/dc50c02f-3f77-4e75-b89c-e3f9bb4752e6.woff')
      format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TELUS-Web';
  src: url('https://cdn.telus.digital/thorium/core/fonts/etext/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff2')
      format('woff2'),
    url('https://cdn.telus.digital/thorium/core/fonts/etext/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff')
      format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TELUS-Icon';
  src: url('https://cdn.telus.digital/thorium/core/v0.4.0/core-icons.woff2')
      format('woff2'),
    url('https://cdn.telus.digital/thorium/core/v0.4.0/core-icons.woff')
      format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'TELUS-Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
}

a {
  color: #2a8000;
}

h1,
h2 {
  color: #4b286c;
  font-weight: 100 !important;
  margin-bottom: 40px !important;
}

h1 {
  margin-top: 2rem !important;
}

h2 {
  font-size: 2rem;
  font-weight: 700 !important;
  padding-top: 40px;
  padding-left: 20px;
}

h3 {
  font-weight: 900 !important;
}

.toggle {
  background: #4b286e;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  padding-right: 40px;
  height: 36px;
}

.toggle a,
.toggle a:hover,
.toggle a:active,
.toggle a:visited {
  color: #fff;
  text-decoration: none;
}

.logo svg {
  margin: 20px;
  width: 260px;
}

header {
  border-bottom: 1px solid #d8d8d8;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #2a8000;
  border: none;
  border-radius: 4px;
  padding: 1.1rem 3rem;
  margin: 30px auto;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  font-size: 1.15rem;
}

form {
  color: #7d7d7d;
  font-size: 1.1rem;
}

label {
  margin: 8px 0;
  display: block;
}

input {
  display: block;
  margin-bottom: 2rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.1rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54595f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

main {
  padding-top: 10px;
  line-height: 1.3em;
}

.left-col {
  display: flex;
  align-items: center;
  align-self: flex-start;
}

a:hover {
  text-decoration: underline;
}

main a {
  color: rgb(43, 128, 0);
  text-decoration: none !important;
}

footer {
  display: flex;
  align-items: center;
  vertical-align: middle;
  background-color: #2a2c2e;
  color: #fff;
  padding: 40px;
  margin-top: 30px;
  margin: 0/30px auto;
}

footer svg {
  fill: #fff;
  height: 20px;
}
footer p {
  font-size: 12px;
  margin: 20px 0 0 0;
}
footer .row {
  text-align: center;
}
