/* compiled by scssphp v0.7.6 on Tue, 18 Jan 2022 23:15:19 +0000 (0.8511s) */

body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  color: #333;
  font-family: 'hind', sans-serif;
  background: #fff; }

.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.flex {
  display: flex;
  align-items: center; }
  .flex.flex-center {
    justify-content: center; }
  .flex.flex-wrap {
    flex-wrap: wrap; }

.pad, .padded, .padding {
  padding: 72px 0; }

.extra-pad {
  padding: 108px 0; }

.pad-top {
  padding-top: 72px; }

.extra-pad-top {
  padding-top: 108px; }

.pad-bottom {
  padding-bottom: 72px; }

.extra-pad-bottom {
  padding-bottom: 108px; }

.no-pad {
  padding: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

.neg-margin-top {
  margin-top: -108px; }

.relative {
  position: relative; }

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #081826;
  opacity: 0.75; }

.bg-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.link-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 91; }

.bg-img {
  background-size: cover;
  background-position: center; }

.bg-light, .light-bg {
  background: #f7f7f7; }

.well {
  background: #f7f7f7;
  border: solid 1px #738398;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0; }

img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0; }
  img.responsive.pull-left, .img-responsive.pull-left {
    padding: 2rem 2rem 2rem 0; }
  img.responsive.pull-right, .img-responsive.pull-right {
    padding: 2rem 0 2rem 2rem; }

.social .fa {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #f2c335;
  color: #fff;
  transition: all 0.3s; }
  .social .fa:hover, .social .fa:focus {
    background: #1f80c4; }

.csek-share-horizontal a, .csek-share-vertical a {
  box-shadow: none !important;
  border: none !important;
  transition: all 0.3s !important; }
  .csek-share-horizontal span, .csek-share-vertical span {
    text-shadow: none !important;
    font-family: 'hind', sans-serif !important;
    font-size: 0.7rem !important; }
  .csek-share-horizontal img, .csek-share-vertical img {
    max-height: 20px !important; }

.intro .intro-card {
  padding: 108px 72px; }
  .intro .intro-card .title {
    font-size: 1.75rem;
    margin: 0 0 2rem 0; }
    .intro .intro-card .title small {
      color: #fff;
      margin-top: 0.5em; }
      .intro .intro-card .title small span {
        background: #f2c335;
        padding: 0.4em 1em 0.25em 0;
        position: relative; }
        .intro .intro-card .title small span:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: -100%;
          right: 100%;
          background: #f2c335; }

.testimonials .item:first-of-type .card-body {
  border-radius: 3rem 0 0 0; }
  .testimonials .testimonial-wrap {
    color: white;
    margin-bottom: 1rem; }
  .testimonials .testimonial-wrap .card-body {
    background: #f2c335;
    padding: 1.5rem; }
    .testimonials .testimonial-wrap .card-body p {
      font-size: 0.9rem; }
  .testimonials .testimonial-wrap .card-footer {
    background: #253c59;
    padding: 1.5rem; }
    .testimonials .testimonial-wrap .card-footer h3 {
      font-size: 1.4rem;
      margin: 0; }
    .testimonials .testimonial-wrap .card-footer p {
      color: #606060;
      font-weight: 500;
      font-size: 0.8rem; }
  .testimonials .testimonial-wrap i {
    font-size: 1.5rem; }

.masonry {
  column-count: 4; }
  .masonry .item {
    display: inline-block; }
  @media (max-width: 1199px) {
  .masonry {
    column-count: 3; } }
  @media (max-width: 991px) {
  .masonry {
    column-count: 2; } }
  @media (max-width: 767px) {
  .masonry {
    column-count: 1; } }

.intro-flipping {
  background: #253c59; }
  .intro-flipping .title {
    font-size: 3rem; }
  .intro-flipping .text-wrapper {
    font-weight: 300;
    color: #fff; }

.flipping .animated-words {
  margin-top: 1.25em;
  font-weight: 700;
  position: relative; }
  .flipping .animated-words span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #f2c335;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: animateWord 6s linear infinite 0s;
    -ms-animation: animateWord 6s linear infinite 0s;
    animation: animateWord 6s linear infinite 0s; }
    .flipping .animated-words span:first-child {
      -webkit-animation-delay: 0s;
      -ms-animation-delay: 0s;
      animation-delay: 0s; }
    .flipping .animated-words span:nth-child(2) {
      -webkit-animation-delay: 2s;
      -ms-animation-delay: 2s;
      animation-delay: 2s; }
    .flipping .animated-words span:nth-child(3) {
      -webkit-animation-delay: 4s;
      -ms-animation-delay: 4s;
      animation-delay: 4s; }

@-webkit-keyframes animateWord {
  0% {
    opacity: 0; }

  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px); }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px); }

  30% {
    opacity: 1;
    -webkit-transform: translateY(0px); }

  40% {
    opacity: 0;
    -webkit-transform: translateY(30px); }

  80% {
    opacity: 0; }

  100% {
    opacity: 0; } }

