/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

 html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
     font-family: 'Quicksand' !important;

}

@font-face {
  font-family: 'Quicksand';
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  background: #f8f8f8 !important;
  
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

@charset "UTF-8";

/* button
------------------------- */

.button {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #F8F8F8;
  background-image: linear-gradient( hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.06) );
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 14px;
}

.button:enabled {
  cursor: pointer;
}
.button:focus{ outline: 2px solid #1fb7f0;}

.button:enabled:hover {
  background-color: #1fb7f0;
  color: #fff;
}

.button.is-checked,
.button.is-selected {
  background-color: #1fb7f0;
  color: white;
}

/*.button:active {
  color: white;
  background-color: #1fb7f0;
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
  border: none;
}*/

/* hide radio inputs */
.button input[type="radio"] { display: none; }

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}

.button-group .button:first-child { border-radius: 5px 0 0 5px; }
.button-group .button:last-child { border-radius: 0 5px 5px 0; }

/


/* duo
two columns for large devices
------------------------- */

.duo:after {
  content: '';
  display: block;
  clear: both;
}

.duo__cell {
  margin-bottom: 10px;
}

/* --- duo--legal --- */


.duo--legal__plain {
  padding: 0 0.8rem;
  background: #FAFAFA;
  color: #888;
}

.duo--legal--first .duo--legal__official:before,
.duo--legal--first .duo--legal__plain:before {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.88rem;
  color: #888;
}

.duo--legal--first .duo--legal__official:before {
  content: 'Official legal copy'
}

.duo--legal--first  .duo--legal__plain:before {
  content: 'Plain English'
}


@media screen and ( min-width: 768px ) {

  .duo__cell {
    float: left;
    width: 48.5%;
  }

  .duo__cell:first-child {
    margin-right: 3%;
  }

  .duo__cell--license-option p { margin-top: 0; }

}





* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* font-size on html for rem*/



/* ---- links ---- */

a,
a code {
  color: #ffffff;
  text-decoration: none;
}

a:hover,
a:hover code {
  color: #4BF;
}

a:active,
a:active code {
  color: #1FB;
  background: #161615;
}

/* ---- headers ---- */

h2, h3, h4 {
  line-height: 1.25;
}


h2 {
  font-weight: bold;
}

h3 {
  font-weight: normal;
  font-size: 1.4em;
  margin-top: 2.0em;
  margin-bottom: 0.8em;
}

h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1em;
}

/* ---- lists ---- */

ul, ol {
  padding-left: 1.8em;
}

/* ---- code ---- */

pre, code {
  font-family: Consolas, Menlo, monospace;
  font-size: 14px;
  background: #161615;
  color: white;
}

pre {
  padding: 0.8em;
  border-radius: 5px;
  white-space: pre-wrap;
}

code {
  padding: 0.2em 0.3em;
  line-height: 1.2;
  border-radius: 3px;
}

pre code {
  padding: 0;
  line-height: 1.5;
  background: none;
}

a code {
  background: #A2C;
  color: white;
}

a:hover code {
  color: white;
  background: #D26;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

@media screen and ( min-width: 768px ) {

  html {
    font-size: 19px;
  }

  html.export { font-size: 16px; }

  pre, code, kbd {
    font-size: 15px;
  }

}



/* animate-item-size-item
------------------------- */

.animate-item-size-item {
  float: left;
}

/* animate-item-size-item is invisible, but used for layout */
.animate-item-size-item,
.animate-item-size-item__content {
  width: 60px;
  height: 60px;
}

/* animate-item-size-item__content is visible, and transitions size */
.animate-item-size-item__content {
  background: #8DF;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
  -webkit-transition: width 0.4s, height 0.4s;
     -moz-transition: width 0.4s, height 0.4s;
       -o-transition: width 0.4s, height 0.4s;
          transition: width 0.4s, height 0.4s;
}

.animate-item-size-item:hover .animate-item-size-item__content {
  border-color: white;
  background: #4BF;
  cursor: pointer;
}

/* both animate-item-size-item and animate-item-size-item content change size */
.animate-item-size-item.is-expanded,
.animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 180px;
  height: 120px;
}

.animate-item-size-item.is-expanded {
  z-index: 2;
}

.animate-item-size-item.is-expanded .animate-item-size-item__content {
  background: #F90;
}

/* ---- responsive ---- */

.grid--animate-item-size-responsive .animate-item-size-item,
.grid--animate-item-size-responsive .grid-sizer {
  width: 20%;
}

.grid--animate-item-size-responsive .animate-item-size-item__content,
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded .animate-item-size-item__content {
  width: 100%;
  height: 100%;
}

/* item has expanded size */
.grid--animate-item-size-responsive .animate-item-size-item.is-expanded {
  width: 60%;
}

/* bootstrap 3
------------------------- */

.bootstrap-3__container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap-3__col-xs-4,
.bootstrap-3__col-xs-6,
.bootstrap-3__col-xs-8,
.bootstrap-3__col-xs-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap-3__col-xs-4 { width: 33.333%; }
.bootstrap-3__col-xs-6 { width: 50%; }
.bootstrap-3__col-xs-8 { width: 66.666%; }

.bootstrap-3__grid-item-content {
  height: 100px;
  background: #e6e5e4;
  border: 2px solid #b6b5b4;
  border-color: hsla(0, 0%, 0%, 0.4);
}

.bootstrap-3__grid-item-content--height2 { height: 200px; }

/* sm */
@media (min-width: 768px) {
  .bootstrap-3__col-sm-4 { width: 33.333%; }
  .bootstrap-3__col-sm-8 { width: 66.666%; }
}

