@font-face {
  font-family: "Sora";
  src: url("../src/assets/fonts/Sora-Regular.ttf");
  src: url("../src/assets/fonts/Sora-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Bold";
  src: url("../src/assets/fonts/Sora-Bold.ttf");
  src: url("../src/assets/fonts/Sora-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Light";
  src: url("../src/assets/fonts/Sora-Light.ttf");
  src: url("../src/assets/fonts/Sora-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Sora Thin";
  src: url("../src/assets/fonts/Sora-Thin.ttf");
  src: url("../src/assets/fonts/Sora-Thin.ttf") format("truetype");
}

a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s all ease;
}

a:hover {
  color: #98c93c;
}

button,
.button {
  border: none;
  background-color: #9bc947;
  color: #fff;
  padding: 6px 24px;
  padding: 12px 36px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
  transition: 0.3s all ease;
  display: inline-block;
  text-decoration: none;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
}

button:hover,
.button:hover,
button:active,
.button:active {
  text-decoration: none;
  transition: 0.5s all ease;
  background-color: #fff;
}

/* button:active,
.button:active,
button:focus,
.button:focus {
  text-decoration: none;
  transition: 0.5s all ease;
  background-color: #fff;
} */

.button.alt {
  background-color: #333333;
}

.button.alt:hover {
  background-color: #fff;
  color: #333333;
}

.button.alt-2 {
  background-color: #fff;
  color: #333333;
}

.button.alt-2:hover {
  background-color: #9bc947;
}

.button.alt-3:hover {
  background-color: #333;
}

.special {
  color: #98c93c;
}

.logo {
  width: 100%;
  height: auto;
  max-width: 250px;
}

.responsive {
  width: 100%;
  height: auto;
}

.fade-in {
  opacity: 0;
  transition: opacity 1.3s ease-in;
  transition-delay: 0.2s;
}

.active {
  opacity: 1;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.version_a {
  font-family: "Sora", Geneva, Verdana, sans-serif !important;
  background-color: #333333 !important;
  color: #fff !important;

  background: #333;
  /*background-image: url("../images/bgs/intro.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}

.build-3 {
  background: rgb(51, 51, 51);
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 0.9) 45%,
    rgba(51, 51, 51, 1) 80%
  );
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.version_a header {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: none;
  transition: background-color 0.8s ease-out;

  padding: 20px 0;

  display: none;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}

header.fade-header {
  background-color: rgba(72, 71, 71, 0.8);
}

.logo-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.intro-logo {
  margin: 80px 0 60px;
}

.button-container,
.content-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

b,
.heading {
  font-family: "Sora Bold", Geneva, Verdana, sans-serif;
  font-weight: bold;
}

section {
  padding-bottom: 80px;
}

.heading-1 {
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 28px;
  color: #fff;
font-family: "Sora", Geneva, Verdana, sans-serif !important;
font-weight: 500;
}

.heading-1 span {
  color: #9bc947;
}

h3.heading-3 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 28px;
  color:#fff;
  font-family: "Sora", Geneva, Verdana, sans-serif !important;
    font-weight: 500;
}

.form-container {
  border-radius: 7px;
  background-color: #fff;
  /* height: 80%; */
  padding: 25px;
  max-width: 400px;

  margin-top: 350px;
  padding-top: 100px;

  position: relative;

  float: right;
}

.form-container-mobile {
  display: none;
}

.form-action-callout {
  /* background: #98c93c;
  border-radius: 4px; */
  clear: both;
  letter-spacing: 0.01em;
  font-size: 15px;
  display: inline;
  /* padding: 5px 60px 5px 33px; */
  line-height: 40px;

  position: absolute;
  top: 25px;
  left: -25px;

  background-image: url(../src/assets/images/green_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;

  width: 240px;
  height: 40px;

  padding-right: 40px;
  text-align: center;
  /* text-align: left; */
  font-weight: 500;
  color: #fff;
  font-family: "Sora", Geneva, Verdana, sans-serif !important;
}

.white-paper-cover {
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  max-width: 240px;

  position: absolute;
  /* top: -50%;*/
  top: -220px;
  right: 30px;
  /* float: right; */
}

.build-3-form {
  color: #333;
}

.build-3-form .form-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: 15px;
}

.build-3-form_wrapper form.build-3-form .ginput_container input {
    width: 100% !important;
    background-color: #cdcdcd !important;
    background: #f5f5f5 !important;
    border: 1px solid #cdcdcd !important;
    border-radius: 3px !important;
    margin-top: 15px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 8px 12px !important;
    height: auto;
  }

.build-3-form input[type="checkbox"] {
  width: 13px;
  margin: 8px 0 0 4px;
}

.build-3-form small {
  font-size: 11px;
  line-height: 16px;

  letter-spacing: 0.01em;
}

.build-3-form .build-3-form-submit {
  background-color: #9bc947;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.build-3-form .build-3-form-submit:active {
  background-color: #ccc;
}

.stat {
}

.stats {
  list-style: none;
  padding: 0;
  clear: both;
  color: #fff;
}

.stats li {
  padding: 20px 0;
  border-bottom: 2px solid #98c93c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 0px;
}

.stats li:last-child {
  border: none;
}

.stats .stat {
  /* width: 40px; */
  font-size: 23px;
}

.stats .item p {
  margin: 0;
  font-size: 16px !important;
}

.quote-item  {
  margin-bottom: 60px;
  border: 4px solid #98c93c;
  border-radius: 15px;
  padding: 30px 60px;
  text-indent: -14px;

  font-size: 20px;
  line-height: 31px;
  color: #fff;
  min-height: 270px;
  font-family: "Sora", Geneva, Verdana, sans-serif !important;
}

.quote-item .citation {
  text-indent: -21px;
  color: #98c93c;
}

.quote-item .citation .position {
  font-size: 16px;
}

.quote-item span span {
  font-size: 1.5em;
}

.intro p {
  font-size: 19px;
  line-height: 32px;
  color: #fff;
}

footer {
  background-color: #98c93c;
  padding: 40px 0;
  font-size: 14px;
  /* position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; */
}

footer a:hover {
  color: #333;
}

.oraclesupportv4 .form-container{
  padding-top: 25px;
  margin-top: 210px;
}

.oraclesupportv3 .white-paper-cover{
  max-width: 100%;
  top: -208px;
}

/***********

TABLET STYLES 

***********/

@media only screen and (min-width:768px){
  .version_a footer .container .copy br {
    display: none;
  }
}

@media (max-width: 767px) {

  .oraclesupportv4 .form-container {
    margin-top: 110px;
  }

  .version_a footer .container .copy {
    width: 100%;
    margin: 0 auto;
  }
h3.heading-3 {
  font-size: 21px;
}

  .stats .item p {
    margin: 0;
    font-size: 15px !important;
}

.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    text-align: center;
    width: 100% !important;
}

ul.stats.desktop_view {
    display: none !important;
}

.col-12.col-md-6.moble_view {
    display: block !important;
}

label#label_20_22_1, label#label_26_22_1, label#label_27_22_1 {
    font-size: 10px !important;
    }
input#gform_submit_button_20, input#gform_submit_button_26, input#gform_submit_button_27 {
    background-color: #9bc947 !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 12px !important;
    border: 0px;
    margin-top: 15px;
    border-radius: 3px;
    font-size: 13px !important;
    line-height: 17px;
    font-family: "Sora", Geneva, Verdana, sans-serif !important;
}



  body {
    background-position: top center;
    background-size: 400%;
  }
  .build-3 {
    background: rgb(51, 51, 51);
    background: linear-gradient(
      180deg,
      rgba(51, 51, 51, 0) 0%,
      rgba(51, 51, 51, 0.9) 20%,
      rgba(51, 51, 51, 1) 100%
    );
  }

  .version_a header {
    display: block;
    padding: 0;
  }

  .cta a,
  header a {
    display: block;
    width: 100%;
  }

  section {
    padding-bottom: 40px;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 42px;
  }

  .intro-logo {
    text-align: center;
  }

  .form-container {
    margin-top: 200px;
   /* display: none;*/
  }

  .form-container-mobile {
    display: block;
  }

  .white-paper-cover {
    max-width: 200px;
    top: -160px;
  }

  .stats {
    padding-top: 50px;
  }

  .quote-item {
    font-size: 18px;
    line-height: 28px;
    padding: 25px 25px 25px 40px;
  }

  footer .logo-container {
    justify-content: center;
  }

  footer .content-container {
    text-align: center;
  }

  button:hover,
  .button:hover {
    border: none;
    background-color: #9bc947;
    color: #fff;
    padding: 6px 24px;
    padding: 12px 36px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Sora Bold", Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: 0.3s all ease;
    display: inline-block;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
  }

  button:active,
  .button:active {
    border: none;
    color: #9bc947;
    background-color: #fff;
    padding: 6px 24px;
    padding: 12px 36px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: "Sora Bold", Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: 0.3s all ease;
    display: inline-block;
    text-decoration: none;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
  }
}


