        @font-face {
	        font-family: 'bcu_icon_font';
	        src:url('//cdn1.bcu.ac.uk/style-guide/toolkit/v1.2/fonts/bcu_icon_font.eot');
	        src:url('//cdn1.bcu.ac.uk/style-guide/toolkit/v1.2/fonts/bcu_icon_font.eot?#iefix') format('embedded-opentype'),
		        url('//cdn1.bcu.ac.uk/style-guide/toolkit/v1.2/fonts/bcu_icon_font.woff') format('woff'),
		        url('//cdn1.bcu.ac.uk/style-guide/toolkit/v1.2/fonts/bcu_icon_font.ttf') format('truetype'),
		        url('//cdn1.bcu.ac.uk/style-guide/toolkit/v1.2/fonts/bcu_icon_font.svg#bcu_icon_font') format('svg');
	        font-weight: normal;
	        font-style: normal;
        }

        .global-toolbar {
            font: normal 13px Arial,sans-serif;
            background-color: #001e3c;
            border-bottom: 1px solid #2b3975;
            height: 41px;
            line-height: 20px;
            overflow: visible;
            margin:0;
            color:#fff;

        }
		
		.gt-got-tokens-mobile {height: 82px;}
		.gt-got-tokens-mobile .gt-nav--tokens{display: block;height:40px;}
		
        .global-toolbar__inner {
            margin-left: auto;
            margin-right: auto;
            max-width: 1000px;
            width: auto;
        }




        .gt-nav {
            float:left;
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .gt-nav li { line-height: 20px; }


        .gt-nav__menu--hidden, .gt-hidden {display:none;}

        .global-toolbar [class*="gt-icon-"] {
            font-family: 'bcu_icon_font';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            text-align: center;
            margin: 0 5px;
        }

        .gt-icon-down-open-mini:before      {content: "\e033";}
        .gt-icon-right-open-mini:before     {content: "\e035";}
        .gt-icon-compass:before		        {content: "\e002";}
        .gt-icon-user:before                {content: "\e009";}
        .gt-icon-location:before            {content: "\e003";}
        .gt-icon-mail:before,
        .gt-icon-webmail:before		        {content: "\e006";}
        .gt-icon-calendar:before 		    {content: "\e027";}
        .gt-icon-print:before               {content: "\e048";}
        .gt-icon-graduation-cap:before      {content: "\e011";}
        .gt-icon-lifebuoy:before 		    {content: "\e016";}
        .gt-icon-book:before			    {content: "\e018";}
        .gt-icon-bell:before 			    {content: "\e01b";}
        .gt-icon-mic:before 			    {content: "\e01c";}
        .gt-icon-logout:before 		        {content: "\e01d";}
        .gt-icon-login:before 			    {content: "\e01e";}
        .gt-icon-info-circled:before 	    {content: "\e023";}
        .gt-icon-attention:before 		    {content: "\e024";}
        .gt-icon-cancel-squared:before      {content: "\e056";}
        .gt-icon-icity:before        	    {content: "\e04f";}
        .gt-icon-moodle:before 		        {content: "\e001";}
        .gt-icon-lion:before,
        .gt-icon-bcu:before 			    {content: "\e000";}
        .gt-icon-sharepoint:before 		    {content: "\e050";}
        .gt-icon-icon-print:before 			{content: "\e048";}
        .gt-icon-up-dir:before 		        {content: "\e03c";}
        .gt-icon-lock-open:before           {content: "\f09c";}
        .gt-icon-lock:before                {content: "\f023";}
        .gt-icon-timetable:before      	    {content: "\e06b";}
        .gt-icon-location-off:before      	{content: "\e08a";}


        .gt-nav > .gt-nav-selector > a > [class*="gt-icon-"]:first-child {margin:0 5px 0 0;}



        .gt-nav__menu {
            -moz-background-clip: padding-box;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            left: 0;
            background-color: #fff;
            border: 1px solid #ccc;
            border-top: none;
            border-left: none;
            -webkit-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
            min-width: 110px;
            padding: 0 2px;
            position: absolute;
            float: left;
            top: 100%;
            z-index: 1000;
            list-style: none outside none;
			margin:0;
        }

        .gt-nav__menu > li {border-top: 1px solid #ccc;}

        .gt-nav__menu > li > a {
            text-decoration:none;
            color:#444;
            padding:5px;
            display:block;
         }

        .gt-nav__menu > li > a:hover    {background-color:#f1f1f1;}
        .gt-nav__menu > li:first-child  {border-top: none;}

        .gt-nav-selector {
            float: left;
            display: inline-block;
        }

        .gt-nav-selector > a,.gt-nav-selector > a:link, .gt-nav-selector > a:visited  {
            color:#fff;
            text-decoration:none;
            padding:10px;
            display:block;

        }

        .gt-nav--goto .gt-nav-selector > a {
            font-weight:bolder;
        }

        .gt-image-apps {
                background:url(//cdn1.bcu.ac.uk/images/toolbar/applications-blue.gif) center center no-repeat;
                padding:10px;
                padding-right:20px;
        }

        .gt-nav--goto .gt-nav-selector > a:hover .gt-image-apps, .gt-active .gt-image-apps {
            background:url(//cdn1.bcu.ac.uk/images/toolbar/applications-dark.gif) center center no-repeat;
        }

        
        .gt-nav--goto .gt-nav-selector > a:hover,
        .gt-nav--user-account .gt-nav-selector > a:hover,
        .gt-nav--user-account .gt-active > a,
        .gt-nav--goto .gt-active > a {background-color:#fff;color:#444;}



        /* TOKENS = ICONS WITH COUNTS NEXT TO THEM */

        .gt-token                       {position:relative;height: 41px;}
        .gt-token > a:hover,
        .gt-nav--tokens .gt-active > a  {background-color:transparent;color:#fff;overflow:hidden;}
        .gt-token > a:hover > abbr      {opacity:0.75;}
        .gt-nav--tokens {
            float:left;
            width:100%;
            border-top: 1px solid #2b3975;  
        }

        .gt-token > a > abbr            {margin-right:0!important;}

        .gt-token__count {
            background-color: #00AEEF;
            color: #FFFFFF;
            display: inline-block;
            font-size: 10px;
            font-weight: bold;
            line-height: 12px;
            margin-left: -5px;
            min-width: 10px;
            padding: 2px;
            position: relative;
            text-align: center;
            -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            top: -6px;
            vertical-align: top;
            white-space: nowrap;
            border-radius: 0;
        }

        /* ON CAMPUS - OF CAMPUS INDICATOR */
        .gt-onsite--off,.gt-onsite--off:hover {background-color:#CC0000!important;color:#fff!important;}
        .gt-onsite--on,.gt-onsite--on:hover {background-color:#7D953B!important;color:#fff!important;}
        .gt-nav-selector--onsite > a {font-size:120%;line-height:19px;}
        .gt-nav-selector--onsite .gt-icon-location,
        .gt-nav-selector--onsite .gt-icon-location-off{margin-right:0!important;}

        /* USER MENU */
        .gt-nav--user-account   {float:right;}
        
        /* GO TO MENU */
        .gt-nav--goto {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            position:static;
        }

        .gt-nav--goto .gt-nav__menu {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            min-width:100%;
            padding: 0 2px;
            top:auto;
        }

        .gt-module {
            width: auto;
            height: 80px;
            padding: 15px 10px 10px;
            text-align: center;
            color: #fff;
        }

        .gt-module__body {height:48px;}
        .gt-module__footer > p {text-align:center;margin: 1em 0;}
        .gt-module__footer > p > abbr {display:none;}

        .gt-module--bcu         {background-color: #001e3c;}
        .gt-module--icity       {background-color: #8b638a;}
        .gt-module--moodle      {background-color: #5f588a;}
        .gt-module--sharepoint  {background-color: #7d9434;}
        .gt-module--webmail     {background-color: #0072C6;}
        .gt-module--iask        {background: #010F4E url(//cdn1.bcu.ac.uk/images/Ask/iAsk_white_icon.png) center top no-repeat;}
        .gt-module--iask a {
            width: 100%;
            min-height: 80px
        }

        .gt-module--iask {
            position:relative;
        }
        .gt-module--iask .gt-module__footer {
            position:absolute;
            bottom:-4px;
        }

        .gt-grid {clear: both;}
        .gt-grid__col {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: none;
            margin: 2px 0;
        }

        .gt-nav--goto .gt-module__body > abbr {
            font-size:50px;
            padding-top: 10px!important;
            display: inline-block;
        }

        .gt-nav--goto .gt-module > a {text-decoration:none;color:#fff;display:block;}
        .gt-nav--goto .gt-module:hover {opacity:0.75;}

        /* TOOLTIPS */
        .gt-nav__menu--tooltip {
            display:none;
            visibility:hidden;
        }

        .gt-tooltip__header {
            margin: 0;
            padding: 0;
        }

        .gt-tooltip__header .gt-icon-up-dir {
             
            float: right;
            margin-right: 20px!important;
            color: #F8F7D4;
            padding: 0;
            line-height: 0.3;
            font-size: 150%;   
        }

        .gt-nav-selector--onsite .tooltip__header .gt-icon-up-dir {
             
            margin-right: 10px!important;
            
        }
		

        

        .gt-tooltip__body {
            background-color: #F8F7D4;
            padding: 4px;
            line-height: 1.3;
            color:#444;
        }

        .gt-clear {clear: both;}

        /*TABLET*/
        @media only screen and (min-width: 481px) and (max-width: 900px) {
            .global-toolbar {height: 41px;}
            .gt-nav--tokens {float:right;margin-right:20px;width:auto;border-top: none;}
            .gt-nav__menu--tooltip {
            visibility:visible;
            background-color: transparent!important;
            margin:0;
            padding: 0;
            -moz-background-clip: padding-box;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            font-size: 11px;
            position: absolute;
            z-index: 1000;
            list-style: none outside none;
            border:0 none;
            left:auto!important;
            right:0;
            top:110%;
            min-width:150px;
            max-width:200px;
        }

        .gt-module--iask .gt-module__footer {
        width:100%;
        text-align:center;
        left:0; /* compensate for padding */
        }


        }

        /*DESKTOP*/
        @media only screen and (min-width: 900px) {
            .global-toolbar {height: 41px;}
            .gt-nav--tokens {float:right;margin-right:20px;width:auto;border-top: none;}
            .gt-nav__menu--tooltip {
                visibility:visible;
                background-color: transparent!important;
                margin:0;
                padding: 0;
                -moz-background-clip: padding-box;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                font-size: 11px;
                position: absolute;
                z-index: 1000;
                list-style: none outside none;
                border:0 none;
                left:auto!important;
                right:0;
                top:110%;
                min-width:150px;
                max-width:200px;
            }
            .gt-nav--goto {position:relative;}
            .gt-nav--goto .gt-nav__menu {width: 810px;padding:10px;}
			.gt-nav--user-account .gt-nav__menu { min-width: 150px;}
           .gt-grid {margin-left: -1em;} 

            .gt-grid__col {
            padding-left: 1em;
            float: left;
            margin: 2px 0;
        }

            .gt-module {
            width: 100px;
        }

            .gt-module__footer > p {text-align:left;}
            .gt-module__footer > p > abbr {display:block;float:right;margin:0!important;}

        }

