/*
 * Theme Name: CNAS Proliferated Drones
 * Author: NAV
 * Author URI: http://nav.co/
 * Version: 1.0
 * Description: Custom Theme for CNAS' Proliferated Drones Mini-Site
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b0dc82257d3a72ef2d45)
 * Config saved to config.json and https://gist.github.com/b0dc82257d3a72ef2d45
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.sprite-envelope {
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url("images/sprites.png")-0 0;
  background-size: 100px 40px;
  margin-bottom: -2px; }

.sprite-pin {
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url("images/sprites.png")-21px 0;
  background-size: 100px 40px;
  margin-bottom: -4px; }

.sprite-phone {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("images/sprites.png")-35px 0;
  background-size: 100px 40px;
  margin-bottom: -5px; }

@font-face {
  font-family: 'adelle_ltlight_italic';
  src: url("fonts/adelle_lightitalic-webfont.eot");
  src: url("fonts/adelle_lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adelle_lightitalic-webfont.woff2") format("woff2"), url("fonts/adelle_lightitalic-webfont.woff") format("woff"), url("fonts/adelle_lightitalic-webfont.ttf") format("truetype"), url("fonts/adelle_lightitalic-webfont.svg#adelle_ltlight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'adelle_rgitalic';
  src: url("fonts/adelle_italic-webfont.eot");
  src: url("fonts/adelle_italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adelle_italic-webfont.woff2") format("woff2"), url("fonts/adelle_italic-webfont.woff") format("woff"), url("fonts/adelle_italic-webfont.ttf") format("truetype"), url("fonts/adelle_italic-webfont.svg#adelle_rgitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'adelle_sbsemibold_italic';
  src: url("fonts/adelle_semibolditalic-webfont.eot");
  src: url("fonts/adelle_semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adelle_semibolditalic-webfont.woff2") format("woff2"), url("fonts/adelle_semibolditalic-webfont.woff") format("woff"), url("fonts/adelle_semibolditalic-webfont.ttf") format("truetype"), url("fonts/adelle_semibolditalic-webfont.svg#adelle_sbsemibold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'adelle_rgregular';
  src: url("fonts/adelle_reg-webfont.eot");
  src: url("fonts/adelle_reg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/adelle_reg-webfont.woff2") format("woff2"), url("fonts/adelle_reg-webfont.woff") format("woff"), url("fonts/adelle_reg-webfont.ttf") format("truetype"), url("fonts/adelle_reg-webfont.svg#adelle_rgregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("fonts/montserrat-light-webfont.eot");
  src: url("fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff"), url("fonts/montserrat-light-webfont.ttf") format("truetype"), url("fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
h2 {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px; }

h3 {
  font-family: 'adelle_ltlight_italic';
  font-size: 24px;
  color: #2AA1DC;
  line-height: 36px; }

#drawer-nav {
  position: fixed;
  z-index: 15;
  top: 0;
  right: -423px;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  background: #2AA1DC;
  box-shadow: -3px 0px 40px 0px rgba(0, 0, 0, 0.13);
  padding: 100px 80px;
  overflow-y: scroll;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  @media screen and (max-width: 400px) {
    #drawer-nav {
      padding: 20px 20px; } }
  #drawer-nav.open {
    right: 0; }
  #drawer-nav .menu {
    list-style-type: none;
    padding-left: 0; }
    #drawer-nav .menu a {
      font-family: Adelle-SemiBoldItalic, "adelle_sbsemibold_italic", sans-serif;
      font-weight: 100;
      font-size: 20px;
      line-height: 50px;
      text-decoration: none;
      color: #fff; }
      @media screen and (max-width: 400px) {
        #drawer-nav .menu a {
          font-size: 16px;
          line-height: 40px; } }
    #drawer-nav .menu li {
      position: relative; }
      #drawer-nav .menu li.menu-item-has-children:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 15px;
        background: url("images/sprites.png");
        background-size: 100px 40px;
        background-position: -159px -4px;
        width: 9px;
        height: 12px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      #drawer-nav .menu li.menu-item-has-children.open:before {
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -o-transform: rotateZ(90deg);
        transform: rotateZ(90deg); }
      #drawer-nav .menu li.menu-item-has-children ul {
        display: none; }
      #drawer-nav .menu li.menu-item-has-children li {
        list-style-type: none; }
        #drawer-nav .menu li.menu-item-has-children li a {
          line-height: 30px; }
  #drawer-nav .info {
    list-style-type: none;
    padding-left: 0; }
    #drawer-nav .info li + li {
      margin-top: 20px; }
    #drawer-nav .info .sprite {
      margin-right: 25px;
      float: left;
      margin-bottom: 10px; }
      #drawer-nav .info .sprite.sprite-phone {
        margin-right: 19px; }
      #drawer-nav .info .sprite.sprite-envelope {
        margin-right: 18px; }
    #drawer-nav .info a {
      font-weight: 400;
      color: rgba(25, 57, 98, 0.72); }

.header-container {
  background: #ba585a;
  background: -moz-linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  background: -webkit-linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  background: linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba585a', endColorstr='#529cc0',GradientType=1 );
  padding: 40px 80px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  /* Title Card */ }
  @media screen and (max-width: 768px) {
    .header-container {
      padding: 40px 20px 10px; } }
  .header-container .header-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%; }
  .header-container header {
    display: flex; }
    .header-container header .brand-logo {
      max-width: 147px;
      height: auto;
      box-sizing: content-box; }
      @media screen and (max-width: 768px) {
        .header-container header .brand-logo {
          max-width: 130px; } }
    .header-container header .logo, .header-container header .site-heading {
      position: relative;
      z-index: 5; }
    .header-container header .site-heading {
      text-transform: uppercase;
      font-family: Montserrat, sans-serif; }
      @media screen and (max-width: 768px) {
        .header-container header .site-heading {
          display: none; } }
    .header-container header .gap-fill {
      flex-grow: 1; }
    .header-container header button {
      background: none;
      border: none;
      width: 32px;
      height: 32px;
      cursor: pointer;
      padding: 0;
      outline: none;
      position: fixed;
      z-index: 15;
      top: 29px;
      right: 30px;
      /* Open "X" state */ }
      @media screen and (max-width: 512px) {
        .header-container header button {
          top: 13px;
          right: 18px; } }
      .header-container header button.alt-coloring .hamburger-line {
        background: #BDBDBD; }
      .header-container header button .hamburger-line {
        height: 2px;
        background: #ddd;
        width: 19px;
        display: block;
        float: right;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
        .header-container header button .hamburger-line:after {
          visibility: hidden;
          display: block;
          font-size: 0;
          content: " ";
          clear: both;
          height: 0; }
        .header-container header button .hamburger-line:nth-child(1) {
          width: 25px; }
        .header-container header button .hamburger-line:nth-child(2), .header-container header button .hamburger-line:nth-child(3) {
          width: 32px; }
      .header-container header button .hamburger-line + .hamburger-line {
        margin-top: 7px; }
      .header-container header button .hamburger-line:nth-child(3) {
        margin-top: -2px; }
      .header-container header button.open .hamburger-line:nth-child(1), .header-container header button.open .hamburger-line:nth-child(4) {
        opacity: 0; }
      .header-container header button.open .hamburger-line:nth-child(2) {
        transform: rotate(-45deg); }
      .header-container header button.open .hamburger-line:nth-child(3) {
        transform: rotate(45deg); }
      .header-container header button.open .hamburger-line:nth-child(2), .header-container header button.open .hamburger-line:nth-child(3) {
        width: 29px; }
  .header-container .title-card {
    min-height: 200px;
    max-height: 524px;
    text-align: center;
    position: relative;
    flex: 1 0 auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center; }
    @media screen and (max-width: 1100px) {
      .header-container .title-card {
        height: 343px; } }
    .header-container .title-card .card-content {
      width: 100%; }
    .header-container .title-card h1 {
      font-family: Montserrat;
      font-size: 84px;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.1em; }
      @media screen and (max-width: 1100px) {
        .header-container .title-card h1 {
          font-size: 64px; } }
      @media screen and (max-width: 500px) {
        .header-container .title-card h1 {
          font-size: 30px; } }
    .header-container .title-card h2 {
      font-size: 34px;
      font-style: normal;
      font-family: 'adelle_ltlight_italic';
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 0;
      line-height: 1.1em; }
      @media screen and (max-width: 1100px) {
        .header-container .title-card h2 {
          font-size: 28px; } }
      @media screen and (max-width: 500px) {
        .header-container .title-card h2 {
          font-size: 20px; } }

footer .footer-links {
  background: #2AA1DC;
  min-height: 100px;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    footer .footer-links {
      padding: 40px 80px 20px; } }
  footer .footer-links .menu {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 20px auto 10px;
    flex-wrap: wrap;
    padding-left: 0; }
    footer .footer-links .menu li {
      line-height: 2.5em; }
      @media screen and (max-width: 1100px) {
        footer .footer-links .menu li {
          width: 33%; } }
      @media screen and (max-width: 640px) {
        footer .footer-links .menu li {
          width: 50%; } }
      @media screen and (max-width: 400px) {
        footer .footer-links .menu li {
          width: 100%; } }
      footer .footer-links .menu li a {
        font-family: "adelle_sbsemibold_italic", sans-serif;
        font-weight: 300;
        text-decoration: none;
        font-size: 16px;
        color: #fff; }
      footer .footer-links .menu li.menu-item-has-children {
        position: relative;
        box-sizing: border-box; }
        @media screen and (min-width: 1024px) {
          footer .footer-links .menu li.menu-item-has-children ul {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            bottom: 42px;
            left: -20px;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background: #2893d1;
            list-style-type: none;
            padding: 10px 6px;
            border-radius: 4px;
            min-width: 200px;
            z-index: 100; }
          footer .footer-links .menu li.menu-item-has-children:hover ul {
            opacity: 1;
            visibility: visible;
            display: block;
            bottom: 35px; } }
    @media screen and (max-width: 1023px) {
      footer .footer-links .menu {
        display: block; }
        footer .footer-links .menu li {
          width: 100%; } }
  footer .footer-links .info {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 10px auto 0;
    padding-left: 0;
    flex-wrap: wrap; }
    footer .footer-links .info li {
      margin-bottom: 20px; }
    footer .footer-links .info a {
      color: #222A4F;
      opacity: 0.57;
      font-size: 14px;
      line-height: 16px; }
      footer .footer-links .info a span {
        margin-right: 3px; }
  footer .footer-links .copyright {
    color: #222A4F;
    opacity: 0.57;
    margin: 0px auto 20px;
    font-size: 13px;
    text-align: center; }
footer .footer-logo {
  background: #2893d1;
  justify-content: center;
  padding: 40px 10px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    footer .footer-logo {
      display: flex; } }
  footer .footer-logo img {
    max-width: 147px;
    height: auto; }
  @media screen and (max-width: 768px) {
    footer .footer-logo a {
      display: block; }
    footer .footer-logo span {
      border-left: none;
      font-size: 16px; } }

body.home {
  /* Parallax Section */ }
  body.home .main-container {
    margin-top: 0; }
  body.home .bi-color {
    background: #2D3962;
    margin-left: -15px;
    margin-right: -15px;
    max-height: 312px; }
    @media screen and (max-width: 1200px) {
      body.home .bi-color {
        max-height: 265px; } }
    @media screen and (max-width: 991px) {
      body.home .bi-color {
        max-height: 656px;
        margin-bottom: 40%; } }
    @media screen and (max-width: 768px) {
      body.home .bi-color {
        max-height: 265px;
        padding-bottom: 53%;
        margin-bottom: 53%;
        box-sizing: content-box; } }
    @media screen and (max-width: 630px) {
      body.home .bi-color {
        margin-bottom: 50%; } }
    body.home .bi-color .text-content {
      position: relative;
      height: 312px; }
      @media screen and (max-width: 1200px) {
        body.home .bi-color .text-content {
          height: 265px; } }
      body.home .bi-color .text-content .vertical-center h2 {
        margin-top: 0;
        color: #FFFFFF;
        margin-bottom: 0; }
      body.home .bi-color .text-content .vertical-center p {
        opacity: 0.8;
        font-family: 'montserratlight';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 10px; }
      body.home .bi-color .text-content .vertical-center a {
        font-family: 'adelle_sbsemibold_italic';
        font-size: 18px;
        color: #2AA1DC;
        line-height: 28px; }
    body.home .bi-color .image-content {
      padding-top: 50px; }
      body.home .bi-color .image-content img {
        max-width: 100%;
        height: auto; }
  @media screen and (min-width: 500px) {
    body.home .padded-map-bg {
      padding-top: 100px;
      padding-bottom: 100px; } }
  body.home .white-section {
    min-height: 195px;
    margin-bottom: 50px; }
    body.home .white-section .col-md-12 {
      height: 300px;
      position: relative;
      border-bottom: 2px solid rgba(45, 57, 98, 0.5); }
      @media (min-width: 992px) {
        body.home .white-section .col-md-12 {
          margin-top: -252px; } }
      @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
        body.home .white-section .col-md-12 {
          margin-top: 0; } }
      @media screen and (max-width: 400px) {
        body.home .white-section .col-md-12 {
          padding-left: 0;
          padding-right: 0;
          margin-left: -15px;
          margin-right: -15px; } }
  body.home .dark-box h2 {
    color: #fff; }
  body.home .dark-box p {
    opacity: 0.69;
    font-family: 'montserratlight';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    max-width: 750px;
    margin: 0 auto 30px; }
  body.home .dark-box .button {
    opacity: 1.0; }
  body.home .survey-block {
    border-bottom: 2px solid rgba(45, 57, 98, 0.5); }
    @media screen and (min-width: 768px) {
      body.home .survey-block {
        display: flex; } }
    body.home .survey-block img {
      width: 427px;
      max-width: 100%;
      margin-bottom: -20px; }
  body.home #drones-change-conflict .gambit_parallax_inner {
    background-position: top center !important; }
    @media screen and (max-device-width: 1024px) {
      body.home #drones-change-conflict .gambit_parallax_inner {
        top: 0 !important; } }
  body.home .drone-box {
    max-width: 33%;
    box-sizing: border-box; }
    @media screen and (max-width: 1100px) {
      body.home .drone-box {
        max-width: 100%; } }
    body.home .drone-box .drone-details dl dt {
      width: 40%;
      white-space: nowrap; }

body.post-type-archive-drones .title-card .card-content {
  padding-bottom: 140px; }
body.post-type-archive-drones ::-webkit-input-placeholder {
  color: white; }
body.post-type-archive-drones :-moz-placeholder {
  /* Firefox 18- */
  color: white; }
body.post-type-archive-drones ::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }
body.post-type-archive-drones :-ms-input-placeholder {
  color: white; }
