@charset 'utf-8';
@viewport {
	zoom: 1.0;
	width: device-width;
}
@-moz-document url-prefix() {
	::-moz-focus-inner {
		border: 0;
		margin: 0;
		padding: 0;
	}
	select{
		padding: 0 .5em 0 0 !important;
	}
	input[type=number] {
		-moz-appearance: textfield;
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body.lacks-js .needs-js {
	display: none;
}
/* DEPRECATED b, u, i, center, small, big, applet, strike, tt, acronym, */
/* UNUSED ruby, */
body,
div, span,
p, a, img,
hgroup, h1, h2, h3, h4, h5, h6,
abbr, address, blockquote, cite, q, time, dfn,
em, strong, s,
del, ins, mark,
sub, sup,
ol, ul, li, dl, dt, dd,
fieldset, form, label, output,
details, menu, summary,
table, tbody, tfoot, thead, tr, th, td, caption,
article, section, aside, header, main, footer, nav,
canvas, object, embed, audio, video, iframe,
pre, code, kbd, samp, var,
figure, figcaption, legend,
input, button, textarea, select, option, optgroup {
	margin: 0;
	padding: 0;
	border: medium none currentColor;
	font: inherit;
	vertical-align: baseline;
}
hgroup,
details,
article, section, aside, header, main, footer, nav,
figure, figcaption {
	display: block;
}
pre, code, samp {
	font-family: monospace;
	/* line-height: 0.84;
	letter-spacing: -.122ch; */
}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
q:lang(lt) {
	quotes: '\201e' '\201c';
}
html {
	margin: 0;
	padding: 0;
	border: medium none currentColor;
	font: normal normal 400 12pt/1.58 Arial, sans-serif;
	color: hsl(0,0%,30%);
	background-color: hsl(0,0%,89.5%);
	/*-moz-hyphens: auto;
	hyphens: auto;*/
}
ul, ol, p, h1, h2, h3, h4, h5, h6, dl, pre, table {
	margin: 1em 0 0;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:link:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
}
a:active {
	color: #003366;
}
.blwr {
	display: block;
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
h1 {
	font-size: 200%;
	font-weight: 300;
}
h2 {
	font-size: 150%;
	margin: .66666666em 0 0 0;
	border-bottom: 2px solid transparent;
	position: relative;
}
h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 1.75em;
	height: 2px;
	background-color: hsl(43.5, 99.2%, 48.2%);
	bottom: -2px;
}
h3 {
	font-weight: bold;
	padding-bottom: .25em;
	border-bottom: 1px solid hsl(0, 0%, 0%, 0.125);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
thead {
	border-bottom: 2px solid hsla(0, 0%, 0%, 0.5);
	font-weight: 500;
}
tr {
}
td, th {
	border: 1px solid hsla(0, 0%, 0%, 0.25);
	padding: .375em .25em;
}
li {
	margin: .5em 0 0;
}
ul.inline > li {
	margin: 0;
	display: inline;
}
h1 + ul, h1 + ol,
h2 + ul, h2 + ol,
h3 + ul, h3 + ol,
h4 + ul, h4 + ol,
h5 + ul, h5 + ol,
h6 + ul, h6 + ol,
li > ol,
li > ul {
	margin: .5em 0 0;
}
dt {
	font-style: italic;
	float: left;
	margin: 0 1em 0 0;
	width: 10em;
}
dd {
	margin: 0 0 0 11em;
}
dd:after {
	content: '';
	display: block;
	clear: left;
}
ol, ul, dl {
	padding: 0 0 0 1em;
}
input, textarea, button, select, option, optgroup {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-sizing: content-box;
}
input,
textarea,
select {
	padding: 0 .5em;
	line-height: 1.25;
	background-color: hsla(0, 0%, 98.4%, 0.5);
	border: 1px solid #c7bebf;
	margin: -.125em 0;
	color: hsl(0,0%,20%);
}
:disabled, .visibly-disabled {
	opacity: .5;
	filter: grayscale(.5);
}
option {
	padding: .125em .5em;
	line-height: 1;
}
optgroup {
	padding: .125em .5em;
	line-height: 1;
	color: hsla(0,0%,30%,.5);
}
optgroup option {
	padding: .125em;
	margin: 0 0 0 1em;
	color: hsla(0,0%,30%,1);
}
@-moz-document url-prefix() {
	select {
		padding: 0;
	}
}
input[type=checkbox],
input[type=radio] {
	position: absolute;
	clip-path: circle(0%);
	margin-right: -2em;
}
input[type=checkbox]:not(:checked) + .fa-check-square-o,
input[type=checkbox]:checked + .fa-check-square-o + .fa-square-o,
input[type=radio]:not(:checked) + .fa-dot-circle-o,
input[type=radio]:checked + .fa-dot-circle-o + .fa-circle-o {
	display: none;
}
input[type=checkbox]:focus + .fa-check-square-o,
input[type=checkbox]:focus + .fa-check-square-o + .fa-square-o,
input[type=radio]:focus + .fa-dot-circle-o,
input[type=radio]:focus + .fa-dot-circle-o + .fa-circle-o {
	outline: 1px dotted currentColor;
}
input[type=checkbox][disabled] + .fa-check-square-o,
input[type=checkbox][disabled] + .fa-check-square-o + .fa-square-o,
input[type=radio][disabled] + .fa-dot-circle-o,
input[type=radio][disabled] + .fa-dot-circle-o + .fa-circle-o {
	opacity: .5;
}
input[type=submit], button {
	display: inline-block;
	margin: -.375em 0;
	padding: .375em .5em;
	border-radius: .125em;
	background-color: hsl(0,0%,50%);
	color: hsl(0,0%,95%);
	box-shadow: 0 0 0 hsla(0, 0%, 0%, .25);
	position: relative;
	top: 0;
}
input[type=submit]:hover, button:hover {
	background-color: hsl(0,0%,40%);
	box-shadow: 0 .125em 0 hsla(0, 0%, 0%, .25);
	top: -.125em;
}
input[type=submit]:active, button:active {
	box-shadow: 0 .0625em 0 hsla(0, 0%, 0%, .25);
	top: -.0625em;
}
input[type=submit].primary, button.primary {
	padding-left: 1em;
	padding-right: 1em;
	background-color: #FFC539;
	color: hsl(0,0%,27%);
}
input[type=submit].primary:hover, button.primary:hover {
	background-color: hsl(43.5, 99.2%, 58.2%);
}
input[type=submit].blue,
button.blue {
	background-color: #02719f;
}
input[type=submit].ghost,
button.ghost {
	padding: .375em .75em;
	background-color: hsla(0,0%,0%,.0625);
	color: inherit;
}
input[type=submit].ghost:hover,
button.ghost:hover {
	background-color: hsla(0,0%,0%,.125);
}
select[name='term/id'] {
	width: 10em;
	align-self: start;
	padding: .125em;
	height: 1.3em;
}
select {
	background: url('data:image/svg+xml,\
%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221\
.1%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%2010%2010%\
22%3E%3Cpath%20d%3D%22M%201%2C3%205%2C8%209%2C3%20z%22%20style%3D%22fill%3A%\
23000000%3Bfill-opacity%3A.5%3Bstroke%3Anone%22%20%2F%3E%3C%2Fsvg%3E')
		right .5em center / auto 1em no-repeat, hsla(0,0%,95%,.5);
	padding: 0 1.75em 0 .5em;
}
textarea {
	resize: none;
}
input:focus,
textarea:focus,
select:focus {
	border-color: #F5B201;
}
ul.columned {
	-webkit-columns: 15em;
	   -moz-columns: 15em;
	        columns: 15em;
	-webkit-column-gap: 1em;
	   -moz-column-gap: 1em;
	        column-gap: 1em;
}
ul.columned > li {
	margin: 0 0 .25em;
}
ul.columned li > label {
	display: inline-block;
	width: 100%;
	margin: -.125em -.5em;
	padding: .125em .5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-overflow: '.';
}
.counter-margin-collapse {
	display: block;
	margin: -1px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.just-to-be-clear {
	display: block;
	clear: both;
}
.possibly-overly-long-string {
	display: inline-block;
	max-width: 25em;
	overflow: hidden;
	text-overflow: '.';
	text-overflow: ellipsis;
	margin: -1em;
	padding: 1em;
}

#site-header {
	background-color: hsl(0,0%,99.4%);
}

main {
	/* margin: 1em 0 0; */
	/* overflow: hidden; */
	/* display: table-cell;*/
	display: flow-root;
	clear: both;
}
main::after {
	content: '';
	display: block;
	clear: both;
}

.content-column {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}
.content-column.common {
	padding: 0.125em 6.25vw 1.125em;
}
main .content-column.common {
	background-color: hsl(0,0%,99.7%);
}
@media (min-width: 768px) {
	.content-column.common {
		padding: 0.125em 3em 1.125em;
	}
}

.lang-list {
	background: white;
	position: absolute;
	width: max-content;
	top: 0;
	right: 0;
	box-shadow: 0 .5em .5em hsla(0,0%,0%,.25);
	display: none;
}
.lang-icon {
	display: block;
}
.lang-icon,
.lang-list-wrap {
	position: relative;
	margin: -1em;
	padding: 1em;
}
@media (max-width: 700px) {
	.lang-icon,
	.lang-list-wrap {
		margin: -1.25em -.5em;
		padding: 1.25em .5em;
	}
	.lang-list {
		top: auto;
		bottom: 0;
	}
}
#toggle-langs:checked ~ .lang-list {
	display: block;
}

.tab-handle {
	margin: 0;
	padding: 0 1em 1em;
}
.tab-handle {
	margin: 1em 0 0;
	background-color: #696969;
	color: white;
}

.mi-picture {
	display: inline;
	vertical-align: bottom;
	height: 2em;
	margin: -.5em 0;
}

.top-row {
	margin: 0;
	padding: 0;
	text-align: right;
}

.top-row a:link,
.top-row a:visited {
	color: #003366;
}
.bcs {
	margin: 0;
	padding: 0;
}
.top-row-mi,
.bcs-mi {
	display: inline-block;
	margin: 0;
	padding: 1em 0.8125em;
}
.main-menu > .top-row > .top-row-mi {
	font-size: 87.5%;
}
.top-row-mi a:link,
.bcs-mi a:link {
	display: block;
	margin: -1em -1em;
	padding: 1em 1em;
	position: relative;
	text-decoration: none;
}
.top-row-mi a:link:hover,
.top-row-mi label.clicky:link:hover {
	text-decoration: none;
}
.top-row-mi a:link::after {
	content: '';
	display: block;
	border-bottom: 2px solid #ffc539;
	position: absolute;
	bottom: -2px;
	left: 1em;
	right: 1em;
	transform: scaleX(0);
	transition: transform .3s ease;
}
.top-row-mi a:link:hover::after {
	transform: scaleX(1);
}
.middle-row {
	margin: 1em auto 0;
	padding: 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	/*border-bottom: .25em solid #8E1E1A;*/
	border-bottom: .25em solid hsl(43.5, 99.2%, 48.2%);;
}
.middle-row.tabs {
	text-transform: uppercase;
}
.middle-mi {
	margin: 0 0 .25em .25em;
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1 0 0;
	text-align: center;
}
.middle-mi.active {
	margin: 0 0 0 .25em;
}
.middle-mi:first-child {
	margin-left: 0;
}
.tab-handle {
	display: block;
	padding-top: 1em;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
}
.tab-handle-info {
	font-size: 70%;
	display: block;
	margin: .5em 0 -.5em;
}
.middle-mi a {
	height: 100%;
}
.popup-spacer {
	height: 5em;
}

.middle-cat-list {
	padding: 0;
	margin: .75em 0 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.middle-cat-list li {
	text-align: center;
	min-height: 2.25em;
	margin: 0;
}
.middle-cat-list span {
	display: block;
	height: 1.125em;
}
.payload-wrapper {
	padding: 0 1em 1em;
	border-top: none;
	overflow: hidden;
}
.continue-link:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.continue-link:link:hover {
	text-decoration: underline;
}
.continue-link:link .fa {
	color: #FFC539
}

.user-name-lastname,
.user-info a {
	display: inline-block;
	padding: .4em;
}
.user-name-lastname {
	font-weight: bold;
}

.form-row {
	display: flex;
	align-items: start;
}
.form-row > label,
.form-row > .label-substitute {
	flex: 0 0 12em;
}
.form-row > input,
.form-row > textarea,
.form-row > select,
.form-row > .input-substitute {
	min-width: 0;
	flex: 1 1 auto;
}
.form-row>input,.form-row>textarea,.form-row>select,.form-row>button {
	margin: -.25em 0 -.25em .5em;
	padding: calc(.25em - 1px) calc(.5em - 1px) calc(.25em - 1px) calc(.5em - 1px);
	line-height: inherit;
}
.form-row > .input-substitute {
	margin: 0 0 0 .5em;
}
.form-row > .input-substitute > input,
.form-row > .input-substitute > select,
.form-row > .input-substitute > textarea {
	box-sizing: border-box;
	width: 100%;
}
.form-row > .input-substitute > input[type=checkbox],
.form-row > .input-substitute > input[type=radio] {
	width: 0;
}
.file-upload-thumb {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: -.5em 1em -.5em 0;
	background-size: 100% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.suggestions {
	position: relative;
}
.suggestions input,
.suggestions select {
	display: block;
	width: 100%;
}
.suggestions select {
	position: absolute;
	z-index: 3;
	background: white;
	margin: 0;
	box-shadow: 1em 1em 0 hsla(0,0%,0%,0.125);
	border: none;
}
.suggestions::after {
	content: '';
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	right: 1em;
	transform-origin: top right;
	transform: skewX(45deg);
	box-shadow: 1em 0 0 hsla(0,0%,0%,0.125);
}
.suggestions.closed::after,
.suggestions.closed select {
	display: none;
}
#cookies-notice {
	color: hsl(0,0%,30%);
	background-color: hsla(0,0%,100%,.9);
	text-align: center;
	border-bottom: 1px solid #036;
}
#cookies-notice p {
	margin: 1em;
	display: inline-block;
}
#cookies-notice button {
	color: white;
	background-color: #036;
	display: inline-block;
	margin-bottom: .5em;
}
.attention-request {
	display: inline-block;
	margin: -.25em 0;
	padding: .25em;
	background: gold;
	color: black;
}


.blog-entry-list {
	list-style: square outside;
}
.blog-entry-list-item {
	clear: both;
}
.blog-entry-body ul {
	list-style: square;
	padding: 0 0 0 2em;
}
.blog-entry-footer {
	font-size: 80%;
	color: hsla(0,0%,40%);
}
.blog-entry-footer p {
	margin-top: .5em;
}


/* from frame/index.php (header) */
.main-menu {
	clear: both;
	font-size: 110%;
}
.main-menu-label {
	display: none;
	padding: 3em 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.main-menu-label:hover {
	background-color: #dfdfdf;
}
@media (max-width: 700px) {
	.main-menu-label {
		display: inline-block;
		cursor: s-resize;
	}
	.main-menu-content {
		display: none;
		position: absolute;
		right: 0;
		z-index: 1;
		background: white;
	}
	#toggle-menu:checked ~ .main-menu-label {
		background-color: #dfdfdf;
		cursor: n-resize;
	}
	#toggle-menu:checked ~ .main-menu-content {
		display: block;
		box-shadow: 0 .5em .5em hsla(0,0%,0%,.25);
	}
	.top-row-mi {
		/* padding: 1.25em .5em; */
		display: block;
	}
	.top-row-mi a:link {
		/* margin: -1.25em -.5em; */
		/* padding: 1.25em .5em; */
	}
	.main-menu-content > ul {
		display: inline-block;
		vertical-align: top;
	}
}

