/*!
Theme Name: offentligmoms
Theme URI: http://underscores.me/
Author: yulsn.com
Author URI: http://underscores.me/
Description: Description
Version: 1.1.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: offentligmoms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

offentligmoms is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html{
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.nav-menu li a {
    padding: 0px 25px;
    line-height: 68px;
    text-transform: uppercase;
    font-weight: 600;
   /* transition: 0.35s; */
    font-size: 14px;
    color: #000000;
    border-bottom: 2px solid #a3b0bd;
}

@font-face {
  font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('eot'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regular-webfont.woff') format('woff'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regular-webfont.ttf')  format('truetype'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regular-webfont.svg#svgFontName') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
    font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova/proximanova-bold-webfont.eot?#iefix') format('eot'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
  font-style: normal;
  font-weight: 600;
}

@font-face {
    font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova/proximanova-bold-webfont.eot?#iefix') format('eot'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova/proximanova-regularit-webfont.eot?#iefix') format('eot'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regularit-webfont.woff2') format('woff2'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regularit-webfont.woff') format('woff'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regularit-webfont.ttf')  format('truetype'),
       url('/wp-content/themes/offentligmoms/fonts/proximanova-regularit-webfont.svg#svgFontName') format('svg');
  font-style: italic;
  font-weight: 400;
}

@font-face {
    font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova-boldit-webfont.eot?#iefix') format('eot'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.woff2') format('woff2'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.svg#proxima_novabold') format('svg');
  font-style: italic;
  font-weight: 600;
}

@font-face {
    font-family: 'proxima-nova';src: url('/BDOKIT/assets/fonts/proximanova/proximanova-boldit-webfont.eot?#iefix') format('eot'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.woff2') format('woff2'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('/wp-content/themes/offentligmoms/fonts/proximanova-boldit-webfont.svg#proxima_novabold') format('svg');
  font-style: italic;
  font-weight: 700;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: proxima-nova,arial;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	-moz-appearance: textfield;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	float:left;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1000px) {

	.menu-toggle {
		display: none;
	}

}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    padding: 16px 0px;
    display: block;
    float: left;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* --------- Custom -----------*/

.wrapper {
    max-width: 1140px;
    padding: 0px 15px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}

.wrapper.top {
    overflow: visible;
    max-width: 1506px;
}

h2{
	margin-top: 18px;
}

h1.entry-title {
    margin-bottom: 0px;
}

footer .column{
	float: left;
}

.column.level{
	float:left;
}

.column.level:first-child{
	padding-right: 10px;
}

.column.level:last-child{
	padding-left: 10px;
}

.row {
    padding: 16px 0px;
    float: left;
    width: 100%;
}

.row.inside {
    padding-bottom: 0px;
}

.row.banner{
	padding-top: 0px;
}

.row p{
	color: #25272d;
	font-size: 16px;
	line-height: 26px;
	margin-top:20px;
}

.wrapper.main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.content{
	flex: 66.67%;
}

/* --------- Footer --------- */

footer {
    background-color: #323232;
    padding: 45px 0px;
    color: #fff;
    width: 100%;
    float: left;
}

footer li{
	list-style: none;
}

footer p {
    font-size: 14px;
    margin-top: 0px;
    line-height: 20px;
}

.column.social{
	width: 20%;
}

.column.links {
    width: 35%;
}

.column.copyright{
	width: 45%;
}

footer a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

footer a:hover {
    color: #838383;
}

footer .column{
	padding: 0px 50px;
}

footer .column:first-child{
	padding-left: 0px;
}

footer .column:last-child{
	padding-right: 0px;
}

.social-icons li{
	height: 45px;
	width: 45px;
	background-color: #525252;
	margin: 0px 12px 12px 0px;
	float: left;
	transition: 0.35s;
}

.social-icons li a svg {
    height: 20px;
    display: block;
    margin: 0 auto;
    width: 45px;
    fill: #fff;
	transition: 0.35s;
}

.social-icons li a{
	height: 100%;
    display: flex;
    align-items: center;
}

.social-icons li:hover{
	background-color: #424242;
}

.social-icons li:hover svg{
	fill: #838383;
}

/*---------------- Header-------------*/

.header-top {
    background-color: #323232;
    padding: 10px 0px;
    position: relative;
    width: 100%;
    float: left;
}

.top-links{
	float: right;
}

.header-top a.link {
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 500;
}

.header-top a.link:hover{
	text-decoration: underline;
}

.header-top a.link:last-child {
    border-right: 1px solid #afafaf;
    padding-right: 30px;
}

a.external-link {
    float: right;
    padding-left: 30px;
    color: #6b7a8f;
    font-style: italic;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    right: -168px;
    /* position: absolute; */
    width: 183px;
    display: block;
}

a.external-link:hover{
	text-decoration: underline;
}

header{
	background-color: #a3b0bd;
}

.nav-menu li{
	border-left: 1px solid #e4e4e4;
}

.nav-menu li:last-child{
	border-right: 1px solid #e4e4e4;
}

.nav-menu li:hover a,
.nav-menu li.current_page_item a{
	background-color: #8a9bab;
	border-bottom: 2px solid #000;
}

.site-branding img {
    height: 38px;
    float: left;
}

/*----------- Full width banner ------------- */

.full-width-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.line-bottom, .line-top {
    position: relative;
    display: block;
    flex-grow: 1;
    min-height: 112px;
    width: 20px;
    background: #ed1a3b;
    margin-left: 24px;
}

.line-bottom{
	margin-top: 40px;
}

.line-top{
	margin-bottom: 40px;
}

.line-top::after{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	content: '';
	position: absolute;
	bottom: -20px;
	border-left: 20px solid #ed1a3b;
}

.line-bottom::before{
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	content: '';
	position: absolute;
	top: -20px;
	border-right: 20px solid #ed1a3b;
}

a.button {
    display: inline-block;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    background: #ed1a3b;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 25px;
	transition: 0.35s;
}

a.button:hover, .form-block input[type="submit"]:hover{
	background-color: #ab0f28;
}

.text-on-banner {
	color: white;
}

.text-on-banner h1{
	line-height: 40px;
}

/*---------- Text block ----------*/

.text-block {
    float: left;
}

h3{
	font-size: 1.142em;
}

/* ---------- Image block --------*/

a.image-block-link {
    float: left;
    width: 100%;
    display: block;
	overflow: hidden;
	border-bottom: 5px solid #657c91;
}

.image-block img {
    width: 100%;
    height: auto;
    float: left;


}

section.image-block {
    float: left;
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .8s;
}

section.image-block:hover, .full-width-image-block:hover .full-width-image{
	transform: scale(1.1);
}

/*---------- Sidebar ---------*/

.sidebar {
    width: 33.33%;
    flex: 33.33%;
	padding: 16px 0px 16px 55px;
}

.sidebar-block-content {
    background-color: #f0f0f0;
    padding: 20px;
    overflow: hidden;
}

.sidebar-image, .sidebar-image img {
    float: left;
    width: 100%;
}

.sidebar-image img{
	border-bottom: 5px solid #657c91;
}

h3.name {
    margin: 0;
}

p.work-position{
	font-style: italic;
}

p.work-position, p.city {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 500;
	margin: 0;
}

p.city{
	margin-bottom: 8px;
}

.sidebar-block-content a {
    float: left;
    width: 100%;
    display: block;
    color: #657c91;
    font-size: 15px;
}

.sidebar-block-content a:hover{
	text-decoration: underline;
}

/*-------- Full width image----------*/

.full-width-image {
    width: 100%;
    position: absolute;
    background-size: cover;
    min-height: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform .8s;
}

section.full-width-image-block {
    position: relative;
	/* display: table; */
	display: grid;
}

a.full-width-image-link {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
}

.text-on-image {
	color: #fff;
}

.text-on-image p{
	text-align: center;
	margin: 0px;
}

.text-on-image h3, .text-on-image h2{
	margin: 0px 0px 10px 0px;
}

.text-on-image {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 5555;
    padding: 50px 30px;
}

/*------ Form block ---------*/

#find-form {
    text-align: center;
}

.form-block.file {
	background-color: #f1f2f6;
	padding: 15px 45px 25px 45px;
	margin: 40px auto; 
	float: none;
}

.form-block.file input#term {
	float: left;
	width: 15px;
	margin: 0 10px 0 0;
}

