/**
 *  Content
 */

body {
    background-color: #fff;
    color: #000;
}

a:active {
    opacity: 0.7;
}

.page a.active {
    color: rgba(0, 0, 0, 0.5);
}

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

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

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

hr {
    background: rgba(0, 0, 0, 1);
    border: 0;
    height: 1.0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: -40px;
    margin-left: -40px;
    
}

hr2 {
    background: rgba(0, 0, 0, 1);
    border: 0;
    height: 1.0px;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: -40px;
    margin-left: -40px;
    
}


.content img { 
    float: none;
    margin-bottom: 0em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 0.8rem;
    line-height: 1.5;
    padding-left: 0px;
    font-family: "Range", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    text-align: left !important;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 1.4;
}

[data-predefined-style="true"] bodycopy a {
    color: rgba(0, 0, 0, 0.45);
    padding-bottom: 0.1em;
    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-size: 17px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 0.0;
    padding-top: 4px;
    margin-bottom: -1px;
    text-align: left !important;
    
        
}

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

[data-predefined-style="true"] h2 {
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 1.4;
    }

[data-predefined-style="true"] h2 a {
    color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 0.7;
}

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

[data-predefined-style="true"] h3 {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1) !important;
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 1.2;
    }

[data-predefined-style="true"] h4 {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    font-family: "Range", Icons;
    font-style: normal;
    line-height: 0.0;
    margin-top: 10px;
    margin-bottom: -4px;
    vertical-align: text-top !important;
    
        
}

/**
 * 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: 0 /*!content_left*/;
    margin-right: auto /*!content_left*/;
    text-align: left /*!text_left*/;
}

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

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

[data-css-preset] .content_padding {
    padding-top: 1.5rem /*!main_margin*/;
    padding-bottom: 1.5rem /*!main_margin*/;
    padding-left: 1.5rem /*!main_margin*/;
    padding-right: 1.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.5rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1rem/*!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: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    line-height: 1.2;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-family: "Plex Mono", Icons;
    font-style: normal;
    line-height: 1.3;
}

.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: rgba(0, 0, 0, 0.85);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 1.4rem /*!site_menu_button*/;
    right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    margin: -9.0px;
    padding: 3px;
    font-size: 24px;
    padding-right: -1px !important;
}

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

#site_menu_button.active {
    display: none;
}

/**
 * Site Menu
 */

#site_menu {
    font-family: "Range", Icons;
    background: rgba(255, 255, 255, 0.65);
    font-size: 20px;
    font-style: normal;
    color: #000 !important;
    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(0, 0, 0, 0.25);
    font-weight: bold;
}

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

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

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

body.mobile #site_menu .close {
    display: block;
    font-size: 35px;
    line-height: 1.45em;
    padding-right: 14px;

}

#site_menu .break {
    height: 28px;
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif Bold", Icons;
    font-size: 1.1rem;
    padding: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    font-style: normal;
}

#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 2.4rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 400;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
    font-style: normal;
    font-weight: 400;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", 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;
    font-style: normal;
    font-weight: 400;
}

/*
 * 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(0, 0, 0, 0.9) /*!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: 46px;
    width: 46px;
}

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

/** 
 * Image Gallery Centring
 */
.image-gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

/** 
 * Fix header padding
 */
.pinned_top .content_padding {
    padding-top: 20px!important;
}



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

/*
 * Make Something Blink
 * https://support.cargo.site/Make-Something-Blink
 */

.blink {
    animation: 1s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
}


/*
 * Custom Typeface
 */

/* Light weight; Normal style */
@font-face {
    font-family: 'Range';
    font-weight: 300;
    font-style: normal;
    src: url('https://files.cargocollective.com/c685334/NeuzeitSLTStd-Book.woff') format('woff');
}
/* Regular weight; Normal style */
@font-face {
    font-family: 'Suisse Regular';
    font-weight: 400;
    font-style: normal;
    src: url('https://files.cargocollective.com/c660006/Suisse-Regular.woff') format('woff');
}

