

	@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
/*! --------------------------------------------------
*
*   TOOLBAR
*   TABLE OF CONTENTS
*
*   imports
*
* -------------------------------------------------- */
/*! --------------------------------------------------
    #imports
    -------------------------------------------------- */
/* partials */
/*! --------------------------------------------------
*
*   VARIABLES
*   TABLE OF CONTENTS
*
*   colours
*   fonts
*   transitions
*   toolbar
*
* -------------------------------------------------- */
:root {




/*! --------------------------------------------------
    #colours
    -------------------------------------------------- */




/*! --------------------------------------------------
    #fonts
    -------------------------------------------------- */




/*! --------------------------------------------------
    #transitions
    -------------------------------------------------- */




/*! --------------------------------------------------
    #toolbar
    -------------------------------------------------- */




}
/* ROOT */
/*! --------------------------------------------------
*
*   MIXINS
*   TABLE OF CONTENTS
*
*   icon font
*   button
*   media queries
*
* -------------------------------------------------- */
:root {




/*! --------------------------------------------------
    #icon font
    -------------------------------------------------- */;




/*! --------------------------------------------------
    #button
    -------------------------------------------------- */;




/*! --------------------------------------------------
    #media queries
    -------------------------------------------------- */

	/* example: */
	/* usage: @media (--mqS) {  } */
	/* @custom-media --mqS (max-width: 568px); */




}
/* ROOT */
/* globals */
/*! --------------------------------------------------
*
*   FONTS
*   TABLE OF CONTENTS
*
*	basic font
*   icon font
*
* -------------------------------------------------- */
/*! --------------------------------------------------
    #basic font
    -------------------------------------------------- */
/*! --------------------------------------------------
    #icon font
    -------------------------------------------------- */
