@import url("https://bucket0.format-assets.com/theme_versions/1414021/assets/stylesheets/reset.css");

/* Font Import */

/*
   Font Import
*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans/OpenSans-Regular-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/fonts/OpenSans/OpenSans-bold-webfont.eot');
    src: url('/fonts/OpenSans/OpenSans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans/OpenSans-bold-webfont.woff') format('woff'),
         url('/fonts/OpenSans/OpenSans-bold-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans/OpenSans-bold-webfont.svg#CrimsonRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot');
  src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot?#iefix') format('eot'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.woff') format('woff'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.ttf') format('truetype'),
  url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('/fonts/PTSans/PTS55F-webfont.eot');
    src: url('/fonts/PTSans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTSans/PTS55F-webfont.woff') format('woff'),
         url('/fonts/PTSans/PTS55F-webfont.ttf') format('truetype'),
         url('/fonts/PTSans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */

body {
  line-height: 1.4;
  font-size: 14px;
  background: #ffffff;
  color: #696969;
	font-family: Alegreya, serif;
}
html, body {
  height: 100%;
}

h1 				{
  font-family: OpenSansRegular;
  color: #231f20;
  font-size: 34px;
  line-height:1.3;

}
h2				{
  font-family: OpenSansRegular;
  color: #231f20;
  font-size: 18px;
  line-height: 1.3;

}
a {
  outline: none;
  color: #231f20;
  
    text-decoration: underline;
  
}
a:hover {
  color: #231f20;
  
    text-decoration: none;
  
}

p { margin: 0; }

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


.clear 		{
  clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
#wrapper 	{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
#wrapper>header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #dddddd;
  padding: 45px 0 30px;
  width: 94%;
  margin: 0 auto 55px;
  -webkit-backface-visibility: hidden;
  font-size: 0;
}
#wrapper > header .header-inner {
  position: relative;
  min-height: 50px;
  display: block;
}
#wrapper > header h1 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
#wrapper>header .logo {
	display: block;
  text-decoration: none;
}

#wrapper>header .logo.text {
  font-family: OpenSansBold;
	color: #252525;
  font-size: 25px;
  line-height: 1.2;
}
#wrapper > header .logo img {
  max-width: 190px;
  max-height: 160px;
  width: 100%;
}
.nav_top {
  width: 64%;
  display: inline-block;
  text-align: left;
}

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


/* Menu */
#menu .menu_list {
  font-size: 13px;
  margin-top: -5px;
  text-align: center;
  display: inline-block;
}

#menu .menu_list ul, #menu .menu_list{
  list-style-type:none;
  letter-spacing: -3px;
}

#menu .menu_list li {
  letter-spacing: 0;
}

#menu .menu_list .dropdown li.item a {
  *float: left;
  *width: 100%;
}
#menu .menu_list li.item {
  border-bottom: 1px solid #dddddd;
}
#menu .menu_list li.item:hover a {
  color: #027cca;
}
#menu .menu_list li.item.last {
  margin-bottom: 16px;
}
#menu .menu_list li.top_level {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 170px;
  padding: 5px 0 3px 0;
  border-bottom: 1px solid #dddddd;
  *display:inline;
  position: relative;
  font-size: 13px;
  text-align: left;
  float: left;
  margin-right: 22px;
}
#menu .menu_list li.top_level:last-child,
#menu .menu_list li.top_level.last {
  border-right: 0;
}
#menu .menu_list li.top_level.category {
  width: 171px;
}

