/**
 * Content
 */

body {
	background-color: #fff;
	color: #fff;
    /*padding-top: 108px !important;*/
}

a.active {
	/*opacity: 0.7;*/
}

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

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_card {
	position: fixed;
    width: 100%;
    min-width: 15%;
    max-width: 100%;
    
/*    box-shadow: 0 0 0px rgba(0, 0, 0, 0);*/
}

.gallery_image_caption {
    background-color: rgba(255,255,255,0.9);
    font-size: 14px;
	font-weight: 700;
	color: rgb(100,100,100);
	font-family: Karla, Icons;
	font-style: normal;
    line-height: 18px;
    padding: 10px 1rem;
    display: none;
}

.caption_hoverbox .gallery_image_caption {
	display: inline-block;
}

.caption_hoverbox {
	position: absolute;
    overflow: hidden;
    margin-top: 1px;
    left: 0;
    width: 325px;
    z-index: 5;
    height: 0;
    transition: height 350ms ease-in-out;
}

.caption_hoverbox.rightside {
	left: auto;
    right: 0;
    text-align: left;
}

.caption_hoverbox.topside {
	display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}

.gallery_card:hover .caption_hoverbox {
	height: 300px;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    position: relative;
	/*font-size: 1.8rem;*/
    font-size: 20px;
	font-weight: 400;
	color: #767676;
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.40;
    /*
    display: block;
	flex: none;
    max-width: calc(100% - 200px);
    */
}

body.mobile bodycopy {
	font-size: 17px;
}

[data-predefined-style="true"] bodycopy a {
/*	color: rgb(0, 0, 0);*/
	color: rgb(204, 76, 77);
	padding-bottom: 0.1em;
/*	border-bottom: 0.1em solid rgba(127, 127, 127, 0.2); */
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}
/*
bodycopy:before {
    content: "";
	position: absolute;
	left: 0;
    right: 0;
    top: -100px;
    margin: 0 auto;
    background-image: url(https://freight.cargo.site/t/original/i/8ff908b1a0ccd6cf273417bb2ef246f1be1168db267d31f12a22280371085d9f/angleframe.svg);
	background-size: contain;
    width: 100px;
    height: 100px;
}

bodycopy:after {
	
    
}
*/

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

[data-predefined-style="true"] h1 {
	font-family: Karla, Icons;
	font-style: normal;
   	/*font-size: 3.8rem;*/
    font-size: 2.8rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
    margin-bottom: 17px;
	line-height: 1;
	color: #cc4c4d;
    letter-spacing: 0rem;
    text-align: left;
	}

body.mobile h1 {
	font-size: 28px;
}

[data-predefined-style="true"] h1 a {
	color: #cc4c4d;
}

h1 + div {
	margin-top: -16px;
}

[data-predefined-style="true"] h2 {
	font-family: Karla, Icons;
	font-style: normal;
	font-weight: 600;
   	/*font-size: 1.8rem;*/
   	font-size: 1.9rem;
	padding: 0;
	margin: 0;
	color: #474747;
	line-height: 1.3;
	letter-spacing: 0px;
    text-align: left;
}

body.mobile h2, body.mobile.Translations h2 {
	font-size: 19px;
}

[data-predefined-style="true"] h2 a {
	color: #474747;
}

h2 + div {
	/*margin-top: 5px;*/
}

body.mobile h2 + div {
	margin-top: 5px;
}

[data-predefined-style="true"] small {
	display: inline-block;
	/*font-size: 1.8rem;*/
   	font-size: 1.6rem;
	line-height: 1.5;
	font-family: Karla, Icons;
	letter-spacing: 0rem;
	font-style: normal;
	font-weight: 400;
	color: #474747;
}