/* Medium weight; Italic style */
@font-face {
    font-family: 'Suisse Medium';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c660006/Suisse-Medium.woff') format('woff');
}


/*
 * Greyscale Hover Images
 */

.bw img {
  transition: filter .8s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.bw img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/*
 * Text Link Fading
 */

bodycopy a {
      color:rgba(0, 0, 0, 0.45) !important;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:color 0.5s ease-out, background 1s ease-in;
  -ms-transition:color 0.5s ease-out, background 1s ease-in;
  -moz-transition:color 0.5s ease-out, background 1s ease-in;
  -webkit-transition:color 0.5s ease-out, background 1s ease-in;
  /* ...and now for the proper property */
  transition:color 1s ease-out, background 1s ease-in;
}
bodycopy a:hover { color:#000 !important; }


small a {
      color:rgba(0, 0, 0, 1) !important;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:color 0.5s ease-out, background 1s ease-in;
  -ms-transition:color 0.5s ease-out, background 1s ease-in;
  -moz-transition:color 0.5s ease-out, background 1s ease-in;
  -webkit-transition:color 0.5s ease-out, background 1s ease-in;
  /* ...and now for the proper property */
  transition:color 1s ease-out, background 1s ease-in;
}
small a:hover { color:rgba(0, 0, 0, 0.45) !important; }


h2 a {
  color:rgba(255, 255, 255, 0.8) !important;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:color 1s ease-out, background 2s ease-in;
  -ms-transition:color 1s ease-out, background 2s ease-in;
  -moz-transition:color 1s ease-out, background 2s ease-in;
  -webkit-transition:color 1s ease-out, background 2s ease-in;
  /* ...and now for the proper property */
  transition:color 1s ease-out, background 1s ease-in;
}
h2 a:hover { color:#000 !important; }


/*
 * Desktop / Mobile Hide
 */

body:not(.mobile) .no-desktop
{
    display: none !important;
}

body.mobile .no-mobile {
    display: none;
}



/* Fade */


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*
 * Mobile Font Size
 */

@media only screen and (max-width: 640px) {
  bodycopy {
      font-size: 11.0px !important;
  }
}

@media only screen and (max-width: 640px) {
  small {
      font-size: 11.0px !important;
  }
}

@media only screen and (max-width: 640px) {
  .gallery_image_caption {
      font-size: 11.0px !important;
  }
}


@media only screen and (max-width: 640px) {
  h2 {
      font-size: 11.0px !important;
  }
}

@media only screen and (max-width: 640px) {
  h3 {
      font-size: 11.0px !important;
  }
}

@media only screen and (max-width: 640px) {
  h1 {
      font-size: 13px !important;
    margin-bottom: 10px;
    padding-top: 10px !important;
  }
}



/*
 * Read More
 */

.read-more-state {
 display: none;
}

.read-more-target {
 opacity: 0;
 max-height: 0;
 font-size: 0;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
 opacity: 1;
 font-size: inherit;
 max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
 content: 'Read More';
}

.read-more-state:checked ~ .read-more-trigger:before {
 content: 'Read Less';
}

.read-more-trigger {
 cursor: pointer;
 display: inline-block;
 padding: 0 0.0em;
 color: #000;
 font-size: .9em;
 line-height: 2;
 border: 0px solid #ddd;
 border-radius: .25em;
}
.read-more-trigger:hover {
 background:transparent;
 color:#000;
}



/*
 * Gallery Image Captions and Mobile Styles ( for page = 12362695 )
 */

@media only screen and (min-width: 480px) { /* Show caption on hover on any screen size larger than 480px */
  body[data-page-id="12362695"] .gallery_image_caption {
   transition: opacity 0.4s ease 0s;
   opacity: 0;
  }
  body[data-page-id="12362695"] .gallery_card.has_caption:hover .gallery_image_caption {
    opacity: 1;
  }
}

@media only screen and (max-width: 1240px) { /* Display 4 images per row */
  body[data-page-id="12362695"] .image-gallery .gallery_card {
      width: 25%;
  }
}
@media only screen and (max-width: 960px) { /* Display 3 images per row */
  body[data-page-id="12362695"] .image-gallery .gallery_card {
      width: 33.33%;
  }
}
@media only screen and (max-width: 720px) { /* Display 2 images per row */
  body[data-page-id="12362695"] .image-gallery .gallery_card {
      width: 50%;
  }
}
@media only screen and (max-width: 480px) { /* Display 1 images per row */
  body[data-page-id="12362695"] .image-gallery .gallery_card {
      width: 100%;
  }
}



/*
 * Gallery Image Captions and Mobile Styles ( for page = 13000606 )
 */

@media only screen and (min-width: 480px) { /* Show caption on hover on any screen size larger than 480px */
  body[data-page-id="12356585"] .gallery_image_caption {
   transition: opacity 0.4s ease 0s;
   opacity: 0;
  }
  body[data-page-id="12356585"] .gallery_card.has_caption:hover .gallery_image_caption {
    opacity: 1;
  }
}

@media only screen and (max-width: 1240px) { /* Display 4 images per row */
  body[data-page-id="12356585"] .image-gallery .gallery_card {
      width: 25%;
  }
}
@media only screen and (max-width: 960px) { /* Display 3 images per row */
  body[data-page-id="12356585"] .image-gallery .gallery_card {
      width: 33.33%;
  }
}
@media only screen and (max-width: 720px) { /* Display 2 images per row */
  body[data-page-id="12356585"] .image-gallery .gallery_card {
      width: 50%;
  }
}
@media only screen and (max-width: 480px) { /* Display 1 images per row */
  body[data-page-id="12356585"] .image-gallery .gallery_card {
      width: 100%;
  }
}

/*
 * Slideshow Image Captions and Mobile Styles ( for page = 12356585 )
 */
[data-page-id="12356585"] .image-gallery .gallery_image_caption {
    visibility: hidden;
    display: none;
}
/*
@media only screen and (min-width: 770px) {
  [data-page-id="12356585"] .image-gallery .gallery_image_caption {
   visibility: hidden;
  }
}
*/


div {
  background-color: #fefefe !important;
}


@media only screen and (min-width: 770px){
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]){
        margin-top: 106px;
        padding-top: 0 !important;
        height: calc(100vh - 106px);
        padding: 0 30px; /*This is the space on the left and right 30px each*/
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page{
        height: 100%;
        min-height: initial;
	background-color: initial /*!page_bgcolor*/;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding{
        overflow: hidden;
	padding-top: 1.5rem /*!main_margin*/;
	padding-bottom: 1.5rem /*!main_margin*/;
	padding-left: 1.5rem /*!main_margin*/;
	padding-right: 1.5rem /*!main_margin*/;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content{
        height: calc(100vh - 106px - 60px); /*change 60px to anything*/
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div{
        width: 100%;
        max-height: 100%;
        height: 100%;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div{
        height: 100%;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div .image-gallery.slick-slider{
        height: 100%;
        display: flex;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div .image-gallery.slick-slider .slick-list{
        height: 100% !important;
        display: flex;
        align-items: center;
    }
    
    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div .image-gallery.slick-slider .slick-list .slick-track{
        height: 100% !important;
    }

    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div .image-gallery.slick-slider .slick-list .slick-track .gallery_card_image{
        height: 100%;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .exclude_mobile.page_container.overlay:last-child:not([local-style="12361479"]) .container.page .content_padding > .page_content > div > div .image-gallery.slick-slider .slick-list .slick-track .gallery_card_image img{
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        height: auto !important;
        width: auto !important;
    }
}