/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: Global Styles
   ========================================================================== */
.clr10 {
  height: 10px;
  overflow: hidden;
  clear: both; }

.clr20 {
  height: 20px;
  overflow: hidden;
  clear: both; }

.clr30 {
  height: 30px;
  overflow: hidden;
  clear: both; }

.clr50 {
  height: 50px;
  overflow: hidden;
  clear: both; }

.clr80 {
  height: 80px;
  overflow: hidden;
  clear: both; }

.clr100 {
  height: 100px;
  overflow: hidden;
  clear: both; }

.blue {
  color: #183255 !important; }

.orange {
  color: #f28f00 !important; }

.white {
  color: white !important; }

.image-center {
  margin: 0 auto; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.4; }

body {
  padding-bottom: 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none; } }
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
  background-color: #000000;
  font-size: 1em;
  font-weight: bold; }

.no-js {
  padding-top: 106px; }

h2 {
  margin-top: 0;
  font-weight: bold; }

.loading {
  background: url("../img/ico_loading.gif") no-repeat center center; }

section {
  opacity: 0; }

.loaded section,
.no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

nav {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
  position: fixed;
  top: 0; }
  nav ul.navbar-nav {
    margin: 0;
    padding: 0; }
    nav ul.navbar-nav .nav-item {
      float: none; }
    nav ul.navbar-nav li {
      display: inline-block; }
      nav ul.navbar-nav li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 500; }
        nav ul.navbar-nav li a:hover, nav ul.navbar-nav li a:focus, nav ul.navbar-nav li a.active {
          background-color: transparent !important;
          color: #f28f00; }
  nav .navbar-header {
    text-align: right; }
    nav .navbar-header button {
      background: transparent;
      border: none;
      color: white; }
  nav .navigation-center {
    margin: 0 auto;
    text-align: center; }
  @media screen and (min-width: 768px) {
    nav .navbar-toggle {
      display: none; }
    nav .collapse {
      display: block; } }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent; }

main {
  overflow-x: hidden; }
  main section .bcg {
    position: relative; }
  main section h2 {
    text-transform: uppercase;
    font-size: 2em; }
    @media screen and (max-width: 768px) {
      main section h2 {
        font-size: 1.5em; } }
  main section .nextsection {
    color: white;
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 50%;
    margin-left: -24px; }
    main section .nextsection:hover {
      color: #018dcc; }

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%; }

.whitebg {
  background-color: rgba(255, 255, 255, 0.9); }

video {
  width: 100%;
  max-width: 500px;
  height: auto; }

#home {
  height: 100vh; }
  #home .bcg {
    background-image: url("../img/home.jpg"); }
    @media screen and (max-width: 767px) {
      #home .bcg {
        background: url("../img/home.jpg") 0 0/auto 749px; } }
  @media screen and (max-width: 767px) {
    #home .row-home .col-homeleft .homelogo {
      width: 200px; } }
  #home .row-home .col-homeleft .homebanner {
    position: relative;
    left: -50px; }
    @media screen and (max-width: 767px) {
      #home .row-home .col-homeleft .homebanner {
        width: 200px;
        left: -40px; } }
  #home .row-home .col-homeleft ul#homenav {
    margin: 0;
    padding: 0; }
    #home .row-home .col-homeleft ul#homenav li {
      list-style-type: none !important;
      color: #fff;
      font-size: 0.9em;
      font-weight: 600;
      display: block;
      text-transform: uppercase; }
      #home .row-home .col-homeleft ul#homenav li a {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 0.9em;
        font-weight: 600;
        color: #fff !important;
        cursor: pointer; }
      #home .row-home .col-homeleft ul#homenav li.spotlight, #home .row-home .col-homeleft ul#homenav li.conclusion, #home .row-home .col-homeleft ul#homenav li.fullpdf {
        text-decoration: underline;
        margin-top: 20px; }
  #home .row-home .col-homeleft .veiw-home-pdf {
    margin: 0;
    padding: 0; }
    #home .row-home .col-homeleft .veiw-home-pdf li {
      list-style-type: none !important;
      color: #fff;
      font-size: 0.9em;
      font-weight: 600;
      display: block;
      text-transform: uppercase; }
      #home .row-home .col-homeleft .veiw-home-pdf li a {
        text-transform: uppercase;
        text-decoration: underline;
        font-size: 0.9em;
        font-weight: 600;
        color: #fff !important;
        cursor: pointer; }
      #home .row-home .col-homeleft .veiw-home-pdf li.spotlight, #home .row-home .col-homeleft .veiw-home-pdf li.conclusion, #home .row-home .col-homeleft .veiw-home-pdf li.fullpdf {
        text-decoration: underline;
        margin-top: 20px; }
  #home .row-home .col-homeright {
    position: relative;
    height: 88vh; }
    #home .row-home .col-homeright .homelogo2 {
      position: absolute;
      bottom: 0;
      right: 0; }

