body, html{
	height:100%;
	margin:0;
	font-size: 1rem;
	display:flex;
    flex-direction:column;
}

.landing-bg{
	/*opacity:0.65;*/
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;	
}

.landing-bg{
	background-image:url("../images/generic-landing-bg2.jpg");
	height:650px;
	background:#fff;
}

.landing-bg::before{
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    /*background-color: rgba(255, 255, 255, .8);*/
}

/* ########## TYPOGRAPHY ##########  */
h1,h2,h3,h4,h5,h6,p,li,a,input, textarea, select, button,.copyright, .small{
	font-family: 'Roboto', sans-serif!important;
}

/* ########## COLOR ##########  */

body{
	color:#6c757d!important;
}


.btn-primary {
    background-color: #8A73CC!important;
    border-color: #8A73CC!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #7C65BE!important;
    border-color: #7C65BE!important;
}

.darknavbar{
	background-color: #00263E!important;	
}

.blurb-container{
	color:#ffffff!important;
}

.registration-container a {
    color: ##00436D!important;
    font-weight: bold;
}

.registration-container .btn-primary, .login-container .btn-primary{
	color:#ffffff!important;
	text-decoration:unset;
}

.registration-container .btn-primary:hover, .login-container .btn-primary:hover{
	text-decoration:unset!important;
}

.x_header{
	background-color:#fff!important;
}

/* ########## HEADER SECTION START ##########  */ 
header .container-fluid{
	padding-left:0;
	padding-right:0;
}

.header-right-col{
	padding:0 25px!important;
}

#closeLoginPanel, #closeMenuPanel{
	font-size:2.0rem;;
}

.navbar{
	font-size:0.95rem;
}

.navbar-brand span {
    float: none!important;
	margin-left: 10px;
    font-size: 1.1rem!important;
	font-weight:normal!important;
    content: "";
    vertical-align: middle;	
}

.nav-item{
	margin-right:10px;
	margin-bottom:10px;
}




	.navbar-expand #closeMenuPanel{
		display:none;
	}
	
 	.navbar{
		padding:0!important;
	}
	

	
	.navbar .navbar-brand{
		margin-left:1.5rem!important;
		padding-top:0.8rem;
		padding-bottom:0.8rem;
	}
	
	#navbarsMenu{
		background-color:#ffffff;
		color:#333333;
		padding:10px 10px 10px 2rem;
		position:absolute;
		right: 1%;
		top:70px;
		width:100%;
		height:100vh;
		transition: all 0.2s ease-in;
	}	
	
	.navbar-expand #navbarsMenu{
		background-color:transparent;
		color:#333333;
		padding:unset;
		position:unset;
		right: unset;
		top:unset;
		width:unset;
		height:unset;
		transition: unset;
	}		
	
	#navbarsMenu a{
		color:#333333;
	}

	.navbar-expand #navbarsMenu ul.navbar-nav{
		margin-top:15px;
		margin-left:1rem;
	}
	
	.navbar-expand #navbarsMenu a.nav-link{
		color:#ffffff;
	}		
	
	.navbar-expand #navbarsMenu a.dropdown-menu{
		color:#333333;
	}
	
	#navbarsMenu.collapsing{
		height: auto !important;
        transition: all 0.1s ease;
        right: 100%;
		
	}
	
	#navbarsMenu.show{
        right: 0;
		
	} 


/* ########## HEADER SECTION END ########## */


/* ########## MAIN SECTION START ########## */
.container-height{
	height:auto;
}

.box-height{
	height:100%;
}

.blurb-container{
	margin-top:60px;
	padding:70px 400px 100px 100px;
	
	font-size:0.95rem;
	font-weight:300;
}

.blurb-container .display-4::before{
	margin-top:10px;	
	font-size:12px;	
	display: block;			
}	

.blurb-container .display-4{
	
	font-size:2.3rem;
	font-weight:300;
}

.blurb-container .logo1{
	width:auto;
}

.blurb-container ul {
  list-style: none;
  text-indent: -20px;
  margin-left:-20px;
}


.blurb-container li{
	margin-bottom:10px;
}

.blurb-container li:before{
  font-family: "FontAwesome";
  content: "\f00c\00a0\00a0";
  font-weight: 900;
  font-size:12px;	
}

.landing-page-login-container{
	background-color:#ffffff;
	padding:60px 20px 30px 20px;
	
	font-size:0.9em;
	font-weight:300;
	margin-top:60px;
	
}

.landing-page-login-container .landing-logo{
	margin-bottom:40px;
}

.landing-page-login-container .h4 {
	font-size:22px;
	margin-bottom:20px;
}