.home-contact {
  background: #f7f7f7; }
  .home-contact .title {
    font-size: 3rem;
    margin-bottom: 0.5em; }
  .home-contact .card {
    padding: 144px; }
  .home-contact .address {
    background: #253c59;
    border-top-left-radius: 100px; }
  .home-contact address {
    margin: 0;
    border-bottom: 2px rgba(115, 131, 152, 0.25) solid;
    padding-bottom: 2rem; }
  .home-contact address .fa-ul li {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 0; }
    .home-contact address .fa-ul li .fa {
      display: none; }
    .home-contact address .fa-ul li strong {
      color: #f2c335;
      display: inline-block;
      font-weight: 600;
      font-size: 0.9rem; }
    .home-contact address .fa-ul li a {
      text-decoration: none; }
      .home-contact address .fa-ul li a:hover, .home-contact address .fa-ul li a:focus {
        color: inherit; }
    .home-contact address .fa-ul li.Email {
      display: none; }
    .home-contact address .fa-ul li.Address strong {
      display: block; }
    .home-contact address .fa-ul li.Address2 strong, .home-contact address .fa-ul li.Address3 strong {
      display: none; }
    .home-contact address .fa-ul li.Address3 {
      margin-bottom: 1em; }
    .home-contact address .fa-ul li.Address a:after, .home-contact address .fa-ul li.Address2 a:after, .home-contact address .fa-ul li.Address3 a:after {
      content: none; }
  .home-contact .staff-contact {
    padding: 0;
    list-style: none;
    color: #fff; }
  .home-contact .staff-contact .staff-contact-bump {
    margin: 1rem 0; }
    .home-contact .staff-contact .staff-contact-bump a {
      color: #ddd; }
  .home-contact .staff-contact li {
    margin-bottom: 1rem; }
    .home-contact .staff-contact li strong {
      color: #f2c335;
      font-weight: 600;
      font-size: 1.25rem; }
    .home-contact .staff-contact li a {
      color: inherit; }
    .home-contact .staff-contact li span {
      display: block; }
  .home-contact h3.title {
    color: #f7f7f7;
    font-size: 1.5rem;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 400; }
  .home-contact h3.title span {
    color: #f2c335;
    font-weight: 700; }

.clients .client-logo {
  margin: 0 2rem 2rem; }

.intro {
  background: #253c59; }
  .intro .main-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 500; }
  .intro p {
    color: #fff; }

h1, h2, h3, h4, h5, h6 {
  color: #081826;
  margin: 1em 0 1rem 0;
  font-family: 'hind', sans-serif;
  font-weight: 700;
  line-height: 1.1; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
    font-size: inherit; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
    color: inherit;
    text-decoration: none; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block; }
  h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    margin-top: 0; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  h1.intro-title, h2.intro-title, h3.intro-title, h4.intro-title, h5.intro-title, h6.intro-title {
    margin-bottom: 72px;
    font-size: 1.25rem; }

h1 {
  font-size: 2.25rem; }
  @media (max-width: 767px) {
  h1 {
    font-size: 2rem; } }

h2 {
  font-size: 2rem; }
  @media (max-width: 767px) {
  h2 {
    font-size: 1.75rem; } }

h3 {
  font-size: 1.75rem; }
  @media (max-width: 767px) {
  h3 {
    font-size: 1.5rem; } }

h4 {
  font-size: 1.5rem; }
  @media (max-width: 767px) {
  h4 {
    font-size: 1.25rem; } }

h5 {
  font-size: 1.25rem; }
  @media (max-width: 767px) {
  h5 {
    font-size: 1rem; } }

h6 {
  font-size: 1rem; }

p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.52em; }
  p big, ul li big, ol li big, p .lead, ul li .lead, ol li .lead {
    font-size: 1.2em; }
  p a, ul li a, ol li a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    transition: all 0.3s;
    position: relative;
    text-decoration: none; }
  p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus {
    color: #fdd661;
    text-decoration: none; }

p:last-of-type {
  margin-bottom: 0; }

ol li, ul li {
  margin-bottom: 0; }
  ol li a, ul li a {
    color: #081826; }
    ol li a:hover, ul li a:hover, ol li a:focus, ul li a:focus {
      color: #f2c335; }

.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .fa-ul li {
    margin: 0 0 0.5em 0; }
  .fa-ul li .fa {
    padding-right: 0.5em; }
  .fa-ul li strong {
    display: block; }
  .fa-ul li a {
    color: inherit;
    font-weight: inherit;
    border: none; }
  .fa-ul li.Address {
    margin-bottom: 0; }

#view-container a:before, .document-footer.footer-contacts a:before, .staff-contact a:before {
  content: '';
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0; }
  #view-container a:after, .document-footer.footer-contacts a:after, .staff-contact a:after {
    content: '';
    display: block;
    height: 1px;
    background: #f2c335;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    left: 0; }
  #view-container a:hover, .document-footer.footer-contacts a:hover, .staff-contact a:hover, #view-container a:focus, .document-footer.footer-contacts a:focus, .staff-contact a:focus {
    color: #fdd661;
    text-decoration: none; }
    #view-container a:hover:after, .document-footer.footer-contacts a:hover:after, .staff-contact a:hover:after, #view-container a:focus:after, .document-footer.footer-contacts a:focus:after, .staff-contact a:focus:after {
      width: 100%; }

.document-footer a:before, .staff-contact a:before {
  background: rgba(255, 255, 255, 0.2); }

.btn {
  border-radius: 3px;
  padding: 0.85em 2em;
  font-size: 0.9rem;
  border: 2px #081826 solid;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none; }
  .btn .fa {
    margin-left: 0.5rem;
    font-weight: 900;
    transform: translate(0, 10%);
    font-size: 0.8em; }
  .btn:after {
    content: none; }

.btn-small, .btn-sm {
  font-size: 0.6rem; }

.btn-large, .btn-lg, .btn-lrg {
  font-size: 1rem; }

.btn-default, .btn-dark {
  background-color: #081826;
  color: #fff;
  border-color: #081826; }
  .btn-default:hover, .btn-dark:hover, .btn-default:focus, .btn-dark:focus {
    background-color: #21334a;
    color: #fff;
    border-color: #21334a; }

.btn-primary {
  background-color: #f2c335;
  color: #081826;
  border-color: #f2c335; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #fdd661;
    color: #081826;
    border-color: #fdd661; }

.btn-secondary {
  background-color: #253c59;
  color: #fff;
  border-color: #253c59; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #111f2f;
    color: #fff;
    border-color: #111f2f; }

.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    color: #333;
    border-color: #fff; }

.btn-inverse {
  background-color: #fff;
  color: #333;
  border-color: #fff; }
  .btn-inverse:hover, .btn-inverse:focus {
    background-color: #f7f7f7;
    color: #333;
    border-color: #f7f7f7; }

.btn-stripped {
  background: none;
  color: #f2c335;
  border: none;
  border-bottom: 1px #f2c335 solid;
  border-radius: 0;
  padding: 0 0 0.25em 0; }
  .btn-stripped:hover, .btn-stripped:focus {
    color: #1f80c4;
    border-color: #1f80c4; }

@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
    #no-more-tables thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    #no-more-tables tr {
      border: 1px solid #f7f7f7; }
    #no-more-tables td {
      border: none;
      border-bottom: 1px solid #f7f7f7;
      position: relative;
      padding-left: 50%;
      white-space: normal;
      text-align: right;
      width: 100%; }
      #no-more-tables td:before {
        position: absolute;
        top: 15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title); } }

.form-group.date {
  overflow: hidden; }

.form-group.date label {
  display: block; }

.form-group.date select.form-control {
  width: 33.33%;
  float: left; }

.form-group input, .form-group select {
  border-radius: 0;
  height: 45px;
  box-shadow: none; }
  .form-group input:focus, .form-group select:focus {
    box-shadow: none;
    border-color: inherit; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.vimeo-container {
  position: relative;
  padding-top: 0;
  min-width: 100vh;
  overflow: hidden; }
  .vimeo-container iframe, .vimeo-container object, .vimeo-container embed {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

header {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 9;
  position: relative;
  background: #fff;
  position: fixed;
  z-index: 992;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s; }
  header.nav-up {
    transform: translate(0, -100%); }
  header .logo {
    max-height: 90px; }
  header .preheader {
    background: #21334a;
    padding: 0.5rem 0; }
  header .preheader p {
    color: #f2c335;
    font-weight: 700;
    line-height: 1; }
  header .preheader address {
    margin: 0; }
    header .preheader address .fa-ul {
      margin: 0; }
    header .preheader address .fa-ul li {
      display: inline-block;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 300;
      margin-right: 1em;
      margin-bottom: 0;
      letter-spacing: 0.03em; }
      header .preheader address .fa-ul li strong {
        display: none; }
      header .preheader address .fa-ul li .fa {
        color: #738398; }
      header .preheader address .fa-ul li a {
        text-decoration: none; }
        header .preheader address .fa-ul li a:hover, header .preheader address .fa-ul li a:focus {
          color: inherit;
          text-decoration: underline; }
      header .preheader address .fa-ul li.Fax, header .preheader address .fa-ul li.Address, header .preheader address .fa-ul li.Address2, header .preheader address .fa-ul li.Address3, header .preheader address .fa-ul li.Email {
        display: none; }
  header .main {
    padding: 1.5rem 0; }

.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0; }
  .navbar-default .navbar-nav > li > a {
    font-size: 0.9rem;
    color: #081826;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-decoration: none; }
    .navbar-default .navbar-nav > li > a .fa {
      font-size: 0.8em;
      margin-left: 0.25em; }
    .navbar-default .navbar-nav > li > a:after {
      content: none; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      background: transparent;
      color: #081826; }
    .navbar-default .navbar-nav > li > .dropdown-menu {
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 1rem 0;
      background: #f7f7f7;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
    .navbar-default .navbar-nav > li > .dropdown-menu li a {
      color: #081826;
      text-transform: uppercase;
      border: none;
      font-size: 0.75em;
      padding: 0.5rem 1.7rem 0.4rem;
      font-weight: 600;
      text-decoration: none; }
      .navbar-default .navbar-nav > li > .dropdown-menu li a:after {
        content: none; }
      .navbar-default .navbar-nav > li > .dropdown-menu li a:hover, .navbar-default .navbar-nav > li > .dropdown-menu li a:focus {
        background: #ececec;
        color: inherit; }
    .navbar-default .navbar-nav > li:last-child > a {
      padding-right: 0; }
  .navbar-default .navbar-nav > .active > a {
    color: #081826;
    font-weight: 700;
    background: transparent; }
    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
      color: #081826; }
  .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #081826; }
    .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: transparent;
      color: #081826; }
  .navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: auto; }
  .navbar-default .navbar-toggle {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 1.25rem 0 1.25rem 2rem;
    border-radius: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #081826; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu.pull-left {
    float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px; }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #f7f7f7;
    margin-top: 5px;
    margin-right: -10px; }
/* MM Menu */
.mm-slideout {
  box-shadow: none !important; }

#mobile-menu.mm-menu {
  background-color: #253c59; }
  #mobile-menu.mm-menu .mm-panel {
    border: none;
    border-radius: 0; }
  #mobile-menu.mm-menu .mm-panel.mm-highest {
    box-shadow: none; }
  #mobile-menu.mm-menu > .mm-list {
    padding: 0;
    margin-top: 0 !important; }
  #mobile-menu.mm-menu > .mm-list > li {
    width: 100%; }
    #mobile-menu.mm-menu > .mm-list > li a {
      font-weight: 300;
      font-family: 'hind', sans-serif;
      color: #fff;
      padding: 1em 1.5em !important;
      border: none;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.05em; }
    #mobile-menu.mm-menu > .mm-list > li a .fa {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li a:after {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
      background: transparent;
      color: #fff; }
    #mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
      background: transparent;
      border-left-color: #f2c335; }
    #mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
      color: #fff; }
      #mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
        background: transparent;
        color: #fff; }
    #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
      background: #253c59;
      color: #fff; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
      background: #f2c335;
      color: #253c59;
      margin: 0;
      padding: 1.25em 1.5em 1em !important; }
    #mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
      border-color: #253c59;
      bottom: 70%; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      margin-left: 0;
      border-color: #21334a;
      opacity: 0.5; }
    #mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
      display: none; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
      border-color: #f2c335; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
      background: transparent;
      color: #f2c335;
      border-color: #f2c335; }
    #mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
      background: #253c59; }
    #mobile-menu.mm-menu > .mm-list > li.active {
      border-color: #f2c335; }
    #mobile-menu.mm-menu > .mm-list > li.active > a {
      color: #f2c335; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
      border-color: #f2c335;
      transition: all 0.3s; }
    #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
      border-color: #253c59; }
      #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
        background: #253c59; }
  #mobile-menu.mm-menu > .mm-list .mm-subopen:after {
    border-color: #fff !important;
    right: 45%; }
    #mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
      background: #253c59; }