/* md */
@media (min-width: 992px) {
  .bootstrap-3__col-md-3 { width: 25%; }
  .bootstrap-3__col-md-6 { width: 50%; }
}

/* container
------------------------- */

.container {
  padding-top: 0px;
  margin-left: 10px;
  padding-bottom: 100px;
  margin-right: 10px;
  max-width: 1200px;
  margin: 0 auto;
  vertical-align: top;
}






/* element-item
------------------------- */

.item {
  position: relative;
  float: left;
  width: 370px;
  height: 400px;
  margin: 8px;
  padding: 25px;
  background: #ffffff;
  color: #087fbc;
  border-radius: 3px;
  transition: .3s;
  box-shadow: 0px 2px 3px #ddd;;

}
.item:hover{
  box-shadow: 0px 4px 14px #bbb;;

}

.item > * {
  margin: 0;
  padding: 0;
}

.item .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 16px 0;
  color: #333;
}


.thumbnail{width: 100%;  height: 200px; margin: 0 auto 24px 0; display; block; text-align: center; display; inline-block;  whitespace: nowrap;}
.thumbnail img{display: inline-block;vertical-align: middle; max-height: 200px; max-width: 220px; box-shadow: 0px 2px 4px rgba(0,0,0,0.10); margin: 0 0 10px 0;}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.text{}
h3{color: #fff; font-size: 12px; margin: 10px 0; text-transform: uppercase;  display: inline-block; border-radius: 3px; padding: 4px 6px;margin: 0 6px 6px 0; line-height: 12px; font-weight: bold;}
.ebook h3{background: #FE621D;}
.worksheet h3{background: #12CAE3;}
.blog h3{background: #087fbc;}
.casestudy h3{background: #7eb563;}
.webinar h3{background: #705dc3;}
.infographic h3{background: #a071da;}
h4{font-size: 12px; text-transform: uppercase; display: inline-block; background: #f9f9f9; color: #888; border: 1px solid #ddd; border-radius: 3px; padding: 4px 6px; margin: 0 6px 6px 0; line-height: 12px;letter-spacing: 0px;font-weight: 600;}

.filterSet{ display: inline-block; margin-right: 20px;}
.filterHeader{color: #333; padding-left: 0; font-size: 16px; margin-bottom: 12px;}






.filters {padding: 0 20px 20px; display: inline-block;  width: 180px; vertical-align: top; }

.filters .fixed{ position: fixed;width: 140px; /*z-index: 999;*/margin-top: 10px;}  

@media  ( max-height: 840px ) {
  .filters .fixed{position: static; }  

}


.filters ul {padding:0; margin: 20px 0 0 0; width: 100%}

.filters li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.filters li a {
  color: #333;
  margin: 0 0 5px 0;
  padding: 4px 12px ;
  border-radius: 4px;
  display: block;
  font-size: 14px;
font-weight: 500;  
border: 1px solid #ddd; 
  border-radius: 100px;

}
/*
.filters a.all{border: none ; color: #087fbc; background: none ;}
.filters li.all a.selected{color: #087fbc !important; border: none !important; background: none;}

.filters li a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 5px;
  left: 0;
  background-color: #f37120;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.filters li a.selected:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/


.selected {
/*background: url('../img/icon-x.png') center right no-repeat; background-size: 10px;*/
background: #12CAE3;
border: 1px solid #12CAE3 !important;
font-weight: 700;
color: #fff !important;
}


















/* button overwrites
------------------------- */

.button {
  border-color: #aaa;
}



/* grid
------------------------- */

.grid {
  width: 960px;
  display: inline-block; 
  vertical-align: top;
  
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}









/* tablet-ish */
@media ( max-width: 750px ) {

  .container {
    margin: 0 auto;
    max-width: 750px;
  }
  .grid{width: 220px; }
  .item{width: 220px; height: auto}
  
  .filters {width: 120px}
  .filters li{width: 100px; }
  .filters li a{font-size: 12px;}

  .thumbnail{height: 100px;}
  .thumbnail img{max-height: 100px; max-width: 100px; }
  
  .item {padding: 18px;}
  .item h2.name{font-size: 16px;}
  .item h3, .item h4{font-size: 9px; padding: 2px 4px; margin: 4px 4px 4px 0;}
}

@media ( max-width: 850px ) {

  .container {
    margin: 0 auto;
    max-width: 750px;
  }
  .grid{width: 240px; }
  .item{width: 260px; height: auto}
  
  .filters {width: 120px}
  .filters li{width: 100px; }
  .filters li a{font-size: 12px;}

  .thumbnail{height: 100px;}
  .thumbnail img{max-height: 100px; max-width: 100px; }
  
  .item {padding: 18px;}
  .item h2.name{font-size: 16px;}
  .item h3, .item h4{font-size: 9px; padding: 2px 4px; margin: 4px 4px 4px 0;}
}


@media ( min-width: 751px ),
@media ( min-device-width: 751px ) {

  .container {
    margin: 0 auto;
    min-width: 600px;
    max-width: 640px;
    
  }
  .grid{width: 400px;}
  .item{height: 500px;}

}


@media ( min-width: 1000px ) {

  .container {
    margin: 0 auto;
    max-width: 1000px;
    
  }
  .grid{width: 780px; margin-bottom: 100px;}
  .item{height: 400px;}

}



@media ( min-width: 1400px ) {

  .container {
    margin: 0 auto;
    max-width: 1500px;
    
  }
  .grid{width: 1170px;}
  .item{height: 400px;}

}