@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");
.shake-square.square-one, .shake-square.square-two, .shake-square.square-three, .shake-square.square-four, .shake-square.square-five, .shake-square.square-six {
  display: inherit;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake-square.square-one:hover,
.shake-trigger:hover .shake-square.square-one, .shake-square.square-two:hover,
.shake-trigger:hover .shake-square.square-two, .shake-square.square-three:hover,
.shake-trigger:hover .shake-square.square-three, .shake-square.square-four:hover,
.shake-trigger:hover .shake-square.square-four, .shake-square.square-five:hover,
.shake-trigger:hover .shake-square.square-five, .shake-square.square-six:hover,
.shake-trigger:hover .shake-square.square-six {
  animation-play-state: running; }

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/gothamhtf-book-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gothamhtf-book-webfont.woff2") format("woff2"), url("../fonts/gothamhtf-book-webfont.woff") format("woff"), url("../fonts/gothamhtf-book-webfont.ttf") format("truetype"), url("../fonts/gothamhtf-book-webfont.svg") format("svg"); }

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/gothamhtf-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/gothamhtf-bold-webfont.woff2") format("woff2"), url("../fonts/gothamhtf-bold-webfont.woff") format("woff"), url("../fonts/gothamhtf-bold-webfont.ttf") format("truetype"), url("../fonts/gothamhtf-bold-webfont.svg") format("svg"); }

body {
  font-family: 'GothamBook';
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: calc(30px + (40 - 30) * (100vw - 320px) / (1440 - 320));
  font-weight: 500;
  display: inline-block;
  position: relative; }
  h1:after {
    display: block;
    content: '';
    padding-top: 30px;
    border-bottom: 2px solid #5985a5;
    position: absolute;
    left: 20px;
    right: 20px; }
  h1.home-hero-header:after {
    display: none;
    content: none;
    padding-top: 0;
    border-bottom: none; }

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320));
  display: inline-block;
  margin-bottom: 60px;
  position: relative; }
  h2:after {
    display: block;
    content: '';
    padding-top: 30px;
    border-bottom: 2px solid #5985a5;
    position: absolute;
    left: 20px;
    right: 20px; }

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }
  h3.underline {
    display: inline-block;
    padding-bottom: 15px; }
    h3.underline:after {
      content: '';
      display: block;
      width: 80%;
      border-bottom: 2px solid #5985a5;
      padding-top: 10px; }

p {
  font-size: 1rem;
  line-height: 1.8; }

strong {
  font-weight: 600; }

.aligncenter {
  text-align: center;
  clear: inherit; }

a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #f0693a; }

