/* Main.Css */

*,
*::before,
*::after {
	box-sizing: border-box;/* box-sizing defines how the width and height of an element are calculated: should they include padding and borders, or not
														the value border-box does include the padding and border in an element's total width and height.*/
}

html{min-height:100%;position:relative;}

body,html{font-family: "Roboto", "Helvetica", Arial, sans-serif;font-size:16px;line-height:1.3em;color:#666;counter-reset:section;background-color:#fff;}

h2{font-size:1.125rem;color:#058192;font-size:1.375rem;}
h1 a{font-size:1.5rem;color: #011f3d;}
h3 a{font-size:1.375rem;color: #011f3d;}
h1 a:visited{color: #011f3d;}
h1 a:focus{color: #011f3d;}
h1 a:hover{text-decoration: underline;font-weight: bold;color: #8e37f7;}
h3 a:hover{text-decoration: underline;font-weight: bold;color: #8e37f7;}


object {max-width: 800px;}
a{color:#0595C9;text-decoration:none !important;}

a:focus,a:hover{color:#47B9DC;text-decoration:none;outline:0;}
p{font-size:0.875rem;}
img{background:0 0;/*display:block;*/margin:0 auto;max-width:100%;height:auto;}
input,input::-webkit-input-placeholder{color:#000000;}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:#fff;border-radius:5px}::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:5px;}
::placeholder {font-family: "Roboto", "Helvetica", Arial, sans-serif; font-size: 1rem;}
.footer{padding-top: 60px; margin-bottom:20px;}
.footermargin{margin-bottom:130px;float:bottom;}
.card-title{
  font-weight: 800;
  font-size: 1.2rem;
  height: 50px;
	color: #011f3d;
	padding: 0px 20px 0px 20px;
}
.card-body{padding: 20px 20px;}
.card-body p { margin-top: 0px !important}
.content-section .card p
	{
    font-size: 1rem;
    line-height: 25px;
    color: #666;
	}
.homepage
	{
	color: #011f3d !important;
	box-sizing: border-box;
	font-weight: 800;
	width:130px;
  /*NEW ATTRIBUTES*/
  position: fixed;
  z-index: 1;
  margin-left: 60px;
  font-size: 1rem;
  text-transform: none;
 }
 
.heroes-bg {background-color: white !important;}
.announce {/*padding: 10px 10px;*/}
.header{padding: 0px 35px;}
.prodlist{margin-left: 35px !important;}
.prodlist:hover{color:#8e3cf7;}

@media (min-width: 1080px) {
  .main-content-2 {
    /*margin-top: 100px;*/
    padding: 60px 60px 30px 60px;
  }
}

@media (min-width: 300px) and (max-width: 1080px) {
  .main-content-2 {
    /*margin-top: 100px;*/
    padding: 40px 0px 40px 20px;
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;

  }
}


.home .content-section h2{font-size:1.625rem;margin:0;font-weight:400;}
.flow-pricing-footer{background:#fff;position:absolute;line-height:60px;height:60px;bottom:0;width:100%;border-top:1px solid #eee;}
.flow-pricing-footer .copyright a{color:#011f3d;margin:0 20px 0 0;font-weight:400;font-size:0.75rem;}
.flow-pricing-footer .copyright a:hover{color: #8e3cf7;text-decoration: underline;}
.flow-pricing-footer .copyright p{font-size: 0.75rem;color:#666;margin-bottom:0;}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  .home-header {height: 270px;}
  .home-search-box.search-box .form-group {margin: 100px 0 0 33vw;}
  .searchbox-tag {font-size: 1.5rem;}
  .home .content-section.categories-section .card {width: 46%;}
  .home .content-section.categories-section .card p {height: 145px;}
  .flow-pricing-footer {
    line-height: 30px !important;
    height: 60px;	
  }

}
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  .content-section .container {margin-bottom: 15px;}
  .home-header {height: 300px;}
  .searchbox-tag {font-size: 1.13rem;}
  .home .content-section.categories-section .card {width: 40%;}
  .home .content-section.categories-section .card p {height: 145px;}
  .flow-pricing-footer {
    line-height: 60px !important;
    height: 60px;
  }
}
.content-section.categories-section .card {
  padding-bottom: 0.5rem;
	height: 350px !important;
	margin-bottom: 15px;
}

.content-section.categories-section .card:hover {
  box-shadow: 0 6px 12px rgb(0 0 0 / 16%), 0 8px 12px rgb(0 0 0 / 19%);
  transition: box-shadow .9s ease-in-out;
}

@media only screen and (min-width: 1080px) {
  .home .content-section.categories-section .card {
    width: 30%;
    height: 294px;
  }
	.content-section.categories-section .card {height: 420px !important;}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px)
{
	.content-section.categories-section .card{height: 420px !important;}
}
.content-section .container {animation: 1s ease-out 0s 1 slideInFromBottom;}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

.to-the-top
{
	position: fixed;
	right: 48px;
	bottom: 20px;
	z-index: 38;
	font-size: 1rem;
	display: block;
	margin: -16px;
	padding: 9px 16px;
	width: 40px;
	height: 40px;
	background: #011F3D !important;
	color:white;
	text-align: center;
	transition: all 0.4s ease;
	cursor: pointer;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0px 0px 0px transparent;
  text-shadow: 0px 0px 0px transparent;
  border:none;
}
#to-top{
	margin-left: -4px;
}
.to-the-top:focus,
.to-the-top :hover {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

/* Style.Css */

body {
	font-weight: 400;
	color: #333;
	text-align: left;
	background-color: #f8f8f8;
	position: relative;
}

.lead {
	font-size: 1.2em;
	font-weight: 300;
	width:100%;
}
p {
	margin: 0 0 1.3em;
	font-size: 1.0em;
}
p.listheading{
	margin: 0 0 0.1em;
}
@media print {
	.to-the-top {
		display: none;
	}
}
.verelip
{
   position: fixed;
   right:35px;
   top:22px;
   display: block;
   cursor: pointer !important;
   width: 1.7rem;
   height: 1.7rem;
   line-height: 1rem;
   padding: 5px;
}
.verelip:hover
{
   background-color: rgba(1, 31, 61, 0.09);
}
.s-icon
{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer !important;
    background-color: transparent;
    display: block;
	  right:105px;
	  top:25px;
	  position: fixed;
}
.corporate-icon
{
	display: block;
	position: fixed;
	padding: 2px 10px;
	border-right: 1px solid rgb(1, 31, 61, 0.35);
}
.img-responsive {
	max-width: 100%;
	display: block;
}
.nav-link
{
	max-width: 14rem !important;
	padding: 0rem 1rem 0rem 0rem !important;
}
.nav-link img
{
  height:32px;
  width: auto;
}
/* app switch icon */
.as-icon
{
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer !important;
    background-color: transparent;
    display: block;
	  right:70px;
	  top:25px;
	  position: fixed;
 }
/* app switcher dropdown */
.but-ico
{
  cursor: pointer !important;
  background-color: transparent;
  display: block;
	right:70px;
	top:25px;
	color: white;
	position: fixed;
	border: none;
}

.container {
	padding: 0;
	position: static;
	height: 100%;
	animation: 1s ease-out 0s 1 slideInFromBottom;
}
.container-fluid {
	max-width: 100%;
}
.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease
}

.main-top-bar {
	box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 1px 3px 1px;
	/*box-shadow :rgb(153 153 153) 0px 5px 6px -6px;*/
	position: fixed;
	z-index: 999;
	background: white;
	left: 0;
	transition: left 0.35s cubic-bezier(0.75, 0.01, 0.32, 0.99);
	right: 0;
	top: 0;
	min-height:64px;
	padding: 0.9rem 1.5rem;
	/*max-height:80px;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	*/
}
.main-top-bar .nav {
	padding: 0;
	margin: 0;
	list-style: none;
	align-self: flex-start;
}

.main-top-bar .nav a {
	color:#011F3D;
	letter-spacing: 0.05em;
	font-size: 0.75rem;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: bolder;
}
.main-top-bar .nav a:hover{
	color:#8e3cf7;
}

@media (min-width: 992px) {
	.home-content {
		margin-top: 120px;
		margin-right: 30px;
		margin-left: 200px;
		padding: 60px;
		max-width: 1140px;
		border-radius: 8px;
	}
}
.card-heading {
	display: flex;
	color: #011f3d;
	font-family: "Roboto", "Helvetica", Arial, sans-serif;
	box-sizing: border-box;
	font-size: 1.25rem;
	padding: 20px 20px 0px 20px;
	font-weight: 500;
}
ul.links {
	line-height: 2.0em;
	padding-inline-start: 30px;
}
div.all-links {
	position: relative;
	padding: 20px 20px 20px;
	margin-top: auto;
}
#tech_communitytags
{
	display: none;
	padding-left: 30px;
}
#tech_communitytags > li > a
{
	color:#011f3d;
	font-size: 0.75rem !important;
	white-space: nowrap !important;
}
#tech_communitytags > li >a:hover{
	color:#8e3cf7;
}
.tech_community:hover #tech_communitytags {display: block;}
.smart_booklink {
	display: block;
	position: relative;
	padding: .5em 0;
	margin-left: -28px;
	color: #333;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #f2f2f2;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.smart_booklink:hover {
	color:#3CC1B7;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}
.recentupdate{
	font-weight: 500 !important;
	border-bottom: none;
}
.link_listitem {
	list-style-type: none;
}
.card {
	box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 1px 3px 1px;
	float: left;
	width: 100%;
	height: 350px;
	background-clip: padding-box;
	/*margin: 14px; */
	padding-right: 0px !important;
	display: inline-block;
	box-sizing: border-box;
}
.card:hover {
	box-shadow: 0 6px 12px rgb(0 0 0 / 16%), 0 8px 12px rgb(0 0 0 / 19%);
	-webkit-transition: box-shadow 1s ease-out;
	-moz-transition: box-shadow 1s ease-out;
	-o-transition: box-shadow 1s ease-out;
	transition: box-shadow 1s ease-out;
}
 /* card */
 @media only screen and (max-device-width: 450px) {
	 .card {
		 margin-left: -10px;
	 }
 }
 .main-content-2 {
   position: relative;
   z-index: 30;
   overflow: hidden;
   background-color: white;
   width: 90%;
 	 margin-left: 5%;
 	 margin-right: 5%;
	 margin-top:4.3rem;
 }
 .main-content-2 img[data-action="zoom"] {
	 cursor: pointer;
	 cursor: -webkit-zoom-in;
	 cursor: -moz-zoom-in;
	 -webkit-transition: all 300ms;
	 -o-transition: all 300ms;
	 transition: all 300ms;
 }
 .main-content-2 .page-section img {
	 max-width: 100%;
	 height: auto;
	  }
@media (min-width: 300px) {
			.section-header-2:not(h1) {
				margin: -60px -60px 15px;
				padding: 40px;
			}
		}
@media (min-width: 768px) {
	 	 .section-header-2:not(h1) {
	 		 margin: -60px -60px 15px;
	 		 padding: 40px;
	 	 }
}
 @media (min-width: 992px) {
	 .section-header-2:not(h1) {
		 margin: -60px -60px 15px;
	 }
 }
 .section-header-2:not(h1) {
	 color: white;
	 /*background-image: url(../images/theme.jpg);*/
	 background: linear-gradient(104deg, #011F3D 0%, #058192 100%);
	 background-size: cover;
	 background-position: 50% 50%;
	 border-bottom: 1px solid #fff;
 }
 .badgebanner-text
 {
  color: white;
  font-weight: 500;
	font-size: 1.375rem;
 }
 @media only screen and (min-device-width: 500px) and (max-device-width: 790px) {
	 .badgebanner-text {
		 margin-left: 15% !important;
	 }
 }
 
 
 
 /* Left and Right Navigation */
 body{
	 margin:0;
	 font-family:"Roboto","Helvetica",Arial,sans-serif;
	 font-weight:400;
	 line-height:1.5;
	 color:#333;
	 text-align:left;
	 background-color:#f8f8f8
	 }
body {
  background: white !important;
}
body {
	background-color: #f8f8f8;
	position: relative
}

body.open {
	overflow-x: hidden
}

@media print {
	body {
		background-color: white
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.d-flex {
	display: flex;
	flex-flow: row wrap
}

.flex-start {
	margin-right: auto !important
}

.flex-end {
	margin-left: auto !important
}

.align-center {
	align-items: center
}

#main-nav
{
	scrollbar-width: thin;
}

#main-nav::-webkit-scrollbar
{
	width: 8px;
	height: 4px;
}

#main-nav::-webkit-scrollbar-track {
	background: #001f3d !important;
	border-radius: 10px;
}

#main-nav::-webkit-scrollbar-thumb {
	background: grey;
	border-radius: 10px;

}	 
.main-nav {
	width: 15rem;
	position: fixed;
	top: 0;
	z-index: 40;
	left: -15rem;
	transition: left 0.35s cubic-bezier(0.75, 0.01, 0.32, 0.99);
	/* background-color: #f8f8f8; */
	background-color: white;
	height: 100%;
}

.open .main-nav {
	left: 0
}

@media (min-width: 992px) {
	.main-nav{
		left: 0 
	}
}

@media print {
	.main-nav {
		display: none
	}
}

/* media query to show module selection has been removed*/

	.nav-header
	{
	position:fixed;
	height: 150px;
	z-index:5000;
	margin-top:100px:
	}

.flex-align {
	display: flex
}

.nav-header .img-responsive.no-zoom {
	margin: 12px 0px 20px;
	width: 22px;
	height: 46px
}

.nav-sections {
	max-height: calc(100vh - 118px);
	overflow-y: scroll !important;
	position: absolute;
	top:100px;
	vertical-align: top;
	padding-bottom: 1rem;
}
.nav-sections a {
	color: #677680
}

.nav-sections a:hover {
	text-decoration: none;
	color:#8e3cf7;
}

.nav-sections> div a {
	padding: 6px 40px 6px 25px;
	font-size: 14px;
	display: block;
}
.nav-sections .slot-active {
	color: #344c65;
	vertical-align:top;
}
.main-nav .nav-sections .currentlink {
	background-color:#1C5569 !important;
	border-left: 5px solid #193857 !important;
	z-index:5100;
	padding-left:20px;
	margin-left:0px;
}
.nav-sections .list-group.nav {
	padding-bottom: .3rem;
	padding-left:0px;
	margin-left:0px;
	vertical-align:top;
}

.nav-sections a.list-group-item {
	display: block;
	padding: 3px 10px 3px 3px;
	margin-left:0px;
	padding-left:40px;
	box-shadow: none;
	font-size: 12px;
		vertical-align:top;
}


.main-nav .list-group-item.currentlink {
	background-color:#1C5569 !important;
	border-left: 5px solid #193857 !important;
	z-index:5100;
	padding-left:35px;
	margin-left:0px;
}

.nav-sections a.list-group-item2 {
	display: block;
	padding: 3px 10px 3px 3px;
	margin-left:0px;
	padding-left:55px;
	box-shadow: none;
	font-size: 12px;
		vertical-align:top;
}


.main-nav .list-group-item2.currentlink {
	background-color:#1C5569 !important;
	border-left: 5px solid #193857 !important;
	z-index:5100;
	padding-left:50px;
	margin-left:0px;
}
.nav-sections .active {
	 color:#344c65;
	font-weight: bold;
	vertical-align:top;
}

.cover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 39;
	pointer-events: none;
	transition: background 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
}

.open .cover {
	background-color: rgba(0, 0, 0, 0.8);
	pointer-events: all
}
.main-nav:not(.wrapper) {
  background-color: #058192 !important;
  color: #011F3D !important;
}

.main-nav .nav-sections .active:not(.wrapper) {
  background-color: #058192 ;
  color: #011F3D!important;
  font-weight: 500 !important;
}

.main-nav .nav-sections .slot-active:not(.wrapper) {
  background-color: #058192 ;
  color: #011F3D;
  	vertical-align:top;

}

.main-nav .nav-sections a:not(.main-nav .nav-sections) {
  color: white !important;
  font-weight: 400 !important;
  background-color:#058192;
}

.main-nav .nav-sections .list-group-item .active {
  color: white !important;
  	vertical-align:top;

}

.main-nav .nav-sections .active {
  border-left: none !important;
  	vertical-align:top;

}



.main-nav .nav-sections .list-group-item :not(.wrapper) {
  padding: 6px 20px 6px 16 px !important;
  	vertical-align:top;

} 
.navdown{
	margin-left:-25px;
	margin-top:10px;
	vertical-align:bottom;
	position:absolute;
	z-index:500;
	float:left;
}
.navdown-secondlevel{
	margin-left:-5px;
	margin-top:10px;
	vertical-align:bottom;
	position:absolute;
	z-index:6000;
	float:left;
}
.navdown-thirdlevel{
	margin-left:130px;
	vertical-align:top;
	position:relative;
	z-index:1;
}

/* Main content of Navigation page */
  .breadcrumb {
      display: flex;
      flex-wrap: wrap;
      padding: 0 0;
      list-style: none;
      font-size: 0.8rem;
      top: 120px;
      margin-bottom: 0px;
      /*margin-left: 270px;*/
      position: fixed;
      margin-right: 200px;
    }
	.breadcrumb>li {
		padding-left:0rem !important;
		margin-left:0rem !important;
	}

    .breadcrumb-item+.breadcrumb-item::before {
      float: left;
      padding-right: 0.5rem;
	  padding-left:0.5rem;
      color: #6c757d;
      content: "\003E";
      font-size: 1.125rem;
      vertical-align: top;
      line-height: 1;
    }

    .breadcrumb-item .active {
      color: #6c757d;
      text-decoration: none;
    }

    .breadcrumb-item+.breadcrumb-item {
      padding-left: 0.5rem;
    }

    .breadcrumb a {
      color: #058192;
      text-decoration: none;
	  
    }

    .breadcrumb a:hover {
      color: #8e3cf7;
      text-decoration: underline;
    }

    @media only screen and (max-width: 991px) {
      .breadcrumb-bar {
      /*  margin-left: -260px;*/
      }
    }

    @media screen and (max-width : 780px)

     
      {
      .breadcrumb-bar {
        display: none;
      }
    }

     
    @media screen and (max-width: 1440px) {
      .breadcrumb {
        top: 95px;
      }
    }

.breadcrumb-bar{
	/*height: 100%;*/
	margin-top: 0 !important;
	display: flex;
	align-items: center;
}

.breadcrumb{
	position: static !important;
}	 
	
svg:not(.shepherd-modal-overlay-container):hover{
	fill: #E07800;
}
svg{overflow:hidden;vertical-align:middle}

#rotater {
  transition: all 0.3s ease;
  
}

.frame{
	margin-top:20px;
	border-radius: 25px;
  border: 2px solid #058192;
  padding: 10px; 
  width: 100%;
  /*height: 100%; */
}



.bi-chevron-double-left:hover {
text-decoration: underline;
}

.bi-chevron-double-right:hover {
text-decoration: underline;
}

.right-nav.nav-right::-webkit-scrollbar {
width: 4px;
height: 4px;
scroll-margin-top: 20px;
}

.right-nav.nav-right::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0)
}

.right-nav.nav-right::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2)
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}


/* Right Navigation */

/* right nav open icon style starts */

.right-toggle:focus {
  outline: none;
}

.right-toggle {
  position: fixed !important;
  top: 120px;
  right: 0px;
  /* left: 17px; */
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 30px;
  /* height: 400px; */
  border: 0;
  border-radius: 2px;
  /* background-color: #1776BF; */
  /* background-color: #3cc1b7; */
  /* background-color: #f2f2ea; */
  background-color: white;
  background-image: none;
  color: black;
  font-size: 10px;
  -webkit-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  -o-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  position: fixed;
  vertical-align:top;
  /* min-height:400px; */
  /* background-color: #fff; */
  /* border: 1px solid #8e3cf7; */
  /* box-shadow: -6px 6px 3px rgb(0 0 0 / 11%); */
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#right-nav-open {
  position: fixed !important;
  right: 0px;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 30px;
  border: 0;
  background-color: #eee;
  background-image: none;
  font-size: 10px;
  -webkit-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  -o-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  display:none;
}

#right-nav-open:hover {
  cursor: pointer;
}


/* right-nav-close button */

#right-nav-cross:hover {
  cursor: pointer;
  text-decoration: underline;
}

#right-nav-cross {
  margin: -5px !important;
}

.badge-heading {
  font-size: 25px;
  background-color: #14629F;
}

.right-nav.nav-right {
  max-width: 220px;
  min-width: 220px !important;
  overflow-y: auto !important;
}

.article-entry article>* {
  margin-left: 20px;
}

.right-nav .wrapper {
  margin-left: 5px;
  padding: 5px;
  font-style: normal;
  color: #058192;
  letter-spacing: -.01em;
  padding-top: 0px !important;
}

.right-nav {
  margin-left: 0 !important;
  top: 110px;
  right: 0px;
  z-index: 2;
  background-color: #fff;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 20px;
}

.nav-right {
  position: fixed;
}
li.right-side{list-style: none !important;}
a.right-side {padding :0px !important;}

.right-nav {
  font-size: 14px !important;
}
.right-nav-content{
	font-style: normal;
	font-size: 11px !important;
	color: #058192;
	list-style: none !important;
}
.left-toggle:focus {
  outline: none;
}

.left-toggle {
  position: fixed !important;
  top: 120px;
  left: 0px;
  /* left: 17px; */
  z-index: 1;
  margin: 0;
  vertical-align:middle;
  padding: 0;
  width: 30px;
height: 100px;
  border: 0;
  border-radius: 2px;
  /* background-color: #1776BF; */
  /* background-color: #3cc1b7; */
  /* background-color: #eee; */
  background-color: white;
  background-image: none;
  color: black;
  font-size: 10px;
  -webkit-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  -o-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  position: fixed;
min-height:100px;
  /* background-color: #fff; */
  /* border: 1px solid #8e3cf7; */
  /* box-shadow: 6px 6px 3px rgb(0 0 0 / 11%); */
  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#left-nav-open {
  top: 20px;
  position: fixed !important;
  left: 0px;
  z-index: 1;
  margin: 0;
  padding: 3px;
  width: 30px;
  border: 0;
  background-color: #eee;
  background-image: none;
  font-size: 10px;
  -webkit-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  -o-transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);
  transition: left 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99);

}

#left-nav-open:hover {
  cursor: pointer;
}
#left-nav-cross:hover {
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  #left-nav-open {
    display: none;
  }
  /* to remove right toc from mobile resolution */
  @media screen and (max-width: 580px) {
    #right-nav {
      display: none;
    }
    .wrapper {
      display: none;
    }
    #right-nav-open {
      display: none;
    }
    .main-content {
      margin-right: 0px !important;
    }
  }
  /* ends */
  #left-nav-cross {
    display: none;
  }
}

