/* ==========================================================================
   BREAKPOINTS
========================================================================== */
/* ==========================================================================
   COLORS
========================================================================== */
/* ==========================================================================
   IMAGES
========================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
   RESPOND TO
   Use the breakpoint names defined in base.scss
   The $direction argument defines the whether to to include sizes up or down from the breakpoint.
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ------- Clear list style --------------------- */
/* ==========================================================================
TYPOGRAPHY STYLES TO EXTEND THROUGHOUT THE THEME
Table of Contents
  %heading1
  %heading2
  %heading3
  %heading4
  %intro
  %list-item
  %quote
  %related-link
  %caption
========================================================================== */
/**** Isotope styles ****/
/* line 7, ../sass/isotope.scss */
.isotope-element {
  float: left;
  overflow: hidden;
  position: relative;
  background: transparent;
}

/* line 15, ../sass/isotope.scss */
.isotope-element a {
  color: #000000 !important;
}

/* line 19, ../sass/isotope.scss */
.isotope-element img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

/* line 26, ../sass/isotope.scss */
.variable-sizes .isotope-element.width2 {
  width: 230px;
}

/* line 28, ../sass/isotope.scss */
.variable-sizes .isotope-element.height2 {
  height: 230px;
}

/* line 30, ../sass/isotope.scss */
.variable-sizes .isotope-element.width2.height2 {
  font-size: 2.0em;
}

/* line 34, ../sass/isotope.scss */
.isotope-element.large,
.variable-sizes .isotope-element.large,
.variable-sizes .isotope-element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

/* line 43, ../sass/isotope.scss */
.clickable .isotope-element:hover {
  cursor: pointer;
}

/* line 47, ../sass/isotope.scss */
.clickable .isotope-element:hover h3 {
  text-shadow: 0 0 10px white, 0 0 10px white;
}

/* line 54, ../sass/isotope.scss */
.clickable .isotope-element:hover h2 {
  color: #000000;
}

/* line 58, ../sass/isotope.scss */
#isotope-container {
  padding-top: 0;
}
@media (min-width: 900px) {
  /* line 58, ../sass/isotope.scss */
  #isotope-container {
    padding-top: 1em;
  }
}

/**** Filters ****/
/* line 67, ../sass/isotope.scss */
#isotope-options {
  background-color: #ffffff;
  margin-bottom: 30px;
  position: static;
}
@media (min-width: 900px) {
  /* line 67, ../sass/isotope.scss */
  #isotope-options {
    position: absolute;
    right: 25px;
    margin-top: -55px;
  }
}
/* line 78, ../sass/isotope.scss */
#isotope-options ul.option-set {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 2em;
}
/* line 245, ../sass/_custom.scss */
#isotope-options ul.option-set li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
@media (min-width: 900px) {
  /* line 78, ../sass/isotope.scss */
  #isotope-options ul.option-set {
    text-align: right;
  }
}
/* line 86, ../sass/isotope.scss */
#isotope-options ul.option-set li {
  display: inline-block;
  vertical-align: top;
  color: #e7e7e7;
  margin-bottom: 1em;
}
@media (min-width: 640px) {
  /* line 86, ../sass/isotope.scss */
  #isotope-options ul.option-set li {
    margin-bottom: 0;
  }
}
/* line 96, ../sass/isotope.scss */
#isotope-options ul.option-set li.views-row-last {
  margin-bottom: 0;
}
/* line 101, ../sass/isotope.scss */
#isotope-options ul.option-set li a.filterbutton {
  display: inline-block;
  color: #363d45;
  padding: 4px 12px;
  border: 1px solid #e7e7e7;
  margin: 0 2px;
}
/* line 108, ../sass/isotope.scss */
#isotope-options ul.option-set li a.filterbutton:hover, #isotope-options ul.option-set li a.filterbutton.selected {
  text-decoration: none;
  background: #e7e7e7;
}

/**** Panel ****/
/* line 120, ../sass/isotope.scss */
.pane-document-list-isotope-panel-pane-1 .block-inner, pane-document-list-isotope-panel-pane-2 .block-inner {
  margin-left: 0;
  margin-right: 0;
}

/**** Shared ****/
/* line 128, ../sass/isotope.scss */
.view-document-list-isotope a {
  color: #000000;
  outline: none;
}
/* line 133, ../sass/isotope.scss */
.view-document-list-isotope .views-field-field-video-link {
  line-height: 0;
}
/* line 138, ../sass/isotope.scss */
.view-document-list-isotope > .view-content .views-row {
  position: relative;
  padding: 0;
  color: #000000;
  box-sizing: border-box;
}
/* line 143, ../sass/isotope.scss */
.view-document-list-isotope > .view-content .views-row.last {
  margin-right: 0;
}
/* line 146, ../sass/isotope.scss */
.view-document-list-isotope > .view-content .views-row img {
  max-width: 100%;
}