[data-predefined-style="true"] small a {
	color: #474747;
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 95%;
    padding-left: 5%;
	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: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

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

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

/**
 * Thumbnails
 */

div[thumbnails] {
/*	justify-content: flex-start;*/
    justify-content: center;
    max-width: 1130px;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

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

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

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

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

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

body.mobile .thumbnails {
	margin-top: -36px;
}

body.mobile .thumbnails h2 {
	margin-bottom: 14px;
}

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    /*margin-top: 1.2rem;*/
    margin-top: 12px;
    margin-bottom: .3rem;
	/*font-size: 1.8rem;*/
    font-size: 20px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: "Archivo", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
    transition: color 250ms ease-in-out;
}

body.mobile .title {
	font-size: 16px;
}

.thumbnail:hover .title {
	color: rgb(208, 0, 13);
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgb(180, 180, 180);
    font-family: "Archivo", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgb(180, 180, 180);
    text-decoration: none;
}

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

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
	top: 15px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 10;
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: Karla, Icons;
	background: rgb(204, 76, 77);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	padding: calc(50vh - 150px) 30px 90px 30px !important;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
/*    margin-top: 116px;*/
}

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

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

#site_menu .set-link > a {
	color: rgb(255,255,255);
	font-weight: normal; 
    margin-top: 8px;
    margin-bottom: 8px;
}

body.mobile #site_menu a.active {
	opacity: 1 !important;
    color: rgba(255,255,255,0.4) !important;
}

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

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

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

#site_menu .break {
	height: 0px;
}

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

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

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

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


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

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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


/**
 * 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: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    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: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    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: #fff;
    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.6;
}

/**
 * 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: #fff;
    stroke-width: 1.5px;
}

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


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

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


/* 
	Custom CSS
*/

.image-gallery {
	position: relative;
}

/* Tweaks for the footer to work -----*/
.main_container {
	position: relative;
    /*min-height: calc(100vh - 108px) !important;*/
	padding-bottom: 150px;
}

.main_container:before {
	content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 108px;	
}

body.mobile .main_container:before {
	height: 69px;
    
}

body.mobile .main_container {
	padding-bottom: 185px;
}

.pinned_bottom {
	position: absolute !important;
    bottom: 0.5;
}

/* All pages, if needed ---------*/
.head-space {
	position: relative;
    width: 100%;
    height: 116px;
}

.head-space-short {
	position: relative;
    width: 100%;
    height: 53px;	
}

body:not(.homepage) .content_container .page_content {
	max-width: 970px;
    margin: 0 auto;
    
}

/* Put bottom stripes bar on everything besides Home and Translations 
body:not(.homepage):not(.Translations).page_container:last-of-type .bodycopy {
	margin-bottom: 12px;
891 = Bottom */
body:not(.homepage):not(.Translations) .page_container:last-of-type .bodycopy {
	margin-bottom: 12px;
}

body:not(.homepage):not(.Translations) .pinned_bottom:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0; right: 0;
    top: -10px;
    background-image: url("https://freight.cargo.site/t/original/i/d8d797bb552e6c92fde5565111b519ec15f5e54d6d5c9ee1157bdd9931a1d901/Blocks.png");	
	z-index: 0; 
}

body:not(.homepage):not(.Translations) .pinned_bottom:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0; right: 0;
    top: -24px;
    box-shadow: 0 0px 0px 0px rgb(0,0,0,0);

}
/*
body:not(.Translations):not(.Events):not(.Exhibitions) .content_container .page_container:last-of-type:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0; right: 0;
    bottom: -11px;
    background-image: url("https://freight.cargo.site/t/original/i/d8d797bb552e6c92fde5565111b519ec15f5e54d6d5c9ee1157bdd9931a1d901/Blocks.png");	
	z-index: 0;
}

 
body.Exhibitions .content_container:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0; right: 0;
    bottom: -12px;
    background-image: url("");	
	z-index: 0;	
}

/* Navbar ------------------------ */
.pinned_top {
	z-index: 9;
}

