/*
   v2.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
  overflow-y: scroll;
}


/*  ------  Global  ------  */
body {
  line-height: 1;
  color: #555555;
font-family: news-cycle, sans-serif;
font-size: 16px;
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
font-family: news-cycle, sans-serif;
font-size: 35px;
font-style: normal;
font-weight: normal;
  margin:0;
}

  h1 {
    font-size: 35px;
    line-height:1.1em;
  }

  h2 {
    font-size: 35px;
    line-height: 1em;
  }

a {
  outline: none;
  color: #6cbeeb;
text-decoration: underline;
font-style: normal;
font-weight: normal;
  }

  a:hover {
    color: #94cbff;
text-decoration: underline;
font-style: normal;
    }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {  content: '';  content: none; }
table { border-collapse: collapse;  border-spacing: 0; }
form div ,table td, table th { padding: 5px;}

::-moz-selection{ background: #A5A29F; color:#fff; text-shadow: none; }
::selection { background:#A5A29F; color:#fff; text-shadow: none; }

p { margin: 0; }

p, ul li, ol li {  line-height: 1.45em; }
em {  font-style:italic; }
strong {  font-weight:bold; }

/* Required to Render UL and OL elements correclty */
ol {   list-style: decimal inside none; }
ul {   list-style: disc inside none; }

/* ------ ClearFix ------ */
.clearfix:after { content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* Menu Definitions */

#logo {
  margin: 20px 20px 30px 14px;
}

#logo a  {
  text-decoration: none;
  color: #000000;
}
#logo a img { border:0px; max-width: 195px; max-height: 120px; }
#logo h1 {
  
  margin: 0;
  z-index: 3333;
}

#logo h1 a {
  color: #000000;
font-family: news-cycle, sans-serif;
font-size: 28px;
font-style: normal;
font-weight: normal;
  line-height: 1.1em;
}
#logo h1 a:hover { text-decoration:none; }

/* Menu */

/* Menu Navigation */
.menu_wrap { width: 210px; }
.menu_wrap .main_nav {
  padding-bottom: 2px;
  width: 180px;
  *position: relative;
  *right: 16px;
}

.menu_wrap ul li a {
  color: #000000;
background: #9e989e;
font-family: Cabin;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.5;
  text-decoration: none;
  padding: 3px 6px 3px 1px;

  
    background-color: rgba(0,0,0,0);
  
}
  .menu_wrap ul li.nav_using a {
    text-decoration: underline;
  }
  .menu_wrap ul a:hover {
    background: #f6f6f6;
color: #4f4d4d;
font-style: normal;
font-weight: normal;
    
      background-color: transparent;
    
  }
  .menu_wrap ul a:focus,
  .menu_wrap ul .selected a {
    background: #f6f6f6;
color: #7a7a7a;
font-style: normal;
font-weight: normal;
    
      background-color: transparent;
    
  }

.menu_wrap ul .item {
  display: block;
  line-height: 1.5;
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  *max-width: 185px;
}

.menu_wrap ul .item a {
  *display: block;
  *max-width: 185px;
}

.menu_wrap .category {
  color: #444444;
font-style: normal;
font-weight: bold;
  
    cursor: pointer;
  
  display: block;
  font-size: 14px;
  font-family: Cabin;

  line-height: 1.2;
  padding: 0.6em 0;
  position: relative;
  zoom: 1;

  
    border-top: 1px solid #cccccc;
  
}

.menu_wrap .hover {
  color: #000000;
}

.menu_wrap .open_cat,
.menu_wrap .list_end_cat {
  
    border-bottom: 1px solid #cccccc;
    margin: 0 0 4px 0;
  
}

.menu_wrap .category_container {
  overflow: hidden;

  
    display: none;
    margin: 0 0 0.5em;
  
}
  .menu_wrap .category_container .item {
    float: left;
  }

.mobile_nav_item {
  display: none;
}

/******* TOP *********/

#head_logo {
  float: left;
  padding-right: 40px;
  max-width: 390px;
  text-align: left;
  min-height: 30px;
}

.gallery .footer_text {
  position: fixed;
  bottom: 3px;
  margin: 0;
  width: 100%;
  padding: 3px;
}