.landing-page-login-container .input-group-text{
	background-color:#ffffff;	
}


/* ########## MAIN SECTION END ########## */


/* ########## FOOTER SECTION START ########## */

.landing-footer{
	display:none;
}

.landing-footer2{
	color:#ffffff;
	font-weight:300;
	font-size:0.9rem;
	width:100%;
	bottom:50px;
	flex-grow: 1;
}

.landing-footer2 .container{
	margin:0;
	padding:0;
	width:100%!important;
	max-width:100%!important;
} 

.landing-footer2 .copyright{
	padding:0 30px 30px 30px;
}

.landing-footer2 .container .col-md-4{
	background-color:#ffffff;	
	box-shadow: 50vh 50vh 0 50vh #fff;
}
.mx-height{height:100vh;}

/* ########## FOOTER SECTION END ########## */




/* ########## RESPONSIVE START ##########*/

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1200px) 
and (max-width: 1600px) {
  html {
    font-size: 1.0rem;
  }
	.landing-bg{
		height:100%;
	} 

	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem!important;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}	

	.container-height{
		height:calc(100vh - 4rem);
	}	
	
	.blurb-container .logo1{
	display:none!important;	
	}

	.blurb-container .display-4::before{
	display:none;
	content: " Laptop Desktop 1200x1600 Landscape";
	}	

	#headerSignIn{
		display:none;
	}	
}


/* 
  ##Device = Large Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) 
and (max-width: 1024px) 
and (orientation: portrait) { 

	 .landing-bg{
		height:100%;
	} 

	.landing-bg{
		background-image:none;
		background-color: #fff;
		height:650px;
	}
	
	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:2.0rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}
	.container-height{
		height:calc(100vh - 4rem);
	}	
	
	.blurb-container .logo1{
	display:none!important;	
	}
	
	.landing-page-login-container{
		padding:60px 25px 30px 25px;
	}	
	

	.blurb-container .display-4::before{
    display:none;		
	content: " Large Tablet 768x1024 Portrait";
	}	

	#headerSignIn{
		display:none;
	}	
}	


/* 
  ##Device = Large Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) 
and (max-width: 1024px) 
and (orientation: landscape) {
	 .landing-bg{
		height:100%;
	} 

	.landing-bg{
		background-color: #fff;	
	}	
	
	.container-height{
		height:700px;
	}
	
	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:2.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}	
	
	.blurb-container .logo1{
		display:none!important;	
	}

	.blurb-container .display-4::before{
		display:none;	
		content: " Large Tablet 768x1024 Landscape";
	}

	#headerSignIn{
		display:none;
	}	

}




/* 
  ##Device = Small Tablet
  ##Screen = B/w 600px to 800px portrait
*/
@media (min-width: 600px) 
and (max-width: 767px)
and (orientation: portrait) {
	.landing-bg{
		height:100%;
	}

	.landing-bg{
		background-image:none; 
		background-color: #00436D;
		height:650px;
	}

	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:2.0rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}
  
	.blurb-container .logo1{
		display:none!important;	
	}

	.landing-page-login-container{
		padding:60px 20px 30px 20px;
	}	

	.landing-footer{
	width:100%;
	color:#ffffff;
	background-color:#00436D!important;
	}

	.landing-footer .container .col-md-4{
		background-color:#00436D;	
		box-shadow: 50vh 50vh 0 50vh #00436D;
	}	
	
	.blurb-container .display-4::before{
		display:none;	
		content: " Small Tablet 600x800 Portrait";
	}	

	.landing-page-login-container{
		margin-top:0;
	}	
	
	.header-right-col{
		display:none;
	}

	.col-for-login-container {
		position:absolute!important;
		top:0!important;
		padding-top:80px;
		box-shadow: 50vh 50vh 0 50vh #fff;
	}

	.container-height{
		height:calc(100vh - 5rem);
	}		
}	
	
	
/* 
  ##Device = Small Tablets
  ##Screen = B/w 600px to 800px landscape
*/

@media (min-width: 600px) 
and (max-width: 800px) 
and (orientation: landscape) {
	 .landing-bg{
		height:100%;
	} 

.landing-bg{
	background-image:none;
	background-color: #00436D;
	height:650px;
}	

	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}	
	
	.blurb-container .logo1{
	display:none!important;	
	}
	
	.landing-page-login-container{
		padding:60px 25px 30px 25px;
	}		

	.blurb-container .display-4::before{
		display:none;
		content: " Small Tablet 600x800 Landscape";
	}

	#headerSignIn{
		display:none;
	}	

	.header-right-col{
		display:none;
	}	

	
	
}


