/* ---------------------------------------- JUMBOTRON ---------------------------------------- */
#cybersecurity-toolkit .jumbotron.parallax {
  padding-top: 230px;
	background-image: url("/tts/sa/cybersecurity-toolkit/assets/img/cybersecurity-jumbotron.jpg");
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
	#cybersecurity-toolkit .jumbotron.parallax {
		background-image: url("/tts/sa/cybersecurity-toolkit/assets/img/cybersecurity-jumbotron-2x.jpg");
	}
}
@media (max-width: 767px) {
	.jumbotron.parallax {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.jumbotron.parallax {
		padding-top: 180px;
	}
}
/* ---------------------------------------- PADDING CLASSES FOR VISUAL MARKUP ---------------------------------------- */
.pl-45 {
	padding-left: 45px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-90 {
	padding-left: 90px;
}


/* ---------------------------------------- MODAL -------------------------------------------------------*/

  .modal-content {
	  width: 70%;  
	  margin: auto;
  }
  
  .modal-header-mod {
	  border-bottom:0;
	  padding-right: 15px;
	  padding-top: 15px;
      padding-left: 0px;
	  padding-bottom: 0px;
  }
  
  .modal-white-close, .modal-white-close:hover {
	  color: #fff !important;
	  opacity: 1 !important;
  }

  #drawing1 svg {
	  width: auto; 
	  height: 800px; 
	  margin: auto;
	  display: block;
  }
  
  #button-1, #button-2, #button-3, #button-4, #button-5 {cursor: pointer;} 
  
@media (max-width: 600px) {
  .modal-content {
	  width: 100%;  
  }	
  
  #drawing1 svg {
	  height: 650px; 

  }  
}  

/* ------------------------------------- FLOATING WIDGET -----------------------------------------------*/


p.bigger-font {
	margin-top:10px;
}
p.smaller-font {
    margin-bottom: 10px;
}