/* Social Icons */
.social_icons_wrap {
  margin-right: 14px;
  width: 180px;
}

ul.social_icons {
  float:left;
  list-style-type:none;
  padding: 0 0 0 1em;
  display: none;
  font-size: 14px;
  width: 100%;
}

  ul.social_icons li.social_icon {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    cursor: pointer;
    *display:inline;
    display: inline-block;
    font-family: 'theme_social';
    font-size: 12px;
    line-height: 18px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    padding: 1px;
    position: relative;
    text-align: center;
    width: 18px; height: 18px;
    zoom: 1;
  }



  ul.social_icons li.social_icon a {
    display: block;
    height: 20px;
    overflow: hidden;
    padding: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 20px;
    position: absolute; top: -1px; left: 0;

  }

ul.social_icons  li.social_icon:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}


  ul.social_icons li.social_icon {
    background: #000;
  }
  ul.social_icons li.social_icon:before {
    color: #fff;
  }
  ul.social_icons li.social_icon a { color: #fff; }


/* Share button */
#share_button {
  font-family: "Helvetica", "Arial", sans-serif;
  display: inline-block;
  *display: inline;
  margin-left: 5px;
  position: relative;
  *right:0;
  /*top: 2px;*/
}

#share_button a {
  color: #ffffff;
background: #000000;
  margin: 3px 3px 4px 0; /* was 0 3px 0 0 */
  padding: 4px 11px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.04em;
  top: 0;
  text-decoration: none;

  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;

  filter: alpha(opacity=60);
  opacity: 0.6;

  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;

  font-family: arial;
  font-size: 11px;
}
  #share_button a:hover,
  #share_button a:focus {
    filter: alpha(opacity=100);
    opacity: 1;
  }


/****** CONTENT *******/

.nav {
  float: left;
  
  min-height: 550px;
  
  width: 223px; height: 100%;

  position: fixed;
  top: 0;

  z-index: 999999;

  
    left: 50px;
  
}

.nav #overlay {
  background: #ffffff;
  position: absolute; top: 0; left: 0;
  height: 100%; width: 100%;
  z-index: 0;

  
    opacity: 0.7;
    filter: alpha(opacity=70);
  
}

.nav #additional_text {
  color: #888888;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
  padding: 16px 0 0 0;
}

.nav .nav_container {
  position: absolute;
  top: 50%;
  z-index: 10;

  
    height: 550px;
    margin-top: -275px;
  

  text-align: left;

  /* This fixes IE7*/
  *overflow:visible;
}
.nav.left_aligned_menu { text-align: left;}
.nav .menu_wrap {
  font-size: 0;
  margin-left: 14px;
}
.nav .social_icons_wrap {
  position: absolute;
  bottom: 12px; left: 4px;
}

.nav .nav_container .jspVerticalBar {
  
    opacity: 0.7;
    filter: alpha(opacity=70);
  
}


/* Center Horizontal Vertically */
.gallery #content {
  
  min-height: 550px;
  
}

.gallery #content .container {
  position: absolute;
  top: 50%;

  padding-left: 223px;


  
    height: 550px;
    margin-top: -275px;
  

  /* This fixes IE7*/
  *overflow:visible;

}

/******* GALLERY  *********/
.gallery .asset {
  padding: 0;
  float: left;
}

/* If laoding icon is displayed */
.gallery .asset.loading .img {
  width: 550px;

  
    height: 550px;
  

   }
   .gallery .asset.loading .img img {
     width: 20px;
     height: 20px;
     position: absolute;
     top: 50%;
     left: 50%;
    }


/* Image Text on Image Assets Popups */
.gallery .image .img {
  position: relative;
}
.gallery .image .img img {
  
    height: 550px;
  
  width: auto;
  display: block;
}
.gallery .asset .image_text_container {
  margin: 0.75em 0.75em 0 0;
  
  color: #333333;
font-size: 14px;
font-weight: normal;
font-style: normal;
}


.gallery .asset.image .image_text_container p {
  padding-right: 2em;
}

.gallery .assets {
  margin-left: 2em;
  overflow: hidden;
}

