#site_menu_wrapper {margin-top:-15px;}

/**
* QUIZ
*/

#main__quiz-content___2kWrg {
    overflow-y: hidden!important
}


/**
* HOVER ACTION

a img{
  cursor: url('https://freight.cargo.site/t/thumbnail/w/100/i/106cf3329b40d94dd5585e9ec8b26e6259c3e67520ac53a58ae763c3c9878839/READ.jpg'), pointer;	

}
**/
a .btn, a img, a, a span{
	cursor: pointer!important;
}
.logo img, .logo2 img{
  cursor: pointer!important;	
}


.threeClumns .journalPost {
height: 450px!important;
}

.bodycopy {
	width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: 100%;
}

.margin {
    max-width: 1250px;
    margin: 0 auto!important;
    padding: 0 50px;
}


.flex .journalPost {
    width: 100%;
    padding: 0 10px;
}


/**
 * FONTS
**/
@font-face {
    font-family: 'NeueMachina-Light';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c586997/NeueMachina-Light.otf') format('opentype'); /* IE9 Compat Modes */
  	src: url('https://files.cargocollective.com/c586997/NeueMachina-Light.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://files.cargocollective.com/c586997/NeueMachina-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://files.cargocollective.com/c586997/NeueMachina-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://files.cargocollective.com/c586997/NeueMachina-Light.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NeueMachina-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c586997/NeueMachina-Regular.otf') format('opentype');
    src: url('https://files.cargocollective.com/c586997/NeueMachina-Regular.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://files.cargocollective.com/c617233/NeueMachina-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://files.cargocollective.com/c617233/NeueMachina-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://files.cargocollective.com/c617233/NeueMachina-Regular.svg') format('svg'); /* Legacy iOS */ 
}

@font-face {
    font-family: 'NimbusSan-Lig';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c586997/URW---NimbusSan-Lig.otf') format('opentype');
    src: url('https://files.cargocollective.com/c586997/URW---NimbusSan-Lig.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://files.cargocollective.com/c617233/NimbusSan-Lig.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://files.cargocollective.com/c617233/NimbusSan-Lig.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://files.cargocollective.com/c617233/NimbusSan-Lig.svg') format('svg'); /* Legacy iOS */ 
}

@font-face {
    font-family: 'NimbusSan-Reg';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c586997/URW---NimbusSan-Reg.otf') format('opentype');
    src: url('https://files.cargocollective.com/c586997/URW---NimbusSan-Reg.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://files.cargocollective.com/c617233/NimbusSan-Reg.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://files.cargocollective.com/c617233/NimbusSan-Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://files.cargocollective.com/c617233/NimbusSan-Reg.svg') format('svg'); /* Legacy iOS */ 
}

/**
 * COMMON
**/
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #b6c1b3;  
  border: 2px solid #3D423D;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #b6c1b3;
  border: 2px solid #3D423D;
  
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #b6c1b3;
  border: 2px solid #3D423D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #3D423D;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.regular {
	 font-family: 'NeueMachina-Regular', 'Sans Serif', Icons; 
	 line-height: 1.4;
}

.orange {
	color: #D2633C;
}

.marginTop {
	margin-top: 30px;
}

.marginTop2 {
	margin-top: 50px;
}

.btn {
	color: #d2643f;
    text-decoration: underline!important;
    text-transform: uppercase;;
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons;
}

.big-btn {
    color: white;
    background-color: #d2643f;
    display: inline-block;
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    border: solid 1.5px #d2643f;
    text-decoration: underline!important;
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons;
}

.capital {
	text-transform: capitalize;
    text-transform: uppercase;
}
.titleGap {
	margin-top: 36px;
}

.esRJ {
	margin-top: 7.6em;
}