#ongrid {
  position: relative; }
  #ongrid h3 {
    font-size: 1.5em;
    font-weight: bold; }
  #ongrid .white {
    color: white; }
  #ongrid .blue {
    color: #183255; }
  #ongrid .bcg {
    background-color: #183255; }
  #ongrid .bcg2 {
    background-color: transparent;
    background-image: url("../img/on_grid.jpg"); }
  #ongrid .bcg3 {
    background-color: #f28f00; }
  #ongrid .bcg4 {
    background-color: transparent;
    background-image: url("../img/on_grid_2.jpg"); }
  #ongrid .bcg5 {
    background-color: transparent;
    background-image: url("../img/on_grid_3.jpg"); }
  #ongrid .bcg6 {
    background-color: #f28f00; }
  #ongrid .caption-text {
    color: #183255;
    font-size: 0.5em; }
  #ongrid #ongrid05 .col-txt {
    padding: 0 5%; }
  #ongrid .text-left {
    text-align: left; }
  #ongrid .col-ongrid-infographic {
    text-align: center; }
    #ongrid .col-ongrid-infographic h3, #ongrid .col-ongrid-infographic p {
      width: auto !important;
      margin: 0;
      padding: 0;
      color: #183255;
      font-size: 1em;
      text-align: center;
      font-weight: bold; }
    #ongrid .col-ongrid-infographic h3 {
      font-size: 1.7em;
      font-weight: bold; }

#ingrid .bcg {
  background-image: url("../img/inside_grid.jpg"); }

#offgrid .bcg {
  background-image: url("../img/off_grid.jpg"); }
#offgrid h3 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: bold; }
#offgrid a {
  display: block;
  color: #f28f00;
  text-decoration: underline; }
  @media screen and (max-width: 991px) {
    #offgrid a {
      display: none; } }

#mediapack .bcg {
  background-color: #183255; }
#mediapack p {
  padding-bottom: 15px; }

#photogallery .bcg {
  background-color: #f28f00; }
@media screen and (max-width: 446px) {
  #photogallery [class*="col-"] {
    padding: 0;
    margin: 0; } }
#photogallery #photo-gallery li {
  position: relative;
  padding: 0;
  margin: 0; }
  #photogallery #photo-gallery li img {
    padding: 0;
    margin: 0;
    width: 100%; }
#photogallery #photo-gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000; }
  #photogallery #photo-gallery .caption h3 {
    margin: 0;
    font-size: 9pt;
    padding: 5px;
    text-transform: none; }

.media-pack-press .panel-media-coverage .panel-body {
  padding-top: 0; }

ul.medialnk {
  padding-top: 0;
  margin-top: 0; }
  ul.medialnk li {
    line-height: 120%;
    padding-bottom: 10px; }