#menu .menu_list li.top_level.selected > a,
#menu .menu_list li.top_level:hover > a {
  color: #027cca;
}
#menu .menu_list .dropdown {
  float: none;
  z-index: 101;
  position: absolute;
  width: 171px;
  *left: 0;
  overflow: hidden;
  top: 0;
  height: 0;
  box-shadow: 0 0 8px -1px #D3CFCF;
  background: #ffffff;
  margin: 0 0 0 -13px;
  padding: 0 13px;
  -webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
  behavior: url(/static/PIE-172eaf95ae8ee7073d7d2d20a11b13eaaf0a355d426f0c839a06296c534db344.htc);
}
#menu .menu_list .category.hover .dropdown {
  -webkit-transition: height 540ms;
  -moz-transition: height 540ms;
  -ms-transition: height 540ms;
  -o-transition: height 540ms;
  transition: height 540ms;
}
#menu .menu_list .category span.category-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;

  border-top: 6px solid #222222;

  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  cursor: pointer;
}
#menu .menu_list .category.top_level > span.category-arrow {
 border-top: 6px solid #222222;;
}
#menu .menu_list .dropdown .selected a {
  color: #027cca;
}
#menu .menu_list .category_title span.category-arrow {
  border-top: 6px solid #222222;
}
#menu .menu_list .category.top_level.selected > span.category-arrow {
  border-top: 6px solid #027cca;
}
#menu .menu_list a {
  font-family: OpenSansRegular;
  font-size: 13px;
  color: #222222;
  line-height: 1.5;
  vertical-align: middle;
  display: block;
  text-decoration: none;
}

#menu .menu_list .dropdown a {
  -webkit-font-smoothing: antialiased;

  font-size: 13px;
  line-height: 1;
  padding: 5px 0;
  text-decoration: none;
  display: block;

  font-family: OpenSansRegular;
  color: #222222;
  line-height: 1.5;
  text-align: left;
}
#menu .menu_list .dropdown .category_title {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
#menu .menu_list .dropdown .category_title a {
  padding: 5px 8px 3px 0;
  color: #222222;
}
#menu .menu_list .category .category_name {
  padding-right: 8px;
}
#menu .menu_list li:hover,
#menu .menu_list li:focus {
  text-decoration: none;
  color: #027cca;
}
#menu .menu_list .category.top_level:hover > span.category-arrow {
  border-top-color: #027cca;
}

/* SOCIAL STUFF ------- ------- ------- ------- ------- ------- */
.social {
  list-style:none;
  display: inline-block;
  vertical-align: top;
  float: right;
  width: 13%;
}
.social li {
  float:left;
  padding-right: 4px;
}

.social li a {
  display: inline-block;
  
  color: #000;
  
  font-size: 10px;
  text-decoration: none;
}

/* Share button */
.social li#share_button a {
  background: transparent;
  
  color: #000000;
  
  text-indent: 0;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 0 8px;
  text-transform: lowercase;
}

/* General */


body.gallery #page_content,
body.listing #page_content,
body.simple #page_content {
	position: relative;
  clear: both;
  padding-bottom: 40px;
  width: 94%;
  margin: 0 auto;
}
body.gallery .push,
body.listing .push,
body.simple .push {
  height: 60px;
}
body.gallery .footer,
body.listing .footer,
body.simple .footer {
  position: relative;
  width: 94%;
  margin: 0 auto;
  font-size: 11px;
  clear: both;
  border-top: 1px solid #dedede;
}
body.gallery .footer .inner,
body.listing .footer .inner,
body.simple .footer .inner {
  padding: 20px 0 40px;
}
body.gallery .footer p,
body.listing .footer p,
body.simple .footer p {
  max-width: 700px;
  float: left;
  font-size: 13px;
  color: #515151;
  font-family: OpenSansRegular;
}
body.gallery .youtube_cont, body.gallery .vimeo_cont {
  margin: 0 auto;
  opacity: 0;
}
._4ORMAT_content_wrapper { margin: 0 auto; }

/* Gallery Page */