a .lineHover{
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#d3cdc1));
    background-size: 0%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

a:hover .lineHover{
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,#d3cdc1));
    background-size: 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

.btn:hover {
	font-size: 105%!important;
     transition: font-size .1s ease;
}

.big-btn:hover {
	font-size: 105%!important;
    transition: font-size .1s ease;
}

/*
.journal a:hover small {
    text-decoration: underline;
    transition: text-decoration .4s ease;
}

.journal a:hover .classify {
    text-decoration: none!important;
    transition: text-decoration .4s ease;
}
*/

/**
* TOP
**/
[data-predefined-style="true"] [local-style="10765433"] bodycopy{
	background: linear-gradient(#f3f3f3,rgba(255,255,255,0));	
}

.header {
	display: flex;
    justify-content: space-between;
}

.logo {
	max-width: 180px!important;
}

.logo img {
    width: 180px!important;
    height: 100%!important;
    margin-top: -10px;
}

.menu {
	display: flex;
    justify-content:space-between;
    margin-top: 16px;
    max-width: 960px!important;
}

.menu a {
	font-size: 32px;
}

.menu .last {
	padding-right: 0px!important;
}

.sns {
	margin-top: 16px;
    width:10%!important;
}

.sns a {
	color: #3E423E!important;
    text-decoration: none!important;
    font-size: 18px;
}

.classify {
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #a5a5a5;
    padding-bottom:10px;
}

.journalTitle {
	padding-bottom: 5px;
}

/**
* MAIN
**/
[data-predefined-style="true"] h2.title {  
    color: #3F423E;
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons!important; 
    -webkit-text-fill-color: #fff; 
    -webkit-text-stroke-width: .8px;
    -webkit-text-stroke-color: #3F423E;
    color: #fff;
    text-shadow: -.9px 0 #3F423E, .9px 0 #3F423E, 0 -.9px #3F423E, 0 .9px #3F423E;
    position: relative;
}

[local-style="10763607"] .content_padding {
	padding-top: 2.5rem /*!main_margin*/;
	padding-bottom: 2.5rem /*!main_margin*/;
	padding-left: 2.5rem /*!main_margin*/;
	padding-right: 2.5rem /*!main_margin*/;
}

/**
* FOOTER
**/
.footerTxt small a {
	color: #D1CCC0!important;
    text-decoration: none!important;
}

.footerTxt sup {
    font-size: 14px;
    top: -6px!important;
    left: 2px!important;
}

/**
* NEWSLETTER
**/
.inputBox {
    display: inline-flex;
}

.inputBox input {
    padding: 10px;
    width: 100%;
    min-width: 360px;
    border: 2px solid #3D423D;
    background: #d2623c;
    padding-top: 5px;
    color: #3D423D;
    z-index: 9;
    font-size: 24px;
}

.inputBox .button {
    cursor: pointer;
    font-size: 32px;
    z-index: 9;
    left: 690px;
    top: 308px;
    border: none;
    background: none;
    min-width: 50px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons!important; 
    color: #3D423D;
    font-size: 24px;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons!important; 
    font-size: 24px;
    color: #3D423D;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons!important; 
    font-size: 24px;
    color: #3d423d;
}

.copyRight {
    position: absolute; 
    z-index: 9; 
    left: 50%; 
    transform: translate(-50%);
    top: 25%;
}

.img {
    position: absolute; 
    left: 50%; 
    transform: translate(-50%);
    top: 30%;
}

.img img {
    min-width: 200px!important;
    height: 100%!important;
}

/**
* NEXT
**/
.next {
	max-width: 960px!important;
    margin: 0 auto;
}

.next img {
	max-width: 1600px;
}

/**
* PROJECTS
**/
.headerTtitle {
	margin-bottom: 36px;
}

.projectFirst {
    margin-top: -68px!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project {
	max-width: 1250px;
    margin: 0 auto;
}

/**
* INSIGHTS
**/
.insights {
 max-width: 700px!important;
 margin: 0 auto;
}

.insightsFirst {
    margin: 0 auto;
    margin-top: 0px!important;
}

.insights sup {
	font-size: 50%;
    top: -25px!important;
    left: 0px;
}

.picCopyright {
    font-size: 14px!important;
    opacity: .5;
    position: relative;
    top: -10px;
}

.picCopyright2 {
    opacity: .5;
    position: relative;
    top: -6px;
    line-height: 1.4!important;
}

.insightGap {
	margin-bottom: 26px!important;
}

/**
* ABOUT
**/
.borderRight {
	border-right: 1px solid #e5e5e5;
    height: 186px; 
}

.weareImg img{
	position: relative;
    top: -50px;
    margin-top: -100px;
    left: 70%;
    max-width:300px
}

/**
 * CONTACT
 **/
.contactTxt {
    margin-top: -100px!important;
    line-height: .5;
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons; 
}

.contactTxt h2 {
	font-size: 58px!important;
    line-height: 1.3;
}

.contactTxt a {
	font-family: 'NeueMachina-Regular', 'Sans Serif', Icons!important; 
	text-decoration: underline!important;
	font-size: 62px!important;
    line-height: 1.5!important;
}

.contactTxt sup {
	font-size: 36px!important;
    top: -20px!important;
    left: 4px!important;
}

.contactTxt .supCenter {
	top: -10px!important;
}

.contactTxt .topSup {
	top: -20px!important;
}

body {
	background-color: #fff;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	text-decoration: underline;
}

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

.gallery_image_caption {
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.3;	
}


/**
* QUIZ
*/

#main__quiz-content___2kWrg {
    overflow-y: hidden!important
}

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

/**
 * Editor styles
 */
[data-predefined-style="true"] bodycopy {
	font-weight: 400;
	color: #3e423e;
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
    font-size: 24px!important;
	line-height: 1.3;

}

[data-predefined-style="true"] bodycopy a {
	color: #3e423e;
	padding-bottom: 0em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] 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;
}

[data-predefined-style="true"] h1 {
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons!important;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #3d423d;
    font-size: 76px!important;
	line-height: 1.2!important;
	}

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

[data-predefined-style="true"] h2 {
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #3d423d;
    font-size: 46px!important;
	line-height: 1.2!important;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	line-height: 1.4;
	font-family: 'NimbusSan-Lig', 'Sans Serif', Icons;
	font-style: normal;
	font-weight: 400;
	color: #3d423d;
    font-size: 18px!important;
}

[data-predefined-style="true"] small a {
	color: #D2623C;
	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: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

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

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

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

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


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

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

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1.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*/; 
}

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8em;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 1.0rem;
    font-size: 1.5em;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
* Site Menu
**/
[data-css-preset] #site_menu_button {
    color: #3d423d;
    line-height: 1;
    font-size: 36px /*!site_menu_button*/;
    padding: 2px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    display: none;
	top: .8em!important /*!site_menu_button*/;
	right: 4px /*!site_menu_button*/;
}

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

#site_menu_button.custom_icon {
	width: 40px;
}