/* Title Elements */
.gallery .asset.title .wrap {
  overflow: auto
  width: 635px;
}



.gallery .asset.title .wrap {
  
    height: 550px;
  
  overflow:hidden;
}
.gallery .asset.title .asset_img {
  margin-bottom: 15px;
  
}
.gallery .asset.title .asset_copy {
  max-width: 35em;
  padding: 1.2em 0 0;
}

.gallery .asset.title .inner_wrap {
  width: 37em;
}

/* Text Elements */
.gallery .asset.txt {
  width: 37em;
}
.gallery .asset.txt .wrap {
  width: 35em;
  overflow: auto;
}
.gallery .assets .asset.txt .wrap .text_content {
  overflow: hidden;
  padding: 1.2em 2em 0 2em;
  
  width: 30em;
}

.gallery .assets .asset.txt .wrap {
  
    height: 550px;
  
  overflow:hidden;
}

/*-- Video Element --*/

.youtube_cont.preview img,
.vimeo_cont.preview img {
  display: block;
  position: static!important;
}

body.gallery .assets .video .embed_container,
body.gallery .assets .video .youtube_cont,
body.gallery .assets .video .vimeo_cont { width: 100%; }

body.gallery  .video .embed_container iframe,
body.gallery  .video .embed_container a { top: 0; }

body.gallery .assets .video .youtube_cont { background: #000; }


  body.gallery .assets.size_550 .video .embed_container img,
  body.gallery .assets.size_550 .video .embed_container iframe { height: 550px; }
  .gallery .assets.size_550 .asset.video .copy {    width: 95%;  padding: 10px 5% 0 0; color: #333333;
font-size: 14px;
font-weight: normal;
font-style: normal;  }


.gallery .asset.image .caption_cta,
.gallery .asset.video .caption_cta,
.gallery .asset.image .caption_close,
.gallery .asset.video .caption_close {
  display: none;
}

/* Listing Assets */
body.simple #content,
body.listing #content {
  position: relative;

  
    margin-left: 298px;
  
  margin-right: 100px;
}

body.listing #content {
  max-width: 781px;
  min-width: 360px;
  }

body.listing #content .title_element {
  max-width: 748px;
}
body.listing #content .title_element .copy { margin-bottom: 35px; }
body.listing #content .title_element .img { margin-bottom: 2em; }

body.listing #content .listing_image {
  float:left;
  width: 32%;
  margin: 0 2% 2em 0;
}

  body.listing #content .listing_image.third {
    margin-right: 0;
  }

  body.listing #content .listing_image.row-third {
    clear: left;
  }

  body.listing #content .listing_image:hover {
    opacity: 0.7;
    }

  body.listing #content .title_element img,
  body.listing #content .listing_image img {
    max-width: 100%;
    height: auto;
  }

body.listing.images_have_text #content  .listing_image { margin-bottom: 20px;}


body.listing #content .listing_image .copy a {
  text-align: center;
  line-height: 1.35em;
  text-decoration: none;
  margin-top: 5px;
  color: #555555;
font-size: 12px;
font-style: normal;
font-weight: normal;
  display:block;
}

  body.listing #content .listing_image:hover .copy a {
    color: #555555;
  }

body.simple  #menu_container  ,
body.listing #menu_container {
  position: relative;
}


/* Variable Image Style Definitions */

/* Gallery Containers */

.gallery .asset {
  
    margin-right: 2px;
  
}

/* JScroll Scrollbard color */
.jspDrag {
  background: #555555;
}

.jspDrag:hover {
  background: #555555;
}

/* Simple Page */
body.simple#imgsize_fullbrowserheight #content,
body.listing#imgsize_fullbrowserheight #content { padding-top: 14px; }

/* Fix to remove blue outline in chrome */
.menu_wrap, .jspContainer, .jspPane, .main_nav { outline: 0; overflow: hidden; }

/* Gallery nav arrows */

