/* Clearfix */
.clearfix,
.view-content, .container, .row, .mobile-grid {
  *zoom: 1; }
  .clearfix:before,
  .view-content:before, .container:before, .row:before, .mobile-grid:before, .clearfix:after,
  .view-content:after, .container:after, .row:after, .mobile-grid:after {
    content: " ";
    display: table; }
  .clearfix:after,
  .view-content:after, .container:after, .row:after, .mobile-grid:after {
    clear: both; }

/* Grid */
.container {
  margin: auto;
  max-width: 1140px;
  width: 95%; }

.flex-container,
.flex-view .view-content {
  margin: 0 auto;
  width: 95%;
  max-width: calc(1140px + 2em); }
  @media (min-width: 38em) {
    .flex-container,
    .flex-view .view-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.flex-item,
.flex-view .views-row {
  padding: 0 1em;
  margin-bottom: 2em; }
  @media (min-width: 38em) {
    .flex-item,
    .flex-view .views-row {
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
      margin-bottom: 0; } }

.row {
  border-bottom: 1px solid #eeeff0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2em 0; }

.row.first {
  padding-top: 0; }

.onesixth,
.onefifth,
.onefourth,
.onethird,
.onehalf,
.twothirds,
.threefourths {
  margin-bottom: 2em; }

.mobile-grid .onethird,
.mobile-grid .onehalf,
.mobile-grid .twothirds {
  float: left;
  margin: 0 5% 0 0; }
.mobile-grid .onethird {
  width: 30%; }
.mobile-grid .onehalf {
  width: 47.5%; }
.mobile-grid .twothirds {
  width: 65%; }

/* Get rid of last column's extra margin */
.last {
  margin-right: 0 !important; }

.split-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .split-grid .onesixth,
  .split-grid .onethird,
  .split-grid .twothirds,
  .split-grid .onefourth,
  .split-grid .onefifth,
  .split-grid .threefourths,
  .split-grid .onehalf {
    padding: 1em;
    width: 100%; }

@media (min-width: 38em) {
  .wrap {
    width: 95%; }

  .onesixth,
  .onethird,
  .twothirds,
  .onefourth,
  .onefifth,
  .threefourths,
  .onehalf {
    float: left;
    margin: 0 5% 0 0; }

  .opposite {
    float: right; }

  .onesixth:nth-of-type(3),
  .onefifth:nth-of-type(3),
  .onefourth:nth-of-type(2) {
    margin-right: 0; }

  .onethird,
  .onesixth,
  .onefifth {
    width: 30%; }

  .twothirds {
    width: 65%; }

  .threefourths {
    width: 73.75%; }

  .threefourths + .onefourth {
    width: 21.25%; }

  .onehalf,
  .onefourth {
    width: 47.5%; }

  /* push columns to the center */
  .skipsixth {
    margin-left: 17.5%; }

  .skipthird {
    margin-left: 35%; }

  .skipfourth {
    margin-left: 26.25%; }

  .middle-collapse > .twothirds,
  .middle-collapse > .onethird {
    float: none;
    width: 100%;
    margin: 0; }

  /* Split grid */
  .split-grid .onesixth,
  .split-grid .onethird,
  .split-grid .twothirds,
  .split-grid .onefourth,
  .split-grid .onefifth,
  .split-grid .threefourths,
  .split-grid .onehalf {
    margin: 0;
    padding: 2em;
    float: none; }
  .split-grid .onethird,
  .split-grid .onesixth,
  .split-grid .onefifth {
    width: 33.333333333%; }
  .split-grid .twothirds {
    width: 66.666666667%; }
  .split-grid .threefourths {
    width: 75%; }
  .split-grid .threefourths + .onefourth {
    width: 25%; }
  .split-grid .onehalf,
  .split-grid .onefourth {
    width: 50%; } }
@media (min-width: 60em) {
  .onesixth {
    width: 12.5%; }

  .onefifth {
    width: 16%; }

  .onefourth {
    width: 21.25%; }

  .onesixth:nth-of-type(3),
  .onefifth:nth-of-type(3),
  .onefourth:nth-of-type(2) {
    margin-right: 5%; }

  .middle-collapse > .twothirds {
    float: left;
    width: 65%;
    margin-right: 5%; }
  .middle-collapse > .onethird {
    float: left;
    width: 30%;
    margin-right: 5%; }
  .middle-collapse .last {
    margin-right: 0; }

  .split-grid .onesixth {
    width: 16.666666667;
    margin: 0; }
  .split-grid .onefifth {
    width: 20%;
    margin: 0; }
  .split-grid .onefourth {
    width: 25%;
    margin: 0; } }
/* Split Grid colors/styles */
.split-grid-left {
  background: rgba(255, 255, 255, 0.1); }

.split-grid-right {
  background: rgba(0, 0, 0, 0.05); }

.split-grid-gcar {
  background: #00839b; }

/* !Table Styling */
table {
  font-size: .875em;
  layout: fixed;
  margin: 1em 0;
  padding: 0;
  width: 100%; }

th, td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 1em; }

th {
  font-weight: bold;
  color: #425363;
  border-width: 2px;
  width: 250px; }

td {
  background: #f5f5f5;
  text-align: center; }

table.country-table td {
  width: 8%; }

table.industry-table td {
  width: 12%; }

/* Standard Styles */
body {
  font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
  color: #777779;
  margin: 0; }

p,
li {
  font-size: 1em;
  line-height: 1.25em; }

@media (min-width: 45em) {
  p,
  li {
    font-size: 1.125em;
    line-height: 1.25em; } }
h1,
h2,
h3 {
  line-height: 1.2;
  font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2em;
  color: #425363; }

@media (min-width: 45em) {
  h1 {
    font-size: 2.75em; } }
@media (min-width: 90em) {
  h1 {
    font-size: 3.5em; } }
h2 {
  font-size: 1.5em;
  color: #00839b; }

@media (min-width: 45em) {
  h2 {
    font-size: 2em; } }
@media (min-width: 90em) {
  h2 {
    font-size: 2.5em; } }
h3 {
  font-size: 1.25em;
  color: #00a5b5; }

@media (min-width: 45em) {
  h3 {
    font-size: 1.5em; } }
@media (min-width: 90em) {
  h3 {
    font-size: 1.75em; } }
a {
  background: transparent;
  color: #00a5b5;
  text-decoration: none; }

a:hover {
  cursor: pointer;
  text-decoration: underline; }

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* Form Elements */
/* !Form Elements */
form fieldset,
.form-item {
  margin: 0 0 1em; }

form fieldset.form-actions {
  margin: 0; }

label .form-required,
label .required {
  color: #e24301; }

form .description {
  font-size: .875em; }

label {
  color: #425363; }

form fieldset label,
form .form-item label {
  display: block;
  margin: 0 0 .25em;
  font-weight: 700; }
  form fieldset label.option,
  form .form-item label.option {
    display: inline;
    font-weight: normal; }

form fieldset.check label {
  display: inline;
  font-weight: 400; }

form fieldset.radio ul li label {
  display: inline;
  font-weight: 400; }

form fieldset.radio ul {
  list-style: none; }

input[type=text],
input[type=password],
input[type=email],
textarea {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  display: block;
  padding: .5em;
  width: 100%;
  vertical-align: middle; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.2); }

form fieldset textarea {
  height: 150px; }

select {
  background: #fff;
  border: 1px solid #ccc;
  display: block !important;
  width: 100%;
  height: 2.5em;
  padding: .5em; }

form fieldset.radio ul {
  margin-top: .25em; }
  form fieldset.radio ul li {
    margin: 0 0 .25em; }
  form fieldset.radio ul:last-child {
    margin: 0; }

form fieldset p.form-help {
  font-size: .75em;
  color: #999;
  margin: 5px 0 0; }

/*Standard Buttons */
a.btn,
.btn > a {
  font-weight: normal; }

.btn {
  color: #425363;
  background-color: #eeeff0;
  line-height: 1.1;
  text-align: center;
  border: 0;
  border-radius: 3px;
  display: inline-block;
  padding: .5em 1em;
  vertical-align: middle; }

.btn:hover {
  background-color: #d3d6d8;
  text-decoration: none;
  transition: background-position 0.1s linear; }

.btn[disabled],
.btn.disabled {
  cursor: default;
  background: #eeeff0;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.btn-primary,
.form-submit,
input[type=submit] {
  color: #fff !important;
  background-color: #00a5b5; }

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled],
.form-submit:hover,
.form-submit.disabled,
.form-submit[disabled],
input[type=submit]:hover,
input[type=submit].disabled,
input[type=submit][disabled] {
  background-color: #00a5b5; }

.btn-large {
  font-size: 1.25em;
  padding: .5em 1em; }

.btn-small {
  font-size: .875em;
  padding: .25em .75em; }

.btn-mini {
  font-size: .75em;
  padding: .125em .5em; }

/* Helpers */
.nav-margin {
  margin-top: 0; }
  @media (min-width: 38em) {
    .nav-margin {
      margin-top: 2.5em; } }

.aligncenter {
  display: block;
  float: none !important;
  /* for IE8 */
  margin: 0 auto !important;
  /* for IE8 */ }

.text-center, th.theader {
  text-align: center; }

.no-border {
  border: none; }

.mt {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.nomt {
  margin-top: 0; }

.mb {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.nomb {
  margin-bottom: 0; }

.nopad {
  padding: 0; }

.line, table {
  line-height: 1.1; }

.textright {
  text-align: right; }

/* Standard Style Classes */
.text-white {
  color: #fff; }

.text-small {
  font-size: .85em; }

.white-img {
  border: 1px solid #eeeff0; }

.text-shadow {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75); }

.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.lightgray {
  background: #fff;
  border-left: 1px solid #eeeff0;
  border-right: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
  border-top: 6px solid #00a5b5;
  padding: 1em; }

.lightgray h3 {
  font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
  font-size: 1.5em;
  color: #425363;
  font-weight: bold; }

/* Custom Styles */
div.takeaways h3 {
  color: #3fae49; }

div.takeaways-sm {
  text-align: center; }
  div.takeaways-sm h3 {
    font-size: 1.25em;
    color: #0033a0; }
  div.takeaways-sm p {
    font-size: 1em; }
  @media (min-width: 60em) {
    div.takeaways-sm {
      text-align: left; }
      div.takeaways-sm h3 {
        font-size: 1.25em; }
      div.takeaways-sm p {
        font-size: .9em; } }

.stat {
  font-size: 5em;
  font-weight: 600;
  text-align: center;
  color: #0033a0;
  line-height: normal;
  margin: 0;
  vertical-align: text-top; }
  @media (min-width: 60em) {
    .stat {
      font-size: 6em;
      text-align: right;
      float: left;
      margin-right: .5em; } }
  .stat.stat-main {
    color: #6FBF4A; }

/* Styles for Charts */
tbody th {
  border-bottom-width: 1px;
  border-right: 1px solid #ddd; }

.grade td,
.grade th {
  font-size: 1.5em;
  font-weight: 600;
  color: #425363;
  padding: .5em .675em;
  background: #fff;
  border-top: 2px solid #ddd; }

.legend {
  width: .75em;
  height: .75em;
  background: #425363;
  display: inline-block;
  margin-right: .5em; }

.legend-green {
  background: #3fae49; }

.legend-blue {
  background: #0033a0; }

.legend-teal {
  background: #00a5b5; }

.pie-legend {
  list-style: none;
  font-size: .875em; }

.grade-red {
  color: #e24301; }

.grade-green {
  color: #3fae49; }

/* Custom Styles for Nav*/
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }

nav li {
  display: none; }
  @media screen and (min-width: 45em) {
    nav li {
      display: inline-block;
      width: 19%;
      text-align: center; } }

nav li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 1em;
  text-decoration: none; }

.main-nav,
.main {
  position: relative; }

.main-nav {
  background: #3fae49;
  z-index: 150;
  margin-bottom: -80px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }

header,
.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0; }

#nav-logo2 {
  display: none; }
  @media screen and (min-width: 720px) {
    #nav-logo2 {
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: .5em; } }

#nav-badge {
  background: #00a5b5;
  padding: 1em;
  box-shadow: 5px 5px 10px #425363;
  text-align: center;
  width: 15%;
  position: absolute;
  left: 42%;
  top: 1%; }

/* Custom Styles for 2016 GCAR */
header {
  background: url("https://www.tenable.com/lp/2017-global-cybersecurity-assurance-report-card/imgs/gcar-2017-background5.png") center center no-repeat, #00839b;
  color: #fff;
  min-height: 550px; }

footer {
  background: #00839b;
  color: #fff; }

footer a {
  color: #fff !important; }

footer p {
  padding: 1.5em 0 .5em 0; }

/* Hero */
.hero-container {
  margin: auto;
  width: 1000px;
  max-width: 90%; }

.hero-cover {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
  min-height: 550px;
  color: #fff;
  transition: all .2s;
  -ms-flex-align: center;
      align-items: center; }
  .hero-cover .cover-logo {
    position: absolute;
    display: block;
    left: 50%;
    top: 2rem;
    width: 12rem;
    margin-left: -6rem; }
  .hero-cover .scroll-link {
    position: absolute;
    bottom: 1rem;
    display: block;
    left: 50%;
    width: 3rem;
    margin-left: -1.5rem;
    opacity: .25; }
    .hero-cover .scroll-link:hover, .hero-cover .scroll-link:focus {
      opacity: .2;
      animation: point-down 1s infinite; }
  .hero-cover .hero-content {
    position: relative;
    z-index: 2;
    margin: auto; }
    .hero-cover .hero-content .hero-title {
      color: #fff;
      padding-bottom: 2rem;
      line-height: 1.2;
      transition: all .2s; }
    .hero-cover .hero-content i {
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 4.5rem;
      display: inline-block;
      background: #6FBF4A;
      border-radius: 100%;
      width: 4.5rem;
      height: 4.5rem;
      text-align: center;
      color: #fff;
      vertical-align: bottom;
      transform: rotate(-20deg);
      transition: all .2s;
      float: left;
      margin-right: .5em;
      margin-top: .5em; }
      @media (min-width: 38em) {
        .hero-cover .hero-content i {
          float: none; } }

.hero-links-theme {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hero-links-theme .hero-links {
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem;
    color: #fff;
    font-size: 1.125em;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 1rem; }
    @media (min-width: 700px) {
      .hero-links-theme .hero-links {
        width: 20%; } }
    .hero-links-theme .hero-links:hover, .hero-links-theme .hero-links:focus {
      background: rgba(255, 255, 255, 0.3);
      text-decoration: none; }
    .hero-links-theme .hero-links:active {
      background: #6FBF4A; }

@keyframes point-down {
  0%,50%,100% {
    transform: translateY(-10%); }
  25%,75% {
    transform: translateY(30%); } }
/* Backgrounds */
.gray-dots {
  background-image: url("https://www.tenable.com/lp/2017-global-cybersecurity-assurance-report-card/imgs/gcar-2017-background.png");
  background-size: cover; }

.white-dots {
  background-image: url("https://www.tenable.com/lp/2017-global-cybersecurity-assurance-report-card/imgs/gcar-2017-background3.png");
  background-size: cover; }

.teal-dots {
  background-image: url("https://www.tenable.com/lp/2017-global-cybersecurity-assurance-report-card/imgs/gcar-2017-background7.png");
  background-size: cover; }

.cloud-pattern {
  background: url("https://www.tenable.com/lp/2017-global-cybersecurity-assurance-report-card/imgs/gcar-2017-cloudsbg.png"), linear-gradient(45deg, #00A5B5, #0033A0);
  background-size: 100px, 100%; }

.teal-bg {
  background-color: #00a5b5; }
  .teal-bg h2 {
    color: #fff; }
  .teal-bg h3 {
    color: #fff; }
  .teal-bg p {
    color: #fff; }

.gray-bg {
  background-color: #f5f5f5; }

.accentteal-bg {
  background-color: #00839b; }
  .accentteal-bg h2 {
    color: #fff; }
  .accentteal-bg h3 {
    color: #fff; }
  .accentteal-bg p {
    color: #fff; }

/* Resource Cards */
.card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.card-outer {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 30px;
  vertical-align: top; }
  @media (min-width: 45em) {
    .card-outer {
      width: 25%; } }

.card {
  width: 100%;
  background-color: white;
  border: 1px solid #eeeff0; }
  .card:hover {
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1); }

.card-photo {
  background-image: url("https://www.tenable.com/sites/all/themes/tenablefourteen/img/resource-img/resource-library-teasers-teal.png");
  background-size: cover;
  background-color: #eeeff0;
  height: 125px; }

.card-inner {
  padding: 15px;
  text-align: center;
  font-size: 1.25em; }

.card-inner a {
  color: #425363;
  font-weight: bold; }
  .card-inner a:hover {
    text-decoration: none;
    color: #00a5b5; }
/*# sourceMappingURL=style.css.map */