.form-block.file label {
	/* display: flex; */
	display: block;
	width: 100%;
	align-items: center;	
}

.form-block.file input {
	width: 100%;
	float: none;
	margin: 10px 0;
	background: #FFF;
	padding: 10px 20px;
}

.form-block {
    background-color: #f1f2f6;
    padding: 100px 45px;
    margin: 45px 0px 0px;
    width: 100%;
    float: left;
}

.form-block input, .login-form input {
    border: 1px solid #bab9b9;
    display: inline-block;
    height: 48px;
    width: 33%;
    font-style: italic;
    border-radius: 0;
    padding: 0px 15px;
    font-size: 14px;
    margin: 0px 20px;
}

input#cvr {
	margin-left: 0px;
}

.form-block input[type="submit"]{
	margin-right: 0px;
}

.form-block input[type="submit"], .user-registration-form input[type="submit"] {
    background-color: #ff1139;
    border: none;
    width: 160px;
    color: #fff;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: 0.35s;
}

.results {
    border-bottom: 1px solid #eef1f5;
    float: left;
    width: 100%;
    margin-bottom: 65px;
}

.results h3 {
    font-size: 24px;
    font-weight: 500;
    color: #6b88a2;
    padding: 50px 0px 50px;
    margin: 0px;
}

#find-form span.error{
	position: absolute;
	left: 90px;
}