.yeh-nav-logo {
	position: absolute;
    display: inline-block;
    width: 240px;
    height: 64px;
    left: 22px;
    top: 39px;
    background-image: url("https://freight.cargo.site/t/original/i/3ebb699603cc77e47f1e16f5000463a4dd00ca15e617406211ff50b2165a2ba0/Laura.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: auto;
}

body.mobile .yeh-nav-logo {
	height: 44px;
    top: 13px;
    left: 30px;
}
/*
.yeh-nav-logo:before {
	content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://freight.cargo.site/t/original/i/292886e998088c80c35d3dcd512ff9fbdd8ab7e323cf6fbbd23cc9d875ac04d4/Laura.png");
	opacity: 0;
    pointer-events: none;
}


.yeh-nav-logo.scrolling {
	background-image: url("https://freight.cargo.site/t/original/i/292886e998088c80c35d3dcd512ff9fbdd8ab7e323cf6fbbd23cc9d875ac04d4/Laura.png");
}
*/

#yeh-nav-wrapper {
    position: relative;
	height: 128px;
    background-color: #fff;
    box-shadow: 0 0px 0px 0px rgb(0,0,0,0);
    top: -25px;
}

body.mobile #yeh-nav-wrapper {
	height: 69px;
    width: 200%;
    right: 10%;
    top: 0px;

}

body.mobile .yeh-nav-items {
	display: none;
}

ul.yeh-nav-items {
    position: sticky;
    top: 35px;
    left: 285px;
    display: inline-block;
}

li.yeh-nav-item {
	position: relative;
    display: inline-block;
    padding: 10px 50px;
    pointer-events: auto;
    cursor: pointer;
}

li.yeh-nav-item, li.yeh-nav-item a {
	color: rgb(80,80,80);
    transition: color 200ms ease-in-out;
}

li.yeh-nav-item a.active {
	color: rgb(206, 0, 13);
}

li.yeh-nav-item a:hover {
	color: rgb(208, 0, 13);
}

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

.pinned_bottom {
	height: 128px !important;
    position: relative;
    background-color: #fff;
}

.pinned_bottom_shadow {
	position: absolute;
    width: 100%;
    height: 128px;
    top: 0; left: 0;
    box-shadow: 0 0px 0px 0px rgb(0,0,0,0);
}

/*
body:not(.homepage) .pinned_bottom:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0; right: 0;
    top: -12px;
    background-image: url("");
	z-index: 0;
}
 */

body.mobile .pinned_bottom {
	height: 185px !important;
}

.footer-l2 {
	top: -1px;
}

.footer-l3 {
	top: -3px;
}


#ig-link, #fb-link {
    position: relative;
    color: black;
    top: 1px;
    right: 1px;
    display: inline-block;
	width: 20px;
    height: 20px;
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center center;
}

#ig-link {
	background-image: url(https://freight.cargo.site/t/original/i/33789955454d14b9aa261b0001406dc40927cfd233347ff5af1a22ec0b953bef/ig-logo.svg);
	color: black;
}

#fb-link {
	background-image: url(https://freight.cargo.site/t/original/i/d2f23207af5aa65f6b369d37d73431bdfcfe459c8110cf43a4c4f353b65a40b4/fb-logo.svg);
}

/*
.pinned_bottom div:not(.fixed) .bodycopy {
	margin-right: 20px;
	margin-top: 12px;    
}
*/

ul.footer-nav-items {
    position: absolute;
    top: 17px;
    right: 30px;
    display: inline-block;
    font-size: 16px;
}

body.mobile ul.footer-nav-items {
	width: 100%;
    margin-top: 77px;
    right: 0;
	text-align: center;
    padding: 0;
}

body.mobile #ig-link, body.mobile #fb-link {
	width: 40px;
}

li.footer-nav-item {
	position: relative;
    float: right;
    display: inline-block;
    padding: 4px 4px;
    margin-left: 26px;
    pointer-events: auto;
}

body.mobile li.footer-nav-item {
	width: 100%;
    margin-bottom: 13px;
}

body.mobile .footer-l2 {
	display: none;
}

body.mobile .footer-l3 {
	margin-top: 20px;
}

body.mobile .footer-ig {
	text-align: right;
}

body.mobile .footer-fb {
	text-align: left;
}

li.footer-nav-item.iconlink {
	margin-left: 7px;
}

body.mobile .iconlink {
	width: 50% !important;	
    padding: 0 !important;
    margin: 0 !important;
}

li.footer-nav-item.break {
	clear: both;
}

