
	@charset "utf-8";
	/* Skin editor auto-generated client-specific CSS */

	
	/* Regular */
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 400;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2')
	}
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: italic;
	  font-weight: 400;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2')
	}

	/* Semi-Bold */
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 600;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2')
	}
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: italic;
	  font-weight: 600;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-600italic.woff2') format('woff2')
	}

	/* Bold (needed for B/Strong tags) */
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: normal;
	  font-weight: 700;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2')
	}
	@font-face {
	  font-family: 'Source Sans Pro';
	  font-style: italic;
	  font-weight: 700;
	  src: local(''),
	       url('/bms/fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2')
	}
	:root {
		
		--primaryBrandColour: #00033d;

		--contrastingBrandColour: #ffffff;

		--buttonPrimaryTextcolor: #ffffff;

		--buttonPrimaryBgcolor:#257fa0;
		
		--buttonPrimaryHoverBgcolor:#174e62;
		
		--buttonBorderRadius:6px;
		
		--buttonBorderRadiusIconOnly:6px;
		
		--buttonSecondaryBorderColor:#54b4d7;
		
		--buttonSecondaryHoverBgcolor: #edf7fb;
		
		--assetThumbnailTitleColor:#00033d;
		
		--actionBarBgcolor:#00033d;
		
		--actionBarFontColor:#eeedee;
		
		--tabColor:#00033d;
		
		--tabBorderColor:#00033d66;
		
		--tabBgColor:#00033d1a;
		
		
		--widgetContentHeadingColor:#ffffff;
		
		--widgetContentHeadingBgcolor: #00033d;
		
		--widgetContentBodyBorderColor:#00033d;
		
		--widgetActionBgcolor:#6886d6;
		
		--leftNavBgcolor:#eeedee;
		
		--leftNavLink:#00033d;
		
		--leftNavLinkSemiTransparent:#00033d66;
		
		--leftNavActiveColor:#005eb8;
		
		--leftNavHoverColor:#005eb8;
		
		--footerBgcolor:#00033d;
		
		--footerPoweredBy:#ffffff;
		
		--sidePanelBgcolor:#eeedee;
		
		--sidePanelTabIconColor:#00033d;
		
		--assetSelectedTextColor:#ffffff;
		
		--assetSelectedBackgroundColor:#00033d;
		
		--assetButtonColor:#257fa0;
		
		--assetTextColor:#00033d;
	}
	
		/********** Login page ***********/
		body.login {
		
		
		background: url('/BMS_customisable/skins/skin_1/images/loginBackgroundImage/Background image - University of Greenwich - Login page V3 (3).jpg') center center fixed no-repeat #00033d;
		
		background-size: cover;
		}

		#loginBox {
		
		background: rgba(235, 235, 235, 0.4);
		}

		div.loginz{
		
		background: #00033d;
		}

		#loginBox h2,
		div.loginz .label, div.loginz .label a, div.loginz p, div.loginz label, div.loginz .fields_label, a.bwkz-tc-modal{
		
		color: #dddbdd;
		}

		
		
		.max-content-width{
			max-width: 1200px;
			
			
				margin: 0 auto;
			
		}

		
		
		@media screen and (max-width: 1260px) {
			.max-content-width{
				margin: 0 30px;
			}
		}

		@media screen and (max-width: 640px) {
			.max-content-width{
				margin: 0 15px;
			}
		}

		
		#cmsPreviousNextContainer, #cmsPreviousNextContainer a{
			
			display:none!important;
			
		}
		
		.bwkz-floating-nav-container{
			display:none;
		}
		
		#sidenavPageAnchors{
			display:none;
		}
		