body.post-type-archive-drones .main-container {
  margin-top: 0; }
  body.post-type-archive-drones .main-container .search-box {
    min-height: 140px;
    margin-top: -140px;
    background: rgba(255, 255, 255, 0.2);
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    z-index: 5;
    padding: 42px 10px; }
    body.post-type-archive-drones .main-container .search-box .row > div {
      padding: 0 20px;
      text-align: center;
      box-sizing: border-box; }
      body.post-type-archive-drones .main-container .search-box .row > div .text-search {
        height: 56px;
        max-width: 400px;
        border-radius: 4px;
        width: 100%;
        padding-right: 30px;
        background: rgba(255, 255, 255, 0.28) url("images/search-icon.png") no-repeat;
        background-size: 24px 24px;
        background-position: right 10px center;
        margin: 0 auto; }
        body.post-type-archive-drones .main-container .search-box .row > div .text-search input[type="text"] {
          background: transparent;
          height: 56px;
          border: 0;
          color: #fff;
          padding: 0 10px;
          display: block;
          width: 100%;
          font-family: 'montserratlight';
          font-size: 15px;
          color: #FFFFFF;
          line-height: 24px; }
      body.post-type-archive-drones .main-container .search-box .row > div .filter-box {
        height: 56px;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        text-align: left;
        margin: 0 auto;
        max-width: 400px;
        background: transparent url("images/filter-arrow-down.png") no-repeat;
        background-size: 22px 12px;
        background-position: right 10px center; }
        body.post-type-archive-drones .main-container .search-box .row > div .filter-box p {
          opacity: 0.7;
          font-family: Montserrat;
          font-size: 15px;
          color: #FFFFFF;
          line-height: 56px;
          margin: 0 10px; }

