/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete 
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
body {
  font-size: 1.1vw;
  }

/*# sourceMappingURL=responsive.tablet.landscape.css.map */


#branding, #logo {/*display: none;*/}


/*
 * Sidenav bar
 */
#block-menu-block-1.sidenav {width: 60vw;}

.sidenav ul,
.sidenav ul ul {padding-left: 0;}

.sidenav li {width: 100%;}

.sidenav li > a {
	color: white;
	width: 100%;
	text-align: left;
	}

.sidenav .block-inner {
		margin-left: 0;
		margin-right: 0;
		}
		
.sidenav .collapsible-header {
		float: left;
		display: block;
		width: 100%;
		padding: 0;
		position: relative;
		background-color: #2D3579;
		background-size: 8em 8em;
		}
		
.sidenav .collapsible-header:hover {background-color: #2D3579;}
		
.sidenav .collapsible-header:after {
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    top: 11.2em;
    width: 0;
    height: 0;
    border-left: 0.6em solid transparent;
    border-right: 0.6em solid transparent;
    border-top: 0.7em solid white;
    }
	
.sidenav .collapsible-body li {background-color: #242C70;}
	

/*
 * Content
 */
#content-wrapper > .containerz {}


/*
 * Footer
 */
body.not-logged-in #footer .centro svg {margin: 0 0.5em; font-size: 3em;}

