@charset "UTF-8";
/*
Theme Name: Antares Technology Solutions
Description: This theme was created for Design the Planet Clients
Author: Design the Planet - Christi Yarema
Author URI: https://www.designtheplanet.com
Version: 01-2019
*/
/*
This site uses Sass to compile the css file.
Please do not edit the style.css file itself.
Style.scss should be updated to compile the css
*/

:root {
  --red: #B52126;
  --dark-blue: #1A428A;
  --gray: #EEEEF1;
}


*, ::before, ::after {
  box-sizing: border-box;
}

html, body {
    max-width: 100%;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  background-color: white !important;
  margin-top:0 !important;
}


body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  	font-size: 1rem;
	margin-top: 0;
  	margin-bottom: 1rem;

}

abbr[title], abbr[data-original-title] {
  text-decoration: none;
  -webkit-text-decoration: none dotted;
  text-decoration: none dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style-type: none;
  padding:0;
}

ol ol, ul ul, ol ul, ul ol {

  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: none !important;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button-bevel !important;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

.btn, .button, .gform_button{
  background-color: white !important;
  background: white !important;
  color: black !important;
  text-transform: none !important;
  width: 100%;
  border-radius: 0.25em !important;
  padding: 0.5em !important;
  font-weight: bold !important;
  transition: all .5s ease-in;
}

.btn:hover, .button:hover, .gform_button:hover{
  cursor: pointer;
  background-color: var(--dark-blue) !important;
  color: white !important;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

/* STYLE FORM PLACEHOLDER TEXT */

::placeholder{
  color:white !important;
}

::-webkit-input-placeholder {
  color:white !important;
}

::-moz-placeholder {
  color: white !important;
}

::-moz-placeholder {
  color: white !important;
}

::-ms-input-placeholder {
  color: white !important;
}

#return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(102, 102, 102, 0.82);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 100;
}

#return-to-top .fas {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #536468;
}

#return-to-top:hover .fas {
  color: #fff;
  top: 5px;
}

/* DO NOT EDIT THIS */
/* THESE ARE USELESS */
/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
html {
  font-size: 17px;
}

body {
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  line-height: 1.6;
  color: #2d2d2d;
  color: #828282;
}

a {
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  font-weight: 700;
  font-style: normal;
  font-family: mr-eaves-modern, sans-serif;
}

h1 {
  font-size: 4em;
  margin-bottom: 25px;
}
@media screen and (max-width: 47.9375em) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #2A8BCB;
  text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #033072;
}
@media screen and (max-width: 47.9375em) {
  h3 {
    font-size: 2em;
  }
}

h4 {
  font-size: 2em;
  margin-bottom: 15px;
  color: #2A8BCB;
}
@media screen and (max-width: 47.9375em) {
  h4 {
    font-size: 1.5em;
  }
}

h5 {
  font-size: 1.3em;
  font-family: benton-sans, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin: 40px 0;
  color: #717171;
}

footer {
  width: 100%;
  background-color: var(--dark-blue) !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 !important;
}

.units-container {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .units-container.fill-width {
    max-width: 100%; }

.units-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

  .unit-auto {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1; }


.unit-100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.unit-90 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%; }

.unit-88 {
  -ms-flex-preferred-size: 87.5%;
      flex-basis: 87.5%;
  max-width: 87.5%; }

.unit-80 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%; }

.unit-75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.unit-70 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%; }

.unit-66 {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  max-width: 66.6%; }

.unit-65 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%; }

.unit-62 {
  -ms-flex-preferred-size: 62.5%;
      flex-basis: 62.5%;
  max-width: 62.5%; }

.unit-60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%; }

.unit-55 {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%; }

.unit-50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.unit-40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%; }

.unit-38 {
  -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
  max-width: 37.5%; }

.unit-35 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%; }

.unit-33 {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%; }

.unit-30 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%; }

.unit-25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.unit-20 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

.unit-15 {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%; }