.gallery .cursor_right.cursor_black.cursor_s { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_s.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_s.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_black.cursor_m { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_m.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_m.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_black.cursor_l { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_l.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_black.cursor_s { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_s.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_s.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_black.cursor_m { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_m.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_m.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_black.cursor_l { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_l.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_l.png) 0 24, w-resize; }

.gallery .cursor_right.cursor_white.cursor_s { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_s.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_s.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_white.cursor_m { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_m.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_m.png) 22 24, e-resize; }
.gallery .cursor_right.cursor_white.cursor_l { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_l.cur), e-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_l.png) 22 24, e-resize; }

.gallery .cursor_left.cursor_white.cursor_s { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_s.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_s.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_white.cursor_m { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_m.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_m.png) 0 24, w-resize; }
.gallery .cursor_left.cursor_white.cursor_l { cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_l.cur), w-resize; cursor: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_l.png) 0 24, w-resize; }

/* ie8 nav */
.gallery .ie-next, .gallery .ie-prev { display: none; }
.ie8 .gallery .ie-next, .ie8 .gallery .ie-prev {
  display: block;
  width: 29px;
  height: 47px;
  position: fixed;
  z-index: 2000;
  cursor: pointer !important;
}
.ie8 .gallery .ie-prev { left: 30px; display: none; }
.ie8 .gallery .ie-next { right: 30px; }
.ie8 .gallery #content { cursor: default !important; }

.gallery .cursor_black.cursor_s .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_s.png) no-repeat; }
.gallery .cursor_black.cursor_m .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_m.png) no-repeat; }
.gallery .cursor_black.cursor_l .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_black_l.png) no-repeat; }

.gallery .cursor_black.cursor_s .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_s.png) no-repeat; }
.gallery .cursor_black.cursor_m .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_m.png) no-repeat; }
.gallery .cursor_black.cursor_l .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_black_l.png) no-repeat; }

.gallery .cursor_white.cursor_s .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_s.png) no-repeat; }
.gallery .cursor_white.cursor_m .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_m.png) no-repeat; }
.gallery .cursor_white.cursor_l .ie-next { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/right/cursor_white_l.png) no-repeat; }

.gallery .cursor_white.cursor_s .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_s.png) no-repeat; }
.gallery .cursor_white.cursor_m .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_m.png) no-repeat; }
.gallery .cursor_white.cursor_l .ie-prev { background: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/cursors/left/cursor_white_l.png) no-repeat; }


/* Blog styling */
.blog .nav {
  z-index: 99999;
}

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #555555!important;
    font-family: news-cycle, sans-serif!important;
    font-size: 18px!important;
    line-height: 1.65!important;
}
.f_blog_body_typography > p { line-height: 1.65!important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path { fill: #555555!important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #000000!important;
  font-family: news-cycle, sans-serif!important;;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: bold!important;
}
.f_blog_title_typography_hover:hover {
  color: #000000!important;
  text-decoration: underline!important;
}

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #000000!important;
  text-decoration: underline!important;
}

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: news-cycle, sans-serif!important;;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }



/* ------------------------------------------------------------------ */
/* Content Pages styling */

#content_page_wrapper h2.xl-headline {
  font-size: 53px;
}

.mobile-menu-trigger {
  display: none;
}