@font-face {
		font-family: 'icomoon';
		src:  url('../fonts/icomoon/icomoon.eot?sdrjfn');
		src:  url('../fonts/icomoon/icomoon.eot?sdrjfn#iefix') format('embedded-opentype'),
		      url('../fonts/icomoon/icomoon.woff2?sdrjfn') format('woff2'),
		      url('../fonts/icomoon/icomoon.ttf?sdrjfn') format('truetype'),
		      url('../fonts/icomoon/icomoon.woff?sdrjfn') format('woff'),
		      url('../fonts/icomoon/icomoon.svg?sdrjfn#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
[class^="icon-"]:before,
	[class*=" icon-"]:before {
		@apply make-icon();
	}
/* icons */
/* ROOT */
/* components */
/*! --------------------------------------------------
*
*   TOOLBAR
*   TABLE OF CONTENTS
*
*   general
*   custom icons
*   accessibility / focus
*   devel
*
* -------------------------------------------------- */
/*! --------------------------------------------------
    #general
    -------------------------------------------------- */
.toolbar {
		height: auto !important /* .toolbar-tray */ /* .toolbar-tray-vertical */ /* .toolbar-tray-horizontal */ /* .toolbar-tab */ /* .toolbar-icon */ /* .toolbar-toggle-orientation */ /* .home-toolbar-tab */

	}
.toolbar .toolbar-bar{
background: #ffffff;
height: 39px;




}
.toolbar .menu-item{
background-color: #172434;




}
.toolbar .menu-item > ul{
background: #172434;




}
.toolbar .toolbar-tray{
height: 39px;
background: #172434;
background-position: 96% center !important;
/* a */




}
.toolbar .toolbar-tray li{
border: none;




}
.toolbar .toolbar-tray li:hover,
				.toolbar .toolbar-tray li:focus,
				.toolbar .toolbar-tray li.is-active,
				.toolbar .toolbar-tray li.open > div > a{
background-color: #223348 !important;




}
.toolbar .toolbar-tray a{
color: #ffffff !important;
text-decoration: none;
padding: 13px 1.3333em;
/* remove fixed height + text cut off:
				// height: $toolbar-tray-height;
				// line-height: $toolbar-tray-height;
				// padding-top: 0;
				// padding-bottom: 0;
				// white-space: nowrap;
				// text-overflow: ellipsis;
				// overflow: hidden; */




}
.toolbar .toolbar-tray a:before{
background-color: #ffffff;




}
.toolbar .toolbar-tray button:before{
background-color: #ffffff;




}
.toolbar .toolbar-tray-vertical{
box-shadow: none;
border-right: none;
/* remove borders */




}
.toolbar .toolbar-tray-vertical ul li.menu-item,
			.toolbar .toolbar-tray-vertical .menu-item + .menu-item{
border: none;




}
.toolbar .toolbar-tray-vertical .menu-item:last-child,
			.toolbar .toolbar-tray-vertical ul ul li.menu-item:first-child{
border: none;




}
.toolbar .toolbar-tray-vertical .toolbar-lining{
width: 100%;
float: none;
display: block;




}
.toolbar .toolbar-tray-vertical .toolbar-icon-admin-toolbar-tools-help{
text-indent: 0;




}
.toolbar .toolbar-tray-vertical .toolbar-menu a,
			.toolbar .toolbar-tray-vertical .menu a{
padding-left: 2.75em;
padding-right: 4em;




}
.toolbar .toolbar-tray-vertical .toolbar-menu-administration .toolbar-menu{
border-left: solid 5px #223348;
margin-left: 0 !important;




}
.toolbar .toolbar-tray-vertical .toolbar-menu-administration .toolbar-menu.root{
border-left-width: 0;




}
.toolbar .toolbar-tray-vertical .toolbar-menu-administration .toolbar-menu ul ul{
border-top: none;
border-bottom: none;




}
.toolbar .toolbar-tray-horizontal{
box-shadow: none;
border-bottom: none;
/* remove borders */
/* .menu-item--expanded */




}
.toolbar .toolbar-tray-horizontal ul li.menu-item,
			.toolbar .toolbar-tray-horizontal .menu-item + .menu-item{
border: none;




}
.toolbar .toolbar-tray-horizontal .menu-item:last-child,
			.toolbar .toolbar-tray-horizontal ul ul li.menu-item:first-child{
border: none;




}
.toolbar .toolbar-tray-horizontal .menu-item--expanded{
position: relative;
background-image: none !important;




}
.toolbar .toolbar-tray-horizontal .menu-item--expanded:before{
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
-webkit-font-feature-settings: normal;
        font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
display: block;
background: none !important;
width: 20px !important;
height: 20px !important;
font-size: 12px;
line-height: 20px !important;
text-align: center;
text-indent: 0;
top: 50%;
right: 4px;
padding: 0 !important;
margin-top: -10px;
margin-left: 14px;




}
@media only screen and (min-width: 36em){
.toolbar .toolbar-tray-horizontal .menu-item--expanded:before{
margin-left: 0;




}




}
.toolbar .toolbar-tray-horizontal .menu-item--expanded:hover ul{
box-shadow: none;




}
.toolbar .toolbar-tray-horizontal .menu-item--expanded .menu-item:hover ul{
margin-top: -39px;




}
.toolbar .toolbar-menu{
background: #172434;




}
.toolbar .toolbar-menu .menu-item{
background: #172434;




}
.toolbar .toolbar-tab{

	}
.toolbar .toolbar-tab .toolbar-item{
display: block;
height: 39px;
line-height: 39px;
padding: 0 48px;
color: #223348;
transition: all 0.125s ease-out;




}
.toolbar .toolbar-tab .toolbar-item:hover,
				.toolbar .toolbar-tab .toolbar-item:focus,
				.toolbar .toolbar-tab .toolbar-item.is-active{
background: #edf1f5;
background-image: none !important;
text-decoration: none;




}
.toolbar .toolbar-tab .toolbar-item.toolbar-icon:before{
margin-left: 14px;




}
@media only screen and (min-width: 36em){
.toolbar .toolbar-tab .toolbar-item.toolbar-icon:before{
margin-left: 0;




}




}
.toolbar .toolbar-icon,
		.toolbar a.toolbar-icon{
/* padding-left: $font-size-base * 2.5 !important; */
padding-left: 2.75em;




}
.toolbar .toolbar-icon.toolbar-icon-admin-toolbar-tools-help, .toolbar a.toolbar-icon.toolbar-icon-admin-toolbar-tools-help{
padding-right: 0 !important;




}
.toolbar .toolbar-icon.toolbar-icon-admin-toolbar-tools-help:before, .toolbar a.toolbar-icon.toolbar-icon-admin-toolbar-tools-help:before{
background-image: url(../../../../../modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/d8-item.svg) !important;
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: center;
margin-left: -2px;




}
.toolbar .toolbar-icon:before, .toolbar a.toolbar-icon:before{
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
-webkit-font-feature-settings: normal;
        font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
display: block;
background-color: transparent !important;
background-image: none !important;
width: 20px !important;
height: 20px !important;
font-size: 16px;
line-height: 20px !important;
text-align: center;
text-indent: 0;
top: 50%;
padding: 0 !important;
margin-top: -10px;




}
.toolbar .toolbar-icon:focus, .toolbar a.toolbar-icon:focus{
background-color: #223348;




}
.toolbar .toolbar-icon.toolbar-handle, .toolbar a.toolbar-icon.toolbar-handle{

	}
.toolbar .toolbar-icon.toolbar-handle:before, .toolbar a.toolbar-icon.toolbar-handle:before{
background-color: transparent;
text-indent: 0;




}
.toolbar .toolbar-icon.toolbar-handle:focus, .toolbar a.toolbar-icon.toolbar-handle:focus{
background-color: transparent;




}
.toolbar .toolbar-icon + ul .toolbar-icon, .toolbar a.toolbar-icon + ul .toolbar-icon{
padding-left: 16px !important;




}
.toolbar .toolbar-icon + ul .toolbar-icon:before, .toolbar a.toolbar-icon + ul .toolbar-icon:before{
display: none;




}
.toolbar .toolbar-toggle-orientation{
background: #223348;
border: none !important;




}
.toolbar .toolbar-toggle-orientation button{
position: relative;
height: 39px;
padding-left: 2.75em;




}
.toolbar .toolbar-toggle-orientation button:before{
top: 50%;
margin-top: -10px;
text-indent: 0;




}
.toolbar .toolbar-toggle-orientation button.toolbar-icon-toggle-horizontal{
background: #ffffff !important;




}
.toolbar .toolbar-toggle-orientation button.toolbar-icon-toggle-horizontal{
background-color: #172434 !important;
text-align: left;
width: 100%;
text-indent: 0;




}
.toolbar .toolbar-toggle-orientation button.toolbar-icon-toggle-horizontal:before{
left: 0.6667em;
right: auto;




}
.toolbar .home-toolbar-tab{
.toolbar-item{
background: #00a8f6;
color: #ffffff;




}
.toolbar-item:hover{
background: rgb(0, 132, 194);




}
.toolbar-item.toolbar-icon:before{
background-color: rgb(0, 98, 143);




}




}
.toolbar .menu-item:hover{
background-color: #223348 !important;




}
/* .toolbar */
.toolbar-tray-horizontal a:focus,
	.toolbar-box a:focus {
		background-color: #030309;
	}
/*! --------------------------------------------------
    #custom icons
    -------------------------------------------------- */
html body {

	}
html body .toolbar-tray .toolbar-icon.toolbar-icon-commerce-admin-commerce:before{
background-image: url(../img/drupal-cart.svg) !important;




}
html body .toolbar-tray-horizontal ul li.menu-item--expanded ul li.menu-item--expanded:before{
content: "\edbd";




}
html body .toolbar .toolbar-icon-escape-admin:before{
content: "\edc5";




}
html body .toolbar .toolbar-icon-menu:before{
content: "\ec6d";




}
html body .toolbar .toolbar-icon-shortcut:before{
content: "\ece5";




}
html body .toolbar .toolbar-icon-user:before{
content: "\eaf7";




}
html body .toolbar .toolbar-icon-coffee:before{
content: "\eb36";




}
html body .toolbar .toolbar-icon-devel:before{
content: "\eb61";




}
html body .toolbar .toolbar-icon-system-admin-content:before{
content: "\e99e";




}
html body .toolbar .toolbar-icon-system-admin-structure:before{
content: "\ec65";




}
html body .toolbar .toolbar-icon-system-themes-page:before{
content: "\e938";




}
html body .toolbar .toolbar-icon-system-modules-list:before{
content: "\ec1f";




}
html body .toolbar .toolbar-icon-system-admin-config:before{
content: "\eb5a";




}
html body .toolbar .toolbar-icon-entity-user-collection:before{
content: "\eaf8";




}
html body .toolbar .toolbar-icon-system-admin-reports:before{
content: "\eb8e";




}
html body .toolbar .toolbar-icon-help-main:before{
content: "\ed56";




}
html body .toolbar .toolbar-icon-toggle-horizontal:before{
content: "\edb9";




}
html body .toolbar .toolbar-icon-toggle-vertical:before{
content: "\edc5";




}
html body .toolbar .toolbar-handle:before{
content: "\edc9";




}
html body .toolbar .toolbar-handle.open:before{
content: "\edc7";




}
html body.toolbar-icon-8 .toolbar .toolbar-icon-admin-toolbar-tools-help:before{
background-image: url(../../../../../modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-8-logo.svg) !important;




}
html body.toolbar-icon-9 .toolbar .toolbar-icon-admin-toolbar-tools-help:before{
background-image: url(../../../../../modules/contrib/admin_toolbar/admin_toolbar_tools/misc/icons/ffffff/drupal-9-logo.svg) !important;




}
/* html body */
/*! --------------------------------------------------
    #accessibility / focus
    -------------------------------------------------- */
.toolbar-box a:hover:focus {
		text-decoration: none;
		background-color: #030309;
	}
/*! --------------------------------------------------
    #devel
    -------------------------------------------------- */
.toolbar {
	}
.toolbar ul.menu{
padding: 0;
margin: 0;




}
/* .toolbar */
.toolbar a.edit-devel-toolbar {
		color: rgba(255, 255, 255, .8) !important
	}
.toolbar a.edit-devel-toolbar:hover,
		.toolbar a.edit-devel-toolbar:focus{
background-color: #223348;




}
.toolbar .toolbar-tray-vertical .edit-devel-toolbar {
		text-align: left;
		padding-left: 2.75em;
		padding-right: 4em;
	}