.version_a #colophon {
    display: none;
}

.quote-item blockquote:before {
    content: none;
    /* margin-bottom: 60px; */
}

body.page-template.version_a {
    padding-top: 0px;
}


.quote-item blockquote  {
  text-indent: -14px;
  font-size: 20px;
  line-height: 31px;
  color: #fff;
  min-height: 0px;
  padding : 0px;
  font-family: "Sora", Geneva, Verdana, sans-serif !important;
  font-style: inherit;
  margin-bottom: 14px;
}


ul.stats li:before{
  display: none;
}

.version_a .copy a {
    color: white;
    text-decoration: underline;
}
.version_a .copy {
    color: white;
}


.version_a h2.gform_title {
    display: none;
}


.gform_wrapper.build-3-form_wrapper {
   
    padding: 5px 2px;
}


.build-3-form_wrapper fieldset#field_20_22 legend, .build-3-form_wrapper fieldset#field_26_22 legend, .build-3-form_wrapper fieldset#field_27_22 legend {
    display: none;
}


input#gform_submit_button_20, input#gform_submit_button_26, input#gform_submit_button_27 {
    background-color: #9bc947 !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 12px;
    border: 0px;
    margin-top: 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-family: "Sora", Geneva, Verdana, sans-serif !important;

}




 .gform_wrapper.build-3-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-top: 4px !important;
}