li.footer-nav-item, li.footer-nav-item a {
	color: #fff;
    transition: color 200ms ease-in-out;
}

li.footer-nav-item a {
	color: #fff;
}

li.footer-nav-item a:hover {
	color: #d0000d !important;
}

.homepage:not(.mobile) .footer-hours-static {
	display: none;
}

.footer-hours-static {
	color: #000;
    position: absolute;
    top: -20px;
	padding-left: 20px !important;
    padding-bottom: 23px !important;
    font-weight: 700;
/* text-shadow: 0 0 7px black;   */ 
}

body.mobile .footer-hours-static {
	text-align: left;
    width: 100%;
    top: 2px;
    padding-left: 2.5% !important;
}

body.mobile .footer-hours-static a {
	display: none;
}

.footer-hours-static a {
	color: #fff !important;
    transition: color 200ms ease-in-out;
}

.footer-hours-static a:hover {
	color: #cc4c4d !important;
}

/* Hours Footer -------------------------- */
.pinned_bottom .fixed .bodycopy {
	padding-left: 30px !important;
    padding-bottom: 50px !important;
    text-shadow: 0 0 0px #929292;
    font-weight: 700;
}

body.mobile .pinned_bottom .fixed {
	display: none;
}

.pinned_bottom .fixed a {
	color: #fff;
    transition: color 250ms ease-in-out;
}

.pinned_bottom .fixed a:hover {
	color: #cc4c4d !important;
}

/* Homepage ------------------------ */

.homepage .page_container:not(.fixed) .page {
	min-height: calc(100vh - 100px) !important;
}

.homepage .content_padding {
	padding-left: calc(2rem + 85px);
	padding-right: calc(2rem + 85px); 
    padding-top: 0;
    padding-bottom: 0;
}


/* All pages on homepage ---------- */
.homepage .content_container .page_container:first-child {
/*	display: none;*/
    height: 0px;
}

.homepage h1, .homepage h2, .homepage bodycopy {
	color: #fff;
    width: calc(100% - 140px);
    margin: 0 auto;
}

body.mobile.homepage h1 {
	width: 100%;
   
}

.homepage .page_container:not(.fixed) .page {
    position: relative;
    margin-top: 10px;
	margin-bottom: 10px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}


.homepage a, .homepage h1 a, .homepage h2 a {
	color: #fff;
}

.homepage .page_container:not(.fixed) h1, .homepage .page_container:not(.fixed) h2, .homepage .page_container:not(.fixed) bodycopy {
   text-shadow: 0 0 0px rgba(0,0,0,0.7);	
}

/*
.homepage .page_container:not(.fixed) .page {
    position: relative;
	margin-bottom: 12px;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
}
*/

.homepage .page_container:not(.fixed) bodycopy a{
	color: #eaeaea;
}

/*
.homepage .page_container:not(.fixed):before {
	content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0; right: 0;
    bottom: -12px;
    background-image: url("https://freight.cargo.site/t/original/i/299840fa99e0e17ab41c41e1b8a12d7ad71bb01210669bbfc78fd41f7685538d/stripes.svg");
}
*/

.homepage .page_container:not(.fixed):before {
	content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0; right: 0;
    bottom: -10px;
    background-image: url("https://freight.cargo.site/t/original/i/d8d797bb552e6c92fde5565111b519ec15f5e54d6d5c9ee1157bdd9931a1d901/Blocks.png");
}


.linework {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto 0;
    width: 0px;
    height: 0px;
	background-image: url("https://freight.cargo.site/t/original/i/d8d797bb552e6c92fde5565111b519ec15f5e54d6d5c9ee1157bdd9931a1d901/Blocks.png");
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
/*
body.mobile .linework {
	display: none;
}

.linework-left {
	transform: rotate(180deg);
    left: 31px;
}

.linework-right {
	right: 31px;
}

body.mobile .linework {
	width: 25px;
}

body.mobile .linework-left {
	left: 5px;
}

body.mobile .linework-right {
	right: 5px;
}
*/
/* Visit ------------------------ */
#visit-map {
    margin-top: 12px;
    margin-bottom: 8px;
    position: relative;
}