/**** View Isotope only for Authenticated Users ****/
/* line 158, ../sass/isotope.scss */
.view-document-list-isotope.view-display-id-panel_pane_2 .views-field-title {
  padding: 20px;
  margin-bottom: 48px;
}
/* line 161, ../sass/isotope.scss */
.view-document-list-isotope.view-display-id-panel_pane_2 .views-field-title a {
  color: #000000;
}
/* line 164, ../sass/isotope.scss */
.view-document-list-isotope.view-display-id-panel_pane_2 .views-field-title:after {
  content: '';
}
/* line 169, ../sass/isotope.scss */
.view-document-list-isotope.view-display-id-panel_pane_2 h3 a:after {
  right: 0;
}
/* line 173, ../sass/isotope.scss */
.view-document-list-isotope.view-display-id-panel_pane_2 .item-list ul li.views-row {
  width: 196px;
}

/**** View Isotope only for Anonymous Users ****/
/* line 184, ../sass/isotope.scss */
.view-isotope-panel > .view-content .views-row {
  width: 200px;
  margin: 0 25px 30px 0;
  height: 255px;
  border: 1px solid #e7e7e7;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 193, ../sass/isotope.scss */
.view-isotope-panel .views-field-title {
  padding: 0 20px;
  color: #000000;
  font-weight: 300;
}
/* line 198, ../sass/isotope.scss */
.view-isotope-panel .views-field-field-document-image {
  padding: 20px 20px 10px 20px;
}
/* line 202, ../sass/isotope.scss */
.view-isotope-panel .views-field-body {
  display: none;
}
@media (min-width: 690px) {
  /* line 202, ../sass/isotope.scss */
  .view-isotope-panel .views-field-body {
    display: block;
  }
}
/* line 211, ../sass/isotope.scss */
.view-isotope-panel .views-field-field-document-category {
  font: 16px/18px "museo-sans", "Trebuchet MS", sans-serif;
  padding: 5px 10px;
  background-color: #857e73;
  color: #ffffff;
  font-weight: 300;
}
/* line 218, ../sass/isotope.scss */
.view-isotope-panel .case-studies .views-field-field-document-category {
  background-color: #857e73;
}
/* line 221, ../sass/isotope.scss */
.view-isotope-panel .exec-insights .views-field-field-document-category {
  background-color: #e65c1f;
}
/* line 224, ../sass/isotope.scss */
.view-isotope-panel .technical-whitepapers .views-field-field-document-category {
  background-color: #c2cf20;
}
/* line 227, ../sass/isotope.scss */
.view-isotope-panel .analyst-reports .views-field-field-document-category {
  background-color: #efefef;
  color: #363d45;
}

/* line 234, ../sass/isotope.scss */
.toggle-container {
  overflow: hidden;
  vertical-align: bottom;
}

/* line 239, ../sass/isotope.scss */
.toggle-area {
  width: 100%;
  line-height: 0;
  display: none;
}
/* line 243, ../sass/isotope.scss */
.toggle-area a {
  color: white  !important;
  text-decoration: none;
  font-weight: 300;
  display: block;
  padding: 20px;
  max-width: 100%;
}
/* line 251, ../sass/isotope.scss */
.toggle-area a + a {
  padding-top: 0;
}
@media (min-width: 690px) {
  /* line 239, ../sass/isotope.scss */
  .toggle-area {
    display: block;
  }
}

/* line 262, ../sass/isotope.scss */
.toggle-button {
  text-indent: -9999px;
  overflow: hidden;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #363d45;
  /* RGBa with 0.9 opacity */
  background: rgba(54, 61, 69, 0.9);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a363d45, endColorstr=#5a363d45);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a363d45, endColorstr=#5a363d45)";
  zoom: 1;
  background-image: url("../images/chevron-up.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  height: 40px;
  float: right;
  color: #ffffff;
  cursor: pointer;
  display: none;
}
@media (min-width: 690px) {
  /* line 262, ../sass/isotope.scss */
  .toggle-button {
    right: -35px;
    position: relative;
    display: block;
  }
}
/* line 291, ../sass/isotope.scss */
.toggle-button + .field-content {
  display: block;
  color: #ffffff;
  clear: both;
  line-height: 1.286em;
  /* Fallback for web browsers that doesn't support RGBa */
  background: #363d45;
  /* RGBa with 0.9 opacity */
  background: rgba(54, 61, 69, 0.9);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a363d45, endColorstr=#5a363d45);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a363d45, endColorstr=#5a363d45)";
  zoom: 1;
}
/* line 306, ../sass/isotope.scss */
.toggle-button + .field-content p {
  margin-bottom: 0;
}

/* line 311, ../sass/isotope.scss */
.toggle-button:hover, .toggle-button.over {
  background-image: url("../images/chevron-down.png");
}
