/* Colors */
/* Landing page colors */
/*:: Mixins
---------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?60641987');
  src: url('../fonts/fontello.eot?60641987#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?60641987') format('woff'), url('../fonts/fontello.ttf?60641987') format('truetype'), url('../fonts/fontello.svg?60641987#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?60641987#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-twitter-squared:before {
  content: '\e800';
}
/* '' */
.icon-twitter:before {
  content: '\e801';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e802';
}
/* '' */
.icon-facebook:before {
  content: '\e803';
}
/* '' */
.icon-search:before {
  content: '\e804';
}
/* '' */
.icon-linkedin:before {
  content: '\e805';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\e806';
}
/* '' */
.icon-gplus:before {
  content: '\e807';
}
/* '' */
.icon-gplus-squared:before {
  content: '\e808';
}
/* '' */
.icon-youtube-play:before {
  content: '\e809';
}
/* '' */
.icon-google:before {
  content: '\e80a';
}
/* '' */
.icon-globe:before {
  content: '\e80b';
}
/* '' */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}
.container,
.container-fluid,
.container-1920 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1920 {
  padding-left: 0;
  padding-right: 0;
}
.row,
.flex-row {
  margin-left: -6px;
  margin-right: -6px;
}
/*:: Flexbox helpers
---------------------------------------- */
.flex-row,
.solution .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-align-center,
.solution .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-col,
.flex-row [class*="col-"] {
  float: none;
}
.flex-col-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-small {
  margin-left: -14px;
  margin-right: -14px;
}
.row-small [class*="col-"] {
  padding-left: 14px;
  padding-right: 14px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-40,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-lg-20,
.col-md-20,
.col-sm-20,
.col-xs-20,
.col-lg-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 500px) {
  .container,
  .container-fluid,
  .container-1920 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1920px) {
  .container-1920 {
    width: 1920px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-20,
.col-xs-3,
.col-xs-4,
.col-xs-40,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-40 {
  width: 40%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-20 {
  width: 20%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-padding-xs {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .col-xs-remove {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-remove {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .col-md-remove {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-20,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-20 {
    width: 20%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-padding-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-20,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-725,
  .col-md-275 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-725 {
    width: 72.5%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-275 {
    width: 27.5%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-padding-md {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1260px) {
  .col-lg-remove {
    display: none !important;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-20,
  .col-lg-3,
  .col-lg-30,
  .col-lg-4,
  .col-lg-40,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-40 {
    width: 40%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-30 {
    width: 30%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-20 {
    width: 20%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-padding-lg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cf:before,
.cf:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.cf:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center-block.no-float {
  float: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/*:: Animations
---------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes expand {
  0% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html,
body {
  height: 100%;
}
body {
  background-color: #272c2f;
  font: 400 16px/175% 'proxima-nova', helvetica, arial, sans-serif;
}
#outer-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* Change text selection color */
::-moz-selection {
  background: #7eba00;
  color: #fff;
}
::selection {
  background: #7eba00;
  color: #fff;
}
::-moz-selection {
  background: #7eba00;
  color: #fff;
}
a {
  color: #7eba00;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
a:hover {
  color: #4a6e00;
}
ul {
  padding-left: 15px;
}
hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
mark {
  background: #bad6ea;
  color: #07455e;
  padding: 0 2px;
}
code,
samp,
kbd {
  font-family: "Courier New", Courier, monospace, sans-serif;
  text-align: left;
  color: #555;
}
pre code {
  line-height: 1.6em;
  font-size: 14px;
}
pre {
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #ccc;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%;
}
/*:: Headers
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 35px;
  font-weight: 300;
  line-height: 115%;
}
.h1-alt {
  font-size: 30px;
  line-height: 140%;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 115%;
}
h3,
.h3 {
  font-size: 26px;
  line-height: 125%;
}
.h3-alt {
  font-size: 22px;
  line-height: 125%;
}
h4,
.h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
.h4-alt {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 150%;
}
h6,
.h6 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 160%;
}
/*:: Helper classes
---------------------------------------- */
.bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-left,
.text-left-xs {
  text-align: left;
}
.text-center,
.text-center-xs {
  text-align: center;
}
.semibold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.font-black {
  color: #fff;
}
.font-white {
  color: #fff;
}
.font-dark-blue {
  color: #0e2e45;
}
.font-dark-blue2 {
  color: #17547e;
}
.font-blue {
  color: #1ca8e5;
}
.font-blue2 {
  color: #6bcbef;
}
.font-blue3 {
  color: #096d93;
}
.font-blue4 {
  color: #0aa9e5;
}
.font-light-blue {
  color: #cbebf7;
}
.font-light-blue2 {
  color: #bad6ea;
}
.font-light-grey {
  color: #e9f6fb;
}
.underline {
  text-decoration: underline;
}
.warning {
  color: #de1c25;
}
.small-p {
  font-size: 16px;
  line-height: 26px;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.clean-list {
  list-style: none;
}
.spaced-list li {
  margin-bottom: 15px;
}
.spaced-list li:last-child {
  margin-bottom: 0;
}
.no-padding {
  padding: 0;
}
.add-margin {
  margin-bottom: 15px;
  margin-top: 15px;
}
.add-margin-small {
  margin-bottom: 10px;
  margin-top: 10px;
}
.add-margin-top {
  margin-top: 15px;
}
.add-margin-btm {
  margin-bottom: 15px;
}
.add-margin-right {
  margin-right: 15px;
}
.no-margin {
  margin: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-btm {
  margin-bottom: 0;
}
.no-margin-content p {
  margin: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.max-100 {
  max-width: 100%;
  height: auto;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-align.centered {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rounded-corners {
  border-radius: 10px;
}
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* Content styles */
.content {
  color: #096d93;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #096d93;
  margin-top: 50px;
  margin-bottom: 20px;
}
.content h2 {
  color: #0aa9e5;
}
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 15px;
}
.content p {
  margin-top: 10px;
}
.content img,
.content-block img {
  max-width: 100%;
  height: auto !important;
}
.content ul {
  padding-left: 15px;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALBAMAAABfd7ooAAAAElBMVEUJbZMuepxHhqSsw9He5+z///+XnmsfAAAAMklEQVR4XkXKoREAMAhD0XQHVqiHO1bAY7L/KgUqiHgX8cFagj5atCrjiRZ3v/xme5YP6eYO29uVeZoAAAAASUVORK5CYII=') /*/images/list-icon-2.png*/;
}
.content ul li {
  margin-bottom: 5px;
}
.content iframe {
  margin-top: 5px;
  max-width: 100%;
}
.content blockquote {
  border-left: 4px solid #0aa9e5;
  color: #0aa9e5;
  font-size: 22px;
  line-height: 145%;
  padding-left: 25px;
  margin: 30px 25px 30px 0;
}
.content .gist {
  margin-bottom: 15px;
  margin-top: 15px;
}
.content pre {
  border: 1px solid #096d93;
  border-left: 10px solid #096d93;
  margin: 20px 0;
  padding: 15px 12px;
}
/* Makes list inline */
.inline-list {
  padding-left: 0;
  list-style: none;
}
.inline-list > li {
  display: inline-block;
  vertical-align: top;
}
/* Makes divs act like a table */
.d-table {
  display: table;
  width: 100%;
}
.d-table-cell {
  display: table-cell;
  float: none;
  vertical-align: top;
}
/* Makes iframes responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow-link {
  color: #cfedf9;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 12px;
  padding-right: 8px;
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.arrow-link:before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #cfedf9;
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  top: 50%;
}
.arrow-link:hover {
  color: #74cbee;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.arrow-link:hover:before {
  border-left-color: #74cbee;
  left: 100%;
}
.arrow-link-green {
  color: #e0f5b5;
}
.arrow-link-green:before {
  border-left-color: #e0f5b5;
}
.arrow-link-green:hover {
  color: #bae95b;
}
.arrow-link-green:hover:before {
  border-left-color: #bae95b;
}
.arrow-link-dark {
  color: #096d93;
}
.arrow-link-dark:before {
  border-left-color: #096d93;
}
.arrow-link-dark:hover {
  color: #032633;
}
.arrow-link-dark:hover:before {
  border-left-color: #032633;
}
.arrow-list,
.arrow-list-blue {
  padding-left: 15px;
}
.arrow-list {
  color: #fff;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgyRjkxODIxMzAxMTExRTc4NjQ3ODA1RTZDQjg4MjZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgyRjkxODIyMzAxMTExRTc4NjQ3ODA1RTZDQjg4MjZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODJGOTE4MUYzMDExMTFFNzg2NDc4MDVFNkNCODgyNkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODJGOTE4MjAzMDExMTFFNzg2NDc4MDVFNkNCODgyNkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7A64MMAAAAVUlEQVR42mL8//8/Ay7ABKU7gFgQl6QxEO9GV8CExMZQwIRmEooCJizuMIa6gYEB5Fog3v0fAc4AsSBIHF3nWSB2BeL36MaiSCBLYkiAACO+EAIIMADizCji+PeFyAAAAABJRU5ErkJggg==');
}
.arrow-list-blue,
.arrow-list-blue2 {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALBAMAAABBvoqbAAAAGFBMVEX///8AjecAjecAjecAjecAjecAjecAjec4mqIyAAAAB3RSTlMAABG7zIiZIKvLdgAAAC1JREFUeF4lisEJADAIAwPFATqCqziT6Pqt5z2OkERgfqUTo/SvjlGR6Fj3Bw+CTgSzXTG3wwAAAABJRU5ErkJggg==') /*../images/blue-list-icon.png*/;
}
.arrow-list-blue {
  color: #008de7;
}
.arrow-list-blue a {
  color: #008de7;
}
.arrow-list-blue2 {
  color: #096d93;
}
.arrow-list-blue2 a {
  color: #096d93;
}
.hr-alt {
  border-top: 2px solid #fff;
  margin-left: 0;
  text-align: left;
  width: 125px;
}
.hr-alt2 {
  border-top: 2px solid #b5bec5;
  margin-left: 0;
}
.hr-small {
  border-top: 2px solid #fff;
  margin: 20px 0;
  text-align: left;
  width: 65px;
}
.border-white-top {
  border-top: 6px solid #fff;
}
.border-white-btm {
  border-bottom: 6px solid #fff;
}
.border-light-gray-top {
  border-top: 6px solid #f1f5f8;
}
.border-light-gray-btm {
  border-bottom: 6px solid #f1f5f8;
}
.content-blue h1,
.content-blue h2,
.content-blue h3,
.content-blue h4,
.content-blue h5,
.content-blue h6 {
  color: #0aa9e5;
}
.content-blue p,
.content-blue ul,
.content-blue ol {
  color: #096d93;
}
.content-blue-2 h1,
.content-blue-2 h2,
.content-blue-2 h3,
.content-blue-2 h4,
.content-blue-2 h5,
.content-blue-2 h6 {
  color: #096d93;
}
.content-blue-2 p,
.content-blue-2 ul,
.content-blue-2 ol {
  color: #0a283e;
}
.content-blue-3 h1,
.content-blue-3 h2,
.content-blue-3 h3,
.content-blue-3 h4,
.content-blue-3 h5,
.content-blue-3 h6 {
  color: #0aa9e5;
}
.content-blue-3 p,
.content-blue-3 ul,
.content-blue-3 ol {
  color: #0a283e;
}
.table-sm,
.table-md {
  display: block;
}
.table-cell-sm,
.table-cell-md {
  display: block;
  float: left;
}
/*:: Content padding
---------------------------------------- */
.padding-xs-btm-150 {
  padding-bottom: 150px;
}
.padding-xs-btm-120 {
  padding-bottom: 120px;
}
.padding-xs-btm-100 {
  padding-bottom: 100px;
}
.padding-xs-btm-85 {
  padding-bottom: 85px;
}
.padding-xs-btm-60 {
  padding-bottom: 60px;
}
.padding-xs-btm-50 {
  padding-bottom: 50px;
}
.padding-xs-btm-30 {
  padding-bottom: 30px;
}
.padding-xs-btm-35 {
  padding-bottom: 35px;
}
.padding-xs-btm-15 {
  padding-bottom: 15px;
}
.padding-xs-btm-5 {
  padding-bottom: 5px;
}
.padding-xs-top-150 {
  padding-top: 150px;
}
.padding-xs-top-120 {
  padding-top: 120px;
}
.padding-xs-top-110 {
  padding-top: 110px;
}
.padding-xs-top-100 {
  padding-top: 100px;
}
.padding-xs-top-85 {
  padding-top: 85px;
}
.padding-xs-top-60 {
  padding-top: 60px;
}
.padding-xs-top-50 {
  padding-top: 50px;
}
.padding-xs-top-35 {
  padding-top: 35px;
}
.padding-xs-top-30 {
  padding-top: 30px;
}
.padding-xs-top-15 {
  padding-top: 15px;
}
.padding-xs-top-10 {
  padding-top: 10px;
}
.padding-xs-top-5 {
  padding-top: 5px;
}
/*:: Extend blocks
---------------------------------------- */
/* Creates the effect of the element touching the side of the page. Make sure the parent container has overflow-hidden set */
.expand {
  position: relative;
}
.expand:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 1000em;
}
.expand-left:before {
  right: 100%;
}
.expand-right:before {
  left: 100%;
}
.expand-light-gray {
  background: #f6f6f6;
}
.expand-light-gray:before {
  background: #f6f6f6;
}
/*:: Full section
     - Full width section with an image that breaks out of the container
---------------------------------------- */
.section-full-left .section-full-img {
  left: -10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.section-full-right .section-full-img {
  left: -30px;
}
.section-full-img {
  position: absolute;
  top: 0;
  height: 100%;
}
/*:: Tabs
---------------------------------------- */
.tabs {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-center .tab {
  text-align: center;
}
.tab {
  padding: 0;
  width: 100%;
}
.tab:first-child a {
  border-left: 1px solid #cfdfe6;
}
.tab a {
  border-left: 1px solid #cfdfe6;
  border-right: 1px solid #cfdfe6;
  border-top: 1px solid #cfdfe6;
  color: #0aa9e5;
  display: block;
  font-size: 16px;
  line-height: 45px;
  padding: 0 40px;
  opacity: 0.5;
}
.tabs-large a {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tab.active a,
.tab a:hover {
  background: #096d93;
  color: #fff;
  opacity: 1;
}
/*:: Backgrounds
---------------------------------------- */
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-off-white {
  background-color: #f1f1f1;
}
.bg-white-lilac {
  background-color: #f5f6fb;
}
.bg-white-lilac-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6fb+50,ffffff+100 */
  background: #f5f6fb;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY2ZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f6fb), to(#ffffff));
  background: linear-gradient(to bottom, #f5f6fb 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bg-dark-gray {
  background-color: #1f2022;
}
.bg-dark-gray2 {
  background-color: #1b1c1e;
}
.bg-dark-gray3 {
  background-color: #191a1b;
}
.bg-gray {
  background-color: #272c2f;
}
.bg-light-gray {
  background-color: #f6f6f6;
}
.bg-blue {
  background-color: #096d93;
}
.bg-blue2 {
  background-color: #3c7daa;
}
.bg-blue3 {
  background-color: #456077;
}
.bg-dark-blue {
  background-color: #0a283e;
}
.bg-light-blue {
  background-color: #e2f4fb;
}
/*:: Icons
---------------------------------------- */
[class^="icon-"] {
  display: inline-block;
}
/*:: Forms
---------------------------------------- */
label:hover {
  cursor: pointer;
}
textarea {
  max-width: 100%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  color: #096d93;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.form-group-alt {
  margin-bottom: 18px;
}
.form-group-alt label {
  color: #0a283e;
}
.form-actions {
  margin-top: 35px;
}
.form-control {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #096d93;
  display: block;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}
.form-control.WatermarkText {
  color: #0aa9e5;
}
.Error .form-control,
.Error .form-control-dark {
  border-color: #de1c25;
}
#request-form .form-control,
.alt-form .form-control,
.form-control-alt {
  background: #c8e5f0;
  border: none;
  color: #0a283e;
}
.form-control-alt.WatermarkText,
#request-form .form-control.WatermarkText,
.alt-form .form-control.WatermarkText {
  color: #5f849b;
}
#request-form .Error .form-control,
.alt-form .Error .form-control,
.Error .form-control-alt {
  -webkit-box-shadow: 0 0 0 1px #de1c25;
          box-shadow: 0 0 0 1px #de1c25;
}
.form-control-dark {
  background: #2f3438;
  border: 1px solid #fff;
  color: #fff;
}
select.form-control {
  padding-right: 0;
}
textarea.form-control {
  height: auto;
  line-height: normal;
  padding-top: 10px;
}
::-webkit-input-placeholder {
  color: #0aa9e5;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
  letter-spacing: 1px;
  padding: 2px 0;
}
::-moz-placeholder {
  color: #0aa9e5;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
  letter-spacing: 1px;
}
:-ms-input-placeholder {
  color: #0aa9e5;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
  letter-spacing: 1px;
}
.form-control-alt::-webkit-input-placeholder,
#request-form .form-control::-webkit-input-placeholder {
  color: #5f849b;
}
.form-control-alt::-moz-placeholder,
#request-form .form-control::-webkit-input-placeholder {
  color: #5f849b;
}
.form-control-alt:-ms-input-placeholder,
#request-form .form-control::-webkit-input-placeholder {
  color: #5f849b;
}
.form-control-dark::-webkit-input-placeholder {
  color: #ccc;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
  padding: 2px 0;
}
.form-control-dark::-moz-placeholder {
  color: #ccc;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
}
.form-control-dark:-ms-input-placeholder {
  color: #ccc;
  font: normal 15px/32px 'proxima-nova', helvetica, arial, sans-serif;
}
.form-group-inline:after {
  content: '';
  clear: both;
  display: table;
}
.form-group-inline .form-group {
  float: left;
  margin-right: 18px;
  width: calc(50% - 18px);
}
.form-group-inline .form-group:last-child {
  margin-right: 0;
}
.form-group.form-group-inline {
  width: calc(100% - 18px);
}
.input-addon {
  display: table;
  width: 100%;
}
.input-addon-cell,
.input-addon .editing-form-control-nested-control {
  display: table-cell;
  vertical-align: top;
}
.input-addon .form-control {
  border-right: none;
}
.input-addon-btn,
.input-addon .btn {
  background: #0ba7e2;
  border: 0;
  border-bottom: 1px solid #0ba7e2;
  border-top: 1px solid #0ba7e2;
  border-radius: 0;
  color: #fff;
  display: block;
  font: 600 15px/40px 'proxima-nova', helvetica, arial, sans-serif;
  height: 40px;
  letter-spacing: 1px;
  padding: 0 8px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 100%;
}
.input-addon-btn:hover,
.input-addon .btn:hover {
  background: #065f81;
  border-bottom-color: #065f81;
  border-top-color: #065f81;
}
.field-validation-error,
.ErrorLabel,
.EditingFormErrorLabel {
  color: #de1c25;
  display: block;
}
.EditingFormErrorLabel {
  margin-top: 5px;
}
.validation-summary-errors {
  color: #de1c25;
}
/* Error tooltips */
.error-tooltip {
  background: #fff;
  border: 1px solid #07455e;
  border-radius: 3px;
  display: none;
  font-size: 15px;
  left: 50%;
  line-height: normal;
  margin-top: 5px;
  padding: 5px;
  position: absolute;
  width: 180px;
  text-align: center;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.error-tooltip:before,
.error-tooltip:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  bottom: 100%;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.error-tooltip:before {
  border-bottom-color: #07455e;
  margin-bottom: 1px;
}
input:focus + .error-tooltip {
  display: block;
}
/* Checkbox styles */
.form-group .checkbox,
.form-group .checkbox-holder label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.checkbox-holder label {
  display: inline;
}
.checkbox input,
.checkbox-input {
  margin-right: 5px;
  vertical-align: middle;
}
.checkbox-input.input-validation-error + label {
  color: #de1c25;
}
/*:: Buttons
---------------------------------------- */
.btn {
  background: #7eba00;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: 'proxima-nova', helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px 25px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.btn:hover,
.btn:focus {
  background: #395400;
  color: #fff;
}
.btn:disabled {
  background: #f7f7f7;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}
.btn:disabled:hover {
  background: #f7f7f7;
  color: #999;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-transparent {
  background: rgba(26, 83, 126, 0.3);
  border: 1px solid #fefefe;
}
.btn-transparent:hover,
.btn-transparent:focus {
  background: rgba(26, 83, 126, 0.5);
  color: #fff;
}
.btn-transparent-alt {
  background: rgba(26, 28, 29, 0.2);
  border-color: #fff;
}
.btn-transparent-alt:hover,
.btn-transparent-alt:focus {
  background: rgba(26, 28, 29, 0.5);
}
.btn-alt {
  background: #6bcbef;
  font-size: 16px;
  padding: 15px 28px;
}
.btn-alt:hover,
.btn-alt:focus {
  background: #18a7dc;
}
.btn-alt2,
.btn-alt3,
.btn-alt4 {
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
}
.btn-alt2 {
  background: #6bcbef;
}
.btn-alt2:hover,
.btn-alt2:focus {
  background: #18a7dc;
}
.btn-alt3 {
  background: #fff;
  border: 1px solid #bde5f4;
  color: #0aa9e5;
  font-weight: 400;
}
.btn-alt3:hover,
.btn-alt3:focus {
  background: #066183;
  color: #fff;
}
.btn-alt4,
.btn-alt5 {
  background: #0aa9e5;
}
.btn-alt4:hover,
.btn-alt5:hover,
.btn-alt4:focus,
.btn-alt5:focus {
  background: #066183;
}
.btn-large,
.alt-form .btn {
  padding: 13px 35px;
}
.btn-extra-large,
#request-form .btn,
#contact-form .btn {
  font-size: 17px;
  padding: 18px 40px;
}
.btn-small {
  font-size: 11px;
  padding: 4px 18px;
}
.btn-block {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.btn-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-extra-large.btn-w-arrow {
  padding-left: 35px;
  padding-right: 65px;
  position: relative;
}
.btn-extra-large.btn-w-arrow .btn-arrow {
  right: 30px;
}
.btn-arrow {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAABNVBMVEVMaXH////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8blECAAAAZnRSTlMAuRuP+O8GEbvM/v0D+fckdLAfIqqlFqSmJRq3SGxrHSbGDN7j6ApKfV8esdyTujJVWPCYl70h1rLZ7dqIMC+hDvagBTN7EyfxS9VJNJY3RjaSc176KO6UTGOZILZWtVc1vIPXguxKH073AAACF0lEQVRIx52WZ1fiUBCGJ3CT7KZA6CgoqCgiRQVUytpd3dW19+31/f8/YT+oRyF3ksh8upl7npO504lcUrg8V7o9Yfe6yvllgXxlYf4QA3I4H/cENpIm0OxcnB7omqYfnF50moCZ3GCB9I4BkSlbL3VWOSNg7KTlxJKK7XDIrQ+Ft6EuSQDtGPjKmB3/DrS1Ye20AjHBP3JCQJkeVM1NYfbMyzFns5iaG7BqBTNRb+9HZ/DrpW3HKCX8IpYoof389QP2iX+UT2wsP53HVUxSAJmEOv54TEGhQKIg9XBYNCJjwZCxiLFIREQxhCmghBEjIoqbIhQUCdnmKhG9R9Z19U5nmCz+EtEa8q6bN28ZJo8uUQFNy42AYSwVCaqgShKEYzq4pzocKcIwDuqk4KMckTN3aFANRQaRMkXU6AO2OETG7OMfAcQiEkaD7Y3gswzxMkzyl330vJ4ve0sRNQ8nSz12hwYfSnlcHNTZhGGiX8U9FaBawXPMUpFgkp/Lyjz6TImx9ZLFbyL6IilkriofC3mEdkF7r29KlEIuGJJ7an2jNFhahtjzJz6J5zZO1A4wLFZLaL16JK1ow4Pvp6dVw4NvlPFKpLWAHGNcNAe0NPmqEJGvChGo35iFZNOAyBwNLiRHGQFjM82avJ40AbXqlK/13V39uuzEVMBMrvssV2uDy9Ufn+XqgarcNvo3V1c3/cZtZcF9/x8X93ws2/lEOgAAAABJRU5ErkJggg==');
  background-size: 25px;
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
}
/*:: Modal
---------------------------------------- */
.mask {
  background: rgba(0, 0, 0, 0.3);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  height: 100%;
  left: 0;
  position: fixed;
  opacity: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  width: 100%;
  visibility: hidden;
  z-index: 99;
}
.mask-relative {
  position: absolute;
}
.modal {
  left: 50%;
  margin-bottom: 80px;
  max-width: 1060px;
  padding: 0 15px;
  position: absolute;
  opacity: 0;
  top: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 100%;
  visibility: hidden;
  z-index: 100;
}
.modal-up .mask,
.modal-up .modal,
.landing-modal-up .mask-landing,
.landing-modal-up .landing-modal {
  opacity: 1;
  visibility: visible;
}
.modal-up .modal {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.landing-modal-up .landing-modal {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-close {
  background: #096d93;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-left: 9px;
  padding-right: 9px;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.modal-close:hover {
  background: #064963;
  color: #fff;
}
/*:: Tables
---------------------------------------- */
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
.content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.content table > thead > tr > th,
.table > tbody > tr > th,
.content table > tbody > tr > th,
.table > tfoot > tr > th,
.content table > tfoot > tr > th,
.table > thead > tr > td,
.content table > thead > tr > td,
.table > tbody > tr > td,
.content table > tbody > tr > td,
.table > tfoot > tr > td,
.content table > tfoot > tr > td {
  border-top: 1px solid #b3aeb3;
  font-size: 12px;
  line-height: 1.42857143;
  padding: 10px 15px 10px 25px;
  vertical-align: top;
}
.content table > thead > tr > th,
.content table > tbody > tr > th,
.content table > tfoot > tr > th,
.content table > thead > tr > td,
.content table > tbody > tr > td,
.content table > tfoot > tr > td {
  font-size: 14px;
}
.table > thead > tr > th,
.content table > thead > tr > th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-bordered > thead > tr {
  border-left: 1px solid #e0dae0;
  border-top: 1px solid #e0dae0;
  border-right: 1px solid #e0dae0;
}
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-bottom: 1px solid #b3aeb3;
}
.table-bordered > tbody > tr > td:first-child {
  border-left: 1px solid #b3aeb3;
}
.table-bordered > tbody > tr > td:last-child {
  border-right: 1px solid #b3aeb3;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/*:: Slick slider
---------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled svg,
.slick-next.slick-disabled svg {
  opacity: 0.25;
}
.slick-prev svg,
.slick-next svg {
  font-size: 40px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.slick-prev {
  left: -20px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -20px;
}
.slick-next {
  right: -20px;
}
.slick-next[dir="rtl"] {
  left: -20px;
  right: auto;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  background: black;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: black;
  opacity: 0.75;
}
/*:: Unsupported browser
---------------------------------------- */
.notification-block {
  background: #07455e;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 25px 20px;
}
/*:: Media queries
---------------------------------------- */
@media (min-width: 500px) {
  body {
    font: 400 18px/175% 'proxima-nova', helvetica, arial, sans-serif;
  }
  .content blockquote {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .table-sm {
    display: table;
    width: 100%;
  }
  .table-cell-sm {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  /*:: Content Padding
    ---------------------------------------- */
  .padding-sm-btm-100 {
    padding-bottom: 100px;
  }
  .padding-sm-btm-85 {
    padding-bottom: 85px;
  }
  .padding-sm-btm-60 {
    padding-bottom: 60px;
  }
  .padding-sm-btm-50 {
    padding-bottom: 50px;
  }
  .padding-sm-btm-35 {
    padding-bottom: 35px;
  }
  .padding-sm-btm-30 {
    padding-bottom: 30px;
  }
  .padding-sm-btm-15 {
    padding-bottom: 15px;
  }
  .padding-sm-btm-5 {
    padding-bottom: 5px;
  }
  .padding-sm-btm-0 {
    padding-bottom: 0;
  }
  .padding-sm-top-100 {
    padding-top: 100px;
  }
  .padding-sm-top-85 {
    padding-top: 85px;
  }
  .padding-sm-top-60 {
    padding-top: 60px;
  }
  .padding-sm-top-50 {
    padding-top: 50px;
  }
  .padding-sm-top-35 {
    padding-top: 35px;
  }
  .padding-sm-top-30 {
    padding-top: 30px;
  }
  .padding-sm-top-15 {
    padding-top: 15px;
  }
  .padding-sm-top-10 {
    padding-top: 10px;
  }
  .padding-sm-top-5 {
    padding-top: 5px;
  }
  .padding-sm-top-0 {
    padding-top: 0;
  }
  .content blockquote {
    font-size: 30px;
    margin: 50px 130px 50px 0;
  }
  /* Tabs */
  .tab {
    width: auto;
  }
  .tab a {
    font-size: 18px;
  }
  .tab-small a {
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
  }
  .h1-alt {
    font-size: 45px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  .h3-alt {
    font-size: 30px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  .table-md {
    display: table;
    width: 100%;
  }
  .table-cell-md {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .btn-large,
  .alt-form .btn {
    padding: 13px 35px;
  }
  .btn-extra-large,
  #request-form .btn,
  #contact-form .btn {
    font-size: 20px;
    padding: 22px 50px;
  }
  /*:: Content Padding
    ---------------------------------------- */
  .padding-md-btm-150 {
    padding-bottom: 150px;
  }
  .padding-md-btm-120 {
    padding-bottom: 120px;
  }
  .padding-md-btm-85 {
    padding-bottom: 85px;
  }
  .padding-md-btm-50 {
    padding-bottom: 50px;
  }
  .padding-md-btm-35 {
    padding-bottom: 35px;
  }
  .padding-md-btm-30 {
    padding-bottom: 30px;
  }
  .padding-md-btm-15 {
    padding-bottom: 15px;
  }
  .padding-md-btm-5 {
    padding-bottom: 5px;
  }
  .padding-md-btm-0 {
    padding-bottom: 0;
  }
  .padding-md-top-150 {
    padding-top: 150px;
  }
  .padding-md-top-85 {
    padding-top: 85px;
  }
  .padding-md-top-50 {
    padding-top: 50px;
  }
  .padding-md-top-35 {
    padding-top: 35px;
  }
  .padding-md-top-30 {
    padding-top: 30px;
  }
  .padding-md-top-15 {
    padding-top: 15px;
  }
  .padding-md-top-10 {
    padding-top: 10px;
  }
  .padding-md-top-5 {
    padding-top: 5px;
  }
  .padding-md-top-0 {
    padding-top: 0;
  }
}
@media (min-width: 1260px) {
  /*:: Content Padding
    ---------------------------------------- */
  .padding-lg-btm-85 {
    padding-bottom: 85px;
  }
  .padding-lg-btm-50 {
    padding-bottom: 50px;
  }
  .padding-lg-btm-35 {
    padding-bottom: 35px;
  }
  .padding-lg-btm-30 {
    padding-bottom: 30px;
  }
  .padding-lg-btm-15 {
    padding-bottom: 15px;
  }
  .padding-lg-btm-5 {
    padding-bottom: 5px;
  }
  .padding-lg-top-85 {
    padding-top: 85px;
  }
  .padding-lg-top-50 {
    padding-top: 50px;
  }
  .padding-lg-top-35 {
    padding-top: 35px;
  }
  .padding-lg-top-30 {
    padding-top: 30px;
  }
  .padding-lg-top-15 {
    padding-top: 15px;
  }
  .padding-lg-top-10 {
    padding-top: 10px;
  }
  .padding-lg-top-5 {
    padding-top: 5px;
  }
  .padding-lg-top-0 {
    padding-top: 0;
  }
  /* Tabs */
  .tabs-collapse-md .tab a {
    border-left: none;
  }
}
.about-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  line-height: normal;
}
.headerShape {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.headerShape img {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.bottomText {
  position: absolute;
  /* top: 50%; */
  bottom: -60%;
  width: 306px;
  text-align: center;
  left: 9%;
  font-size: 14px;
  color: #686868;
  position: relative;
  margin: auto;
  /* left: auto; */
  left: -4%;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.playArrow {
  background-image: url(https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/play-off.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 72px;
  height: 72px;
  /* bottom: 53%;
  right: 20%; */
  bottom: 72px;
  right: 25%;
  -webkit-transition: opacity 2s ease, background-image 0.3s ease;
  transition: opacity 2s ease, background-image 0.3s ease;
  opacity: 1;
  z-index: 4;
}
.headerShape div.shwoopBubble {
  position: absolute;
  bottom: -36%;
  width: 249px;
  /* width: 55%; */
  /* width: 10%; */
  left: 19%;
  background-image: url(https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/consulting-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: relative;
  left: auto;
}
.headerShape img.shapeScrim {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 1;
}
.hoverContain {
  cursor: pointer;
  position: relative;
}
.hoverContain:hover img.shapeScrim {
  opacity: 0;
}
.hoverContain:hover img {
  opacity: 0;
}
.hoverContain:hover .playArrow {
  background-image: url(https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/play-on.png);
}
.headerShape div.shwoopBubble#specialization {
  background-image: url(https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/specialization-shape.png);
  /* width: 48%;*/
  left: 27%;
  left: auto;
}
.headerShape div.shwoopBubble#management {
  background-image: url(https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/management-shape.png);
  /* width: 49%;*/
  left: 34%;
  left: auto;
}
.headerShape div.shwoopBubble#management p {
  top: 22%;
  left: 14%;
}
.headerShape div.shwoopBubble p {
  position: absolute;
  text-align: center;
  top: 29%;
  left: 16%;
  font-size: 18px;
  /* font-size: 1.4vw; */
  color: white;
}
#leftShape {
  background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/consult.png');
}
#middleShape {
  background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/james.png');
  margin-left: -6%;
  margin-right: -6%;
}
#rightShape {
  background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/management.png');
}
.shapeAdditionsContainer {
  position: relative;
  margin-top: -100px;
  left: -6%;
  z-index: 3;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  /* transition: bottom 1.5s ease, left 1.5s ease; */
}
#videoModal {
  /* height: 100%; */
  width: 100%;
  background-color: #000000b0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 10;
}
#videoModal video {
  margin: auto;
  max-width: 90%;
  margin-bottom: 200px;
  width: 1280px;
  height: auto;
}
#videoModal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 853px) and (max-width: 1000px) {
  .headerShape div.shwoopBubble p {
    top: 29%;
    left: 16%;
    font-size: 14px;
  }
  .bottomText {
    font-size: 14px;
    max-width: 75%;
    bottom: -73%;
  }
  .headerShape div.shwoopBubble {
    /* position: absolute;
      bottom: -36%; */
    width: 180px;
    /* left: 19%; */
  }
}
@media (max-width: 852px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shapeAdditionsContainer {
    left: auto;
    top: 0;
  }
  .bottomText {
    left: auto;
    margin: auto;
    position: relative;
  }
  .headerShape div.shwoopBubble {
    margin: auto;
    margin-top: -18%;
    position: relative;
    /* left: auto; */
    left: 4%;
    bottom: auto;
  }
  .headerShape div.shwoopBubble#specialization {
    left: auto;
  }
  .headerShape div.shwoopBubble#management {
    left: auto;
  }
  #middleShape {
    margin: auto;
  }
  .playArrow {
    right: 6%;
  }
  .headerShape img.shapeScrim {
    opacity: 0;
  }
  #leftShape {
    background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/consult-mbl@2x.png');
  }
  #middleShape {
    background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/james_mobile.png');
    margin-left: 0px;
    margin-right: 0px;
  }
  #rightShape {
    background-image: url('https://concurrencyprod.blob.core.windows.net/cmsstorage/concurrency/media/images/banners/about-us-banner/management-mbl@2x.png');
  }
}
#toMove {
  position: absolute;
  z-index: 10;
}
/*This is the start of the styles dump needed for the possible animation*/
@media (min-width: 1000px) {
  .beforeAnimation .shapeAdditionsContainer#consultingAdditions {
    /* top: 0%; */
    /* bottom: 100%; */
    /* top: -50%; */
    margin-top: -250px;
    left: 86%;
    /* transform: rotate(90deg); */
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
  }
  .beforeAnimation .playArrow,
  .beforeAnimation .shapeAdditionsContainer .bottomText {
    opacity: 0;
  }
  .beforeAnimation .shapeAdditionsContainer#consultingAdditions .shwoopBubble p {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .beforeAnimation .shapeAdditionsContainer#specializationAdditions .shwoopBubble p {
    -webkit-transform: scaleY(-1) rotate(-60deg);
    transform: scaleY(-1) rotate(-60deg);
  }
  .beforeAnimation .shapeAdditionsContainer#managementAdditions .shwoopBubble p {
    transform: scaleY(-1) rotate(60deg);
    -o-transform: scaleY(-1) rotate(60deg);
    -webkit-transform: scaleY(-1) rotate(60deg);
  }
  .beforeAnimation .shapeAdditionsContainer#specializationAdditions {
    /* left: -13%; */
    /* transform: rotate(90deg); */
    left: -8%;
    margin-top: -100px;
    -webkit-transform: scaleY(-1) rotate(-60deg);
    transform: scaleY(-1) rotate(-60deg);
    /* filter: FlipH;
      -ms-filter: "FlipH"; */
  }
  .beforeAnimation .shapeAdditionsContainer#managementAdditions {
    /* top: -18%;
      left: -62%; */
    margin-top: -150px;
    left: -71%;
    transform: scaleY(-1) rotate(60deg);
    -o-transform: scaleY(-1) rotate(60deg);
    -webkit-transform: scaleY(-1) rotate(60deg);
  }
  #leftShape.beforeAnimation,
  #middleShape.beforeAnimation,
  #rightShape.beforeAnimation {
    /* background-image: none; */
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .beforeAnimation .shapeAdditionsContainer#managementAdditions {
    margin-top: -150px;
    left: -68%;
  }
  .beforeAnimation .shapeAdditionsContainer#specializationAdditions {
    margin-top: -100px;
    left: -8%;
  }
  .beforeAnimation .shapeAdditionsContainer#consultingAdditions {
    margin-top: -250px;
    left: 86%;
  }
}
@media (min-width: 1001px) and (max-width: 1199px) {
  .beforeAnimation .shapeAdditionsContainer#managementAdditions {
    left: -57%;
  }
  .beforeAnimation .shapeAdditionsContainer#specializationAdditions {
    left: -9%;
  }
  .beforeAnimation .shapeAdditionsContainer#consultingAdditions {
    left: 86%;
  }
}
.content-section {
  color: #cbebf7;
  font-size: 18px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.content-section--white {
  background-color: #fff;
  color: #333;
}
.content-section--blue {
  background-color: #096d93;
  color: #fff;
}
.content-section--light-gray {
  background-color: #f6f6f6;
  color: #222;
}
.content-section h1:first-child,
.content-section h2:first-child,
.content-section h3:first-child {
  font-size: 30px;
  font-weight: 300;
}
.content-section .content {
  color: inherit;
}
.content-section .content h1,
.content-section .content h2,
.content-section .content h3,
.content-section .content h4,
.content-section .content h5,
.content-section .content h6 {
  color: inherit;
}
@media (min-width: 768px) {
  .content-section {
    font-size: 20px;
  }
  .content-section h1:first-child,
  .content-section h2:first-child,
  .content-section h3:first-child {
    font-size: 40px;
  }
}
/* Avoid changing the color of Kentico elements when signed in as admin */
#header,
main,
#footer {
  color: #fff;
}
#form {
  margin: 0;
}
#outer-container {
  margin-top: 117px;
}
#outer-container.no-header {
  margin-top: 0;
}
/* Kentico styles to fix things in their editor modes */
.DesignMode #outer-container,
.EditMode #outer-container {
  margin-top: 0;
}
.DesignMode #header,
.EditMode #header {
  position: static;
}
.cke_editable {
  background-color: #fff;
  color: #000;
  padding: 15px;
}
/*:: Header
---------------------------------------- */
#header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.header-top {
  line-height: 30px;
}
.header-top-contact {
  margin: 0;
}
.header-top-contact li {
  font-size: 13px;
  letter-spacing: 1px;
  margin-right: 35px;
}
.utility-nav li {
  margin-left: 35px;
  position: relative;
}
.utility-nav li a,
.utility-nav li span {
  color: #a4a4a4;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.utility-nav li a:hover {
  color: #fff;
}
.utility-nav li:hover .dropdown,
.main-nav li:hover .dropdown {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  visibility: visible;
}
.utility-nav li:last-child a {
  padding-right: 0;
}
.dropdown,
.subdropdown {
  background: #dae5ec;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 225px;
  visibility: hidden;
  z-index: 10;
}
.dropdown:after,
.subdropdown:after {
  border-bottom: 5px solid #e0e0e0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  display: inline-block;
  left: 50%;
  position: absolute;
  top: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown li {
  margin: 0;
  position: relative;
}
.dropdown li:hover .subdropdown {
  opacity: 1;
  visibility: visible;
}
.add-dropdown-separator {
  border-top: 6px solid #b8cddb;
  display: block;
}
.dropdown li a,
.subdropdown li a {
  color: #1a2c3f;
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 15px;
}
.dropdown li a:hover,
.subdropdown li a:hover {
  background: #edf2f6;
  color: #1a2c3f;
}
.subdropdown {
  background: #fff;
  left: 100%;
  top: 0;
  -webkit-transform: none;
          transform: none;
}
.subdropdown--right {
  left: auto;
  right: 100%;
}
.subdropdown:after {
  display: none;
}
.header-btm {
  height: 85px;
}
.logo {
  display: inline-block;
}
.logo svg {
  height: 51px;
  width: 184px;
  vertical-align: top;
}
.logo-tagline {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 5px;
}
#header .logo {
  float: left;
  margin-top: 6px;
}
.nav-container {
  float: right;
}
.main-nav > ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.main-nav > ul > li {
  display: inline-block;
  margin-left: 38px;
  position: relative;
  vertical-align: top;
}
.main-nav > ul > li:first-child {
  margin-left: 0;
}
.has-dropdown > a:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  content: '';
  display: inline-block;
  font-size: 0;
  margin-left: 5px;
  vertical-align: 2px;
}
.dropdown .has-dropdown > a:after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  border-right: none;
  border-top: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-nav > ul > li > a {
  color: #fff;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase;
}
.main-nav > ul > li > a:before {
  background-color: #fff;
  bottom: 5px;
  content: '';
  left: 50%;
  height: 1px;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 200ms ease, background-color 600ms ease;
  transition: width 200ms ease, background-color 600ms ease;
  width: 0;
}
.main-nav > ul > li > a:hover {
  color: #1ca8e5;
}
.main-nav > ul > li > a:hover:before {
  background-color: #1ca8e5;
  width: 100%;
}
.mobile-copy {
  display: none !important;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.header-search {
  display: inline-block;
  float: right;
  margin-left: 38px;
  margin-top: 25px;
  position: relative;
  vertical-align: top;
}
.header-search.searching .header-search-input {
  opacity: 1;
  width: 250px;
  visibility: visible;
}
.IE9 .searching .header-search-input {
  display: block;
}
.header-search.searching .header-search-results {
  opacity: 1;
  visibility: visible;
}
.header-search-btn {
  font-family: "fontello";
  padding: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  background: #0baae6;
  border: none;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
  z-index: 2;
}
.header-search-btn:before {
  padding: 0;
  margin: 0;
}
.header-search-input,
.header-search-results {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.header-search-input {
  background: #fff;
  border: none;
  color: #333;
  height: 35px;
  padding: 0 15px;
  right: 100%;
  top: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-appearance: caret;
  width: 0;
}
.IE9 .header-search-input {
  display: none;
}
.header-search-input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
}
.header-search-input::-moz-placeholder {
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
}
.header-search-input:-ms-input-placeholder {
  color: #ccc;
  font-size: 13px;
  line-height: 35px;
}
.header-search-results {
  background: #dae5ec;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 100%;
  width: 285px;
}
.header-search-results a {
  color: #1a2c3f !important;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 15px;
}
.header-search-results a:hover {
  background: #edf2f6;
}
.header-search-results .selectedResult {
  background: #edf2f6;
}
.header-search-results .show-all a {
  color: #246fbf;
  font-weight: 600;
  position: relative;
}
.header-search-results .show-all a:after {
  bottom: 100%;
  background: #aeb7bd;
  content: '';
  display: block;
  left: 0;
  height: 1px;
  margin-left: 15px;
  position: absolute;
  width: 255px;
}
.header-search-results .no-results {
  color: #1a2c3f !important;
  display: block;
  font-size: 13px;
  line-height: 18px;
  padding: 15px;
}
.menu-toggle {
  display: none;
  float: right;
}
.menu-toggle span {
  color: #cbebf7;
  font-size: 15px;
  line-height: 90px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hamburglar {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 0 10px;
  height: 23px;
  position: relative;
  width: 30px;
  vertical-align: middle;
}
.hamburglar-1,
.hamburglar-2,
.hamburglar-3 {
  background: #cbebf7;
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
}
.hamburglar-1:first-child,
.hamburglar-2:first-child,
.hamburglar-3:first-child {
  margin-top: 0;
}
.hamburglar-1 {
  top: 0;
}
.hamburglar-2 {
  top: 9px;
}
.hamburglar-3 {
  top: 18px;
}
.show-mobile .menu-toggle span {
  opacity: 0;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.show-mobile .hamburglar-2 {
  background: transparent;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.show-mobile .hamburglar-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 41%;
}
.show-mobile .hamburglar-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 41%;
}
/*:: Footer
---------------------------------------- */
#footer {
  border-top: 6px solid #f1f5f8;
}
.footer-top h3 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 5px;
}
.newsletter-signup {
  margin-left: 17px;
  left: 100%;
  width: 100%;
}
.footer-middle {
  background: #e4e3e1;
}
.footer-nav-col {
  padding-right: 30px;
}
.footer-nav-col:nth-child(1n) {
  width: 19%;
}
.footer-nav-col:nth-child(2n) {
  width: 30%;
}
.footer-nav-col:nth-child(3n) {
  width: 17%;
}
.footer-nav-col:nth-child(4n) {
  width: 15%;
}
.footer-nav-col:nth-child(5n) {
  width: 19%;
}
.footer-nav-title {
  color: #097196;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-nav-title a {
  color: #097196;
}
.footer-nav-hr {
  border-top: 5px solid #576b90;
  margin-left: 0;
  text-align: left;
  width: 50px;
}
.footer-nav {
  list-style: none;
  padding: 0;
}
.footer-nav li {
  margin-bottom: 6px;
}
.footer-nav li a {
  color: #5f6467;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 3px 0;
}
.footer-nav li a:hover {
  color: #222;
}
.footer-nav-bold li a {
  color: #222;
  font-weight: 300;
}
.footer-nav-bold li a:hover {
  color: #555555;
}
.footer-nav-bold {
  color: #222;
  font-size: 15px;
  line-height: 20px;
}
.footer-nav-bold li {
  margin-bottom: 10px;
}
.footer-nav-bold li strong {
  text-transform: uppercase;
}
.footer-social-list {
  list-style: none;
  padding-left: 0;
}
.footer-social-list li {
  display: inline-block;
}
.footer-social-list li a {
  color: #222;
  font-size: 26px;
}
.footer-social-list li span:before {
  margin-left: 0;
}
.footer-btm {
  background: #e4e3e1;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
.footer-btm-nav,
.footer-btm #menuElem {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-btm #menuElem li {
  display: inline-block;
  vertical-align: top;
}
.footer-btm-nav li a,
.footer-btm-nav li span,
.footer-btm #menuElem a {
  color: #5f6467;
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
.footer-btm-nav li a:hover,
.footer-btm #menuElem a:hover {
  color: #222;
}
/*:: Homepage
---------------------------------------- */
.hero-slider {
  height: 620px;
  position: relative;
  overflow: hidden;
}
.hero-slides {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.hero-slides.no-trans {
  -webkit-transition: none;
  transition: none;
}
.hero-slide {
  background-position: center;
  background-size: cover;
  float: left;
  height: 620px;
  position: relative;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  width: 100%;
}
.hero-slide .btn {
  margin-bottom: 30px;
}
.hero-slide-content {
  max-width: 825px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-slide-img {
  display: none;
}
.hero-slider-controls {
  bottom: 20px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.hero-slider-controls > li {
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 8px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 20px;
}
.hero-slider-controls > li.selected,
.hero-slider-controls > li:hover {
  background: #fff;
}
.hero-slider-prev,
.hero-slider-next {
  background: none;
  border: none;
  font-size: 65px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.hero-slider-prev {
  left: 0;
}
.hero-slider-next {
  right: 0;
}
.panel {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 12px;
  padding: 20px 40px;
}
.panel a {
  color: #096d93;
}
.panel a:hover,
.panel a:focus {
  color: #0da2db;
}
.panel-title {
  color: #0aa9e5;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 5px;
  position: relative;
}
.panel-title:after {
  border-bottom: 2px solid #0aa9e5;
  content: '';
  left: 0;
  position: absolute;
  top: 100%;
  width: 25%;
}
.panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-list > li {
  line-height: 130%;
  margin-bottom: 15px;
}
.panel-list > li:after {
  clear: both;
  content: '';
  display: table;
}
.panel-list > li a {
  color: #096d93;
  font-size: 15px;
}
.panel-list > li a:hover,
.panel-list > li a:focus {
  color: #0da2db;
}
.panel-list > li small {
  color: #17547e;
  display: block;
  font-size: 13px;
  margin-top: 2px;
}
.panel-list-img {
  border-radius: 50%;
  height: auto;
  float: left;
  margin-top: 5px;
  width: 50px;
}
.panel-list-icon {
  float: left;
  font-size: 33px;
  margin-top: 5px;
  margin-left: 8px;
}
.panel-list-text {
  display: block;
  margin-left: 60px;
}
.testimonial-panel {
  background: #f8f8f8;
  color: #222;
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
  margin: 12px;
  padding: 12px;
}
.testimonial-panel-text {
  font-style: italic;
  line-height: 1.5em;
  color: #3A3A3A;
}
/*:: Solutions
---------------------------------------- */
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero {
  background-color: #1a2c3f;
  background-size: cover;
  background-position: center center;
  height: 500px;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.hero-alt {
  height: 500px;
}
.hero-alt .hero-container {
  height: 100%;
}
.no-js .hero .hero-img {
  opacity: 1;
}
.no-js .hero-content {
  opacity: 1;
}
.hero.has-video .hero-content {
  max-width: 675px;
}
.hero-container {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-content {
  max-width: 825px;
  padding-right: 30px;
  position: absolute;
  top: 50%;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-content-wide .hero-content {
  max-width: 1050px;
}
.hero-content h4 {
  margin-bottom: 10px;
}
.hero-content h1 {
  margin-top: 10px;
}
.hero-title-large {
  font-size: 60px;
}
.hero-text {
  font-size: 20px;
  line-height: 140%;
}
.hero-text-large {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: .5em;
  margin-top: .5em;
}
.hero-content .btn {
  margin-bottom: 15px;
  margin-top: 20px;
}
.hero-video {
  background: #f6f6f6;
  border: 1px solid #fff;
  height: auto;
  min-height: 200px;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 480px;
}
.hero-video:after {
  border-bottom: 20px solid transparent;
  border-left: 32px solid #fff;
  border-top: 20px solid transparent;
  content: '';
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-video:hover {
  -webkit-transform: translateY(-50%) scale(0.99);
  transform: translateY(-50%) scale(0.99);
}
.hero-video-btns .btn {
  margin-right: 10px;
}
.hero-video-btns .btn:last-child {
  margin-right: 0;
}
.solutions {
  padding-left: 30px;
  padding-right: 30px;
}
.solutions li {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.solution-btn {
  border: 2px solid #32373a;
  color: #0baae6;
  display: block;
  font-size: 18px;
  height: 90px;
  letter-spacing: 1px;
  line-height: 26px;
  position: relative;
  text-align: center;
}
.solution-btn:hover {
  background: #0baae6;
  color: #fff;
}
.solution-btn-alt {
  border-color: #f5f5f6;
}
.solution-btn-lrg {
  font-size: 20px;
  height: 240px;
}
.solution-btn-auto {
  height: auto;
}
.solution-btn span {
  left: 7.5%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 85%;
}
.solution-btn-lrg span {
  display: block;
  margin: 0 auto;
  position: static;
  -webkit-transform: none;
  transform: none;
  width: 75%;
}
.solution-btn-lrg svg {
  fill: currentColor;
  height: 110px;
  margin: 30px 0 9px;
  width: auto;
}
.solution-btn p {
  color: #fff;
  font-size: 15px;
  line-height: 130%;
}
/*:: Solutions detail
---------------------------------------- */
.solution-icon {
  height: 150px;
  position: relative;
}
.solution-icon img {
  max-height: 100%;
}
.solution-overview {
  font-size: 20px;
  max-width: 1000px;
  position: relative;
}
.solution-overview img {
  height: auto !important;
  max-width: 100%;
}
.accordion-list {
  list-style: none;
  padding: 0;
}
.accordion-list-item {
  border-bottom: 2px solid #d9d9d9;
  margin: 25px 0;
}
.accordion-list-item > p:first-of-type {
  margin-top: 10px;
}
.accordion-list-item.open .accordion-list-item-content {
  display: block;
}
.accordion-list-item.open .accordion-list-item-open {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.accordion-list-item-title {
  font-size: 38px;
  font-weight: 300;
  line-height: 120%;
  margin: 0;
  padding-right: 55px;
  position: relative;
  text-transform: none;
}
.accordion-list-item-open {
  border: 3px solid #07455e;
  border-radius: 50%;
  color: #07455e;
  display: block;
  font-size: 35px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.accordion-list-item-open svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion-list-item-content {
  -webkit-animation: fadeIn 200ms ease 1;
          animation: fadeIn 200ms ease 1;
  display: none;
}
.accordion-list-item-content ul,
.accordion-list-item-content ol {
  margin: 1em 0;
  padding-left: 20px;
}
.accordion-list-item-content ul {
  list-style: disc;
}
.solution-detail-value-added {
  background: #e4e3e1;
  color: #222;
  text-align: center;
}
.solution-detail-value-title {
  color: #097196;
}
.solution-detail-value-title a {
  font-weight: 700;
}
.solution-detail-left {
  padding-right: 60px;
  width: 62%;
}
.solution-detail-right {
  padding-left: 60px;
  width: 38%;
}
.solutions-blog-list {
  list-style: none;
  padding-left: 0;
}
.solutions-blog-list li {
  margin-bottom: 15px;
  min-height: 50px;
  position: relative;
}
.solutions-blog-list li a {
  color: #fff;
}
.solutions-blog-list-alt li a {
  color: #008de7;
}
.solutions-blog-list li img {
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solutions-blog-list li span {
  display: block;
  margin-left: 65px;
  padding-top: 4px;
}
.solutions-blog-list-alt li img {
  border: none;
}
.solutions-blog-list-alt li span {
  margin-left: 50px;
}
.solution-aside-header {
  margin-bottom: 8px;
}
.solutions-aside-list {
  margin-top: 8px;
}
.solutions-aside-list li {
  margin-bottom: 10px;
}
.solutions-aside-btn-list {
  margin-top: 20px;
}
.solutions-aside-btn-list li {
  margin-bottom: 15px;
}
.download-btn {
  background: #0baae6;
  color: #fff;
  display: block;
  padding: 16px 10px 16px 25px;
  position: relative;
}
.download-btn:hover {
  background: #0986b5;
  color: #fff;
}
.download-btn img {
  position: absolute;
  left: 20px;
  margin-top: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
}
.download-btn-text {
  margin: 0 0 0 50px;
}
.download-btn-title {
  display: block;
  font-size: 22px;
  line-height: 26px;
}
.download-btn-small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}
.solution-related-content {
  color: #fff;
  padding: 0 25px;
}
.solution-related-content a {
  color: #fff;
}
.solution-related-content h4 a {
  color: #81be41;
}
.solution-related-content .tag-list {
  margin-top: 12px;
}
.solution-aside-header {
  color: #6bcbef;
  margin-bottom: 8px;
}
.solutions-aside-list {
  margin-top: 8px;
}
.solutions-aside-list li {
  margin-bottom: 10px;
}
.solutions-blog-list {
  margin-top: 8px;
}
.solution-related-posts {
  padding-right: 25px;
}
.solution-related-tags,
.solution-related-tech {
  padding-left: 25px;
}
.solution {
  background: #fff;
  margin: 20px 0;
  padding: 1px;
  position: relative;
}
.solution .solution-col {
  float: none;
}
.solution-par-divider {
  line-height: 0;
  height: 1px;
}
.solution-par-col:nth-child(even) .solution-col:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.solution-img {
  height: auto;
  width: 100%;
}
.solution-content {
  padding: 30px 20px 30px 30px;
}
.solution-title {
  font-size: 36px;
  margin-top: 0;
}
.solution-text {
  font-size: 24px;
  margin-top: 8px;
}
.solution-interior-content {
  font-size: 24px;
}
.solution-interior-content ul {
  padding-left: 0;
  list-style: none;
}
.solution-interior-content ul li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAA4VBMVEVMaXEtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgtsOgMpiJYAAAASnRSTlMABrL9ErQB/nhQgHUDtwUKyOyU3GWYWjrAljS/6BQ45xxNQPaj0SCx14GFMR5hhEa8RbsPYrAyHxMCbvlteS10VSsMNV5YXZBH1pKRbTYAAAKFSURBVHjatVdne+IwDHYgBIcwWihQOihQKHuUMjqvN9ob+f8/6MByiBM7jnPm9CV5ZL+2ZemVJSQRazLutNud8cRCyeVu2u3dulRue93pXRJ0Cw9cTv7gliK82c+6Qsmumwrwi4UrkeVFDNysHnaPOEXVlOHnV8zcdCVTzjlOrpyppBn11X0kPD/ytz9t2MxWpt049Q8xy4vxpcxhzrldDI8W7fPDcKYkwj+ceOOXdfEO9UtvxsmDYH8Pf1OLvqPajbdCibPfO3/hWnbL1wXPivA9zOhALiburRydOAvq77PgubP4SDtLgy8C3jSp//f4+BVoPLARVaXnVyMLtaLKxD8YUFDkvVUAI3xeLMF/gfuX+gK8uTzwF45UQ8pSA4TH7j7EH0ogEJN9mn/gBupJFqjDLUCOegP+oEQCzMLkH/KfnWwBm4AGJP8C/4tyQP7nr9cSy27ID/tcvSJ/DTneWO8paDCaBoGtdn9dBQuMFJn0lbOhu/vrERaZCnj3laUP4VRvF5fk/amo4N0vrLZC3iwLbSE/qODfA2rIQFu0Id9yKIN+jD6fwngcnFMmyg3qkO8wMPa0p9vakOLRkGg7qE2+TmDsN9GlDBkeOUTdFi6wcukKHJ5fQGjCN4pKfefwvAlj0SU63gMXwvOXOEYToRsxAMN43o2TqEDCcrwfSJGhjGV4P5QlZMJiPE+maRSdMY/n6DyVJpTnF/flOaDhE4o8pT3+eIxJaXBUjaR6nLSu/bDoP21o8W+P6+J4z7t2gaFf4qB58iJrHlSPkpZ5o2MXmtqlrn6xrV/u6zccopZn6DhDruX5n02Xftsnbzz7TZ3Wd/DW0mm+V5HNd3z7v9nK+PEXYeBGDpvo6DkAAAAASUVORK5CYII=') no-repeat 5px 0;
  background-size: 45px 45px;
  padding-left: 65px;
  margin-bottom: 20px;
  min-height: 45px;
}
.solution-interior-content ul li:last-child {
  margin-bottom: 0;
}
.request-form {
  padding-left: 60px;
}
.request-form-intro {
  margin-bottom: 5px;
  margin-top: 10px;
}
p.request-form-info {
  color: #0a283e;
  font-size: 13px;
  line-height: 18px;
  left: 277px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*:: Careers
---------------------------------------- */
.inner-page-nav {
  line-height: 70px;
}
.inner-page-nav ul {
  margin: 0;
}
.inner-page-nav li a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 50px;
  padding-right: 50px;
  opacity: 0.5;
  text-transform: uppercase;
}
.inner-page-nav li a:hover,
.inner-page-nav .active {
  opacity: 1;
}
.images-wide-container {
  padding-left: 6px;
  padding-right: 6px;
}
.images-wide-row {
  margin-left: -6px;
  margin-right: -6px;
}
.images-wide-col {
  margin-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}
.images-wide-col div {
  height: 400px;
}
.border-block {
  border: 2px solid #e3eff7;
  margin-bottom: 15px;
  padding: 25px 40px;
}
.careers-tab-content {
  border: 1px solid #cfdfe6;
}
.career-list {
  list-style: none;
  padding: 0;
}
.career-list-left {
  padding-right: 60px;
}
.career-list-right {
  padding-left: 60px;
}
.career-item {
  margin-bottom: 30px;
}
.career-item small {
  color: #6bcbef;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.career-item a {
  color: #096d93;
  text-decoration: underline;
}
/*:: Leadership
---------------------------------------- */
.leader {
  margin-bottom: 30px;
}
.leader-top {
  position: relative;
}
.leader-img {
  height: auto;
  width: 100%;
}
.leader-social {
  position: absolute;
  left: 0;
  bottom: 0;
}
.leader-social:hover .leader-social-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.leader-social-icon {
  background: #127bb6;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 52px;
  position: relative;
  width: 52px;
  z-index: 1;
}
.leader-social-icon .icon-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.leader-social-text {
  bottom: 0;
  background: #fff;
  color: #222;
  display: block;
  position: absolute;
  left: 52px;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
  padding: 0 15px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  white-space: nowrap;
}
.leader-name {
  color: #1c5a7d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 15px 0 5px;
  text-transform: none;
}
.leader-title {
  color: #1c5a7d;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
/*:: Contact
---------------------------------------- */
.recaptchatable {
  margin: 0 auto !important;
}
#recaptcha_response_field::-webkit-input-placeholder {
  color: #ccc;
  font: normal 15px/16px 'proxima-nova', helvetica, arial, sans-serif;
  padding: 2px 0;
}
#recaptcha_response_field::-moz-placeholder {
  color: #ccc;
  font: normal 15px/18px 'proxima-nova', helvetica, arial, sans-serif;
}
#recaptcha_response_field:-ms-input-placeholder {
  color: #ccc;
  font: normal 15px/18px 'proxima-nova', helvetica, arial, sans-serif;
}
/*:: About
---------------------------------------- */
.about-sidebar {
  padding-right: 35px;
}
.about-sidebar,
.about-sidebar a {
  color: #3c7daa;
}
.about-sidebar h4 {
  color: #17547e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 22px;
  text-transform: uppercase;
}
.about-content {
  margin-right: 16.66666667%;
  float: right;
}
.in-touch-list {
  margin-top: 10px;
}
.in-touch-list li {
  margin-left: 10px;
}
.in-touch-list li:first-child {
  margin-left: 0;
}
.in-touch-list li a {
  color: #ccc;
  font-size: 24px;
}
.in-touch-list li a:hover {
  color: #999999;
}
.partnership {
  padding-bottom: 25px;
  padding-top: 25px;
}
.partnership-content {
  padding-left: 24px;
}
.partnership-content h4 {
  margin-bottom: 0;
  margin-top: 5px;
}
.partnership-content p {
  margin-top: 0;
}
.testimonial {
  padding: 0 30px;
  text-align: center;
}
.testimonial-img {
  height: 120px;
  position: relative;
}
.testimonial-img img {
  max-height: 95%;
  max-width: 100%;
  width: auto;
}
.testimonial-text {
  margin-bottom: 10px;
}
.testimonial-name {
  margin-bottom: 0;
  margin-top: 10px;
}
.testimonial-title {
  margin-top: 0;
}
.testimonial-name,
.testimonial-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
}
.location {
  margin-bottom: 24px;
  margin-left: 6px;
  margin-right: 6px;
  max-width: 380px;
}
.location-content {
  color: #3c7daa;
  padding: 15px 30px;
}
.location-title {
  color: #096d93;
  margin-bottom: 0;
}
.location-state {
  color: #6bcbef;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.location-detail {
  margin-bottom: 10px;
}
.location-detail-right {
  padding-left: 25px;
}
.location-detail h6 {
  margin-bottom: 0;
  margin-top: 0;
}
.location-detail p {
  margin: 0;
  line-height: 22px;
}
.location-detail a {
  color: #6bcbef;
  font-size: 14px;
  line-height: 18px;
}
/*:: Events
---------------------------------------- */
.sidebar-fitlers-list {
  border-bottom: 1px solid #cee2e9;
  border-top: 1px solid #cee2e9;
  color: #17547e;
  font-size: 14px;
  line-height: 18px;
}
.sidebar-fitlers-list li {
  margin-bottom: 15px;
  margin-top: 15px;
}
.sidebar-fitlers-list li input {
  margin-right: 10px;
  vertical-align: middle;
}
.events-section {
  padding: 0 19px;
}
.event,
.blog {
  border-bottom: 1px solid #cfdfe6;
  border-left: 1px solid #cfdfe6;
  border-right: 1px solid #cfdfe6;
  padding: 20px;
}
.event:first-child,
.blog:first-child {
  border-top: 1px solid #cfdfe6;
}
/*.event img,
.blog img {
    margin-top: 5px;
}

.event-img,
.blog-img {
    float: left;
    height: 160px;
    width: 160px;
}*/
.event-name,
.blog-name {
  margin: 0;
}
.event-details {
  margin: 0;
}
.event-detail-split {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.event-location {
  margin-bottom: 10px;
  margin-top: 0;
}
.event-text,
.blog-text {
  margin-top: 10px;
  padding-right: 20px;
}
.event-actions {
  margin-top: 25px;
}
.event-actions .btn {
  margin-bottom: 10px;
  margin-right: 6px;
}
.highlighted-item {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 292px;
  padding: 0 35px;
  width: 100%;
}
.highlighted-item-content {
  padding-bottom: 38px;
  padding-top: 38px;
}
.highlighted-item h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  margin-top: 5px;
}
.highlighted-item h4 {
  color: #cfedf9;
  margin-bottom: 5px;
}
/*:: Event detail
---------------------------------------- */
.event-detail-content {
  padding-right: 65px;
}
.event-map {
  height: 220px;
}
.event-resource {
  color: #fff;
  display: block;
  font-size: 25px;
  font-weight: 300;
  height: 210px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
.event-resource:hover {
  color: #fff;
}
.event-resource-content {
  width: 60%;
}
.event-resource p {
  margin-top: 10px;
}
.event-photos img {
  margin-bottom: 12px;
}
/*:: Case Studies
---------------------------------------- */
/* paging */
.paging {
  display: inline-block;
  margin: 15px -5px;
}
.pages {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.page,
.paging > a {
  display: inline-block;
  margin: 0 5px 10px;
}
.paging > a {
  margin-left: 6px;
}
.paging > a:first-child {
  margin-right: 6px;
}
.page a {
  display: block;
}
.page a,
.page.active,
.paging > a {
  border: 2px solid #cfdfe6;
  padding: 2px 6px;
  color: #096d93;
  text-align: center;
  width: 40px;
}
.page a:hover,
.page.active:hover,
.paging > a:hover {
  background: #096d93;
  color: #fff;
}
.page.active {
  background: #096d93;
  border-color: #096d93;
  color: #fff;
}
.filter-header h1 {
  float: left;
}
.filter-header-select {
  float: right;
  margin-top: 19px;
  padding-left: 15px;
  min-width: 200px;
}
.filter-header-select label {
  color: #096d93;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  margin-right: 6px;
  vertical-align: middle;
}
.filter-header-select select {
  display: inline-block;
  width: auto;
}
.case-study-list {
  list-style: none;
  padding-left: 0;
}
.case-study-cf {
  margin-bottom: 12px;
}
.case-study {
  background: #fff;
  border: 1px solid #cfdfe6;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
.case-study-animate {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.case-study-list li:nth-child(2) .case-study-animate {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.case-study-list li:nth-child(4) .case-study-animate {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.show-scroll,
.no-js .case-study-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.no-js .case-study-animate {
  -webkit-transform: none;
  transform: none;
}
.case-study img {
  border-bottom: 1px solid #F5F6F7;
  height: auto;
  width: 100%;
  vertical-align: top;
}
.case-study-content {
  padding: 20px 45px;
}
.case-study-content h6 {
  color: #096d93;
  margin-bottom: 5px;
}
.case-study-content h1 {
  margin-top: 5px;
}
.case-study-content h1 a {
  color: #0aa9e5;
}
.projects-table-header {
  background: #0aa9e5;
}
.projects-table-header:after,
.projects-table-row:after {
  content: " ";
  clear: both;
  display: table;
}
.projects-table-header .table-col {
  float: left;
}
.projects-table-content {
  border: 1px solid #cfdfe6;
}
.projects-table .table-col {
  min-height: 1px;
  padding: 15px;
}
.projects-table .col1 {
  position: relative;
  width: 9.75%;
}
.projects-table .col2 {
  width: 31%;
}
.projects-table .col3,
.projects-table .col4 {
  width: 20%;
}
.projects-table .col5 {
  width: 19.25%;
}
.projects-table .col-extended {
  padding-top: 0;
  margin-left: 9.75%;
  width: 80%;
}
.projects-table-row {
  background: #fafdfe;
  border-top: 1px solid #cfdfe6;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.projects-table-row:hover {
  background: #e6f6fc;
}
.projects-table-row:first-child {
  border-top: none;
}
.projects-table-row.expanded {
  background: #fff;
  cursor: default;
}
.projects-table-row.expanded .project-table-x {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.projects-table-row.expanded .project-table-x:before,
.projects-table-row.expanded .project-table-x:after {
  background: #687a81;
}
.projects-table-row.expanded .projects-table-reveal {
  -webkit-animation: fadeIn 250ms ease 1;
  animation: fadeIn 250ms ease 1;
  display: block;
}
.projects-table-select {
  cursor: pointer;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.projects-table-select .table-col {
  display: table-cell;
  vertical-align: middle;
}
.project-table-x {
  height: 25px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 25px;
}
.project-table-x:before,
.project-table-x:after {
  background: #0aa9e5;
  content: '';
  display: block;
  position: absolute;
  height: 7px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  width: 25px;
}
.project-table-x:before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-table-x:after {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.projects-table-row h1 {
  color: #096d93;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.projects-table-row p {
  line-height: 24px;
}
.projects-table-reveal {
  display: none;
}
.projects-table-content .mobile-content {
  display: none;
}
/*:: Location
---------------------------------------- */
.sidebar {
  padding-right: 70px;
}
.sidebar-item {
  color: #3c7daa;
  margin-bottom: 50px;
  margin-top: 18px;
}
.border-top-blue {
  border-top: 2px solid #17547e;
}
.sidebar-item h4 {
  color: #17547e;
  margin-bottom: 10px;
}
.sidebar-item ul {
  margin-top: 10px;
}
.sidebar-event {
  margin-bottom: 10px;
}
.sidebar-item a {
  color: #3c7daa;
  display: block;
}
.sidebar-event span {
  display: block;
}
.sidebar-event span:last-child {
  color: #0aa9e5;
}
.location-top-content {
  float: right;
  margin-right: 16.66666667%;
}
.location-map {
  height: 570px;
}
.map-overlay {
  background: #fff;
  border: 4px solid #bde5f4;
  color: #096d93;
  min-width: 300px;
  padding: 10px 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-overlay:before,
.map-overlay:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-overlay:before {
  border-bottom: 12px solid transparent;
  border-left: 13px solid #bde5f4;
  border-top: 12px solid transparent;
}
.map-overlay:after {
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  border-top: 7px solid transparent;
}
/*:: Blog
---------------------------------------- */
.FeedLink {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.FeedIcon {
  height: auto;
  width: 30px;
}
.sidebar-list,
.sidebar-filters {
  margin-bottom: 20px;
}
.sidebar-list-title,
.sidebar-filters-title {
  color: #0aa9e5;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.sidebar-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-list-ul li {
  border-top: 1px solid #cee2e9;
  font-size: 14px;
  line-height: 18px;
}
.sidebar-list-ul li:last-child {
  border-bottom: 1px solid #cee2e9;
}
.sidebar-list-ul li a {
  color: #17547e;
  display: block;
  padding: 8px 0;
  position: relative;
}
.sidebar-list-ul li a:hover {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}
.side-tag-name {
  display: block;
  margin-right: 30px;
}
.side-tag-number {
  display: block;
  color: #0aa9e5;
  position: absolute;
  opacity: 0.5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-section {
  padding: 0 34px;
}
.blog-section-intro {
  color: #06435a;
}
.blog-section-title {
  margin-bottom: 8px;
  margin-top: 0;
}
.blog-section-intro p {
  margin-top: 8px;
}
.blog-section-intro hr {
  margin-top: 25px;
}
.blog-name a {
  color: #0aa9e5;
}
.blog-text {
  margin-top: 5px;
}
.blog-details {
  font-size: 13px;
  line-height: 140%;
}
.blog-details img {
  float: left;
  margin-right: 15px;
  margin-top: 0;
}
.blog-details span {
  display: block;
}
.blog-details-comments {
  color: #096d93;
}
.blog-detail-name {
  margin-top: 5px;
}
.avatar {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.avatar-lrg {
  height: 50px;
  width: 50px;
}
.tag-list li {
  margin-bottom: 10px;
  margin-right: 11px;
}
.tag a {
  background: #aacce4;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  margin-right: 13px;
  padding-left: 12px;
  padding-right: 6px;
  position: relative;
}
.tag a:after {
  border-bottom: 15px solid transparent;
  border-left: 13px solid #aacce4;
  border-top: 15px solid transparent;
  content: '';
  left: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.tag a:hover {
  background: #70a9d2;
}
.tag a:hover:after {
  border-left-color: #70a9d2;
}
/*:: Blog Detail
---------------------------------------- */
.related-article-list {
  margin-top: 15px;
}
.related-article-list li {
  margin-bottom: 15px;
}
.blog-detail-title {
  padding-right: 150px;
}
.blog-detail-author img {
  margin-right: 10px;
}
.blog-detail-share {
  background: #f7f7f7;
  border-bottom: 1px solid #cfdfe6;
  border-top: 1px solid #cfdfe6;
  margin-top: 50px;
  padding: 20px 45px;
}
.blog-detail-share h5 {
  margin-top: 3px;
}
.share-list {
  font-size: 25px;
}
.share-list li {
  margin-left: 6px;
}
.share-list li a {
  color: #096d93;
}
.author-detail {
  border-bottom: 1px solid #cfdfe6;
  min-height: 115px;
  padding-bottom: 20px;
  padding-left: 95px;
  padding: 20px 0 20px 95px;
  position: relative;
}
.author-detail img {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.avatar-large {
  height: 75px;
  width: 75px;
}
.author-detail-name {
  color: #0aa9e5;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 8px;
}
.author-detail-title {
  color: #096d93;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.blog-detail-tags h5 {
  margin-bottom: 8px;
}
.blog-detail-tags .tag-list {
  margin-top: 8px;
}
.blog-detail-comments {
  border-top: 1px solid #cfdfe6;
  padding-top: 30px;
}
/*:: Author Bio
---------------------------------------- */
.author-bio-intro {
  color: #096d93;
}
.author-bio-section {
  padding-left: 20px;
}
.author-bio-links {
  margin-bottom: 10px;
  margin-top: 8px;
}
.author-bio-links li {
  marging-bottom: 5px;
  margin-right: 30px;
}
.author-bio-links li:last-child {
  margin-right: 0;
}
.author-bio-links a {
  color: #096d93;
  font-size: 15px;
  padding: 2px 0;
}
.author-bio-links a:hover {
  color: #05384b;
}
.author-bio-links a:before {
  margin-left: 0;
  margin-right: 5px;
}
/*:: Support
---------------------------------------- */
.support-list {
  display: inline-block;
  margin-top: 35px;
  text-align: center;
}
.support-list .support-block {
  margin: 0 35px 15px;
}
.support-block a {
  border: 1px solid #096d93;
  border-radius: 10px;
  padding: 15px 25px;
}
.support-block a:hover {
  background: #096d93;
  color: #fff;
}
.support-block a:hover p {
  color: #fff;
}
.support-block img {
  max-width: 150px;
}
.support-block p {
  margin-bottom: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
/*:: Search results
---------------------------------------- */
.search-left {
  padding-right: 50px;
}
.search-right {
  padding-top: 20px;
}
.search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 15px 0 18px;
}
.search-result:first-child {
  border-top: none;
}
.search-result h1 a:hover,
.search-result h2 a:hover {
  color: #0aa9e5;
}
.search-result-event:first-child {
  padding-top: 0;
}
.search-result-event h2 {
  font-size: 22px;
  line-height: 130%;
}
.search-result time {
  display: block;
  margin: -8px 0 -10px;
  font-size: 15px;
}
/*:: Error page
---------------------------------------- */
.error-page-content {
  position: relative;
}
.error-page-content:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#32383a+0,32383a+35,272d2f+75&amp;1+23,0.5+53,0+75 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzMjM4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiMzMjM4M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMzMjM4M2EiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzJkMzMzNSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMjcyZDJmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #32383a 0%, #32383a 23%, rgba(50, 56, 58, 0.8) 35%, rgba(45, 51, 53, 0.5) 53%, transparent 75%);
  /* W3C */
  content: '';
  height: 600px;
  left: 50%;
  position: absolute;
  top: -100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 600px;
  z-index: -1;
}
/*:: Landing page
---------------------------------------- */
.landing-page {
  font-family: 'Open Sans', 'proxima-nova', helvetica, arial, sans-serif;
}
.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4 {
  font-family: 'Open Sans', 'proxima-nova', helvetica, arial, sans-serif;
  font-weight: 600;
  line-height: 140%;
}
.landing-page h1 {
  font-size: 30px;
  font-weight: 300;
}
.landing-page h2 {
  font-size: 26px;
  font-weight: 600;
}
.landing-page h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.landing-blue {
  color: #3e588e;
}
.landing-blue2 {
  color: #009bde;
}
.landing-gray {
  color: #808080;
}
.btn-square {
  background: #fcd50e;
  color: #3e588e;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  line-height: 135%;
  padding: 15px 75px;
  text-transform: uppercase;
}
.btn-square:hover {
  background: #d4b203;
  opacity: 1;
}
.btn-square em {
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.landing-pad-right {
  padding-right: 54px;
}
.landing-pad-left {
  padding-left: 54px;
}
.landing-banner {
  background: #c6c6c6;
}
.landing-banner-logo {
  height: 110px;
}
.landing-banner-img {
  bottom: -40px;
  position: absolute;
  right: 55px;
}
.landing-mountians {
  background: #fff url(/getmedia/c9d45cde-070f-4f35-a720-8f814d5cba51/mountains_transparent.aspx) no-repeat center bottom;
  background-size: 100% auto;
  height: 250px;
}
.landing-cta {
  background: #009bde;
  text-align: center;
}
.landing-cta .landing-cta-header {
  font-weight: 300;
}
.landing-page-portraits {
  background: #19536B;
  font-size: 0;
}
.landing-page-inner {
  margin: 0 auto;
  max-width: 1440px;
  text-align: center;
}
.landing-page-portraits img {
  width: 8.333333%;
}
.landing-tech-left {
  width: 34%;
}
.landing-tech-right {
  width: 66%;
}
.landing-h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 200%;
  margin-top: 5px;
  text-transform: uppercase;
}
.landing-award-list {
  list-style: none;
  padding-left: 0;
}
.landing-award-list li {
  margin-bottom: 20px;
}
.landing-footer {
  background: #0191cf;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.hero-landing {
  height: 100vh;
}
.landing-azure-table {
  background: #1a2023;
  position: relative;
  overflow: hidden;
}
.landing-azure-table:before,
.landing-azure-table:after {
  content: '';
  position: absolute;
  z-index: 1;
}
.landing-azure-table:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a4f51+0,1a2023+80 */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YTRmNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiMxYTIwMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #4a4f51 0%, #1a2023 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  left: 0;
  height: 100%;
  height: calc(100% + 300px);
  bottom: -300px;
  width: 100%;
}
.landing-azure-table:after {
  background: #22282b;
  -webkit-box-shadow: 0 -10px 32px 5px rgba(34, 40, 43, 0.6);
          box-shadow: 0 -10px 32px 5px rgba(34, 40, 43, 0.6);
  bottom: 0;
  height: 292px;
  left: 0;
  width: 100%;
}
.landing-azure-table .container {
  position: relative;
  z-index: 2;
}
.periodic-table-row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -70px;
}
.periodic-table-row .col {
  padding-left: 3px;
  padding-right: 3px;
  width: 7.69%;
}
.block-icon {
  color: #fff;
  display: block;
  height: 92px;
  margin-bottom: 6px;
  text-align: center;
}
.block-icon:hover,
.block-icon:focus {
  color: #fff;
}
.block-icon:active {
  -webkit-box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px 2px rgba(0, 0, 0, 0.3);
}
.block-icon-green-vogue {
  background: #032563;
}
.block-icon-green-vogue:hover,
.block-icon-green-vogue:active,
.block-icon-green-vogue:focus {
  background: #021332;
}
.block-icon-east-bay {
  background: #405787;
}
.block-icon-east-bay:hover,
.block-icon-east-bay:active,
.block-icon-east-bay:focus {
  background: #304164;
}
.block-icon-denim {
  background: #1a7ec6;
}
.block-icon-denim:hover,
.block-icon-denim:active,
.block-icon-denim:focus {
  background: #146199;
}
.block-icon-dodger-blue {
  background: #1ab7f1;
}
.block-icon-dodger-blue:hover,
.block-icon-dodger-blue:active,
.block-icon-dodger-blue:focus {
  background: #0c98cc;
}
.block-icon-torch-red {
  background: #ff1a1a;
}
.block-icon-torch-red:hover,
.block-icon-torch-red:active,
.block-icon-torch-red:focus {
  background: #e60000;
}
.block-icon-flush-mahogany {
  background: #d04040;
}
.block-icon-flush-mahogany:hover,
.block-icon-flush-mahogany:active,
.block-icon-flush-mahogany:focus {
  background: #b12c2c;
}
.block-icon-lightning-yellow {
  background: #ffc61a;
}
.block-icon-lightning-yellow:hover,
.block-icon-lightning-yellow:active,
.block-icon-lightning-yellow:focus {
  background: #e6ad00;
}
.block-icon-studio {
  background: #7e44a9;
}
.block-icon-studio:hover,
.block-icon-studio:active,
.block-icon-studio:focus {
  background: #633585;
}
.block-icon-amethyst {
  background: #9e67c0;
}
.block-icon-amethyst:hover,
.block-icon-amethyst:active,
.block-icon-amethyst:focus {
  background: #8647ad;
}
.block-icon-conifer {
  background: #9dd562;
}
.block-icon-conifer:hover,
.block-icon-conifer:active,
.block-icon-conifer:focus {
  background: #84ca3a;
}
.block-icon-mountain-meadow {
  background: #1ab762;
}
.block-icon-mountain-meadow:hover,
.block-icon-mountain-meadow:active,
.block-icon-mountain-meadow:focus {
  background: #148a4a;
}
.block-icon-orange {
  background: #ff6023;
}
.block-icon-orange:hover,
.block-icon-orange:active,
.block-icon-orange:focus {
  background: #ef4200;
}
.block-icon-top {
  height: 58px;
  position: relative;
}
.block-icon-img {
  left: 50%;
  max-height: 42px;
  margin-top: 3px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
.block-icon-text {
  display: block;
  font: 700 10px/11px 'Open Sans', 'proxima-nova', helvetica, arial, sans-serif;
  margin-top: 4px;
  padding: 0 10px;
  text-transform: uppercase;
}
.mask-landing {
  background: rgba(0, 0, 0, 0.8);
}
.landing-modal {
  background: #22282a;
  border: 2px solid transparent;
  color: #fff;
  max-width: 630px;
  padding: 30px 45px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.landing-modal-green-vogue {
  border-color: #032563;
}
.landing-modal-east-bay {
  border-color: #405787;
}
.landing-modal-denim {
  border-color: #1a7ec6;
}
.landing-modal-dodger-blue {
  border-color: #1ab7f1;
}
.landing-modal-torch-red {
  border-color: #ff1a1a;
}
.landing-modal-flush-mahogany {
  border-color: #d04040;
}
.landing-modal-lightning-yellow {
  border-color: #ffc61a;
}
.landing-modal-studio {
  border-color: #7e44a9;
}
.landing-modal-amethyst {
  border-color: #9e67c0;
}
.landing-modal-conifer {
  border-color: #9dd562;
}
.landing-modal-mountain-meadow {
  border-color: #1ab762;
}
.landing-modal-orange {
  border-color: #ff6023;
}
.landing-modal-title {
  color: #bcbfc4;
  margin-bottom: 20px;
}
.landing-modal-title span {
  vertical-align: middle;
}
.landing-modal-img {
  height: 40px;
  margin-right: 15px;
  width: auto;
  vertical-align: middle;
}
.landing-modal-text ul {
  line-height: 130%;
  list-style-image: url(/getmedia/de69810e-6c8c-47b0-9ff5-754c013e7c16/checkmark.aspx);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.landing-modal-text ul li {
  margin-bottom: 8px;
}
.landing-modal-text ul li:last-child {
  margin-bottom: 0;
}
.modal-close-landing {
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.modal-close-landing:before,
.modal-close-landing:after {
  background: #86888a;
  content: '';
  left: 50%;
  position: absolute;
  height: 65%;
  top: 50%;
  width: 1px;
}
.modal-close-landing:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close-landing:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.key-title {
  color: #620327;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
}
.key-initials {
  display: inline-block;
  color: #fff;
  font: 700 15px/35px 'Open Sans', 'proxima-nova', helvetica, arial, sans-serif;
  float: left;
  letter-spacing: 0;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px;
  vertical-align: middle;
}
.key-title-text {
  display: block;
  margin-left: 50px;
  padding-top: 4px;
}
.key-initials-green-vogue {
  background: #032563;
}
.key-initials-east-bay {
  background: #405787;
}
.key-initials-denim {
  background: #1a7ec6;
}
.key-initials-dodger-blue {
  background: #1ab7f1;
}
.key-initials-torch-red {
  background: #ff1a1a;
}
.key-initials-flush-mahogany {
  background: #d04040;
}
.key-initials-lightning-yellow {
  background: #ffc61a;
}
.key-initials-studio {
  background: #7e44a9;
}
.key-initials-amethyst {
  background: #9e67c0;
}
.key-initials-conifer {
  background: #9dd562;
}
.key-initials-mountain-meadow {
  background: #1ab762;
}
.key-initials-orange {
  background: #ff6023;
}
.key-text {
  color: #22282a;
}
/* Landing Hacks */
.landing-hacks h1,
.landing-hacks .h1 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-landing-hacks {
  background-color: #000;
  background-image: url(/images/pixel_gradient.png), url(/images/hacks_marquee.jpg);
  background-repeat: repeat-x, no-repeat;
  background-size: 300px auto, cover;
  background-position: bottom left, center;
  height: unset;
}
.hero-landing-hacks .hero-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 80px 0 220px;
  position: static;
  text-align: center;
  -webkit-transform: none;
          transform: none;
}
.hero-landing-hacks h1 {
  color: #81be41;
}
.hero-landing-hacks p {
  font-size: 20px;
}
.landing-glitch {
  margin-bottom: 15px;
}
.landing-hacks-list {
  background: #1a1a1a;
  padding: 160px 0;
}
.landing-hacks-contact {
  background: #000 url(/images/hacks_marquee.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
.landing-hacks-contact .h1 {
  margin-bottom: 25px;
}
/*:: Responsive
---------------------------------------- */
@media (max-height: 800px) {
  #outer-container {
    margin-top: 0;
  }
  #header {
    position: static;
  }
  .solution-tabbed-nav.fixed {
    position: static;
  }
  .solution-tabbed-nav.fixed .solution-tab {
    font-size: 16px;
    height: 80px;
  }
}
@media (max-width: 1500px) {
  .images-wide-col div {
    height: 305px;
  }
}
@media (max-width: 1350px) {
  /* Homepage */
  .hero-slide-content {
    padding-left: 40px;
    padding-right: 70px;
  }
}
@media (max-width: 1259px) {
  #outer-container {
    margin-top: 0;
  }
  #header {
    position: static;
  }
  .header-btm {
    height: 90px;
  }
  #header .logo {
    margin-top: 9px;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle span {
    line-height: 90px;
  }
  .header-top {
    display: none;
  }
  .nav-container {
    background: #272c2f;
    bottom: 0;
    color: #fff;
    float: none;
    margin: 0;
    max-width: 90%;
    position: absolute;
    overflow-x: hidden;
    right: 0;
    text-align: left;
    top: 90px;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
  .show-mobile .nav-container {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header-search {
    float: none;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    padding-right: 45px;
    width: 100%;
  }
  .header-search-wrapper {
    display: block;
    overflow: hidden;
  }
  .header-search-input {
    height: 45px;
    line-height: 45px;
    margin-right: 45px;
    position: static;
    opacity: 1;
    visibility: visible;
    vertical-align: top;
    width: 100%;
  }
  .header-search-input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 41px;
  }
  .header-search-input::-moz-placeholder {
    font-size: 15px;
    line-height: 37px;
  }
  .header-search-input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 37px;
  }
  .header-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    margin-left: 0;
    vertical-align: top;
    width: 45px;
  }
  .main-nav > ul {
    display: block;
    margin-top: 0;
  }
  .main-nav > ul > li.has-dropdown a {
    padding-right: 30px;
    position: relative;
  }
  .main-nav > ul > li.has-dropdown a:after {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-nav > ul > li,
  .dropdown > li {
    display: block;
    margin-left: 0;
  }
  .main-nav li:hover .dropdown {
    -webkit-transform: none;
    transform: none;
  }
  .dropdown {
    background: #2e2f32;
  }
  .subdropdown {
    background: #37393d;
  }
  .dropdown,
  .subdropdown {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    width: auto;
  }
  .dropdown:after,
  .subdropdown:after {
    display: none;
  }
  .subdropdown {
    background: #3c3e42;
  }
  .add-dropdown-separator {
    border-top: 4px solid #fff;
  }
  .main-nav > ul > li > a,
  .dropdown > li > a,
  .subdropdown > li > a {
    border-bottom: 1px solid #37393d;
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 12px 25px;
  }
  .main-nav > ul > li > a:after,
  .dropdown > li > a:after,
  .subdropdown > li > a:after {
    display: none;
  }
  .dropdown > li:last-child a {
    border-bottom: none;
  }
  .dropdown > li a,
  .subdropdown > li a {
    border-bottom: 1px solid #505257;
    font-size: 16px;
  }
  .dropdown > li > a {
    padding-left: 30px;
  }
  .subdropdown > li > a {
    font-size: 14px;
    padding-left: 38px;
  }
  .mobile-copy {
    display: block !important;
  }
  /* Solutions */
  .hero-container {
    width: 100%;
  }
  .team-slider-next,
  .team-slider-prev {
    padding: 8px 16px;
  }
  .team-slider-next:before,
  .team-slider-prev:before,
  .team-slider-next:after,
  .team-slider-prev:after {
    border-top-width: 9px;
    border-bottom-width: 9px;
    margin-left: 0;
    margin-right: 0;
  }
  .team-slider-prev:before {
    border-right-width: 9px;
  }
  .team-slider-next:after {
    border-left-width: 9px;
  }
  .team-slider-next span,
  .team-slider-prev span {
    display: none;
  }
  /* Solution detail */
  .solution-tabbed-nav .container {
    padding: 0;
  }
  .solution-tabs-list > li:first-child {
    border-left: none;
  }
  .solution-tabs-list > li:last-child {
    border-right: none;
  }
  /* About */
  .about-content {
    margin-right: 0;
  }
  .location-detail-right {
    padding-left: 6px;
  }
  /* Location */
  .location-top-content {
    margin-right: 0;
  }
  /* Landing pages */
  .periodic-table-row {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 35px;
  }
  .periodic-table-row .col {
    padding-left: 3px;
    padding-right: 3px;
    width: 12.5%;
  }
}
@media (max-width: 1000px) {
  .images-wide-col div {
    height: 200px;
  }
}
@media (max-width: 991px) {
  /* Footer */
  .newsletter-signup {
    margin-bottom: 18px;
    margin-left: 0;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .footer-nav-col:nth-child(1n) {
    width: 25%;
  }
  .footer-nav-col:nth-child(2n) {
    width: 40%;
  }
  .footer-nav-col:nth-child(3n),
  .footer-nav-col:nth-child(4n),
  .footer-nav-col:nth-child(5n) {
    width: 33%;
  }
  /* Homepage */
  .hero-slider,
  .hero-slide {
    height: 520px;
  }
  .hero-slide-content {
    padding-left: 0;
    padding-right: 40px;
  }
  .hero-slider-next,
  .hero-slider-prev {
    display: none;
  }
  /* Solutions */
  /* Solution detail */
  .solution-detail-left,
  .solution-detail-right {
    background: none;
    width: 100%;
  }
  .solution-detail-left {
    padding-right: 0;
  }
  .solution-detail-right {
    padding-left: 0;
  }
  .solution-detail-right:before,
  .solution-detail-right:after {
    display: none;
  }
  .solution-related-content {
    padding: 0;
  }
  .solution-related-tags,
  .solution-related-tech {
    padding-left: 6px;
    margin-top: 20px;
  }
  .solution .solution-col {
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
  .solution-par-col:nth-child(even) .solution-col:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .solution-title {
    font-size: 26px;
  }
  .solution-text {
    font-size: 18px;
  }
  .request-form {
    padding-left: 6px;
  }
  /* Search */
  .search-left {
    padding-right: 0;
  }
  /* About */
  .about-sidebar {
    float: right;
  }
  .location {
    margin-left: auto;
    margin-right: auto;
  }
  /* Careers */
  .careers-tab-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .career-list-right {
    padding-left: 0;
  }
  /* Events */
  .events-section {
    padding-left: 6px;
    padding-right: 6px;
  }
  .event-sidebar {
    margin-bottom: 30px;
  }
  .filter-list {
    border: 1px solid #cfdfe6;
    margin-bottom: 15px;
    padding: 15px 20px 10px;
  }
  .filter-list-header {
    cursor: pointer;
    font-size: 17px;
  }
  .filter-list-header:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid currentColor;
    border-top: 6px solid transparent;
    content: '';
    font-size: 0;
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    vertical-align: 6px;
  }
  .filter-list.open .filter-list-header:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right: 6px solid transparent;
    border-top-color: currentColor;
    vertical-align: 3px;
  }
  .filter-list.open .filter-list-content {
    display: block;
    -webkit-animation: fadeIn 200ms ease 1;
    animation: fadeIn 200ms ease 1;
  }
  .filter-list-content {
    display: none;
  }
  /* Blog */
  .blog-section {
    padding-left: 6px;
    padding-right: 6px;
  }
  /* Location */
  .location-top-content {
    float: none;
    margin-right: 0;
  }
  /* Case Studies */
  .filter-header-select {
    margin-top: 12px;
  }
  .projects-table .col3,
  .projects-table .col4,
  .projects-table .col5 {
    display: none;
  }
  .projects-table .col1 {
    width: 15%;
  }
  .projects-table-header .col2 {
    padding-left: 25px;
  }
  .projects-table .col2 {
    width: 75%;
  }
  .projects-table .col-extended {
    margin-left: 15%;
    padding-left: 25px;
  }
  .projects-table-content .mobile-content {
    display: block;
  }
  /* Landing page */
  .landing-banner-img {
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 300px;
  }
  .landing-mountians {
    background-size: cover;
    height: 150px;
  }
  .periodic-table-row .col {
    width: 14.28%;
  }
}
@media (max-width: 767px) {
  /* Footer */
  .footer-nav-col:nth-child(1n),
  .footer-nav-col:nth-child(2n),
  .footer-nav-col:nth-child(3n),
  .footer-nav-col:nth-child(4n),
  .footer-nav-col:nth-child(5n) {
    width: 100%;
  }
  .mobile-expand .footer-nav-title {
    cursor: pointer;
  }
  .mobile-expand .footer-nav-title:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #6bcbef;
    border-top: 6px solid transparent;
    content: '';
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    vertical-align: 1px;
  }
  .mobile-expand .footer-nav {
    display: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .footer-nav-hr {
    display: none;
  }
  .footer-nav-col-5 {
    margin-top: 25px;
  }
  .footer-nav-col-5 .footer-nav-title {
    display: none;
  }
  .show-nav .footer-nav-title:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #6bcbef;
    vertical-align: 2px;
  }
  .show-nav .footer-nav {
    display: block;
    padding-left: 23px;
  }
  .footer-social-list li a {
    font-size: 32px;
  }
  /* Homepage */
  .hero-slider-controls {
    bottom: 10px;
  }
  /* Solutions */
  .hero {
    height: auto;
  }
  .hero-alt .hero-container {
    height: auto;
  }
  .hero-container,
  .hero-content {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .hero-content {
    padding: 50px 0;
  }
  .hero-title-large {
    font-size: 45px;
  }
  .hero-text-large {
    font-size: 22px;
  }
  .solutions {
    padding-left: 0;
    padding-right: 0;
  }
  .solution-btn {
    font-size: 15px;
    line-height: 22px;
  }
  .solution-btn-lrg {
    font-size: 20px;
    line-height: 26px;
  }
  /* Solution detail */
  .solution-overview {
    font-size: 18px;
  }
  .solution-interior-content {
    font-size: 20px;
  }
  .accordion-list-item-title {
    font-size: 30px;
  }
  .request-form .form-group-inline .form-group,
  .alt-form .form-group-inline .form-group {
    max-width: 350px;
    width: 100%;
  }
  p.request-form-info {
    margin-bottom: 15px;
    margin-top: 25px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  /* Blog detail */
  .blog-detail-title,
  .event-detail-content {
    padding-right: 0;
  }
  /* Location */
  .location-map {
    height: 400px;
  }
  .map-overlay {
    left: 50%;
    top: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .map-overlay:before,
  .map-overlay:after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .map-overlay:before {
    border-bottom: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid #bde5f4;
  }
  .map-overlay:after {
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
  }
  /* Case Studies */
  .filter-header {
    text-align: center;
  }
  .filter-header h1,
  .filter-header-select {
    float: none;
  }
  .filter-header-select {
    margin-top: 20px;
  }
  .case-study {
    margin-bottom: 25px;
  }
  /* Landing page */
  .landing-azure-table {
    position: static;
  }
  .landing-azure-table:before,
  .landing-azure-table:after {
    display: none;
  }
  .landing-page-portraits img {
    width: 16.666666%;
  }
  .periodic-table-row .col {
    width: 20%;
  }
  .landing-modal {
    position: fixed;
    top: 25px;
  }
  .landing-modal-up .landing-modal {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* Marketo Form Overrides */
.mktoForm {
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
    margin: 0 -10px;
    font-size: 16px !important;
    font-family: inherit !important;
    text-align: left !important;
}
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol,
.mktoForm .mktoLabel,
.mktoForm .mktoField,
.mktoForm .mktoAsterix {
    float: none !important;
}
.mktoForm .mktoFormRow,
.mktoForm .mktoButtonRow {
    flex: 0 0 100%;
    padding: 0 10px;
}
.mktoForm .mktoFormRow {
    flex-basis: 50%;
}
.mktoForm .mktoFormRow:nth-last-of-type(2) {
    flex-basis: 100%;
}
.mktoForm .mktoFieldWrap {
    margin-bottom: 25px !important;
}
.mktoForm .mktoLabel,
.mktoForm .mktoField {
    display: block !important;
    width: 100% !important;
}
.mktoForm .mktoLabel {
    padding-top: 0 !important;
    color: #096d93;
    margin-bottom: 10px;
    font-weight: 600 !important;
}
.mktoForm .mktoAsterix {
    display: inline-block !important;
    padding-left: 0 !important;
    margin-right: 0.25em;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
    display: none;
}
.mktoForm .mktoField {
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #096d93;
    font-family: 'proxima-nova', helvetica, arial, sans-serif;
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 10px !important;
}
.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm select {
    height: 40px !important;
}
.mktoForm textarea {
    height: auto !important;
    min-height: 10em;
}
.mktoForm .mktoButtonRow {
    text-align: center;
}
.mktoForm .mktoButtonWrap {
    margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap .mktoButton {
    margin: 0 !important;
    border-radius: 0 !important;
    background: #7eba00 !important;
    border: none !important;
    color: #fff !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-size: 20px !important;
    padding: 22px 50px !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: normal !important;
    letter-spacing: 1px;
    transition: background-color 200ms ease;
}
.mktoForm .mktoButtonWrap .mktoButton:hover {
    background: #395400 !important;
}
.mktoForm .mktoError {
    bottom: auto !important;
}
@media (max-width: 600px) {
    .images-wide-col div {
    height: 115px;
  }
  /* Header */
  /* Homepage */
  /* Solutions */
  .download-btn-title {
    font-size: 18px;
    line-height: 24px;
  }
  .download-btn-small {
    font-size: 13px;
    line-height: 19px;
  }
  /* Solution detail */
  .solution-par-col {
    width: 100%;
  }
  /* About */
  .partnership-img img {
    margin-top: 10px;
  }
  /* Blog detail */
  .blog-detail-share {
    text-align: center;
  }
  .blog-detail-share h5,
  .blog-detail-share ul {
    float: none !important;
  }
  .blog-detail-share h5 {
    margin-bottom: 15px;
  }
  /* Landing page */
  .hero-landing {
    min-height: 530px;
    height: 100vh;
  }
  .periodic-table-row .col {
    width: 25%;
  }
  /* Marketo Form Overrides */
  .mktoForm .mktoFormRow {
    flex-basis: 100%;
  }
  .mktoForm .mktoButtonWrap .mktoButton {
      width: 100%;
      font-size: inherit !important;
      padding: 15px 28px !important;
  }
}
@media (max-width: 500px) {
  /* Header */
  #header .logo svg {
    width: 180px;
  }
  /* Homepage */
  .hero-slide-content {
    padding-right: 15px;
  }
  /* Hero */
  .hero-video-btns .btn {
    font-size: 14px;
    padding: 12px 25px;
  }
  .hero-video-btns .btn:first-child {
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .hero-video-btns .btn:last-child {
    margin-top: 5px;
  }
  /* Solutions */
  .solutions [class*="col-"] {
    width: 100%;
  }
  /* Solution detail */
  /* About */
  .partnership-content {
    padding-left: 6px;
  }
  /* Careers */
  .careers-tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Author */
  .author-bio-section {
    padding-left: 6px;
  }
  /* Leadership */
  .leader-social-text {
    display: none;
  }
}
@media (max-width: 450px) {
  /* Landing page */
  .periodic-table-row .col {
    width: 33.333333%;
  }
}
@media (max-width: 400px) {
  .images-wide-col div {
    height: 75px;
  }
  .hero-content h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .hero-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
  /* Landing page */
  .landing-banner-logo {
    height: 80px;
    width: 282px;
  }
  .btn-square {
    padding-left: 55px;
    padding-right: 55px;
  }
  .landing-page-portraits img {
    width: 25%;
  }
  /* Leadership */
  .leader-name {
    font-size: 21px;
  }
}
@media (max-width: 350px) {
  /* Header */
  #header .logo {
    margin-top: 12px;
  }
  #header .logo svg {
    height: 45px;
    width: 155px;
  }
  .logo-tagline {
    font-size: 12px;
  }
  /* Hero */
  .hero-content h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .hero-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-video-btns .btn {
    font-size: 13px;
    padding: 10px 20px;
  }
  /* leadership */
  .leader-col {
    width: 100%;
  }
  .leader-cf {
    display: none;
  }
}
@media (min-width: 992px) {
  /* Landing page */
  .landing-cta-no-margin .landing-cta-header,
  .landing-cta-no-margin .btn-square {
    margin: 0;
  }
}
