/*
 * Globals
 */
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  font-weight: bolder;
}

h2 {
  color: #505054;
  font-size: 21px;
  text-align: center;
  line-height: 130%;
  margin-bottom: 0.2em;
}

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

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #50a9de;
  border-radius: 8px;
  margin-top: 1rem;
  font-size: 22px;
  /*border: .05rem solid transparent;
  -moz-border-image: -moz-linear-gradient(right, #56c8f3 0%, #477fc1 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #56c8f3 0%, #477fc1 100%);
  border-image: linear-gradient(to left, #56c8f3 0%, #477fc1 100%); 
  border-image-slice: 1;
  border-radius: 5px;*/
}

/*
*
BANNER
*/
.alert-custom {
  border-color: #2461a7;
  background-color: #428fe8;
  color: #cce3ff;
  border-radius: 0px;
}

.alert-custom .alert-link {
  color: #ffffff;
  text-decoration: underline;
}

/*
 * Base structure
 */
html,
body {
  font-family: "Roboto", Arial, Helvetica;
  height: 100%;
  font-weight: 400;
  background-color: transparent;
  color: #717182;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  margin-top: 150px;
  width: 100%;
  /*height: 60vh;
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
          box-shadow: inset 0 0 5rem rgba(0,0,0,.5);*/
}

.site-wrapper-inner {
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 1rem 2rem;
}

.pic {
  width: 54%;
}

#download {
  border: 2px solid #50a9de;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}

#download:hover {
  background-color: #50a9de;
  color: #fff;
}

/*
 * Header
 */
.navbar-toggler {
  float: right;
  margin-top: 15px;
}

.bg-faded-trans {
  background-color: rgba(255, 255, 255, 0);
}

.bg-faded-semi-trans {
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ddd;
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover {
  color: #fff !important;
}

#whatIsCyber {
  padding-top: 15px;
}

#whyConsiderCyber {
  padding-top: 20px;
}

@media (min-width: 1060px) {
  .dropdown-menu {
    background-color: transparent;
    color: #fff;
    border: none;
  }

  .dropdown-menu .dropdown-item {
    color: #fff;
  }

  .dropdown-menu .dropdown-item:hover {
    color: #333;
  }
}

.navbar .hidden-lg-up {
  display: block !important;
}

.navbar .collapse {
  display: none !important;
}

.navbar .collapse.in {
  display: block !important;
}

@media (min-width: 1060px) {
  .navbar .hidden-lg-up {
    display: none !important;
  }

  .navbar .collapse {
    display: block !important;
  }
}

@media (max-width: 1059px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 1rem;
  }
}

.background-img {
  background-image: url(../../images/bg_image_new.jpg);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -10;
  height: 500px;
  background-size: cover;
  background-position: top left;
  background-color: #090F1A;
  background-repeat: no-repeat;
}

.whiteBox {
  height: 81px;
  background-color: #f6f6f6;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  z-index: 300;
}

#lgBlue {
  display: none;
  position: absolute;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  float: left;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #428fe8;
}

#aboutit {
  height: 10px;
}

#about {
  background: white;
  color: #717182;
  padding: 50px 10px;
}

#about .aboutTxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

#about .aboutQuote {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #505054;
  text-align: center;
}

#about .top-image {
  text-align: left;
  margin-bottom: 0.5em;
}

.tools {
  margin-top: 5%;
}

.heatmapBtn {
  width: 100%;
  cursor: pointer;
}

.imageCont {
  overflow: hidden;
}

.heatmapBtn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.heatmapBtn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pathwayBtn {
  width: 100%;
}

.pathwayBtn img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pathwayBtn:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.toolsImg {
  width: 100%;
  border-radius: 6px;
}

.descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 0.5rem;
  text-align: center;
}

#whoIsThis,
#usefulLinks,
#methodology {
  padding: 50px 0;
  background-color: #f5f7f9;
}

#methodology .card {
  color: #717182;
  background-color: #fff;
  text-align: left;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 1px 24px rgb(0 0 0 / 12%);
  height: 100%;
  font-size: 13px;
}

#usefulLinks {
  padding: 50px 0 0;
}

.whoTxt,
.linksTxt {
  font-size: 16px;
  color: #717182;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.whoTxt {
  text-align: center;
}

.categoryCont,
.linksCont {
  color: #333;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  margin: 18px;
  /*min-height: 497px;*/
  border-radius: 6px;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.12);
}

.linksCont {
  height: auto;
}