.results .block-title{
	padding: 10px 0px;
	color: #6b88a2;
	font-weight: 500;
	border-top: 1px solid #eef1f5;
	transition: 0.35s;
}

.block-title:last-child{

}

.results .block-title:hover{
	color: #555b86;
}

.result-row {
    padding: 10px 0px 30px;
	color: #6b88a2;
	font-size: 14px;
	font-weight:500;
}

.result-row .result-block span {
	color: #000;
}

/*--------- Log in form ------*/

#user-registration {
    background-color: transparent;
	box-shadow: unset;
}

#user-registration form .ur-form-grid div {
	/*display: inline-block;
    padding-top: 65px;*/
	
}

.user-registration-error li a{
	color: #721c24;
	font-weight: 700;
	text-decoration: underline;
}

.ur-frontend-form {
    border: 0px solid #dee0e9;
}

label.user-registration-form__label.user-registration-form__label-for-checkbox.inline {
    display: none;
}

.login-form {
    background-color: #f1f2f6;
    padding: 50px 45px;
    margin: 45px 0px;
    width: 100%;
    float: left;
}

#loginform{
	text-align: center;
}

.login-form p.login-submit, .user-registration-form .form-row {
    width: auto;
}

.user-registration-form .form-row{
	padding-top: 44px;
    vertical-align: top;
}

p.user-registration-LostPassword.lost_password {
    float: right;
    text-align: right;
    padding-right: 17px;
    margin: 25px 42px 0px 0px;
}

.ur-form-grid{
	text-align:center;
}

.user-registration-form .form-row {
    width: auto;
    display: inline-block;
}

.login-form p, .user-registration-form p.form-row-wide {
    display: inline-block;
    width: 35%;
    padding: 0px 20px;
}

.form-row .input-text{
	margin-bottom: 0px!important;
}

.login-form p label {
    float: left;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: #464646;
}

.login-form input {
    width: 100%;
    margin: 0;
    font-style: italic;
    font-size: 14px;
}

.login-form-selection {
    float: right;
    padding: 20px 69px 0px 0px;
}

.ur-form-grid p a {
    clear: both;
    float: right;
    color: #6b8095;
    font-weight: 700;
    font-size: 14px;
    margin: 2px 0px;
}

.ur-form-grid p a:hover{
	text-decoration: underline;
}

.user-registration-form-login .login-form-selection a:hover{
	text-decoration: underline;
}

p.user-registration-register.register {
    float: right;
    clear: both;
    padding-top: 0px;
    padding-right: 17px!important;
    text-align: right;
    margin: 0px 42px 0px 0px;
}

p.user-registration-register {
    padding-right: 20px!important;
}

/*-------- Lost password ------------ */

.lost_reset_password p{
	width: 100%;
	float: left;
}

