.os-animation {
  opacity: 0;
}
.os-animation.animated {
  opacity: 1;
}
body {
  overflow-x: hidden;
  font-family: "LatoLatinWeb", Helvetica, Arial, sans-serif;
  color: #525252;
}
p {
  font-size: 18px;
  margin-bottom: 15px;
}
p.small {
  font-size: 14px;
}
p.spaced {
  padding: 12px 0;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #428bca;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "capitolina", serif;
  font-weight: normal;
}
h1 {
  font-size: 48px;
  color: #56675e;
  text-align: center;
}
h2 {
  color: #ababab;
}
h2.intro {
  color: #404b61;
  font-size: 32px;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
}
h4 {
  color: #404b61;
  font-size: 24px;
  margin-top: 30px;
}
ul.checkmark {
  margin: 20px 0;
  list-style-type: none;
}
ul.checkmark li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  margin-left: 0;
}
ul.checkmark li:before {
  content: "\f14a";
  font-family: "FontAwesome";
  color: #428bca;
  left: -7px;
  top: 0px;
  font-size: 18px;
  padding-left: 2px;
  position: absolute;
}
ul.linklist {
  margin: 20px 0;
  list-style-type: none;
  padding-left: 16px;
}
ul.linklist li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  margin-left: 0;
  color: #858585;
}
ul.linklist li:before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #428bca;
  left: -7px;
  top: 0px;
  font-size: 18px;
  padding-left: 2px;
  position: absolute;
}
ul.linklist li a {
  display: block;
}
.two-col-list {
  margin-top: 15px;
  margin-bottom: 30px;
  overflow: auto;
}
.two-col-list ul li {
  font-size: 16px;
  margin-bottom: 6px;
}
ul.standard {
  margin: 20px 0;
}
ul.standard li {
  font-size: 16px;
  margin-bottom: 6px;
}
.sidebar {
  background: #cbdde7;
}
@media (max-width: 767px) {
  .sidebar {
    padding: 10px 20px;
  }
}
hr.green-divider {
  border-top: 1px solid #c6d8cd;
  width: 80%;
  margin: 10px auto 40px auto;
}
.img-centered {
  margin: 0 auto;
}
.img-shadow {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.45);
}
.caption {
  color: #56675e;
  font-size: 14px;
  font-style: italic;
  font-family: "capitolina", serif;
  padding: 15px 0 25px 0;
}
.pull-quote {
  background: #c6d8cd;
  padding: 10px;
}
.pull-quote p {
  border: 1px solid #fff;
  padding: 35px 15px;
  margin: 0;
  font-family: "capitolina", serif;
  color: #404b61;
  font-size: 24px;
}
.navbar-default {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-brand {
  overflow: hidden;
  height: auto;
  padding: 8px;
}
.navbar-default .navbar-brand img {
  max-width: 180px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-default .navbar-toggle {
  background-color: #ababab;
  border-color: #ababab;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ababab;
}
.navbar-default .nav li a {
  font-size: 14px;
  color: #666666;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #ababab;
  outline: none;
}
.navbar-default .nav li a span {
  display: inline;
  text-align: left;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #ababab;
}
.navbar-default .navbar-nav > .active > a.register {
  color: white;
  border-radius: 3px;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #929292;
}
@media (min-width: 768px) {
  .navbar-default {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-default .navbar-brand {
    padding: 0 15px;
  }
  .navbar-default .navbar-brand img {
    max-width: 209px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default .nav {
    padding-top: 10px;
  }
  .navbar-default .nav li a {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
  }
  .navbar-default .nav li a span {
    display: block;
    text-align: center;
  }
  .navbar-default.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    padding: 5px 15px;
  }
  .navbar-default.navbar-shrink .navbar-brand img {
    max-width: 180px;
  }
}
@media (min-width: 993px) {
  .navbar-default .nav {
    padding-top: 5px;
  }
  .navbar-default .nav li a {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 20px;
  }
}
header {
  text-align: center;
  color: #ababab;
  background: #e5f0ea;
}
header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  header .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
}
.navbar {
  font-family: "LatoLatinWebLight", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}
.navbar-default,
.navbar-inverse {
  border: none;
}
section {
  padding: 100px 0;
}
section.header {
  padding: 100px 0 0 0;
  height: 560px;
}
section.header .headshot {
  background: url(../img/garland-headshot.jpg) no-repeat;
  background-position: center 25%;
  background-size: cover;
  height: 100%;
}
section.header .ornament {
  background: #c6d8cd url(../img/garland-ornament.jpg) no-repeat center center;
  height: 100%;
  background-size: cover;
  position: relative;
}
section.header .ornament h1 {
  font-size: 36px;
  color: #fff;
  width: 75%;
  padding-top: 100px;
  margin: 0 auto;
}
section.header .ornament .down {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #56675e;
  position: absolute;
  bottom: -20px;
  left: -20px;
}
section.header .ornament .down a {
  color: #fff;
  font-size: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  section.header .ornament h1 {
    font-size: 30px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  section.header {
    padding-top: 50px;
    height: auto;
  }
  section.header .headshot {
    height: 400px;
    background-position: center 18%;
  }
  section.header .ornament h1 {
    font-size: 24px;
    padding: 30px 0;
    width: 85%;
  }
  section.header .ornament .down {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
section.dc {
  background: url(../img/dc-view.jpg) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 150px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 500px) {
  section.dc {
    padding-bottom: 200px;
  }
}
@media (min-width: 700px) {
  section.dc {
    padding-bottom: 300px;
    background-position: center 450px;
  }
}
@media (min-width: 900px) {
  section.dc {
    background-position: center 350px;
  }
}
@media (min-width: 1200px) {
  section.dc {
    background-position: center 200px;
  }
}
@media (min-width: 1600px) {
  section.dc {
    background-position: center 80px;
  }
}
section.testimonials {
  background: #428bca;
  color: #fff;
}
section.testimonials .container {
  position: relative;
}
section.testimonials dl {
  padding-left: 120px;
  background: url(../img/speech-balloon.png) no-repeat;
}
section.testimonials dl dt {
  font-family: "capitolina", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 15px;
}
section.testimonials dl dd {
  padding-left: 30px;
  font-size: 16px;
}
section.testimonials dl dd span {
  color: #fabc00;
  display: block;
  position: relative;
  font-weight: bold;
}
section.testimonials dl dd span:before {
  position: absolute;
  content: "~";
  left: -18px;
}
@media (max-width: 767px) {
  section.testimonials dl {
    padding: 120px 30px 10px 30px;
    background-position: top center;
  }
}
section.ornament-top {
  background-image: url(../img/ornament-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
section.ltgreen {
  background-color: #edf2ee;
}
section.ltblue {
  background-color: #eff5f8;
}
section.divider-quote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
section.divider-quote.office {
  background-image: url(../img/pull-quote-background-1.jpg);
}
section.divider-quote.stats {
  background-image: url(../img/pull-quote-background-2.jpg);
}
section.divider-quote p {
  font-size: 36px;
  text-align: center;
  font-family: "capitolina", serif;
  font-style: italic;
  color: #fff;
}
section.divider-quote hr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-color: #c6cdda;
}
@media (max-width: 767px) {
  section.divider-quote {
    background-attachment: scroll;
  }
  section.divider-quote p {
    font-size: 24px;
  }
}
section.footer {
  background-color: #56675e;
  color: #fff;
  font-size: 15px;
  padding: 45px 0;
}
section.footer a {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-right: 12px;
}
section.success {
  background: #4a8064;
  color: white;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  color: #ababab;
  outline: none;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .container > [class*="col-"]:not(:first-child) {
    margin-top: 40px;
  }
}
.icon-inset {
  padding-left: 90px;
  margin-bottom: 20px;
  position: relative;
}
.icon-inset:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 73px;
  top: 0;
  left: 0;
  z-index: 2;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-inset.government:before {
  background-image: url(../img/icon-government.png);
}
.icon-inset.industry:before {
  background-image: url(../img/icon-industry.png);
}
section.latestNews {
  background: #cbdde7;
  padding-top: 26px;
  padding-bottom: 30px;
  border-top: 8px solid #428bca;
}
section.latestNews h2 {
  color: #404b61;
  padding-bottom: 12px;
  border-bottom: 1px solid #404b61;
  margin-bottom: 20px;
}
section.latestNews .btn-sm {
  font-size: 14px !important;
  padding: 5px 10px;
  margin-top: -2px;
  font-family: "LatoLatinWeb", Helvetica, Arial, sans-serif;
}
section.latestNews .btn-outline {
  color: #404b61;
  border-color: #404b61;
}
section.latestNews blockquote p {
  font-size: 125%;
}
section.latestNews blockquote cite {
  color: #000;
  font-size: 15px;
}
.carousel-controls {
  position: absolute;
  top: 30px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
.carousel-controls .left {
  position: absolute;
  left: 15px;
  color: #fff;
  opacity: 0.6;
}
.carousel-controls .right {
  position: absolute;
  right: 35px;
  color: #fff;
  opacity: 0.6;
}
.carousel-controls a:hover,
.carousel-controls a:active {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .carousel-controls {
    top: auto;
    bottom: 0px;
  }
  .carousel-controls .left {
    left: -20px;
  }
  .carousel-controls .right {
    right: -5px;
  }
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #4a8064;
  background: white;
  border: solid 2px white;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.76470588em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #4a8064;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #ababab;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #9e9e9e;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-success {
  background-color: #4a8064;
  border-color: #4a8064;
}
.btn-gold {
  background-color: hsl(38, 100%, 64%) !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffbb47), to(#ffbb47));
  background-image: -moz-linear-gradient(top, #ffbb47, #ffbb47);
  background-image: -ms-linear-gradient(top, #ffbb47, #ffbb47);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbb47), color-stop(100%, #ffbb47));
  background-image: -webkit-linear-gradient(top, #ffbb47, #ffbb47);
  background-image: -o-linear-gradient(top, #ffbb47, #ffbb47);
  background-image: linear-gradient(#ffbb47, #ffbb47);
  border-color: #ffbb47 #ffbb47 hsl(38, 100%, 64%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #ababab;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #ababab;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
.vendor-lock {
  display: flex;
  align-items: center;
  gap: 30px;
}
.vendor-lock .img {
  display: flex;
  align-items: center;
  flex: 0 0 180px;
}
@media (max-width: 767px) {
  .vendor-lock {
    flex-direction: column;
    row-gap: 15px;
  }
  .vendor-lock .img img {
    max-width: 200px;
  }
}
.mb-3 {
  margin-bottom: 30px;
}
.twoCol {
  column-count: 2;
}
.twoCol > * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
/* Webfont: LatoLatin-Bold */
@font-face {
  font-family: "LatoLatinWeb";
  src: url("/fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-Bold.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-Bold.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-BoldItalic */
@font-face {
  font-family: "LatoLatinWeb";
  src: url("/fonts/LatoLatin-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-BoldItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-BoldItalic.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-BoldItalic.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Italic */
@font-face {
  font-family: "LatoLatinWeb";
  src: url("/fonts/LatoLatin-Italic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-Italic.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-Italic.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Light */
@font-face {
  font-family: "LatoLatinWebLight";
  src: url("/fonts/LatoLatin-Light.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-Light.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-Light.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-LightItalic */
@font-face {
  font-family: "LatoLatinWebLight";
  src: url("/fonts/LatoLatin-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-LightItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-LightItalic.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-LightItalic.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: "LatoLatinWeb";
  src: url("/fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/fonts/LatoLatin-Regular.woff2") format("woff2"), /* Modern Browsers */ url("/fonts/LatoLatin-Regular.woff") format("woff"), /* Modern Browsers */ url("/fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
