<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2{
  font-size: 26px;
}
h3{
  font-size: 20px;
  margin: 0 0 15px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.5px;
}

@media(min-width:768px) {
    p {
        margin: 0 0 25px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #56a2e7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #66b2f7;
    outline: 0;
}

.light {
    font-weight: 400;
}

#logo{
  background: #fff;
  padding: 0;
  margin:40px auto 0;
}
#down-arrow{
  position: absolute;
  bottom: 0;
  right: 0;
  width:185px;
  height:135px;
  background:transparent url(../img/down-arrow.png) no-repeat;
}
  #down-arrow:hover{
    background:transparent url(../img/down-arrow-hover.png) no-repeat;
  }

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 370px !important;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    opacity: 0;
    display: none;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000;
}
  .navbar-custom a:hover {
    color: #4692d7;
  }

.navbar-custom .nav li.active {
    outline: nonte;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}
  .navbar-custom .nav li.active a:hover{
    background-color: transparent;
  }

.navbar-nav &gt; li &gt; a{
  padding: 15px 10px;
}

.navbar-main-collapse.in a{
  color:#fff;
}

@media(min-width:992px) {
  .navbar {
    letter-spacing: 1px;
  }
    .navbar-nav &gt; li &gt; a{
      padding: 15px;
    }
  
  .top-nav-collapse .navbar-brand{
      opacity: 1;
      display: block;
  }
}

@media(min-width:768px) {
    h2{
      font-size: 29px;
    }
    h3{
      font-size: 22px;
    }
    p {
        font-size: 17px;
        line-height: 24px;
    }

    #logo{
      padding: 0 20px 20px 0;
      margin:30px 0 0;
      float:left;
    }
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        color:#fff;
        background-color: #000;
    }
      .top-nav-collapse .navbar-brand{
          opacity: 1;
      }
      .top-nav-collapse a{
          color:#fff;
      }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

#data-top{
  -webkit-border-radius: 6px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  background:#fff;
  top: 110px;
  right:0;
  position: fixed;
  z-index: 999;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 40px 0;
    text-align: center;
    color: #000;
    background: #fff;
}
  .intro .container{
    position: relative;
    height: 100%;
    display: table;
  }

@media(min-width:768px) {
    .intro {
        background: #fff url(../img/top-bg.png) no-repeat;
        background-position: center 15px; 
        height: 100%;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
    .intro .container .row{
      min-height: 400px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

header.news{
  height:150px;
  padding-top: 40px;
  background:#fff;
}
.news h4{
  margin-bottom: 0;
}

section{
  width: 100%;
  padding: 50px 0;
  color: #000;
  background: #fff;
}

#rebrand-anchor{
  position: absolute;
  bottom: 0;
  height: 50px;
}
#rebrand{
  background:#3D3C3E;
  color:#fff;
  padding: 30px;
}
  #rebrand p{
    font-size: 15px;
  }
#about{
  background: #2672B7 url(../img/who-bg.png) no-repeat center center;
  color:#fff;
}
#governance{
  background:#3D3C3E url(../img/dots.png) repeat center center fixed;
  color:#fff;
}
  #governance .col-sm-4{
    margin-bottom: 25px;
    height: 110px;
  }

#leadership{
  background: #2672B7 url(../img/leadership.jpg) no-repeat center center;
  background-size: cover;
  color:#fff;
}
#what img{
  margin-bottom: 20px;
}
  #what h3{
    text-transform: none;
    font-size:26px;
    font-weight: normal;
  }
#contact{
  background:#3D3C3E url(../img/dots.png) repeat center center fixed;
  color:#fff;
}
.modal .modal-content{
  color:#000 !important;
}

@media(min-width:768px) {
    section {
        padding: 100px 0;
    }
    
    #rebrand{
      padding: 40px 0;
    }
    #rebrand p{
      font-size: 18px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: normal;
}

.btn-default {
    border: 1px solid #3682c7;
    color: #4692d7;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #3682c7;
    outline: 0;
    color: #000;
    background-color: #3682c7;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 70px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.mappingProductsList {
    border-top: 1px solid #dcdcdc;
    padding: 1em 0 0;
}
  .mappingProductsList p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
  }
  .mappingProductsList h5 {
    margin-bottom:5px;
  }
.mappingProductsList .utility, .mappingProductsList .terrain, .mappingProductsList .imagery, .mappingProductsList .base, .mappingProductsList .property, .mappingProductsList .vod, .mappingProductsList .store {
    border-style: solid;
    border-width: 3px;
}</pre></body></html>