/* from header.tpl.php */
#site-header .content-column {
	display: flex;
}
#header-badge {
	align-self: center;
	margin: 0 1em;
}
@media(max-width: 900px) {
	#header-badge {
		display: none;
	}
}
#header-content {
	flex: 1 0 0;
	text-align: right;
	align-self: center;
}
#header-branding {
	flex: 0 0 auto;
	align-self: flex-start;
	margin: .5em .3125em;
	font-size: 250%;
}
#header-branding-logo,
#header-branding-logotype,
#site-footer-branding-logotype {
	width: auto;
	height: 100px;
	max-width: 100%;
	display: inline-block;
	vertical-align: -.4em;
}
#header-branding-type {
	text-transform: uppercase;
	color: #696969;
}
#header-branding-logotype {
	max-width: calc(100vw - 80px);
}

/* from contacts.tpl.php */
.city-list {
	padding: 0;
}
.embeded-map {
	width: 100%;
	display: block;
}
.store-list {
	margin: 0;
}
.store-list h3 {
	border: none;
}
.store-list li {
	display: inline-block;
	width: calc(50% - .25em);
	vertical-align: top;
}

/* from auth-form.tpl.php and password-recover.tpl.php */
.msg-with-icon {
	display: flex;
	flex-direction: row;
	margin: 1em 0 0;
}
.error-message {
	color: hsl(0,0%,95%);
	background-color: maroon;
}
.msg-with-icon-icon-wrap {
	flex: 0 0 auto;
	padding: 0 0 1em 1em;
}
.msg-with-icon-msg-wrap {
	flex: 1 1 0;
	padding: 0 1em 1em;
}