/* 
  ##Device = Small Tablets
  ##Screen = B/w 600px to 800px landscape
*/

@media (min-width: 360px) 
and (max-width: 640px) 
and (orientation: landscape) {
	 .landing-bg{
		height:100%;
	} 

	.landing-bg{
		background-image:none;
		background-color: #00436D;
		height:650px;
	}	
	
	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}

	.navbar-brand span{
		display:none;
	}	
	
	.blurb-container .logo1{
	display:none!important;	
	}
	
	.landing-page-login-container{
		padding:60px 25px 30px 25px;
	}		

	.blurb-container .display-4::before{
		display:none;
		content: " Small Tablet 600x800 Landscape";
	}

	#headerSignIn{
		display:block;
	}	

	.header-right-col{
		display:none;
	}	

	.landing-footer .container .col-md-4{
		background-color:#00436D;	
		box-shadow: 50vh 50vh 0 50vh #00436D;
	}		

	.col-for-login-container {
		position:absolute!important;
		top:0!important;
		padding-top:80px;
		box-shadow: 50vh 50vh 0 50vh #fff;
	}	
	
}





/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) 
and (max-width: 767px) {
  
	.blurb-container .logo1{
	display:block!important;	
	}

	
	.landing-page-login-container{
		padding:60px 20px 30px 20px;
	}	
}




/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 568px
*/

@media (min-width: 320px) and (max-width: 568px)
and (orientation: portrait) {
	
.landing-bg{
	background-image:none;
	background-color: #fff;
	height:650px;
}	

	
	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}
		
	.navbar-brand span{
		display:none;
	}	

	.blurb-container{
		margin-top:60px;
		padding:10px;
		padding-top:20px;
		
		font-size:0.95rem;
		font-weight:300;
	}
	  
	.login-panel-logo{
	display:none!important;	
	}
	
	.blurb-container .display-4{
	
	font-size:2rem;
	}


	.landing-page-login-container{
		padding:20px 20px 30px 20px;
	}	
	
	.landing-footer{
	width:100%;
	color:#ffffff;
	background-color:#00436D!important;
	}
	
	.landing-footer .copyright{
	padding:0 30px 30px 10px;
	}
	
	.landing-footer .col-md-4{
	display:none;;
	}
	
	.box-height{
		height:auto;
	}
	
	.blurb-container .display-4::before{
		display:none;
		content: " Smartphone 320x568 Portrait";
	}	

	.landing-page-login-container{
		margin-top:0;
	}	
	
	.header-right-col{
		display:none;
	}	
}




/* 
  ##Device = Most of the Smartphones Mobiles (Landscape)
  ##Screen = B/w 320px to 568px
*/

@media (min-width: 320px) and (max-width: 568px)
and (orientation: landscape) {
	
.landing-bg{
	background-image:none;
	background-color: #00436D;
	height:650px;
}	

	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}

	.blurb-container{
		margin-top:60px;
		padding:10px;
		padding-top:20px;
		
		font-size:0.95rem;
		font-weight:300;
	}
	  
	.login-panel-logo{
		display:none!important;	
	}
	
	.blurb-container .display-4{	
		font-size:2rem;
	}


	.landing-page-login-container{
		padding:20px 20px 30px 20px;
	}	
	
	.landing-footer{
	width:100%;
	color:#ffffff;
	background-color:#00436D!important;
	}
	
	.landing-footer .copyright{
	padding:0 30px 30px 10px;
	}
	
	.landing-footer .col-md-4{
	display:none;;
	}
	
	.box-height{
		height:auto;
	}
	
	.blurb-container .display-4::before{
		display:none;
		content: " Smartphone 320x568 Landcape";
	}	

	.landing-page-login-container{
		margin-top:0;
	}	
	
	.header-right-col{
		display:none;
	}

	.col-for-login-container {
		position:absolute!important;
		top:0!important;
		padding-top:80px;
		box-shadow: 50vh 50vh 0 50vh #fff;
	}	
}





/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 480px
*/