.drones {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  justify-content: space-around; }

.drone-box {
  max-width: 425px;
  width: 100%;
  flex-grow: 1;
  padding: 20px;
  box-sizing: content-box; }
  .drone-box .drone-name {
    height: 200px;
    background: #000;
    background-size: cover;
    position: relative; }
    .drone-box .drone-name h2 {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 23px;
      color: #FFFFFF;
      position: absolute;
      bottom: 10px;
      left: 10px;
      margin: 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .drone-box .drone-details {
    padding: 20px;
    background: #F5F5F5; }
    .drone-box .drone-details .hidden {
      display: none; }
    .drone-box .drone-details dl dt {
      width: 20%;
      float: left;
      opacity: 0.5;
      font-family: 'montserratlight';
      font-size: 12px;
      color: #4A4A4A;
      line-height: 21px; }
    .drone-box .drone-details dl dd {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 12px;
      color: #4A4A4A;
      line-height: 21px;
      min-height: 21px; }
    .drone-box .drone-details dl dt, .drone-box .drone-details dl dd {
      margin-bottom: 5px; }

#drone-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 600px) {
    #drone-modal {
      background: #000; } }
  #drone-modal .modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1000px;
    min-height: 200px;
    max-height: 100%;
    overflow-y: scroll;
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    z-index: 102; }
  #drone-modal .modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 101; }
  #drone-modal #drone-image {
    width: 100%;
    height: auto; }
  #drone-modal .modal-content {
    width: 100%;
    max-width: 1000px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 102; }
    #drone-modal .modal-content #close-modal {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 105; }
      #drone-modal .modal-content #close-modal img {
        background: rgba(0, 0, 0, 0.5);
        padding: 8px;
        border-radius: 50%;
        box-sizing: content-box; }
    #drone-modal .modal-content .drone-info {
      width: 100%;
      height: auto;
      padding: 20px 20px 0;
      background: rgba(0, 0, 0, 0.6); }
      @media screen and (min-width: 601px) {
        #drone-modal .modal-content .drone-info {
          position: absolute;
          bottom: 0;
          left: 0; } }
      #drone-modal .modal-content .drone-info h2 {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 23px;
        color: #FFFFFF;
        margin-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0; }
      #drone-modal .modal-content .drone-info .detail-columns {
        display: flex;
        flex-wrap: wrap;
        /* Information Sources */ }
        #drone-modal .modal-content .drone-info .detail-columns > * {
          flex: 1;
          -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
          margin-top: 0;
          margin-bottom: 0;
          padding: 5px;
          min-width: 200px;
          margin: 0 auto; }
        #drone-modal .modal-content .drone-info .detail-columns > div p {
          margin-top: 0;
          font-family: Montserrat;
          font-weight: bold;
          font-size: 12px;
          color: #FFFFFF;
          line-height: 21px; }
        #drone-modal .modal-content .drone-info .detail-columns > div ul {
          padding-left: 0; }
          #drone-modal .modal-content .drone-info .detail-columns > div ul li {
            list-style-type: none; }
            #drone-modal .modal-content .drone-info .detail-columns > div ul li a {
              font-family: Montserrat;
              font-size: 12px;
              color: #2AA1DC;
              line-height: 21px; }
      #drone-modal .modal-content .drone-info dl dt {
        width: 60%;
        float: left;
        opacity: 0.5;
        font-family: 'montserratlight';
        font-size: 12px;
        color: #fff;
        opacity: 0.5;
        line-height: 21px; }
      #drone-modal .modal-content .drone-info dl dd {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 12px;
        color: #fff;
        line-height: 21px;
        min-height: 21px; }
      #drone-modal .modal-content .drone-info dl dt, #drone-modal .modal-content .drone-info dl dd {
        margin-bottom: 5px; }