#site_menu_button.active {
}

/**
* Site Menu
**/

#site_menu {
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	background:#D2623C;
	font-size: 36px;
	padding: 20px 30px 90px 30px;
	min-width: 300px;
 }

body.mobile #site_menu {
}

#site_menu a {
    margin-bottom: 2px;
}

#site_menu .page-link a {
	color:#3E423E;
}

#site_menu .set-link > a {
	color:#3E423E;
    font-weight: normal!important;
}

#site_menu .close {
	color: #3E423E;
	font-size: 1.5em!important;
    right: -220px!important;
    top: -8.6px!important;
	padding: 20px 30px 90px 30px;
	min-width: 300px;
    
}

body.mobile #site_menu .close {

}

#site_menu .break {
    
}

#site_menu .indent {
    
}

#site_menu a:active {
}

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

#shop_button.text {
    font-size: 1.9em;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
    padding: 0;
    line-height: 1.3;
}

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

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

/**
  * Shop Product Widget
**/
.shop_product {
    width: 100%;
	max-width: 22em;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
	font-size: 1.9rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: 'NeueMachina-Light', sans-serif, 'Sans Serif', Icons;
    font-size: 1.4em;
    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: 'NeueMachina-Light', sans-serif, 'Sans Serif', 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.2em;
    line-height: 1.3;
    font-family: 'NeueMachina-Light', 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;
}


input, button { 
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
}

