:root {
  --header-height: 60px;
  --subheader-height: 20px;
  --white: white;
  --margin-left: 80px;
  --margin-top: 120px;
  --left-width: 50%;
  --grid-size-large: 20px;
  --grid-size-medium: 6px;
  --pop-color: #4ba2f9;
  --dark-grey: #555;
  --light-grey: #888;
  --off-white: #f7fbfd;
}

@media screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }

  h1.logo.display-4 {
    font-size: 2rem !important;
  }
  .headingLarge {
    font-family:
      "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
      "Bitstream Vera Sans", sans-serif;
    font-size: 2rem;
    line-height: 1.9rem;
    margin-left: 0px;
  }
  .headingMedium {
    font-family:
      "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
      "Bitstream Vera Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-left: 0;
    font-weight: 100 !important;
  }
  .headingSmall {
    font-family:
      "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
      "Bitstream Vera Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.1rem;
    margin-left: 0;
    margin: 2rem 0 0 0;
  }
  .bodyLarge {
    font-size: 30px;
    line-height: 40px;
    margin-left: 0;
  }
  .bodyMedium {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: var(--grid-size-medium);
    max-width: 750px;
    margin-left: 0;
  }

  .bodySmall {
    font-family:
      "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
      "Bitstream Vera Sans", sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: var(--grid-size-medium);
    max-width: 750px;
    margin-left: 0;
  }
  .col-form-label {
    font-size: 0.6rem;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 200;
    font-size: 0.6rem;
    opacity: 1; /* Firefox */
  }
}

html {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif !important;
}
body {
  background-color: var(--off-white);
  margin: 0;
}
main {
  margin-top: 140px !important;
}