ul.medialnk.arlnk li {
  line-height: 120%;
  padding-bottom: 15px; }
  ul.medialnk.arlnk li a {
    line-height: 100%; }
    ul.medialnk.arlnk li a small {
      color: #183255; }

#videogallery.bcg {
  background-color: #183255; }

#idmclnks.bcg {
  background-color: white; }
#idmclnks .datalnks {
  margin: 0;
  padding: 0; }
  #idmclnks .datalnks li {
    display: block; }
#idmclnks footer {
  text-align: center;
  padding: 20px 0; }
  #idmclnks footer .backt2top {
    color: #018dcc;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 40px; }

.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 80px 0 130px 0; }

.hsContent {
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  color: #183255;
  padding: 0 8%;
  text-align: center; }
  .hsContent p {
    margin: 0 auto; }
  .hsContent .bigOrgtxt {
    color: #f28f00;
    font-size: 1.4em;
    line-height: 130%;
    font-weight: 600; }
  .hsContent .bigBluetxt {
    color: #183255;
    font-size: 1.4em;
    line-height: 130%;
    font-weight: 600; }

.hsContent h2,
.copy h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .hsContent h2,
    .copy h2 {
      font-size: 28px;
      line-height: 30px; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.pdfobject-container {
  height: 90vh;
  width: 100%; }

.pdfobject {
  border: 1px solid #666; }

body.modal-open {
  padding-right: 15px !important; }

.full-size {
  margin-top: 60px; }
  .full-size .modal-dialog {
    margin: 0 auto 0;
    width: 100%; }
  .full-size .modal-header {
    padding: 0;
    margin: 0;
    border: none; }
    .full-size .modal-header .close {
      padding: 5px 5px 0; }
  .full-size .modal-body {
    padding: 0;
    margin: 0;
    border: none; }

@media (min-width: 768px) {
  .full-size .modal-dialog {
    width: 750px; } }
@media (min-width: 992px) {
  .full-size .modal-dialog {
    width: 970px; } }
@media (min-width: 1200px) {
  .full-size .modal-dialog {
    width: 1170px; } }
.upside-down {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.a-with-pointer {
  cursor: pointer; }

.modal-dialog {
  margin-top: 60px; }

.panel-media-pack .panel-heading {
  background-color: #f28f00;
  padding-bottom: 5px; }
  .panel-media-pack .panel-heading h3 {
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 5px !important;
    margin-bottom: 5px; }
  .panel-media-pack .panel-heading a {
    color: #ffffff;
    text-decoration: none; }
.panel-media-pack .panel-body {
  text-transform: none;
  padding-top: 15px;
  text-align: left;
  font-weight: 500; }

.media-pack-hightlights .panel-heading {
  background-color: #f28f00; }
  .media-pack-hightlights .panel-heading h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold; }
  .media-pack-hightlights .panel-heading a {
    color: #ffffff;
    text-decoration: none; }
.media-pack-hightlights li {
  text-transform: none;
  list-style: square;
  font-weight: 500; }
.media-pack-hightlights .panel-body {
  padding-top: 15px;
  text-align: left; }
  .media-pack-hightlights .panel-body h4 {
    font-weight: bold; }

.media-pack-press .panel-heading {
  background-color: #f28f00; }
  .media-pack-press .panel-heading h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold; }
  .media-pack-press .panel-heading a {
    color: #ffffff;
    text-decoration: none; }
.media-pack-press p {
  text-transform: none;
  font-weight: 500; }
.media-pack-press li {
  text-transform: none;
  list-style: square;
  font-weight: 500; }
.media-pack-press .panel-body {
  padding-top: 15px;
  text-align: left; }
  .media-pack-press .panel-body h4 {
    font-weight: bold; }

.bio-image {
  width: 350px; }

.contact-for-interview {
  text-align: left;
  text-transform: none; }

.footer-text {
  color: #000000; }

.small-footer {
  font-size: 0.7em; }

/*# sourceMappingURL=style.css.map */