#mobile-menu.mm-menu > .mm-list > li a {
  margin-right: 0; }

#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: transparent;
  width: 100%; }

#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #253c59 !important;
  right: 22px;
  left: auto;
  background: transparent;
  display: block; }

#mobile-menu.mm-menu > .mm-list .dropdown-toggle:after {
  content: '';
  display: block;
  background: #f2c335;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  left: auto;
  height: auto; }

.dropdown-toggle i {
  font-weight: 700; }

.document-footer {
  background: #14253c;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: -1;
  margin-top: -1px; }
  .document-footer .main-title {
    color: #f2c335;
    margin: 0 0 72px 0;
    font-size: 2.25rem; }
  .document-footer p {
    color: #738398;
    font-size: 0.65rem;
    letter-spacing: 0.03em; }
  .document-footer p a:hover, .document-footer p a:focus {
    color: inherit;
    text-decoration: underline; }
  .document-footer .section.pad {
    padding: 144px 0 108px;
    overflow: hidden; }
  .document-footer .border-left {
    text-align: center; }
  .document-footer .border-left:before {
    content: '';
    display: block;
    width: 2px;
    height: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    background: #21334a; }
  .document-footer .border-top {
    position: relative; }
  .document-footer .border-top:after {
    content: '';
    display: block;
    border-top: 2px #21334a solid; }
  .document-footer .fa-ul li {
    color: #f7f7f7;
    font-weight: 300;
    position: relative;
    margin-bottom: 1em; }
    .document-footer .fa-ul li a {
      margin: 0 0 0.5em 0;
      padding: 0; }
    .document-footer .fa-ul li a:after {
      content: '';
      display: block;
      height: 1px;
      background: #f2c335;
      width: 0;
      position: absolute;
      bottom: 0;
      transition: all 0.3s; }
    .document-footer .fa-ul li a:hover, .document-footer .fa-ul li a:focus {
      color: inherit; }
      .document-footer .fa-ul li a:hover:after, .document-footer .fa-ul li a:focus:after {
        width: 100%; }
  .document-footer address .fa-ul li {
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 0; }
    .document-footer address .fa-ul li .fa {
      display: none; }
    .document-footer address .fa-ul li strong {
      color: #738398;
      display: inline-block;
      font-weight: 600; }
    .document-footer address .fa-ul li a {
      text-decoration: none; }
      .document-footer address .fa-ul li a:hover, .document-footer address .fa-ul li a:focus {
        color: inherit; }
    .document-footer address .fa-ul li.Address strong {
      display: block; }
      .document-footer address .fa-ul li.Address a:after {
        content: none; }
    .document-footer address .fa-ul li.Address2 strong, .document-footer address .fa-ul li.Address3 strong {
      display: none; }
      .document-footer address .fa-ul li.Address2 a:after, .document-footer address .fa-ul li.Address3 a:after {
        content: none; }
    .document-footer address .fa-ul li.Address3 {
      margin-bottom: 1em; }
    .document-footer address .fa-ul li.Email {
      display: none; }
  .document-footer .staff-contact {
    padding: 0;
    list-style: none;
    color: #fff;
    margin: 0; }
  .document-footer .staff-contact .col-md-4 {
    margin-bottom: 1rem;
    font-size: 0.8rem; }
    .document-footer .staff-contact .col-md-4:last-child {
      margin-bottom: 0; }
    .document-footer .staff-contact .col-md-4 strong {
      color: #738398;
      font-weight: 600; }
    .document-footer .staff-contact .col-md-4 a {
      color: inherit;
      display: inline-block; }
    .document-footer .staff-contact .col-md-4 a:before {
      width: 35%;
      margin-left: 15px; }
    .document-footer .staff-contact .col-md-4 span {
      display: block; }
  .document-footer .copyright {
    padding: 36px 0 36px; }
  .document-footer .copyright p {
    margin: 0;
    font-size: 0.6rem;
    color: #6e7c8a;
    font-weight: 300;
    letter-spacing: 0.05em; }
    .document-footer .copyright p a {
      color: inherit;
      font-weight: inherit; }
  .document-footer .copyright .copyright2 {
    display: none; }
  .document-footer .social .fa {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 0.8rem; }
    .document-footer .social .fa:hover, .document-footer .social .fa:focus {
      color: #f2c335; }

.carousel {
  background: #f7f7f7;
  background: #081826; }
  .carousel img {
    width: 100%; }
  .carousel .vimeo-container {
    opacity: 0.7; }
  .carousel .overlay {
    background: #253c59;
    opacity: 0.9;
    z-index: 9; }
  .carousel .carousel-caption {
    top: auto;
    right: 0;
    bottom: 2rem;
    left: 0;
    text-align: center;
    padding: 0;
    text-shadow: none; }
  .carousel .carousel-caption h3 {
    margin: 0 0 1rem 0;
    font-size: 3.75rem;
    color: #fff;
    font-weight: 400; }
  .carousel .carousel-caption p {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 1rem; }
    .carousel .carousel-caption p:last-child {
      margin-bottom: 0; }
  .carousel .carousel-indicators {
    text-align: right;
    width: 70%; }
  .carousel .carousel-indicators li {
    border-radius: 0;
    margin: 0 5px 0 0 !important;
    width: 10px;
    height: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    transform: skew(-25deg, 0);
    transition: all 0.3s; }
    .carousel .carousel-indicators li.active {
      background: #f2c335;
      width: 50px; }
  .carousel .carousel-control {
    background: transparent;
    width: 8%; }
  .carousel .carousel-control.left .fa {
    right: 100%; }
  .carousel .carousel-control.right .fa {
    left: 100%; }
  .carousel .carousel-control .fa {
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    font-size: 3rem;
    text-shadow: none;
    transition: all 0.3s; }
  .carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
    right: 50%; }
    .carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
      left: 50%; }
  .carousel .carousel-inner .item {
    margin-bottom: 0; }
  @media (max-width: 767px) {
      .carousel.home .slideshow-overlay {
        display: none; } }
  .carousel.secondary .scrim {
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0)); }
  @media (max-width: 767px) {
      .carousel.secondary .slideshow-overlay {
        display: none; } }
  .carousel.video-masthead {
    overflow: hidden; }
  .carousel.video-masthead .slideshow-overlay {
    left: 0; }
  .carousel .slideshow-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 22%; }
  .carousel .slideshow-overlay path {
    fill: #f7f7f7; }

.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  z-index: 2;
  opacity: 0.5; }
  .scrim.scrim-left {
    background: linear-gradient(to right, #081826, rgba(0, 0, 0, 0));
    top: 0;
    left: 33%;
    right: 50%; }
  .scrim.scrim-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    left: -50%;
    bottom: 0;
    background: #253c59; }

.shoutout {
  padding-right: 0;
  background: #253c59; }
  .shoutout .item .card {
    padding: 0 36px; }
  .shoutout .item h3.title {
    margin: 0 0 1.5rem 0;
    color: #f2c335;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .shoutout .item ul, .shoutout .item ol, .shoutout .item p {
    margin-bottom: 1rem; }
  .shoutout .item p:last-of-type {
    margin: 0; }
  .shoutout .item ul, .shoutout .item ol {
    padding-left: 1em; }
  .shoutout .item p, .shoutout .item li {
    color: #b7c1d0; }
  .shoutout .item .btn-stripped {
    color: #738398;
    border: none;
    padding: 0;
    font-size: 0.7rem; }
    .shoutout .item .btn-stripped .fa {
      transform: translate(0, -5%); }
    .shoutout .item .btn-stripped:hover, .shoutout .item .btn-stripped:focus {
      color: #fff; }

.cta h4 {
  color: #fff; }
  .cta p {
    color: #fff; }
  .cta .overlay {
    opacity: 0.85; }
  .cta.none, .cta.none .overlay {
    background: none; }
  .cta.none.no-photo h4, .cta.none .overlay.no-photo h4 {
    color: #f2c335; }
    .cta.none.no-photo p, .cta.none .overlay.no-photo p {
      color: #333; }
  .cta.no-photo .overlay {
    opacity: 0;
    display: none; }

.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .flash.alert {
    margin-bottom: 0; }

.alert {
  border-radius: 0;
  border: none;
  color: #fff; }
  .alert.alert-danger {
    background-color: #f44336; }
  .alert.alert-success {
    background-color: #4caf50; }
  .alert.alert-info {
    background-color: #03a9f4; }
  .alert.alert-warning {
    background-color: #ff5722; }

.spec-content {
  position: relative;
  overflow: hidden; }
  .spec-content h3.title {
    font-size: 2.5rem; }
  @media (max-width: 1199px) {
    .spec-content h3.title {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .spec-content h3.title {
      font-size: 1.75rem; } }
  .spec-content h6.title {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    font-weight: 600; }
  .spec-content.normal-content .bg-img {
    margin: 2rem 0; }
  .spec-content.normal-content .item {
    margin-bottom: 0; }
    .spec-content.normal-content .item .text-pad {
      padding: 6rem 4rem; }
    @media (max-width: 1199px) {
      .spec-content.normal-content .item .text-pad {
        padding: 4rem 3rem; } }
    @media (max-width: 767px) {
      .spec-content.normal-content .item .text-pad {
        padding: 3rem 0; } }
  .spec-content.normal-content.contentOnly .text-pad {
    padding-left: 0;
    padding-right: 0; }
    .spec-content.normal-content.contentOnly svg {
      display: none; }
  .spec-content.normal-content.contentRight svg {
    transform: scaleX(-1) translate(100%, 0); }
  .spec-content.normal-content.contentLeft svg {
    transform: translate(100%, 0);
    left: auto;
    right: 1px; }
  .spec-content.normal-content svg {
    position: absolute;
    left: 1px;
    top: -1px;
    height: 100%;
    z-index: 9; }
  .spec-content.spec-bg .card {
    background: #fff;
    padding: 72px;
    margin: 72px; }
  .spec-content.spec-bg .text-right {
    text-align: left; }
    .spec-content.spec-bg .text-right .card {
      margin-left: 0; }
  .spec-content.spec-bg .text-left .card {
    margin-right: 0; }
  .spec-content.spec-bg .text-center {
    text-align: left; }
    .spec-content.spec-bg .text-center .card {
      margin-right: 0;
      margin-left: 0; }
  .spec-content.accentColor.spec-bg .card, .spec-content.accentColor.normal-content.bgColor, .spec-content.accentColor.spec-bg {
    background-color: #f2c335; }
  .spec-content.accentColor h3.title {
    color: #21334a; }
  .spec-content.accentColor h6.title {
    color: #21334a; }
  .spec-content.accentColor p, .spec-content.accentColor li {
    color: #333; }
  .spec-content.accentColor svg path, .spec-content.accentColor svg polygon {
    fill: #f2c335; }
  .spec-content.accentColorAlt.spec-bg .card, .spec-content.accentColorAlt.normal-content.bgColor, .spec-content.accentColorAlt.spec-bg {
    background-color: #253c59; }
  .spec-content.accentColorAlt h1, .spec-content.accentColorAlt h2, .spec-content.accentColorAlt h3, .spec-content.accentColorAlt h4, .spec-content.accentColorAlt h5, .spec-content.accentColorAlt h6 {
    color: #f2c335; }
  .spec-content.accentColorAlt h3.title {
    color: #f2c335; }
  .spec-content.accentColorAlt h6.title {
    color: #fff; }
  .spec-content.accentColorAlt p, .spec-content.accentColorAlt li {
    color: #fff; }
  .spec-content.accentColorAlt svg path, .spec-content.accentColorAlt svg polygon {
    fill: #253c59; }
  .spec-content.primaryDarkColor.spec-bg .card, .spec-content.primaryDarkColor.normal-content.bgColor, .spec-content.primaryDarkColor.spec-bg {
    background-color: #21334a; }
  .spec-content.primaryDarkColor h1, .spec-content.primaryDarkColor h2, .spec-content.primaryDarkColor h3, .spec-content.primaryDarkColor h4, .spec-content.primaryDarkColor h5, .spec-content.primaryDarkColor h6 {
    color: #f2c335; }
  .spec-content.primaryDarkColor h3.title {
    color: #f2c335; }
  .spec-content.primaryDarkColor h6.title {
    color: #fff; }
  .spec-content.primaryDarkColor p, .spec-content.primaryDarkColor li {
    color: #fff; }
  .spec-content.primaryDarkColor svg path, .spec-content.primaryDarkColor svg polygon {
    fill: #21334a; }
  .spec-content.primaryLightColor.spec-bg .card, .spec-content.none.spec-bg .card, .spec-content.primaryLightColor.normal-content.bgColor, .spec-content.none.normal-content.bgColor, .spec-content.primaryLightColor.spec-bg, .spec-content.none.spec-bg {
    background-color: #fff; }
  .spec-content.primaryLightColor h3.title, .spec-content.none h3.title {
    color: #081826; }
  .spec-content.primaryLightColor h6.title, .spec-content.none h6.title {
    color: #738398; }
  .spec-content.primaryLightColor svg path, .spec-content.none svg path, .spec-content.primaryLightColor svg polygon, .spec-content.none svg polygon {
    fill: #fff; }
  .spec-content.secondaryLightColor.spec-bg .card, .spec-content.secondaryLightColor.normal-content.bgColor, .spec-content.secondaryLightColor.spec-bg {
    background-color: #f7f7f7; }
  .spec-content.secondaryLightColor h3.title {
    color: #21334a; }
  .spec-content.secondaryLightColor h6.title {
    color: #738398; }
  .spec-content.secondaryLightColor svg path, .spec-content.secondaryLightColor svg polygon {
    fill: #f7f7f7; }
  .spec-content.none .overlay {
    display: none; }
  .spec-content .spec-content-img-wrap .bg-img {
    height: 800px !important; }

.faq a.question {
  position: relative;
  width: 100%;
  padding: 0 0 0 1.5em;
  color: #333;
  font-weight: 400;
  transition: all 0.3s; }
  .faq a.question:hover, .faq a.question:hover::after {
    cursor: pointer;
    color: #f2c335;
    text-decoration: none; }
  .faq a.question::after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 0.8rem;
    color: #333;
    padding: 0 2em 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s; }
  .faq a.question.active {
    color: #f2c335; }
    .faq a.question.active::after {
      font-family: 'FontAwesome';
      content: '\f068';
      color: #f2c335; }
  .faq .content {
    display: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    margin: 0.5em 0 1em 0; }
  .faq .content p, .faq .content li {
    font-size: 0.9em; }

.gallery {
  margin: 0 8px; }
  .gallery .item {
    padding: 2px;
    border: none; }
  .gallery .item img {
    padding: 5px; }

.Collage {
  padding: 5px 0;
  margin: 0;
  overflow: hidden; }
  .Collage img {
    vertical-align: bottom;
    opacity: 1;
    border: 5px #fff solid; }
  .Collage img:hover, .Collage img:focus {
    cursor: pointer; }

@media (max-width: 767px) {
      .gallery-album .item:nth-child(odd) {
        padding-right: 7.5px; }
      .gallery-album .item:nth-child(even) {
        padding-left: 7.5px; } }
  .gallery-album .item .card {
    padding: 1.5rem 1rem 3rem 0; }
  .gallery-album .item .title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600; }
    @media (max-width: 767px) {
    .gallery-album .item .title {
      font-size: 1.1rem; } }
  .gallery-album .item .btn-stripped {
    color: #738398;
    border: none;
    padding: 0;
    font-size: 0.7rem; }
    .gallery-album .item .btn-stripped .fa {
      transform: translate(0, -5%); }
    .gallery-album .item .btn-stripped:hover, .gallery-album .item .btn-stripped:focus {
      color: #21334a; }

.gallery-album-details .main-title {
  font-size: 3rem; }
  @media (max-width: 991px) {
    .gallery-album-details .main-title {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .gallery-album-details .main-title {
      font-size: 1.75rem; } }
  .gallery-album-details p + .gallery, .gallery-album-details ul + .gallery, .gallery-album-details ol + .gallery {
    padding-top: 36px; }
  .gallery-album-details .gallery {
    margin: 0 -4px; }

.cart .panel {
  border: none;
  margin: 2rem 0 0 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0; }
  .cart .panel .panel-body {
    padding: 0; }
  .cart .form-inline .input-group .form-control, .cart .form-inline .input-group .input-group-addon {
    background: transparent;
    border-radius: 0;
    font-weight: 600; }
    .cart .form-inline .input-group .form-control {
      height: 36px; }
    .cart .form-inline .input-group .input-group-addon {
      padding: 0; }
    .cart .form-inline .input-group .input-group-addon a {
      height: 29px;
      display: block;
      line-height: 20px;
      padding: 6px 10px; }
      .cart .form-inline .input-group .input-group-addon a:hover, .cart .form-inline .input-group .input-group-addon a:focus {
        text-decoration: none;
        border: none; }

.staff-card-wrapper {
  margin-bottom: 30px; }

.staff-card-wrapper--content {
  background: #14253c;
  background: linear-gradient(180deg, rgba(20, 37, 60, 0) 0%, rgba(20, 37, 60, 1) 38%);
  margin-top: -250px;
  z-index: 222;
  position: relative;
  padding: 100px 30px 30px;
  color: #fff;
  border-radius: 0 0 10px 10px; }
  .staff-card-wrapper--content p {
    font-size: 15px !important;
    opacity: 0.8; }
  .staff-card-wrapper--content ul {
    margin-left: 0px;
    padding-left: 20px; }
  .staff-card-wrapper--content ul li {
    font-size: 15px !important;
    opacity: 0.8; }
  .staff-card-wrapper--content h3 {
    color: #f2c335 !important;
    font-size: 40px;
    margin-bottom: 0px; }
  .staff-card-wrapper--content small {
    font-size: 15px;
    color: #f2c335 !important;
    opacity: 0.7;
    line-height: 1em;
    text-transform: uppercase;
    display: block; }

.projects-map .gm-style * {
  box-sizing: border-box; }
  .projects-map .gm-style .gm-style-iw-c {
    padding: 2rem !important;
    border-radius: 0;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px !important; }
  .projects-map .gm-style .gm-style-iw-d {
    max-width: 100%;
    overflow: visible !important; }
  .projects-map .gm-style .gm-style-iw-t:after {
    top: -1px; }
  .projects-map .gm-style .title {
    font-size: 1.25rem; }
  .projects-map .gm-style .gallery-map {
    margin: 0 -5px;
    padding-top: 1rem; }
    .projects-map .gm-style .gallery-map .item {
      padding: 5px; }
  .projects-map .gm-style button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    width: 35px !important;
    height: 35px !important; }
  .projects-map .gm-style img {
    max-width: 100% !important; }

.testimonials .item .card {
  padding: 36px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  margin: 0 0.5rem;
  border-radius: 5px; }
  .testimonials .item .card img {
    margin: -72px auto 2rem;
    max-width: 40%;
    border: 15px #fff solid; }
  .testimonials .item .card .title {
    margin: 0 0 1.5rem 0;
    color: #253c59; }
  .testimonials .item .card .title span {
    opacity: 0.25;
    font-weight: 500;
    margin-left: 0.5em; }
  .testimonials .item .card p, .testimonials .item .card li {
    font-size: 0.9em; }

.noNameBox {
  display: block;
  position: fixed;
  width: 350px;
  padding: 1.5rem;
  bottom: -100%;
  right: 1rem;
  z-index: 100;
  background: #f1f1f1;
  border: 1px #e2e2e2 solid;
  transition: all 0.6s; }

.noNameBox.visible {
  bottom: 0; }

.pagination > li > a {
  font-size: 1em;
  color: #fff;
  border: 1px #253c59 solid;
  padding: 0.5rem 1rem;
  font-weight: 400;
  background: #253c59; }
  .pagination > li > a:after {
    content: none; }
  .pagination > li > a:hover, .pagination > li > a:focus {
    background: #111f2f;
    color: #fff;
    border-color: #111f2f; }
  .pagination > li.active > a {
    background: #f2c335;
    border-color: #f2c335;
    color: #253c59;
    font-weight: 700; }
  .pagination > li.active > a:hover, .pagination > li.active > a:focus {
    background: #f2c335;
    border-color: #f2c335;
    color: #253c59; }
  .pagination > li:last-child > a, .pagination > li:first-child > a {
    border-radius: 0;
    background: #253c59;
    color: #fff;
    font-weight: 400;
    border-color: #253c59; }

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.progress-wrap::after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f062';
  text-align: center;
  line-height: 46px;
  font-size: 0.6rem;
  color: #081826;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.progress-wrap svg path {
  fill: #fff !important; }

.progress-wrap svg.progress-circle path {
  stroke: #081826;
  stroke-width: 2;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.document-header {
  padding: 1rem 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9; }

.widget-type-site_logo img {
  max-height: 50px; }

@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 35%; } }

@media (max-width: 1399px) {
  .container-semi-fluid {
    width: 1170px; }

  header .logo {
    max-height: 70px; }
    header .main {
      padding: 1rem 0; }
    header .container-semi-fluid {
      width: 100%; }

  .navbar-default .navbar-nav > li > a {
    letter-spacing: 0.02em;
    font-size: 0.85rem;
    padding-left: 10px;
    padding-right: 10px; }

  .home-contact .card {
    padding: 72px; }

  .carousel.video-masthead .carousel-caption h3 {
    font-size: 3rem; } }

@media (max-width: 1199px) {
  /**
   Commented out due to client request. 
   .navbar-default {
   float: right;
   .navbar-collapse {
   display: none !important;
   }
   .navbar-toggle {
   display: block;
   }
   } **/
    body, html {
      font-size: 16px; }
    body {
      margin-bottom: 0 !important; }
    .container-semi-fluid, .header .container-semi-fluid {
      width: 970px; }
    header .logo {
      max-height: 60px; }
    .carousel.video-masthead .carousel-caption h3 {
      font-size: 2.5rem; }
    .intro .main-title {
      font-size: 2.5rem; }
    .shoutout .item .card {
      padding: 0; }
    .clients .client-logo {
      max-width: 180px; }
    .home-contact .card {
      padding: 72px 36px; }
      .home-contact .title {
        font-size: 2.5rem; }
      .home-contact h3.title {
        font-size: 1.25rem; }
      .home-contact address {
        border-top-left-radius: 50px; }
        .home-contact address .fa-ul li {
          font-size: 1rem; }
    .shoutout {
      padding-top: 36px; }
    .embed-responsive.embed-responsive-16by9 {
      padding-bottom: 35%; }
    .testimonials .item .card {
      margin: 0; }
    .document-footer {
      position: static;
      z-index: 0;
      margin: 0; }
      .document-footer .main-title {
        font-size: 1.75rem;
        margin-bottom: 36px; }
      .document-footer .section.pad {
        padding: 72px 0; }
      .document-footer address .fa-ul li, .document-footer .staff-contact li {
        font-size: 1rem; }
      .document-footer .social {
        margin-top: 1rem; }
        .document-footer .social .fa {
          font-size: 1rem;
          margin: 0 1em 0 0; }
      .document-footer .copyright {
        text-align: center;
        padding: 1rem 0; }
        .document-footer .copyright .flex {
          display: block; }
        .document-footer .copyright .text-right {
          text-align: center; } }

@media (max-width: 991px) {
  body, html {
    font-size: 14px; }

  .container-semi-fluid {
    width: 750px; }

  .intro .main-title {
    font-size: 2rem; }

  .clients .client-logo {
    max-width: 130px; }

  .testimonials .item:last-child {
    display: none; }

  .carousel.video-masthead {
    max-height: 700px; }
    .carousel.video-masthead .vimeo-container {
      max-height: 700px; }
      .carousel.video-masthead .vimeo-container iframe {
        max-height: 700px;
        min-height: 100%; }

  .home-contact .card {
    padding: 0; }
    .home-contact .same {
      height: auto !important; }
    .home-contact h3.title {
      font-size: 2rem;
      margin-bottom: 1em; }
      .home-contact h3.title span {
        display: block; }
    .home-contact .address {
      position: relative;
      border-radius: 0; }
      .home-contact .address .card {
        padding: 36px 0; }
      .home-contact .address:before, .home-contact .address:after {
        content: '';
        display: block;
        background: #253c59;
        position: absolute;
        top: 0;
        bottom: 0; }
      .home-contact .address:before {
        right: 100%;
        left: -200%; }
      .home-contact .address:after {
        left: 100%;
        right: -200%; }
      .home-contact .address .fa-ul li strong {
        font-size: 1.25rem; }
    .home-contact address {
      border: none;
      padding: 0; }

  .layout-contact .home-contact .card {
    padding-top: 3rem; }

  .clients h6.intro-title {
    margin-bottom: 36px; }

  .testimonials .item .card p, .testimonials .item .card li {
    font-size: 1em; } }

@media (max-width: 767px) {
  .container-semi-fluid, .container-fluid {
    width: 100%; }

  .pad, .padded, .padding {
    padding: 3rem 0; }

  header .preheader p, header .preheader address .fa-ul li {
    font-size: 1.1rem; }
    header .logo {
      max-height: 50px; }

  .carousel .carousel-caption, .carousel.secondary .carousel-caption {
    position: static;
    background: #f7f7f7;
    display: block;
    text-shadow: none;
    padding: 2rem 0; }
    .carousel .carousel-caption h3, .carousel.secondary .carousel-caption h3 {
      color: #081826;
      font-size: 2rem; }
    .carousel .carousel-caption p, .carousel.secondary .carousel-caption p {
      color: #333; }
    .carousel.video-masthead, .carousel.secondary.video-masthead {
      height: auto !important; }
    .carousel.video-masthead .carousel-caption, .carousel.secondary.video-masthead .carousel-caption {
      position: absolute;
      background: transparent; }
      .carousel.video-masthead .carousel-caption h3, .carousel.secondary.video-masthead .carousel-caption h3 {
        color: #fff; }
    .carousel.video-masthead .slideshow-overlay, .carousel.secondary.video-masthead .slideshow-overlay {
      display: none; }
    .carousel .vimeo-container, .carousel.secondary .vimeo-container {
      height: 400px !important; }
    .carousel .vimeo-container iframe, .carousel.secondary .vimeo-container iframe {
      min-height: 400px; }

  .scrim, .carousel-control, .carousel-indicators {
    display: none; }

  .spec-content .bg-img, .spec-content.bg-img {
    background-image: none !important; }
    .spec-content .overlay {
      display: none; }

  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 100%; } }

@media (max-width: 500px) {
  header .preheader p, header .preheader address .fa-ul li {
    font-size: 0.8rem;
    letter-spacing: 0; }
    header .preheader p .fa, header .preheader address .fa-ul li .fa {
      display: none; }
    header .logo {
      max-height: 40px; }
    header .main {
      padding: 0.5rem 0; }

  .carousel.video-masthead .vimeo-container {
    height: 300px !important; }
    .carousel.video-masthead .vimeo-container iframe {
      min-height: 300px;
      transform: translate(-65%, -50%); }
    .carousel.video-masthead .carousel-caption {
      bottom: 0; }
    .carousel.video-masthead .carousel-caption h3 {
      font-size: 2rem; }

  .intro .main-title {
    text-align: left;
    font-size: 1.5rem; }

  .shoutout {
    padding-top: 1rem; }
    .shoutout .item {
      width: 100%;
      margin-bottom: 2rem; }
    .shoutout .item:last-child {
      margin-bottom: 0; }
    .shoutout .item .btn-stripped {
      font-size: 0.9rem; }

  .clients .client-logo {
    max-width: 80px;
    margin: 0 1rem 1rem; }

  .testimonials .item {
    width: 100%;
    margin-bottom: 72px; }
    .testimonials .item:nth-last-child(2) {
      margin-bottom: 0; }

  .home-contact h3.title {
    font-size: 1.5rem;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px #21334a solid; }
    .home-contact h3.title span {
      display: inline; }
    .home-contact .title {
      font-size: 2rem; }
    .home-contact .address .fa-ul li, .home-contact .staff-contact li {
      font-size: 0.9rem; }
    .home-contact .address .fa-ul li strong, .home-contact .staff-contact li strong {
      font-size: 1em; }

  .document-footer .section.pad {
    padding: 3rem 0 2rem; }
    .document-footer .footer-contacts, .document-footer .footer-menu-col {
      width: 100%; }
    .document-footer address .fa-ul li, .document-footer .staff-contact li {
      font-size: 0.9rem; }
    .document-footer .footer-menu-col .fa-ul {
      padding: 2rem 0 0 0;
      border-top: 2px #21334a solid;
      margin-top: 2rem;
      column-count: 2; }
    .document-footer .footer-menu-col .fa-ul:before {
      content: 'Quick Links';
      display: block;
      color: #f2c335;
      font-weight: 900;
      margin-bottom: 0.5rem; }
    .document-footer .footer-menu-col .fa-ul li {
      margin-bottom: 0; }
    .document-footer .copyright {
      text-align: left; }
    .document-footer .copyright .text-right {
      text-align: left; } }
/*# sourceMappingURL=/themes/base/css/sources/style.map */