.gform_wrapper.build-3-form_wrapper input[type="submit"]:hover, .gform_wrapper.build-3-form_wrapper input[type="submit"]:focus {
    border-color: #cdcdcd;
  }

 .content.build-3 form .gfield_checkbox .gchoice {
    display: flex;
    align-items: self-start;
    margin-top: 5px;
    margin-left: 4px;
}
.content.build-3 form .gfield_checkbox .gchoice input {
    text-align: -webkit-auto;
    width: fit-content !important;
    margin-right: 24px;
}


label#label_20_22_1, label#label_26_22_1, label#label_27_22_1 {
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 0.01rem;
    color: #333333;
}

form#gform_20 input, form#gform_26 input, form#gform_27 input {
    margin-top: 4px !important;
}


.gform_wrapper.gravity-theme .gform_footer {
  padding: 0px !important;
}



form#gform_20 input#choice_20_22_1, form#gform_26 input#choice_26_22_1, form#gform_27 input#choice_27_22_1 {
    margin-top: 8px !important;
}


form#gform_20 input::placeholder, form#gform_26 input::placeholder, form#gform_27 input::placeholder {
   font-family: "Sora", Geneva, Verdana, sans-serif !important;
    font-weight: 300 !important;
    color: #757575;
}


.col-12.col-md-6.moble_view {
    display: none;
}
ul.stats.desktop_view {
    display: block 
}


@media (min-width: 1200px) {
body.version_a .container {
    max-width: 1140px !important;
}

body.version_a  footer .container {
    max-width: 1140px !important;
}


span.gform-icon.gform-icon--close::before {
    pointer-events: all;
    cursor: pointer;
}

}

body.version_a form select#input_20_29, body.version_a form select#input_26_29, body.version_a form select#input_27_29 {
     background-color: #f5f5f5;
    font-size: 13px!important;
    height: auto;
    font-family: 'Sora' !important;
    color: #757575 !important;
    border: 1px solid #cdcdcd;
    border-radius: 3px !important;
    padding-left: 12px !important;

    line-height: 22px !important;
}
div#field_20_29, div#field_26_29, div#field_27_29 {
    margin-top: 14px !important;
}