ul.side-content-menu li {
    background: none !important;
}
ul.side-menu li {
    background-color: #FFDC4D;
}
ul.side-menu li:first-child {
    margin-bottom: 0;
    padding: 17px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
}
ul.side-menu li:nth-child(2) {
    margin-bottom: 0;
    padding: 18px 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
ul.side-menu li:nth-child(3) {
    margin-bottom: 0;
    padding: 17px 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #eee;
}
ul.side-content-menu li {
    padding: 7px 8px 4px 6px !important;
    margin-left: 15px;
}
ul.side-content-menu li ul li {
    margin-left: 0px;
    line-height: 18px;
}
.note-book-icon > a {
    background: url("/tts/sa/cybersecurity-toolkit/assets/img/icons/notebook.png") no-repeat;
    display: block;
    width: 50px;
    height: 50px;
}

.note-book-icon.active > a {
    background: url("/tts/sa/cybersecurity-toolkit/assets/img/icons/notebook-active.png") no-repeat;
    display: block;
    width: 35px;
    height: 35px;
}

.note-book-icon.active {
    background: #FFEB99;
}

.kitcat-menu {
    position: fixed;
    z-index: 99999;
    top: 75%;
    right: 0;
    transition: 0.5s;
    padding: 5px 0;
}

.side-menu {
	opacity: 0.9;
}

.kitcat-menu ul {
    list-style: none;
    padding: 0;
}

.kitcat-menu > ul > li > a {
    color: #cccccc;
    display: block;
    font-size: 12px;
    height: 35px;
    line-height: 12px;
    position: relative;
    text-align: center;
    width: 35px;
}

ul.side-menu li {
    margin-bottom: 0;
    padding: 3px;
}
.content-section {
    position: relative;
}
ul.side-content-menu {
    position: absolute;
    top: 2%;
    z-index: -1;
    background: #FFEB99;
    width: 500px;
    right: -508px;
    border-radius: 5px;
    height:auto;
}

.kitcat-mobile-menu {
    display: none;
}

@media (max-width: 767px) {
	
    ul.mobile-side-menu > li:first-child {
    border-top-left-radius: 10px;
	}
	 ul.mobile-side-menu > li:last-child {
    border-top-right-radius: 10px;
 	}
	.col-md-12.col-sm-12.col-xs-12.section1 {
    margin-bottom: 0px; /*2018*/
	}
	.col-md-12.col-sm-12.col-xs-12.section2 {
    margin-bottom: 0px;
	}
	.col-md-12.col-sm-12.col-xs-12.section3 {
    margin-bottom: 0px;
	}
	.mob_breadcrumb{
		display:block;
	}
	.desk_breadcrumb{
		display:none
	}	
	
    .kitcat-menu {
        position: fixed;
        z-index: 99999;
        left: 22%;
        transition: 0.5s;
        padding: 5px;
        top: inherit;
        bottom: 0;
    }

    .kitcat-menu {
        display: none;
    }
	
	.kitcat-mobile-menu {
	position: fixed;
	z-index: 99999;
	bottom:0;
	right: 0;
	transition: 0.5s;
	top:inherit;
	width:100%;
	display:block;

	}
	
	.kitcat-mobile-menu > ul {
	list-style: none;
	padding: 0;
	margin-bottom:0px !important;
	background-color: #008be6;
	}
	
	ul.mobile-side-menu > li {
    background-color: #008be6;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #fff;
    padding: 4px 22px;
    padding-top: 10px;
	float:left;
	}
	.side-sub-menu {
    position: absolute;
    bottom: -429px;
    background: #ffffff;
    padding: 20px 20px 90px 20px;
    width: 239px;
    left: 0;
    right: 0;
    z-index: -1;
	overflow:scroll;
	border-radius:5px;
	 height:340px;
	}
	.side-sub-menu li a{
		text-decoration:none;
		color:#333;
	
	}
	.mobile-side-menu li ul li{
		font-size:14px;
		line-height:18px;
	}
	.side-sub-menu li a:hover{
		text-decoration:none;
	
	}
	ul.mobile-side-menu > li:last-child{
		border-right:none;

	}
	ul.mobile-side-menu > li.active_mobile {

	background:#ffffff;

	}

	.kitcat-mobile-menu > ul > li > a {
	color: #cccccc;
	display: inline-block;
	font-size: 12px;
	height: 35px;
	line-height: 12px;
	position: relative;
	text-align: center;
	width: 35px;
	}

	ul.mobile-side-menu {
		position:relative;
		width: 240px;
		margin: 0 auto;
	}
	.mobile-note-book-icon a {
    background: url(/tts/sa/cybersecurity-toolkit/assets/img/icons/notebook.png) no-repeat;
	}

	.mobile-contact-icon a {
    background: url(/tts/sa/cybersecurity-toolkit/assets/img/icons/headphone.png) no-repeat;
	}
	.mobile-note-book-icon.active_mobile > a {
	background: url("/tts/sa/cybersecurity-toolkit/assets/img/icons/notebook-active.png") no-repeat;
	/* display: block; */
	width: 35px;
	height: 35px;
	}

}

/* ------------------------------------- SEARCH BAR -----------------------------------------------*/


	.search_function input {
		width: 80%;
		margin: 0 auto;
		padding: 15px 15px 15px 56px;
		box-shadow: none;
		outline: #ffffff;
		border: 1px solid #efefef;
	}

	.autocomplete-suggestions {
		text-align: left; cursor: default; 
		border-top: 0; background: #fff; 
		position: absolute; 
		display: none;  
		max-height: 254px; 
		overflow: hidden; 
		overflow-y: auto; 
		box-sizing: border-box;
	}
	.autocomplete-suggestion { 
		position: relative; 
		padding: 0 .6em; 
		line-height: 23px; 
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: 
		ellipsis; 
		font-size: 1.02em; 
		color: #333; 
	}
	.autocomplete-suggestion b { 
		font-weight: normal; 
		color: #1f8dd6; 
	}
	.autocomplete-suggestion.selected { 
		background: #f0f0f0; 
	}
	
	.search::after {
		content: "";
		background: url(/tts/sa/cybersecurity-toolkit/assets/img/icons/search.png) no-repeat;
		width: 32px;
		height: 32px;
		display: block;
		top: 12px;
		left: 13%;
		margin: auto;
		position: absolute;
	}

@media (min-width: 1440px) {
     .container-fluid {
        max-width: 1440px;
     }
	
	.hero-search-bar .intro-image {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		transform: translateY(-50%)
    }
}

@media (min-width: 768px) {
    .hero-search-bar {
        position: relative;
    }

	.hero-search-bar .image-wrapper {
        position: relative;
        width: 100%;
        height: 500px;
        margin-bottom: 0;
    }
	
	.hero-search-bar .image-wrapper {
		overflow: hidden;
	}

	.hero-search-bar .floating-content {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
	
	.hero-search-bar .content-wrapper {
        padding: 40px;
        background-color: rgba(255, 255, 255, .7);
    }
}

@media (min-width: 768px) {
    .hero-search-bar {
        position: relative;
    }

	.hero-search-bar .image-wrapper {
        position: relative;
        width: 100%;
        height: 500px;
        margin-bottom: 0;
    }
	
	.hero-search-bar .image-wrapper {
		overflow: hidden;
	}

	.hero-search-bar .floating-content {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
	
	.hero-search-bar .content-wrapper {
        padding: 40px;
        background-color: rgba(255, 255, 255, .7);
    }
}

@media (max-width: 768px) {
	.intro-image {
		display: none;
	}	
	
	.hero-search-bar {
		margin: 50px 0;
		padding: 30px 0;
		background: #eeeeee;
	}
	
	.search::after {
		left: 14%;
	}
}