/*
 * Globals
 */

.is-primary{
  color: #0198A7!important;
}
.is-blue{
  color: #00688E!important;
}

button:focus {
    outline: none;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}
a.primary,
a.primary:focus {
  color: #64CBC7;
  text-decoration: none;
}
a.primary:hover {
  color: #BFEAE8;
  text-decoration: none;
}

a.primarydark,
a.primarydark:focus {
  color: #0198A7;
  text-decoration: none;
}

a.primarydark:hover {
  color: #64CBC7;
  text-decoration: none;
}

a.social:hover {
  opacity: 0.6;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}

h1{
  font-size: 45px!important;
  line-height: 60px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.014em;
}

h2{
  font-size: 28px;
  line-height: 49px;
}

.modal-footer .btn-secondary,.modal-footer .btn-secondary:hover,.modal-footer 
.btn-secondary:focus{
  font-size: 18px;
  border-radius: 4px;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 1.5rem;
  font-size: 22px;
  border-radius: 7px;
  background-color: #78909c;
  border-color: #78909c;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  border: 0;
 /* -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;*/
}


.btn-secondary:hover {
  color: #0198A7;
  text-shadow: none; /* Prevent inheritance from `body` */
  border-radius: 1.5rem;
  font-size: 22px;
  border-radius: 7px;
  background-color: #cfd8dc;
}

#downloadReport{
  background-color: #0198A7;
  color: #fff;
  border: 0;
  font-size: 15px!important;
  padding: 0.634em 3.4267em!important;
  margin-left: 10px;
}

#downloadReport:hover{
  background-color: #cfd8dc;
  color: #0198A7;
  border: 0;
}
#shareHome{
    font-size: 15px !important;
    padding: 0.634em 3.4267em !important;
    margin-left: 10px;
    color: #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: transparent;
  color: #fff;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  margin-top: 90px;
  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;
  background-image: url(../images/CompTIA_Cyberstates_2021_Header.jpg);
  width: 100%;
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 1rem 0.5rem;
}


/*
 * Header
 */

 .navbar-toggler{
  float: right;
  margin-top: 15px;
  color: #78909c!important;
  padding: .1rem .75rem;
  font-size: 1.8rem;
 }

 .bg-faded-trans{
  background-color: rgba(255,255,255,0);
 }

 .bg-faded-semi-trans{
  background-color: rgba(0,0,0,.8);
 }

 .navbar-light .navbar-nav .nav-link {
    color: #666;
}

 .navbar-light .navbar-nav .nav-link:hover {
    color: #0198A7;
}

/* .background-img{
  background-image: url(../images/Bg_image.png);
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: -10;
  height: 390px;
 }*/

.whiteBox {
  height: 81px;
  background-color: #f6f6f6;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  z-index: 300;
}

#lgBlue{
  display: block;
  position: absolute;
}

.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
  float: left;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0px;
  font-size: 18px;
  background-color: transparent;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  margin: 0 5px;
}

.bg-faded {
    background-color: #FFF;
    height: 90px;
    border-radius: 0;
}

.nav-masthead .nav-link:hover{
  border-bottom-color: #0198A7;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #0198A7!important;
  border-color: #0198A7;
}

#aboutit{
      height: 10px;
}

#introText{
  background-color: #78909c;
  padding: 70px 10px;
}

.introTxt{
  font-size: 20px;
  line-height: 1.7em;
  text-align: center;
}

.aboutTxt{
  font-size: 20px;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 40px;
}

.aboutQuote{
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
}

.tools{
  margin-top: 5%;
}

.negat{
  background-color: #cfd8dc;
  border-color: #cfd8dc;
  color: #78909c;
  text-transform: uppercase;
  margin-top: 4rem;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,50%);
}

.titl{
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  background: rgba(1,47,120,1);
  background: -moz-linear-gradient(left, rgba(1,47,120,1) 0%, rgba(33,112,181,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,47,120,1)), color-stop(100%, rgba(33,112,181,1)));
  background: -webkit-linear-gradient(left, rgba(1,47,120,1) 0%, rgba(33,112,181,1) 100%);
  background: -o-linear-gradient(left, rgba(1,47,120,1) 0%, rgba(33,112,181,1) 100%);
  background: -ms-linear-gradient(left, rgba(1,47,120,1) 0%, rgba(33,112,181,1) 100%);
  background: linear-gradient(to right, rgba(1,47,120,1) 0%, rgba(33,112,181,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f78', endColorstr='#2170b5', GradientType=1 );
  padding: 10px;
  text-align: center;
}

.heatmapBtn{
  width: 100%;
  cursor: pointer;
}

.imageCont{
  overflow: hidden;
}

.heatmapBtn img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .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 .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.pathwayBtn:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.toolsImg{
  width: 100%;
}

.descr{
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 0.5rem;
  text-align: center;
}

#keyfindings{
  padding: 70px 0;
  color: #78909c;
}