.more-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  position: relative; }
  .more-link:after {
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    content: '';
    display: inline-block;
    background: url("../images/icon-more-orange.svg") no-repeat center;
    background-size: auto 12px;
    width: 10px;
    height: 12px;
    /*margin-left:10px;*/
    position: absolute;
    right: -17px;
    top: 1px; }
  .more-link:hover:after {
    background-size: auto 15px;
    width: 12px;
    height: 15px;
    /*margin-left:13px;
      margin-right:-3px;*/
    right: -20px;
    top: -1px; }
  .more-link.orange {
    color: #f0693a; }

.mobilecenter {
  text-align: center; }
  @media (min-width: 992px) {
    .mobilecenter {
      text-align: inherit; } }
  .mobilecenter h3.underline:after {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .mobilecenter h3.underline:after {
        margin: inherit; } }

body {
  /*padding-top:calc(40px + (85 - 40) * (100vw - 400px) / (1440 - 400));*/
  background: url("../images/fancy-btn-hover.png") no-repeat -9999px -9999px; }

a {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

#page {
  overflow: hidden; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

.btn {
  padding: 10px 30px;
  border: 3px solid #f0693a;
  border-radius: 0;
  color: #f0693a !important; }
  .btn.fancy {
    border: none;
    background: url("../images/fancy-btn.png") no-repeat center;
    width: 227px;
    height: 55px;
    background-size: 227px 55px;
    padding-top: 15px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .btn.fancy:hover {
      background: url("../images/fancy-btn-hover.png") no-repeat center;
      width: 227px;
      height: 55px;
      background-size: 227px 55px;
      -moz-transition: all 1.5s ease;
      -o-transition: all 1.5s ease;
      -webkit-transition: all 1.5s ease;
      transition: all 1.5s ease; }

.flexcenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .flexcenter div {
    width: 100%; }

svg {
  stroke-width: 1.5 !important; }
  svg.cyber .cls-5, svg.assessments .cls-5 {
    stroke-dasharray: 0 !important; }

.light-gray {
  background: #f1f0f1; }

.dark-blue {
  background: #0d1e2b; }

.gray {
  background: #d1d3d4; }

.container {
  /*width:100%;
	padding: 0 calc(20px + (200 - 20) * (100vw - 400px) / (1440 - 400));*/ }

.form-control {
  /*outline:none;
		font-size: .5rem;*/ }

.desktop-only {
  display: none !important; }
  @media (min-width: 992px) {
    .desktop-only {
      display: block !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

.videoWrapper {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.scroll-down {
  position: absolute;
  bottom: 60px;
  width: 30px;
  height: auto;
  left: 50%;
  padding-top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .scroll-down:hover {
    bottom: 55px;
    padding-top: 8px; }

.shake-square {
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  border-radius: 5px; }
  .shake-square.square-one {
    width: 60px;
    height: 60px;
    left: 15%;
    top: 30%; }

@keyframes shake-slow-one {
  2% {
    transform: translate(31px, 3px) rotate(0); }
  4% {
    transform: translate(12px, -33px) rotate(0); }
  6% {
    transform: translate(-28px, 25px) rotate(0); }
  8% {
    transform: translate(49px, 43px) rotate(0); }
  10% {
    transform: translate(-37px, -43px) rotate(0); }
  12% {
    transform: translate(-47px, 19px) rotate(0); }
  14% {
    transform: translate(-39px, -47px) rotate(0); }
  16% {
    transform: translate(3px, 50px) rotate(0); }
  18% {
    transform: translate(33px, -40px) rotate(0); }
  20% {
    transform: translate(-44px, -13px) rotate(0); }
  22% {
    transform: translate(6px, 0px) rotate(0); }
  24% {
    transform: translate(46px, -40px) rotate(0); }
  26% {
    transform: translate(-33px, -31px) rotate(0); }
  28% {
    transform: translate(39px, 43px) rotate(0); }
  30% {
    transform: translate(-14px, 4px) rotate(0); }
  32% {
    transform: translate(-34px, 15px) rotate(0); }
  34% {
    transform: translate(-2px, 33px) rotate(0); }
  36% {
    transform: translate(7px, -6px) rotate(0); }
  38% {
    transform: translate(38px, 40px) rotate(0); }
  40% {
    transform: translate(37px, 36px) rotate(0); }
  42% {
    transform: translate(-33px, 1px) rotate(0); }
  44% {
    transform: translate(50px, 7px) rotate(0); }
  46% {
    transform: translate(32px, -37px) rotate(0); }
  48% {
    transform: translate(43px, -49px) rotate(0); }
  50% {
    transform: translate(-38px, 14px) rotate(0); }
  52% {
    transform: translate(25px, 38px) rotate(0); }
  54% {
    transform: translate(18px, 9px) rotate(0); }
  56% {
    transform: translate(35px, 9px) rotate(0); }
  58% {
    transform: translate(13px, -37px) rotate(0); }
  60% {
    transform: translate(-9px, 13px) rotate(0); }
  62% {
    transform: translate(28px, -44px) rotate(0); }
  64% {
    transform: translate(-36px, -39px) rotate(0); }
  66% {
    transform: translate(-40px, 19px) rotate(0); }
  68% {
    transform: translate(18px, -20px) rotate(0); }
  70% {
    transform: translate(-29px, 33px) rotate(0); }
  72% {
    transform: translate(-33px, -12px) rotate(0); }
  74% {
    transform: translate(-20px, -14px) rotate(0); }
  76% {
    transform: translate(28px, 29px) rotate(0); }
  78% {
    transform: translate(2px, 33px) rotate(0); }
  80% {
    transform: translate(-33px, 5px) rotate(0); }
  82% {
    transform: translate(-4px, -6px) rotate(0); }
  84% {
    transform: translate(-32px, 39px) rotate(0); }
  86% {
    transform: translate(-7px, -44px) rotate(0); }
  88% {
    transform: translate(-6px, 32px) rotate(0); }
  90% {
    transform: translate(4px, -2px) rotate(0); }
  92% {
    transform: translate(-45px, 36px) rotate(0); }
  94% {
    transform: translate(1px, -7px) rotate(0); }
  96% {
    transform: translate(14px, 2px) rotate(0); }
  98% {
    transform: translate(8px, -14px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-one:hover,
    .shake-trigger:hover .shake-square.square-one, .shake-square.square-one.shake-freeze, .shake-square.square-one.shake-constant {
      animation-delay: 700;
      animation-name: shake-slow-one;
      animation-duration: 160s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .shake-square.square-two {
    width: 80px;
    height: 80px;
    left: 30%;
    bottom: 10%; }

@keyframes shake-slow-two {
  2% {
    transform: translate(5px, 23px) rotate(0); }
  4% {
    transform: translate(-5px, -2px) rotate(0); }
  6% {
    transform: translate(26px, -8px) rotate(0); }
  8% {
    transform: translate(-39px, -33px) rotate(0); }
  10% {
    transform: translate(-27px, -26px) rotate(0); }
  12% {
    transform: translate(0px, -28px) rotate(0); }
  14% {
    transform: translate(-10px, 20px) rotate(0); }
  16% {
    transform: translate(-10px, -31px) rotate(0); }
  18% {
    transform: translate(-4px, -27px) rotate(0); }
  20% {
    transform: translate(25px, 16px) rotate(0); }
  22% {
    transform: translate(-14px, 11px) rotate(0); }
  24% {
    transform: translate(13px, -22px) rotate(0); }
  26% {
    transform: translate(-28px, -25px) rotate(0); }
  28% {
    transform: translate(5px, 22px) rotate(0); }
  30% {
    transform: translate(-24px, 16px) rotate(0); }
  32% {
    transform: translate(23px, 35px) rotate(0); }
  34% {
    transform: translate(22px, 1px) rotate(0); }
  36% {
    transform: translate(-12px, -20px) rotate(0); }
  38% {
    transform: translate(-25px, -38px) rotate(0); }
  40% {
    transform: translate(32px, -10px) rotate(0); }
  42% {
    transform: translate(-19px, -37px) rotate(0); }
  44% {
    transform: translate(17px, 1px) rotate(0); }
  46% {
    transform: translate(9px, -12px) rotate(0); }
  48% {
    transform: translate(-20px, 13px) rotate(0); }
  50% {
    transform: translate(16px, -1px) rotate(0); }
  52% {
    transform: translate(-20px, 26px) rotate(0); }
  54% {
    transform: translate(30px, 22px) rotate(0); }
  56% {
    transform: translate(31px, -6px) rotate(0); }
  58% {
    transform: translate(12px, -18px) rotate(0); }
  60% {
    transform: translate(39px, 8px) rotate(0); }
  62% {
    transform: translate(17px, -31px) rotate(0); }
  64% {
    transform: translate(-24px, -36px) rotate(0); }
  66% {
    transform: translate(-28px, -12px) rotate(0); }
  68% {
    transform: translate(4px, -6px) rotate(0); }
  70% {
    transform: translate(-4px, 6px) rotate(0); }
  72% {
    transform: translate(33px, -18px) rotate(0); }
  74% {
    transform: translate(-4px, 29px) rotate(0); }
  76% {
    transform: translate(6px, -27px) rotate(0); }
  78% {
    transform: translate(-5px, 7px) rotate(0); }
  80% {
    transform: translate(27px, 14px) rotate(0); }
  82% {
    transform: translate(32px, -27px) rotate(0); }
  84% {
    transform: translate(17px, -8px) rotate(0); }
  86% {
    transform: translate(5px, 33px) rotate(0); }
  88% {
    transform: translate(10px, -33px) rotate(0); }
  90% {
    transform: translate(17px, -32px) rotate(0); }
  92% {
    transform: translate(37px, -32px) rotate(0); }
  94% {
    transform: translate(19px, -8px) rotate(0); }
  96% {
    transform: translate(20px, 35px) rotate(0); }
  98% {
    transform: translate(-31px, 6px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-two:hover,
    .shake-trigger:hover .shake-square.square-two, .shake-square.square-two.shake-freeze, .shake-square.square-two.shake-constant {
      animation-delay: 200;
      animation-name: shake-slow-two;
      animation-duration: 110s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .shake-square.square-three {
    width: 80px;
    height: 80px;
    left: 37%;
    top: 12%; }

@keyframes shake-slow-three {
  2% {
    transform: translate(-38px, -5px) rotate(0); }
  4% {
    transform: translate(1px, 30px) rotate(0); }
  6% {
    transform: translate(10px, 18px) rotate(0); }
  8% {
    transform: translate(-6px, -17px) rotate(0); }
  10% {
    transform: translate(-48px, 39px) rotate(0); }
  12% {
    transform: translate(40px, -32px) rotate(0); }
  14% {
    transform: translate(36px, -26px) rotate(0); }
  16% {
    transform: translate(-29px, 38px) rotate(0); }
  18% {
    transform: translate(-33px, -42px) rotate(0); }
  20% {
    transform: translate(4px, 24px) rotate(0); }
  22% {
    transform: translate(17px, -19px) rotate(0); }
  24% {
    transform: translate(14px, -37px) rotate(0); }
  26% {
    transform: translate(-37px, -45px) rotate(0); }
  28% {
    transform: translate(-25px, 23px) rotate(0); }
  30% {
    transform: translate(-34px, -47px) rotate(0); }
  32% {
    transform: translate(-10px, 15px) rotate(0); }
  34% {
    transform: translate(47px, -23px) rotate(0); }
  36% {
    transform: translate(19px, -37px) rotate(0); }
  38% {
    transform: translate(-30px, -27px) rotate(0); }
  40% {
    transform: translate(-45px, -34px) rotate(0); }
  42% {
    transform: translate(-6px, 2px) rotate(0); }
  44% {
    transform: translate(11px, 18px) rotate(0); }
  46% {
    transform: translate(-31px, 36px) rotate(0); }
  48% {
    transform: translate(20px, -11px) rotate(0); }
  50% {
    transform: translate(19px, 42px) rotate(0); }
  52% {
    transform: translate(-3px, 23px) rotate(0); }
  54% {
    transform: translate(36px, -9px) rotate(0); }
  56% {
    transform: translate(18px, 23px) rotate(0); }
  58% {
    transform: translate(50px, -19px) rotate(0); }
  60% {
    transform: translate(1px, 1px) rotate(0); }
  62% {
    transform: translate(42px, 15px) rotate(0); }
  64% {
    transform: translate(15px, -30px) rotate(0); }
  66% {
    transform: translate(-37px, 37px) rotate(0); }
  68% {
    transform: translate(-44px, -20px) rotate(0); }
  70% {
    transform: translate(-14px, -7px) rotate(0); }
  72% {
    transform: translate(10px, -34px) rotate(0); }
  74% {
    transform: translate(-9px, -37px) rotate(0); }
  76% {
    transform: translate(15px, 37px) rotate(0); }
  78% {
    transform: translate(-29px, -49px) rotate(0); }
  80% {
    transform: translate(-28px, -11px) rotate(0); }
  82% {
    transform: translate(16px, -9px) rotate(0); }
  84% {
    transform: translate(2px, -36px) rotate(0); }
  86% {
    transform: translate(-5px, 42px) rotate(0); }
  88% {
    transform: translate(38px, 17px) rotate(0); }
  90% {
    transform: translate(-34px, 11px) rotate(0); }
  92% {
    transform: translate(26px, 13px) rotate(0); }
  94% {
    transform: translate(-13px, 47px) rotate(0); }
  96% {
    transform: translate(10px, 35px) rotate(0); }
  98% {
    transform: translate(-11px, 17px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-three:hover,
    .shake-trigger:hover .shake-square.square-three, .shake-square.square-three.shake-freeze, .shake-square.square-three.shake-constant {
      animation-delay: 1000;
      animation-name: shake-slow-three;
      animation-duration: 160s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .shake-square.square-four {
    width: 120px;
    height: 120px;
    right: 20%;
    bottom: -5%; }

@keyframes shake-slow-four {
  2% {
    transform: translate(-27px, -24px) rotate(0); }
  4% {
    transform: translate(-33px, 23px) rotate(0); }
  6% {
    transform: translate(-32px, -14px) rotate(0); }
  8% {
    transform: translate(30px, -7px) rotate(0); }
  10% {
    transform: translate(13px, 1px) rotate(0); }
  12% {
    transform: translate(5px, 9px) rotate(0); }
  14% {
    transform: translate(-10px, -13px) rotate(0); }
  16% {
    transform: translate(-6px, -9px) rotate(0); }
  18% {
    transform: translate(-6px, -19px) rotate(0); }
  20% {
    transform: translate(9px, -7px) rotate(0); }
  22% {
    transform: translate(-10px, 21px) rotate(0); }
  24% {
    transform: translate(15px, -12px) rotate(0); }
  26% {
    transform: translate(25px, 8px) rotate(0); }
  28% {
    transform: translate(10px, -6px) rotate(0); }
  30% {
    transform: translate(-19px, 32px) rotate(0); }
  32% {
    transform: translate(-1px, -1px) rotate(0); }
  34% {
    transform: translate(-30px, -13px) rotate(0); }
  36% {
    transform: translate(-13px, -10px) rotate(0); }
  38% {
    transform: translate(-2px, -33px) rotate(0); }
  40% {
    transform: translate(-34px, 9px) rotate(0); }
  42% {
    transform: translate(6px, -24px) rotate(0); }
  44% {
    transform: translate(18px, 28px) rotate(0); }
  46% {
    transform: translate(24px, 6px) rotate(0); }
  48% {
    transform: translate(-22px, 10px) rotate(0); }
  50% {
    transform: translate(-20px, -5px) rotate(0); }
  52% {
    transform: translate(-1px, -20px) rotate(0); }
  54% {
    transform: translate(-22px, 6px) rotate(0); }
  56% {
    transform: translate(35px, -26px) rotate(0); }
  58% {
    transform: translate(-33px, -25px) rotate(0); }
  60% {
    transform: translate(-3px, 4px) rotate(0); }
  62% {
    transform: translate(19px, -21px) rotate(0); }
  64% {
    transform: translate(2px, -25px) rotate(0); }
  66% {
    transform: translate(26px, 30px) rotate(0); }
  68% {
    transform: translate(-13px, -24px) rotate(0); }
  70% {
    transform: translate(-21px, 14px) rotate(0); }
  72% {
    transform: translate(32px, 34px) rotate(0); }
  74% {
    transform: translate(-31px, -15px) rotate(0); }
  76% {
    transform: translate(-32px, 31px) rotate(0); }
  78% {
    transform: translate(-19px, -8px) rotate(0); }
  80% {
    transform: translate(-30px, -7px) rotate(0); }
  82% {
    transform: translate(-14px, 30px) rotate(0); }
  84% {
    transform: translate(16px, 5px) rotate(0); }
  86% {
    transform: translate(0px, -10px) rotate(0); }
  88% {
    transform: translate(-3px, 33px) rotate(0); }
  90% {
    transform: translate(26px, -4px) rotate(0); }
  92% {
    transform: translate(33px, -32px) rotate(0); }
  94% {
    transform: translate(27px, -33px) rotate(0); }
  96% {
    transform: translate(0px, -31px) rotate(0); }
  98% {
    transform: translate(-27px, -24px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-four:hover,
    .shake-trigger:hover .shake-square.square-four, .shake-square.square-four.shake-freeze, .shake-square.square-four.shake-constant {
      animation-delay: 300;
      animation-name: shake-slow-four;
      animation-duration: 110s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .shake-square.square-five {
    width: 60px;
    height: 60px;
    right: 3%;
    top: 70%; }

@keyframes shake-slow-one {
  2% {
    transform: translate(-7px, -28px) rotate(0); }
  4% {
    transform: translate(-48px, -42px) rotate(0); }
  6% {
    transform: translate(-35px, 43px) rotate(0); }
  8% {
    transform: translate(-28px, 41px) rotate(0); }
  10% {
    transform: translate(-22px, -30px) rotate(0); }
  12% {
    transform: translate(16px, -40px) rotate(0); }
  14% {
    transform: translate(-32px, 17px) rotate(0); }
  16% {
    transform: translate(-39px, 35px) rotate(0); }
  18% {
    transform: translate(-5px, 39px) rotate(0); }
  20% {
    transform: translate(18px, -45px) rotate(0); }
  22% {
    transform: translate(-17px, -48px) rotate(0); }
  24% {
    transform: translate(-6px, 36px) rotate(0); }
  26% {
    transform: translate(-25px, 6px) rotate(0); }
  28% {
    transform: translate(-21px, 23px) rotate(0); }
  30% {
    transform: translate(-21px, -11px) rotate(0); }
  32% {
    transform: translate(-47px, -32px) rotate(0); }
  34% {
    transform: translate(17px, -36px) rotate(0); }
  36% {
    transform: translate(-41px, 41px) rotate(0); }
  38% {
    transform: translate(3px, 2px) rotate(0); }
  40% {
    transform: translate(-29px, 16px) rotate(0); }
  42% {
    transform: translate(46px, 33px) rotate(0); }
  44% {
    transform: translate(-11px, 23px) rotate(0); }
  46% {
    transform: translate(34px, 30px) rotate(0); }
  48% {
    transform: translate(-32px, 6px) rotate(0); }
  50% {
    transform: translate(-44px, -22px) rotate(0); }
  52% {
    transform: translate(4px, -9px) rotate(0); }
  54% {
    transform: translate(16px, 46px) rotate(0); }
  56% {
    transform: translate(-25px, -39px) rotate(0); }
  58% {
    transform: translate(-37px, 16px) rotate(0); }
  60% {
    transform: translate(23px, -18px) rotate(0); }
  62% {
    transform: translate(4px, -31px) rotate(0); }
  64% {
    transform: translate(33px, 5px) rotate(0); }
  66% {
    transform: translate(-30px, 12px) rotate(0); }
  68% {
    transform: translate(34px, 8px) rotate(0); }
  70% {
    transform: translate(-39px, -13px) rotate(0); }
  72% {
    transform: translate(39px, -22px) rotate(0); }
  74% {
    transform: translate(-15px, -13px) rotate(0); }
  76% {
    transform: translate(38px, 40px) rotate(0); }
  78% {
    transform: translate(-37px, 34px) rotate(0); }
  80% {
    transform: translate(-42px, 26px) rotate(0); }
  82% {
    transform: translate(-47px, 6px) rotate(0); }
  84% {
    transform: translate(20px, 5px) rotate(0); }
  86% {
    transform: translate(-10px, 28px) rotate(0); }
  88% {
    transform: translate(15px, 13px) rotate(0); }
  90% {
    transform: translate(43px, 1px) rotate(0); }
  92% {
    transform: translate(-16px, -32px) rotate(0); }
  94% {
    transform: translate(-28px, 33px) rotate(0); }
  96% {
    transform: translate(16px, -32px) rotate(0); }
  98% {
    transform: translate(28px, 1px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-five:hover,
    .shake-trigger:hover .shake-square.square-five, .shake-square.square-five.shake-freeze, .shake-square.square-five.shake-constant {
      animation-delay: 900;
      animation-name: shake-slow-one;
      animation-duration: 160s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
  .shake-square.square-six {
    width: 110px;
    height: 110px;
    right: 15%;
    top: 20%; }

@keyframes shake-slow-six {
  2% {
    transform: translate(55px, 52px) rotate(0); }
  4% {
    transform: translate(-8px, -42px) rotate(0); }
  6% {
    transform: translate(-8px, 10px) rotate(0); }
  8% {
    transform: translate(-37px, -38px) rotate(0); }
  10% {
    transform: translate(53px, 20px) rotate(0); }
  12% {
    transform: translate(58px, 31px) rotate(0); }
  14% {
    transform: translate(6px, -43px) rotate(0); }
  16% {
    transform: translate(-41px, 39px) rotate(0); }
  18% {
    transform: translate(-51px, -1px) rotate(0); }
  20% {
    transform: translate(-29px, 36px) rotate(0); }
  22% {
    transform: translate(26px, -37px) rotate(0); }
  24% {
    transform: translate(-19px, -32px) rotate(0); }
  26% {
    transform: translate(-38px, 54px) rotate(0); }
  28% {
    transform: translate(-59px, -12px) rotate(0); }
  30% {
    transform: translate(-7px, 23px) rotate(0); }
  32% {
    transform: translate(-40px, 40px) rotate(0); }
  34% {
    transform: translate(53px, 17px) rotate(0); }
  36% {
    transform: translate(24px, -30px) rotate(0); }
  38% {
    transform: translate(-25px, 46px) rotate(0); }
  40% {
    transform: translate(12px, -14px) rotate(0); }
  42% {
    transform: translate(-22px, 30px) rotate(0); }
  44% {
    transform: translate(6px, -54px) rotate(0); }
  46% {
    transform: translate(-44px, 28px) rotate(0); }
  48% {
    transform: translate(-14px, -47px) rotate(0); }
  50% {
    transform: translate(21px, 33px) rotate(0); }
  52% {
    transform: translate(-40px, -56px) rotate(0); }
  54% {
    transform: translate(42px, 39px) rotate(0); }
  56% {
    transform: translate(-52px, -19px) rotate(0); }
  58% {
    transform: translate(50px, -39px) rotate(0); }
  60% {
    transform: translate(26px, 60px) rotate(0); }
  62% {
    transform: translate(-17px, 36px) rotate(0); }
  64% {
    transform: translate(15px, -38px) rotate(0); }
  66% {
    transform: translate(-16px, -50px) rotate(0); }
  68% {
    transform: translate(35px, -26px) rotate(0); }
  70% {
    transform: translate(56px, -3px) rotate(0); }
  72% {
    transform: translate(25px, 23px) rotate(0); }
  74% {
    transform: translate(15px, 35px) rotate(0); }
  76% {
    transform: translate(-43px, -32px) rotate(0); }
  78% {
    transform: translate(-41px, 19px) rotate(0); }
  80% {
    transform: translate(53px, -5px) rotate(0); }
  82% {
    transform: translate(-12px, -40px) rotate(0); }
  84% {
    transform: translate(-21px, -35px) rotate(0); }
  86% {
    transform: translate(-17px, -18px) rotate(0); }
  88% {
    transform: translate(-22px, 31px) rotate(0); }
  90% {
    transform: translate(-28px, 6px) rotate(0); }
  92% {
    transform: translate(10px, 6px) rotate(0); }
  94% {
    transform: translate(32px, 27px) rotate(0); }
  96% {
    transform: translate(-53px, 39px) rotate(0); }
  98% {
    transform: translate(6px, -32px) rotate(0); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
    .shake-square.square-six:hover,
    .shake-trigger:hover .shake-square.square-six, .shake-square.square-six.shake-freeze, .shake-square.square-six.shake-constant {
      animation-delay: 0;
      animation-name: shake-slow-six;
      animation-duration: 210s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }

.tab-content > .tab-pane {
  display: block;
  border-bottom: 1px solid #d1d3d4;
  padding: 40px 0 0; }
  .tab-content > .tab-pane:last-of-type {
    border: none; }
  .tab-content > .tab-pane h2 {
    margin-bottom: 40px !important;
    position: relative;
    padding-left: 110px; }
    .tab-content > .tab-pane h2 svg {
      height: 65px;
      width: auto;
      position: absolute;
      left: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .tab-content > .tab-pane h2:after {
      display: none;
      content: none;
      padding-top: 0;
      border-bottom: none;
      position: static; }
  .tab-content > .tab-pane .tab-content-wrap {
    display: none; }
    @media (min-width: 992px) {
      .tab-content > .tab-pane .tab-content-wrap {
        display: block; } }
  .tab-content > .tab-pane.fade {
    opacity: 1; }
    @media (min-width: 992px) {
      .tab-content > .tab-pane.fade {
        /*opacity:0;*/ } }
  @media (min-width: 992px) {
    .tab-content > .tab-pane {
      display: none;
      border-bottom: none;
      padding: 0; }
      .tab-content > .tab-pane.active {
        display: block; }
      .tab-content > .tab-pane h2 {
        margin-bottom: 70px !important;
        padding-left: 0;
        display: inline-block; }
        .tab-content > .tab-pane h2:after {
          display: block;
          content: '';
          padding-top: 30px;
          border-bottom: 2px solid #5985a5;
          position: absolute;
          left: 20px;
          right: 20px; }
        .tab-content > .tab-pane h2 svg {
          height: inherit;
          width: auto;
          position: static; } }

.page-template-page-capabilities .tab-content > .tab-pane .row {
  display: none; }
  @media (min-width: 992px) {
    .page-template-page-capabilities .tab-content > .tab-pane .row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

.page-template-page-capabilities .tab-content > .tab-pane .tab-content-wrap {
  display: block; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*background-image:url(../img/status.gif);*/
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/*.page-template-page-capabilities .tab-pane {
	position:relative;
	top:-146px;
	padding-top:calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400));
}
.page-template-page-capabilities .tab-pane:before {
	content:'';
	display:block;
	height:86px;
}*/
#masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(15px + (30 - 15) * (100vw - 400px) / (1440 - 400)) calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400));
  z-index: 998; }
  #masthead.fix-me {
    position: fixed; }
  @media (min-width: 1200px) {
    #masthead {
      padding: 30px 60px; } }
  #masthead .site-branding {
    position: relative;
    z-index: 999;
    width: 150px;
    height: auto; }
    @media (min-width: 992px) {
      #masthead .site-branding {
        width: 200px;
        height: auto; } }
    #masthead .site-branding a {
      opacity: 1;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      #masthead .site-branding a:hover {
        opacity: .8; }
  #masthead .nav-overlay-toggle {
    position: absolute;
    top: 35px;
    right: calc(15px + (50 - 15) * (100vw - 400px) / (1440 - 400));
    z-index: 999;
    cursor: pointer;
    margin: 0; }
    @media (min-width: 992px) {
      #masthead .nav-overlay-toggle {
        top: 45px; } }
    #masthead .nav-overlay-toggle.main-menu-mobile svg .nav-icon {
      fill: #0d1e2b; }
    #masthead .nav-overlay-toggle svg {
      width: auto;
      height: 20px;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (min-width: 992px) {
        #masthead .nav-overlay-toggle svg {
          width: auto;
          height: 30px; } }
      #masthead .nav-overlay-toggle svg .nav-icon {
        -moz-transition: x 0.2s ease, fill 0.2s ease;
        -o-transition: x 0.2s ease, fill 0.2s ease;
        -webkit-transition: x 0.2s ease, fill 0.2s ease;
        transition: x 0.2s ease, fill 0.2s ease; }
      #masthead .nav-overlay-toggle svg .menu-close {
        -moz-transition: stroke 0.2s ease;
        -o-transition: stroke 0.2s ease;
        -webkit-transition: stroke 0.2s ease;
        transition: stroke 0.2s ease; }
      #masthead .nav-overlay-toggle svg:hover .nav-icon {
        fill: #f0693a;
        -moz-transition: x 0.2s ease, fill 0.2s ease;
        -o-transition: x 0.2s ease, fill 0.2s ease;
        -webkit-transition: x 0.2s ease, fill 0.2s ease;
        transition: x 0.2s ease, fill 0.2s ease; }
        #masthead .nav-overlay-toggle svg:hover .nav-icon.nav-top {
          -moz-transition: x 0.2s ease;
          -o-transition: x 0.2s ease;
          -webkit-transition: x 0.2s ease;
          transition: x 0.2s ease;
          x: 22; }
        #masthead .nav-overlay-toggle svg:hover .nav-icon.nav-middle {
          -moz-transition: x 0.2s ease;
          -o-transition: x 0.2s ease;
          -webkit-transition: x 0.2s ease;
          transition: x 0.2s ease;
          x: 22; }
      #masthead .nav-overlay-toggle svg:hover .menu-close {
        -moz-transition: stroke 0.2s ease;
        -o-transition: stroke 0.2s ease;
        -webkit-transition: stroke 0.2s ease;
        transition: stroke 0.2s ease;
        stroke: #f0693a; }
    #masthead .nav-overlay-toggle .close-menu {
      margin-right: 10px; }
      @media (min-width: 992px) {
        #masthead .nav-overlay-toggle .close-menu {
          margin-right: 15px; } }
      #masthead .nav-overlay-toggle .close-menu:hover svg {
        margin-right: -5px;
        margin-top: -5px;
        height: 30px; }
        @media (min-width: 992px) {
          #masthead .nav-overlay-toggle .close-menu:hover svg {
            height: 40px; } }
  #masthead #navbar-slide {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    -moz-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 25px; }
    @media (min-width: 992px) {
      #masthead #navbar-slide {
        padding: 15px calc(60px + (60 - 15) * (100vw - 400px) / (1440 - 400)); } }
    @media (min-width: 1200px) {
      #masthead #navbar-slide {
        padding: 15px 60px; } }
    #masthead #navbar-slide .navbar-slide-left {
      float: left;
      width: 25%;
      text-align: left; }
      #masthead #navbar-slide .navbar-slide-left a {
        opacity: 1;
        -moz-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        #masthead #navbar-slide .navbar-slide-left a:hover {
          opacity: .8; }
        #masthead #navbar-slide .navbar-slide-left a img {
          width: 130px;
          height: auto; }
          @media (min-width: 992px) {
            #masthead #navbar-slide .navbar-slide-left a img {
              width: 170px;
              height: auto; } }
    #masthead #navbar-slide .navbar-slide-right {
      float: right;
      width: 75%; }
      #masthead #navbar-slide .navbar-slide-right .main-menu-mobile {
        top: 18px; }
        @media (min-width: 768px) {
          #masthead #navbar-slide .navbar-slide-right .main-menu-mobile {
            top: 25px; } }
    #masthead #navbar-slide ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #masthead #navbar-slide ul li {
        margin: 0;
        padding: 0;
        display: inline-block; }
        #masthead #navbar-slide ul li.current-menu-item a {
          color: #f0693a;
          border-bottom: 1px solid #f0693a; }
        #masthead #navbar-slide ul li a {
          float: none;
          display: inline-block;
          color: #0d1e2b;
          text-align: center;
          padding: 5px 8px;
          margin: 0 4px;
          text-decoration: none;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 2px;
          /* font-family: 'GothamBold';
				  font-weight: normal;*/ }
          #masthead #navbar-slide ul li a:hover {
            color: #f0693a; }
          @media (min-width: 1200px) {
            #masthead #navbar-slide ul li a {
              margin: 0 8px;
              font-size: 14px; } }
  #masthead .nav-overlay {
    background: #0d1e2b;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 998;
    display: none;
    overflow-y: scroll; }
    #masthead .nav-overlay .menu-main-menu-container {
      margin-top: 130px; }
      @media (min-width: 992px) {
        #masthead .nav-overlay .menu-main-menu-container {
          margin-top: 0;
          position: absolute;
          right: 20%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto; } }
      #masthead .nav-overlay .menu-main-menu-container #primary-menu {
        text-align: center;
        padding-left: 0;
        display: block;
        margin-left: 0; }
        @media (min-width: 992px) {
          #masthead .nav-overlay .menu-main-menu-container #primary-menu {
            text-align: left; } }
        #masthead .nav-overlay .menu-main-menu-container #primary-menu li {
          font-size: 30px;
          margin: 30px 0;
          display: block;
          float: none; }
          @media (min-width: 992px) {
            #masthead .nav-overlay .menu-main-menu-container #primary-menu li {
              font-size: 38px; } }
          #masthead .nav-overlay .menu-main-menu-container #primary-menu li.current-menu-item a {
            color: #f0693a;
            border-bottom: 2px solid #f0693a;
            display: inline-block; }
          #masthead .nav-overlay .menu-main-menu-container #primary-menu li a {
            color: #FFF;
            display: inline-block;
            border-bottom: 2px solid #0d1e2b;
            -moz-transition: border 0.2s ease, color 0.2s ease;
            -o-transition: border 0.2s ease, color 0.2s ease;
            -webkit-transition: border 0.2s ease, color 0.2s ease;
            transition: border 0.2s ease, color 0.2s ease; }
            #masthead .nav-overlay .menu-main-menu-container #primary-menu li a:hover {
              color: #f0693a;
              border-bottom: 2px solid #f0693a; }

