﻿/*==============================================================================
	SITE.CSS
	• This file is for developer style overrides.
==============================================================================*/

/* ng-cloak style */
[ng\:cloak], [ng-cloak], .ng-cloak {
	display: none !important;
}

/*ios fix to disable background scroll*/
.disable-scroll {
	overflow: hidden;
	position: fixed;
}