@media (min-width: 320px) and (max-width: 480px)
and (orientation: portrait) {
	
.landing-bg{
	background-image:none;
	background-color: #00436D;
	height:650px;
}	
	
	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}
	
	.navbar-brand span{
		display:none;
	}

	.blurb-container{
		margin-top:60px;
		padding:10px;
		padding-top:20px;
		
		font-size:0.95rem;
		font-weight:300;
	}
	  
	.login-panel-logo{
	display:none!important;	
	}
	
	.blurb-container .display-4{
	
	font-size:2rem;
	}

	.col-for-login-container{
		position:absolute;
		top:0;		
	}
	
	.landing-page-login-container{
		padding:20px 20px 30px 20px;

	}	
	
	.landing-footer{
	width:100%;
	color:#ffffff;
	background-color:#00436D!important;
	}
	
	.landing-footer .copyright{
	padding:0 30px 30px 10px;
	}
	
	.landing-footer .col-md-4{
	display:none;;
	}
	
	.box-height{
		height:auto;
	}
	
	.blurb-container .display-4::before{
		display:none;
		content: " Smartphone 320x480 Portrait";
	}	
	
	.header-right-col{
		display:none;
	}	
	
	.landing-page-login-container{
		margin-top:0;
	}	
	
	#headerSignIn{
		padding:3px 5px;
		font-size:16px;
	}
	
	.col-for-login-container {
		position:absolute!important;
		top:0!important;
		padding-top:80px;
		width:100%;
		height:100vh;
		/* box-shadow: 50vh 50vh 0 50vh #fff; */
	}	
}





/* 
  ##Device = Most of the Smartphones Mobiles (Landscape)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px)
and (orientation: landscape) {
	
	.landing-bg{	
		background-image:none;
		background-color: #00436D;
		height:650px;
	}	

	.landing-logo{
		width:auto;
	}
	
	.navbar .navbar-brand{
		margin-left:1.5rem;
	}
	
	.navbar{
		padding-top:0.2rem!important;
		padding-bottom:0.2rem!important;
	}

	.blurb-container{
		margin-top:60px;
		padding:10px;
		padding-top:20px;
		
		font-size:0.95rem;
		font-weight:300;
	}
	  
	.login-panel-logo{
	display:none!important;	
	}
	
	.blurb-container .display-4{
	
	font-size:2rem;
	}


	.landing-page-login-container{
		padding:20px 20px 30px 20px;
	}	
	
	.landing-footer{
	width:100%;
	color:#ffffff;
	background-color:#00436D!important;
	}
	
	.landing-footer .copyright{
	padding:0 30px 30px 10px;
	}
	
	.landing-footer .col-md-4{
	display:none;;
	}
	
	.box-height{
		height:auto;
	}
	
	.blurb-container .display-4::before{
		display:none;
		content: " Smartphone 320x480 Landcape";
	}

	.header-right-col{
		display:none;
	}	
	
	.col-for-login-container {
		position:absolute!important;
		top:0!important;
		padding-top:80px;
		box-shadow: 50vh 50vh 0 50vh #fff;
	}		
}



@media (min-width:768px){
	.col-for-login-container {
		display: block!important;
		
	}
	
	#closeLoginPanel{
		display:none!important;
	}
}



/* ########## RESPONSIVE END ##########*/


















.input-group i{
	color:#dddddd;
}

.form-control{
	
	font-size:0.95em;
	font-weight:300;
}











	
/*SLIDE PANEL*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 76px; /* Stay at the top */
    left: 0;
    background-color: #fff; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    color: #333333;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #dddddd;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/*OVERIDE CUSTOM4NEW*/

.landing-bg .top-header-bg{
	display:none!important;
}



.navbar-brand{
	float:none!important;
	height:auto!important;
}

nav.top-header-bg-inside {
    background: #ffffff;
    padding-top: 20px!important;
	padding-bottom: 20px!important;
	display:block;
}

.registration-container, .login-container {
    padding: 3rem 15px 8rem;
}

.landing-bg footer{
	background-color:transparent!important;
	padding:0!important;
}

footer{
	background-color:#0073b5!important;
	padding:20px!important;
}

.navbar-brand span{
	float:none!important;
}

.login_text{
	width:100%!important;
}

.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
/*
	padding-left:30px!important;
	padding-right:30px!important;
*/	
} 	

.small{
	font-size:unset!important;
}

.bg-white{
	color:unset!important;
}

.registration-container .display-4{
		font-size:2.5rem;
}


@media (min-width: 992px){
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.container.registration-container{
	min-height:auto!important;
	
}

.registration-container .col-centered, .login-container .col-centered{
	margin-left:auto!important;
	margin-right:auto!important;
}

footer{
	position:unset!important;
}

footer br{display:none!important}

.modal-header 
{
    background: #00436D;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header .close
{
    color:#fff;
    }

h4.modal-title
{
    background:transparent;
    margin-bottom:0px;
    color:#fff;
    padding:3px 10px;
    font-size:22px;
    }
    
.modal-footer
{
    margin-top:20px;
    padding-bottom:0;
    }    

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}