.drop-img-other {
  width: 32px;
  height: 27px;
  margin-bottom: 10px;
  margin-left: 40px;
}



.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu .dropdown-menu-item.active,
.dropdown-menu .dropdown-menu-item.active:hover,
.dropdown-menu .dropdown-menu-item.active:focus {
  background-color: #011f3d !important;
}

/* Nav Main- Content */

.main-content {
	position: relative;
	z-index: 30;
	overflow: hidden;
	margin: 90px 16px;
	/* padding: 20px; */
	padding-left: 20px;
	padding-top: 30px;
	/* border-radius: 8px; */
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: white;
	/* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.01), 0 8px 8px rgba(0, 0, 0, 0.01), 0 16px 16px rgba(0, 0, 0, 0.03), 0 32px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.1), 0 -3px 32px rgba(0, 0, 0, 0.1); */
	transition: transform 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99), filter 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99)
}

@media (max-width: 991px) {
	.open .main-content {
		transform: translateX(240px);
		filter: blur(3px)
	}
}

.zoom-overlay-open .main-content {
	position: static;
	overflow: visible
}

.main-content .table-responsive {
	width: 100%;
	margin-bottom: 24px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 0 solid #dddddd;
	-webkit-overflow-scrolling: touch
}
#main-content {
    /* margin-top: 110px; */
    /*margin-right: 0px;*/
}