main section {
  padding: calc(50px + (150 - 50) * (100vw - 400px) / (1440 - 400)) 0; }
  @media (min-width: 1200px) {
    main section {
      padding: 150px 0; } }
  main section.hero {
    position: relative;
    padding: calc(150px + (350 - 150) * (100vw - 400px) / (1440 - 400)) 0 calc(100px + (100 - 60) * (100vw - 400px) / (1440 - 400)); }
    @media (min-width: 1200px) {
      main section.hero {
        padding: 350px 0 200px; } }
    main section.hero h1 {
      color: #FFF;
      margin-bottom: 80px;
      display: inline-block; }
    main section.hero.home-hero {
      background: url("../images/sra-home-hero.jpg") no-repeat center;
      background-size: cover;
      color: #FFF;
      height: 100vh; }
      @media (min-width: 992px) {
        main section.hero.home-hero {
          height: auto; } }
      main section.hero.home-hero .container {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        padding: 0 35px; }
        @media (min-width: 576px) {
          main section.hero.home-hero .container {
            padding: 0 60px; } }
        @media (min-width: 992px) {
          main section.hero.home-hero .container {
            position: static;
            padding: 0 15px; } }
      main section.hero.home-hero a {
        color: #FFF; }
      main section.hero.home-hero h1 {
        display: block; }
    main section.hero.capabilities-hero {
      background: url("../images/capabilities-bkg.jpg") no-repeat center;
      background-size: cover; }
    main section.hero.about-hero {
      background: url("../images/about-bkg.jpg") no-repeat center;
      background-size: cover; }
    main section.hero.blog-landing-hero, main section.hero.blog-single-hero {
      background: url("../images/blog-bkg.jpg") no-repeat center;
      background-size: cover; }
    main section.hero.contact-hero {
      background: url("../images/contact-bkg.jpg") no-repeat center;
      background-size: cover; }
    main section.hero.careers-hero {
      background: url("../images/careers-bkg.jpg") no-repeat center;
      background-size: cover; }
    main section.hero.events-hero {
      background: url("../images/events-bkg.jpg") no-repeat center;
      background-size: cover; }
  @media (min-width: 992px) {
    main section.home-capabilities {
      padding-bottom: 0; } }
  main section.home-capabilities .cd-col {
    padding-left: 0;
    padding-right: 0; }
    main section.home-capabilities .cd-col .cd-col-link {
      text-decoration: none;
      padding-top: 50px;
      padding-bottom: 50px;
      border-top: 3px solid #FFF;
      background-color: #FFF;
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      -moz-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      -webkit-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      @media (min-width: 992px) {
        main section.home-capabilities .cd-col .cd-col-link {
          height: 100%; } }
      main section.home-capabilities .cd-col .cd-col-link .more-link {
        display: inline-block; }
        main section.home-capabilities .cd-col .cd-col-link .more-link:after {
          top: 3px; }
        main section.home-capabilities .cd-col .cd-col-link .more-link:hover:after {
          top: 1px; }
      main section.home-capabilities .cd-col .cd-col-link svg {
        height: 140px;
        width: auto;
        margin-bottom: 40px;
        stroke-width: 1.5 !important; }
        main section.home-capabilities .cd-col .cd-col-link svg.cyber .cls-5, main section.home-capabilities .cd-col .cd-col-link svg.assessments .cls-5 {
          stroke-dasharray: 0 !important; }
      main section.home-capabilities .cd-col .cd-col-link h3 {
        font-size: 13px;
        font-weight: 600;
        color: #0d1e2b;
        text-transform: uppercase;
        letter-spacing: 1px; }
      @media (min-width: 992px) {
        main section.home-capabilities .cd-col .cd-col-link p, main section.home-capabilities .cd-col .cd-col-link .more-link {
          opacity: 0;
          -moz-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; } }
      main section.home-capabilities .cd-col .cd-col-link p {
        color: #0d1e2b; }
        @media (min-width: 992px) {
          main section.home-capabilities .cd-col .cd-col-link p {
            color: #FFF; } }
      main section.home-capabilities .cd-col .cd-col-link:hover {
        text-decoration: none;
        /*						.more-link:hover {
							margin-bottom:-1px;
						}*/ }
        @media (min-width: 992px) {
          main section.home-capabilities .cd-col .cd-col-link:hover {
            background-color: #0d1e2b;
            border-top: 3px solid #f0693a;
            color: #FFF; }
            main section.home-capabilities .cd-col .cd-col-link:hover h3 {
              color: #FFF; }
            main section.home-capabilities .cd-col .cd-col-link:hover p, main section.home-capabilities .cd-col .cd-col-link:hover .more-link {
              opacity: 1; }
            main section.home-capabilities .cd-col .cd-col-link:hover svg .white-hover {
              stroke: #FFF;
              stroke-width: 1 !important; } }
  main section.home-news-events {
    padding: 0; }
    main section.home-news-events a {
      color: #FFF; }
      main section.home-news-events a .latest-home-info {
        padding: calc(70px + (280 - 70) * (100vw - 400px) / (1440 - 400)) 40px 40px 40px; }
        main section.home-news-events a .latest-home-info h2 {
          text-transform: uppercase;
          margin-bottom: 10px;
          letter-spacing: 1px; }
          main section.home-news-events a .latest-home-info h2:after {
            content: none; }
        main section.home-news-events a .latest-home-info h3 {
          text-transform: uppercase; }
      main section.home-news-events a:hover .latest-home-info {
        /* http://colorzilla.com/gradient-editor/#bcb3b3+0,0d1e2b+73&0.8+0,0.8+73 */
        background: -moz-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
        background: -webkit-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
        background: linear-gradient(135deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbcb3b3', endColorstr='#cc0d1e2b',GradientType=1 ); }
  main section.blog-posts {
    padding: calc(20px + (150 - 20) * (100vw - 400px) / (1440 - 400)) 0; }
    main section.blog-posts .row article:first-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 40px; }
      main section.blog-posts .row article:first-of-type .blog-post-lower {
        background: #0d1e2b;
        color: #FFF;
        padding: 40px; }
        main section.blog-posts .row article:first-of-type .blog-post-lower h3 {
          margin-top: 0;
          text-transform: uppercase;
          letter-spacing: 2px; }
        main section.blog-posts .row article:first-of-type .blog-post-lower a h3 {
          color: #FFF; }
        main section.blog-posts .row article:first-of-type .blog-post-lower p {
          margin-bottom: 0; }
      main section.blog-posts .row article:first-of-type .post-author {
        display: inline-block; }
      main section.blog-posts .row article:first-of-type .blog-excerpt {
        display: block; }
    main section.blog-posts article {
      margin-bottom: 40px; }
      main section.blog-posts article a {
        color: #0d1e2b; }
        main section.blog-posts article a:hover {
          color: #f0693a; }
        main section.blog-posts article a h3 {
          margin-top: 20px;
          text-transform: none;
          letter-spacing: .1; }
      main section.blog-posts article .post-author {
        display: none; }
      main section.blog-posts article .blog-excerpt {
        display: none; }
      main section.blog-posts article img {
        width: 100%;
        height: auto; }
    main section.blog-posts .posts-navigation {
      width: 100%;
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      color: #0d1e2b;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 0px 15px;
      margin-top: 70px; }
      main section.blog-posts .posts-navigation a {
        color: #0d1e2b; }
        main section.blog-posts .posts-navigation a:hover {
          color: #f0693a; }
      main section.blog-posts .posts-navigation .nav-next a:after {
        content: '';
        display: inline-block;
        background: url("../images/icon-more-orange.svg") no-repeat;
        width: 8px;
        height: 12px;
        background-size: 7px auto;
        margin-left: 8px;
        position: relative;
        top: 3px; }
      main section.blog-posts .posts-navigation .nav-previous a:before {
        content: '';
        display: inline-block;
        background: url("../images/icon-left-orange.svg") no-repeat;
        width: 8px;
        height: 12px;
        background-size: 7px auto;
        margin-right: 8px;
        position: relative;
        top: 3px; }
  main section.blog-post {
    padding: calc(20px + (150 - 20) * (100vw - 400px) / (1440 - 400)) 0; }
    main section.blog-post .post-thumbnail {
      margin-bottom: 40px; }
      main section.blog-post .post-thumbnail img {
        width: 100%;
        height: auto; }
    main section.blog-post .nextprev {
      text-transform: uppercase;
      font-family: 'Roboto', sans-serif;
      color: #0d1e2b;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-top: 70px; }
      main section.blog-post .nextprev a {
        color: #0d1e2b; }
        main section.blog-post .nextprev a:hover {
          color: #f0693a; }
      main section.blog-post .nextprev .next-post {
        text-align: right; }
        main section.blog-post .nextprev .next-post a:after {
          content: '';
          display: inline-block;
          background: url("../images/icon-more-orange.svg") no-repeat;
          width: 8px;
          height: 12px;
          background-size: 7px auto;
          margin-left: 8px;
          position: relative;
          top: 3px; }
      main section.blog-post .nextprev .prev-post a:before {
        content: '';
        display: inline-block;
        background: url("../images/icon-left-orange.svg") no-repeat;
        width: 8px;
        height: 12px;
        background-size: 7px auto;
        margin-right: 8px;
        position: relative;
        top: 3px; }
    main section.blog-post .related-posts {
      border-top: 1px solid #0d1e2b;
      margin-top: 30px;
      padding-top: 30px; }
      main section.blog-post .related-posts a {
        color: #0d1e2b; }
        main section.blog-post .related-posts a h4 {
          font-family: 'Roboto', sans-serif;
          font-size: 15px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 1px;
          margin-top: 20px;
          text-transform: none; }
      main section.blog-post .related-posts h3 {
        margin-bottom: 30px; }
  main section.capabilities-main {
    padding: 0; }
    main section.capabilities-main .active-capability-mobile {
      height: 100% !important;
      /*@media (min-width: $bp-md-min) {
					height: auto!important;
				}*/ }
    main section.capabilities-main .tabs-outter {
      background: #f1f0f1; }
      main section.capabilities-main .tabs-outter .nav-tabs {
        margin: 0; }
        main section.capabilities-main .tabs-outter .nav-tabs .nav-item {
          text-align: center;
          position: relative;
          display: block;
          width: 100%;
          border: none;
          border-radius: 0; }
          main section.capabilities-main .tabs-outter .nav-tabs .nav-item svg {
            height: 90px;
            width: auto; }
          main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link {
            display: block;
            border-radius: 0;
            padding: 25px 0;
            border: none; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link:after {
              content: '';
              display: block;
              border-top: 1px solid #d1d3d4;
              position: absolute;
              right: 15%;
              left: 15%;
              width: 70%;
              bottom: 0; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link.active:after {
              content: none;
              border: none; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link:active, main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link:focus {
              outline: none; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link:hover:after {
              content: none;
              border: none; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .nav-link:hover .tab-hover-content {
              opacity: 1; }
          main section.capabilities-main .tabs-outter .nav-tabs .nav-item .tab-hover-content {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #0d1e2b;
            text-align: center;
            border-top: 2px solid #f0693a;
            opacity: 0;
            -moz-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            -webkit-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
            color: #FFF;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            width: 100%; }
            main section.capabilities-main .tabs-outter .nav-tabs .nav-item .tab-hover-content h4 {
              font-size: 16px;
              width: 100%; }
    main section.capabilities-main .tab-content {
      /*padding: calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400));*/
      /*padding:60px;*/ }
      main section.capabilities-main .tab-content .tab-content-inner {
        padding: calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400)); }
      main section.capabilities-main .tab-content h2 {
        margin-bottom: 70px; }
        main section.capabilities-main .tab-content h2:after {
          left: 0;
          right: 40px; }
      main section.capabilities-main .tab-content h3 {
        color: #f0693a;
        margin-top: 30px; }
        main section.capabilities-main .tab-content h3:first-of-type {
          margin-top: 0; }
    main section.capabilities-main .tabs-right-col {
      padding: calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400));
      background: #0d1e2b;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      main section.capabilities-main .tabs-right-col h3 {
        color: #f0693a; }
      main section.capabilities-main .tabs-right-col .tabs-right-col-top {
        width: 100%; }
        main section.capabilities-main .tabs-right-col .tabs-right-col-top ul {
          margin: 20px 0 0;
          list-style: none;
          padding: 0; }
          main section.capabilities-main .tabs-right-col .tabs-right-col-top ul li {
            margin-bottom: 10px; }
            main section.capabilities-main .tabs-right-col .tabs-right-col-top ul li a {
              color: #FFF;
              display: block; }
              main section.capabilities-main .tabs-right-col .tabs-right-col-top ul li a:hover {
                color: #f0693a; }
      main section.capabilities-main .tabs-right-col .btn-wrap-flex {
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-align-self: flex-end;
        align-self: flex-end;
        width: 100%; }
  main section.about-main {
    padding: calc(70px + (100 - 70) * (100vw - 400px) / (1440 - 400)) 0; }
    main section.about-main .about-callout {
      font-size: 20px;
      margin-bottom: 80px; }
    main section.about-main h3 {
      color: #f0693a;
      margin-bottom: 20px; }
    main section.about-main p {
      margin-bottom: 3rem; }
      @media (min-width: 992px) {
        main section.about-main p {
          margin-bottom: 1rem; } }
  main section.about-leaders {
    padding: 0; }
    main section.about-leaders .leaders-grid {
      margin-top: 50px; }
    @media (min-width: 992px) {
      main section.about-leaders #leaders-top {
        max-height: 850px;
        overflow-y: scroll; } }
    main section.about-leaders .nav-tabs {
      margin: 0;
      border-bottom: none; }
      main section.about-leaders .nav-tabs .nav-item {
        position: relative; }
        main section.about-leaders .nav-tabs .nav-item .employee-info {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          /* http://colorzilla.com/gradient-editor/#bcb3b3+0,0d1e2b+73&0.8+0,0.8+73 */
          background: -moz-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          background: -webkit-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          background: linear-gradient(135deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbcb3b3', endColorstr='#cc0d1e2b',GradientType=1 );
          text-align: center;
          color: #FFF;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          -ms-align-items: flex-end;
          align-items: flex-end;
          width: 100%; }
          main section.about-leaders .nav-tabs .nav-item .employee-info div {
            width: 100%;
            opacity: 0;
            -moz-transition: opacity 0.2s ease;
            -o-transition: opacity 0.2s ease;
            -webkit-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease; }
        main section.about-leaders .nav-tabs .nav-item .nav-link {
          padding: 0;
          margin: 0;
          border: none; }
          main section.about-leaders .nav-tabs .nav-item .nav-link:hover .employee-info {
            background: none; }
            main section.about-leaders .nav-tabs .nav-item .nav-link:hover .employee-info div {
              opacity: 1; }
          main section.about-leaders .nav-tabs .nav-item .nav-link.active .employee-info {
            background: none; }
    main section.about-leaders .tab-content {
      padding: 0; }
      @media (min-width: 992px) {
        main section.about-leaders .tab-content {
          padding: calc(15px + (40 - 15) * (100vw - 400px) / (1440 - 400)); } }
      main section.about-leaders .tab-content .employee-mobile-thumb-outter {
        -moz-transition: margin-bottom 0.2s ease;
        -o-transition: margin-bottom 0.2s ease;
        -webkit-transition: margin-bottom 0.2s ease;
        transition: margin-bottom 0.2s ease;
        margin-bottom: 0;
        position: relative; }
        main section.about-leaders .tab-content .employee-mobile-thumb-outter .employee-mobile-thumb {
          margin: 0; }
        main section.about-leaders .tab-content .employee-mobile-thumb-outter:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: -moz-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          background: -webkit-linear-gradient(-45deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          background: linear-gradient(135deg, rgba(188, 179, 179, 0.8) 0%, rgba(13, 30, 43, 0.8) 73%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbcb3b3', endColorstr='#cc0d1e2b',GradientType=1 ); }
        main section.about-leaders .tab-content .employee-mobile-thumb-outter.active-employee-thumb {
          /*margin-bottom:850px;*/ }
          main section.about-leaders .tab-content .employee-mobile-thumb-outter.active-employee-thumb:after {
            content: none;
            display: none;
            position: static;
            background: none; }
      main section.about-leaders .tab-content .tab-pane {
        padding: 0;
        position: relative;
        width: 50%;
        float: left;
        border: none; }
        main section.about-leaders .tab-content .tab-pane:nth-child(2n+3) {
          clear: both; }
        main section.about-leaders .tab-content .tab-pane:nth-child(2n+1) .employee-bio-outter.active-employee {
          width: 200%; }
        main section.about-leaders .tab-content .tab-pane:nth-child(2n+2) .employee-bio-outter.active-employee {
          width: 200%;
          margin-left: -100%; }
        @media (min-width: 576px) {
          main section.about-leaders .tab-content .tab-pane {
            width: 33.3333%; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+3) {
              clear: inherit; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+1) .employee-bio-outter.active-employee {
              width: auto; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+2) .employee-bio-outter.active-employee {
              width: auto;
              margin-left: auto; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+4) {
              clear: left; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+1) .employee-bio-outter.active-employee {
              width: 300%; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+2) .employee-bio-outter.active-employee {
              width: 300%;
              margin-left: -100%; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+3) .employee-bio-outter.active-employee {
              width: 300%;
              margin-left: -200%; } }
        @media (min-width: 992px) {
          main section.about-leaders .tab-content .tab-pane {
            padding: 0;
            position: static;
            width: 100%; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+3) {
              clear: inherit; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+1) .employee-bio-outter.active-employee {
              width: auto; }
            main section.about-leaders .tab-content .tab-pane:nth-child(2n+2) .employee-bio-outter.active-employee {
              width: auto;
              margin-left: auto; }
            main section.about-leaders .tab-content .tab-pane:nth-child(4n) {
              clear: both; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+1) .employee-bio-outter.active-employee {
              width: auto; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+2) .employee-bio-outter.active-employee {
              width: auto;
              margin-left: 0; }
            main section.about-leaders .tab-content .tab-pane:nth-child(3n+3) .employee-bio-outter.active-employee {
              width: auto;
              margin-left: 0; } }
        main section.about-leaders .tab-content .tab-pane .employee-bio-outter {
          padding: 30px; }
          main section.about-leaders .tab-content .tab-pane .employee-bio-outter .employee-bio-header {
            font-weight: normal;
            color: #5985a5;
            font-family: 'GothamBold'; }
          @media (min-width: 992px) {
            main section.about-leaders .tab-content .tab-pane .employee-bio-outter {
              padding: 0; } }
        main section.about-leaders .tab-content .tab-pane.fade {
          opacity: 1; }
          main section.about-leaders .tab-content .tab-pane.fade.show {
            opacity: 1; }
          @media (min-width: 992px) {
            main section.about-leaders .tab-content .tab-pane.fade {
              opacity: 0; } }
        main section.about-leaders .tab-content .tab-pane img {
          margin-bottom: 30px; }
  main section.careers-main .tab-content h2 {
    padding-left: 0 !important; }
  main section.careers-main .job-list-section a.active-job-toc {
    color: #f0693a !important; }
  main section.careers-main .row {
    margin: 0; }
  main section.careers-main .nav-tabs {
    border: none; }
  main section.careers-main .nav-link {
    color: #0d1e2b;
    border-bottom: none;
    padding: 50px 0 !important;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease; }
    main section.careers-main .nav-link h4 {
      font-size: 16px;
      width: 100%;
      margin-bottom: 0; }
    main section.careers-main .nav-link:hover {
      background: #0d1e2b;
      color: #FFF;
      border-top: 2px solid #f0693a !important;
      margin-top: -2px; }
  main section.careers-main .job-toggle-icons {
    width: 15px;
    margin-right: 5px;
    display: inline-block; }
  main section.careers-main .job-toggle-close {
    display: none; }
  main section.careers-main .tab-content {
    /*position:absolute;
				left:0;
				right:0;
				top:0;
				background:$white;
				z-index:500;*/ }
  main section.careers-main .accordion-wrap .job-posting {
    border-bottom: 1px solid #5985a5;
    margin-bottom: 25px;
    padding-bottom: 25px; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header:hover {
      cursor: pointer; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header h3 {
      margin-bottom: 0; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header.inactive-job .job-toggle-close {
      display: none; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header.inactive-job .job-toggle-open {
      display: inline-block; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header.active-job .job-toggle-close {
      display: inline-block; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-header.active-job .job-toggle-open {
      display: none; }
    main section.careers-main .accordion-wrap .job-posting .job-posting-body {
      padding: 30px 0 15px; }
      main section.careers-main .accordion-wrap .job-posting .job-posting-body p {
        margin-bottom: 25px; }
      main section.careers-main .accordion-wrap .job-posting .job-posting-body strong {
        color: #5985a5; }
      main section.careers-main .accordion-wrap .job-posting .job-posting-body ul {
        margin: -10px 0 0;
        padding-left: 20px; }
  main section.careers-main .careers-landing-info {
    padding: calc(20px + (60 - 20) * (100vw - 400px) / (1440 - 400));
    text-align: center; }
    main section.careers-main .careers-landing-info strong {
      font-size: 20px;
      font-weight: 400;
      line-height: 1.4; }
    main section.careers-main .careers-landing-info h2 {
      color: #f0693a;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 15px;
      margin-top: 40px; }
      main section.careers-main .careers-landing-info h2:after {
        margin-top: 8px;
        padding-top: 0; }
  main section.careers-main .job-list {
    margin-top: 15px;
    margin-bottom: 60px; }
    main section.careers-main .job-list .job-list-section {
      margin-bottom: 25px; }
      main section.careers-main .job-list .job-list-section h3 {
        text-transform: none;
        letter-spacing: 0;
        color: #FFF;
        font-weight: 400;
        font-size: 1rem; }
      main section.careers-main .job-list .job-list-section ul {
        padding-left: 15px;
        margin-top: 10px; }
        main section.careers-main .job-list .job-list-section ul li {
          font-family: 'Roboto', sans-serif;
          font-size: .85rem; }
  main section.contact-main {
    padding: 0; }
    @media (min-width: 992px) {
      main section.contact-main .contact-page-form {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }
    main section.contact-main .contact-page-info {
      color: #FFF;
      padding: 40px 0 !important; }
      main section.contact-main .contact-page-info div {
        width: 100%; }
      main section.contact-main .contact-page-info img {
        margin-bottom: 40px; }
      main section.contact-main .contact-page-info h3 {
        margin-bottom: 40px; }
      main section.contact-main .contact-page-info h4 {
        font-size: 1rem;
        color: #5985a5;
        margin-bottom: 20px; }
      main section.contact-main .contact-page-info p {
        color: #f0693a; }
      @media (min-width: 992px) {
        main section.contact-main .contact-page-info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          /*border-top:4px solid $light-blue;*/
          padding: 0 !important; } }
    main section.contact-main .contact-form {
      padding: calc(15px + (100 - 15) * (100vw - 400px) / (1440 - 400)); }
      main section.contact-main .contact-form strong {
        color: #f0693a; }
      main section.contact-main .contact-form .row div {
        margin-top: 15px; }
        @media (min-width: 768px) {
          main section.contact-main .contact-form .row div {
            margin-top: 0px; } }
      @media (min-width: 768px) {
        main section.contact-main .contact-form .row {
          margin-top: 30px; } }
      main section.contact-main .contact-form .row .form-control {
        border: 1px solid #0d1e2b;
        border-radius: 0;
        border-left: 4px solid #f0693a;
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: 1.5; }
      main section.contact-main .contact-form .row .btn {
        padding: 15px 35px;
        border: none;
        border-radius: 0;
        background: none;
        font-size: 1rem;
        color: #f0693a !important;
        background: #FFF;
        border: 4px solid #f0693a; }
        main section.contact-main .contact-form .row .btn:hover {
          background: #f0693a;
          color: #FFF !important; }
  main section.events-main .event-wrap {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #5985a5; }
    main section.events-main .event-wrap h3 {
      color: #f0693a; }
    main section.events-main .event-wrap .more-link {
      margin-left: 8px;
      color: #f0693a; }
    main section.events-main .event-wrap .event-date {
      padding-top: 4px; }
      main section.events-main .event-wrap .event-date h3 {
        color: #0d1e2b; }
      main section.events-main .event-wrap .event-date .big-date {
        color: #f0693a;
        font-size: 65px;
        line-height: 1; }
    @media (min-width: 768px) {
      main section.events-main .event-wrap.mobilecenter {
        text-align: left; }
        main section.events-main .event-wrap.mobilecenter h3.underline:after {
          margin: 0; } }

aside {
  background: #f1f0f1;
  padding: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 0; }
  @media (min-width: 576px) {
    aside:after {
      content: '';
      display: block;
      clear: both; } }
  @media (min-width: 992px) {
    aside {
      padding: 0;
      margin-top: 30px;
      background: none; }
      aside:before {
        content: '';
        display: block;
        position: absolute;
        left: -40px;
        top: -30px;
        bottom: -30px;
        width: 500%;
        background: #f1f0f1;
        z-index: -1; } }
  aside section {
    padding: 0;
    margin-bottom: 30px !important;
    width: 100%; }
    @media (min-width: 576px) {
      aside section {
        width: 50%;
        float: left;
        margin-bottom: 50px !important; } }
    @media (min-width: 992px) {
      aside section {
        width: 100%; } }
    aside section h2 {
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      aside section h2:after {
        content: '';
        display: block;
        width: 80%;
        border-bottom: 2px solid #f0693a;
        padding-top: 10px;
        left: 0; }
    aside section ul {
      margin: 0;
      padding: 0; }
      aside section ul li {
        list-style: none; }
        aside section ul li a {
          color: #58595b; }
          aside section ul li a:visited {
            color: #58595b; }
          aside section ul li a:hover {
            color: #f0693a; }

/* From SRA */
.capabilities-main #myTabContent a {
  color: #f0693a; }

.capabilities-main #myTabContent strong {
  color: #5885A1; }

.blog article:hover h3 {
  color: #f0693a; }

.blog article:hover p {
  color: #f0693a; }

footer {
  padding: calc(15px + (40 - 15) * (100vw - 400px) / (1440 - 400)) calc(60px + (60 - 15) * (100vw - 400px) / (1440 - 400));
  background: #0d1e2b;
  color: #FFF; }
  @media (min-width: 1200px) {
    footer {
      padding: 40px 60px; } }
  footer .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  footer a {
    color: #FFF; }
    footer a:visited {
      color: #FFF; }
  @media (min-width: 992px) {
    footer .logo-footer {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }
  footer .logo-footer img {
    height: 60px;
    width: auto;
    opacity: 1;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    footer .logo-footer img:hover {
      opacity: .8; }
  footer .menu-footer {
    margin-bottom: 20px; }
    footer .menu-footer .footer-sep-2 {
      display: none; }
    footer .menu-footer .footer-sep-1 {
      display: none; }
    footer .menu-footer .footer-email:after {
      content: '';
      display: block; }
    footer .menu-footer .footer-phone:after {
      content: '';
      display: block; }
    @media (min-width: 768px) {
      footer .menu-footer .footer-sep-1 {
        display: inline-block; }
      footer .menu-footer .footer-phone:after {
        content: none; } }
    @media (min-width: 992px) {
      footer .menu-footer {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
        footer .menu-footer .footer-sep-2 {
          display: inline-block; }
        footer .menu-footer .footer-email:after {
          content: none; } }
    footer .menu-footer a {
      margin: 0;
      -moz-transition: color 0.2s ease, border-color 0.2s ease;
      -o-transition: color 0.2s ease, border-color 0.2s ease;
      -webkit-transition: color 0.2s ease, border-color 0.2s ease;
      transition: color 0.2s ease, border-color 0.2s ease;
      border-bottom: 1px solid #0d1e2b;
      padding-bottom: 4px;
      font-size: 15px; }
      footer .menu-footer a:hover {
        color: #5985a5;
        border-bottom: 1px solid #5985a5; }
      @media (min-width: 576px) {
        footer .menu-footer a {
          font-size: 12px; } }
      @media (min-width: 768px) {
        footer .menu-footer a {
          font-size: 12px;
          margin: 0 5px; } }
      @media (min-width: 992px) {
        footer .menu-footer a {
          margin: 0 5px;
          font-size: 13px; } }
      @media (min-width: 1200px) {
        footer .menu-footer a {
          margin: 0 8px;
          font-size: 15px; } }
      @media (min-width: 1300px) {
        footer .menu-footer a {
          margin: 0 20px;
          font-size: 16px; } }
  footer .social-footer {
    margin: 20px 0;
    text-align: center; }
    footer .social-footer .footer-sep-2 {
      display: none; }
    @media (min-width: 992px) {
      footer .social-footer {
        margin: 0;
        text-align: right;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3; }
        footer .social-footer .footer-sep-2 {
          display: inline-block; } }
    footer .social-footer svg {
      display: inline-block;
      height: 30px;
      width: auto;
      margin: 0 10px;
      -moz-transition: border-color 0.2s ease;
      -o-transition: border-color 0.2s ease;
      -webkit-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease;
      border-bottom: 1px solid #0d1e2b;
      padding-bottom: 8px;
      margin-bottom: -8px; }
      footer .social-footer svg .footer-social-fill {
        -moz-transition: fill 0.2s ease;
        -o-transition: fill 0.2s ease;
        -webkit-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
      footer .social-footer svg:hover {
        border-bottom: 1px solid #5985a5; }
        footer .social-footer svg:hover .footer-social-fill {
          fill: #5985a5; }
      @media (min-width: 576px) {
        footer .social-footer svg {
          height: 25px;
          margin: 0 0 0 10px; } }
      @media (min-width: 768px) {
        footer .social-footer svg {
          position: relative;
          bottom: -8px; } }
      @media (min-width: 1300px) {
        footer .social-footer svg {
          height: 30px;
          margin: 0 0 0 20px; } }