#keyfindings .col-md-6{
  display: flex;
  flex-direction: column;
}

.finding{
  margin: 25px 0;
  display: flex;
  align-items: flex-start;
  height: 80px;
}

.findingIcon{
  width: 14%;
  float: left;
}

.findingText{
  float: left;
  width: 80%;
  margin-left: 20px;
}

.findingText p{
  margin: 0;
}

.findNumb{
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.keyFindBtnsCont{
  top: 50%;
  left: 50%;
  transform: translate(-50%,50%);
  display: inline-block;
  position: relative;
}

.graphicPlaceholder{
  background: #eceff1;
  height: 420px;
}

#interactiveMap{
  background: #d8dfe9;
  padding: 70px 0;
}

#tool h1{
  color: #78909c;
}

#dataix{
  background-color: #78909c;
  padding-top: 15px;
}

#about{
  background-color: #78909c;
  text-align: center;
  padding: 70px 0;
}

#about h1{
  margin-bottom: 40px;
}

#about h4{
  margin-bottom: 35px;
}

.socialContainer{
  margin: 40px auto 0 auto;
}

.socialIcon{
  width: 6.6%;
  margin: 0 50px;
}

#about h5{
  font-weight: normal;
  margin-top: 50px;
}

#whoIsThis{
  padding: 50px 0;
  background-color: #fff;
}

.who{
  color: #78909c;
  padding-top: 20px;
}

.whoTxt{
  font-size: 20px;
  line-height: 30px;
  color: #78909c;
  text-align: center;
  margin: 0 auto 20px auto;
}

.categoryCont{
  color: #333;
  background-color: #78909c;
  text-align: center;
  padding: 30px 20px;
  margin: 18px;
  height: 450px;
}

.categoryContCar{
  color: #333;
  background-color: #78909c;
  text-align: center;
  padding: 20px 10px 20px 20px;
  height: 450px;
}

.titleContainer{
  display: flex;
  align-items: center;
}

.icon{
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  float: left;
}

.category{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  float: left;
  width: 71%;
  text-align: left;
  margin-left: 5px;
}

.pict{
  width: 100%;
  height: 100%;
}

.bitm{
  padding: 0px;
}

ul.questions{
  list-style-image: url(../images/bullet.svg);
  -webkit-padding-start: 40px;
}

li {
    color: #fff;
    margin-bottom: 20px;
}

li span{
  color: #fff;
}

.questions{
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

#media{
  padding: 50px 0 0 0;
  background-color: #eceff1;
}

.partnersCont{
  margin-top: 40px;
}

.mediaHeader{
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  font-size: 20px;
  height: 90px;
  background-color: #78909c;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 7px;
  justify-content: center
}

.contact{
  font-size: 20px;
  color: #78909c;
  font-weight: 300;
}

.name{
  font-weight: 500;
}

.details{
  margin-bottom: 35px;
}

.details img{
  width: 45px;
  height: 45px;
  margin: 10px 20px 10px 0;
}

.partner{
  color: #333;
}

.partner p{ 
  font-size: 14px;
  line-height: 26px;
}

.partner a{ 
  color: #65d4f7;
  font-weight: 600;
}

.first{
  font-weight: bold;
}

.dropdText {
    font-size: 20px;
    margin-bottom: 20px;
    color: #78909c;
}

.dropdNote{
  font-size: 15px;
  margin-bottom: 20px;
  color: #78909c;
}

/*------------- DROPDOWN MENU -------------------*/
.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    margin: 0 auto 30px auto;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #78909c transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
    margin-bottom: 4px;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #78909c;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
    font-size: 20px;
    font-weight: 300;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #78909c;
    box-shadow: none;
    border-bottom: none;
    color: white;
    margin-bottom: 330px;
}

.wrapper-dropdown-5.active:after {
    border-color: #eceff1 transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    -webkit-padding-start: 6px;
    max-height: 300px;
    overflow-y: scroll;
}

/*------------- DROPDOWN END ----------------- */

.mediaText{
  color: #78909c;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.funding{
  color: #477FC1;
  font-size: 18px;
  line-height: 31px;
  margin-top: 20px;
}

.scrollUp{
  background: url(../images/scrollUp_14.png);
  height: 55px;
  width: 56px;
  float: right;
}

.footer{
  position: relative;
  width: 100%;
  height: 100px;
  background: #383838;
}

.footer a{
  color: #fff;
}

