body {
  overflow-x: hidden;
  font-family: Gilmer, "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  line-height: 1.75;
  margin-bottom: 25px;
}

a {
  color: #000000;
}
a:hover {
  color: #4d4d4d;
}

.text-primary {
  color: #f0f0f0 !important;
}

.text-accent {
  color: #d58b5e !important;
}

.list-lca-as-code-style ul {
  list-style: none; /* Remove default bullets */
}
.list-lca-as-code-style ul li::before {
  content: ">"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d58b5e; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.list-lca-as-code-style li {
  margin-bottom: 12px;
}

.list-lca-as-code-style-white ul {
  list-style: none; /* Remove default bullets */
}
.list-lca-as-code-style-white ul li::before {
  content: ">"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: white; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.list-lca-as-code-style-white li {
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.h3-request_demo {
  color: white !important;
}

.list-styled-square {
  list-style-type: square;
}

.page-section {
  padding: 60px 0 0 0;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 25px;
}
.page-section h3.section-subheading {
  font-size: 18pt;
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 15px;
  text-transform: none;
  font-family: Gilmer, "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.page-section #request-demo-text {
  color: #d58b5e;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
  .about-img {
    max-width: 65%;
    margin: 10px 0;
  }
}
::-moz-selection {
  background: #f0f0f0;
  text-shadow: none;
}

::selection {
  background: #f0f0f0;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

@media (max-width: 768px) {
  .about-img {
    max-width: 90%;
    margin: 10px 0;
  }
}
#features {
  margin-bottom: 3rem;
}

#request_demo {
  padding-bottom: 4rem;
}

.col-lg-6, .col-lg-12 {
  margin-bottom: 60px;
}

.background-accent {
  background-color: rgb(33, 37, 41);
  color: white;
}
.background-accent a {
  color: #f0f0f0;
}
.background-accent a:hover {
  color: #a4a4a4;
}

.btn {
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  color: black;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: black;
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #212529;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
  color: #f0f0f0;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #d7d7d7;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f0f0f0;
}

@media (min-width: 992px) {
  #mainNav {
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #212529;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
}
#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#col-md-3 col-sm-6 {
  flex: 0 0 auto;
}

header.masthead {
  width: 100%;
  color: white;
  background-color: rgb(33, 37, 41);
  background-image: url("/assets/img/watermark.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
  background-position-y: 25%;
  background-position-x: center;
  background-size: 50%;
}
header.masthead a {
  box-shadow: 1px 2px 10px #d58b5e;
}
header.masthead .intro-text {
  padding: 175px 20px 100px;
}
header.masthead .intro-text .intro-lead-in {
  display: none;
}
header.masthead .intro-text .intro-heading {
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 250px;
  margin-bottom: 75px;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  header.masthead {
    text-align: left;
    background-position-y: center;
    background-position-x: 90%;
    background-size: 25%;
  }
  header.masthead .intro-text {
    padding: 200px 40% 0 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    display: inline;
    color: #d58b5e;
    font-size: 75px;
    font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  header.masthead .intro-text .intro-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
    font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

section#request_demo {
  background-color: #212529;
  background-image: url("/assets/img/request_demo.png");
  background-repeat: no-repeat;
  background-position: center;
}
section#request_demo .section-heading {
  color: white;
}
section#request_demo .form-group {
  max-width: 450px;
  margin: auto;
  padding: 0.3em 0em;
}
section#request_demo .form-group input,
section#request_demo .form-group textarea {
  padding: 20px;
}
section#request_demo .form-group input.form-control {
  height: auto;
}
section#request_demo .form-group textarea.form-control {
  height: 248px;
}
section#request_demo .form-control:focus {
  border-color: #f0f0f0;
  box-shadow: none;
}
section#request_demo ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#request_demo :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#request_demo ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#request_demo :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer {
  padding: 25px 0;
  text-align: center;
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Gilmer", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #f0f0f0;
}

/*# sourceMappingURL=agency.css.map */