.main-content p>img {
	margin-bottom: 5px
}

@media print {
	.main-content {
        margin-right: 200px;
		/* margin: 0 auto !important; */
		padding: 0 !important;
		max-width: 100% !important;
		border-radius: 0 !important;
		box-shadow: none !important
	}
}

@media (min-width: 768px) {
	.main-content {
		padding-left: 20px;
		padding-top: 30px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}
@media (max-width: 990px) {
	.main-content {

margin-left: 20px !important;
	}
}
@media (min-width: 991px) {
	.main-content {
		margin-top: 50px;
        margin-right: 250px;
		padding-top: 30px;
		/* margin-right: 30px; */
		margin-left: 280px;
		margin-bottom: 60px;
		/* padding: 60px; */
		padding-left: 20px;
		/* max-width: 1140px; */
		/* border-radius: 8px */
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

@media (min-width: 992px) {
	.home-content {
		margin-top: 120px;
		margin-right: 30px;
		margin-left: 200px;
		padding: 60px;
	/*	max-width: 1140px;*/
		border-radius: 8px
	}
}

.section-header:not(h1) {
	color: white;
	padding: 20px;
    background: linear-gradient(30deg, #011F3D 0%, #3B2C5E 100%);
	background-size: cover;
	background-position:50% 50%;
	border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
	.section-header:not(h1) {
		margin: -40px -40px 40px;
		padding: 40px;
		/* border-top-left-radius: 8px; */
		/* border-top-right-radius: 8px */
	}
}

@media (min-width: 992px) {
	.section-header:not(h1) {
		margin: -60px -60px 60px;
		/* padding: 100px 80px */
	}
}

@media print {
	.section-header {
		border-radius: 0
	}
}

.section-header img {
	margin-right: 10px;
	min-width: 70px;
	opacity: .8
}

.section-header label {
	opacity: .8
}

.section-header h1 {
	/* margin: 10px 0; */
	font-weight: 200;
	letter-spacing: -0.03em
}

.section-header .lead {
	max-width: 660px
}

.section-header a {
	color: white
}

.section-header a:hover {
	color: white;
	text-decoration: underline
}

.section-header+.lead:empty {
	display: none
}


.main-content .page-section>h2 {
	display: flex;
	border-bottom: 1px dotted #d9d9d9;
	font-weight: 200;
	/* color: #14629F; */
	color:#011F3D;
	padding-top: 120px;
	margin-top: -100px
}

.main-content .page-section>h2>small {
	align-self: center;
	order: 8;
	margin-left: auto
}

.main-content .page-section>h3 {
	border-bottom: 0;
	/* color: #14629F; */
	color:#011F3D;
	font-weight: 300;
	text-overflow: ellipsis;
	overflow: hidden
}

.main-content .page-section>h4 {
	font-weight: 300;
	/* color: #14629F */
	color:#011F3D;
}

.main-content .page-section>h4>small {
	align-self: center;
	order: 8;
	margin-left: auto
}

.main-content .page-section>h5 {
	font-weight: 500;
	/* color: #14629F
	*
	/
		color:#011F3D;
}

.main-content .page-section img {
	max-width: 100%;
	height: auto;
	/* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%),
	0 1px 5px 0 rgb(0 0 0 / 12%),
	0 3px 1px -2px rgb(0 0 0 / 20%); */
}

.main-content .page-section .card-icon {
	height: 22px;
	width: 24px;
	margin-right: 12px
}

.main-content .page-section pre {
	border-radius: 4px;
	overflow: auto;
	margin: 1.5rem
}

.main-footer {
	transition: transform 0.3s cubic-bezier(0.75, 0.01, 0.32, 0.99)
}

@media (max-width: 991px) {
	.open .main-footer {
		transform: translateX(240px)
	}
}

@media (min-width: 992px) {
	.main-footer {
		margin-left: 150px;
		padding-bottom: 20px
	}
}

@media print {
	.main-footer {
		display: none !important
	}
}

/* Dropdown 3 dots */

.dropbtn {
  background-color: white;
  color: white;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #D9DCE1;
}

.dropdown {
  position: fixed;
   right:170px;
   top:70px;
  display: inline-block;
}

.dropdown-content {
  display:none;
  position: absolute;
  /*right:2px;*/
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

