﻿@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: aliceblue;
  font-size: 14px;
  font-family: 'Open Sans', Helvetica, Arial;
  min-width: 256px;
  background-color: #fff; }

.testimonials {
  position: relative;
  margin-top: 2em; }

.testimonial {
  position: relative;
  left: 50%;
  top: 50%;
  width: 80%;
  min-width: 250px;
  text-align: justify;
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 1;
  transition-delay: 0.2s;
  transform: scale(1) translateX(-50%) translateY(-50%);
  transform-origin: left top; }
  .testimonial.ng-hide {
    opacity: 0;
    transition-delay: 0s;
    transform: scale(1.2) translateX(-50%) translateY(-50%); }
  .testimonial.marked {
    position: absolute; }
  .testimonial h4 {
    padding: 1em;
    border: 1px solid #85c3f7;
    border-radius: 0.5em;
    border: 0; }
  .testimonial .by-line {
    text-align: right;
    padding-top: 2.5em; }
  .testimonial .journal {
    font-style: italic; }

.swiper-container {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }
  .swiper-container:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing; }

.content {
  max-width: 800px;
  margin: 0 auto; }

.header {
  position: relative;
  left: 0;
  right: 0;
  background-color: aliceblue;
  color: #00005A;
  text-align: center;
  padding-left: 0;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  height: 50px;
  padding-top: 8px; }
  .header .icon {
    max-width: 36px;
    padding: 0; }
  .header table td {
    vertical-align: middle; }
  .header a {
    color: #0B5FA5; }
  .header a:visited {
    color: #0B5FA5; }
  .header a:hover {
    color: white; }
  .header a:active {
    color: #00005A; }

.nav-button {
  display: none;
  float: right; }

.nav ul {
  max-width: 800px;
  margin: 0 auto;
  text-align: right; }
  .nav ul li {
    text-align: center;
    display: inline-block;
    padding: 1em;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    font-weight: 100;
    border-bottom: 2px solid transparent; }
  .nav ul li:hover {
    background-color: #1088ed;
    color: white;
    border-bottom: 2px solid transparent; }
  .nav ul.selected {
    border-bottom: 2px solid #1088ed; }

.service-information li {
  list-style: disc;
  margin-left: 1.5em;
  font-weight: 300; }

.service-information p + ul {
  margin-top: -1em; }

.service-information b {
  font-weight: 500; }

.banner {
  width: 100%;
  object-fit: cover;
  height: 300px;
  max-height: 300px;
  transition: 0.1s all ease-in-out;
  background-image: url(/res/backdrop-blue.jpg);
  background-size: cover; }
  .banner .banner-text {
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    position: relative; }
    .banner .banner-text .text {
      max-width: 760px;
      margin: 0 auto;
      font-size: 1.5em;
      line-height: 2em;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

h1 {
  color: #00005A;
  margin: 0;
  font-size: 1.5em;
  padding-left: 0.6em; }
  h1 .subtitle {
    font-size: 0.6em;
    text-align: left;
    font-style: italic;
    font-weight: 300; }

.fa-huge {
  font-size: 8em;
  float: left; }
  .fa-huge.block {
    float: none; }

.fa-smallonly {
  display: none; }

.percent-66 {
  width: 90%; }

.percent-33 {
  width: 5%; }

.clear {
  clear: both; }

h2 {
  font-size: 3em;
  font-family: 'Lato', Helvetica, Arial;
  font-weight: 300;
  padding-top: 0.5em;
  padding-bottom: 1em;
  text-align: center; }

h3 {
  font-size: 1.5em;
  line-height: 1.5em; }

h4 {
  font-family: 'Lato', Helvetica, Arial;
  font-weight: 200;
  font-size: 1.25em;
  line-height: 1.4em; }

p {
  font-family: 'Lato', Helvetica, Arial;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.25em; }

.homepage .homepage-slide {
  padding-bottom: 4em; }

.arrow-down {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2694f1; }
  .arrow-down.right-align {
    left: auto;
    right: 10%; }
  .arrow-down.promo {
    border-top: 20px solid #41cfa0; }
  .arrow-down.highlight-1 {
    border-top: 20px solid #0B5FA5; }
  .arrow-down.highlight-2 {
    border-top: 20px solid #fff; }
  .arrow-down.highlight-3 {
    border-top: 20px solid #2694f1; }
  .arrow-down.highlight-4 {
    border-top: 20px solid #fff; }
  .arrow-down.highlight-5 {
    border-top: 20px solid #0e7bd5; }
  .arrow-down.light-blue {
    border-top: 20px solid #85c3f7; }
  .arrow-down.placed-top {
    top: 0;
    bottom: auto; }
    .arrow-down.placed-top.relative {
      top: auto; }
  .arrow-down.small {
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px; }

.promotion {
  text-align: center; }
  .promotion h5 {
    text-align: center;
    cursor: pointer; }

.promotion-detail p {
  padding-top: 15px !important; }

strong {
  font-weight: 600;
  padding: 3px;
  color: #41cfa0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 5px;
  background-color: #fff; }

.clients .content-short {
  position: relative; }

.clients .client-logos-container {
  text-align: center; }

.clients .client-logos-container-extended {
  display: none; }

.clients .client-logo-container {
  display: inline-block;
  width: 25%;
  padding: 2em;
  text-align: center; }

.clients .client-logo {
  max-height: 128px;
  max-width: 100%;
  vertical-align: middle; }

.clients .clients-expand-container {
  text-align: center; }
  .clients .clients-expand-container.expanded {
    opacity: 0;
    display: none;
    transition: 0.3s opacity ease-in-out; }

.fa-inline {
  margin-right: 0.5em; }

.fa-inline-end {
  margin-left: 0.5em; }

.buttons-container {
  margin: 0 auto;
  text-align: center; }

.content-short h2 {
  padding-bottom: 0.5em; }

.content-short h4 {
  text-align: center; }

.content-short h2 {
  text-align: center; }
  .content-short h2 .fa {
    display: inline-block; }

.content-short .sector-selector {
  width: 95%; }

.content-short .sector {
  width: 25%;
  display: inline-block;
  font-size: 1.5em; }
  .content-short .sector i {
    padding-right: 0.5em; }
  .content-short .sector.selected {
    border-radius: 10%;
    background-color: #fff;
    color: #0B5FA5; }

.content-short .client-logos-container {
  text-align: center; }

.content-short .client-logo-container {
  width: 33.3%;
  box-sizing: border-box;
  padding: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: inline-block;
  text-align: center; }
  .content-short .client-logo-container img {
    max-width: 100%;
    height: 90px; }

.button {
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: inline-block;
  margin: 1em;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
  width: 200px; }
  .button:hover {
    background-color: #fff;
    color: #0B5FA5;
    font-weight: 300; }
  .button.selected {
    background-color: #fff;
    color: #0B5FA5;
    font-weight: 300; }
    .button.selected:hover {
      cursor: default; }
    .button.selected.hoverable:hover {
      cursor: pointer; }
  .button.button-short {
    width: 135px;
    padding-left: 0.65em;
    padding-right: 0.65em; }

.content-highlight-2 .button, .nav-button .button {
  border: 1px solid #0B5FA5; }
  .content-highlight-2 .button:hover, .nav-button .button:hover {
    color: white;
    background-color: #0B5FA5; }
  .content-highlight-2 .button:selected, .nav-button .button:selected {
    color: white;
    background-color: #0B5FA5; }

.nav-button .button {
  width: 75px;
  padding: 10px;
  width: auto;
  border: none;
  color: #00005A;
  background-color: white; }
  .nav-button .button .fa-bars {
    display: inherit; }
  .nav-button .button .fa-close {
    display: none;
    margin-right: 0.05em; }
  .nav-button .button.expanded {
    color: #2694f1 !important;
    background-color: white !important;
    font-weight: normal; }
    .nav-button .button.expanded .fa-close {
      display: inherit; }
    .nav-button .button.expanded .fa-bars {
      display: none; }
  .nav-button .button:hover {
    color: #00005A;
    font-weight: normal;
    background-color: white; }
  .nav-button .button:selected {
    color: #00005A;
    font-weight: normal;
    background-color: white; }

.nav-dropdown {
  display: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  max-height: 250px;
  background-color: white; }
  .nav-dropdown.hide {
    max-height: 0px; }
  .nav-dropdown li {
    padding: 15px;
    background-color: white; }
    .nav-dropdown li:hover {
      background-color: #00005A;
      color: white;
      text-decoration: none;
      cursor: pointer; }
  .nav-dropdown a {
    text-decoration: none; }

.content-highlight {
  padding-top: 4em;
  padding-bottom: 6em; }
  .content-highlight.content-short {
    padding-top: 1em;
    padding-bottom: 1em; }
  .content-highlight table {
    max-width: 80%;
    margin: 0 auto; }
    .content-highlight table td {
      padding-left: 3em;
      vertical-align: middle;
      text-align: justify; }
    .content-highlight table td:first-child {
      padding-left: 0em; }

.content-highlight-1 {
  background-color: #0B5FA5;
  color: #fff; }

.content-highlight-2, .content-highlight-4 {
  background-color: #fff;
  color: #0B5FA5; }
  .content-highlight-2 h4, .content-highlight-4 h4 {
    font-weight: 300; }

.content-highlight-3 {
  color: #fff;
  background-color: #2694f1; }
  .content-highlight-3 .swiper-pagination-bullet {
    background-color: #fff; }
  .content-highlight-3 .swiper-pagination-bullet-active {
    background-color: #fff; }

.content-highlight-5 {
  color: #fff;
  background-color: #0e7bd5; }

.content-highlight-6 {
  color: #fff;
  background-color: #41cfa0; }

.content-footer {
  color: #ddd;
  background-color: #06365d;
  font-size: 0.8em;
  font-weight: 200;
  text-align: center;
  line-height: 1.75em;
  padding-bottom: 2em;
  padding-top: 2em; }
  .content-footer .footer-footer {
    padding-top: 2em; }

@media (max-width: 525px) {
  strong {
    display: block;
    margin-left: 10%;
    margin-right: 10%;
    padding: 5px; } }

@media (max-width: 600px) {
  .nav {
    display: none; }
  .nav-button {
    display: inline-block; }
  .nav-dropdown {
    display: inherit; } }

@media (max-width: 600px) {
  .header {
    height: 56px; }
    .header table td:first-child {
      padding-left: 8px; } }

@media (min-width: 500px) and (max-width: 600px) {
  .header {
    padding-top: 0;
    height: 64px; }
    .header .nav-dropdown {
      max-height: 275px; }
      .header .nav-dropdown.hide {
        max-height: 0; } }

@media (max-width: 816px) {
  .header table td:first-child {
    padding-left: 8px; } }

@media (max-width: 1280px) {
  body {
    background-color: aliceblue; } }

@media (max-width: 770px) {
  body {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    border: 0; }
  .banner {
    height: 200px;
    max-height: 200px; }
    .banner .banner-text .text {
      font-size: 1.2em;
      padding-left: 1.5em;
      padding-right: 1.5em; }
  .content-highlight {
    padding: 20px;
    padding-bottom: 35px; }
    .content-highlight.full-width {
      padding-left: 0;
      padding-right: 0; }
  h2 {
    font-size: 2.25em; }
  h4 {
    font-weight: 300; }
  .content-footer {
    font-weight: 300; }
  .fa-huge {
    font-size: 5em; }
  .clients .client-logo-container {
    width: 35%; }
  .clients .client-logo {
    max-width: 100%;
    max-height: 120px; } }

@media (max-width: 500px) {
  body {
    font-size: 0.7em; }
  .clients h2 {
    text-align: center; }
    .clients h2 .fa {
      display: none; }
  .clients h2 {
    text-align: center; }
  .clients .client-logo-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 75%;
    margin: 0 auto;
    text-align: center; }
    .clients .client-logo-container img {
      max-width: 200px;
      max-height: 128px; }
    .clients .client-logo-container .client-logo {
      max-width: 200px; }
  body {
    background-color: aliceblue; }
  .banner {
    height: 150px;
    max-height: 150px; }
    .banner .banner-text .text {
      font-size: 1em; }
  h2 {
    font-size: 1.8em; }
  .percent-33 {
    display: none;
    width: 0; }
  .fa-huge {
    display: none; }
  .fa-smallonly {
    font-size: 3em;
    display: block;
    text-align: center;
    margin-bottom: 0.25em; }
  .content-highlight {
    padding-bottom: 3em; }
    .content-highlight .percent-66 {
      width: 100%;
      text-align: justify; }
    .content-highlight table td {
      padding-left: 0; }
  .content-footer table td {
    padding-left: 3em; } }

@media (max-width: 319px) {
  .header table {
    margin: 0 auto; }
  h1 .subtitle {
    display: block;
    margin: 0 auto; } }

/* The starting CSS styles for the enter animation */
.request-button .fa-spin {
  display: none; }

.request-button .fa-check {
  display: none; }

.request-button.submitting .fa-arrow-right {
  display: none; }

.request-button.submitting .fa-spin {
  display: inherit; }

.request-button.submitting .fa-check {
  display: none; }

.request-button.submitted .fa-check {
  display: inherit; }

.request-button.submitted .fa-spin, .request-button.submitted .fa-arrow-right {
  display: none; }

.pure-error {
  color: #AA2422; }

.catalog-detail {
  text-align: center; }
  .catalog-detail .pure-control-group {
    transition: color 0.3s ease-in-out; }

.center-form {
  display: inline-block;
  font-size: 1.1em; }
  .center-form .pure-control-group {
    padding-bottom: 0.5em; }

.service-information h3 {
  font-size: 2em; }

@media (max-width: 500px) {
  .hide-below-small {
    display: none; }
  .service-information h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    cursor: pointer; }
  .service-information h3:last-child {
    margin-bottom: 0; }
  .service-information h3::after {
    content: '+';
    float: right; }
  .service-information.expanded h3 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: .25em;
    padding-top: 0.25em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    background-color: #00005A;
    color: white; }
  .service-information.expanded h3::after {
    content: '–';
    position: relative;
    top: -2px; }
  .service-information.expanded .service-information-body {
    max-height: 550px; }
    .service-information.expanded .service-information-body.long {
      max-height: 1825px; }
  .service-information .service-information-body {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s max-height linear; } }

.po-section {
  max-height: 0;
  transition: 0.4s max-height linear;
  overflow: hidden; }
  .po-section.expanded {
    max-height: 120px; }

@media (max-width: 480px) {
  .pure-form input[type=text] {
    width: 100%; }
  .hide-below-480 {
    display: none !important; }
  .pure-control-group.no-space-on-mobile {
    margin-bottom: 0;
    padding-bottom: 0; }
    .pure-control-group.no-space-on-mobile .pure-radio {
      margin-bottom: -0.5em; }
  .po-section.expanded {
    max-height: 170px; } }

@media (min-width: 499px) {
  .hide-above-small {
    display: none; }
  .service-information.expanded {
    display: block; }
  .service-information {
    display: none; } }

[ng-app] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll; }

.leadership {
  text-align: center;
  margin-top: 3em; }

.leader {
  margin: 1.5em;
  display: inline-block;
  text-align: center; }
  .leader .leader-name, .leader .leader-position {
    text-align: center; }
  .leader .leader-name {
    margin-top: 1em;
    margin-bottom: 0.25em;
    font-weight: 300;
    font-size: 1.1em; }
  .leader .leader-position {
    font-weight: 500; }

.leadership-icon {
  border-radius: 50%;
  border: 6px solid #55acf4;
  width: 100%;
  max-width: 200px; }

.footer-link {
  color: white;
  text-decoration: none; }
  .footer-link:hover {
    color: white;
    text-decoration: underline; }

.rel {
  position: relative; }

.spinner-container {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.spinner {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  background: url("/res/ajax-loader.gif"); }

.hide-on-sent {
  display: inline-block; }

.sent-contact .hide-on-sent {
  display: none; }

.sent-contact .show-on-sent {
  display: inline-block; }

.show-on-sent {
  display: none; }

.jumbotron-slide {
  height: 550px !important; }

@media (max-width: 800px) {
  .jumbotron-slide {
    height: 500px !important; } }

@media (max-width: 500px) {
  .jumbotron-slide {
    height: 400px !important; } }

@media (max-width: 320px) {
  .jumbotron-slide {
    height: 320px !important; } }

.white-inline-link {
  display: inline-block;
  color: white;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }

.qa-question {
  font-size: 1.25em;
  cursor: pointer;
  display: block; }

.qa-answer {
  line-height: 1.4em;
  margin: 1em;
  display: inline-block;
  max-height: 0;
  transition: 0.2s max-height linear;
  overflow: hidden; }
  .qa-answer.expanded {
    max-height: 110px; }

@media (max-width: 500px) {
  .qa-answer.expanded {
    max-height: 125px; } }
