/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/* Header top bar navy blue background */
.header-top {
  background-color: #001f5b !important;
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-nav .menuzord {
		padding: 0 12px;
	}

	.header-nav .menuzord-brand {
		margin: 8px 0 8px 0 !important;
		max-width: calc(100% - 72px);
	}

	.header-nav .menuzord-brand img {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 56px;
		height: auto;
	}

	.header-nav .menuzord .showhide {
		margin-top: 14px;
		padding: 0;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	.header-nav .menuzord {
		padding: 0 10px;
	}

	.header-nav .menuzord-brand {
		margin: 10px 0 8px 0 !important;
		max-width: calc(100% - 68px);
	}

	.header-nav .menuzord-brand img {
		max-height: 50px;
	}

	.header-nav .menuzord .showhide {
		margin-top: 12px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}