div {
  color: var(--light-grey);
}
.small {
  margin-bottom: 0px;
  margin-top: 15px;
  font-size: 0.8em;
  color: var(--light-grey);
}
a {
  color: var(--pop-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #2396fb;
}
a.light {
  color: #8498a8;
  font-weight: 200;
}
p {
  font-weight: 400;
}

.hero {
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 70px 0;
}
img {
  width: 100%;
  max-width: 300px;
  border: 1px solid rgb(223, 223, 223);
  margin-top: auto;
  margin-bottom: 20px;
}
.b {
  border: 1px solid rgb(223, 223, 223);
}

.contact {
  margin-left: 0;
  font-size: 24px;
  font-weight: 200;
  cursor: pointer;
  color: #359af5;
}
.contact a {
  color: var(--white);
}
.sm {
  font-size: 0.75rem !important;
  line-height: 1 !important;
  padding: 0.75rem 1rem !important;
}
.xs {
  font-size: 0.6rem !important;
  line-height: 1 !important;
  padding: 0.6rem 1rem !important;
  width: 120px;
}
.btn {
  padding: 0.75rem 1.25rem;
  font-size: 0.94rem;
  line-height: 1.25;
  border-radius: 0.3rem;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--pop-color);
  border-color: #2396fb;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.8rem 1.5rem;
  font-size: 0.94rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn:hover {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.headingLarge {
  font-family:
    "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
    "Bitstream Vera Sans", sans-serif;
  color: var(--dark-grey);
  font-size: 2.6rem;
  line-height: 3rem;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.headingMedium {
  font-family:
    "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
    "Bitstream Vera Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-left: 20px;
  font-weight: 100 !important;
}
.headingSmall {
  font-family:
    "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
    "Bitstream Vera Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
  margin: 2rem 0 1rem 20px;
}
.bodyLarge {
  font-size: 30px;
  line-height: 40px;
  margin-left: 0;
}
.bodyMedium {
  font-size: 1.4rem;
  line-height: 32px;
  margin-bottom: var(--grid-size-medium);
  max-width: 750px;
  margin-left: 20px;
}

.bodySmall {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: var(--grid-size-medium);
  color: var(--dark-grey);
  max-width: 750px;
  margin-left: 20px;
  font-weight: 100;
}

.exampleSmall {
  margin-left: 0px;
  width: 300px;
}

.exampleMedium {
  margin-left: 0px;
  width: 400px;
}
.subSection {
  margin: 0;
}
.news {
  -webkit-font-smoothing: antialiased;
  border-bottom-color: rgb(223, 223, 223);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--light-grey);
  cursor: pointer;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  cursor: auto;
  display: block;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-rendering: optimizeLegibility;
}
.source {
  color: var(--dark-grey);
}

.sub {
  font-size: 0.85em;
  margin-top: -10px;
}
.footer {
  border-top: 1px solid #ecf1f5;
  padding-top: 30px;
}

.footerP {
  color: #8498a8;
  font-size: 0.8rem;
  font-weight: 200;
}

.logoFont {
  font-family:
    "Gill Sans MT", "Gill Sans", "Gill Sans Std", Verdana,
    "Bitstream Vera Sans", sans-serif;
  font-size: 1rem;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.h {
  margin-top: 40px;
  margin-bottom: 60px;
}

div#navbarSupportedContent.navbar-collapse.collapse.show {
  background-color: rgba(255, 255, 255, 0.975) !important;
}

#navbar {
  background-color: rgba(255, 255, 255, 0.975) !important;
}
.navbar-light .navbar-brand {
  color: #2c3459 !important;
}
.navbar-light .logo {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif !important;
  color: var(--pop-color) !important;
  font-weight: 600;
  margin-left: 0;
}

.nav-link {
  color: var(--light-grey) !important;
  text-decoration: none;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-family: Verdana, "Bitstream Vera Sans", sans-serif !important;
}

.nav-link:hover {
  color: var(--pop-color) !important;
  text-decoration: underline;
}

.active {
  color: var(--dark-grey) !important;
}

.formWrapper {
  color: white;
  -webkit-box-shadow:
    0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow:
    0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:
    0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow:
    0 50px 100px rgba(50, 50, 93, 0.1),
    0 15px 35px rgba(50, 50, 93, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: var(--off-white);
  padding-top: 40px;
  border-radius: 0.25rem;
  margin-left: -5px !important;
  margin-top: 40px;
  margin-bottom: 80px;
}
.solutionsWrapper {
  color: var(--light-grey);
  background-color: white;
  padding-top: 40px;
  border: 1px solid #ecf1f5;
  border-radius: 0.25rem;
  margin-left: -5px !important;
  margin-top: 40px;
  margin-bottom: 40px;
}
.flashes {
  background: #47aa8c;
  text-align: center;
  color: white;
  font-size: 0.8rem;
  margin: -20px 0 10px 0;
  padding: 10px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

textarea {
  padding: 3px 10px 3px 10px;
  margin-left: 0;
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 0.25rem;
}
input {
  padding: 3px 10px 3px 10px;
  margin-left: 0;
  border: 1px solid #cccccc;
  width: 100%;
  border-radius: 0.25rem;
  color: var(--dark-grey);
}
.nom {
  margin: 0 0 0 0 !important;
}
label {
  color: var(--light-grey);
  padding-left: 15px;
}
.warn {
  font-size: 0.75rem;
  color: #fba282;
  margin-left: 15px;
}
h2 {
  color: light-grey;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8498a8;
  font-weight: 200;
  font-size: 0.8rem;
  opacity: 1; /* Firefox */
}
h3 {
  font-size: 1.4rem;
  margin-left: 20px;
  color: #8098a6;
  font-weight: 300;
}
ul {
}
.bottom60 {
  padding-bottom: 60px;
}
.pad15 {
  padding-bottom: 20px;
  margin-top: 0px;
}

.pad50 {
  padding-bottom: 35px;
  margin-top: 10px;
}
.top50 {
  padding-top: 50px !important;
}
.left20 {
  margin-left: 20px;
  margin-right: 20px;
}
.right10 {
  margin-right: 10px;
}
.top15 {
  padding-top: 15px;
}

.white {
  background-color: white;
}
.no-border {
  border: none;
  width: 20%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.solutions {
  border-bottom: none !important;
  border-top: none !important;
}
.pct80 {
  height: 80%;
}
.dark {
  color: var(--dark-grey);
}
.headshot {
  width: 33% !important;
}

/* Utility classes */
.grey {
  color: var(--light-grey);
}
.wide {
  width: 100%;
}
.test {
  border: 1px dashed #ccc;
} /* For debugging */
.vcenter {
  vertical-align: middle;
}
.lh18 {
  line-height: 1.8;
}
.nm {
  margin: 0;
}