.links-container {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.links-container header {
  min-width: 100%;
}

@media (min-width: 992px) {
  .linksCont {
    min-height: 497px;
  }
}

.icon {
  width: 21px;
  height: 21px;
}

p.category {
  position: relative;
  color: #505054;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  padding-left: 27px;
  margin-left: 0px;
  margin-bottom: 1.5em;
}

p.category .icon {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}

.category,
.linksSectionHeading {
  color: #505054;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}

.linksSectionHeading {
  margin-bottom: 0.2em;
}

@media (min-width: 992px) {
  .linksSectionHeading {
    min-height: 60px;
  }
}

.pict {
  width: 100%;
  height: 100%;
}

.bitm {
  padding: 0px;
}

li {
  color: #333;
  /* or whatever color you prefer */
}

li span {
  color: #333;
}

.questions,
.linksList {
  text-align: left;
  font-size: 15px;
  line-height: 150%;
}

ul.questions {
  padding-left: 26px;
}

#partners {
  padding: 50px 0;
  padding-bottom: 30px;
}

.partnersCont {
  margin-top: 40px;
}

.partLogo {
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  height: 60px;
}

.partner {
  color: #717182;
}

.partner .first {
  color: #505054;
}

.partner p {
  font-size: 16px;
  line-height: 160%;
}

.partner a,
.linksList a {
  color: #428fe8;
  font-weight: 400;
}

ul.linksList {
  list-style: disc;
  padding: 0 20px;
}

ul li {
  margin-bottom: 1em;
}

.linksList,
.linksList a {
  font-size: 16px;
}

.linksList li {
  margin-bottom: 15px;
}

.first {
  font-weight: bold;
}

.funding {
  border-top: 2px solid #2aade3;
  color: #477FC1;
  font-size: 18px;
  line-height: 31px;
  margin-top: 60px;
}

.scrollUpWrapper {
  background-color: #f6f6f6;
  height: 55px;
}

.scrollUp {
  background-image: url(../../images/scrollUp_15.png);
  cursor: pointer;
  height: 55px;
  width: 56px;
  float: right;
}

.footer {
  position: relative;
  width: 100%;
  height: 75px;
  color: #373a3c;
  background: #428fe8;
  font-size: 14px;
  font-weight: 300;
}

.footer-inner {
  text-align: left;
  padding: 1em 2em;
}

.footer-inner a {
  color: white;
  border-bottom: 1px dotted white;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.credits {
  font-size: 14px;
  position: absolute;
  top: 28px;
  right: 15px;
}

@media (min-width: 48em) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
  text-align: center;
  color: white;
}

.cover .cover-heading {
  color: white;
}

.goTo {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 22px;
  border: none;
  transition: all 500ms;
  background: #428fe8;
  margin-left: 1em;
  margin-right: 1em;
}

.goTo:hover {
  background: white;
  color: #428fe8;
}

.goTo2 {
  padding-right: 28px;
  padding-left: 28px;
}

.goTo:after {
  transition: all 0.3s ease;
  content: "";
  background: url(../../images/arrow-right.svg);
  color: #428fe8;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 15px;
  opacity: 0;
}

.goTo:hover:after {
  color: #428fe8;
  right: 10px;
  opacity: 1;
}

.infogr {
  color: #333;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: right;
}

.infogr a {
  color: #65d4f7;
  font-weight: 600;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.alert-custom {
  background-color: #428fe8;
  border-color: #2461a7;
  color: #cce3ff;
  border-radius: 0px;
}

.alert-custom .alert-link {
  color: #ffffff;
  text-decoration: underline;
}

/*
 * Affix and center
 */
@media (min-width: 40em) {

  /* Pull out the header and footer */
  /*.masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  } */
  /* Start the vertical centering */
  .site-wrapper-inner {
    padding-bottom: 4%;
  }

  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {

  .masthead,
  .mastfoot,
  .cover-container {
    width: 46rem;
  }
}

@media (max-width: 400px) {
  .site-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .aboutQuote {
    font-size: 19px;
    margin-top: 15px;
  }

  .titl {
    font-size: 21px;
  }

  .credits {
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 40px;
    margin-bottom: 0;
  }

  .partLogo {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .categoryCont {
    width: 44%;
  }
}

@media (min-width: 992px) {
  .categoryCont {
    float: left;
    width: 44%;
  }

  .linksCont {
    float: left;
    width: calc(33.333% - 40px);
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    float: left;
    width: 30%;
  }
}

@media (max-width: 991px) {
  .nav-masthead {
    clear: both;
  }
}

.what-is-cyber a {
  color: #428fe8;
  font-weight: 400;
}

.what-is-cyber li {
  color: #717182;
}

.NICE-logo {
  width: 200px;
  height: 50px;
}