.clearfix, .entry-content, #primary {
  *zoom: 1; }
  .clearfix:before, .entry-content:before, #primary:before, .clearfix:after, .entry-content:after, #primary:after {
    display: table;
    content: ""; }
  .clearfix:after, .entry-content:after, #primary:after {
    clear: both; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

html {
  background-color: #eaeaea; }

body {
  -webkit-box-shadow: 0 -8px 10px #ccc;
  -moz-box-shadow: 0 -8px 10px #ccc;
  box-shadow: 0 -8px 10px #ccc;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.4; }
  @media (min-width: 800px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1600px) {
    body {
      font-size: 16px; } }

body,
#masthead,
.tile-grid,
.portfolio-filter {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

div,
header,
footer,
article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #f78f1e;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease; }

a:hover {
  color: #231f20; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 1.5em; }

h1 {
  font-size: 1.675em; }

h2 {
  font-size: 1.425em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

iframe,
object,
embed {
  max-width: 100%; }

.chromeframe {
  margin: 0;
  background: #ddd;
  color: #000;
  padding: 1em; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, .site-title a a:after, #searchform #searchsubmit a:after, .menu-toggle a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.type-attachment .entry-header,
.type-attachment .entry-content {
  max-width: inherit; }

.section-title {
  font-weight: 300;
  margin-top: 2em; }

.archive-header {
  padding: 2.5em 2em; }
  .archive-header h1 {
    margin: 0; }

.typ-sc, .post-edit-link, .paging-navigation, .recent-entries time {
  font-size: .8em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.typ-spacer {
  margin: 0 4px; }

.mar-none {
  margin: 0; }

.mar-top-none {
  margin-top: 0; }

.post-edit-link {
  float: right;
  padding: 0 0 1em 2em; }

.paging-navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #231f20;
  float: left;
  padding: 2.5em 2em;
  width: 100%; }
  .paging-navigation a {
    color: #fff; }
    .paging-navigation a:hover {
      color: #f78f1e; }
  .paging-navigation .nav-previous,
  .paging-navigation .nav-next {
    display: block; }
  .paging-navigation .nav-previous {
    float: left;
    width: 50%; }
  .paging-navigation .nav-next {
    text-align: right; }

#image-navigation.paging-navigation {
  background-color: inherit;
  padding: 0; }
  #image-navigation.paging-navigation a {
    color: #f78f1e; }
    #image-navigation.paging-navigation a:hover {
      color: #231f20; }

.ir, .site-title a, #searchform #searchsubmit, .menu-toggle {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .entry-content:before, #primary:before,
.clearfix:after,
.entry-content:after,
#primary:after {
  content: " ";
  display: table; }

.clearfix:after, .entry-content:after, #primary:after {
  clear: both; }

.cf {
  *zoom: 1; }

.entry-title {
  margin-top: 0; }

.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  margin: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 1em;
  margin-right: 2em; }

.alignright {
  display: inline;
  float: right;
  margin-bottom: 1em;
  margin-left: 2em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.fill-primary, .portfolio-filter, .gallery-item .gallery-item-content {
  background-color: #f78f1e; }

.fill-secondary {
  background-color: #231f20; }

.fill-primary, .portfolio-filter, .gallery-item .gallery-item-content,
.fill-secondary {
  color: #eaeaea; }
  .fill-primary a, .portfolio-filter a, .gallery-item .gallery-item-content a,
  .fill-secondary a {
    color: #fff; }

.fill-primary a:hover, .portfolio-filter a:hover, .gallery-item .gallery-item-content a:hover {
  color: #231f20; }

.fill-secondary a:hover {
  color: #f78f1e; }

.pad-1 {
  padding: 1em; }

.pad-2 {
  padding: 1.5em; }

.pad-3, .single-post .post,
.not-found,
.comments-area,
#disqus_thread,
.atvc-post {
  padding: 2em; }

@media (min-width: 800px) {
  .pad-3, .single-post .post,
  .not-found,
  .comments-area,
  #disqus_thread,
  .atvc-post {
    padding: 2em 5em; } }
@media (min-width: 800px) {
  #main {
    display: table;
    width: 100%; }

  #main .col {
    display: table-cell;
    height: 100%;
    vertical-align: top; }

  .col-20 {
    width: 20%; }

  .col-40 {
    width: 40%; }

  .col-60 {
    width: 60%; }

  .col-80 {
    width: 80%; }

  .col-100 {
    width: 100%; }

  .col-80 .col-20 {
    width: 25%; } }
.row {
  margin: 0 auto;
  max-width: 1040px; }
  .row.fullwidth {
    max-width: 100%; }
  .row .column {
    padding: 0 .5rem; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#masthead {
  background: #fff;
  border-bottom: 5px solid #f78f1e;
  position: relative;
  width: 100%;
  z-index: 9; }

.site-title {
  margin: 0; }
  .site-title a {
    background: url(../img/sprite.png) 0 -100px no-repeat;
    display: block;
    height: 42px;
    width: 237px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .site-title a {
        background-image: url(../img/sprite@2x.png);
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.main-navigation,
#searchform input {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.main-navigation a {
  color: #999;
  display: block;
  text-decoration: none; }
  .main-navigation a:hover {
    color: #231f20; }

.main-navigation {
  float: right; }
  .main-navigation ul.menu > li {
    float: left;
    position: relative; }
  .main-navigation ul.menu {
    margin: 0;
    padding-right: 10px; }
    .main-navigation ul.menu a {
      padding: 0 0.8em;
      line-height: 30px; }
  .main-navigation #menu-more {
    background: url(../img/sprite.png) top right no-repeat;
    padding-right: 16px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .main-navigation #menu-more {
        background-image: url(../img/sprite@2x.png);
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .main-navigation ul.sub-menu {
    background-color: #fff;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px;
    position: absolute;
    top: 2em;
    right: 0;
    width: auto;
    z-index: 99999; }
    .main-navigation ul.sub-menu a {
      white-space: nowrap;
      padding: 0 .7em; }
      .main-navigation ul.sub-menu a:hover {
        background-color: #eaeaea; }
  .main-navigation li:hover > ul {
    display: block; }

#searchform {
  background-color: #adafb2; }
  #searchform input[type=text] {
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
    background: none;
    border: 0;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    outline: none;
    width: 80%;
    vertical-align: bottom;
    -webkit-appearance: none; }
  #searchform #searchsubmit {
    background: url(../img/sprite.png) 0 -200px no-repeat;
    height: 30px;
    width: 30px;
    vertical-align: top; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      #searchform #searchsubmit {
        background-image: url(../img/sprite@2x.png);
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    #searchform #searchsubmit:hover {
      background-position: -30px -200px; }
  #searchform input[placeholder] {
    color: #fff; }
  #searchform ::-webkit-input-placeholder {
    color: #fff; }
  #searchform ::-moz-placeholder {
    color: #fff; }

.menu-toggle {
  cursor: pointer;
  height: 30px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 30px; }

.site-navigation .menu-toggle {
  background: url(../img/sprite.png) 0 -250px no-repeat;
  right: 35px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    .site-navigation .menu-toggle {
      background-image: url(../img/sprite@2x.png);
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }

.site-search .menu-toggle {
  background: url(../img/sprite.png) 0 -300px no-repeat;
  right: 5px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    .site-search .menu-toggle {
      background-image: url(../img/sprite@2x.png);
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }

@media (max-width: 949px) {
  .main-navigation {
    display: none; }

  .main-small-navigation ul.menu {
    background-color: #ffa332;
    border-bottom: 1px solid #fff;
    border-top: 5px solid #f78f1e;
    display: none; }
    .main-small-navigation ul.menu li {
      border-top: 1px solid #fff; }
      .main-small-navigation ul.menu li a {
        color: #fff;
        display: block;
        font-weight: 600;
        padding: .75em; }
        .main-small-navigation ul.menu li a:hover {
          color: #231f20; }
  .main-small-navigation ul.sub-menu li {
    padding-left: 1em; }

  #searchform {
    background-color: #ffad3c;
    border-top: 5px solid #f78f1e;
    display: none; }

  #searchsubmit {
    float: right; } }
@media (min-width: 950px) {
  body {
    padding-top: 60px; }

  #masthead {
    height: 60px;
    position: fixed;
    top: 0; }

  body.admin-bar #masthead {
    top: 28px; }

  .site-title {
    float: left; }
    .site-title a {
      background-position: 0 0;
      height: 55px;
      width: 324px; }

  .main-small-navigation {
    display: none; }

  .main-navigation,
  #searchform {
    margin-top: 12px; }

  .menu-toggle {
    display: none; }

  #searchform {
    display: block;
    border-radius: 3px;
    margin-right: 12px;
    float: right;
    margin-left: 1em; }
    #searchform input[type=text] {
      width: 5em; }
      #searchform input[type=text]:focus {
        width: 13em; } }
.excerpt {
  padding: 2.5em 2em; }
  .excerpt:nth-child(even) {
    background-color: #eaeaea; }
  .excerpt .entry-header {
    position: relative; }
  .excerpt .entry-title {
    margin: 0; }
    .excerpt .entry-title a {
      color: #231f20; }
      .excerpt .entry-title a:hover {
        color: #f78f1e; }
  .excerpt .avatar {
    display: none; }
  .excerpt .entry-summary {
    margin-bottom: 2em; }
  .excerpt footer {
    text-align: right; }
  .excerpt .more-link {
    float: left; }

.entry-meta {
  color: #adafb2;
  font-size: .9em; }
  .entry-meta a {
    color: #adafb2;
    display: inline-block;
    line-height: 18px;
    min-height: 18px; }
    .entry-meta a:hover {
      color: #231f20; }

a.more-link {
  background: url(../img/sprite.png) right -100px no-repeat;
  color: #231f20;
  padding-right: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    a.more-link {
      background-image: url(../img/sprite@2x.png);
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }
  a.more-link:hover {
    color: #f78f1e; }

.entry-content {
  margin-bottom: 1em; }

.comments-link {
  display: inline-block; }
  .comments-link a {
    background: url(../img/sprite.png) 0 -350px no-repeat;
    padding-left: 24px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
      .comments-link a {
        background-image: url(../img/sprite@2x.png);
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.share-link {
  display: inline-block;
  float: right; }
  .share-link:hover .share-icon {
    color: #231f20; }
  .share-link:hover .share-popup {
    display: block; }
  .share-link .awesm-button-item,
  .share-link .awesm-button-item-inner {
    height: 20px;
    float: left; }
  @media (min-width: 800px) {
    .share-link {
      padding-top: 5px;
      display: block;
      float: none; }
      .share-link .awesm-button-item,
      .share-link .awesm-button-item-inner {
        display: block;
        float: none;
        height: auto;
        margin: 0;
        padding-top: 5px;
        text-align: left;
        width: 100%; }
      .share-link .awesm-button-item-inner:first-child {
        padding-top: 0; } }

.entry-attachment-header {
  float: left;
  padding: .5em 1em .7em;
  width: 100%; }
  .entry-attachment-header h1 {
    color: #eaeaea;
    float: left;
    font-size: 1em;
    margin: 0; }
  .entry-attachment-header .image-navigation {
    float: right; }
    .entry-attachment-header .image-navigation a {
      margin-left: 1em; }

.entry-attachment .attachment {
  background-color: #231f20;
  text-align: center; }

@media (min-width: 800px) {
  .excerpt .entry-header,
  .excerpt .entry-summary,
  .excerpt footer {
    padding-left: 75px;
    padding-right: 1.5em; }
  .excerpt .avatar {
    display: block;
    left: 0;
    position: absolute;
    top: 0; } }
.single-post .post .avatar {
  display: none; }

@media (min-width: 800px) {
  .single-post .post, .single .atvc {
    position: relative; }
    .single-post .post .entry-meta, .single .atvc .entry-meta {
      color: #fff;
      left: 100%;
      padding: 0 1.5em;
      position: absolute;
      width: 33.3333%; }
      .single-post .post .entry-meta a, .single .atvc .entry-meta a {
        color: #fff; }
        .single-post .post .entry-meta a:hover, .single .atvc .entry-meta a:hover {
          color: #231f20; }
    .single-post .post .entry-header .entry-meta, .single .atvc .entry-header .entry-meta {
      height: 56px;
      /* height of avatar img */
      margin-top: 1.5em;
      overflow: hidden;
      top: 0; }
    .single-post .post footer.entry-meta, .single .atvc footer.entry-meta {
      top: 88px; }
    .single-post .post .comments-link, .single .atvc .comments-link {
      display: block;
      padding: 10px 0; }
    .single-post .post .comments-link a, .single .atvc .comments-link a {
      background-position: 0 -400px; }
    .single-post .post .avatar, .single .atvc .avatar {
      display: inline-block;
      float: left;
      vertical-align: top;
      margin-right: .7em; }
    .single-post .post .byline, .single .atvc .byline {
      display: block; } }
.recent-entries {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .recent-entries li {
    margin: 0;
    padding: 0; }
    .recent-entries li:nth-child(even) {
      background-color: #2b2829; }
  .recent-entries a {
    padding: 1.5em 2em;
    display: block; }
    .recent-entries a:hover time {
      color: #fff; }
  .recent-entries h1 {
    margin: 2px 0;
    font-weight: normal;
    font-size: 1.3em; }

.widget {
  border-bottom: 1px solid #fff;
  font-size: .9em;
  margin-bottom: 1.8em;
  padding-bottom: 1.5em; }
  .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .widget ul li {
      margin: .5em 0; }

.widget-title {
  font-size: 1em;
  font-weight: 700;
  margin: .5em 0 1em 0; }

.textwidget p:first-child {
  margin-top: 0; }

.widget_categories .widget-title,
.widget_lc_taxonomy .widget-title,
.widget_archive .widget-title,
.FlexoArchives_widget_archives .widget-title {
  background: url(../img/sprite.png) 0 0 no-repeat;
  min-height: 18px;
  padding-left: 26px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    .widget_categories .widget-title,
    .widget_lc_taxonomy .widget-title,
    .widget_archive .widget-title,
    .FlexoArchives_widget_archives .widget-title {
      background-image: url(../img/sprite@2x.png);
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }

.widget_categories .widget-title, .widget_lc_taxonomy .widget-title {
  background-position: 0 -550px; }

.widget_archive .widget-title,
.FlexoArchives_widget_archives .widget-title {
  background-position: 0 -600px; }

ul.flexo-list {
  padding-left: 1em; }

.credit {
  font-size: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .credit p {
    margin: 0; }
  .credit img {
    margin-top: 5px; }

.atvc {
  padding: 2em 5em; }

.atvc-archive-header {
  margin-bottom: 2em;
  padding: 2.5em 2em; }

.my-svg-alternate {
  background: url(../img/logo-ask_the_vc.svg);
  float: left;
  display: block;
  width: 255px;
  height: 35px;
  margin-bottom: 2em; }

.no-svg .my-svg-alternate {
  background-image: url(../img/logo-ask_the_vc.png);
  width: 267px;
  background-repeat: none; }

.share-link ul {
  margin: 0;
  padding: 0; }
  .share-link ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
.share-link .getshare {
  margin: 5px 0; }
.share-link .getshare .getshare-button.getshare-button-twitter.getshare-icon:before, .share-link .getshare .getshare-button.getshare-button-facebook.getshare-icon:before, .share-link .getshare .getshare-button.getshare-button-googleplus.getshare-icon:before, .share-link .getshare .getshare-button.getshare-button-linkedin.getshare-icon:before {
  color: #f78f1e;
  float: left; }
.share-link .share-mail {
  background-color: #fff;
  display: block;
  margin-top: 4px;
  width: 1.8em; }
.share-link .getshare .getshare-button.getshare-button-twitter, .share-link .getshare .getshare-button.getshare-button-facebook, .share-link .getshare .getshare-button.getshare-button-googleplus, .share-link .getshare .getshare-button.getshare-button-linkedin {
  background: #fff; }
.share-link .getshare .getshare-counter.split, .share-link .getshare .getshare-counter.inside {
  color: #f78f1e;
  float: left;
  padding-left: 10px;
  border-left: 1px solid; }

.single-atvc .entry-meta .avatar {
  display: none; }

.single .atvc footer.entry-meta {
  top: 58px; }

.atvc-question-btn {
  float: right;
  text-transform: uppercase;
  border: 2px solid #f78f1e;
  padding: 10px;
  color: #000; }

.atvc .single-post .post .avatar {
  display: none; }

.atvc h1.entry-title a {
  position: relative;
  top: -15px; }

.question-button {
  border: 2px solid #f78f1e;
  text-transform: uppercase;
  padding: 10px;
  color: #000;
  background: none; }

div.wpcf7-validation-errors {
  border-color: #f78f1e; }

@media (max-width: 800px) {
  .atvc {
    padding-left: 2em; }

  .atvc-question-btn {
    margin-top: 1em; }

  .archive-header {
    padding-bottom: 5em; }

  .my-svg-alternate {
    float: none;
    display: block;
    width: 255px; } }
a.atvc-rss-email, a.atvc-rss {
  text-transform: uppercase; }

.archive .excerpt img.avatar {
  display: none;
  left: 0;
  position: absolute;
  top: 0; }

.clear-position {
  position: relative;
  top: 0;
  padding: 0; }

.reset-padding {
  padding: 2em 5em 2em 5em; }

.resource h1 {
  padding: .5em 0 0 2em; }

.resource p {
  padding: 0 5.2em; }

.resource h3 {
  background-color: #f78f1e;
  color: #ffffff;
  font-weight: normal;
  padding: 1em 3.7em;
  margin: 0; }

.icon-doc-inv {
  font-size: 1.5em;
  color: #999999;
  margin-left: .8em; }

.icon-unlink, .icon-download {
  font-size: 1.5em;
  padding-right: .5em;
  color: #999999; }

a:hover .icon-doc-inv, a:hover .icon-unlink, a:hover .icon-download {
  color: #f78f1e; }

.resource-list {
  margin: 0;
  padding: 0; }
  .resource-list li {
    list-style: none;
    padding: 1em 3.6em;
    margin: 0; }
    .resource-list li a {
      color: black; }
      .resource-list li a:hover {
        color: #f78f1e; }

.resource-list li:nth-child(2n+2) {
  background-color: #eaeaea; }

.search .type-portfolio {
  padding: 2.5em 2em; }

.portfolio-filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 5px solid #f78f1e;
  font-size: .9em;
  list-style-type: none;
  margin: 0;
  padding: 5px 15px; }
  .portfolio-filter li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0; }
  .portfolio-filter a {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    display: inline-block;
    padding: .25em .5em; }
    .portfolio-filter a.active {
      color: #000;
      background-color: #ffb241; }

.post-type-archive-portfolio,
.portfolio-tiles {
  background-color: #eaeaea; }

.portfolio-tiles {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  float: left;
  width: 100%; }
  .portfolio-tiles article {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #fff;
    border: 1px solid #eaeaea;
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 50%; }
    .portfolio-tiles article a {
      -webkit-transition: box-shadow 0.25s ease;
      -moz-transition: box-shadow 0.25s ease;
      -ms-transition: box-shadow 0.25s ease;
      -o-transition: box-shadow 0.25s ease;
      transition: box-shadow 0.25s ease;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      .portfolio-tiles article a:hover {
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25); }
    .portfolio-tiles article img {
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 80%;
      position: absolute;
      right: 0;
      top: 0; }
    .portfolio-tiles article p {
      -webkit-transition: bottom 0.25s ease;
      -moz-transition: bottom 0.25s ease;
      -ms-transition: bottom 0.25s ease;
      -o-transition: bottom 0.25s ease;
      transition: bottom 0.25s ease;
      bottom: -3em;
      left: 0;
      margin: 0;
      padding: .75em 0;
      position: absolute;
      width: 100%; }
    .portfolio-tiles article:hover p, .portfolio-tiles article.prior-investments p {
      bottom: 0; }
    .portfolio-tiles article.portfolio-inactive {
      border: none; }

@media (min-width: 640px) {
  .portfolio-tiles article {
    width: 33.3333%; } }
@media (min-width: 900px) {
  .portfolio-tiles article {
    width: 25%;
    height: 220px; } }
@media (min-width: 1100px) {
  .portfolio-filter {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 1; }

  .portfolio-tiles {
    padding-top: 39px; }

  body.admin-bar .portfolio-filter {
    top: 88px; }

  .anchor-link {
    position: absolute;
    top: -80px; } }
@media (min-width: 1180px) {
  .portfolio-tiles article {
    width: 20%;
    height: 240px; } }
@media (min-width: 1600px) {
  .portfolio-tiles article {
    height: 280px; } }
.page-header {
  margin-bottom: 2em; }
  .page-header .page-title {
    margin: 0; }
  .page-header .sub-title {
    margin: 1em 0 0 0; }

.page-title {
  font-size: 2.5em;
  font-weight: 300;
  margin: 0; }

.attachment-banner_image {
  margin-bottom: 1em; }

.directors-callout {
  display: inline-block;
  margin-left: 20%;
  width: 100%; }
  .directors-callout a {
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    top: 0; }

@media (max-width: 950px) {
  .directors-callout {
    margin-left: 5%; } }
@media (max-width: 900px) {
  .directors-callout {
    margin-left: 0; } }
.director {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  border: 2px solid #fff;
  float: left;
  height: 290px;
  position: relative;
  width: 20%;
  max-width: 266px; }
  .director hgroup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 1.5em;
    position: absolute;
    width: 100%; }
    .director hgroup h1,
    .director hgroup h2 {
      margin: 0; }
    .director hgroup h1 {
      font-size: 1em; }
    .director hgroup h2 {
      font-weight: 400;
      font-size: .8em; }
  .director:hover hgroup {
    background-color: rgba(247, 143, 30, 0.9); }

@media (max-width: 680px) {
  .director {
    height: 250px;
    width: 50%; } }
@media (min-width: 800px) and (max-width: 950px) {
  .director {
    width: 50%; } }
.bio {
  position: relative; }

.bio-image img {
  padding-bottom: 20px; }
.bio-image ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bio-image ul li a {
    display: inline-block;
    padding: .4em 0; }

.gallery-downloads {
  border-top: 1px solid #adafb2;
  float: left;
  width: 100%; }

.gallery-download {
  border-bottom: 1px solid #adafb2;
  float: left;
  padding: 2em 0 0;
  width: 100%; }
  .gallery-download img {
    float: left;
    margin-right: 2em; }
  .gallery-download h5 {
    margin: 0 0 5px 0; }
  .gallery-download ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

@media (max-width: 640px) {
  .bio-image {
    float: left;
    width: 100%; }
    .bio-image img {
      float: left;
      margin-right: 30px;
      width: 150px; } }
@media (min-width: 640px) {
  .bio {
    padding-left: 240px; }

  .bio-image {
    font-size: .9em;
    left: 0;
    position: absolute;
    top: 10px;
    width: 200px; }

  .gallery-download {
    min-height: 208px;
    width: 50%; } }
@media (min-width: 1100px) {
  .bio {
    padding-left: 320px; }

  .bio-image {
    left: 0;
    position: absolute;
    top: 10px;
    width: 280px; } }
.gallery-tile {
  float: left;
  width: 100%;
  margin: 2em 0 4em 0;
  padding: 0 10%; }

.gallery-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #231f20;
  border: 1px solid #fff;
  float: left;
  overflow: hidden;
  position: relative;
  width: 33.33%;
  max-width: 280px;
  min-width: 220px;
  padding-bottom: 58px; }
  @media (max-width: 904px) {
    .gallery-item {
      float: none;
      margin: 0 auto;
      width: 100%; } }
  .gallery-item hgroup,
  .gallery-item .gallery-item-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    width: 100%; }
  .gallery-item hgroup {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    padding: 0.5em 1em; }
    .gallery-item hgroup h1,
    .gallery-item hgroup h2 {
      margin: 3px; }
    .gallery-item hgroup h1 {
      font-size: 1.2em; }
    .gallery-item hgroup h2 {
      font-size: .8em;
      font-weight: normal; }
  .gallery-item .gallery-item-content {
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    font-size: .9em;
    height: 100%;
    padding: 1.5em;
    top: 100%; }
    .gallery-item .gallery-item-content p {
      margin-top: 0; }
  .gallery-item:hover .gallery-item-content {
    top: 0; }

.gallery-tile.staff-tile {
  max-width: 850px; }
  .gallery-tile.staff-tile .gallery-item {
    min-width: auto; }
  @media (max-width: 480px) {
    .gallery-tile.staff-tile hgroup {
      padding: .5em; } }

.site-footer {
  background: #231f20;
  font-size: 9px;
  color: #737373;
  padding: 14px; }
  .site-footer ul {
    margin: 0;
    padding: 0; }

.page-template-template-homepage #main {
  display: block !important;
  height: auto !important; }

.section-fullwidth {
  padding: 80px 0; }
  .section-fullwidth.border-top {
    border-top: 1px solid #ddd; }
  @media (max-width: 900px) {
    .section-fullwidth {
      padding-top: 40px;
      padding-bottom: 40px; } }

.owl-carousel {
  margin-bottom: -40px; }
  .owl-carousel .item {
    height: 0;
    padding-bottom: 33%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .owl-carousel .item img {
      display: none; }
    .owl-carousel .item p {
      margin: 0;
      text-align: center; }
    .owl-carousel .item-inner {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    @media (max-width: 900px) {
      .owl-carousel .item {
        padding-bottom: 45%; } }
    @media (max-width: 480px) {
      .owl-carousel .item {
        padding-bottom: 60%; } }
  .owl-carousel .item-text {
    margin-bottom: 30px;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 18px;
    padding: 20px 40px; }
    @media (max-width: 480px) {
      .owl-carousel .item-text {
        padding: 10px 20px; } }
  .owl-carousel div.owl-nav {
    bottom: -1.5em;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%; }
    .owl-carousel div.owl-nav button.owl-next,
    .owl-carousel div.owl-nav button.owl-prev {
      background: #f78f1e;
      border: 3px solid white;
      border-radius: 50%;
      color: white;
      font-size: 3em;
      height: 1em;
      line-height: 0;
      width: 1em; }
      .owl-carousel div.owl-nav button.owl-next span,
      .owl-carousel div.owl-nav button.owl-prev span {
        top: -.125em;
        position: relative; }
  .owl-carousel .owl-dots {
    display: none; }

.section-text p {
  font-size: 26px;
  line-height: 1.7;
  text-align: center; }

.button-center-wrapper {
  text-align: center;
  margin-top: 40px; }
  .button-center-wrapper .button {
    padding: 20px 40px;
    font-weight: bold;
    color: white;
    background: #f78f1e;
    display: inline-block; }

.section-header {
  text-align: center; }
  .section-header .header-title {
    font-size: 28px;
    margin-top: 0; }

.section-initiatives {
  background-color: #fafafa; }
  .section-initiatives img {
    max-height: 350px; }

.boxes-group {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .boxes-group {
      padding: 0; } }
  .boxes-group .box {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-bottom: 40px;
    text-align: center; }
    .boxes-group .box.box-25 {
      max-width: 25%; }
    .boxes-group .box.box-33 {
      max-width: 33%; }
    .boxes-group .box .recent-posts-img {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 0;
      padding-bottom: 66%; }
      .boxes-group .box .recent-posts-img.no-feat-image {
        background-size: contain; }
    @media (max-width: 900px) {
      .boxes-group .box {
        max-width: 50%; } }
    @media (max-width: 500px) {
      .boxes-group .box {
        max-width: 100% !important; } }

.social-icons {
  margin: 0;
  padding: 0;
  text-align: center; }
  .social-icons .social-icon {
    display: inline-block;
    margin: 10px 15px; }
    .social-icons .social-icon svg {
      width: 40px;
      height: auto; }

/*# sourceMappingURL=style.css.map */