/* from my-account.tpl.php */
.user-orders-wrap {
	overflow-x: auto;
}

/* from footer.tpl.php */
#site-footer {
	background: center / cover no-repeat url(/res/img/graphic/elektros-tinklo-infrastruktura-tamsesnis.jpeg), #003366;
	color: hsl(0,0%,100%);
	font-size: 87.5%; /* 16px > 14px */
}
#site-footer a:link,
#site-footer a:visited {
	text-decoration: none;
	color: hsl(0, 0%, 100%);
}
#site-footer a:link:hover {
	color: hsl(42.4, 100%, 61.2%);
}
#site-footer strong {
	font-weight: inherit;
	color: #FFC539;
}
#site-footer-map {
	margin: 1em -6.25vw 0;
	background-color: #e4e4e4;
	min-height: 28em;
	color: hsl(0,0%,30%);
	opacity: 0;
	transition: opacity 1s ease-out .6s;
}
#site-footer-map.invoked {
	opacity: 1;
}
.gm-style button:hover {
	box-shadow: unset;
}
.map-info-window-client-content {
	margin-top: -1em;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
.map-info-window-client-content strong,
#site-footer-map .map-info-window-client-content strong {
	color: inherit;
	font-weight: bold;
}
.map-info-window-client-content a:link,
.map-info-window-client-content a:visited,
#site-footer-map .map-info-window-client-content a:link,
#site-footer-map .map-info-window-client-content a:visited {
	color: #036;
}
.map-info-window-client-content a:link:hover,
.map-info-window-client-content a:visited:hover,
#site-footer-map .map-info-window-client-content a:link:hover,
#site-footer-map .map-info-window-client-content a:visited:hover {
	color: #036;
	text-decoration: underline;
}
#site-footer-imprint {
	font-size: 85.71%; /* 14px > 12px */
	margin: 1em 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#site-footer-imprint p {
	flex: 0 0 auto;
}
#site-footer-imprint p + p {
	margin-left: 2em;
}
@media (min-width: 768px) {
	#site-footer-contacts-stack {
		display: flex;
		flex-direction: row;
	}
	#site-footer-map {
		margin: 1em 0 0 1em;
		flex: 1 0 0;
	}
}

