/*
 * Content
 */

body {
	background-color: #fff;
	color: #000;
    border-top: none;
    border-right: 5rem solid white;
    border-bottom: 5rem solid white;
    border-left: 5rem solid white;
}

body.mobile {
	border: none !important;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	background: transparent;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
    font-weight: 600;
    color: #0021da;
}

.footnote {
	font-size: .9em;
    color: #0021da;
}

.footnote a {
    color: #0021da;
    border-color: #0021da;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

ul {
  list-style: none;
}

ul li::before {
    content: url(https://files.cargocollective.com/c1209122/bullet.svg);
    display: inline-block; 
    
    width: 0.33em;
    padding: 0 0.6em 0 0;
    margin-left: -1em;
    transform: translateY(-.2em) ;
}

hr {
	background: #ffffff;
	border: 0;
	height: 5rem;
	display: block;
    margin: 5rem -5rem 5rem -5rem;
}

header {
    position: relative;
    height: 40vh;
    width: calc(100% + 10rem) !important;
    margin: -5rem 0 5rem -5rem;
    
    background-repeat: no-repeat;
    background-size: cover;
    
    background-color: #0021da;
    
}

header h1 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5rem;
}
 
.content img {
	float: none;
    margin-top: 0.5em;
}

.gallery_image_caption {
    margin-top: .3em;
    margin-bottom: 0.5em;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-family: "Guyot Text", Icons;
	font-style: normal;
	line-height: 1.3;
}







/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}







/*
 * Content text
 */

bodycopy {
	font-size: 1.33em;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-style: normal;
	font-weight: 300;
}

bodycopy a {
	color: rgba(0, 0, 0, 0.85);
	padding-bottom: 0em;
	text-decoration: none;
    border-bottom: 1px solid #000;
}

bodycopy a:hover {
}


bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 3.5em;
	line-height: 1.2;
	color: #FFFFFF;
    text-transform: none;
	font-style: normal;
	font-weight: 500;
}

h1 a {
	color: rgba(0, 0, 0, 0.84);
    border-bottom: none;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: -.2em 0 0 0;
	font-size: 1.8em;
	line-height: 1.2;
	color: #000000;
    text-transform: none;
	font-style: normal;
	font-weight: 600;
    text-align: right;
}

h2 a {
	color: rgba(0, 0, 0, 0.84);
    border-bottom: none;
}

body.mobile h2 {
	text-align: left;
    margin-bottom: .6em;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 1em;
	line-height: 1.5;
}

h3 a {
	color: rgba(0, 0, 0, 0.7);
}

small {
    display: block;
	font-size: .9em;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000;
    
    margin: 1.5em 0 1.5em 0;
	padding: .75em 0 .75em 0;
    border-top: 1px solid #0021da;
    border-bottom: 1px solid #0021da;
    
    column-count: 2;
    column-gap: 2.5rem;
}

small a {
	color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

body.mobile small {column-count: 1;}

blockquote {
	margin: 1.5em 0 1.5em 0;
	padding: .5em 0 .5em 0;
    border-top: .05em solid #ffb400;
    border-bottom: .05em solid #ffb400;
    
    color: #0021da;
    font-size: 1.4em;
    
}


/*
 * Tables
 */

td {
    padding: .5em .75em .25em 0;
    vertical-align: top;
    line-height: 1.4;
}

td img {
    width: 20px;
	height: auto;
}



/*
 * Content beeld
 */

.icon {
	float: left;
    max-width: 4em;
    margin-right: 2em;
    margin-bottom: .5em;
}

.icon-right {
	float: right;
    max-width: 4em;
    margin-left: 2em;
    margin-bottom: .5em;
}

.icon img , .icon-right img {
	width: 100% !important;
    height: auto !important;
}

body.mobile .icon, body.mobile .icon-right {
	float: none;
}




/*
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #fff /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 5rem /*!main_margin*/;
	padding-bottom: 5rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}







/*
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

.thumbnails .content_padding {
	padding-left: 0;
    padding-right: 0;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 99%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: 0rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails {
	margin-top: -5.5rem;
}

.thumbnails .thumb_image {
    cursor: pointer !important;
    overflow: hidden;
    margin-bottom: -0.5em;
}
    

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    font-size: 1.0rem;
	font-weight: 500;
	color: rgba(74, 52, 43, .35);
	font-family: inherit;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    line-height: 1.3;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/* Costum thumbnail */