.youtube_cont.preview .load_iframe, .vimeo_cont.preview .load_iframe {
  background-image: url(https://bucket1.format-assets.com/theme_versions/1484521/assets/images/play.svg) !important;
  background-size: 63px 63px;
}

@media only screen and (max-width: 1024px) {
  .menu_wrap {
    overflow-y: auto;
  }

  .nav_container > .social_icons {
    display: block;
  }

  .gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }

  .gallery .asset .wrap, .gallery .asset.video, .gallery .asset.image {
    position: relative;
  }

  .gallery .asset .image_text_container,
  .gallery .assets .asset.video .copy,
  .gallery .assets.size_400 .asset.video .copy,
  .gallery .assets.size_550 .asset.video .copy,
  .gallery .assets.size_700 .asset.video .copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 40vh;
    overflow-y: auto;
    margin: 0;
    padding: 20px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
  }

      .gallery .asset .image_text_container {
        width: auto !important;
      }

    .gallery .asset.show-caption .image_text_container,
    .gallery .assets .asset.video.show-caption .copy,
    .gallery .assets.size_400 .asset.video.show-caption .copy,
    .gallery .assets.size_550 .asset.video.show-caption .copy,
    .gallery .assets.size_700 .asset.video.show-caption .copy {
      background: #000;
    }

    .gallery .assets .asset.video .copy {
      z-index: 2;
    }

    .gallery .asset.image .caption_cta,
    .gallery .asset.video .caption_cta,
    .gallery .asset.image .caption_close,
    .gallery .asset.video .caption_close {
      position: absolute;
      z-index: 3;
      bottom: 5px;
      right: 5px;
      padding: 5px;
      font-size: 14px;
      color: #fff;
      background: #000;
      cursor: pointer;
    }

    .gallery .asset.image .caption_close,
    .gallery .asset.video .caption_close {
      font-size: 24px;
      background: transparent;
    }

    .gallery .asset.image .caption_cta,
    .gallery .asset.video .caption_cta,
    .gallery .asset.image.show-caption .caption_close,
    .gallery .asset.video.show-caption .caption_close {
      display: block;
    }

    .gallery .asset.image.show-caption .caption_cta,
    .gallery .asset.video.show-caption .caption_cta {
      display: none;
    }

    .gallery .asset .image_text_container p,
    .gallery .assets .asset.video .copy p {
      display: none;
      font-size: 14px;
    }

    .gallery .asset.show-caption .image_text_container p,
    .gallery .assets .asset.video.show-caption .copy p {
      display: block;
      font-size: 14px;
    }

    .gallery .asset.image .image_text_container p {
      padding-right: 0;
    }

  .gallery .asset.title .inner_wrap {
    width: 83vw;
  }

  .gallery .asset.title .asset_copy {
    width: calc(83vw - 20px);
  }

  .gallery .asset.title .asset_img {
    padding-right: 20px;
  }

    .gallery .asset.title .asset_img img {
      max-width: calc(83vw - 20px);
    }

  .gallery .asset.txt {
    width: auto;
  }

  .gallery .asset.txt .wrap {
    width: 83vw;
  }

  .gallery .assets .asset.txt .wrap .text_content {
    padding: 0;
    width: calc(83vw - 20px);
  }

  .gallery #content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
  }

  .gallery #content .container {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: calc(223px + 2em);
  }

  .open-mobile-menu #content {
    display: none;
  }

  .gallery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }

    .gallery #content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: hidden;
      min-height: 0;
    }

      .gallery #content .container {
        height: auto;
        overflow-x: scroll;
        overflow-y: hidden;
      }

  .gallery .asset.loading .img,
  .gallery .image .img img,
  .gallery .asset.title .wrap,
  .gallery .assets .asset.txt .wrap {
    height: auto;
  }

  body.gallery .assets .video .embed_container,
  body.gallery .assets .video .youtube_cont,
  body.gallery .assets .video .vimeo_cont,
  body.gallery .assets.size_400 .video .embed_container img,
  body.gallery .assets.size_400 .video .embed_container iframe,
  body.gallery .assets.size_550 .video .embed_container img,
  body.gallery .assets.size_550 .video .embed_container iframe,
  body.gallery .assets.size_700 .video .embed_container img,
  body.gallery .assets.size_700 .video .embed_container iframe {
    height: 100%;
  }

  body.content #content, body.blog #content {
    position: relative;
  }

  body.simple #menu_container, body.listing #menu_container {
    position: fixed;
  }

  body.simple #content, body.listing #content {
    margin-top: 0;
  }

    body.simple #content .container, body.listing #content .container {
      position: relative;
    }

  .gallery .asset.loading .img img {
    top: 30vh;
  }

  .gallery .asset {
    margin-right: 10px;
  }

  .image_text_container {
    display: none !important;
  }

  .show-caption .image_text_container {
    display: block !important;
  }

  body.listing #content .listing_image {
    width: 49%;
    margin-right: 2% !important;
    clear: none !important;
  }

    body.listing #content .listing_image .img {
      text-align: center;
    }

    body.listing #content .listing_image:nth-child(2n) {
      margin-right: 0 !important;
    }

  .f_blog_wrapper {
    width: auto;
    max-width: none;
    overflow-x: auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
    -webkit-overflow-scrolling: touch;
  }

    .f_blog_wrapper iframe {
      width: 100% !important;
      height: 100% !important;
      min-height: 25vh;
    }


  body.simple #content {
    margin: 0 30px;
  }

  body.listing #content {
    margin: 0 20px 0 298px;
  }

  body.content.simple #content, body.blog.simple #content {
    margin: 0 20px 0 268px;
  }

  body.listing #content {
    min-width: 0;
    max-width: none;
  }

  #logo {
    position: relative;
    margin: 0;
    padding: 20px 20px 30px 14px;
  }

  .gallery .asset.image .img img[data-sizing='landscape'] {
    width: 85vw;
  }

  #content_page_wrapper {
    min-width: 0 !important;
  }

}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  body.listing #content .listing_image {
    width: 32%;
    margin-right: 2% !important;
    clear: none !important;
  }

    body.listing #content .listing_image:nth-child(2n) {
      margin-right: 2% !important;
    }

    body.listing #content .listing_image:nth-child(3n) {
      margin-right: 0 !important;
    }


    .f_blog_wrapper iframe {
      min-height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
  body.listing #content {
    margin: 0 30px;
  }

  body.content.simple #content, body.blog.simple #content {
    margin: 0;
  }

  #logo {
    padding: 20px 60px 20px 30px;
    text-align: left;
  }

  #logo h1 {
    padding: 0;
  }

    #logo h1 a {
      font-size: 28px;
    }

    #logo a img {
      max-height: 60px;
    }

  .gallery #content .container {
    padding-left: 0;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    min-height: 0;
    text-align: center;
    z-index: 33333;
    background: #ffffff!important;

    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }

    .nav.hidden {
      -webkit-transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    .nav .nav_container {
      position: relative;
      top: 0;
      width: 100%;
      height: auto;
      margin-top: 0;
    }

  .nav_container > .social_icons,
  .nav #overlay {
    display: none;
  }

  .nav .menu_wrap {
    position: absolute;
    top: -3000%;
    overflow-y: auto;
    opacity: 0.01;
    width: 100%;
    margin: 0;
    pointer-events: none;
    text-align: center;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

    .open-mobile-menu .nav .menu_wrap {
      opacity: 1;
      pointer-events: auto;
    }

    .menu_wrap .main_nav {
      width: auto;
    }

    .menu_wrap ul .item {
      overflow: visible;
      margin-bottom: 0;
    }

    .menu_wrap ul a:hover {
      color: #000000;
    }

  .mobile_nav_item {
    display: block;
  }

  .main_nav > li {
    display: block;
    margin: 0;
    padding: 0;
    white-space: normal;
    text-align: center;
  }

  .menu_wrap .category {
    border-top: none;
    font-weight: normal;
    background: #ffffff
  }

    .menu_wrap .category span {
      opacity: 0.5;
    }

  .menu_wrap .open_cat,
  .menu_wrap .list_end_cat {
    border-bottom: none;
    margin: 0;
  }

  .main_nav .category + .category {
    margin-top: 2px;
  }

  .main_nav > .category > a {
    background: #ffffff;
  }

    .main_nav > .category > a span {
      opacity: 0.5;
    }

  .main_nav > .item, .main_nav > .category > a, .main_nav .dropdown > .item {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .main_nav > .item:hover {
    background: #ffffff;
  }

  .main_nav .item a,
  .main_nav .category a {
    display: block;
    
      background-color: rgba(0,0,0,0);
    
  }

  .main_nav .item a,
  .main_nav .category > div,
  .menu_wrap .category,
  .main_nav .category a,
  .main_nav .category a:visited,
  .main_nav .item a:visited {
    padding: 12px 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  .menu_wrap .category_container {
    display: block;
    overflow: visible;
    margin: 0;
    background: #ffffff
  }

    .menu_wrap .category_container .item {
      float: none;
    }

  .main_nav .mobile_nav_item {
    display: block;
    margin: 11px 0;
    
      color: #666;
    
    font-size: 12px;
    line-height: 13px;
  }

    .main_nav .mobile_nav_item.nav_using {
      margin-top: 28px;
    }

    .main_nav .mobile_nav_item a {
      font-size: 12px;
      
        color: #666;
      
    }

  .menu_wrap ul li a {
    background-color: transparent;
    padding: 3px 6px 3px 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  ul.social_icons {
    display: block;
    float: none;
    padding: 0;
    font-size: 0;
  }

    ul.social_icons li.social_icon_menu {
      position: relative;
      width: 32px;
      height: 32px;
      font-size: 16px;
      line-height: 32px;
      border-radius: 100%;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      font-family: 'theme_social';
      opacity: 0.6;
      margin-right: 18px;
      padding: 1px;
      position: relative;
      text-align: center;
    }

      ul.social_icons li.social_icon_menu:last-child {
        margin-right: 0;
      }

      ul.social_icons li.social_icon_menu a {
        position: absolute;
        left: 0;
        width: 32px;
        height: 32px;
        text-indent:-1000em;
      }

  
    ul.social_icons li.social_icon_menu {
      background: #000;
    }
    ul.social_icons li.social_icon_menu:before {
      color: #fff;
    }
    ul.social_icons li.social_icon_menu a { color: #fff; }
  

  .nav #additional_text {
    padding: 0;
  }

  .mobile-menu-trigger {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    margin-top: -15px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }

    .mobile-menu-trigger:active {
      background: none;
    }

    .mobile-menu-trigger .hamburger {
      background: #000000;
      display: block;
      position: absolute; top: 7px; right: 0;
      width: 21px; height: 4px;
      border-radius: 1px;
    }

      .mobile-menu-trigger .hamburger::before {
        background: #000000;
        content: "";
        display: block;
        position: absolute; top: 7px; left: 0;
        width: 21px; height: 4px;
        border-radius: 1px;
      }
      .mobile-menu-trigger .hamburger::after {
        background: #000000;
        content: "";
        display: block;
        position: absolute; top: 14px; left: 0;
        width: 21px; height: 4px;
        border-radius: 1px;
      }

    .mobile-menu-trigger .ex {
      position: absolute;
      top: 0;
      right: 0;
      display: none;
      width: 18px;
      height: 18px;
      margin-top: 15px;
    }

      .mobile-menu-trigger .ex::before {
        background: #000000;
        content: "";
        display: block;
        position: absolute; top: 0; left: 0;
        width: 22px; height: 3px;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      .mobile-menu-trigger .ex::after {
        background: #000000;
        content: "";
        display: block;
        position: absolute; top: 0; left: 0;
        width: 22px; height: 3px;

        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }

  .open-mobile-menu .mobile-menu-trigger .hamburger {
    display: none;
  }

  .open-mobile-menu .mobile-menu-trigger .ex {
    display: block;
  }

  .gallery .asset:last-child {
    margin-right: 100px;
  }

	#share_button,
	.f-share-panel {
		display: none;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .gallery .nav {
    display: none;
  }

  .f_blog_wrapper iframe {
    width: 100% !important;
    min-height: 90vh !important;
  }
}

/*
------------------------------------------------------------------
Client Access Pages
------------------------------------------------------------------
*/

.client_page #content {
  padding: 1.5em 50px 1.5em 243px;
}

.client_page .private_page form p {
  color: #555555 !important;
  font-size: 16px !important;
}

.f_client_header {
  border-bottom: 1px solid rgba(85, 85, 85, 0.3)!important;
}

.f_client_header_copy p {
  color: #555555 !important;
}


.f_client_header_info .f_btn {
  color: #555555 !important;
  border: 1px solid #555555 !important;
  font-family: news-cycle, sans-serif !important;
  font-size: 16px !important;
}

.client_page .private_page form input[type='submit'] {
  color: #555555 !important;
  border: 1px solid #555555 !important;
}

.f-load-more .spinner-wrap .spinner-circle {
  stroke: #555555 !important;
}

@media only screen and (max-width: 767px) {
  .client_page #content {
    padding: 0 30px;
    position: relative;
  }
  .f_client_header,
  .client_page .f_assets-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