body.gallery .asset .txt .txt_inner {
  padding-right: 20px;
}
body.gallery #title .content .copy {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 100px;
}
body.gallery #title .image {
  margin-bottom: 20px;
}
body.gallery #title.asset .txt {
  margin: 20px 0;
}
body.gallery #title .content .hide { text-align: center;}
body.gallery #title .arrow {
  position: absolute;
  right: 12px;
  top: 5px;
  z-index: 9999;
}
body.gallery #title .arrow a {
  text-decoration: none;
  color: #666;
}
body.gallery .assets_container .asset {
  float: left;
  position: relative;
  overflow: hidden;
  
  margin: 17px 17px 0 0;
  
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.gallery .assets_container .asset .video,
body.gallery .assets_container .asset .image {
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
body.gallery .assets_container .asset .overlay {
  background: #000000;
  position:absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.gallery .assets_container .asset .hoverable:hover .overlay {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
body.gallery .assets_container .asset a,
body.gallery .assets_container .asset {
  
  width: 150px;
  height: 150px;
  
}
body.gallery .assets_container .asset .video img {
  display: block;
}
body.gallery .assets_container {
  overflow: hidden;
}

body.gallery .assets_container .asset .caption {
  display: none;
}
body.gallery .assets_container .asset img,
body.gallery .assets_container .asset a {
 display:block;
}
body.gallery .assets_container .asset a {
  position: relative;
  overflow: hidden;
}
body.gallery .assets_container .asset img {
  position: absolute;
  top: 0;
  left: 0;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-ou;
  -ms-transition: -ms-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  
  min-width: 188px;
  min-height: 188px;
  
}
.no-csstransitions body.gallery .assets_container .asset img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.gallery .assets_container .asset img.hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.gallery .assets_container .asset.video img {
  width: auto;
  margin-left: 0;
}
body.gallery .assets_container .asset img.loading {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.gallery #title {
  width: 616px;
  margin: 20px 0 0 0;
}
body.gallery #title img {
  max-width: 616px;
}
body.gallery #title .txt.title_txt {
  display: block;
  width: 616px;
}
body.gallery #slide-assets {
  position: relative;
}
body.gallery .asset .txt.title_txt {
  display: none;
}
body.gallery .asset.text {
  background: #231f20;
}
body.gallery .asset.text a,
body.gallery .asset.text .txt {
  display: block;
  height: 100%;
  z-index: 1;
}
body.gallery .asset.text .text-icon,
body.gallery .asset.video .video-icon {
  position: absolute;
  height: 15%;
  width: 15%;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  cursor: pointer;
}
body.gallery .asset.text .text-icon span {
  display: block;
  width: 90%;
  height: 1px;
  background: #ffffff;
  margin: 0 0 10% 5%;
}
body.gallery .asset.text .text-icon span.indent {
  margin-left: 15%;
  width: 80%;
}
body.gallery .asset.video .video-icon {
  background: #231f20;
  opacity: 0.8;
  filter:alpha(opacity=80);
}
body.gallery .asset.video .video-icon .arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid #ffffff;
  
    border-width: 6px 7px;
    margin-top: -6px;
    margin-left: -3px;
  
}
body.gallery .asset .txt .txt_inner .jspDrag  {
  width: 4px;
}
body.gallery.noscroll{
  overflow: hidden;
}
body.gallery #popup {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  z-index: 11;
  overflow-x: auto;
  overflow-y: scroll;
  width: 100%;
  display: none;
  background: transparent url(https://bucket0.format-assets.com/theme_versions/1414021/assets/images/pixel.gif) repeat;
  
  background: rgba(0,0,0, 0.8);
  
  
  cursor: pointer;
  zoom: 1;
}
body.gallery #popup .inner {
  padding: 0 30px;
  background: #ffffff;
  width: 900px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  z-index: 999;
  cursor: default;
  overflow: hidden;
}

body.gallery #popup .close,
body.gallery #next,
body.gallery #prev {
  background-image: url(https://bucket0.format-assets.com/theme_versions/1414021/assets/images/controls_dark.png);
  background-repeat: no-repeat;
}


