@import url(////maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* .sticky-div{
  display: none !important;
} */

@media only screen and (max-width: 1000px) {
	
	.sticky-div{
    	background: #003d4b !important;
    	color: #fff !important;
    	position: fixed;
    	top: 0px;
    	width: 100%;
    	padding: 10px 0 10px 0px;
    	font-size: 22px;
      z-index: 101;
  	}
	
	#header-secondary-outer .sf-menu{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	#header-secondary-outer{
    display: inline-block !important;
  }
  
/*
	Sticky div link color.
*/
  	.sticky-div a{
  		color: #fff;
  	}
/*
	Show sticky div.
*/
  	.show{
  		display: block !important;
  	}
/*
	Make room for sticky div by moving current #header-outer.
*/  
	.move-header-outer{
  		top: 49px !important;
  }

  .move-header-outer.invisible {
    top: 0px !important;
  }

	.header-initial{
		top: 0px !important;
	}
/*
  Make room for sticky div by moving current .page-submenu.
*/  
  .move-page-submenu{
      top: 169px !important;
    }

/*
	Scales down the fontawesome phone icon.	
*/
  	.sticky-div .fa-phone{
  		font-size: 20px !important
  	}
	
	div.move-header-outer.hidden-secondary {
    	top: 48px !important;
    	transform: none !important;
	}
}