/* /////////////////////////////////////////////
OAKS & PALM - GLOBAL STYLING
///////////////////////////////////////////// */



/* ///////  FONT DEFINITIONS  /////// */


@font-face{
  font-family:"MetropolisBlack";
  font-style:normal;
  font-weight:normal;
  src:url("/media/miqgishp/metropolis-black.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisBold";
  font-style:normal;
  font-weight:normal;
  src:url("/media/behgjhie/metropolis-bold.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisExtraBold";
  font-style:normal;
  font-weight:normal;
  src:url("/media/ia1pgog2/metropolis-extrabold.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisExtraLight";
  font-style:normal;
  font-weight:normal;
  src:url("../fonts/Metropolis-ExtraLight.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisLight";
  font-style:normal;
  font-weight:normal;
  src:url("/media/dpkiwvcl/metropolis-light.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisMedium";
  font-style:normal;
  font-weight:normal;
  src:url("/media/gthbrft1/metropolis-medium.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisRegular";
  font-style:normal;
  font-weight:normal;
  src:url("/media/44dftg2d/metropolis-regular.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisSemiBold";
  font-style:normal;
  font-weight:normal;
  src:url("/media/0cfdgl5d/metropolis-semibold.woff2") format("woff2");
}
@font-face{
  font-family:"MetropolisThin";
  font-style:normal;
  font-weight:normal;
  src:url("/media/5u1jm00y/metropolis-thin.woff2") format("woff2");
}



/* ///////  GLOBAL STYLING /////// */

body, html {
    background-color: #fff;
    display: block;
    -webkit-font-smoothing: antialiased;
    font-family: "MetropolisRegular", sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.row {
    margin: 0;
}

.pad-48 {
    padding: 48px;
}
.top-16 {
    margin-top: 16px;
}
.top-32 {
    margin-top: 32px;
}
.top-48 {
    margin-top: 48px;
}

.top-80 {
    margin-top: 80px;
}

.bottom-48 {
    margin-bottom: 48px;
}

.bottom-80 {
    margin-bottom: 80px;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

section.content {
    padding: 72px 0;
}
@media screen and (max-width: 767px) {
    section.content {
    padding: 48px 0;
  }
}




/* ///////  LINKS /////// */

a {
    font-weight: 500;
    color: #034951;
    transition: all 0.30s;
    -moz-transition: all 0.30s;
    -webkit-transition: all 0.30s;
}
a:hover, a:focus {
    text-decoration: none;
    outline:none;
}




/* ///////  HEADER RESET  /////// */


h1, h2, h3, h4, h5, h6 {
    all:unset;
}
section.content h2 {
    font-family: "MetropolisExtraBold", san-serif;
    font-size: 40px;
    line-height: 1;
    color: #034951;
    padding: 0 0 16px 0;
    display:block;
}
section.content h3 {
    font-family: "MetropolisExtraBold", san-serif;
    font-size: 28px;
    line-height: 1;
    color: #034951;
    padding: 0 0 16px 0;
    display:block;
}
section.content h4 {
    font-family: "MetropolisExtraBold", san-serif;
    font-size: 18px;
    line-height: 1;
    color: #444444;
    padding: 0 0 16px 0;
    display:block;
}




/* ///////  FORMS  /////// */


.get-started-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.get-started-form legend {
  border: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-size: 0.8rem;
  color: #bbbbbb;
  margin-bottom: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.get-started-form legend:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  top: 0.5rem;
  margin-left: 0.5rem;
  background: #dfdfdf;
}

.get-started-form form {
  margin: 0 auto;
}

.get-started-form .form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 700px) {
  .get-started-form .form-row {
    flex-direction: row;
  }
}

.get-started-form .form-control {
  position: relative;
  padding-left: 0;
  padding-right: 16px;
  flex-grow: 1;
}

.get-started-form input,
.get-started-form textarea {
  background-color:#fff;
  box-shadow: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease-in-out;
  outline: 0;
  display: block;
  margin-bottom: 1rem;
  text-align: left;
  color: #444;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  height: 3rem;
  padding: 0 0.85rem;
  width: 100%;
}
.get-started-form input + label {
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #bbbbbb;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  visibility: hidden;
  opacity: 0;
}
.get-started-form .is-focused input {
  border-color: #034951;
}
.get-started-form .is-active input {
  padding: 1.3rem 0.85rem 0.45rem 0.85rem !important;
}
.get-started-form .is-active input + label {
  visibility: visible;
  opacity: 1;
}
.get-started-form .is-focused.is-active input + label {
  color: #034951;
}
.get-started-form .float-label {
  position: relative;
}
.get-started-form .radio input {
    width:16px;
    border: 1px solid #444;
    display:inline-block;
    margin-bottom:0;
}
.get-started-form .radio input#no {
    margin-left:64px;
}
.get-started-form .radio label {
    all:unset;
}
.get-started-form .radio label {
  margin-top:14px;
  position: absolute;
}
.get-started-form .radio label.no {
    margin-left:4px;
}
.get-started-form textarea {
    padding:16px;
    height:120px;
}
.get-started-form input[type=submit] {
    all:unset;
    background: #ffde7a;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #222;
    min-width: 120px;
    max-width: 360px;
    padding: 16px 32px !important;
    text-align: center;
    transition: ease all 0.1s;
    line-height: 1.1;
    text-shadow: none;
    border-radius: 50px;
    margin: auto;
}
.get-started-form input[type=submit]:hover {
    background: #ffd15b;
}

.get-started-form input.input-validation-error {
    border-color: red;
}

.get-started-form span.field-validation-error {
    color: red;
    font-weight: bold;
    font-size: 0.9rem;
    display: block;
    margin: -1rem 0 2rem 1rem;
}



    /* ///////  BUTTONS  /////// */
    .button.primary a, .button.secondary a {
    background: #ffde7a;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    color: #222;
    min-width: 200px;
    max-width: 360px;
    padding: 16px 32px;
    text-align: center;
    transition: ease all 0.1s;
    line-height: 1.1;
    text-shadow: none;
    border-radius: 50px;
    margin: auto;
}
.button.primary a:hover {
    background:#ffd15b;
}
.button.secondary a {
    background:#1A8890;
    color:#ffffff;
    outline:none;
}
.button.secondary a:hover {
    background:#034951;
}




.material-symbols-outlined {
    vertical-align: middle;
    padding:2px 8px 0 0;
}
.material-symbols-outlined.dark-green {
    color:#034951;
}







@media screen and (max-width: 600px) {
  .hero-banner .button.primary a {
    font-size: 18px;
    padding: 16px 24px;
  }
}