@font-face {
  font-family: 'Abcarizonamix';
  src: url('https://uploads-ssl.webflow.com/63d2dd031098720bdab92eb2/63d2ddb9eed734c8d4e3a950_ABCArizonaMix-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
    background-color: #37647E;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 100%;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: Abcarizonamix, sans-serif;
    font-weight: 200;
}

h1 {
    font-size: 6rem;
    line-height: 5.25rem;
    margin-bottom: 1rem;
}

#cells img {
    max-width: 31rem;
    max-height: 41rem;
}

#cells {
    margin: 2rem;
}


.halfcol {
    max-width: 90rem;
    display: grid;
    grid-template-columns: 4% 46% 50%;
}

.twocol {
    max-width: 90rem;
    display: grid;
    grid-template-columns: 15% 55% 30%;
}
.cellcol {
    max-width: 90rem;
    display: grid;
    grid-template-columns: 15% 35% 50%;
}
.widecol {
    max-width: 42rem;
}
.widecol h2 {
    font-size: 2.25rem;
}
.widecol h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1rem;
}
.widecol p {
    font-size: 1.5rem;
}
.narrowcol {
    max-width: 12.5rem;
}
.narrowcol h3 {
    font-size: 1.75rem;
}
.narrowcol h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
}
.narrowcol p {
    font-size: 0.875rem;
}
.process {
    font-size: 1rem !important;
}
.criteria {
    font-family: Abcarizonamix, sans-serif !important;
    font-weight: 300;
}

.whitebg {
    color: #37647E;
    background-color: #ffffff;
    width: 100%;
    height: fit-content;
}
.whitebg hr {
    color: #3f3f3f;
    margin-left: 15%;
    width: 70%;
}

.graybg {
    background-color: #3f3f3f;
    color: #ffffff;
    width: 100%;
}
.graybg hr {
    color: #ffffff;
    margin-left: 15%;
    width: 70%;
}

footer {
    padding-top: 7.5rem;
    padding-bottom: 2rem;
}
.justify {
    margin-left: 15%;
    width: 70% !important;
    display: flex;
    justify-content: space-between;
}

a div {
    height: 2.25rem;
    width: 18.75rem;
    background-color: #ff531b;
    color: #ffffff;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0.75rem;
    border-radius: 0.25rem;
    text-decoration: none;
}

a:hover,a:focus,a:active div {
    border: 0.25rem solid #37647E;
}

#cta {
    padding: 2rem 0;
}
#intro {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 31rem;
}

#app {
    padding-top: 2rem;
    font-size: 4rem;
    line-height: 4rem;
}
#appcta {
    font-family: Abcarizonamix, sans-serif !important;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 2rem;
}

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

nav ul li {
    display: inline;
    margin-left: 2rem;
}

header {
    padding-top: 2rem;
}
header img {
    padding-left: 2rem;
    height: 3.125rem;
}
header a {
    color: #ffffff;
    text-decoration: none;
}

#header-image {
    height: 0;
    width: 100%;
}
#header-image img {
    width: 100%;
    height: 40.5rem;
    object-fit: cover;
}

form div label,input,select,textarea,hr {
    display: inline-block;
    width: 32rem !important;
}
form div label {
    font-size: 0.625rem;
}
form div input,select,textarea {
    margin-bottom: 0.625rem;
}
form h2 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
form hr {
    color: #3f3f3f;
    margin-left: 0 !important;
}
#submit {
    background-color: #ff531b;
    color: #ffffff;
    border-radius: 0.25rem;
    border: 0;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
}

#success {
    padding: 2rem 0 4rem 0;
}

.fullwidth {
    margin-left: 0 !important;
    width: 100% !important;
}

#confirm {
    margin-top: 4rem;
}
#endconfirm {
    margin-bottom: 12rem;
}
