/* line 1, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

@font-face {
  font-family: "ITC Officina Sans Book";
  src: url("/fonts/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix");
  src: url("/fonts/e4f88d1f-2f5e-49a0-9361-9fcdc5bfc795.eot?#iefix") format("eot"), url("/fonts/60567f88-1ef5-4f2c-9951-3ce3845f9967.woff") format("woff"), url("/fonts/ec8c3086-5408-4f25-97d0-f1f4c7014668.ttf") format("truetype"), url("/fonts/d29fed54-ae01-49ef-94e2-3e3fb9df3f70.svg#d29fed54-ae01-49ef-94e2-3e3fb9df3f70") format("svg");
}
@font-face {
  font-family: "ITC Officina Sans Medium";
  src: url("/fonts/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix");
  src: url("/fonts/e474d956-ffd6-470b-83c1-c02f503790e9.eot?#iefix") format("eot"), url("/fonts/219dbf96-faba-452f-a6b9-ce7bb2bac564.woff") format("woff"), url("/fonts/83766dc4-631e-4da8-81e2-fcf2fc18dc35.ttf") format("truetype"), url("/fonts/2afc3ec0-76b8-4007-a7da-1a77f954f71a.svg#2afc3ec0-76b8-4007-a7da-1a77f954f71a") format("svg");
}
@font-face {
  font-family: "ITC Officina Sans Light";
  src: url("/fonts//82171e9f-adc1-40bf-a135-730ccca5361f.eot?#iefix");
  src: url("/fonts//82171e9f-adc1-40bf-a135-730ccca5361f.eot?#iefix") format("eot"), url("/fonts/52b29426-731e-4b42-a509-796519389519.woff") format("woff"), url("/fonts/a4f9bcc9-9f35-48a6-9bd6-0582d70ff5e1.ttf") format("truetype"), url("/fonts/6e608fea-25ca-445f-8212-83091a75e23f.svg#6e608fea-25ca-445f-8212-83091a75e23f") format("svg");
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* line 40, ../sass/main.scss */
* {
  font: 16px "ITC Officina Sans Light", sans-serif;
  text-transform: lowercase;
}

/* line 43, ../sass/main.scss */
body {
  background: #fafafa;
}

/* line 46, ../sass/main.scss */
.clear {
  width: 0;
  height: 0;
  clear: both;
}

/* line 47, ../sass/main.scss */
a {
  font-weight: 300;
  font-size: 17px;
}

/* line 51, ../sass/main.scss */
h2, header h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
  padding-left: 20px;
}

/* line 53, ../sass/main.scss */
.arrow-down {
  width: 7px;
  height: 8px;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
/* line 54, ../sass/main.scss */
.arrow-down div {
  background: #3e3e3e;
  height: 8px;
  width: 2px;
  position: absolute;
}
/* line 55, ../sass/main.scss */
.arrow-down div:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0px;
}
/* line 56, ../sass/main.scss */
.arrow-down div:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0px;
}

