/* NORMALIZE.CSS */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in *    IE on Windows Phone and in iOS. */ /* Document ========================================================================== */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content
========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /**
* Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0;
																																																																		  color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea {
	font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` *    controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring,
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */
/* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }

/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #222; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * These selection rule sets have to be separate. * Customize the background color to match your design. */ ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } /* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Browser Upgrade Prompt ========================================================================== */ .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ /* ========================================================================== Helper classes ========================================================================== */ /* * Hide visually and from screen readers */ .hidden { display: none !important; } /* * Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width *    causes content to wrap 1 word per line: *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; white-space: nowrap; /* 1 */ } /* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; white-space: inherit; } /* * Hide visually and from screen readers, but maintain layout */ .invisible { visibility: hidden; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document. *    Otherwise it causes space to appear at the top and bottom of elements *    that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using *    `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ }
/* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: http://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *:before, *:after, p:first-letter, div:first-letter, blockquote:first-letter, li:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line { background: transparent !important; color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote {
																																																																		  border: 1px solid #999; page-break-inside: avoid; } /* * Printing Tables: * http://css-discuss.incutio.com/wiki/Printing_Tables */ thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }

figure {
  margin-left: 0;
  margin-right: 0;
}


/* BOX SIZE FIX */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* CLEARFIX */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear:both;
}
/* CONTAINER SYSTEM */
.container,
.container-fluid {
	margin:0 auto;
	padding:0 15px;
	max-width:100%;
}
/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
*/
.container {
	width:100%;
	max-width: 1170px;
	margin-left:auto;margin-right:auto;
 }

/* GRID SYSTEM */
.grid-container-7,
.grid-container-10,
.grid-container-12,
.grid-container {
	margin-left: -1em;
	margin-left: -1rem;
	margin-right: -1em;
	margin-right: -1rem;
}
.grid-container-7>*,
.grid-container-10>*,
.grid-container-12>*,
.grid-container>* {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 1em;
	padding-left: 1rem;
	padding-right: 1em;
	padding-right: 1rem;
}
.grid-container>* { width: 38%; }
.grid-container>*:first-child, .grid-container>*:nth-child(even) { width: 62%; }
.grid-container-7>* { width: 14.28571429%; } /* width: 100%; width: 85.71428571%; width: 71.42857143%; width: 57.14285714%; width: 42.85714286%; width: 28.57142857%; width: 14.28571429%; */
.grid-container-10>* { width: 10%; } /* width: 100%; width: 90%; width: 80%; width: 70%; width: 60%; width: 50%; width: 40%; width: 30%; width: 20%; width: 10%; */
.grid-container-12>* { width: 8.33333333%; } /* width: 100%; width: 91.66666667%; width: 83.33333333%; width: 66.66666667%; width: 58.33333333%; width: 50%; width: 41.66666667%; width: 33.33333333%; width: 25%; width: 16.66666667%; width: 8.33333333%;*/

@media (min-width: 768px) {
.grid-container-sm>* { width: 38%; }
.grid-container-sm>*:first-child, .grid-container-sm>*:nth-child(even) { width: 62%; }
.grid-container-sm-7>* { width: 14.28571429%; }
.grid-container-sm-10>* { width: 10%; }
.grid-container-sm-12>* { width: 8.33333333%; }
}
@media (min-width: 992px) {
.grid-container-md>* { width: 38%; }
.grid-container-md>*:first-child, .grid-container-md>*:nth-child(even) { width: 62%; }
.grid-container-md-7>* { width: 14.28571429%; }
.grid-container-md-10>* { width: 10%; }
.grid-container-md-12>* { width: 8.33333333%; }
}
@media (min-width: 1200px) {
.grid-container-lg>* { width: 38%; }
.grid-container-lg>*:first-child, .grid-container-lg>*:nth-child(even) { width: 62%; }
.grid-container-lg-7>* { width: 14.28571429%; }
.grid-container-lg-10>* { width: 10%; }
.grid-container-lg-12>* { width: 8.33333333%; }
}
/* FORMS */
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1.62em;
	margin-bottom: 1.62rem;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: .62em;
	margin-bottom: .62rem;
	font-weight: bold;
}
textarea,
input,
select {
	margin:0;
	display: block;
	width: 100%;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 1.62em;
	padding:0 .62em;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="search"] {
	background-position: .62em .62em;
	background-position: .62rem .62rem;
	background-repeat: no-repeat;
	padding-left: .62em;
	padding-left: .62rem;
}
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	margin: .81em 0 0;
	margin: .81rem 0 0;
	margin-top: 1px \9;
	line-height: normal;
	height: 1em;
	height: 1rem;
}
input[type="file"] {
	line-height:2.12em;
	line-height:2.12rem;
	border:none;
}
textarea {
	height:auto;
	padding:.62em;
}
input:focus,
textarea:focus,
select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #ccc;
	background:#ccc;
	height: 1.62em;
	border-radius: .31em;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[disabled],
input[readonly],
fieldset[disabled] input {
	background-color: #eee;
	opacity: 1;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[disabled],
fieldset[disabled] input {
	cursor: not-allowed;
}


/* TYPOGRAPHY */
body {
	font-size:17px;
	line-height:1.62;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#000;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
a {
	/*text-decoration: none;*/
}
a:hover,
a:focus {
	/*text-decoration: underline;*/
}
h1,h2 {
	display:block;
	font-size: 1.62em;
	margin:0;
	padding:0;
}
h3,h4,h5,h6 {
	display:block;
	font-size: 1.31em;
	font-weight:bold;
	margin:0;
	padding:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display:block;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:underline;
}
p {
	margin: 0 0 1em 0;
}









@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


/* SCREEN READER TEXT */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* LAYOUT */
html {
	height:100%;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#header {
	
}
#content {
	
}
#sidebar {
	position: relative;
}
#nav-top {
	flex:1;
	text-align:center;
}
#footer {

}
.sidebar { position: relative; }
@media (min-width: 992px) {
	.content>* {
		float:left;
	}
	/* main when sidebar exists - padding & width change */
	.main:nth-last-child(2) {
		padding-right:1.62rem;
		padding-right:1.62em;
		width: calc(100% - 300px);
	 }
	.sidebar {
		float:right;
		width:300px;
	}
	.content { display:flex; }
	.main { flex-grow:1; }
	.sidebar { flex-shrink:0; }
}
.colophon {
	margin: 0 auto;
	padding: 0;
	width:100%;
	line-height: 2.62em;
}
@media (min-width: 768px) {
	#colophon {
		display: table;
	}
	.colophon>* {
		display: table-cell;
		position: relative;
		vertical-align: middle;
		text-align:left;
	}
	.colophon .copyright {
		text-align:right;
	}
}
#credits {
	font-size:.62em;
	text-align:center;
}



/* POST */
.post-title {
	font-weight: bold;
	line-height: 1;
}
.post-content {
	overflow:hidden;
	clip:auto;
}
.post-content * {
	max-width:100%;
}
.post-content>* {
	margin:0 0 1.31em 0;
}
.post-content:first-child {
	margin-top: 0;
}
.post-content p:empty {
	display:none;
}
.post-content>h1,
.post-content>h2,
.post-content>h3,
.post-content>h4,
.post-content>h5,
.post-content>h6 {
	font-size:1.62em;
	font-weight:bold;
	display: block;
	margin: 0 0 .62em 0;
	margin: 0 0 .62rem 0;
	padding:0;
	line-height:1.31;
}
.post-meta {
	font-size: .9em;
	line-height: 1.31;
}

/* images */
img {
	max-width:100%;
	height:auto;
}
/* iframes */
iframe {
	max-width:100%;
} 

/* gallery */

/* post-excerpt */

/* author */

/* author card */
.post-author-card {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	width:100%;
}
.post-author-card>* {
	display: table-cell;
	position: relative;
	min-height: 1px;
	vertical-align: top;
	padding:0 .62em;
}

/* navigation (single post) */
/* navigation (archive) */
/* pagination (archive) */
.nav-links {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	width:100%;
}
.navigation-pagination .nav-links {
	width:auto;
}
.nav-links>* {
	display: table-cell;
	position: relative;
}
.nav-links a, .nav-links .current {
	padding: .62em 1em;
	line-height: 1.31;
	display:block;
}
.nav-links .nav-next {
	text-align:right;
}


/* search form */
.search-form {
	max-width: 400px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.search-form>* {
	display: table-cell;
	position: relative;
	vertical-align:top;
}

/* WIDGETS */
.widget {
	margin-bottom:1em;
	margin-bottom:1rem;
	line-height: 1.31;
}
.widget-title {
	font-size: 1.31em;
}
.widget img {
	max-width:100%;
	height:auto;
}
.widget ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widget ul ul {
	margin-left:1em;
}
.widget li {
	display:block;
}
/* widget calendar */
#wp-calendar {
	width:100%;
}
#wp-calendar td {
	text-align:center;
}
/* widget rss */
.widget_rss .widget-title a.rsswidget {
	float: left;
	margin-right: .31em;
}
.widget_rss .widget-title a.rsswidget img {
	vertical-align: baseline;
}
.widget_rss ul {
	clear:both;
}
.widget_rss li {
	margin-bottom:.62em;
}
.widget_rss li a.rsswidget {
	display:block;
	font-weight:bold;
}
.widget_rss .rss-date {
	font-style:italic;
}
/* links lists */
.widget_categories li,
.widget_pages li,
.widget_archive li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_meta li {
	display:block;
	padding: .31em 0 0 0;
}
/* recent posts, recent comments */
.widget ul li .post-date,
.widget ul li.recentcomments {
	font-style:italic;
}
.widget ul li.recentcomments a {
	font-style:normal;
}







.menu {
	list-style:none;
}
.menu:before,
.menu:after {
	display: table;
	content: " ";
}
.menu:after {
	clear:both;
}
.menu li {
	float:left;
}



/*
.navigation-menu-standalone ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
}
.navigation-menu-standalone ul.menu {
	position: relative;
	display: table;
	border-collapse: separate;
}
.navigation-menu-standalone ul.menu>li {
	display: table-cell;
	position: relative;
}

.navigation-menu-standalone ul.menu ul {
	display:none;
}
.navigation-menu-standalone ul.menu>li:hover>ul {
	position:absolute;
	top:100%;
	left:0;
}
.navigation-menu-standalone ul.menu>li:hover ul {
	display:block;
	min-width:180px;
}
.navigation-menu-standalone ul.menu a {
	white-space:nowrap;
	display: block;
	padding: .62em 1em;
}
.navigation-menu-standalone .menu ul ul a {
	padding-left:1.31em;
}
.navigation-menu-standalone .menu ul ul ul a {
	padding-left:1.62em;
}
.navigation-menu-standalone .menu ul ul ul ul a {
	padding-left:1.93em;
}
.navigation-menu-standalone .menu ul ul ul ul ul a {
	padding-left:2.24em;
}
*/

@media print {
  .container {
    width: auto;
  }
}