.thumbnails .thumb_image:after {
	content: url(https://files.cargocollective.com/c1209122/arrow-to-right-white.svg);
    width: 2.5em;
    padding: 0.3em .4em;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    transition:         all .3s ease;
}

.thumbnail:hover .thumb_image:after {
    background-color: #fff;
    border-color: #0021da;
    content: url(https://files.cargocollective.com/c1209122/arrow-to-right-blue.svg);
}

.thumbnails .thumb_image img {
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    transition:         all .3s ease;
}

.thumbnails .thumb_image img:hover {
    transform: scale(1.02);
}

/* Thumbnail specific */
/* Magazine 1 */
[data-id="20916712"] a {pointer-events: none;}
[data-id="20916712"] .thumb_image:after {content: none !important;}

[data-id="20917838"] a {pointer-events: none;}
[data-id="20917838"] .thumb_image:after {content: none !important;}

[data-id="20917839"] a {pointer-events: none;}
[data-id="20917839"] .thumb_image:after {content: none !important;}

[data-id="21002701"] a {pointer-events: none;}
[data-id="21002701"] .thumb_image:after {content: none !important;}

[data-id="21002706"] a {pointer-events: none;}
[data-id="21002706"] .thumb_image:after {content: none !important;}

[data-id="21002817"] a {pointer-events: none;}
[data-id="21002817"] .thumb_image:after {content: none !important;}

[data-id="24062114"] a {pointer-events: none;}
[data-id="24062114"] .thumb_image:after {content: none !important;}


/* Magazine 2 */
[data-id="22838088"] a {pointer-events: none;}
[data-id="22838088"] .thumb_image:after {content: none !important;}

[data-id="22838113"] a {pointer-events: none;}
[data-id="22838113"] .thumb_image:after {content: none !important;}

[data-id="22839281"] a {pointer-events: none;}
[data-id="22839281"] .thumb_image:after {content: none !important;}

[data-id="22841221"] a {pointer-events: none;}
[data-id="22841221"] .thumb_image:after {content: none !important;}






/*
 * Content navigation
 */

.nav {
    cursor: pointer;
	position: fixed;
    width: 5rem; height: 5rem;
    outline: 1px solid #0021da;
    outline-offset: -1px;
    
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    transition:         all .3s ease;
}

.nav:hover {
	background-color: #ffb400;
}

.nav:active {
	background-color: #0021da;
    z-index: 9999999999;
    display: block;
}

body.mobile .nav {
	outline: none;
}

.nav-prev {
    background-image: url(https://files.cargocollective.com/c1209122/arrow-to-left-blue.svg);;
	left: 0;
}

.nav-next {
    background-image: url(https://files.cargocollective.com/c1209122/arrow-to-right-blue.svg);;
	right: 0;
}

.nav-home {
    position: absolute;
	left: 0;
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    
    outline-color: #fff;
    background-image: url(https://files.cargocollective.com/c1209122/home-white.svg);;

    z-index: 9999999999;
}







/*
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(74, 52, 43, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 1.0rem /*!site_menu_button*/;
	right: 1.2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 30px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}


#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}







/*
 * Magazien cover
 */

.cover {
	margin-top: -.5em;
    z-index: -99999;
}

.magazine-title {
	position: absolute;
    top: 5rem;
    left: 5rem;
    
    color: #fff;
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 500;
    
    z-index: 99;
}

.magazine-title span {
	font-family: caecilia, sans-serif;
	font-weight: 800;
	font-style: italic;
}

.DLO-logo {
    left: 5rem;
    margin-top: -8rem;
    margin-left: 5rem;
    width: 13vw;
    height: 5em;
    
	background-image: url(https://freight.cargo.site/t/original/i/0f09df9fe64ecb4319620065d134f92cc3cf68cf9eff9425980254ebf9973309/DLO-logo.svg);
	background-repeat: no-repeat;
    background-size: contain;
    
    z-index: 99999999;
}

.open-magazine {
    cursor: pointer;
	position: absolute;
    padding: 1rem 3.5rem 1rem 2rem;
    margin-top: -9rem;
 
    
    color:#0021da; 
    font-weight: 500;
    
    outline: 1px solid #0021da;
    outline-offset: -1px;
    
    background-image: url(https://files.cargocollective.com/c1209122/arrow-to-right-blue.svg);;
    background-size: 2em;
    background-repeat: no-repeat;
    background-position: center right;
    
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    transition:         all .3s ease;
}

.open-magazine:hover {
	background-color: #ffb400;
}

#magazine-1 {
	right: 0;
    bottom: 3.3em;
}

#magazine-2 {
	right: 0;
    bottom: 0em;
}

body.mobile .open-magazine {
	margin-top: 0; 
    right: auto;
}

body.mobile #magazine-1 {
	right: 0;
    bottom: 0;
}

body.mobile #magazine-2 {
	right: 0;
    bottom: -3.3em;
}

body.mobile .DLO-logo {
    width: 40vw;
    margin-top: 3em;
}


/*
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: .7;
}







/*
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 4.5rem /*!quick_view_padding*/;
    padding-bottom: 4.5rem /*!quick_view_padding*/;
    padding-left: 4.5rem /*!quick_view_padding*/;
    padding-right: 4.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
	margin-top: 0 /*!quick_view_top_left*/;
	margin-left: 0 /*!quick_view_top_left*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Guyot Text", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1.5rem 0;
    text-align: center;
    font-size: 1.3rem;
	font-style: normal;
	font-weight: 400;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
}







/*
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 0;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 0;
    opacity: 0.6;
}







/*
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}







/*
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}







/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}







/*
 * Remove vertical padding for Columns
 * when using "Single Column on Mobile"
 */

body.mobile [grid-responsive] [grid-col]:not(:last-child) {
	padding-bottom: 0;
}

body.mobile [grid-responsive] [grid-col] + [grid-col] {
	padding-top: 0;
}