
.full-pageheader{
	background: url("../jpg/banner.jpg"); 
	
}

.logo-header{

	text-align: left; display: inline-block;margin-bottom: 22px;color:#003359;
}
.logo-header span{font-size: 22px;}
.logo-header img
{
	position: relative;
	    margin-top: 25px;
    padding-left: 0px;
	padding-right: 30px;
	vertical-align:bottom;
	
}

.quicklinks-block{ float:right; }
.quicklinks-block ul{ list-style-type:none; float:right; margin-bottom:0;}
.quicklinks-block ul li a { color:#fff}
.quicklinks-block ul li:hover{background-color: #FFF;}
/* .quicklinks-block ul li:nth-child(1):hover{ border:3px solid #EE98A6} */
.quicklinks-block ul li{display:inline-block; transition: 0.6s ease-in-out;}
.quicklinks-block ul li img{ vertical-align:middle;top: -2px;  position: relative;}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px; text-transform:uppercase;
}	


.header-holder
{
	border-left: 2px solid #fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-top-left-radius: 30px;
	margin-left: 30px;
}

.breadcrumbs {
    font-size:14px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0rem;
    }






.navigation-holder
{
background: #fff;
border-top:1px solid #AE2F3C;	
border-bottom:1px solid #AE2F3C;
	
	
}
.navbar-nav { display:flex; width:100%; position:relative}
/*.navbar-expand-lg .navbar-collapse{ display:flex;}*/

.navbar-light .navbar-nav .nav-link {
    color: #003359;padding: 15px 0; padding-bottom:10px; line-height:2;
}
.nav-link-mobile
{
	display: none;
}


.nav-item,.nav-item-active
{
 
	text-align:center; flex:1;
	
	}

.nav-item a{ position:relative}

.nav-item-active {
background: #fff;
position:relative
	
}.nav-item-active > a:before{
    width: 100%!important;
    left: 0!important;
}

.nav-item a:before {
	content: '';
	width: 0; 
	height: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 4px solid tranparent;
	border-left: 4px solid rgba(255,255,255,.0);
	border-right: 4px solid rgba(255,255,255,.0);    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;}

.nav-item-active a:before {
	content: '';
	height: 0;
	position: absolute;
	bottom: 0px;
	width:100%;
	left: 0px;
	border-bottom: 4px solid #A7013F;
	border-left: 4px solid rgba(255,255,255,.0);
	border-right: 4px solid rgba(255,255,255,.0);    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;}


.nav-item a:hover:before
{
content: '';
	width: 0; 
	height: 0;
	position: absolute;
	bottom: 0px;
	width:100%;
	left: 0px;
	border-bottom: 4px solid #A7013F;
	border-left: 4px solid rgba(255,255,255,.0);
	border-right: 4px solid rgba(255,255,255,.0);    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #003359;
}
.navbar
{
	padding: 0;
}
.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
width:100%;
      float: left;
    min-width: 20rem;
    color: #003359;
    background-color: #fff;
    border-radius: 0;
    background: #fff;
	padding: 20px; border-bottom:1px solid #AE2F3C;
}

.dropdown-menu:before{content: "";
    position: inherit;
    width: 10000%;
    height: 100%;
    background: #fff;
    left: -10000%;
    top: 1px; border-bottom:1px solid #AE2F3C;}
	.dropdown-menu:after{content: "";
    position: inherit;
    width: 10000%;
    height: 100%;
    background: #fff;
    right: -10000%;
    top: 1px; border-bottom:1px solid #AE2F3C;}
	
	
.dropdown-item {
    color: #003359 !important;
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    white-space: inherit;
    z-index: 99;
    text-decoration: none !important;
}

.dropdown-item:hover {
    color: #002F65!important;
	background-color: transparent!important;
}
.nav-controller a
{
text-decoration: none !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #AE303C;
    text-decoration: none;
	background-color: transparent!important;
  
}
a.dropdown-item:before{ content:''}

.btn-outline-dark .home-btn-border:hover {
    border-left: 0px solid #fff;
}

@media screen and (max-width:1280px){
    .logo-header img {
                width: 52%;

    }
    
}
@media screen and (max-width:1024px){.logo-header{font-size: 16px;}}
@media screen and (max-width:991px){
    .logo-header img{width: 75%;margin-top: 16px;}
    .logo-header{margin-bottom: 10px;}
.quicklinks-block{ float:none; margin-top:0}

.fixed > header {
    padding: 4px 0;
}
.navigation-holder {
    background: #fff;
    padding: 20px;
}
/* .icon-chevron-right{ display:none} */
.nav-item, .nav-item-active { text-align:left}
.nav-item, .nav-item-active {
    border-right: 0px dotted #fff;
	border-bottom: 0px dotted #fff;
}
	
.nav-item:hover .dropdown-menu {
    display: none;
}
	
	.dropdown-menu.show {
    display: block !important;
}
	.nav-link-mobile {
    display: block;
}
	.nav-link-desktop {
    display: none;
}
.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
}	
	.dropdown-menu {
    min-width: 100%;
	}
	.foot-title
	{
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width:800px){
    

	.scrollable
	{
		width: 100%;
		overflow-x: scroll;
	}
	
}


@media screen and (max-width:767px){
    .fixed .quicklinks-block ul li img { top: -10px;}

    .quicklinks-block {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .nav-bar-spacer-block.fixed .quicklinks-block{
        top: 14px;
    }

}

@media screen and (max-width:600px){
    .logo-header {
        margin-bottom: 15px;
    }
   
}
@media screen and (max-width:600px){
   

.logo-header img {
	max-width: 170px;	
	}
	
	
	.block-display{display:none}
	.col-ls-12{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
	
	
	.full-pageheader {
    background-repeat: no-repeat;
    background-size: cover;
}
.logo-header{display:block;text-align: center;}	
.logo-header span{ display:block}	
.linedheaderbox {
    min-height: 15px;
    border-right: 3px solid #fff;
}	


.logo-header img {padding-right: 0;}


}
@media screen and (max-width:360px){

}


