.user-registration-ur-lost-password .login-form #user-registration p{
	width: 100%;
}

.login-form #user-registration form.user-registration-ResetPassword.lost_reset_password .ur-form-row .ur-form-grid p.user-registration-form-row{
	width: 50%;
	float: none;
	margin: 10px auto;
}

form.lost_reset_password .ur-form-row {
    display: block;
}




/*---------- Registration ----------- */

.user-registration {
    background-color: #f1f2f6;
}

.user-registration .register{
	padding: 40px;
}

.user-registration .register .form-row input {
    height: 48px;
    margin-bottom: 10px!important;
    padding: 4px 13px!important;
    font-size: 14px;
    font-style: italic;
}

.user-registration .register .ur-form-row label{
	text-align: left;
}

.user-registration .register .ur-form-row label abbr{
	display: none;
}

.register .ur-checkbox-label{
	text-align: left;
}

.user-registration .register .ur-form-row{
	width: 75%;
}

.user-registration .register .ur-form-row.last{
	float:left;
	width: 75%;
}

.user-registration .register .ur-form-row.last li.ur-checkbox-list label {
    display: block!important;
    float: right;
    width: 94%;
	font-style: italic;
}

.user-registration .register .ur-form-row.last li.ur-checkbox-list input{
	float:left;
	width: 3%;
	display: block!important;
}

.user-registration .register .ur-button-container button {
    background-color: #ff1139;
    border: none;
    width: auto;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    height: 48px;
    transition: 0.35s;
    border-radius: 0px;
}

.user-registration .register .ur-button-container button:hover, .edit-profile p button:hover, form.edit-password .ur-form-grid p input.button:hover, input.user-registration-Button.button:hover{
	background-color: #ab0f28;
}

.user-registration-error {
    background-color: #f8d7da;
    border-top: 0;
    color: #721c24;
    width: 100%;
    float: left;
    margin-bottom: 15px!important;
    margin-top: 0px!important;
}

.user-registration-error li{
	display: inline-block;
}

form.login .ur-form-row{
	display: block!important;
	width: 100%;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #acacac;
}

span.required{
	display: none;
}

.field-checkbox label {
    float: left;
    padding-right: 15px;
}

.field-checkbox label input{
	width: 20px;
}

.field-checkbox span.description {
    width: 90%;
    float: left;
    text-align: left;
    margin-top: 20px;
	font-style: italic;
}

.field-checkbox span.description a{
	color: #404040;
	text-decoration: underline;
}


/*----------- Edit profile ------------*/

.ur-form-row {margin-bottom: 10px!important;}

.user-registration-profile-header, .user-registration-profile-fields h2{
	display: none;
}

.user-registration-profile-fields .ur-form-grid{
	text-align: left;
}

.user-registration-MyAccount-navigation-link--user-logout{
	display: none;
}

#user-registration.horizontal {
    box-shadow: none;
}

#user-registration .user-registration-MyAccount-content {
    padding: 0px;
}

.user-registration-profile-fields__field-wrapper{
	width: 75%;
	flex: 75%;
	float:left;
}

.user-registration-profile-fields__field-wrapper .ur-form-row.last{
	float: left;
	/* display: none; */
}
.user-registration-profile-fields__field-wrapper .ur-form-row.extra-row {
	margin-top: 10px;
}

#user-registration .user-registration-MyAccount-content label abbr{
	display: none;
}

.user-registration-MyAccount-navigation li a{
	color: #000;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    font-size: 15px;
    background-color: #a3b0bd;
    border-bottom: 2px solid #000;
}

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    margin-right: 5px;
}

.validate-required .ur-checkbox-list input{
	float: left;
    width: 3%;
    display: block!important;
}

.validate-required .ur-checkbox-list label{
    display: block!important;
    float: right;
	font-style: italic;
    width: 94%;
}

.edit-profile .user-registration-profile-fields{
	display: flex;
}

.edit-profile p{
	flex: 25%;
	margin: 0;
}

.edit-profile p{
	position: relative;
}

.edit-profile p button {
    background-color: #ff1139;
    border: none;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 10px 30px!important;
    height: 48px;
    transition: 0.35s;
    border-radius: 0px;
}