body.gallery #popup .controls {
  position: fixed;
  top: 20px;
  width: inherit;
  opacity: 0;
  filter: none !important;
}
body.gallery #popup .close {
  float: right;
  display: block;
  text-indent: -9999em;
  width: 21px;
  height: 21px;
  background-position: 0 -31px;
  
}
body.gallery #popup .inner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
body.gallery #popup .copy {
  width: 50%;
  color: #231f20;
  font-family: OpenSansRegular;
  font-size: 14px;
  padding: 40px 0 20px;
  margin: 0 auto
}
body.gallery #popup .copy h1,
body.gallery #popup .copy h2 {
 color: #231f20;
}
body.gallery #popup .main-content {
  display: none;
  clear: both;
  margin: 70px 0 0 0;
}
body.gallery #popup .main-content .text {
  width: 800px;
  margin: 0 auto;
}
body.gallery #popup .main-content.loading {
  background: url(https://bucket0.format-assets.com/theme_versions/1414021/assets/images/loading.gif) 50% 50% no-repeat;
  height: 500px;
}
body.gallery #popup .main-content img {
  cursor: pointer;
  max-height: 100%;
}
body.gallery #prev, body.gallery #next {
  display:block;
  float: left;
  width: 30px;
  height: 22px;
  background-position: 8px 0;
  text-indent: -9000em;
  margin-left: -8px;
}
body.gallery #next {
  background-position: -24px 0;
  margin-left: 10px;
}
/* Listing Page */

body.listing #page_content .listing_image,
body.listing #page_content .listing_image a {
  color: #999999;
  font-family: OpenSansRegular;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.4;
}
body.listing #wrapper #page_content .listing_image a:hover {
  text-decoration: none;
}
body.listing #page_content .asset {
  float: left;
  margin: 0 40px 16px 0;
  width: 200px;
}

body.listing #page_content .asset a,
body.listing #page_content .asset img {
  display: block;
}

body.listing #page_content .listing_image .copy {
  width: 200px;
  text-align: center;
  padding-top: 5px;
}
body.listing #page_content .title_element .img,
body.listing #page_content .title_element .copy {
  margin-bottom: 40px;
 }
body.listing #page_content .title_element .copy.image {
  margin: 20px 0;
}
body.listing #page_content .title_element {
  width: 860px;
}
body.listing #page_content .title_element img {
  max-width: 860px;
  display: block;
}
.lt-ie9 body.gallery #popup {
  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
  
  
}
/* IE7 Bug Fix */
.lt-ie8 .main-content {
  position: relative;
}
.lt-ie8 #menu .menu_list .dropdown .category_title a  {
  margin-left: -16px;
}
.lt-ie8 #menu .menu_list .category_title span.category-arrow {
  margin-top: -3px;
}
.lt-ie8 #menu .menu_list,
.lt-ie8 #wrapper > header h1,
.lt-ie8 .nav_top,
.lt-ie8 .social {
  display: inline;
  zoom: 1;
}
.lt-ie8 #menu .menu_list .dropdown .item {
  min-height: 1px;
  margin-left: -16px;
}
.lt-ie8 .social {
  position: absolute;
  right: 0;
}
.lt-ie8 .social li.share {
  margin-top: -4px;
}
.lt-ie8 .social li a {
  display: inline;
  zoom: 1;
}
.lt-ie8 body.gallery #prev,
.lt-ie8 body.gallery #next {
  display: block;
  float: left;
}
.lt-ie8.noscroll {
  overflow-y: hidden;
}
.lt-ie8 .jspPane {
  *left:0px;
}
.lt-ie8 #menu .menu_list li.top_level {
  z-index: 0;
  display: block;
}
.lt-ie8 #menu .menu_list li.category.top_level {
  z-index: 101;
}
.lt-ie8 #menu .menu_list li.category.top_level.hide,
.lt-ie8 #menu .menu_list li.top_level.hide {
  z-index: -1;
}

/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #222222!important;
    font-family: "Open Sans", sans-serif!important;
    font-size: 18px!important;
    line-height: 1.75!important;
}
.f_blog_body_typography > p { line-height: 1.75!important; }

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

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

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

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: "Open Sans", 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: 27px;
}
