.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px none #8597a3;
  background-color: #fff;
}

.div-block--nav-contact {
  display: inline-block;
  margin-right: 28px;
  float: right;
  clear: none;
}

.text--small-black {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.links--blue {
  display: block;
  clear: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #8597a3;
  font-size: 14px;
  text-decoration: none;
}

.links--blue:hover {
  color: #14233c;
}

.div-block--nav-icon {
  display: inline-block;
  margin-right: 10px;
}

.div-block--nav-contact-text {
  position: relative;
  top: 9px;
  display: inline-block;
}

.nav-menu {
  position: relative;
  margin-top: 21px;
  float: right;
  clear: both;
}

.nav-link {
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px none #14233c;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: inset 0 -2px 0 0 #14233c;
}

.nav-link.w--current {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #14233c;
  color: #fff;
}

.section--hero {
  position: static;
  padding-top: 33px;
  padding-bottom: 685px;
  border-bottom: 4px solid #8597a3;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .4), rgba(123, 140, 154, .02) 23%, rgba(133, 151, 163, 0) 24%), url('../images/HeroBG.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .4), rgba(123, 140, 154, .02) 23%, rgba(133, 151, 163, 0) 24%), url('../images/HeroBG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text--large {
  display: block;
  border: 1px none #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 40px;
  font-weight: 400;
}

.div-block--hero-text {
  display: inline-block;
  margin-right: 20px;
  float: none;
  clear: none;
}

.section--hero-blue {
  position: absolute;
  left: 0px;
  top: 147px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  background-color: rgba(20, 35, 60, .84);
}

.section--white {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.logo {
  position: static;
  display: inline-block;
  float: none;
}

.heading-1 {
  margin-bottom: 56px;
  padding-bottom: 9px;
  border-bottom: 1px solid #8597a3;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
}

.paragraph--medium {
  font-family: Lato, sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}

.paragraph--medium.services {
  font-size: 16px;
  line-height: 24px;
}

.paragraph--medium.services.white {
  color: hsla(0, 0%, 100%, .73);
}

.section--footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14233c;
  background-image: -webkit-linear-gradient(135deg, #14233c, rgba(133, 151, 163, .14));
  background-image: linear-gradient(315deg, #14233c, rgba(133, 151, 163, .14));
}

.section--light-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f3f3f3;
}

.div-block--services-images-and-content {
  padding-right: 8px;
  padding-left: 8px;
}

.image--services {
  margin-bottom: 28px;
  box-shadow: 1px 1px 3px 0 #5c5c5c;
}

.image--services.awards {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-bottom: 89px;
  margin-left: auto;
}

.heading-3 {
  margin-top: 3px;
  margin-bottom: 22px;
  padding-bottom: 7px;
  border-bottom: 1px solid #8597a3;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.heading-3.white {
  border-bottom-color: hsla(0, 0%, 100%, .9);
  color: hsla(0, 0%, 100%, .91);
}

.heading-3.contact-us {
  margin-bottom: 42px;
}

.text--copyright {
  margin-top: 49px;
  padding-top: 9px;
  border-top: 1px solid #8597a3;
  font-family: Lato, sans-serif;
  color: #8597a3;
  text-align: center;
}

.div-block--testimonial {
  margin: 10px;
  padding: 20px;
  border-radius: 3px;
  background-color: rgba(133, 151, 163, .2);
}

.div-block--right {
  position: static;
  top: 112px;
  right: 0px;
  bottom: 0px;
  float: right;
}

.slider {
  height: 300px;
  margin-bottom: 94px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(133, 151, 163, .22);
  background-color: #fff;
}

.slider-arrows {
  color: #14233c;
}

.slider-bullets {
  background-color: #14233c;
}

.image--partners {
  margin-top: 72px;
  margin-right: 40px;
  margin-left: 40px;
}

.slide--centered {
  text-align: center;
}

.text--footer {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #c4d3dd;
  font-size: 15px;
  text-transform: uppercase;
}

.paragraph--footer {
  display: inline-block;
  margin-bottom: 31px;
  font-family: Lato, sans-serif;
  color: #8597a3;
}

.text-field {
  margin-bottom: 19px;
  border-bottom: 1px solid #8597a3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.submit {
  border: 1px solid #fff;
  background-color: #14233c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit:hover {
  border: 1px solid #fff;
  background-color: rgba(60, 68, 82, .76);
}

.column--2 {
  padding-left: 20px;
}

.map {
  height: 170px;
}

.image--arrow {
  position: static;
  left: 393px;
  top: 148px;
  right: 0px;
  bottom: 0px;
  margin-top: -58px;
  margin-left: -65px;
}

.section--hero-sub-pages {
  height: 475px;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/2Q==.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/2Q==.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.section--hero-sub-pages.services {
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/36131955_ml.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/36131955_ml.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
}

.section--hero-sub-pages.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/45125688_ml.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/45125688_ml.jpg');
  background-position: 0px 0px, 56% -106px;
  background-size: auto, cover;
}

.section--hero-sub-pages.solutions {
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/ImageResize.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/ImageResize.jpg');
  background-position: 0px 0px, 50% 106px;
  background-size: auto, cover;
}

.section--hero-sub-pages.awards {
  background-image: -webkit-linear-gradient(270deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/awardsbg.jpg');
  background-image: linear-gradient(180deg, rgba(20, 35, 60, .5), rgba(20, 35, 60, .8)), url('../images/awardsbg.jpg');
  background-position: 0px 0px, 50% 21%;
  background-size: auto, cover;
}

.div-block--choose-us-bullets {
  padding-right: 8px;
  padding-left: 8px;
}

.heading-4 {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
}

.image--choose-us {
  margin-top: 3px;
  margin-right: 11px;
  float: left;
}

.row--choose-us {
  margin-top: 43px;
}

.section--dark-gray {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3a3a3a;
}

.list-items {
  margin-top: 8px;
  color: #c4d3dd;
}

.list-items.gray {
  color: #3a3a3a;
}

.row--services {
  margin-top: 43px;
}

.container--services {
  margin-bottom: 77px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block--contact-page {
  padding-right: 11px;
  padding-left: 11px;
}

.image--map {
  margin-right: 10px;
  float: left;
}

.image--map.phone {
  opacity: 0.7;
}

.image--map.mail {
  margin-right: 15px;
}

.text--contact-us-page {
  display: inline-block;
  margin-top: 7px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block--contact-content {
  margin-bottom: 23px;
}

.links--gray {
  color: #3a3a3a;
  text-decoration: none;
}

.links--gray:hover {
  color: #8597a3;
}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #8597a3;
}

.dropdown-link:hover {
  color: #14233c;
}

.dropdown-link.w--current {
  color: #14233c;
}

.text--blue {
  color: #14233c;
  font-weight: 300;
}

.link-block--facebook {
  display: inline-block;
  padding: 4px;
  float: right;
  border: 1px solid #8597a3;
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block--facebook:hover {
  background-color: #fff;
}

html.w-mod-js *[data-ix="load-fade-in-1"] {
  opacity: 0;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

html.w-mod-js *[data-ix="load-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

html.w-mod-js *[data-ix="load-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

html.w-mod-js *[data-ix="pop-up-1"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-up-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="pop-up-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  .nav-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .section--hero-sub-pages {
    height: 400px;
  }
  .section--hero-sub-pages.contact {
    background-position: 0px 0px, 0px 75px;
  }
  .section--hero-sub-pages.awards {
    background-position: 0px 0px, 50% 80px;
  }
}

@media (max-width: 767px) {
  .text--small-black {
    font-size: 13px;
    line-height: 17px;
  }
  .links--blue {
    font-size: 11px;
  }
  .text--large {
    font-size: 21px;
    line-height: 27px;
  }
  .section--hero-blue {
    top: 109px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
  }
  .logo {
    width: 80px;
  }
  .heading-1 {
    margin-bottom: 33px;
    font-size: 31px;
    line-height: 42px;
  }
  .paragraph--medium {
    font-size: 13px;
    line-height: 25px;
  }
  .paragraph--medium.services {
    font-size: 13px;
    line-height: 22px;
  }
  .div-block--services-images-and-content {
    margin-bottom: 63px;
    text-align: center;
  }
  .heading-3 {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text--footer {
    margin-bottom: 4px;
  }
  .column--2 {
    padding-left: 10px;
  }
  .section--hero-sub-pages {
    height: 350px;
  }
  .div-block--choose-us-bullets {
    margin-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4 {
    font-size: 14px;
  }
  .image--choose-us {
    float: none;
  }
  .image--map {
    float: none;
  }
  .text--contact-us-page {
    display: block;
    font-size: 13px;
  }
  .column--centered {
    text-align: center;
  }
  .container--centered {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .form--newsletter {
    margin-bottom: 43px;
  }
  .form--contact-us {
    margin-bottom: 79px;
  }
}

@media (max-width: 479px) {
  .div-block--nav-contact {
    margin-right: 22px;
  }
  .div-block--nav-contact.call-us {
    margin-right: 31px;
  }
  .image--contact-icon {
    float: left;
  }
  .div-block--nav-contact-text {
    top: 0px;
  }
  .logo {
    display: block;
  }
  .slider {
    height: 457px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .slider-arrows {
    display: none;
  }
  .image--partners {
    width: 138px;
  }
  .slide--centered {
    text-align: center;
  }
}