.user-registration-message{
	color: #155724!important;
    background-color: #d4edda!important;
    border: none;
	margin-bottom: 20px!important;
}

.user-registration-message ul{
	display: inline-block;
}

.edit-profile .user-registration-error {
    margin-top: 10px!important;
}

.ur-frontend-form.login {
    padding: 0px;
}

#user-registration .user-registration-MyAccount-navigation {
    margin-bottom: 20px;
	padding: 0px 10px;
}


/*----------- Change password ------------ */

form.edit-password fieldset legend{
	display: none!important;
}

form.edit-password fieldset {
    border: none;
    width: 70%;
    display: inline-block;
    padding: 0;
    margin: 0px;
}

form.edit-password .ur-form-grid p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password {
    padding: 0;
    width: 50%;
    float: left;
    padding-right: 20px;
    display: inline-block;
    margin: 10px 0px 0px;
}

form.edit-password .ur-form-grid p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password input{
	position: relative;
	left: 0;
}

form.edit-password .ur-form-grid{
	display: flex;
}

form.edit-password .ur-form-grid p {
    display: flex;
    width: 30%;
    position: relative;
    margin: 0;
}

form.edit-password .ur-form-grid p input.button {
    position: absolute;
    bottom: 0px;
    left: 20px;
    background-color: #ff1139;
    border: none;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
	height: 48px;
    bottom: 0;
    left: 0px;
	padding: 10px 30px!important;
    width: auto;
    transition: 0.35s;
    border-radius: 0px;
}

form.edit-password fieldset p.hide_show_password:nth-child(3) {
	clear: both;
}

/*----------- Reset password ----------*/

input.user-registration-Button.button {
    background-color: #ff1139;
    border: none;
    color: #fff;
    font-size: 14px;
    width: auto;
	height: 48px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-style: normal;
	padding: 10px 30px!important;
    transition: 0.35s;
}

.whitetext {
	color: #fff!important;
}



/*----------- Responsive ----------- */

@media screen and (max-width: 1000px){

.sidebar {
    width: 350px;
    flex: none;
    padding: 0px;
    margin: 0 auto;
}

footer .column:first-child {
    padding-right: 0px;
}

footer .column:last-child {
    padding-left: 0px;
}

.form-block input, .login-form input {
    height: 54px;
    width: 100%;
    margin: 10px 0px;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    float: right;
    height: 70px;
    padding: 24px 15px 25px;
    font-size: 30px;
    line-height: 82px;
    color: #000;
    background-color: transparent;
    outline: none;
    border: none;
}

.menu-toggle span {
    width: 30px;
    height: 3px;
    background: #0c1d58;
    margin-bottom: 5px;
}

.menu-toggle span:last-child {
    margin-bottom: 0px;
}

.main-navigation ul.nav-menu {
    display: none;
    clear: both;
    width: 100%;
}

.main-navigation li {
    float: left;
    width: 100%;
	border-left: 0px solid #e4e4e4;
	border-top: 1px solid #8a9bab;
}

.nav-menu li:last-child {
    border-right: 0px solid #e4e4e4;
}

.nav-menu li:hover a, .nav-menu li.current_page_item a {
    background-color: #8a9bab;
    border-bottom: 0px solid #000;
}

header .wrapper{
	width: 100%;
	padding: 0px;
}

.site-branding {
    padding: 0px 15px;
}

a.external-link {
    right: 0px;
    position: relative;
    display: block;
}

.login-form {
    padding: 25px 10px;
}

form.login{
	padding: 0px 10px;
}

#user-registration form .ur-form-grid div {
	padding-top: 20px;
}

input.user-registration-Button.button {
    margin: 0;
}

.login-form p, .user-registration-form p.form-row-wide {
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px;
}

.user-registration-form .form-row {
    padding-top: 20px;
    float: right;
	margin-bottom: 20px;
}

p.user-registration-LostPassword.lost_password, p.user-registration-register.register {
    margin: 0;
	padding-bottom: 0px;
}

.edit-profile .user-registration-profile-fields {
    display: block;
}

#user-registration .user-registration-MyAccount-content .ur-form-grid{
	width: 100%!important;
}

.user-registration-profile-fields__field-wrapper {
    width: 100%;
    flex: 100%;
}