body.page-template-template-report-php {
  /* Main Container - Body of Report */
  /* Report Sticky Navigation */
  /* Extra space for footer when the share menu is on the bottom */
  /* Drone Slider */ }
  body.page-template-template-report-php .main-container {
    margin-top: -114px; }
  body.page-template-template-report-php .header-container .title-card {
    min-height: 340px; }
  body.page-template-template-report-php .report-callout {
    padding: 43px 46px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: rgba(245, 245, 245, 0.96);
    max-width: 800px;
    margin: 0 auto 42px;
    position: relative; }
    body.page-template-template-report-php .report-callout .report-link-section {
      float: left;
      max-width: 560px; }
    body.page-template-template-report-php .report-callout .report-social-sharing {
      background: #fff;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 240px;
      text-align: center; }
      body.page-template-template-report-php .report-callout .report-social-sharing > div {
        width: 220px; }
      body.page-template-template-report-php .report-callout .report-social-sharing .heading-text {
        margin-top: 0;
        font-family: Montserrat;
        font-weight: bold;
        font-size: 13px;
        color: #BA585A;
        line-height: 16px; }
    @media screen and (max-width: 840px) {
      body.page-template-template-report-php .report-callout {
        background: transparent;
        box-shadow: none;
        padding: 10px;
        margin: 0 auto; }
        body.page-template-template-report-php .report-callout .report-link-section {
          background: rgba(245, 245, 245, 0.96);
          float: none;
          width: 100%;
          padding: 20px;
          margin: 0 auto; }
        body.page-template-template-report-php .report-callout .report-social-sharing {
          position: relative;
          width: 100%;
          height: 150px; }
          body.page-template-template-report-php .report-callout .report-social-sharing p {
            margin-top: 5px; }
          body.page-template-template-report-php .report-callout .report-social-sharing > div {
            width: 100%; } }
  body.page-template-template-report-php .main-container {
    overflow-x: hidden;
    /* Data Tables */
    /* Full-Width Images with Captions */ }
    body.page-template-template-report-php .main-container .wpb_text_column:not(.ignore-headings) h2 {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      color: #4A4A4A;
      position: relative; }
      body.page-template-template-report-php .main-container .wpb_text_column:not(.ignore-headings) h2 > span {
        background: #fff;
        padding-right: 20px; }
      body.page-template-template-report-php .main-container .wpb_text_column:not(.ignore-headings) h2:after {
        content: " ";
        height: 20px;
        width: 100%;
        background: url("images/heading-bg.png");
        background-repeat: repeat-x;
        position: absolute;
        left: 0;
        bottom: 9px;
        z-index: -1; }
    body.page-template-template-report-php .main-container .wpb_text_column:not(.ignore-headings) h3 {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 24px;
      color: #4A4A4A; }
    body.page-template-template-report-php .main-container .wpb_text_column {
      max-width: 800px;
      margin: 0 auto;
      font-family: Adelle-Regular, 'adelle_rgregular';
      font-size: 16px;
      color: #4A4A4A;
      line-height: 26px; }
      body.page-template-template-report-php .main-container .wpb_text_column img.alignleft {
        float: left;
        padding-right: 40px;
        padding-bottom: 20px;
        box-sizing: content-box; }
        @media screen and (max-width: 720px) {
          body.page-template-template-report-php .main-container .wpb_text_column img.alignleft {
            max-width: 50%;
            height: auto;
            padding-right: 20px; } }
      body.page-template-template-report-php .main-container .wpb_text_column img.absoluteleft {
        position: absolute;
        left: 0; }
      body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote {
        background: #F5F5F5;
        margin-left: -70px;
        padding: 20px 0 20px 70px;
        padding-right: 3000px;
        margin-right: -3000px;
        margin-top: 30px;
        margin-bottom: 30px; }
        @media screen and (max-width: 800px) {
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote {
            margin-left: -35px; } }
        body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote {
          margin: 0;
          max-width: 700px;
          padding: 20px 0 20px 0;
          position: relative; }
          @media screen and (max-width: 800px) {
            body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote {
              padding: 0; } }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote:before {
            content: " ";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            left: -50px;
            width: 32px;
            background: url("images/blockquote-bg.png"); }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote p:first-child {
            margin-top: 0; }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote p {
            font-family: 'adelle_rgitalic';
            font-size: 22px;
            font-weight: 100;
            color: #2AA1DC;
            line-height: 40px; }
            @media screen and (max-width: 800px) {
              body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote blockquote p {
                font-size: 18px;
                line-height: 24px; } }
      body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left {
        background: #F5F5F5;
        margin-right: -70px;
        padding: 20px 70px 20px 0;
        padding-left: 3000px;
        margin-left: -3000px;
        margin-top: 30px;
        margin-bottom: 30px; }
        @media screen and (max-width: 800px) {
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left {
            margin-right: -35px; } }
        body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote {
          margin: 0;
          font-family: 'adelle_ltlight_italic';
          font-size: 22px;
          color: #2AA1DC;
          line-height: 40px;
          max-width: 800px;
          padding: 20px 0 20px 0;
          position: relative; }
          @media screen and (max-width: 800px) {
            body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote {
              padding: 0; } }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote:before {
            content: " ";
            display: block;
            height: 100%;
            position: absolute;
            top: 0;
            right: -50px;
            width: 32px;
            background: url("images/blockquote-bg.png"); }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote p {
            font-family: 'adelle_rgitalic';
            font-size: 22px;
            font-weight: 100;
            color: #2AA1DC;
            line-height: 40px; }
            @media screen and (max-width: 800px) {
              body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote p {
                font-size: 18px;
                line-height: 24px; } }
          body.page-template-template-report-php .main-container .wpb_text_column aside.pullquote-left blockquote p:first-child {
            margin-top: 0; }
      body.page-template-template-report-php .main-container .wpb_text_column.half-width {
        padding: 0 20px; }
        body.page-template-template-report-php .main-container .wpb_text_column.half-width > * {
          max-width: 400px; }
      body.page-template-template-report-php .main-container .wpb_text_column.white-text {
        max-width: 1100px;
        color: #fff; }
        body.page-template-template-report-php .main-container .wpb_text_column.white-text p {
          font-family: 'montserratlight';
          font-size: 14px;
          color: #FFFFFF;
          line-height: 22px; }
          body.page-template-template-report-php .main-container .wpb_text_column.white-text p strong {
            font-family: Montserrat;
            font-weight: bold; }
    body.page-template-template-report-php .main-container .background-right {
      background-position: top right !important; }
    @media (max-width: 900px) {
      body.page-template-template-report-php .main-container .data-table .vc_col-sm-4, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 {
        width: 100%; }
      body.page-template-template-report-php .main-container .data-table .hidden-small {
        display: none; } }
    body.page-template-template-report-php .main-container .data-table > .wpb_column {
      padding-left: 1px;
      padding-right: 1px; }
    body.page-template-template-report-php .main-container .data-table .wpb_text_column {
      min-height: 100px;
      position: relative; }
      body.page-template-template-report-php .main-container .data-table .wpb_text_column > .wpb_wrapper {
        width: 100%;
        padding: 10px 30px;
        text-align: center;
        position: absolute;
        top: 50%;
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%); }
        body.page-template-template-report-php .main-container .data-table .wpb_text_column > .wpb_wrapper > p {
          max-width: 500px;
          display: block;
          margin: 0 auto; }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4 .wpb_text_column, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 .wpb_text_column {
      max-width: 100%; }
      body.page-template-template-report-php .main-container .data-table .vc_col-sm-4 .wpb_text_column p, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 .wpb_text_column p {
        font-family: Montserrat;
        font-size: 13px;
        color: #4A4A4A;
        line-height: 20px; }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4 .wpb_text_column:first-child, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 .wpb_text_column:first-child {
      min-height: 80px; }
      body.page-template-template-report-php .main-container .data-table .vc_col-sm-4 .wpb_text_column:first-child p, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 .wpb_text_column:first-child p {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 1.6px;
        text-transform: uppercase; }
        body.page-template-template-report-php .main-container .data-table .vc_col-sm-4 .wpb_text_column:first-child p small, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6 .wpb_text_column:first-child p small {
          text-transform: none; }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(1) .wpb_text_column:nth-child(odd), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(1) .wpb_text_column:nth-child(odd) {
      background-image: linear-gradient(90deg, rgba(42, 161, 220, 0.07) 0%, rgba(162, 129, 158, 0.07) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(1) .wpb_text_column:nth-child(even), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(1) .wpb_text_column:nth-child(even) {
      background-image: linear-gradient(90deg, rgba(42, 161, 220, 0.14) 0%, rgba(162, 129, 158, 0.14) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(1) .wpb_text_column:first-child, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(1) .wpb_text_column:first-child {
      background-image: linear-gradient(90deg, #2AA1DC 0%, #a2819e 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(odd), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(odd) {
      background-image: linear-gradient(90deg, rgba(162, 129, 158, 0.07) 0%, rgba(92, 147, 195, 0.07) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(2) .wpb_text_column:nth-child(even), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(2) .wpb_text_column:nth-child(even) {
      background-image: linear-gradient(90deg, rgba(162, 129, 158, 0.14) 0%, rgba(92, 147, 195, 0.14) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(2) .wpb_text_column:first-child, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(2) .wpb_text_column:first-child {
      background-image: linear-gradient(90deg, #a2819e 0%, #5c93c3 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(3) .wpb_text_column:nth-child(odd), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(3) .wpb_text_column:nth-child(odd) {
      background-image: linear-gradient(90deg, rgba(92, 147, 195, 0.07) 0%, rgba(255, 109, 109, 0.07) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(3) .wpb_text_column:nth-child(even), body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(3) .wpb_text_column:nth-child(even) {
      background-image: linear-gradient(90deg, rgba(92, 147, 195, 0.14) 0%, rgba(255, 109, 109, 0.14) 100%); }
    body.page-template-template-report-php .main-container .data-table .vc_col-sm-4:nth-child(3) .wpb_text_column:first-child, body.page-template-template-report-php .main-container .data-table .vc_col-sm-6:nth-child(3) .wpb_text_column:first-child {
      background-image: linear-gradient(90deg, #5c93c3 0%, #FF6D6D 100%); }
    body.page-template-template-report-php .main-container .has-caption {
      background: #2D3962; }
      body.page-template-template-report-php .main-container .has-caption .vc_media_grid {
        background: #414042;
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px; }
      body.page-template-template-report-php .main-container .has-caption .wpb_single_image {
        margin-bottom: 0; }
      body.page-template-template-report-php .main-container .has-caption .wpb_text_column {
        padding: 15px;
        max-width: 1000px;
        text-align: center; }
        body.page-template-template-report-php .main-container .has-caption .wpb_text_column h4 {
          font-family: Montserrat;
          font-weight: bold;
          font-size: 15px;
          color: #FFFFFF;
          line-height: 20px;
          margin-top: 0;
          margin-bottom: 0; }
        body.page-template-template-report-php .main-container .has-caption .wpb_text_column p {
          font-family: 'montserratlight';
          font-size: 15px;
          color: #fff;
          font-size: 13px;
          line-height: 14px;
          margin-bottom: 10px;
          margin-top: 3px; }
  body.page-template-template-report-php #report-nav {
    position: fixed;
    left: 0;
    top: -90px;
    height: 90px;
    padding: 20px 20px 5px;
    width: 100%;
    background: rgba(245, 245, 245, 0.96);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-transition: top 0.5s ease-in-out;
    -o-transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    transition: top 0.5s ease-in-out;
    z-index: 12;
    /* Extra Buttons */
    /* Sharing Dropdown */
    /* Scroll Indicator */ }
    @media screen and (max-width: 512px) {
      body.page-template-template-report-php #report-nav {
        height: 60px;
        padding: 6px 12px 5px; } }
    body.page-template-template-report-php #report-nav .brand-logo {
      max-width: 114px;
      float: left; }
    body.page-template-template-report-php #report-nav .site-heading {
      font-family: Montserrat;
      font-weight: bold;
      font-size: 16px;
      color: #9B9B9B;
      display: inline;
      line-height: 16px;
      padding-left: 0;
      text-transform: uppercase;
      margin-bottom: 5px; }
    body.page-template-template-report-php #report-nav.active {
      top: 0; }
    body.page-template-template-report-php #report-nav .live-menu {
      padding-left: 0;
      margin: 0;
      padding-top: 3px;
      list-style-type: none;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-end;
      align-content: flex-end; }
      body.page-template-template-report-php #report-nav .live-menu li {
        float: left;
        padding: 0 10px; }
        body.page-template-template-report-php #report-nav .live-menu li:first-child {
          padding-left: 0; }
        body.page-template-template-report-php #report-nav .live-menu li a {
          font-family: 'montserratlight';
          font-size: 14px;
          color: #9B9B9B; }
    @media screen and (max-width: 1200px) {
      body.page-template-template-report-php #report-nav .site-heading {
        display: none; }
      body.page-template-template-report-php #report-nav .live-menu {
        display: none; } }
    body.page-template-template-report-php #report-nav .interact-buttons {
      position: absolute;
      right: 0;
      top: 0;
      height: 88px;
      background: #fff;
      padding-right: 110px;
      padding-top: 23px;
      padding-left: 30px; }
      @media screen and (max-width: 1350px) {
        body.page-template-template-report-php #report-nav .interact-buttons {
          position: fixed;
          bottom: 0;
          top: auto;
          padding-top: 5px;
          height: 55px;
          width: 100%;
          display: flex;
          background: rgba(245, 245, 245, 0.96);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          padding-right: 15px;
          padding-left: 15px; }
          body.page-template-template-report-php #report-nav .interact-buttons .button {
            float: none;
            flex: 1;
            text-align: center;
            padding: 5px 5px 5px 5px;
            box-sizing: border-box;
            height: 42px;
            margin: 0 10px;
            margin-left: 10px; }
            body.page-template-template-report-php #report-nav .interact-buttons .button.share-button {
              line-height: 29px; }
            body.page-template-template-report-php #report-nav .interact-buttons .button + .button {
              margin-left: 10px !important; } }
      body.page-template-template-report-php #report-nav .interact-buttons .button {
        float: left; }
      body.page-template-template-report-php #report-nav .interact-buttons .button + .button {
        margin-left: 20px; }
      body.page-template-template-report-php #report-nav .interact-buttons .download-button {
        opacity: 0.8;
        font-family: 'montserratlight';
        font-size: 10px;
        color: #BA585A;
        line-height: 11px;
        padding: 9px 14px 9px 35px;
        background-image: url("images/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: 10px 10px; }
        body.page-template-template-report-php #report-nav .interact-buttons .download-button:hover {
          color: #fff; }
    body.page-template-template-report-php #report-nav .sharing {
      background: #FFFFFF;
      box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.21);
      padding: 10px;
      width: 240px;
      height: 190px;
      text-align: center;
      position: absolute;
      top: 75px;
      right: 20px;
      opacity: 0;
      visibility: hidden;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      body.page-template-template-report-php #report-nav .sharing.active {
        top: 86px;
        opacity: 1;
        visibility: visible; }
      body.page-template-template-report-php #report-nav .sharing:before {
        position: absolute;
        top: -16px;
        left: 100px;
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 17px solid white; }
      body.page-template-template-report-php #report-nav .sharing .heading-text {
        font-family: Montserrat;
        font-weight: bold;
        font-size: 13px;
        color: #BA585A; }
      @media screen and (max-width: 1350px) {
        body.page-template-template-report-php #report-nav .sharing {
          top: auto;
          bottom: 55px;
          left: 5px;
          right: 5px;
          width: auto;
          height: auto; }
          body.page-template-template-report-php #report-nav .sharing.active {
            top: auto;
            bottom: 65px; }
          body.page-template-template-report-php #report-nav .sharing:before {
            transform: rotate(180deg);
            top: auto;
            bottom: -10px;
            left: auto;
            right: 21%; }
          body.page-template-template-report-php #report-nav .sharing p {
            line-height: 20px; } }
    body.page-template-template-report-php #report-nav .scroll-progress-container {
      position: absolute;
      bottom: 0;
      height: 3px;
      width: 100%;
      left: 0;
      background: #fff; }
      body.page-template-template-report-php #report-nav .scroll-progress-container .scroll-progress {
        background: #2AA1DC;
        width: 0%;
        height: 3px; }
  @media screen and (max-width: 1350px) {
    body.page-template-template-report-php footer {
      margin-bottom: 55px; } }
  body.page-template-template-report-php #report-map-container {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40%;
    position: relative;
    min-height: 350px; }
    body.page-template-template-report-php #report-map-container #report-map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body.page-template-template-report-php #report-map-container #report-map .map-tooltip {
        position: absolute;
        background-image: url("images/tooltip-bg.png");
        padding: 35px 45px 40px;
        width: 275px;
        height: 158px;
        margin-left: -137px;
        font-family: 'adelle_rgitalic';
        text-align: center;
        font-size: 14px;
        color: #2D3962; }
        body.page-template-template-report-php #report-map-container #report-map .map-tooltip a {
          display: block;
          margin-top: 5px; }
        body.page-template-template-report-php #report-map-container #report-map .map-tooltip.unavailable a {
          border: 2px solid #9B9B9B;
          border-radius: 4px;
          opacity: 0.8;
          font-family: Montserrat;
          font-weight: bold;
          font-size: 11px;
          color: #9B9B9B; }
          body.page-template-template-report-php #report-map-container #report-map .map-tooltip.unavailable a:hover {
            color: #fff;
            background: #9B9B9B; }
  body.page-template-template-report-php .drone-slider {
    margin-left: -5px;
    margin-right: -5px; }
    body.page-template-template-report-php .drone-slider .vc_tta-panels-container {
      position: relative; }
      body.page-template-template-report-php .drone-slider .vc_tta-panels-container:after {
        position: absolute;
        height: 150px;
        content: " ";
        z-index: 4;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        bottom: 17px; }
      body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination {
        height: 150px;
        position: absolute;
        bottom: 0;
        z-index: 5;
        margin-top: -147px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        width: 800px;
        max-width: 100%;
        left: 50%;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item {
          max-width: 22%; }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item a {
            border-radius: 0;
            border: none;
            max-width: 100%; }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(1) a {
            width: 77px;
            height: 104px;
            background: url("images/slider-drones-hobbyist.png") bottom center no-repeat;
            background-size: 100% auto; }
            @media screen and (max-width: 700px) {
              body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(1) a {
                width: 50px;
                height: 75px; } }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(2) a {
            width: 131px;
            height: 102px;
            background: url("images/slider-drones-midsize.png") bottom center no-repeat;
            background-size: 100% auto; }
            @media screen and (max-width: 700px) {
              body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(2) a {
                width: 85px;
                height: 75px; } }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(3) a {
            width: 170px;
            height: 104px;
            background: url("images/slider-drones-large.png") bottom center no-repeat;
            background-size: 100% auto; }
            @media screen and (max-width: 700px) {
              body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(3) a {
                width: 105px;
                height: 75px; } }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(4) a {
            width: 129px;
            height: 104px;
            background: url("images/slider-drones-stealth.png") bottom center no-repeat;
            background-size: 100% auto; }
            @media screen and (max-width: 700px) {
              body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item:nth-child(4) a {
                width: 85px;
                height: 75px; } }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item.vc_active:nth-child(1) a {
            background: url("images/slider-drones-hobbyist-active.png") bottom center no-repeat;
            background-size: 100% auto; }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item.vc_active:nth-child(2) a {
            background: url("images/slider-drones-midsize-active.png") bottom center no-repeat;
            background-size: 100% auto; }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item.vc_active:nth-child(3) a {
            background: url("images/slider-drones-large-active.png") bottom center no-repeat;
            background-size: 100% auto; }
          body.page-template-template-report-php .drone-slider .vc_tta-panels-container .vc_pagination .vc_pagination-item.vc_active:nth-child(4) a {
            background: url("images/slider-drones-stealth-active.png") bottom center no-repeat;
            background-size: 100% auto; }

@media screen and (min-width: 601px) {
  body.admin-bar #report-nav.active {
    top: 32px; } }