/* line 62, ../sass/main.scss */
header {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  z-index: 10000;
}
/* line 63, ../sass/main.scss */
header .header {
  background: rgba(250, 250, 250, 0.98);
  border-bottom: solid 1px #dbdbdb;
}
/* line 64, ../sass/main.scss */
header .header h1 {
  color: #8dc63f;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  padding: 15px 0;
}
/* line 65, ../sass/main.scss */
header .header h1 select {
  font-size: 12px;
  width: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  opacity: 0;
  cursor: pointer;
}
/* line 66, ../sass/main.scss */
header .header h1 select * {
  color: black;
}
/* line 68, ../sass/main.scss */
header .header h1 span.title {
  top: 14px;
  left: 15px;
  font-family: 'ITC Officina Sans Book', sans-serif;
  font-size: 34px;
  pointer-events: none;
  position: absolute;
  display: block;
}
/* line 70, ../sass/main.scss */
header .header div.nav {
  display: inline-block;
}
/* line 71, ../sass/main.scss */
header .header div.nav ul {
  list-style-type: none;
  display: inline-block;
  margin: 2px 0;
  padding: 15px 0;
  width: 100%;
  box-sizing: border-box;
}
/* line 72, ../sass/main.scss */
header .header div.nav ul li {
  display: inline-block;
  background: #ededed;
  margin: 2px;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #e0e0e0;
}
/* line 73, ../sass/main.scss */
header .header div.nav ul li:last-child {
  border-right: solid 1px #dbdbdb;
}
/* line 74, ../sass/main.scss */
header .header div.nav ul li a {
  text-decoration: none;
  color: #3e3e3e;
  padding: 2px 14px;
  display: inline-block;
  font-weight: 300;
  font-size: 17px;
}
/* line 75, ../sass/main.scss */
header .header div.nav ul li .arrow-down {
  top: 8px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* line 77, ../sass/main.scss */
header .header div.nav ul li.active {
  background: rgba(244, 244, 244, 0.7);
  background: #8dc63f;
  border-color: #8dc63f;
}
/* line 78, ../sass/main.scss */
header .header div.nav ul li.active a {
  color: white;
}
/* line 79, ../sass/main.scss */
header .header div.nav ul li.active .arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 80, ../sass/main.scss */
header .header div.nav ul li.active .arrow-down div {
  background-color: white;
}
/* line 81, ../sass/main.scss */
header .header div.nav ul li.active .arrow-down div {
  background-color: white;
}
/* line 85, ../sass/main.scss */
header .header div.nav ul li.default a {
  padding-right: 33px;
}
/* line 90, ../sass/main.scss */
header .header .logo {
  float: right;
  padding: 16px 16px 0 0;
  display: block;
}
/* line 91, ../sass/main.scss */
header .header .logo img {
  height: 32px;
}
/* line 94, ../sass/main.scss */
header div.dropdown {
  display: none;
  background: rgba(240, 238, 238, 0.98);
  border-bottom: solid 1px #d7d7d7;
}
/* line 95, ../sass/main.scss */
header div.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}
/* line 96, ../sass/main.scss */
header div.dropdown ul li {
  float: left;
  background: white;
  margin: 2px;
}
/* line 97, ../sass/main.scss */
header div.dropdown ul li a {
  text-decoration: none;
  color: #3e3e3e;
  padding: 2px 14px;
  display: inline-block;
}
/* line 98, ../sass/main.scss */
header div.dropdown ul li.on {
  background: rgba(244, 244, 244, 0.7);
  background: #8dc63f;
}
/* line 99, ../sass/main.scss */
header div.dropdown ul li.on a {
  color: white;
}

/* line 107, ../sass/main.scss */
.year {
  margin: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  float: left;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 109, ../sass/main.scss */
#container {
  margin: 0;
}

/* line 111, ../sass/main.scss */
.item {
  background: #fafafa;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 20%;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  float: left;
}
/* line 113, ../sass/main.scss */
.item .cadre {
  position: relative;
  overflow: hidden;
}
/* line 115, ../sass/main.scss */
.item .cadre div {
  background: rgba(141, 198, 63, 0.8);
  height: 100%;
  position: absolute;
  bottom: -100%;
  transition: bottom 0.07s cubic-bezier(0.47, 0.01, 0.34, 1) 0.02s;
  width: 100%;
}
/* line 117, ../sass/main.scss */
.item .cadre div h1 {
  background: rgba(255, 255, 255, 0);
  left: 0;
  margin: 0;
  padding: 27% 20px 5px 20px;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
/* line 119, ../sass/main.scss */
.item .cadre div h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding-left: 0;
}
/* line 121, ../sass/main.scss */
.item .cadre div p {
  color: #fff;
  font-weight: normal;
  padding: 20px;
  bottom: 20px;
  text-align: center;
}
/* line 123, ../sass/main.scss */
.item .cadre div p a {
  font-size: 16px;
  margin: 0;
  display: inline;
  bottom: auto;
  text-decoration: none;
}
/* line 127, ../sass/main.scss */
.item .cadre div a {
  bottom: 0;
  color: #fff;
  font-weight: normal;
}
/* line 128, ../sass/main.scss */
.item .cadre div a:hover {
  color: #000;
}
/* line 131, ../sass/main.scss */
.item .cadre div > a {
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 135, ../sass/main.scss */
.item .cadre img {
  width: 100%;
}
/* line 141, ../sass/main.scss */
.item:hover .cadre div {
  bottom: 0;
}

/* line 143, ../sass/main.scss */
.noresult {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 20px;
  display: none;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (max-width: 1800px) {
  /* line 150, ../sass/main.scss */
  .item {
    width: 25%;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 155, ../sass/main.scss */
  .item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 160, ../sass/main.scss */
  .item {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 165, ../sass/main.scss */
  .item {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  /* line 170, ../sass/main.scss */
  .item {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  /* line 175, ../sass/main.scss */
  .item {
    width: 100%;
  }
}
/* ==========================================================================
Helper classes
========================================================================== */
/* line 191, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 196, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 207, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 217, ../sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 221, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 227, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 231, ../sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  /* line 240, ../sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 249, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 254, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 258, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 262, ../sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 267, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 273, ../sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 277, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 282, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 286, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 293, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