#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
    margin: 0 0px;
}

.edit-profile p {
    flex: 100%;
    margin: 0;
    float: right;
    display: block;
	margin-right: 10px;
}

.edit-profile p button {
    position: relative;
    left: 0;
	margin-top: 30px;
}

p.user-registration-register {
    padding-right: 0px!important;
}

.user-registration .register {
    padding: 0px;
}

.ur-frontend-form {
    padding: 50px 20px;
}

.user-registration .register .form-row input {
    height: 54px;
}

.user-registration .register .ur-form-row {
    width: 100%;
}

.nav-menu li a {
    padding: 0px 15px;
}

#find-form span.error{
	position: initial;
}

}

@media screen and (max-width: 769px){

form.edit-password .ur-form-grid p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password {
    width: 100%;
    padding-right: 0px;
}

.field-checkbox span.description {
	margin-bottom: 15px;
	width: 80%;
}

.ur-frontend-form .ur-form-row .ur-form-grid {
    margin-bottom: 5px;
}

.user-registration .register .ur-form-row.last li.ur-checkbox-list input {
    width: 7%;
}

.user-registration .register .ur-form-row.last li.ur-checkbox-list label {
    width: 88%;
}

.column.level {
    float: left;
    width: 100%!important;
}

section.image-block {
    height: 290px;
}

.full-width-image {
    padding: 50px 40px;
}

.column.level:first-child {
    padding-right: 0px;
}

.column.level:last-child {
    padding-left: 0px;
}

footer .column {
    padding: 0px;
    width: 100%!important;
    margin-bottom: 25px;
}

footer .column:last-child {
    margin-bottom: 0px;
}

.result-row .result-block {
    width: 100%!important;
    margin: 7px 0px;
}

a.external-link {
    right: 0px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    float: none;
    margin-bottom: 8px;
}

.top-links {
    float: none;
    text-align: center;
}

.header-top a.link:last-child {
    border-right: 0px solid #afafaf;
}

#user-registration .user-registration-MyAccount-navigation {
    padding: 0px 20px;
}

form.edit-password fieldset {
    border: none;
    width: 100%;
    display: block;
    padding: 0px 10px;
    margin: 0px;
    float: left;
}

form.edit-password .ur-form-grid p {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    margin: 0;
    margin-right: 10px;
}

form.edit-password .ur-form-grid p input.button {
    margin-top: 30px;
    position: relative;
    left: 0;
}

form.edit-password .ur-form-grid {
    display: block;
}

.user-registration .register .ur-form-row.last {
    width: 100%;
}

.lost_reset_password p.form-row {
    width: 100%;
    padding: 0px 10px;
}

input.user-registration-Button.button {
    width: auto;
}

	.login-form #user-registration form.user-registration-ResetPassword.lost_reset_password .ur-form-row .ur-form-grid p.user-registration-form-row {
		max-width: 350px;
		width: 100%;
	}

}

@media screen and (max-width: 600px){

#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
    display: inline-block;
}
body.error404 #primary{
	height: 250px;
  position: relative;
}

}

@media screen and (max-width: 550px){

.sidebar {
    width: 100%;
}

}

input.user-registration-Button.button {
  box-shadow: none!important;
  border: none!important;
  outline: none!important;
}
.error404 #primary{
	height: 400px;
  position: relative;
}
.error404 .error-404 {
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.error404 .page-header {
	background-color: white;
	text-align: center;
}
#backtoblog,
.description.indicator-hint,
.login #login .wp-hide-pw {
  display: none!important;
}


#ur-submit-message-node.user-registration-message {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
	box-shadow: 0px 0px 20px rgba(000,000,000,0.2);
}

#ur-submit-message-node.user-registration-message span {
	position: fixed;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#ur-submit-message-node.user-registration-message span:after,
#ur-submit-message-node.user-registration-message span:before {
	position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #323232;
}

#ur-submit-message-node.user-registration-message span:before {
	transform: rotate(45deg);
}

#ur-submit-message-node.user-registration-message span:after {
	transform: rotate(-45deg);
}
.content ul, .content ol{
	margin-left: 20px;
}
.form-block.file{
	clear: both;
}
/*accordion styles*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}