html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
 * Helper mixins
 */
/*
 * Media Queries
 */
.l-section {
  max-width: 1024px;
  margin: 0 auto; }

/* Helvetica */
.copy {
  padding: 0 15px; }
  .copy h2 {
    padding: 10px 0;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    border-bottom: 1px solid #929599; }
  .copy ul,
  .copy ol,
  .copy p {
    padding: 0 0 8px;
    text-align: left;
    font-size: 12px; }
  .copy ul,
  .copy ol {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: disc; }
  .copy ol {
    list-style: decimal; }
  .copy li,
  .copy p {
    color: #ffffff; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

body {
  min-width: 320px;
  height: 100%;
  background-color: #ffffff;
  font-family: 'helvetica neue', 'helvetica', 'arial', 'sans-serif';
  line-height: 1.6em;
  color: #224463;
  -webkit-text-size-adjust: none; }

p,
li,
span,
label {
  line-height: 1.6em;
  font-weight: 400;
  color: #224463; }

i {
  color: #224463; }

a {
  font-size: inherit;
  text-decoration: none;
  -moz-transition: color 60ms linear;
  -o-transition: color 60ms linear;
  -webkit-transition: color 60ms linear;
  transition: color 60ms linear; }

figure img,
a img {
  display: block;
  vertical-align: baseline; }

h1, h2, h3, h4 {
  line-height: 1.4em;
  font-weight: 800;
  color: #224463; }

h1 {
  font-weight: 800; }

small, figcaption {
  padding-top: 6px;
  font-size: 12px;
  display: block;
  clear: both; }
  small a, figcaption a {
    font-size: 12px; }

b, strong {
  font-weight: 700; }

em {
  font-style: italic; }

dt, dd {
  font-size: 16px; }

/* Form adjustments taken from Normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    outline: none; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  border-radius: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

/* Helper roles */
[rel=logo] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

@media (max-width: 1024px) {
  h2 {
    font-size: 22px; } }
@media (max-width: 719px), (max-width: 799px) and (orientation: landscape) {
  body {
    overflow-x: hidden; } }
@-webkit-keyframes $name {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes $name {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes $name {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes $name {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  position: absolute;
  bottom: 8px;
  left: 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 60ms linear;
  -o-transition: opacity 60ms linear;
  -webkit-transition: opacity 60ms linear;
  transition: opacity 60ms linear; }
  .spinner:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 0px;
    border: 4px solid transparent;
    border-bottom-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

form,
.form {
  position: relative; }

.form-input {
  min-height: 50px;
  margin: 10px;
  padding-top: 10px;
  text-align: left;
  border-bottom: 1px solid #929599; }
  .form-input:first-of-type {
    margin-top: 30px; }

label {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 1%;
  line-height: 1;
  color: #ffffff;
  float: left; }

input,
textarea {
  width: 50%;
  background-color: transparent;
  border: none;
  text-align: right;
  float: right;
  color: #ffffff; }
  input.placeholder,
  textarea.placeholder {
    font-weight: 800;
    color: #a6b4c0; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    font-weight: 800;
    color: #a6b4c0; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-weight: 800;
    color: #a6b4c0; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-weight: 800;
    color: #a6b4c0; }
  input::-webkit-inner-spin-button, input::-webkit-outer-spin-button,
  textarea::-webkit-inner-spin-button,
  textarea::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

textarea {
  resize: vertical; }

.field,
.Actions {
  position: relative; }
  .field .message,
  .Actions .message {
    position: absolute;
    top: 0;
    right: 0;
    color: red; }

.loading .spinner {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.success {
  margin: 50px 0 0; }

.button-large, .card-body a {
  width: 40%;
  padding: 10px 0;
  text-align: center;
  color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #a6b4c0; }
  .button-large i, .card-body a i {
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    text-align: center; }
  .button-large:first-of-type, .card-body a:first-of-type {
    margin-top: 15px; }
  .button-large:hover, .card-body a:hover {
    background-color: #000000; }

#intake-button {
  background-color: #335982; }
  #intake-button:hover {
    background-color: black; }

.button-icon {
  height: 20px;
  width: 20px;
  float: right;
  color: #224463;
  fill: #224463;
  stroke: #224463;
  z-index: 10; }

.card-footer {
  height: 64px;
  min-width: 100%;
  position: relative;
  bottom: 0;
  display: table; }
  .card-footer i {
    width: 100%;
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #3b4147; }
  .card-footer .text-grey {
    color: #929599; }
  .card-footer a {
    font: inherit;
    color: inherit; }

.image-area {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #929599; }
  .image-area svg {
    max-width: 200px;
    display: inline-block;
    margin: 10px; }
  .image-area #sponsor-agresearch svg {
    max-width: 110px; }

@media (max-width: 719px), (max-width: 799px) and (orientation: landscape) {
  .image-area svg {
    max-width: 120px; } }
.card-navigation {
  height: 64px;
  min-width: 100%;
  background-color: #929599;
  padding: 0 15px;
  position: relative;
  display: table; }

.nav-content {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle; }

.nav-main-title {
  margin-left: 50px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1; }
  .nav-main-title span {
    display: block;
    font-size: 10px;
    font-weight: 800; }

.nav-title {
  text-align: center;
  padding: 0 15%; }

.nav-icon {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 10px;
  z-index: 2;
  fill: #224463;
  stroke: #224463;
  cursor: pointer; }

.deerfeed-icon {
  stroke: none; }

.icon-left {
  top: 10px;
  left: 10px; }

.icon-right {
  top: 10px;
  right: 10px; }

.card {
  position: relative;
  display: none; }

.gradient {
  height: 250px;
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  opacity: 0.4;
  z-index: -1;
  background-color: transparent;
  background-image: radial-gradient(ellipse closest-side, #b8babd, rgba(0, 0, 0, 0)); }

.card-body {
  width: 100%;
  min-height: 325px;
  background-color: #b8babd;
  text-align: center;
  display: table; }
  .card-body #sub-heading {
    margin: 25px 0;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff; }
  .card-body p {
    color: #ffffff; }

.content {
  display: table-cell;
  vertical-align: middle; }
  .content a {
    display: inline-block; }