#visit-map iframe {
	position: relative;
	border: 1px solid #ccc !important;
}

/* Press ----------------------- */
.press-items {
	position: relative;
    display: inline-block;
    max-width: 750px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.press-items li {
	margin-bottom: 20px;
}

.press-items li a {
    color: rgb(0,0,0);
	transition: color 250ms ease-in-out;
}

.press-items li a:hover {
	color: rgb(208, 0, 13);
}


/* Editorial ------------------- */
h1.masthead-h1 {
	margin-bottom: 8px;
}

body.Translations h2, h2.TranslationsArticle {
	font-size: 34px;
}

body.Translations .page_container:first-of-type .content_padding {
	padding-bottom: 0 !important;
}

body.Translations .content_container .page_container:not(:first-child) .page {
	position: relative;
	margin-bottom: 12px;
    background-color: white;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
    padding-bottom: 44px;
}

body.Translations .content_container .page_container:nth-child(2) .page {
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2) !important;
}

body.Translations .content_container .page_container:first-child {
	z-index: 4;
}

body.Translations .content_container .page_container:first-child:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background-color: white;
    bottom: 0px;
    left: 0;
}

body.Translations .page_container:nth-of-type(2) .bodycopy {
/*	margin-top: -33px;*/
    padding-top: 0 !important;
}

body.mobile.Translations .page_container:nth-of-type(2) { 
	/*margin-top: -22px;*/
}

body.Translations .content_container .page_container:nth-child(2) .page {
	/*padding-top: 116px;*/
}

body.Translations .content_container .page_container:not(:first-child):before {
	content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0; right: 0;
    bottom: -12px;
    background-image: url("https://freight.cargo.site/t/original/i/299840fa99e0e17ab41c41e1b8a12d7ad71bb01210669bbfc78fd41f7685538d/stripes.svg");
}

body.Translations h1:not(.masthead-h1) {
	display: none;
}

body.Translations .page_content img:first-of-type {
	margin-top: -11px;
}


/* Exhibitions and Events -----------*/

body.Exhibitions .thumbnail .tags {
	display: none;
}
body.Events .thumbnail .tags {
	display: none;
}

body.Exhibitions h1 {
    position: relative;
	width: 100%;
    margin-bottom: 6px;
}
body.Events h1 {
    position: relative;
	width: 100%;
    margin-bottom: 6px;
}

body.Exhibitions h2 {
    position: relative;
    top: 0.95rem;
    width: 100%;
    margin-bottom: 4px;
}

body.Events h2 {
    position: relative;
    top: 0.95rem;
    width: 100%;
    margin-bottom: 4px;
}

body.mobile.Events h2, body.mobile.Exhibitions h2 {
	margin-top: 0;
}

body.Exhibitions .page_container:first-of-type .page bodycopy {
	padding-bottom: 0;
}
body.Events .page_container:first-of-type .page bodycopy {
	padding-bottom: 0;
}

body.Exhibitions h2:not(:first-of-type) {
    margin-top: 22px;
}
body.Events h2:not(:first-of-type) {
    margin-top: 22px;
}

body.Exhibitions .gallery_image_caption {
	text-align: center;
    color: black;
    transition: color 250ms ease-in-out;
}
body.Events .gallery_image_caption {
	text-align: center;
    color: black;
    transition: color 250ms ease-in-out;
}

body.Exhibitions .gallery_card:hover .gallery_image_caption {
	color: rgb(208, 0, 13);
}
body.Events .gallery_card:hover .gallery_image_caption {
	color: rgb(208, 0, 13);
}


/* Press -----------*/
body.Press b a, body.Press a b {
	color: black;
    text-decoration: none;
}

/* Youtube video embeds -------*/
.yt-container {
    position:relative;
    overflow:hidden;
    width: 100%;
    padding-bottom:51.9%;
    padding-top:30px;
    height:0;
}

.yt-container iframe, .yt-container object, .yt-container embed {
    position:absolute;
    top: 0;
    left: 0;
    width:100% !important;
    height:100% !important;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
}

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