.content-column.vsplit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.vsplit > p + p,
.vsplit > div + div {
	margin-left: 2em;
}

/* breadcrumbs */
#site-breadcrumbs {
	background-position: center 50%;
	background: top center / cover no-repeat url(/res/img/graphic/elektros-tinklo-infrastruktura.jpeg), #003366;
	color: hsl(0,0%,100%);
	background-size: cover;
	border-top: 1px solid transparent;
}
#site-breadcrumbs h1 {
	font-size: 187.5%;
	margin: .75em 0 0;
	padding: 0;
	border: 0;
}
.breadcrumb-list {
	font-size: 87.5%;
	padding: 0;
	margin: .25em 0 0;
}
.breadcrumb-list-item {
	display: inline-block;
	margin: 0;
}
.breadcrumb-list-item + .breadcrumb-list-item {
	margin-left: 1em;
}
.breadcrumb-list-item + .breadcrumb-list-item:before {
	content: '›';
	margin-right: 1em;
}
.breadcrumb-list-item a:link,
.breadcrumb-list-item a:link:hover,
.breadcrumb-list-item a:visited {
	color: inherit;
	text-decoration: none;
}

.matched-text {
	margin: -.25em;
	padding: .25em;
	background-color: hsla(320,100%,50%,.3);
}