.socialFooter{
  padding-top: 27px;
  position: absolute;
  left: 100px;
}

.socialFootIcon{
  width: 45px;
  margin-left: 10px;
}

.copyright{
  font-size: 14px;
  position: absolute;
  top: 28px;
  right: 5%;
}

.credits{
  font-size: 14px;
  position: absolute;
  top: 55px;
  right: 5%;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,20%);
}
.cover .btn-lg{
  padding: .75rem 1.25rem;
  font-size: 25px;
  margin-top: 4rem;
  text-transform: uppercase;
}

#keyfindings .btn-lg {
  padding: .75rem 1.25rem;
  font-size: 25px;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.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,.5);
}


.clear{
  clear: both;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

.carousel {
  position: relative;
  height: 450px;
  display: none;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  height: 850px;
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 10%;
  margin-left: 0px;
  height: 19%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  left: 30%;
  margin-left: 0px;
  height: 19%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  top: 0;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 25%;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 30px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/*
 * 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: 57rem;
  }
}

@media (max-width: 400px) {
  h1{
    font-size: 23px!important;
    line-height: 33px;
  }

  h2{
    font-size: 16px;
    line-height: 32px;
  }

  .aboutQuote {
    font-size: 19px;
    margin-top: 15px;
  }

  .titl{
    font-size: 21px;
  }

  .credits {
    font-size: 12px;
    top: 50px;
  }

  .copyright{
    font-size: 12px;
  }

  .partLogo{
    margin-bottom: 0;
    margin-top: 30px;
  }

  .questions {
      text-align: left;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .category {
    font-size: 17px;
  }

  ul.questions {
    -webkit-padding-start: 5px;
  }

  .cover .btn-lg, #keyfindings .btn-lg{
    font-size: 16px;
    margin-bottom: 2rem;
    margin-top: 0;
  }

  .masthead-brand {
    width: 100%;
  }

  .bg-faded {
    height: 50px;
  }

  .site-wrapper {
    margin-top: 50px;
  }

  .navbar-toggler{
    margin-top: 0;
  }

  #lgBlue{
    top: 0;
    width: 35%;
  }

  .nav-masthead{
    top: 50px!important;
  }

  .nav-masthead .nav-link{
    font-size: 14px;
  }

  .navbar-nav .nav-item + .nav-item {
    margin-left: 0!important;
  }

  .nav-item{
    margin-bottom: 15px;
  }

  .cover{
    transform: translate(-50%,2%);
  }

  .site-wrapper-inner{
    height: 550px;
  }

  .cover .btn-lg{
    margin-top: 1rem;
  }

  #introText{
    padding-top: 33px;
  }

  .negat{
    margin-top: 1rem;
    font-size: 16px;
  }

  #keyfindings{
    padding: 35px 0;
  }

  .socialIcon {
    width: 15%;
    margin: 0 20px; 
  }

  #about h4 {
    margin-bottom: 16px;
    font-size: 15px;
  }

  .whoTxt {
    font-size: 15px;
    line-height: 25px;
  }

  #about{
    padding: 40px 0;
  }

  #whoIsThis {
    padding: 20px 0 40px 0;
  }

  #media {
    padding: 15px 0 0 0;
  }

  .partnersCont {
    margin-top: 20px;
  }

  .mediaHeader{
    height: 45px;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .details {
    margin-bottom: 15px;
  }

  .contact, .dropdText, #about h5, .aboutTxt, .findingText, .introTxt, .mediaText{
    font-size: 15px;
  }

  .socialFootIcon {
    width: 35px;
    margin-left: 5px;
  }

  .socialFooter{
    left: 2%;
  }

  #interactiveMap{
    padding: 40px 0;
  }

  .btn-secondary:hover{
    font-size: 16px;
  }

  .keyFindBtnsCont{
    transform: translate(-50%,10%);
  }

  #goTo2{
    width: 100%;
    height: 55px;
    padding: 1.05rem 1.25rem!important;
  }

  #downloadReport{
    margin-left: 0;
    width: 100%;
  }

}

@media (min-width: 768px){
  .categoryCont{
    width: 44%;
  }

}

@media (min-width: 992px){
    .categoryCont{
      float: left;
      width: 44%;
  }
}

@media (max-width: 1015px){
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0.5rem;
  }
}

@media (min-width: 1200px){
    .col-xl-4 {
      float: left;
      width: 30%;
  }
}

@media (max-width: 991px){
 .nav-masthead{
  clear: both;
  padding: 15px;
  background: rgb(255, 255, 255);
  position: fixed;
  right: 0px;
  top: 90px;
 }

 .carousel{
    display: block;
  }

  .categoryCont{
    display: none;
  }
}