.topbar
{
  background: rgb(0, 61, 91);
}

.detail_top_wrapper
{
  width: 100%;
  height: 40vh;
  background: rgb(0, 61, 91);
  margin-top: 10vh;
  background: linear-gradient(to bottom, rgba(0, 61, 91,0.9) 0%, rgba(0, 61, 91,0.9) 59%, rgba(0, 61, 91,0.9) 100%), url(../img/digital_big.jpg);
  background-position: center;
}

.header_wrapper
{

  padding-top: 10vh;
  text-align: center;
}

.header_wrapper h3
{
  font-size: 50px;
  font-family: 'Fivo';

}

.white
{
  color: white;
}

.green
{
  color: #2EDB84;
}

.content_quote
{
  text-align: center;
}

.content_quote h4
{
  font-size: 25px;
  font-family: "Fivo";
  color: rgb(0, 61, 91);
  font-weight: lighter;
}

.quote_wrapper
{
  padding: 80px;
  padding-left: 240px;
    padding-right: 240px;
}

.content_detail_wrapper
{
  padding: 80px;
  padding-left: 200px;
  padding-right: 200px;
  display: table;
  clear: both;
}

@media (min-width: 992px)
{
  .content1
  {
    float: left;
    width: 40%;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 80px;
    margin-top: 60px;
  }
  .content1 h3
  {
    font-family: Fivo;
    font-size: 24px;
    text-transform: uppercase;
    color: #2EDB84;
    margin-bottom: 30px;
  }

  .content1 p
  {
    color: rgb(0, 61, 91);
    font-family: "Fivo";
    font-size: 18px;
    line-height: 1.25em;
  }
}

.content1
{
  padding-bottom: 30px;
}

.content1 h3
{
  font-family: Fivo;
  text-transform: uppercase;
  color: #2EDB84;
  margin-top: 25px;
}

.content1 p
{
  color: rgb(0, 61, 91);
  font-family: "Fivo";
}

.contact_wrapper
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 90px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 200px;
  background: rgb(0, 61, 91);
}

.contact_wrapper h1
{
  font-size: 50px;
  font-family: 'Fivo';
  color: white;
  text-transform: uppercase;
  padding-bottom: 80px;
}

.contact_wrapper a
{
  color: white;
  background-color: #07da85;
  border-color: transparent;
    background-image: none;

    padding: 24px 40px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: Fivo;
    text-transform: uppercase;
}

@media (min-width: 1600px)
{
  .contact_wrapper
  {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
}

.fadein {
  opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fadein.in-view
{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.input-short
{
  padding-left: 24px;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 24px !important;
  font-family: gibsonsemibold,sans-serif !important;
  height: 70px !important;
  background-color: hsla(0,0%,100%,.3);
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: white;
  margin-right: 5%;
  width: 35%;
  font-family: "Fivo";
}

.input-short:active
{
  outline: none;
}

.input-short:focus
{
  outline: none;
}

.input-short::placeholder
{
  color: white;
  font-family: "Fivo";
}

.drop
{
  background: hsla(0,0%,100%,.3) url(../img/drop-down-arrow.svg) no-repeat right 30px center;
  background-size: 13px;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  width: 36.5%;
}

.drop option
{
  color: black;
}

.input-ta
{
  line-height: 1.5;
  resize: none;
  min-height: 300px;
  width: 75%;
}

.overlay-contact-form
{
  overflow: scroll;
  transition: opacity 1000ms ease-out;
}

.wa-btn
{
  color: white;
  background-color: #07da85;
  border-color: transparent;
    background-image: none;

    padding: 24px 40px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    font-family: Fivo;
    text-transform: uppercase;
}

.close_wrapper
{
  background: url(../img/cross-out.svg) no-repeat right 13px center;
  background-size: 25px;
  width: 45px;
  height: 45px;
  float: right;
  cursor: pointer;
}

.contact-alert
{
  max-height: 150px;
  background: #2EDB84;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 20px;
  font-family: "Fivo";
  color: white;
  width: 25%;
  text-align: center;
  display: none;
}

.contactFadeIn
{
  animation-name: alertfade;
  animation-duration: 0.5s;
  display: block;
}

@keyframes alertfade
{
  0%
  {
    margin-left: -100vw;
  }
  100%
  {
    margin-left: 20px;
  }
}

.contactError
{
  font-family: "Fivo";
  font-size: 20px;
  color: #FB3640;
  opacity: 0;
}

.reset-this {
    padding: 0 !important;
    background: none !important;

}