/* user composed content */
.user-composed-content {
	font-size: 87.5%;
}
.user-composed-content.embedded {
	/* font: normal normal 400 12pt/1.58 Arial, sans-serif; */
	font: normal normal 400 10.5pt/1.58 Arial, sans-serif;
	text-align: justify;
	color: hsl(0,0%,30%);
	background-color: hsl(0,0%,89.5%);
	padding: 1em 3em 2em;
	margin: 1em 0 0 calc(10.5pt * 12.5);
}
.user-composed-content.embedded a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
.user-composed-content.embedded a:link:hover {
	text-decoration: underline;
}
.user-composed-content iframe,
.user-composed-content image,
.user-composed-content [data-ce-tag=img],
.user-composed-content img,
.user-composed-content video {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.user-composed-content table p {
	margin: 0;
}
.user-composed-content ul {
	list-style: circle;
}
.user-composed-content ol {
	list-style: number;
}
.user-composed-content .align-left {
	clear: initial;
	float: left;
	margin-right: 1em;
}
.user-composed-content .align-right {
	clear: initial;
	float: right;
	margin-left: 1em;
}
.user-composed-content .text-center {
	text-align: center;
}
.user-composed-content .text-left {
	text-align: left;
}
.user-composed-content .text-right {
	text-align: right;
}
hr.read-more-mark,
.ce-element.ce-element--type-readmore {
	margin: 1em 0 0;
	border: none;
	border-bottom: 1em dotted hsla(0,0%,0%,.25);
}
.user-composed-content .spaced-before {
	margin-top: 2em;
}
.user-composed-content .spaced-before-x2 {
	margin-top: 3em;
}
.user-composed-content .spaced-before-x4 {
	margin-top: 5em;
}
/* from adhoc-index */
.navmore-content ul,
.navmore-content li {
	margin: 0;
	padding: 0;
}
.navmore-content li {
	padding: 1em;
}
.navmore-content li + li {
	border-top: 1px solid hsla(0,0%,0%,.125);
}
.navmore-content a {
	margin: -1em;
	padding: 1em;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.navmore-content a:link:hover {
	background: linear-gradient(to bottom right, #feffff 0%, #FFC539 100%);
	text-decoration: none;
}
.navmore-content img {
	vertical-align: bottom;
	display: inline-block;
	margin: calc((32px - 1.58em) / -2) 0;
	margin-right: 1em;
}
@media (min-width: 1220px) {
	.navmore.content-column.common {
		position: relative;
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	.navmore-content {
		position: absolute;
		width: 21em;
		top: 0;
		right: 0;
		margin: 1.125em 2em;
	}
	.navmore + .content-column {
		padding-right: 25em;
		width: calc(1110px - 25em + 3em);
	}
}