.unit-12 {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

.unit-10 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

@media (max-width: 780px) {
.tablet-width-100 {
  max-width: 100%;
  flex-basis: 100%}
.tablet-width-90 {
  width: 90%; }
.tablet-width-80 {
  width: 80%; }
.tablet-width-75 {
  width: 75%; }
.tablet-width-70 {
  width: 70%; }
.tablet-width-66 {
  width: 66.6%; }
.tablet-width-65 {
  width: 65%; }
.tablet-width-60 {
  width: 60%; }
.tablet-width-50 {
  width: 50%; }
.tablet-width-40 {
  width: 40%; }
.tablet-width-35 {
  width: 35%; }
.tablet-width-33 {
  width: 33.3%; }
.tablet-width-30 {
  width: 30%; }
.tablet-width-25 {
  width: 25%; }
.tablet-width-20 {
  width: 20%; }
.tablet-width-10 {
  width: 10%; } }

@media (max-width: 480px) {
  .phone-width-100 {
    max-width: 100%;
    flex-basis: 100% }
  .phone-width-90 {
    width: 90%; }
  .phone-width-80 {
    width: 80%; }
  .phone-width-75 {
    width: 75%; }
  .phone-width-70 {
    width: 70%; }
  .phone-width-66 {
    width: 66.6%; }
  .phone-width-65 {
    width: 65%; }
  .phone-width-60 {
    width: 60%; }
  .phone-width-50 {
    width: 50%; }
  .phone-width-40 {
    width: 40%; }
  .phone-width-35 {
    width: 35%; }
  .phone-width-33 {
    width: 33.3%; }
  .phone-width-30 {
    width: 30%; }
  .phone-width-25 {
    width: 25%; }
  .phone-width-20 {
    width: 20%; }
  .phone-width-15 {
    width: 15%;}
  .phone-width-10 {
    width: 10%; } }


.margin-right{
  margin-right:3em;
}

.margin-bottom{
  margin-bottom: 1em;
}

.margin-bottom-3{
  margin-bottom: 3em;
}

.flex-center{
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
}

.flex-end{
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}

.flex-space-evenly{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em 3em;
}

.body-wrap{
  position: absolute;
  top: 565px;
  width:100%;
}

.red{
  color: var(--red)
}

.lcraa__header-logos{
  background-color:#234580;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 2em 4em;
  position: relative;
}

.lcraa__logo{
  width:11em;
  transition: all .5s ease-in;
}

.lcraa__logo:hover{
  color: var(--red);
}

.lcraa__logo:nth-child(2){
  margin-bottom: 1.5em;
}

.lcraa__header-heroimage{
  display: flex;
  flex-flow: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 198px;
}

.lcraa__header-heroimage img{
  max-width: 52em;
  position: absolute;
}

.lcraa__header-heroimage-headline{
  background-color: #6091BB;
  width: 50.85em;
  position: relative;
  top: 140px;
  border-top: 6px solid rgba(96, 145,187, .5);
  border-bottom: 6px solid rgba(96, 145,187, .5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.lcraa__header-heroimage-headline h1{
  margin-top: 0.15em;
  color: white;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 0.85em;
  margin-bottom: 7px;
}

.lcraa__header-heroimage-headline h1 .light {
  font-weight: 100;
}

.lcraa__header-heroimage-headline h4{
  font-size: 1.65em;
  color: var(--dark-blue);
  font-weight: 100;
  letter-spacing: .05em;
}

@media (max-width: 770px){
  .lcraa__header-logos{
    justify-content: space-between;
    padding: 2em 2em;
    width:107%
  }
}

@media (max-width: 500px){
  .lcraa__header-logos{
    justify-content: space-between;
    padding: 2em 0.75em;
  }
  .lcraa__logo{
    width:6em;
  }
  .lcraa__header-heroimage{
    top:77px
  }
  .lcraa__header-heroimage img, .lcraa__header-heroimage-headline{
    width:101%;
  }
  .lcraa__header-heroimage-headline{
    top: 91px;
  }
  .lcraa__header-heroimage-headline h1 {
    font-size: 2em;
    margin-bottom: 13px;
    margin-top:.5em;
  }
  .lcraa__header-heroimage-headline h4 {
    font-size: 20px
  }
}

.about__container{
  flex-flow: column;
  display: flex;
  margin: 4em 0 2em;
}

.about__container h2{
  font-size: 2.5em;
  margin-bottom: 20px;
  color: var(--dark-blue);
  text-transform: initial;
  font-weight: 100;
  display: flex;
}

.about-link__wrapper{
  padding: .75em;
  width: 12em;
  text-align: center;
  transition: all .5s ease-in;
}

.about-link__wrapper:hover{
  border: solid 2px var(--dark-blue);
}

.about-links__icon{
  width: 5.5em;
}

.about-links__title{
  margin-bottom: 15px;
  color: var(--dark-blue);
  font-weight: 100;
  font-size: 1.25em;
}

.section-title{
  font-size: 2.5em;
  margin-bottom: 20px;
  color: var(--dark-blue);
  text-transform: inherit;
  width: 6em;
}

.section-title-wider{
  width:12em;
}

.software__container{
  margin-bottom: 3em;
}

.software__image-container{
  background-color: var(--gray);
  padding: 0.35em;
}

.section__description{
  font-size: 15px;
  color:black;
  margin-bottom: 0em;
}


.software__image-height{
  max-height: 2em;
  margin-top:1em
}

.software__image-width{
  max-width:10em;
}

.download__container{
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin-bottom: 6em;
}

.download__container img{
  width:12em;
  /* height: -webkit-fit-content; */
}

.download__container img:hover{
  filter: contrast(1);
}

.download__container p {
  color: white;
  display: flex;
  margin-bottom: 0;
  font-family: "oswald";
  letter-spacing: .05em;
  margin-left: .5em;
  font-size: 1.5em;
}

.onboarding__container{

}

.onboarding__description{
  margin-right:4.5em;
  margin-top:4em;
}

.onboarding__description-big{
  font-size: 19px;
  margin: 40px 0 10px;
}

.onboarding_steps__container{
  display: flex;
  background: linear-gradient(90deg, rgba(26,66,138,1) 35%, rgba(102,153,204,1) 100%);
  padding: 1em;
  border-radius: 1em;
  margin: 0.5em 0;
  flex: 1;
  position: relative;
}

.number__wrapper{
  width:3em;
}

.onboarding_steps__number{
  color:white;
  font-family: "oswald";
  font-size: 7em;
  margin:0em 0.15em 0em .25em;
  display: flex;
  align-items: center;
}

.title-description__wrapper{
  display: flex;
}

.onboarding_steps__title{
  color:white;
  background-color: #30BF30;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  width: 26.75em;
  width: 81%;
  position: absolute;
  top: 0.75em;
  flex: 1;
  font-size: 19px
}

.onboarding_steps__description{
  color:white;
  font-size: .913rem;
  margin:0;
  display: flex;
  align-items: flex-start;
  padding-top: 3em;
}

.cost__container{
  margin-top:3em;
  margin-bottom:3em;
}

.cost-descriptions__container{
  padding: 1em;
  display: flex;
  align-items: center;
}

.cost-descriptions__container:nth-child(odd){
  background-color: #EEEEF1;
}

.cost-icon__wrapper{
  background-color: var(--red);
  border-radius: 50%;
}

.cost-icon__wrapper img {
  width: 3.5em;
  padding: 0.35em;
}

.cost-description__wrapper p {
  padding-left: 1.5em;
  color: var(--dark-blue);
  font-weight: bold;
  font-size: 1rem;
  margin:0;
}

.testimonials__container{
  margin-bottom:3em;
}

.testimonial:nth-child(odd) .testimonial__container{
  background-color: var(--dark-blue);
  border-radius: 1.5em;
  display: flex;
  margin: 1em 0;
}

.testimonial:nth-child(even) .testimonial__container{
  background-color: var(--gray);
  border-radius: 1.5em;
  display: flex;
  margin: 1em 0;
  flex-flow: row-reverse;
}

.testimonial__container img{
  width: 8em;
  display: flex;
  align-self: center;
}

.quote__wrapper{
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  padding: 1.25em;
  color: white;
  text-align: end;
}

.testimonial:nth-child(even) .quote__wrapper{
  color: var(--dark-blue);
  text-align: left;
}

.client-headline{
  color: var(--red);
  text-transform: uppercase;
  font-size: 25px;
}

.client-list__container ul{
  margin: 1em 3em;
  list-style: disc;
  color: black;
  line-height: 2em;
  font-size: 1.25em
}

.form__container{
  background-color: var(--red);
}

.CTA-copy__container{
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}

.CTA-copy__container h2{
  color: white;
  text-transform: none;
  font-size: 3.5em;
  line-height: 0.85em;
}

.CTA-copy__container{
  color:white;
  font-weight: bold;
}

.form__container{
  margin-bottom: 6em;
}

.form{
  padding: 1em 4em;
}

.gform_fields li{
  padding: .75em 0 0;
}

input, textarea{
  background: none;
  border: solid 2px white !important;
  border-radius: 0.35em !important;
  font-size: .75em !important;
}

input[type=submit]{
  width: 14em;
  font-size: 1.25em !important;
  border-radius: 0.15em !important;
}

.gform_footer {
  display: flex !important;
  justify-content: flex-end !important;
}

.eclerks-image__container{
  display: flex;
  justify-content: center;
  margin-bottom: 2em
}

.eclerks-ss{
  position: relative;
  left: 3em;
  top: -1.25em;
  z-index: 2;
  width: 27em;
  height: fit-content;
  box-shadow: 2px 2px 5px grey;
}

.eclerk-copy{
  /* position: absolute;
  top: 12em;
  left: 38em; */
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  width: 27em;
  height: 16em;
  justify-content: center;
  background-size: cover;
}

.eclerk-copy h5{
  color:black;
  font-weight: bolder;
  margin:.0;
  line-height: 1.35em;
}

.eclerk-copy a{
  background-color: var(--red);
  padding: 0.25em;
  color: white;
  border-radius: 0.25em;
  width: 50%;
  text-align: center;
  margin-top: 1em;
  transition: all .5s ease-in;
}

.eclerk-copy a:hover{
  cursor: pointer;
  background-color: var(--dark-blue) !important;
}

.big{
  font-size: 29px;
  font-family: sans-serif;
}

.eclerks-descriptions__container{
  width:29em;
  color:black;
}

.details__container{
  display: flex;
  flex-flow: row wrap;
  margin: 2em 6em;
  justify-content: center;
}

.details-copy__container{
  width: 14.5em;
  margin: 0.5em;
  background-color: var(--dark-blue);
  padding: 1em;
  border-radius: 1em;
  color: white;
  flex: 1;
}

.details:nth-child(even) .details-copy__container{
  background-color: #30BF30;
}

.details-copy__container p{
  font-size: 16px;
  font-family: sans-serif;
}

.bold{
  text-align: center;
  font-weight: bold;
  font-size:19px !important;
}

.history__container{
  margin-bottom:3em;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  background-size: cover;
  height: 900px;
  position: absolute;
  margin-top: 2em;
  left:0;
  top: 6.5em;
}

.space{
  width:100%;
  margin-top:2em;
  position: absolute;
}

.history-center{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-right: 2em;
}

.history-copy{
  position: relative;
  width: 34em;
  margin: 1em;
  top: -2em;
  background-color: var(--gray);
  opacity: 0.9;
  padding: 2em;
  box-shadow: 3px 3px 7px #323332;
}

.history-copy h4 {
  font-size: 23px;
  margin: 1em 0 0.25em;
}

.history-copy p{
  font-size: 1rem;
  margin-left: 1em;
  color: black;
}

.footer{
  margin-top: 2em;
}

.logo__container{
  display: flex;
  flex-flow: column;
  padding: 0em 2em;
}

.logo__container img{
  width: 8em;
  transition: all .5s ease-in;
}

.logo__container img:hover{
  color: var(--red);
}

.contact-copy{
  padding: .5em 2em;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.contact-copy h4, .contact-copy p{
  color: white;
  font-size: 22px;
  font-family: mr-eaves-modern, sans-serif;
  line-height: .5;
  text-align: right;
}

.contact-copy a:hover{
  color:var(--red);
}


/* ---------MEDIA QUERIES-------------- */

@media (min-width:720px) and (max-width:1023px){
  .lcraa__header-heroimage{
    position: relative;
    top:28px;
    width: 102%;
  }
  .body-wrap{
    top:615px;
    width:107%
  }
  .hide{
    display: none;
  }
  .mobile-center{
    align-items: center;
  }
  .section-title{
    align-items: flex-start;
  }
  .section-title-wider{
    width:10em;
  }
  .onboarding__description{
    margin: 1em 4em;
  }
  .onboarding_steps__container{
    margin: 0.5em 5em;
  }
  .onboarding_steps__number{
    margin: 0em 0.15em 0em 0.15em;
  }
  .onboarding_steps__description{
    padding-left: 2.5em;
  }
  .onboarding_steps__title{
    left: 6em;
  }
  .testimonial{
    margin: 1em 3em;
  }
  .CTA-copy__container{
    margin: 3em 3em 0 4em;
  }
  .eclerks-image__container{
    flex-flow: column;
    align-items: center;
  }
  .eclerks-ss{
    width: 34em;
    top:0em;
    left: 0;
  }
  .eclerk-copy{
    background-image: none !important;
    height: 10em;
  }
  .eclerk-copy h5{
    display:none;
  }
  .eclerk-copy a{
    width: 19.5em;
    font-size: 1.75em;
    margin: 0;
    padding: .75em;
  }
  .details:nth-child(2) .details-copy__container,
  .details:nth-child(3) .details-copy__container,
  .details:nth-child(6) .details-copy__container{
    background-color: #30BF30;
  }
  .details:nth-child(1) .details-copy__container,
  .details:nth-child(4) .details-copy__container,
  .details:nth-child(5) .details-copy__container{
    background-color: var(--dark-blue);
  }
  .space{
    height: 850px;
  }
  .history__container{
    margin-top:4em;
  }
  .history-copy{
    top:-2em;
  }
}

@media (max-width:719px){
  .lcraa__header-logos{
    width:101%;
  }
  .lcraa__header-heroimage{
    top: 0;
    position: relative;
  }
  .hide{
    display: none;
  }
  .software__image-height{
    height: 1.25em;
  }
  .onboarding_steps__container{
    margin: 1em 1.5em;
  }
  .onboarding_steps__number{
    margin:0
  }
  .flex-end{
    align-items: center;
  }
  .download__container{
    width: 104%;
  }
  .onboarding__description {
    margin: 2em;
  }
  .units-container{
    width:104%;
    max-width: 104% !important;
  }
  .testimonial{
    margin: 1em;
  }
  .testimonial__container{
    margin: 2em;
  }
  .CTA-copy__container{
    margin: 2em 3em 0;
  }
  .eclerks-ss{
    left: 3em;
    top: 0.75em;
    width: 11em;
  }
  .LA-img{
    width: 18em;
  }
  .details:nth-child(2) .details-copy__container,
  .details:nth-child(3) .details-copy__container,
  .details:nth-child(6) .details-copy__container{
    background-color: #30BF30;
  }
  .details:nth-child(1) .details-copy__container,
  .details:nth-child(4) .details-copy__container,
  .details:nth-child(5) .details-copy__container{
    background-color: var(--dark-blue);
  }
  .eclerk-copy{
    top: 10em;
    left: 18em;
    width: 10em;
  }
  .details-copy__container{
    width: 12.5em;
  }
  .space{
    height: 1000px;
    max-width: auto !important;
    width: auto !important;
  }
  .history-copy{
    width: 30em;
    padding: 1em 2em
  }
  .logo__container{
    padding: 0 ;
  }
  .conact-copy{
    padding: 0.5em 1em;
  }
}


@media (max-width:539px){
  .lcraa__header-logos{
    width:101%;
  }
  .lcraa__header-heroimage{
    top:-16px;
  }
  .lcraa__header-heroimage img{
    width: 101%;
  }
  .body-wrap{
    top:370px;
  }
  .flex-end{
    align-items: flex-start;
    margin: 1em 0 0 2em;
  }
  .flex-space-evenly{
    padding:0;
  }
  .about__container{
    margin: 2em 0;
  }
  .about-links__container ul{
    flex-flow: row wrap;
  }
  .software__image-container{
    display: flex;
    align-self: center;
  }
  .section__container{
    margin:2em;
  }
  .download__container{
    margin-bottom: 3em;
  }
  .download__container p {
    font-size: 16px;
  }
  .about__container h2{
    font-size: 1.5em;
  }
  .flex-center{
    flex-wrap:wrap;
  }
  .flex-start{
    align-items: flex-start;
  }
  .onboarding_steps__container{
    padding-left: 1em;
  }
  .onboarding__description {
    margin: 0.5em 2em;
  }
  .onboarding__description-big{
    margin:0;
  }
  .cost-descriptions__container .flex-end{
    margin: 0
  }
  .testimonial{
    margin: 0.05em 2em;
  }
  .testimonial__container{
    margin:2em;
  }
  .testimonial__container img{
    align-self: flex-start;
    margin: 1em 0;
    width: 6em;
  }
  .testimonial:nth-child(2) .quote__wrapper{
    padding: 1em 0 1em 1em;
  }
  .client-list__container ul{
    font-size: .75em;
  }
  .quote__wrapper{
    padding: 1em 1em 1em 0;
  }
  .eclerks-ss {
    left: 0;
    top: 0;
    width: 22em;
    position: relative;
    align-self: center;
    height: auto
  }
  .eclerk-copy{
    position: relative;
    top: 13px;
    left: 0;
    width: 100%;
    padding: 1em;
    background-image:none !important;
    height: 6em;
  }
  .eclerk-copy a{
    width: 80%;
    padding: 0.5em;
    font-size: 22px;
  }
  .eclerk-copy h5{
    display:none;
  }
  .eclerks-descriptions__container{
    width:20em;
  }
  h5{
    font-size: .75em;
  }
  .big{
    font-size: 20px;
  }
  .details:nth-child(even) .details-copy__container{
    background-color: #30BF30;
  }
  .details:nth-child(odd) .details-copy__container{
    background-color: var(--dark-blue);
  }
  .details-copy__container{
    width:19em;
    text-align: center;
  }
  .section-title-wider{
    width:8em;
  }
  .history__container{
    height: 1450px;
    left: 0em;
    top: 14.5em;
  }
  .history-copy{
    width: 20em;
    top:-1em;
  }
  .logo__container img {
    width: 5em;
  }
  .about-link__wrapper{
    width:10em;
  }
  .contact-copy{
    padding: 0.5em 1em;
  }
  .contact-copy p{
    font-size: 18px;
  }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
a {
  color:white;
}
}}

/* 2022 STYLES */
img.software__image-height {
	width: auto;
}

@media (min-width: 1200px) {
	body.page-id-5667 .about-link__wrapper {
		width: 12em;
	}
	
	body.page-id-5667 .about-links__icon {
    	width: 7.5em;
	}
	
	body.page-id-5667 .about-links__title {
		font-size: 1.3em;
		margin-top: 0.5em;
	}
}

@media (min-width: 1400px) {
	body.page-id-5667 .about-link__wrapper {
		width: 14em;
	}
	
	body.page-id-5667 .about-links__icon {
    	width: 10.5em;
	}
	
	body.page-id-5667 .about-links__title {
		font-size: 1.5em;
	}
}