@import url("https://use.typekit.net/iqd8sbc.css");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

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;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  color: #22262A;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #017634;
  padding: 16px 48px;
  padding: 1rem 3rem;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: rgba(1, 118, 52, 0.8);
}

.button-inverse {
  display: inline-block;
  background-color: #fff;
  color: #111;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  cursor: pointer;
}

.button-inverse:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.button-ghost {
  display: inline-block;
  background-color: transparent;
  color: #111;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  border: 1px solid #111;
  cursor: pointer;
}

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

.button-ghost-inverse {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  border: 1px solid #fff;
  cursor: pointer;
}

.button-ghost-inverse:hover {
  background-color: #111;
  border: 1px solid #111;
}

.gigantic, .huge, .large, .bigger, .big,
h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: bold;
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.large, h2 {
  font-size: 42px;
  line-height: 1.14;
}

.bigger, h3 {
  font-size: 26px;
  line-height: 1.38;
}

.big, h4 {
  font-size: 22px;
  line-height: 1.38;
}

.small, small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

img {
  width: 100%;
}

.flex-video {
  height: 0;
  margin-bottom: 14.222px;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.section-inner {
  max-width: 1170px;
  margin: auto;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ntv-logo {
  background: linear-gradient(rgba(119, 119, 119, 0.1), rgba(119, 119, 119, 0.4)), url(../img/grass-field.jpg);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  padding: 112px;
  padding: 7rem;
}

.logo {
  position: absolute;
  width: auto;
  height: 125px;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ntv-tagline {
  background: url(../img/man-with-bible.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px;
  padding: 5rem;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.5);
}

.tagline {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-family: ff-meta-serif-web-pro, serif;
  letter-spacing: 1px;
}

.trademark {
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  -webkit-transform: translate(3px, -5px);
          transform: translate(3px, -5px);
  display: inline-block;
  font-family: proxima-nova, sans-serif;
}

#intro {
  padding: 16px 32px 0;
  padding: 1rem 2rem 0;
  text-align: center;
}

.intro-inner {
  max-width: 1170px;
  margin: auto;
}

.welcome {
  text-transform: uppercase;
}

#contact-form {
  padding: 32px;
  padding: 2rem;
}

#contact-form input,
#contact-form select {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  padding: .5rem;
  border: 1px solid #ddd;
}

#contact-form .submit-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

#contact-form .submit-container tr {
  text-align: center;
}

#contact-form input[type="submit"] {
  background-color: #017634;
  color: #fff;
  padding: 16px 48px;
  padding: 1rem 3rem;
}

.contact-form-inner {
  max-width: 700px;
  margin: auto;
}

table {
  width: 100%;
}

.input-group {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.fieldLabel {
  margin-bottom: 5px;
}

.disclaimer {
  text-align: center;
}

.disclaimer small {
  font-size: 12.8px;
  font-size: .8rem;
  font-style: italic;
}

#footer-normal {
  text-align: center;
  padding: 32px 16px;
  padding: 2rem 1rem;
  background: #444;
}

.footer-logo {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.footer-logo img {
  width: 60px;
}

.footer-nav {
  margin-top: 16px;
  margin-top: 1rem;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav ul a {
  color: #C4C4C4;
  font-size: 16px;
  font-size: 1rem;
}

.footer-nav ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-nav ul li {
  margin: 16px;
  margin: 1rem;
}

.copyright {
  color: #C4C4C4;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 8px;
  margin: 0 0 .5rem;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social-links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social-links-group:nth-child(1) {
  margin: 16px 0;
  margin: 1rem 0;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-icons img {
  width: auto;
  height: 40px;
  margin-right: 8px;
  margin-right: .5rem;
}

.social-text {
  font-size: 16px;
  font-size: 1rem;
  color: #C4C4C4;
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
}

#thankyou {
  min-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thankyou-inner {
  text-align: center;
  padding: 32px;
  padding: 2rem;
}

.download-button {
  margin-top: 48px;
  margin-top: 3rem;
}

@media (min-width: 600px){
  .two-up{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero-grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
  }
  #contact-form .submit-wrapper{
    text-align: center;
  }
  #contact-form input[type="submit"]{
    width: auto;
  }
  #footer-normal{
    padding: 1rem;
  }
  .footer-nav{
    margin-left: 1rem;
    margin-top: 0;
  }
}

@media (min-width: 1000px){
  .ntv-logo{
    padding: 10rem;
  }
  .ntv-tagline{
    padding: 9rem;
    box-shadow: 0;
  }
  #intro{
    padding: 6rem 0 0;
  }
  .footer-nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1170px){
  #contact-form{
    margin-bottom: 4rem;
  }
  .social-links{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .social-links-group:nth-child(1){
    margin: 0;
  }
}

@media (min-width: 700px){
  #footer-normal .section-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1170px;
    margin: auto;
  }
  .footer-logo{
    margin: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .footer-nav ul a{
    font-size: .8rem;
  }
  .footer-nav ul li{
    margin: 0 1rem 0 0;
  }
  .copyright{
    font-size: .8rem;
  }
  .social-links-group{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social-text{
    text-align: left;
    font-size: .8rem;
  }
}