/* Global Perspectives */
body.page-id-154 .header-container .title-card {
  height: auto;
  max-height: none; }
  body.page-id-154 .header-container .title-card h1 {
    color: #2D3962; }
  body.page-id-154 .header-container .title-card h2 {
    color: #2D3962; }
  body.page-id-154 .header-container .title-card p {
    margin-top: 0;
    margin-bottom: 10px; }
  body.page-id-154 .header-container .title-card img {
    margin-bottom: 10px; }

body.page-template-survey hr {
  border-top: 1px solid #2D3962;
  margin-top: 80px;
  margin-bottom: 40px; }
body.page-template-survey .survey h3 {
  font-family: 'adelle_ltlight_italic';
  font-size: 22px;
  color: #2AA1DC;
  line-height: 26px;
  font-weight: normal; }
body.page-template-survey .survey .question {
  margin-top: 40px; }
  body.page-template-survey .survey .question + .question {
    margin-top: 75px; }
  body.page-template-survey .survey .question .question-text {
    position: relative;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 30px; }
    body.page-template-survey .survey .question .question-text .number {
      font-family: 'adelle_rgregular';
      font-weight: bold;
      font-size: 54px;
      color: #2D3962;
      position: absolute;
      left: -10px;
      top: 50%;
      margin-top: -27px;
      line-height: 54px; }
  body.page-template-survey .survey .question label {
    display: block;
    font-family: Montserrat;
    font-weight: normal;
    font-size: 15px;
    color: #9B9B9B;
    line-height: 24px;
    position: relative;
    min-height: 24px;
    cursor: pointer; }
    body.page-template-survey .survey .question label input {
      position: absolute;
      left: 0;
      width: 24px;
      height: 24px;
      opacity: 0; }
    body.page-template-survey .survey .question label span {
      padding-left: 50px;
      background: url("images/checkbox.png") no-repeat left top;
      background-size: 24px 24px;
      min-height: 24px;
      display: inline-block; }
    body.page-template-survey .survey .question label + label {
      margin-top: 20px; }
    body.page-template-survey .survey .question label :checked + span {
      color: #4A4A4A;
      background: url("images/checkbox-checked.png") no-repeat left top;
      background-size: 24px 24px; }
  body.page-template-survey .survey .question textarea {
    width: 100%;
    min-height: 80px; }
  body.page-template-survey .survey .question textarea, body.page-template-survey .survey .question input[type=text] {
    border: 1px solid #2AA1DC; }
  body.page-template-survey .survey .question table {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate; }
    body.page-template-survey .survey .question table tbody th {
      text-align: right;
      padding-right: 5px; }
    body.page-template-survey .survey .question table tbody tr:hover {
      background: rgba(207, 220, 230, 0.4); }
    body.page-template-survey .survey .question table tbody td:nth-child(even) {
      background: rgba(207, 220, 230, 0.2); }
    body.page-template-survey .survey .question table tbody td label {
      margin: 5px;
      text-align: center; }
      body.page-template-survey .survey .question table tbody td label span {
        padding-left: 24px; }
body.page-template-survey .survey-footer {
  background: rgba(207, 220, 230, 0.2);
  margin-top: 50px;
  padding: 75px 0; }
  body.page-template-survey .survey-footer h2 {
    margin-top: 0; }
  body.page-template-survey .survey-footer .after-submit h2 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 24px;
    color: #50E3C2;
    line-height: 37px; }
    body.page-template-survey .survey-footer .after-submit h2 img {
      padding-right: 10px;
      box-sizing: content-box; }
  body.page-template-survey .survey-footer .sharing {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    padding: 14px 10px; }
    body.page-template-survey .survey-footer .sharing p {
      text-align: center;
      line-height: 40px;
      font-family: Montserrat;
      font-weight: bold;
      font-size: 13px;
      color: #BA585A; }
      @media screen and (min-width: 992px) {
        body.page-template-survey .survey-footer .sharing p {
          text-align: right; } }
    body.page-template-survey .survey-footer .sharing ul {
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 992px) {
        body.page-template-survey .survey-footer .sharing ul {
          justify-content: space-around; } }
      body.page-template-survey .survey-footer .sharing ul li {
        padding: 0 5px !important; }
body.page-template-survey .main-container {
  margin-bottom: 0; }
body.page-template-survey .container {
  max-width: 800px; }

body {
  font-family: 'montserratlight', sans-serif;
  color: #2D3962;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  body p {
    font-size: 16px;
    line-height: 26px; }

a:hover {
  text-decoration: none; }

.main-container {
  margin: 60px 0; }

/* Repeated Element - Logo (Header and Footer) */
.site-heading {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 68px;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
  padding-left: 20px; }

.brand-logo {
  padding-right: 19px; }

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (min-width: 992px) {
  .vertical-center-large {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }
.container-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

a:active, a:hover {
  text-decoration: none; }

.button {
  opacity: 0.8;
  border: 2px solid #BA585A;
  background: transparent;
  border-radius: 4px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: normal;
  color: #BA585A;
  line-height: 16px;
  padding: 12px 14px;
  display: inline-block;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button:hover {
    background: #ba585a;
    color: #fff; }
  .button.button-block {
    display: block;
    text-align: center; }
  .button.share-button {
    color: #529CC0;
    border: 2px solid #529CC0; }
    .button.share-button:hover, .button.share-button.active {
      background: #529CC0;
      color: #fff; }

a.link-arrow {
  font-family: 'adelle_sbsemibold_italic';
  font-size: 18px;
  color: #2AA1DC; }
  a.link-arrow:hover:after {
    margin-left: 12px; }
  a.link-arrow:after {
    -moz-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    -webkit-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
    content: " ";
    background: url("images/arrow-right.svg") no-repeat top center;
    width: 19px;
    height: 12px;
    margin-left: 9px;
    margin-bottom: -1px;
    display: inline-block; }
  a.link-arrow.white {
    color: #fff; }
    a.link-arrow.white:after {
      background: url("images/arrow-right-white.svg") no-repeat top center; }

.text-center {
  text-align: center; }

.darken-background {
  background: rgba(0, 0, 0, 0.2); }

.darken-wrapper-background > .wpb_wrapper {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px; }

.report-link-section .cover-image {
  max-width: 116px;
  height: auto;
  float: left;
  padding-right: 18px;
  box-sizing: content-box; }
.report-link-section .heading-text {
  margin-top: 0;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 13px;
  color: #BA585A;
  line-height: 16px; }
.report-link-section .report-link {
  font-family: 'adelle_sbsemibold_italic';
  font-size: 18px;
  color: #2D3962;
  line-height: 26px;
  display: block; }
.report-link-section .download-button {
  margin-top: 17px; }
  .report-link-section .download-button .type-size {
    font-family: 'montserratlight';
    font-size: 11px; }

@media screen and (min-width: 841px) {
  body.page-template-template-report .report-social-sharing .essb_links.essb_template_circles-retina li, #report-nav .sharing .essb_links.essb_template_circles-retina li {
    padding: 5px 7px !important; } }
@media screen and (max-width: 840px) {
  body.page-template-template-report .report-social-sharing .essb_links.essb_template_circles-retina li, #report-nav .sharing .essb_links.essb_template_circles-retina li {
    padding: 0 0 !important; } }

.essb_links.essb_template_circles-retina .essb_force_hide li a {
  border-width: 1px !important;
  padding: 7px 8px 7px 8px !important;
  width: 40px;
  height: 40px;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.087em -0.825em 0 -0.42em #2AA1DC, -0.173em -0.812em 0 -0.44em #2AA1DC, -0.256em -0.789em 0 -0.46em #2AA1DC, -0.297em -0.775em 0 -0.477em #2AA1DC; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.338em -0.758em 0 -0.42em #2AA1DC, -0.555em -0.617em 0 -0.44em #2AA1DC, -0.671em -0.488em 0 -0.46em #2AA1DC, -0.749em -0.34em 0 -0.477em #2AA1DC; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.377em -0.74em 0 -0.42em #2AA1DC, -0.645em -0.522em 0 -0.44em #2AA1DC, -0.775em -0.297em 0 -0.46em #2AA1DC, -0.82em -0.09em 0 -0.477em #2AA1DC; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; } }
@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.087em -0.825em 0 -0.42em #2AA1DC, -0.173em -0.812em 0 -0.44em #2AA1DC, -0.256em -0.789em 0 -0.46em #2AA1DC, -0.297em -0.775em 0 -0.477em #2AA1DC; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.338em -0.758em 0 -0.42em #2AA1DC, -0.555em -0.617em 0 -0.44em #2AA1DC, -0.671em -0.488em 0 -0.46em #2AA1DC, -0.749em -0.34em 0 -0.477em #2AA1DC; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, -0.377em -0.74em 0 -0.42em #2AA1DC, -0.645em -0.522em 0 -0.44em #2AA1DC, -0.775em -0.297em 0 -0.46em #2AA1DC, -0.82em -0.09em 0 -0.477em #2AA1DC; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #2AA1DC, 0 -0.83em 0 -0.42em #2AA1DC, 0 -0.83em 0 -0.44em #2AA1DC, 0 -0.83em 0 -0.46em #2AA1DC, 0 -0.83em 0 -0.477em #2AA1DC; } }
.gradient-background {
  background: #ba585a;
  background: -moz-linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  background: -webkit-linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  background: linear-gradient(65deg, #ba585a 17%, #529cc0 82%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba585a', endColorstr='#529cc0',GradientType=1 ); }

.print-only {
  display: none; }

@media print {
  nav {
    display: none; }

  .print-only {
    display: block; }

  .display-only {
    display: none; }

  img.print-only {
    max-width: 100%;
    height: auto; }

  .site-heading {
    color: #333; }

  footer .footer-links {
    display: none; }

  .report-callout {
    display: none; }

  .header-container .title-card {
    position: inherit;
    height: auto !important;
    min-height: 50px !important; }
    .header-container .title-card h1 {
      font-size: 50px; }

  .map-description, #report-map-container, .map-key {
    display: none; }

  .main-container {
    margin-top: 0 !important; }
    .main-container img {
      max-width: 100%;
      height: auto; }
    .main-container .vc_row-no-padding {
      max-width: 100%; }
    .main-container .vc_tta.vc_tta-tabs {
      display: none; }
    .main-container .vc_tta.vc_general .vc_tta-panel-body {
      display: block; }
    .main-container .wpb_single_image {
      max-width: 100%; }
    .main-container .wpb_single_image img {
      vertical-align: inherit; }
    .main-container .vc_media_grid {
      display: none; }
    .main-container img.alignleft {
      position: inherit !important;
      float: left;
      max-width: 30%;
      height: auto;
      margin-left: auto !important; }
    .main-container .data-table .vc_col-sm-4 .wpb_text_column:first-child {
      min-height: 30px !important; }
    .main-container .data-table .wpb_text_column > .wpb_wrapper {
      min-height: 30px !important;
      position: inherit !important;
      -o-transform: none !important;
      -moz-transform: none !important;
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important;
      display: list-item;
      text-align: left !important; }
    .main-container .data-table .wpb_text_column {
      min-height: 30px !important; } }

/*# sourceMappingURL=style.css.map */