select {
	font-family: interit;
    border-radius: 0px!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

select::-ms-expand{ 
display:none; 
}




.tag {
	color: #D4623E;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
}

/*Media Query*/
@media all and (min-width : 783px) {
    .mobileNone {
	display: block!important;
}
    
    .mobileShow {
	display: none!important;
}
    
    .menu {
	display: flex;
     justify-content: space-between;
}
    
    .sns {
	display: block;
    text-align: right;
}
    
    .margin {
        margin: 0 1.5rem;   
 }
    

}


@media all and (min-width : 783px) and (max-width : 1160px) {
    
/**
*TOP
**/  
.logo img {
    width: 136px!important;
}

.menu {
	margin-top: 10px;
    margin-left: -10px;
}
    
.menu a {
	font-size: 22px;
    padding-right: 10px;
}

.sns {
	margin-top: 12px;
    width: 15%!important;
}
    
.sns a {
    font-size: 16px;
    padding-top: -10px!important;
}

.esRJ {
	margin-top: 1.6em;
}
    .threeClumns .journalPost {
height: auto!important;
        min-height: 100%!important;
        
}
}


@media all and (min-width : 0px) and (max-width : 782px) {    
   
    
    
.flex .journalPost {
    width: 100%;
    padding: 0 0px;
}
    
    .flex .journalPost {
    margin: 25px 0;
    }
    .mobileNone {
	display: none!important;
}
    .mobileShow {
	display: block!important;
}
    
     .margin {
        padding: 0 2.5rem!important;   
 }

    .threeClumns .journalPost {
height: auto!important;
        min-height: 100%!important;
        
}
    
/**
 * Editor styles
 */ 
[data-predefined-style="true"] h1 {
    font-size: 46px!important;
	}
    
[data-predefined-style="true"] h2 {
    font-size: 38px!important;
	}
    
/**
*BASIC
**/ 
.titleGap {
	margin-top:4px;
}
    
.marginTop {
	margin-top: 15px;
}

.topTitle {
	margin-top: -10px!important;
    margin-bottom: 0px!important;
}
    
[data-predefined-style="true"] h2.title {  
    -webkit-text-stroke-width: .8px;
}

/**
*MAIN
**/      
.insightBox {    
	margin-top: -26px;
}

/**
* INSIGHTS
**/
.insights sup {
    top: -20px!important;
    left: 0px;
}

.insightGap {
	margin-bottom: 5px!important;
}
    
/**
*TOP
**/     
.menu, .sns {
    display: none;
}
    
    .logo {
	margin: 0 auto;
}

.logo img {
    width: 220px!important;
    margin-top: 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/**
* NEWSLETTER
**/
.inputBox {
	padding: 0 15px;
}
    
.inputBox input {
   min-width: 10%;
}
    
.copyRight {
    top: 20%;
}

.img {
    top: 25%;
    left: 45%!important;
    transform: translateX(-50%);
}

.img img {
    max-width: 150px!important;
}
    
.bannerText {   
	font-size: 42px!important;
    line-height: 30px!important;
}

.inputBox {
	width: 100%;
}
    
/**
 * PROJECT
 **/
.projectDetail {   
    max-width: 100%!important;
    margin-top: 0px!important;
}
   
.projectFirst {
    margin-top: 0px!important;
    display: block;
}
 
    
.projectFirst div {    
	width: 100%;
}
   
/**
 * JOURNAL
**/
    
    .journalFlex.flex { 
	display: block;
        margin: 0px;;
}
    
     .journalFlex .flex {
	display: block;
}
    
    .journalFlex .flex>div {
	border-bottom: 1px solid #b7b7b7;
    margin: 15px 0 30px 0;
    padding: 0px 0 20px 0;
       
}
    
    .journalFlex  .borderLine {
        border-top: 0px;
        padding: 0px;
}
    
    .journalFlex .leftBox {
	border-right: none;
}
    
    .journalFlex .leftBoxInner {
    margin-right: 0px;
}
    
     .journalFlex .rightBox {
	width: 100%;
}
    
    .journalFlex .rightBoxInner {
	margin-left: 0px;
}
    
    .journalFlex img {
	width: 100%!important;
    height: 100%!important;
}
    
    .journalFlex .marginTop {
	margin-top: 0px!important;
}
    
    .journalPost {
	margin-bottom:15px;
}
    .journalPost:last-child {
	margin-bottom:30px;
}
    
    
    
/**
 * ABOUT
**/        
.weAre {
	font-size: 24px;
}

.weAre img {
	width: 150px!important;
    height: 100%!important;
}
    
/**
 * CONTACT
 **/
.contactTxt {
    margin-top: -150px!important;
    line-height: .5;
    font-family: 'NeueMachina-Regular', 'Sans Serif', Icons; 
}

.contactTxt h2 {
	font-size: 32px!important;
    line-height: 1.4!important;
}

.contactTxt a {
	font-size: 32px!important;
    line-height: 1.4!important;
}

.contactTxt sup {
	font-size: 18px!important;
    top: -12px; 
}

.contactTxt  .supCenter {
	top: -4px!important;
}

.contactTxt  .topSup {
	top: -20px!important;
    font-size: 18px!important;
}
    
.contactTxt sup {
	top: -10px!important;
    left: 0px!important;
}
      

/**
 * INSIGHTS
 **/    
.insightsFirst {    
	margin-top: 0px!important;
}
    
/**
 * CONTACT
 **/    
.inputBox .flex {display:block!important;}
.inputBox .flex div:first-child {margin-right:0px!important;}           
    
/**
*FOOTER
**/     
.footerTxt {
	margin-top: -100px!important;
}

.footerTxt div {
    text-align: center!important;
    margin-bottom: .5em;
}
    
/**
*WORKSHOP
**/ 
.workshopBox .mobile {max-width:100%!important; width:100%!important; padding:50px 15px!important}
[data-predefined-style="true"] [local-style="13362124"] bodycopy {height:80px!important;} 
    .workshopBox .the {font-size: 26px!important;}
}