[
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2015 Stan Kocken\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n"
  },
  {
    "path": "README.md",
    "content": "# MaterialResume\nAn example of Material Resume\n\n### Mockup\n![alt mockup](./mockup.jpg)\n\nMade with [Sketch](http://bohemiancoding.com/sketch/)\n\n### Example\n\n[stankocken.com/cv](http://www.stankocken.com/cv)"
  },
  {
    "path": "css/custom.css",
    "content": "body {\n  font-size: 12px;\n  color: #999999;\n}\n\n.title {\n  color: #737373;\n  font-size: 1.2rem;\n}\n\n.collection .collection-item.avatar {\n  height: 62px;\n  border-bottom: 0px\n}\n\n.collection .collection-item.avatar .icon {\n  padding: 10px;\n  position: absolute;\n  width: 42px;\n  height: 42px;\n  overflow: hidden;\n  left: 15px;\n  display: inline-block;\n  vertical-align: middle;\n}\n\n.collection .divider {\n  margin: 5px 0px;\n}\n\na {\n  color: inherit;\n}\n\n.collection a.collection-item {\n  color: inherit;\n}\n\n.about_me_header {\n  height: 148px;\n  width: 400px;\n  background-image: url(../img/header.jpg);\n\n  background-position: bottom center;\n  background-size: cover;\n\n  margin-bottom: 10px;\n\n  position: relative;\n}\n\n.left_content {\n  max-width: 400px;\n}\n\n.about_me_header .name {\n  color: #FFFFFF;\n  font-size: 1.92rem;\n  position: absolute;\n  bottom: 10px;\n  left: 25px;\n}\n\n.cv_title {\n  color: #4D4D4E;\n  font-size: 1.92rem;\n  line-height: 3.212rem;\n  margin: 1.46rem 0 1.168rem 0;\n  border-bottom: 1px groove #DCDCDC;\n  display: block;\n  margin-left: 90px;\n  margin-bottom: 30px;\n}\n\n.title {\n  display: block;\n}\n\n.cv_card {\n  margin-top: 30px;\n}\n\n.cv_card .title {\n  margin-left: 70px;\n}\n\n.cv_card .icon {\n  position: absolute;\n  margin-left: 15px;\n  width: 22px;\n  height: 22px;\n}\n\n.cv_card .date_container {\n  margin-left: 70px;\n  padding-left: 10px;\n  /*border-left: #999999 solid 1px;*/\n}\n\n.cv_card .date_container .title {\n  margin-left: 10px;\n}\n\n.date_container .date {\n  display: block;\n  color: #999999;\n  margin-top: 10px;\n}\n\n.date_container .location {\n  display: block;\n  color: #999999;\n  margin-left: 20px;\n}\n\n.date_container .description {\n  margin-left: 20px;\n  display: block;\n}\n\n.date_container .location img {\n  margin-right: 5px;\n  width: 10px;\n}\n\n.date_container .date_entry {\n  padding-top: 10px;\n}\n\n.cv_card .at {\n  color: #40BFED;\n}\n\n.left_content .cv_card .icon {\n  position: absolute;\n  margin-left: 5px;\n}\n\n.left_content .cv_card .title {\n  margin-left: 55px;\n}\n\n.app_container {\n  margin-left: 30px;\n  margin-top: 15px;\n  margin-bottom: 15px;\n}\n\n.app_entry {\n  display: inline-block;\n  width: 220px;\n  padding-left: 55px;\n  margin: 5px;\n}\n\n.cv_card .app_entry .title {\n  margin-left: 0px;\n}\n\n.app_entry img {\n  position: absolute;\n  margin-left: -55px;\n  width: 45px;\n}\n\n.skills {\n  margin-top: 20px;\n  margin-left: 100px;\n}\n\n.skills .title {\n  margin-top: 10px;\n  margin-left: -20px;\n}\n\n.left_content .skills {\n  margin-left: 80px;\n}\n\n.left_content .skills .title {\n  margin-left: -20px;\n}\n\n.round_mark {\n  border: 1px solid #DCDCDC;\n  border-radius: 25px;\n  display: inline-block;\n  width: 10px;\n  height: 10px;\n  position: absolute;\n  margin-left: -17px;\n  margin-top: 3px;\n}\n\n.left_border {\n  border-left: 1px solid #DCDCDC;\n  padding-top: 10px;\n  margin-top: -6px;\n  margin-left: -12px;\n  padding-left: 12px;\n  margin-bottom: -13px;\n  padding-bottom: 13px;\n}\n\n\n@media (max-width: 600px) {\n  .cv_card .date_container {\n    margin-left: 0px;\n  }\n  .skills {\n    margin-left: 30px;\n  }\n  .left_content .skills {\n    margin-left: 30px;\n  }\n\n}\n\n@media (max-width: 480px) {\n  .cv_title {\n    font-size: 1.5rem;\n    margin-left: 2.8rem;\n  }\n}"
  },
  {
    "path": "css/materialize.css",
    "content": "/*!\n * Materialize v0.95.3 (http://materializecss.com)\n * Copyright 2014-2015 Materialize\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\n */\n.materialize-red.lighten-5 {\n  background-color: #fdeaeb !important; }\n\n.materialize-red-text.text-lighten-5 {\n  color: #fdeaeb !important; }\n\n.materialize-red.lighten-4 {\n  background-color: #f8c1c3 !important; }\n\n.materialize-red-text.text-lighten-4 {\n  color: #f8c1c3 !important; }\n\n.materialize-red.lighten-3 {\n  background-color: #f3989b !important; }\n\n.materialize-red-text.text-lighten-3 {\n  color: #f3989b !important; }\n\n.materialize-red.lighten-2 {\n  background-color: #ee6e73 !important; }\n\n.materialize-red-text.text-lighten-2 {\n  color: #ee6e73 !important; }\n\n.materialize-red.lighten-1 {\n  background-color: #ea454b !important; }\n\n.materialize-red-text.text-lighten-1 {\n  color: #ea454b !important; }\n\n.materialize-red {\n  background-color: #e51c23 !important; }\n\n.materialize-red-text {\n  color: #e51c23 !important; }\n\n.materialize-red.darken-1 {\n  background-color: #d0181e !important; }\n\n.materialize-red-text.text-darken-1 {\n  color: #d0181e !important; }\n\n.materialize-red.darken-2 {\n  background-color: #b9151b !important; }\n\n.materialize-red-text.text-darken-2 {\n  color: #b9151b !important; }\n\n.materialize-red.darken-3 {\n  background-color: #a21318 !important; }\n\n.materialize-red-text.text-darken-3 {\n  color: #a21318 !important; }\n\n.materialize-red.darken-4 {\n  background-color: #8b1014 !important; }\n\n.materialize-red-text.text-darken-4 {\n  color: #8b1014 !important; }\n\n.red.lighten-5 {\n  background-color: #FFEBEE !important; }\n\n.red-text.text-lighten-5 {\n  color: #FFEBEE !important; }\n\n.red.lighten-4 {\n  background-color: #FFCDD2 !important; }\n\n.red-text.text-lighten-4 {\n  color: #FFCDD2 !important; }\n\n.red.lighten-3 {\n  background-color: #EF9A9A !important; }\n\n.red-text.text-lighten-3 {\n  color: #EF9A9A !important; }\n\n.red.lighten-2 {\n  background-color: #E57373 !important; }\n\n.red-text.text-lighten-2 {\n  color: #E57373 !important; }\n\n.red.lighten-1 {\n  background-color: #EF5350 !important; }\n\n.red-text.text-lighten-1 {\n  color: #EF5350 !important; }\n\n.red {\n  background-color: #F44336 !important; }\n\n.red-text {\n  color: #F44336 !important; }\n\n.red.darken-1 {\n  background-color: #E53935 !important; }\n\n.red-text.text-darken-1 {\n  color: #E53935 !important; }\n\n.red.darken-2 {\n  background-color: #D32F2F !important; }\n\n.red-text.text-darken-2 {\n  color: #D32F2F !important; }\n\n.red.darken-3 {\n  background-color: #C62828 !important; }\n\n.red-text.text-darken-3 {\n  color: #C62828 !important; }\n\n.red.darken-4 {\n  background-color: #B71C1C !important; }\n\n.red-text.text-darken-4 {\n  color: #B71C1C !important; }\n\n.red.accent-1 {\n  background-color: #FF8A80 !important; }\n\n.red-text.text-accent-1 {\n  color: #FF8A80 !important; }\n\n.red.accent-2 {\n  background-color: #FF5252 !important; }\n\n.red-text.text-accent-2 {\n  color: #FF5252 !important; }\n\n.red.accent-3 {\n  background-color: #FF1744 !important; }\n\n.red-text.text-accent-3 {\n  color: #FF1744 !important; }\n\n.red.accent-4 {\n  background-color: #D50000 !important; }\n\n.red-text.text-accent-4 {\n  color: #D50000 !important; }\n\n.pink.lighten-5 {\n  background-color: #fce4ec !important; }\n\n.pink-text.text-lighten-5 {\n  color: #fce4ec !important; }\n\n.pink.lighten-4 {\n  background-color: #f8bbd0 !important; }\n\n.pink-text.text-lighten-4 {\n  color: #f8bbd0 !important; }\n\n.pink.lighten-3 {\n  background-color: #f48fb1 !important; }\n\n.pink-text.text-lighten-3 {\n  color: #f48fb1 !important; }\n\n.pink.lighten-2 {\n  background-color: #f06292 !important; }\n\n.pink-text.text-lighten-2 {\n  color: #f06292 !important; }\n\n.pink.lighten-1 {\n  background-color: #ec407a !important; }\n\n.pink-text.text-lighten-1 {\n  color: #ec407a !important; }\n\n.pink {\n  background-color: #e91e63 !important; }\n\n.pink-text {\n  color: #e91e63 !important; }\n\n.pink.darken-1 {\n  background-color: #d81b60 !important; }\n\n.pink-text.text-darken-1 {\n  color: #d81b60 !important; }\n\n.pink.darken-2 {\n  background-color: #c2185b !important; }\n\n.pink-text.text-darken-2 {\n  color: #c2185b !important; }\n\n.pink.darken-3 {\n  background-color: #ad1457 !important; }\n\n.pink-text.text-darken-3 {\n  color: #ad1457 !important; }\n\n.pink.darken-4 {\n  background-color: #880e4f !important; }\n\n.pink-text.text-darken-4 {\n  color: #880e4f !important; }\n\n.pink.accent-1 {\n  background-color: #ff80ab !important; }\n\n.pink-text.text-accent-1 {\n  color: #ff80ab !important; }\n\n.pink.accent-2 {\n  background-color: #ff4081 !important; }\n\n.pink-text.text-accent-2 {\n  color: #ff4081 !important; }\n\n.pink.accent-3 {\n  background-color: #f50057 !important; }\n\n.pink-text.text-accent-3 {\n  color: #f50057 !important; }\n\n.pink.accent-4 {\n  background-color: #c51162 !important; }\n\n.pink-text.text-accent-4 {\n  color: #c51162 !important; }\n\n.purple.lighten-5 {\n  background-color: #f3e5f5 !important; }\n\n.purple-text.text-lighten-5 {\n  color: #f3e5f5 !important; }\n\n.purple.lighten-4 {\n  background-color: #e1bee7 !important; }\n\n.purple-text.text-lighten-4 {\n  color: #e1bee7 !important; }\n\n.purple.lighten-3 {\n  background-color: #ce93d8 !important; }\n\n.purple-text.text-lighten-3 {\n  color: #ce93d8 !important; }\n\n.purple.lighten-2 {\n  background-color: #ba68c8 !important; }\n\n.purple-text.text-lighten-2 {\n  color: #ba68c8 !important; }\n\n.purple.lighten-1 {\n  background-color: #ab47bc !important; }\n\n.purple-text.text-lighten-1 {\n  color: #ab47bc !important; }\n\n.purple {\n  background-color: #9c27b0 !important; }\n\n.purple-text {\n  color: #9c27b0 !important; }\n\n.purple.darken-1 {\n  background-color: #8e24aa !important; }\n\n.purple-text.text-darken-1 {\n  color: #8e24aa !important; }\n\n.purple.darken-2 {\n  background-color: #7b1fa2 !important; }\n\n.purple-text.text-darken-2 {\n  color: #7b1fa2 !important; }\n\n.purple.darken-3 {\n  background-color: #6a1b9a !important; }\n\n.purple-text.text-darken-3 {\n  color: #6a1b9a !important; }\n\n.purple.darken-4 {\n  background-color: #4a148c !important; }\n\n.purple-text.text-darken-4 {\n  color: #4a148c !important; }\n\n.purple.accent-1 {\n  background-color: #ea80fc !important; }\n\n.purple-text.text-accent-1 {\n  color: #ea80fc !important; }\n\n.purple.accent-2 {\n  background-color: #e040fb !important; }\n\n.purple-text.text-accent-2 {\n  color: #e040fb !important; }\n\n.purple.accent-3 {\n  background-color: #d500f9 !important; }\n\n.purple-text.text-accent-3 {\n  color: #d500f9 !important; }\n\n.purple.accent-4 {\n  background-color: #aa00ff !important; }\n\n.purple-text.text-accent-4 {\n  color: #aa00ff !important; }\n\n.deep-purple.lighten-5 {\n  background-color: #ede7f6 !important; }\n\n.deep-purple-text.text-lighten-5 {\n  color: #ede7f6 !important; }\n\n.deep-purple.lighten-4 {\n  background-color: #d1c4e9 !important; }\n\n.deep-purple-text.text-lighten-4 {\n  color: #d1c4e9 !important; }\n\n.deep-purple.lighten-3 {\n  background-color: #b39ddb !important; }\n\n.deep-purple-text.text-lighten-3 {\n  color: #b39ddb !important; }\n\n.deep-purple.lighten-2 {\n  background-color: #9575cd !important; }\n\n.deep-purple-text.text-lighten-2 {\n  color: #9575cd !important; }\n\n.deep-purple.lighten-1 {\n  background-color: #7e57c2 !important; }\n\n.deep-purple-text.text-lighten-1 {\n  color: #7e57c2 !important; }\n\n.deep-purple {\n  background-color: #673ab7 !important; }\n\n.deep-purple-text {\n  color: #673ab7 !important; }\n\n.deep-purple.darken-1 {\n  background-color: #5e35b1 !important; }\n\n.deep-purple-text.text-darken-1 {\n  color: #5e35b1 !important; }\n\n.deep-purple.darken-2 {\n  background-color: #512da8 !important; }\n\n.deep-purple-text.text-darken-2 {\n  color: #512da8 !important; }\n\n.deep-purple.darken-3 {\n  background-color: #4527a0 !important; }\n\n.deep-purple-text.text-darken-3 {\n  color: #4527a0 !important; }\n\n.deep-purple.darken-4 {\n  background-color: #311b92 !important; }\n\n.deep-purple-text.text-darken-4 {\n  color: #311b92 !important; }\n\n.deep-purple.accent-1 {\n  background-color: #b388ff !important; }\n\n.deep-purple-text.text-accent-1 {\n  color: #b388ff !important; }\n\n.deep-purple.accent-2 {\n  background-color: #7c4dff !important; }\n\n.deep-purple-text.text-accent-2 {\n  color: #7c4dff !important; }\n\n.deep-purple.accent-3 {\n  background-color: #651fff !important; }\n\n.deep-purple-text.text-accent-3 {\n  color: #651fff !important; }\n\n.deep-purple.accent-4 {\n  background-color: #6200ea !important; }\n\n.deep-purple-text.text-accent-4 {\n  color: #6200ea !important; }\n\n.indigo.lighten-5 {\n  background-color: #e8eaf6 !important; }\n\n.indigo-text.text-lighten-5 {\n  color: #e8eaf6 !important; }\n\n.indigo.lighten-4 {\n  background-color: #c5cae9 !important; }\n\n.indigo-text.text-lighten-4 {\n  color: #c5cae9 !important; }\n\n.indigo.lighten-3 {\n  background-color: #9fa8da !important; }\n\n.indigo-text.text-lighten-3 {\n  color: #9fa8da !important; }\n\n.indigo.lighten-2 {\n  background-color: #7986cb !important; }\n\n.indigo-text.text-lighten-2 {\n  color: #7986cb !important; }\n\n.indigo.lighten-1 {\n  background-color: #5c6bc0 !important; }\n\n.indigo-text.text-lighten-1 {\n  color: #5c6bc0 !important; }\n\n.indigo {\n  background-color: #3f51b5 !important; }\n\n.indigo-text {\n  color: #3f51b5 !important; }\n\n.indigo.darken-1 {\n  background-color: #3949ab !important; }\n\n.indigo-text.text-darken-1 {\n  color: #3949ab !important; }\n\n.indigo.darken-2 {\n  background-color: #303f9f !important; }\n\n.indigo-text.text-darken-2 {\n  color: #303f9f !important; }\n\n.indigo.darken-3 {\n  background-color: #283593 !important; }\n\n.indigo-text.text-darken-3 {\n  color: #283593 !important; }\n\n.indigo.darken-4 {\n  background-color: #1a237e !important; }\n\n.indigo-text.text-darken-4 {\n  color: #1a237e !important; }\n\n.indigo.accent-1 {\n  background-color: #8c9eff !important; }\n\n.indigo-text.text-accent-1 {\n  color: #8c9eff !important; }\n\n.indigo.accent-2 {\n  background-color: #536dfe !important; }\n\n.indigo-text.text-accent-2 {\n  color: #536dfe !important; }\n\n.indigo.accent-3 {\n  background-color: #3d5afe !important; }\n\n.indigo-text.text-accent-3 {\n  color: #3d5afe !important; }\n\n.indigo.accent-4 {\n  background-color: #304ffe !important; }\n\n.indigo-text.text-accent-4 {\n  color: #304ffe !important; }\n\n.blue.lighten-5 {\n  background-color: #E3F2FD !important; }\n\n.blue-text.text-lighten-5 {\n  color: #E3F2FD !important; }\n\n.blue.lighten-4 {\n  background-color: #BBDEFB !important; }\n\n.blue-text.text-lighten-4 {\n  color: #BBDEFB !important; }\n\n.blue.lighten-3 {\n  background-color: #90CAF9 !important; }\n\n.blue-text.text-lighten-3 {\n  color: #90CAF9 !important; }\n\n.blue.lighten-2 {\n  background-color: #64B5F6 !important; }\n\n.blue-text.text-lighten-2 {\n  color: #64B5F6 !important; }\n\n.blue.lighten-1 {\n  background-color: #42A5F5 !important; }\n\n.blue-text.text-lighten-1 {\n  color: #42A5F5 !important; }\n\n.blue {\n  background-color: #2196F3 !important; }\n\n.blue-text {\n  color: #2196F3 !important; }\n\n.blue.darken-1 {\n  background-color: #1E88E5 !important; }\n\n.blue-text.text-darken-1 {\n  color: #1E88E5 !important; }\n\n.blue.darken-2 {\n  background-color: #1976D2 !important; }\n\n.blue-text.text-darken-2 {\n  color: #1976D2 !important; }\n\n.blue.darken-3 {\n  background-color: #1565C0 !important; }\n\n.blue-text.text-darken-3 {\n  color: #1565C0 !important; }\n\n.blue.darken-4 {\n  background-color: #0D47A1 !important; }\n\n.blue-text.text-darken-4 {\n  color: #0D47A1 !important; }\n\n.blue.accent-1 {\n  background-color: #82B1FF !important; }\n\n.blue-text.text-accent-1 {\n  color: #82B1FF !important; }\n\n.blue.accent-2 {\n  background-color: #448AFF !important; }\n\n.blue-text.text-accent-2 {\n  color: #448AFF !important; }\n\n.blue.accent-3 {\n  background-color: #2979FF !important; }\n\n.blue-text.text-accent-3 {\n  color: #2979FF !important; }\n\n.blue.accent-4 {\n  background-color: #2962FF !important; }\n\n.blue-text.text-accent-4 {\n  color: #2962FF !important; }\n\n.light-blue.lighten-5 {\n  background-color: #e1f5fe !important; }\n\n.light-blue-text.text-lighten-5 {\n  color: #e1f5fe !important; }\n\n.light-blue.lighten-4 {\n  background-color: #b3e5fc !important; }\n\n.light-blue-text.text-lighten-4 {\n  color: #b3e5fc !important; }\n\n.light-blue.lighten-3 {\n  background-color: #81d4fa !important; }\n\n.light-blue-text.text-lighten-3 {\n  color: #81d4fa !important; }\n\n.light-blue.lighten-2 {\n  background-color: #4fc3f7 !important; }\n\n.light-blue-text.text-lighten-2 {\n  color: #4fc3f7 !important; }\n\n.light-blue.lighten-1 {\n  background-color: #29b6f6 !important; }\n\n.light-blue-text.text-lighten-1 {\n  color: #29b6f6 !important; }\n\n.light-blue {\n  background-color: #03a9f4 !important; }\n\n.light-blue-text {\n  color: #03a9f4 !important; }\n\n.light-blue.darken-1 {\n  background-color: #039be5 !important; }\n\n.light-blue-text.text-darken-1 {\n  color: #039be5 !important; }\n\n.light-blue.darken-2 {\n  background-color: #0288d1 !important; }\n\n.light-blue-text.text-darken-2 {\n  color: #0288d1 !important; }\n\n.light-blue.darken-3 {\n  background-color: #0277bd !important; }\n\n.light-blue-text.text-darken-3 {\n  color: #0277bd !important; }\n\n.light-blue.darken-4 {\n  background-color: #01579b !important; }\n\n.light-blue-text.text-darken-4 {\n  color: #01579b !important; }\n\n.light-blue.accent-1 {\n  background-color: #80d8ff !important; }\n\n.light-blue-text.text-accent-1 {\n  color: #80d8ff !important; }\n\n.light-blue.accent-2 {\n  background-color: #40c4ff !important; }\n\n.light-blue-text.text-accent-2 {\n  color: #40c4ff !important; }\n\n.light-blue.accent-3 {\n  background-color: #00b0ff !important; }\n\n.light-blue-text.text-accent-3 {\n  color: #00b0ff !important; }\n\n.light-blue.accent-4 {\n  background-color: #0091ea !important; }\n\n.light-blue-text.text-accent-4 {\n  color: #0091ea !important; }\n\n.cyan.lighten-5 {\n  background-color: #e0f7fa !important; }\n\n.cyan-text.text-lighten-5 {\n  color: #e0f7fa !important; }\n\n.cyan.lighten-4 {\n  background-color: #b2ebf2 !important; }\n\n.cyan-text.text-lighten-4 {\n  color: #b2ebf2 !important; }\n\n.cyan.lighten-3 {\n  background-color: #80deea !important; }\n\n.cyan-text.text-lighten-3 {\n  color: #80deea !important; }\n\n.cyan.lighten-2 {\n  background-color: #4dd0e1 !important; }\n\n.cyan-text.text-lighten-2 {\n  color: #4dd0e1 !important; }\n\n.cyan.lighten-1 {\n  background-color: #26c6da !important; }\n\n.cyan-text.text-lighten-1 {\n  color: #26c6da !important; }\n\n.cyan {\n  background-color: #00bcd4 !important; }\n\n.cyan-text {\n  color: #00bcd4 !important; }\n\n.cyan.darken-1 {\n  background-color: #00acc1 !important; }\n\n.cyan-text.text-darken-1 {\n  color: #00acc1 !important; }\n\n.cyan.darken-2 {\n  background-color: #0097a7 !important; }\n\n.cyan-text.text-darken-2 {\n  color: #0097a7 !important; }\n\n.cyan.darken-3 {\n  background-color: #00838f !important; }\n\n.cyan-text.text-darken-3 {\n  color: #00838f !important; }\n\n.cyan.darken-4 {\n  background-color: #006064 !important; }\n\n.cyan-text.text-darken-4 {\n  color: #006064 !important; }\n\n.cyan.accent-1 {\n  background-color: #84ffff !important; }\n\n.cyan-text.text-accent-1 {\n  color: #84ffff !important; }\n\n.cyan.accent-2 {\n  background-color: #18ffff !important; }\n\n.cyan-text.text-accent-2 {\n  color: #18ffff !important; }\n\n.cyan.accent-3 {\n  background-color: #00e5ff !important; }\n\n.cyan-text.text-accent-3 {\n  color: #00e5ff !important; }\n\n.cyan.accent-4 {\n  background-color: #00b8d4 !important; }\n\n.cyan-text.text-accent-4 {\n  color: #00b8d4 !important; }\n\n.teal.lighten-5 {\n  background-color: #e0f2f1 !important; }\n\n.teal-text.text-lighten-5 {\n  color: #e0f2f1 !important; }\n\n.teal.lighten-4 {\n  background-color: #b2dfdb !important; }\n\n.teal-text.text-lighten-4 {\n  color: #b2dfdb !important; }\n\n.teal.lighten-3 {\n  background-color: #80cbc4 !important; }\n\n.teal-text.text-lighten-3 {\n  color: #80cbc4 !important; }\n\n.teal.lighten-2 {\n  background-color: #4db6ac !important; }\n\n.teal-text.text-lighten-2 {\n  color: #4db6ac !important; }\n\n.teal.lighten-1 {\n  background-color: #26a69a !important; }\n\n.teal-text.text-lighten-1 {\n  color: #26a69a !important; }\n\n.teal {\n  background-color: #009688 !important; }\n\n.teal-text {\n  color: #009688 !important; }\n\n.teal.darken-1 {\n  background-color: #00897b !important; }\n\n.teal-text.text-darken-1 {\n  color: #00897b !important; }\n\n.teal.darken-2 {\n  background-color: #00796b !important; }\n\n.teal-text.text-darken-2 {\n  color: #00796b !important; }\n\n.teal.darken-3 {\n  background-color: #00695c !important; }\n\n.teal-text.text-darken-3 {\n  color: #00695c !important; }\n\n.teal.darken-4 {\n  background-color: #004d40 !important; }\n\n.teal-text.text-darken-4 {\n  color: #004d40 !important; }\n\n.teal.accent-1 {\n  background-color: #a7ffeb !important; }\n\n.teal-text.text-accent-1 {\n  color: #a7ffeb !important; }\n\n.teal.accent-2 {\n  background-color: #64ffda !important; }\n\n.teal-text.text-accent-2 {\n  color: #64ffda !important; }\n\n.teal.accent-3 {\n  background-color: #1de9b6 !important; }\n\n.teal-text.text-accent-3 {\n  color: #1de9b6 !important; }\n\n.teal.accent-4 {\n  background-color: #00bfa5 !important; }\n\n.teal-text.text-accent-4 {\n  color: #00bfa5 !important; }\n\n.green.lighten-5 {\n  background-color: #E8F5E9 !important; }\n\n.green-text.text-lighten-5 {\n  color: #E8F5E9 !important; }\n\n.green.lighten-4 {\n  background-color: #C8E6C9 !important; }\n\n.green-text.text-lighten-4 {\n  color: #C8E6C9 !important; }\n\n.green.lighten-3 {\n  background-color: #A5D6A7 !important; }\n\n.green-text.text-lighten-3 {\n  color: #A5D6A7 !important; }\n\n.green.lighten-2 {\n  background-color: #81C784 !important; }\n\n.green-text.text-lighten-2 {\n  color: #81C784 !important; }\n\n.green.lighten-1 {\n  background-color: #66BB6A !important; }\n\n.green-text.text-lighten-1 {\n  color: #66BB6A !important; }\n\n.green {\n  background-color: #4CAF50 !important; }\n\n.green-text {\n  color: #4CAF50 !important; }\n\n.green.darken-1 {\n  background-color: #43A047 !important; }\n\n.green-text.text-darken-1 {\n  color: #43A047 !important; }\n\n.green.darken-2 {\n  background-color: #388E3C !important; }\n\n.green-text.text-darken-2 {\n  color: #388E3C !important; }\n\n.green.darken-3 {\n  background-color: #2E7D32 !important; }\n\n.green-text.text-darken-3 {\n  color: #2E7D32 !important; }\n\n.green.darken-4 {\n  background-color: #1B5E20 !important; }\n\n.green-text.text-darken-4 {\n  color: #1B5E20 !important; }\n\n.green.accent-1 {\n  background-color: #B9F6CA !important; }\n\n.green-text.text-accent-1 {\n  color: #B9F6CA !important; }\n\n.green.accent-2 {\n  background-color: #69F0AE !important; }\n\n.green-text.text-accent-2 {\n  color: #69F0AE !important; }\n\n.green.accent-3 {\n  background-color: #00E676 !important; }\n\n.green-text.text-accent-3 {\n  color: #00E676 !important; }\n\n.green.accent-4 {\n  background-color: #00C853 !important; }\n\n.green-text.text-accent-4 {\n  color: #00C853 !important; }\n\n.light-green.lighten-5 {\n  background-color: #f1f8e9 !important; }\n\n.light-green-text.text-lighten-5 {\n  color: #f1f8e9 !important; }\n\n.light-green.lighten-4 {\n  background-color: #dcedc8 !important; }\n\n.light-green-text.text-lighten-4 {\n  color: #dcedc8 !important; }\n\n.light-green.lighten-3 {\n  background-color: #c5e1a5 !important; }\n\n.light-green-text.text-lighten-3 {\n  color: #c5e1a5 !important; }\n\n.light-green.lighten-2 {\n  background-color: #aed581 !important; }\n\n.light-green-text.text-lighten-2 {\n  color: #aed581 !important; }\n\n.light-green.lighten-1 {\n  background-color: #9ccc65 !important; }\n\n.light-green-text.text-lighten-1 {\n  color: #9ccc65 !important; }\n\n.light-green {\n  background-color: #8bc34a !important; }\n\n.light-green-text {\n  color: #8bc34a !important; }\n\n.light-green.darken-1 {\n  background-color: #7cb342 !important; }\n\n.light-green-text.text-darken-1 {\n  color: #7cb342 !important; }\n\n.light-green.darken-2 {\n  background-color: #689f38 !important; }\n\n.light-green-text.text-darken-2 {\n  color: #689f38 !important; }\n\n.light-green.darken-3 {\n  background-color: #558b2f !important; }\n\n.light-green-text.text-darken-3 {\n  color: #558b2f !important; }\n\n.light-green.darken-4 {\n  background-color: #33691e !important; }\n\n.light-green-text.text-darken-4 {\n  color: #33691e !important; }\n\n.light-green.accent-1 {\n  background-color: #ccff90 !important; }\n\n.light-green-text.text-accent-1 {\n  color: #ccff90 !important; }\n\n.light-green.accent-2 {\n  background-color: #b2ff59 !important; }\n\n.light-green-text.text-accent-2 {\n  color: #b2ff59 !important; }\n\n.light-green.accent-3 {\n  background-color: #76ff03 !important; }\n\n.light-green-text.text-accent-3 {\n  color: #76ff03 !important; }\n\n.light-green.accent-4 {\n  background-color: #64dd17 !important; }\n\n.light-green-text.text-accent-4 {\n  color: #64dd17 !important; }\n\n.lime.lighten-5 {\n  background-color: #f9fbe7 !important; }\n\n.lime-text.text-lighten-5 {\n  color: #f9fbe7 !important; }\n\n.lime.lighten-4 {\n  background-color: #f0f4c3 !important; }\n\n.lime-text.text-lighten-4 {\n  color: #f0f4c3 !important; }\n\n.lime.lighten-3 {\n  background-color: #e6ee9c !important; }\n\n.lime-text.text-lighten-3 {\n  color: #e6ee9c !important; }\n\n.lime.lighten-2 {\n  background-color: #dce775 !important; }\n\n.lime-text.text-lighten-2 {\n  color: #dce775 !important; }\n\n.lime.lighten-1 {\n  background-color: #d4e157 !important; }\n\n.lime-text.text-lighten-1 {\n  color: #d4e157 !important; }\n\n.lime {\n  background-color: #cddc39 !important; }\n\n.lime-text {\n  color: #cddc39 !important; }\n\n.lime.darken-1 {\n  background-color: #c0ca33 !important; }\n\n.lime-text.text-darken-1 {\n  color: #c0ca33 !important; }\n\n.lime.darken-2 {\n  background-color: #afb42b !important; }\n\n.lime-text.text-darken-2 {\n  color: #afb42b !important; }\n\n.lime.darken-3 {\n  background-color: #9e9d24 !important; }\n\n.lime-text.text-darken-3 {\n  color: #9e9d24 !important; }\n\n.lime.darken-4 {\n  background-color: #827717 !important; }\n\n.lime-text.text-darken-4 {\n  color: #827717 !important; }\n\n.lime.accent-1 {\n  background-color: #f4ff81 !important; }\n\n.lime-text.text-accent-1 {\n  color: #f4ff81 !important; }\n\n.lime.accent-2 {\n  background-color: #eeff41 !important; }\n\n.lime-text.text-accent-2 {\n  color: #eeff41 !important; }\n\n.lime.accent-3 {\n  background-color: #c6ff00 !important; }\n\n.lime-text.text-accent-3 {\n  color: #c6ff00 !important; }\n\n.lime.accent-4 {\n  background-color: #aeea00 !important; }\n\n.lime-text.text-accent-4 {\n  color: #aeea00 !important; }\n\n.yellow.lighten-5 {\n  background-color: #fffde7 !important; }\n\n.yellow-text.text-lighten-5 {\n  color: #fffde7 !important; }\n\n.yellow.lighten-4 {\n  background-color: #fff9c4 !important; }\n\n.yellow-text.text-lighten-4 {\n  color: #fff9c4 !important; }\n\n.yellow.lighten-3 {\n  background-color: #fff59d !important; }\n\n.yellow-text.text-lighten-3 {\n  color: #fff59d !important; }\n\n.yellow.lighten-2 {\n  background-color: #fff176 !important; }\n\n.yellow-text.text-lighten-2 {\n  color: #fff176 !important; }\n\n.yellow.lighten-1 {\n  background-color: #ffee58 !important; }\n\n.yellow-text.text-lighten-1 {\n  color: #ffee58 !important; }\n\n.yellow {\n  background-color: #ffeb3b !important; }\n\n.yellow-text {\n  color: #ffeb3b !important; }\n\n.yellow.darken-1 {\n  background-color: #fdd835 !important; }\n\n.yellow-text.text-darken-1 {\n  color: #fdd835 !important; }\n\n.yellow.darken-2 {\n  background-color: #fbc02d !important; }\n\n.yellow-text.text-darken-2 {\n  color: #fbc02d !important; }\n\n.yellow.darken-3 {\n  background-color: #f9a825 !important; }\n\n.yellow-text.text-darken-3 {\n  color: #f9a825 !important; }\n\n.yellow.darken-4 {\n  background-color: #f57f17 !important; }\n\n.yellow-text.text-darken-4 {\n  color: #f57f17 !important; }\n\n.yellow.accent-1 {\n  background-color: #ffff8d !important; }\n\n.yellow-text.text-accent-1 {\n  color: #ffff8d !important; }\n\n.yellow.accent-2 {\n  background-color: #ffff00 !important; }\n\n.yellow-text.text-accent-2 {\n  color: #ffff00 !important; }\n\n.yellow.accent-3 {\n  background-color: #ffea00 !important; }\n\n.yellow-text.text-accent-3 {\n  color: #ffea00 !important; }\n\n.yellow.accent-4 {\n  background-color: #ffd600 !important; }\n\n.yellow-text.text-accent-4 {\n  color: #ffd600 !important; }\n\n.amber.lighten-5 {\n  background-color: #fff8e1 !important; }\n\n.amber-text.text-lighten-5 {\n  color: #fff8e1 !important; }\n\n.amber.lighten-4 {\n  background-color: #ffecb3 !important; }\n\n.amber-text.text-lighten-4 {\n  color: #ffecb3 !important; }\n\n.amber.lighten-3 {\n  background-color: #ffe082 !important; }\n\n.amber-text.text-lighten-3 {\n  color: #ffe082 !important; }\n\n.amber.lighten-2 {\n  background-color: #ffd54f !important; }\n\n.amber-text.text-lighten-2 {\n  color: #ffd54f !important; }\n\n.amber.lighten-1 {\n  background-color: #ffca28 !important; }\n\n.amber-text.text-lighten-1 {\n  color: #ffca28 !important; }\n\n.amber {\n  background-color: #ffc107 !important; }\n\n.amber-text {\n  color: #ffc107 !important; }\n\n.amber.darken-1 {\n  background-color: #ffb300 !important; }\n\n.amber-text.text-darken-1 {\n  color: #ffb300 !important; }\n\n.amber.darken-2 {\n  background-color: #ffa000 !important; }\n\n.amber-text.text-darken-2 {\n  color: #ffa000 !important; }\n\n.amber.darken-3 {\n  background-color: #ff8f00 !important; }\n\n.amber-text.text-darken-3 {\n  color: #ff8f00 !important; }\n\n.amber.darken-4 {\n  background-color: #ff6f00 !important; }\n\n.amber-text.text-darken-4 {\n  color: #ff6f00 !important; }\n\n.amber.accent-1 {\n  background-color: #ffe57f !important; }\n\n.amber-text.text-accent-1 {\n  color: #ffe57f !important; }\n\n.amber.accent-2 {\n  background-color: #ffd740 !important; }\n\n.amber-text.text-accent-2 {\n  color: #ffd740 !important; }\n\n.amber.accent-3 {\n  background-color: #ffc400 !important; }\n\n.amber-text.text-accent-3 {\n  color: #ffc400 !important; }\n\n.amber.accent-4 {\n  background-color: #ffab00 !important; }\n\n.amber-text.text-accent-4 {\n  color: #ffab00 !important; }\n\n.orange.lighten-5 {\n  background-color: #fff3e0 !important; }\n\n.orange-text.text-lighten-5 {\n  color: #fff3e0 !important; }\n\n.orange.lighten-4 {\n  background-color: #ffe0b2 !important; }\n\n.orange-text.text-lighten-4 {\n  color: #ffe0b2 !important; }\n\n.orange.lighten-3 {\n  background-color: #ffcc80 !important; }\n\n.orange-text.text-lighten-3 {\n  color: #ffcc80 !important; }\n\n.orange.lighten-2 {\n  background-color: #ffb74d !important; }\n\n.orange-text.text-lighten-2 {\n  color: #ffb74d !important; }\n\n.orange.lighten-1 {\n  background-color: #ffa726 !important; }\n\n.orange-text.text-lighten-1 {\n  color: #ffa726 !important; }\n\n.orange {\n  background-color: #ff9800 !important; }\n\n.orange-text {\n  color: #ff9800 !important; }\n\n.orange.darken-1 {\n  background-color: #fb8c00 !important; }\n\n.orange-text.text-darken-1 {\n  color: #fb8c00 !important; }\n\n.orange.darken-2 {\n  background-color: #f57c00 !important; }\n\n.orange-text.text-darken-2 {\n  color: #f57c00 !important; }\n\n.orange.darken-3 {\n  background-color: #ef6c00 !important; }\n\n.orange-text.text-darken-3 {\n  color: #ef6c00 !important; }\n\n.orange.darken-4 {\n  background-color: #e65100 !important; }\n\n.orange-text.text-darken-4 {\n  color: #e65100 !important; }\n\n.orange.accent-1 {\n  background-color: #ffd180 !important; }\n\n.orange-text.text-accent-1 {\n  color: #ffd180 !important; }\n\n.orange.accent-2 {\n  background-color: #ffab40 !important; }\n\n.orange-text.text-accent-2 {\n  color: #ffab40 !important; }\n\n.orange.accent-3 {\n  background-color: #ff9100 !important; }\n\n.orange-text.text-accent-3 {\n  color: #ff9100 !important; }\n\n.orange.accent-4 {\n  background-color: #ff6d00 !important; }\n\n.orange-text.text-accent-4 {\n  color: #ff6d00 !important; }\n\n.deep-orange.lighten-5 {\n  background-color: #fbe9e7 !important; }\n\n.deep-orange-text.text-lighten-5 {\n  color: #fbe9e7 !important; }\n\n.deep-orange.lighten-4 {\n  background-color: #ffccbc !important; }\n\n.deep-orange-text.text-lighten-4 {\n  color: #ffccbc !important; }\n\n.deep-orange.lighten-3 {\n  background-color: #ffab91 !important; }\n\n.deep-orange-text.text-lighten-3 {\n  color: #ffab91 !important; }\n\n.deep-orange.lighten-2 {\n  background-color: #ff8a65 !important; }\n\n.deep-orange-text.text-lighten-2 {\n  color: #ff8a65 !important; }\n\n.deep-orange.lighten-1 {\n  background-color: #ff7043 !important; }\n\n.deep-orange-text.text-lighten-1 {\n  color: #ff7043 !important; }\n\n.deep-orange {\n  background-color: #ff5722 !important; }\n\n.deep-orange-text {\n  color: #ff5722 !important; }\n\n.deep-orange.darken-1 {\n  background-color: #f4511e !important; }\n\n.deep-orange-text.text-darken-1 {\n  color: #f4511e !important; }\n\n.deep-orange.darken-2 {\n  background-color: #e64a19 !important; }\n\n.deep-orange-text.text-darken-2 {\n  color: #e64a19 !important; }\n\n.deep-orange.darken-3 {\n  background-color: #d84315 !important; }\n\n.deep-orange-text.text-darken-3 {\n  color: #d84315 !important; }\n\n.deep-orange.darken-4 {\n  background-color: #bf360c !important; }\n\n.deep-orange-text.text-darken-4 {\n  color: #bf360c !important; }\n\n.deep-orange.accent-1 {\n  background-color: #ff9e80 !important; }\n\n.deep-orange-text.text-accent-1 {\n  color: #ff9e80 !important; }\n\n.deep-orange.accent-2 {\n  background-color: #ff6e40 !important; }\n\n.deep-orange-text.text-accent-2 {\n  color: #ff6e40 !important; }\n\n.deep-orange.accent-3 {\n  background-color: #ff3d00 !important; }\n\n.deep-orange-text.text-accent-3 {\n  color: #ff3d00 !important; }\n\n.deep-orange.accent-4 {\n  background-color: #dd2c00 !important; }\n\n.deep-orange-text.text-accent-4 {\n  color: #dd2c00 !important; }\n\n.brown.lighten-5 {\n  background-color: #efebe9 !important; }\n\n.brown-text.text-lighten-5 {\n  color: #efebe9 !important; }\n\n.brown.lighten-4 {\n  background-color: #d7ccc8 !important; }\n\n.brown-text.text-lighten-4 {\n  color: #d7ccc8 !important; }\n\n.brown.lighten-3 {\n  background-color: #bcaaa4 !important; }\n\n.brown-text.text-lighten-3 {\n  color: #bcaaa4 !important; }\n\n.brown.lighten-2 {\n  background-color: #a1887f !important; }\n\n.brown-text.text-lighten-2 {\n  color: #a1887f !important; }\n\n.brown.lighten-1 {\n  background-color: #8d6e63 !important; }\n\n.brown-text.text-lighten-1 {\n  color: #8d6e63 !important; }\n\n.brown {\n  background-color: #795548 !important; }\n\n.brown-text {\n  color: #795548 !important; }\n\n.brown.darken-1 {\n  background-color: #6d4c41 !important; }\n\n.brown-text.text-darken-1 {\n  color: #6d4c41 !important; }\n\n.brown.darken-2 {\n  background-color: #5d4037 !important; }\n\n.brown-text.text-darken-2 {\n  color: #5d4037 !important; }\n\n.brown.darken-3 {\n  background-color: #4e342e !important; }\n\n.brown-text.text-darken-3 {\n  color: #4e342e !important; }\n\n.brown.darken-4 {\n  background-color: #3e2723 !important; }\n\n.brown-text.text-darken-4 {\n  color: #3e2723 !important; }\n\n.blue-grey.lighten-5 {\n  background-color: #eceff1 !important; }\n\n.blue-grey-text.text-lighten-5 {\n  color: #eceff1 !important; }\n\n.blue-grey.lighten-4 {\n  background-color: #cfd8dc !important; }\n\n.blue-grey-text.text-lighten-4 {\n  color: #cfd8dc !important; }\n\n.blue-grey.lighten-3 {\n  background-color: #b0bec5 !important; }\n\n.blue-grey-text.text-lighten-3 {\n  color: #b0bec5 !important; }\n\n.blue-grey.lighten-2 {\n  background-color: #90a4ae !important; }\n\n.blue-grey-text.text-lighten-2 {\n  color: #90a4ae !important; }\n\n.blue-grey.lighten-1 {\n  background-color: #78909c !important; }\n\n.blue-grey-text.text-lighten-1 {\n  color: #78909c !important; }\n\n.blue-grey {\n  background-color: #607d8b !important; }\n\n.blue-grey-text {\n  color: #607d8b !important; }\n\n.blue-grey.darken-1 {\n  background-color: #546e7a !important; }\n\n.blue-grey-text.text-darken-1 {\n  color: #546e7a !important; }\n\n.blue-grey.darken-2 {\n  background-color: #455a64 !important; }\n\n.blue-grey-text.text-darken-2 {\n  color: #455a64 !important; }\n\n.blue-grey.darken-3 {\n  background-color: #37474f !important; }\n\n.blue-grey-text.text-darken-3 {\n  color: #37474f !important; }\n\n.blue-grey.darken-4 {\n  background-color: #263238 !important; }\n\n.blue-grey-text.text-darken-4 {\n  color: #263238 !important; }\n\n.grey.lighten-5 {\n  background-color: #fafafa !important; }\n\n.grey-text.text-lighten-5 {\n  color: #fafafa !important; }\n\n.grey.lighten-4 {\n  background-color: #f5f5f5 !important; }\n\n.grey-text.text-lighten-4 {\n  color: #f5f5f5 !important; }\n\n.grey.lighten-3 {\n  background-color: #eeeeee !important; }\n\n.grey-text.text-lighten-3 {\n  color: #eeeeee !important; }\n\n.grey.lighten-2 {\n  background-color: #e0e0e0 !important; }\n\n.grey-text.text-lighten-2 {\n  color: #e0e0e0 !important; }\n\n.grey.lighten-1 {\n  background-color: #bdbdbd !important; }\n\n.grey-text.text-lighten-1 {\n  color: #bdbdbd !important; }\n\n.grey {\n  background-color: #9e9e9e !important; }\n\n.grey-text {\n  color: #9e9e9e !important; }\n\n.grey.darken-1 {\n  background-color: #757575 !important; }\n\n.grey-text.text-darken-1 {\n  color: #757575 !important; }\n\n.grey.darken-2 {\n  background-color: #616161 !important; }\n\n.grey-text.text-darken-2 {\n  color: #616161 !important; }\n\n.grey.darken-3 {\n  background-color: #424242 !important; }\n\n.grey-text.text-darken-3 {\n  color: #424242 !important; }\n\n.grey.darken-4 {\n  background-color: #212121 !important; }\n\n.grey-text.text-darken-4 {\n  color: #212121 !important; }\n\n.shades.black {\n  background-color: #000000 !important; }\n\n.shades-text.text-black {\n  color: #000000 !important; }\n\n.shades.white {\n  background-color: #FFFFFF !important; }\n\n.shades-text.text-white {\n  color: #FFFFFF !important; }\n\n.black {\n  background-color: #000000 !important; }\n\n.black-text {\n  color: #000000 !important; }\n\n.white {\n  background-color: #FFFFFF !important; }\n\n.white-text {\n  color: #FFFFFF !important; }\n\n/*** Colors ***/\n/*** Badges ***/\n/*** Buttons ***/\n/*** Cards ***/\n/*** Collapsible ***/\n/*** Dropdown ***/\n/*** Fonts ***/\n/*** Forms ***/\n/*** Global ***/\n/*** Navbar ***/\n/*** SideNav ***/\n/*** Tabs ***/\n/*** Tables ***/\n/*** Toasts ***/\n/*** Typography ***/\n/*** Collections ***/\n/* Progress Bar */\n/*! normalize.css v3.0.2 | MIT License | git.io/normalize */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n *    user zoom.\n */\nhtml {\n  font-family: sans-serif;\n  /* 1 */\n  -ms-text-size-adjust: 100%;\n  /* 2 */\n  -webkit-text-size-adjust: 100%;\n  /* 2 */ }\n\n/**\n * Remove default margin.\n */\nbody {\n  margin: 0; }\n\n/* HTML5 display definitions\n   ========================================================================== */\n/**\n * Correct `block` display not defined for any HTML5 element in IE 8/9.\n * Correct `block` display not defined for `details` or `summary` in IE 10/11\n * and Firefox.\n * Correct `block` display not defined for `main` in IE 11.\n */\narticle, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {\n  display: block; }\n\n/**\n * 1. Correct `inline-block` display not defined in IE 8/9.\n * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n */\naudio, canvas, progress, video {\n  display: inline-block;\n  /* 1 */\n  vertical-align: baseline;\n  /* 2 */ }\n\n/**\n * Prevent modern browsers from displaying `audio` without controls.\n * Remove excess height in iOS 5 devices.\n */\naudio:not([controls]) {\n  display: none;\n  height: 0; }\n\n/**\n * Address `[hidden]` styling not present in IE 8/9/10.\n * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n */\n[hidden], template {\n  display: none; }\n\n/* Links\n   ========================================================================== */\n/**\n * Remove the gray background color from active links in IE 10.\n */\na {\n  background-color: transparent; }\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\na:active, a:hover {\n  outline: 0; }\n\n/* Text-level semantics\n   ========================================================================== */\n/**\n * Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n */\nabbr[title] {\n  border-bottom: 1px dotted; }\n\n/**\n * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n */\nb, strong {\n  font-weight: bold; }\n\n/**\n * Address styling not present in Safari and Chrome.\n */\ndfn {\n  font-style: italic; }\n\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari, and Chrome.\n */\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0; }\n\n/**\n * Address styling not present in IE 8/9.\n */\nmark {\n  background: #ff0;\n  color: #000; }\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\nsmall {\n  font-size: 80%; }\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\nsub, sup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline; }\n\nsup {\n  top: -0.5em; }\n\nsub {\n  bottom: -0.25em; }\n\n/* Embedded content\n   ========================================================================== */\n/**\n * Remove border when inside `a` element in IE 8/9/10.\n */\nimg {\n  border: 0; }\n\n/**\n * Correct overflow not hidden in IE 9/10/11.\n */\nsvg:not(:root) {\n  overflow: hidden; }\n\n/* Grouping content\n   ========================================================================== */\n/**\n * Address margin not present in IE 8/9 and Safari.\n */\nfigure {\n  margin: 1em 40px; }\n\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n  -moz-box-sizing: content-box;\n  box-sizing: content-box;\n  height: 0; }\n\n/**\n * Contain overflow in all browsers.\n */\npre {\n  overflow: auto; }\n\n/**\n * Address odd `em`-unit font size rendering in all browsers.\n */\ncode, kbd, pre, samp {\n  font-family: monospace, monospace;\n  font-size: 1em; }\n\n/* Forms\n   ========================================================================== */\n/**\n * Known limitation: by default, Chrome and Safari on OS X allow very limited\n * styling of `select`, unless a `border` property is set.\n */\n/**\n * 1. Correct color not being inherited.\n *    Known issue: affects color of disabled elements.\n * 2. Correct font properties not being inherited.\n * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n */\nbutton, input, optgroup, select, textarea {\n  color: inherit;\n  /* 1 */\n  font: inherit;\n  /* 2 */\n  margin: 0;\n  /* 3 */ }\n\n/**\n * Address `overflow` set to `hidden` in IE 8/9/10/11.\n */\nbutton {\n  overflow: visible; }\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n * Correct `select` style inheritance in Firefox.\n */\nbutton, select {\n  text-transform: none; }\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n *    and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n *    `input` and others.\n */\nbutton, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {\n  -webkit-appearance: button;\n  /* 2 */\n  cursor: pointer;\n  /* 3 */ }\n\n/**\n * Re-set default cursor for disabled elements.\n */\nbutton[disabled], html input[disabled] {\n  cursor: default; }\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\nbutton::-moz-focus-inner, input::-moz-focus-inner {\n  border: 0;\n  padding: 0; }\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\ninput {\n  line-height: normal; }\n\n/**\n * It's recommended that you don't attempt to style these elements.\n * Firefox's implementation doesn't respect box-sizing, padding, or width.\n *\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type=\"checkbox\"], input[type=\"radio\"] {\n  box-sizing: border-box;\n  /* 1 */\n  padding: 0;\n  /* 2 */ }\n\n/**\n * Fix the cursor style for Chrome's increment/decrement buttons. For certain\n * `font-size` values of the `input`, it causes the cursor style of the\n * decrement button to change from `default` to `text`.\n */\ninput[type=\"number\"]::-webkit-inner-spin-button, input[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto; }\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari and Chrome\n *    (include `-moz` to future-proof).\n */\ninput[type=\"search\"] {\n  -webkit-appearance: textfield;\n  /* 1 */\n  -moz-box-sizing: content-box;\n  -webkit-box-sizing: content-box;\n  /* 2 */\n  box-sizing: content-box; }\n\n/**\n * Remove inner padding and search cancel button in Safari and Chrome on OS X.\n * Safari (but not Chrome) clips the cancel button when the search input has\n * padding (and `textfield` appearance).\n */\ninput[type=\"search\"]::-webkit-search-cancel-button, input[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none; }\n\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n  border: 1px solid #c0c0c0;\n  margin: 0 2px;\n  padding: 0.35em 0.625em 0.75em; }\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9/10/11.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n  border: 0;\n  /* 1 */\n  padding: 0;\n  /* 2 */ }\n\n/**\n * Remove default vertical scrollbar in IE 8/9/10/11.\n */\ntextarea {\n  overflow: auto; }\n\n/**\n * Don't inherit the `font-weight` (applied by a rule above).\n * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n */\noptgroup {\n  font-weight: bold; }\n\n/* Tables\n   ========================================================================== */\n/**\n * Remove most spacing between table cells.\n */\ntable {\n  border-collapse: collapse;\n  border-spacing: 0; }\n\ntd, th {\n  padding: 0; }\n\nhtml {\n  box-sizing: border-box; }\n\n*, *:before, *:after {\n  box-sizing: inherit; }\n\nul {\n  list-style-type: none; }\n\na {\n  color: #039be5;\n  text-decoration: none;\n  -webkit-tap-highlight-color: transparent; }\n\n.valign-wrapper {\n  display: -webkit-box;\n  display: -moz-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-align: center;\n  -ms-flex-align: center;\n  -webkit-align-items: center;\n  align-items: center; }\n  .valign-wrapper .valign {\n    display: block; }\n\nul {\n  padding: 0; }\n  ul li {\n    list-style-type: none; }\n\n.clearfix {\n  clear: both; }\n\n.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, ul.side-nav {\n  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);\n  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }\n\n.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {\n  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);\n  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }\n\n.z-depth-2 {\n  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n  -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);\n  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }\n\n.z-depth-3 {\n  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);\n  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);\n  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }\n\n.z-depth-4, .modal {\n  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);\n  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);\n  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }\n\n.z-depth-5 {\n  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);\n  -moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);\n  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }\n\n.divider {\n  height: 1px;\n  overflow: hidden;\n  background-color: #e0e0e0; }\n\nblockquote {\n  margin: 20px 0;\n  padding-left: 1.5rem;\n  border-left: 5px solid #EF9A9A; }\n\ni {\n  line-height: inherit; }\n  i.left {\n    float: left;\n    margin-right: 15px; }\n  i.right {\n    float: right;\n    margin-left: 15px; }\n  i.tiny {\n    font-size: 1rem; }\n  i.small {\n    font-size: 2rem; }\n  i.medium {\n    font-size: 4rem; }\n  i.large {\n    font-size: 6rem; }\n\nimg.responsive-img, video.responsive-video {\n  max-width: 100%;\n  height: auto; }\n\n.pagination li {\n  font-size: 1.2rem;\n  float: left;\n  width: 30px;\n  height: 30px;\n  margin: 0 10px;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  text-align: center; }\n  .pagination li a {\n    color: #444; }\n  .pagination li.active a {\n    color: #fff; }\n  .pagination li.active {\n    background-color: #ee6e73; }\n  .pagination li.disabled a {\n    color: #999; }\n  .pagination li i {\n    font-size: 2rem;\n    line-height: 1.8rem; }\n\n.parallax-container {\n  position: relative;\n  overflow: hidden;\n  height: 500px; }\n\n.parallax {\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  z-index: -1; }\n  .parallax img {\n    display: none;\n    position: absolute;\n    bottom: 0;\n    width: 100%;\n    min-height: 100%;\n    background-position: center; }\n\n.pin-top, .pin-bottom {\n  position: relative; }\n\n.pinned {\n  position: fixed !important; }\n\n/*********************\n  Transition Classes\n**********************/\nul.staggered-list li {\n  -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n  filter: \"alpha(opacity=(${iefactor}))\";\n  -moz-opacity: 0;\n  -khtml-opacity: 0;\n  opacity: 0; }\n\n.fade-in {\n  -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n  filter: \"alpha(opacity=(${iefactor}))\";\n  -moz-opacity: 0;\n  -khtml-opacity: 0;\n  opacity: 0;\n  transform-origin: 0 50%; }\n\n/*********************\n  Media Query Classes\n**********************/\n@media only screen and (max-width : 600px) {\n  .hide-on-small-only, .hide-on-small-and-down {\n    display: none !important; } }\n\n@media only screen and (max-width : 992px) {\n  .hide-on-med-and-down {\n    display: none !important; } }\n\n@media only screen and (min-width : 601px) {\n  .hide-on-med-and-up {\n    display: none !important; } }\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n  .hide-on-med-only {\n    display: none !important; } }\n\n@media only screen and (min-width : 993px) {\n  .hide-on-large-only {\n    display: none !important; } }\n\n@media only screen and (min-width : 993px) {\n  .show-on-large {\n    display: initial !important; } }\n\n@media only screen and (min-width: 600px) and (max-width: 992px) {\n  .show-on-medium {\n    display: initial !important; } }\n\n@media only screen and (max-width : 600px) {\n  .show-on-small {\n    display: initial !important; } }\n\n@media only screen and (min-width : 601px) {\n  .show-on-medium-and-up {\n    display: initial !important; } }\n\n@media only screen and (max-width : 992px) {\n  .show-on-medium-and-down {\n    display: initial !important; } }\n\n@media only screen and (max-width : 600px) {\n  .center-on-small-only {\n    text-align: center; } }\n\nfooter.page-footer {\n  margin-top: 20px;\n  padding-top: 20px;\n  background-color: #ee6e73; }\n  footer.page-footer .footer-copyright {\n    overflow: hidden;\n    height: 50px;\n    line-height: 50px;\n    color: rgba(255, 255, 255, 0.8);\n    background-color: rgba(51, 51, 51, 0.08); }\n\ntable, th, td {\n  border: none; }\n\ntable {\n  width: 100%;\n  display: table; }\n  table.bordered tr {\n    border-bottom: 1px solid #d0d0d0; }\n  table.striped tbody tr:nth-child(odd) {\n    background-color: #f2f2f2; }\n  table.hoverable tbody tr {\n    -webkit-transition: background-color 0.25s ease;\n    -moz-transition: background-color 0.25s ease;\n    -o-transition: background-color 0.25s ease;\n    -ms-transition: background-color 0.25s ease;\n    transition: background-color 0.25s ease; }\n    table.hoverable tbody tr:hover {\n      background-color: #f2f2f2; }\n  table.centered thead tr th, table.centered tbody tr td {\n    text-align: center; }\n\nthead {\n  border-bottom: 1px solid #d0d0d0; }\n\ntd, th {\n  padding: 15px 5px;\n  display: table-cell;\n  text-align: left;\n  vertical-align: middle;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box; }\n\n@media only screen and (max-width : 992px) {\n  table.responsive-table {\n    width: 100%;\n    border-collapse: collapse;\n    border-spacing: 0;\n    display: block;\n    position: relative;\n    /* sort out borders */ }\n    table.responsive-table th, table.responsive-table td {\n      margin: 0;\n      vertical-align: top; }\n    table.responsive-table th {\n      text-align: left; }\n    table.responsive-table thead {\n      display: block;\n      float: left; }\n      table.responsive-table thead tr {\n        display: block;\n        padding: 0 10px 0 0; }\n    table.responsive-table tbody {\n      display: block;\n      width: auto;\n      position: relative;\n      overflow-x: auto;\n      white-space: nowrap; }\n      table.responsive-table tbody tr {\n        display: inline-block;\n        vertical-align: top; }\n    table.responsive-table th {\n      display: block;\n      text-align: right; }\n    table.responsive-table td {\n      display: block;\n      min-height: 1.25em;\n      text-align: left; }\n    table.responsive-table tr {\n      padding: 0 10px; }\n    table.responsive-table thead {\n      border: 0;\n      border-right: 1px solid #d0d0d0; }\n    table.responsive-table.bordered th {\n      border-bottom: 0;\n      border-left: 0; }\n    table.responsive-table.bordered td {\n      border-left: 0;\n      border-right: 0;\n      border-bottom: 0; }\n    table.responsive-table.bordered tr {\n      border: 0; }\n    table.responsive-table.bordered tbody tr {\n      border-right: 1px solid #d0d0d0; }\n }\n\n.collection {\n  background-color: #999;\n  margin: 0.5rem 0 1rem 0;\n  border: 1px solid #e0e0e0;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  overflow: hidden; }\n  .collection .collection-item {\n    background-color: #fff;\n    line-height: 1.5rem;\n    padding: 10px 20px;\n    margin: 0px;\n    border-bottom: 1px solid #e0e0e0; }\n    .collection .collection-item.avatar {\n      height: 84px;\n      padding-left: 72px;\n      position: relative; }\n      .collection .collection-item.avatar .circle {\n        position: absolute;\n        width: 42px;\n        height: 42px;\n        overflow: hidden;\n        left: 15px;\n        display: inline-block;\n        vertical-align: middle; }\n      .collection .collection-item.avatar i.circle {\n        font-size: 18px;\n        line-height: 42px;\n        color: #fff;\n        background-color: #999;\n        text-align: center; }\n      .collection .collection-item.avatar .title {\n        font-size: 16px; }\n      .collection .collection-item.avatar p {\n        margin: 0; }\n      .collection .collection-item.avatar .secondary-content {\n        position: absolute;\n        top: 16px;\n        right: 16px; }\n    .collection .collection-item:last-child {\n      border-bottom: none; }\n    .collection .collection-item.active {\n      background-color: #26a69a;\n      color: #eafaf9; }\n  .collection a.collection-item {\n    display: block;\n    -webkit-transition: 0.25s;\n    -moz-transition: 0.25s;\n    -o-transition: 0.25s;\n    -ms-transition: 0.25s;\n    transition: 0.25s;\n    color: #26a69a; }\n    .collection a.collection-item:not(.active):hover {\n      background-color: #ddd; }\n  .collection.with-header .collection-header {\n    background-color: #fff;\n    border-bottom: 1px solid #e0e0e0;\n    padding: 10px 20px; }\n  .collection.with-header .collection-item {\n    padding-left: 30px; }\n\n.secondary-content {\n  float: right;\n  color: #26a69a; }\n\nspan.badge {\n  min-width: 3rem;\n  padding: 0 6px;\n  text-align: center;\n  font-size: 1rem;\n  line-height: inherit;\n  color: #757575;\n  float: right;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box; }\n  span.badge.new {\n    font-weight: 300;\n    font-size: 0.8rem;\n    color: #fff;\n    background-color: #26a69a;\n    -webkit-border-radius: 2px;\n    -moz-border-radius: 2px;\n    border-radius: 2px;\n    background-clip: padding-box; }\n  span.badge.new:after {\n    content: \" new\"; }\n\n.video-container {\n  position: relative;\n  padding-bottom: 56.25%;\n  padding-top: 30px;\n  height: 0;\n  overflow: hidden; }\n  .video-container iframe, .video-container object, .video-container embed {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%; }\n\n.progress {\n  position: relative;\n  height: 4px;\n  display: block;\n  width: 100%;\n  background-color: #acece6;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  margin: 0.5rem 0 1rem 0;\n  overflow: hidden; }\n  .progress .determinate {\n    position: absolute;\n    background-color: inherit;\n    top: 0;\n    bottom: 0;\n    background-color: #26a69a;\n    -webkit-transition: width 0.3s linear;\n    -moz-transition: width 0.3s linear;\n    -o-transition: width 0.3s linear;\n    -ms-transition: width 0.3s linear;\n    transition: width 0.3s linear; }\n  .progress .indeterminate {\n    background-color: #26a69a; }\n    .progress .indeterminate:before {\n      content: '';\n      position: absolute;\n      background-color: inherit;\n      top: 0;\n      left: 0;\n      bottom: 0;\n      will-change: left, right;\n      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n      -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n      -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n      -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }\n    .progress .indeterminate:after {\n      content: '';\n      position: absolute;\n      background-color: inherit;\n      top: 0;\n      left: 0;\n      bottom: 0;\n      will-change: left, right;\n      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n      -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n      -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n      -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n      -webkit-animation-delay: 1.15s;\n      -moz-animation-delay: 1.15s;\n      -ms-animation-delay: 1.15s;\n      -o-animation-delay: 1.15s;\n      animation-delay: 1.15s; }\n\n@-webkit-keyframes indeterminate {\n  0% {\n    left: -35%;\n    right: 100%; }\n\n  60% {\n    left: 100%;\n    right: -90%; }\n\n  100% {\n    left: 100%;\n    right: -90%; } }\n\n@-moz-keyframes indeterminate {\n  0% {\n    left: -35%;\n    right: 100%; }\n\n  60% {\n    left: 100%;\n    right: -90%; }\n\n  100% {\n    left: 100%;\n    right: -90%; } }\n\n@keyframes indeterminate {\n  0% {\n    left: -35%;\n    right: 100%; }\n\n  60% {\n    left: 100%;\n    right: -90%; }\n\n  100% {\n    left: 100%;\n    right: -90%; } }\n\n@-webkit-keyframes indeterminate-short {\n  0% {\n    left: -200%;\n    right: 100%; }\n\n  60% {\n    left: 107%;\n    right: -8%; }\n\n  100% {\n    left: 107%;\n    right: -8%; } }\n\n@-moz-keyframes indeterminate-short {\n  0% {\n    left: -200%;\n    right: 100%; }\n\n  60% {\n    left: 107%;\n    right: -8%; }\n\n  100% {\n    left: 107%;\n    right: -8%; } }\n\n@keyframes indeterminate-short {\n  0% {\n    left: -200%;\n    right: 100%; }\n\n  60% {\n    left: 107%;\n    right: -8%; }\n\n  100% {\n    left: 107%;\n    right: -8%; } }\n\n/*******************\n  Utility Classes\n*******************/\n.left-align {\n  text-align: left; }\n\n.right-align {\n  text-align: right; }\n\n.center, .center-align {\n  text-align: center; }\n\n.left {\n  float: left !important; }\n\n.right {\n  float: right !important; }\n\n.no-select, input[type=range], input[type=range] + .thumb {\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none; }\n\n.circle {\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  background-clip: padding-box; }\n\n.center-block {\n  display: block;\n  margin-left: auto;\n  margin-right: auto; }\n\n.truncate {\n  white-space: nowrap;\n  overflow: hidden;\n  text-overflow: ellipsis; }\n\n@font-face {\n  font-family: \"Material-Design-Icons\";\n  src: url(\"../font/material-design-icons/Material-Design-Icons.eot\");\n  src: url(\"../font/material-design-icons/Material-Design-Icons.eot?#iefix\") format(\"embedded-opentype\"), url(\"../font/material-design-icons/Material-Design-Icons.woff\") format(\"woff\"), url(\"../font/material-design-icons/Material-Design-Icons.ttf\") format(\"truetype\"), url(\"../font/material-design-icons/Material-Design-Icons.svg#Material-Design-Icons\") format(\"svg\");\n  font-weight: normal;\n  font-style: normal; }\n\n[class^=\"mdi-\"], [class*=\" mdi-\"] {\n  font-family: \"Material-Design-Icons\";\n  speak: none;\n  font-style: normal;\n  font-weight: normal;\n  font-variant: normal;\n  text-transform: none;\n  /* Better Font Rendering =========== */\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale; }\n\n.mdi-action-3d-rotation:before {\n  content: \"\\e600\"; }\n\n.mdi-action-accessibility:before {\n  content: \"\\e601\"; }\n\n.mdi-action-account-balance:before {\n  content: \"\\e602\"; }\n\n.mdi-action-account-balance-wallet:before {\n  content: \"\\e603\"; }\n\n.mdi-action-account-box:before {\n  content: \"\\e604\"; }\n\n.mdi-action-account-child:before {\n  content: \"\\e605\"; }\n\n.mdi-action-account-circle:before {\n  content: \"\\e606\"; }\n\n.mdi-action-add-shopping-cart:before {\n  content: \"\\e607\"; }\n\n.mdi-action-alarm:before {\n  content: \"\\e608\"; }\n\n.mdi-action-alarm-add:before {\n  content: \"\\e609\"; }\n\n.mdi-action-alarm-off:before {\n  content: \"\\e60a\"; }\n\n.mdi-action-alarm-on:before {\n  content: \"\\e60b\"; }\n\n.mdi-action-android:before {\n  content: \"\\e60c\"; }\n\n.mdi-action-announcement:before {\n  content: \"\\e60d\"; }\n\n.mdi-action-aspect-ratio:before {\n  content: \"\\e60e\"; }\n\n.mdi-action-assessment:before {\n  content: \"\\e60f\"; }\n\n.mdi-action-assignment:before {\n  content: \"\\e610\"; }\n\n.mdi-action-assignment-ind:before {\n  content: \"\\e611\"; }\n\n.mdi-action-assignment-late:before {\n  content: \"\\e612\"; }\n\n.mdi-action-assignment-return:before {\n  content: \"\\e613\"; }\n\n.mdi-action-assignment-returned:before {\n  content: \"\\e614\"; }\n\n.mdi-action-assignment-turned-in:before {\n  content: \"\\e615\"; }\n\n.mdi-action-autorenew:before {\n  content: \"\\e616\"; }\n\n.mdi-action-backup:before {\n  content: \"\\e617\"; }\n\n.mdi-action-book:before {\n  content: \"\\e618\"; }\n\n.mdi-action-bookmark:before {\n  content: \"\\e619\"; }\n\n.mdi-action-bookmark-outline:before {\n  content: \"\\e61a\"; }\n\n.mdi-action-bug-report:before {\n  content: \"\\e61b\"; }\n\n.mdi-action-cached:before {\n  content: \"\\e61c\"; }\n\n.mdi-action-class:before {\n  content: \"\\e61d\"; }\n\n.mdi-action-credit-card:before {\n  content: \"\\e61e\"; }\n\n.mdi-action-dashboard:before {\n  content: \"\\e61f\"; }\n\n.mdi-action-delete:before {\n  content: \"\\e620\"; }\n\n.mdi-action-description:before {\n  content: \"\\e621\"; }\n\n.mdi-action-dns:before {\n  content: \"\\e622\"; }\n\n.mdi-action-done:before {\n  content: \"\\e623\"; }\n\n.mdi-action-done-all:before {\n  content: \"\\e624\"; }\n\n.mdi-action-event:before {\n  content: \"\\e625\"; }\n\n.mdi-action-exit-to-app:before {\n  content: \"\\e626\"; }\n\n.mdi-action-explore:before {\n  content: \"\\e627\"; }\n\n.mdi-action-extension:before {\n  content: \"\\e628\"; }\n\n.mdi-action-face-unlock:before {\n  content: \"\\e629\"; }\n\n.mdi-action-favorite:before {\n  content: \"\\e62a\"; }\n\n.mdi-action-favorite-outline:before {\n  content: \"\\e62b\"; }\n\n.mdi-action-find-in-page:before {\n  content: \"\\e62c\"; }\n\n.mdi-action-find-replace:before {\n  content: \"\\e62d\"; }\n\n.mdi-action-flip-to-back:before {\n  content: \"\\e62e\"; }\n\n.mdi-action-flip-to-front:before {\n  content: \"\\e62f\"; }\n\n.mdi-action-get-app:before {\n  content: \"\\e630\"; }\n\n.mdi-action-grade:before {\n  content: \"\\e631\"; }\n\n.mdi-action-group-work:before {\n  content: \"\\e632\"; }\n\n.mdi-action-help:before {\n  content: \"\\e633\"; }\n\n.mdi-action-highlight-remove:before {\n  content: \"\\e634\"; }\n\n.mdi-action-history:before {\n  content: \"\\e635\"; }\n\n.mdi-action-home:before {\n  content: \"\\e636\"; }\n\n.mdi-action-https:before {\n  content: \"\\e637\"; }\n\n.mdi-action-info:before {\n  content: \"\\e638\"; }\n\n.mdi-action-info-outline:before {\n  content: \"\\e639\"; }\n\n.mdi-action-input:before {\n  content: \"\\e63a\"; }\n\n.mdi-action-invert-colors:before {\n  content: \"\\e63b\"; }\n\n.mdi-action-label:before {\n  content: \"\\e63c\"; }\n\n.mdi-action-label-outline:before {\n  content: \"\\e63d\"; }\n\n.mdi-action-language:before {\n  content: \"\\e63e\"; }\n\n.mdi-action-launch:before {\n  content: \"\\e63f\"; }\n\n.mdi-action-list:before {\n  content: \"\\e640\"; }\n\n.mdi-action-lock:before {\n  content: \"\\e641\"; }\n\n.mdi-action-lock-open:before {\n  content: \"\\e642\"; }\n\n.mdi-action-lock-outline:before {\n  content: \"\\e643\"; }\n\n.mdi-action-loyalty:before {\n  content: \"\\e644\"; }\n\n.mdi-action-markunread-mailbox:before {\n  content: \"\\e645\"; }\n\n.mdi-action-note-add:before {\n  content: \"\\e646\"; }\n\n.mdi-action-open-in-browser:before {\n  content: \"\\e647\"; }\n\n.mdi-action-open-in-new:before {\n  content: \"\\e648\"; }\n\n.mdi-action-open-with:before {\n  content: \"\\e649\"; }\n\n.mdi-action-pageview:before {\n  content: \"\\e64a\"; }\n\n.mdi-action-payment:before {\n  content: \"\\e64b\"; }\n\n.mdi-action-perm-camera-mic:before {\n  content: \"\\e64c\"; }\n\n.mdi-action-perm-contact-cal:before {\n  content: \"\\e64d\"; }\n\n.mdi-action-perm-data-setting:before {\n  content: \"\\e64e\"; }\n\n.mdi-action-perm-device-info:before {\n  content: \"\\e64f\"; }\n\n.mdi-action-perm-identity:before {\n  content: \"\\e650\"; }\n\n.mdi-action-perm-media:before {\n  content: \"\\e651\"; }\n\n.mdi-action-perm-phone-msg:before {\n  content: \"\\e652\"; }\n\n.mdi-action-perm-scan-wifi:before {\n  content: \"\\e653\"; }\n\n.mdi-action-picture-in-picture:before {\n  content: \"\\e654\"; }\n\n.mdi-action-polymer:before {\n  content: \"\\e655\"; }\n\n.mdi-action-print:before {\n  content: \"\\e656\"; }\n\n.mdi-action-query-builder:before {\n  content: \"\\e657\"; }\n\n.mdi-action-question-answer:before {\n  content: \"\\e658\"; }\n\n.mdi-action-receipt:before {\n  content: \"\\e659\"; }\n\n.mdi-action-redeem:before {\n  content: \"\\e65a\"; }\n\n.mdi-action-report-problem:before {\n  content: \"\\e65b\"; }\n\n.mdi-action-restore:before {\n  content: \"\\e65c\"; }\n\n.mdi-action-room:before {\n  content: \"\\e65d\"; }\n\n.mdi-action-schedule:before {\n  content: \"\\e65e\"; }\n\n.mdi-action-search:before {\n  content: \"\\e65f\"; }\n\n.mdi-action-settings:before {\n  content: \"\\e660\"; }\n\n.mdi-action-settings-applications:before {\n  content: \"\\e661\"; }\n\n.mdi-action-settings-backup-restore:before {\n  content: \"\\e662\"; }\n\n.mdi-action-settings-bluetooth:before {\n  content: \"\\e663\"; }\n\n.mdi-action-settings-cell:before {\n  content: \"\\e664\"; }\n\n.mdi-action-settings-display:before {\n  content: \"\\e665\"; }\n\n.mdi-action-settings-ethernet:before {\n  content: \"\\e666\"; }\n\n.mdi-action-settings-input-antenna:before {\n  content: \"\\e667\"; }\n\n.mdi-action-settings-input-component:before {\n  content: \"\\e668\"; }\n\n.mdi-action-settings-input-composite:before {\n  content: \"\\e669\"; }\n\n.mdi-action-settings-input-hdmi:before {\n  content: \"\\e66a\"; }\n\n.mdi-action-settings-input-svideo:before {\n  content: \"\\e66b\"; }\n\n.mdi-action-settings-overscan:before {\n  content: \"\\e66c\"; }\n\n.mdi-action-settings-phone:before {\n  content: \"\\e66d\"; }\n\n.mdi-action-settings-power:before {\n  content: \"\\e66e\"; }\n\n.mdi-action-settings-remote:before {\n  content: \"\\e66f\"; }\n\n.mdi-action-settings-voice:before {\n  content: \"\\e670\"; }\n\n.mdi-action-shop:before {\n  content: \"\\e671\"; }\n\n.mdi-action-shopping-basket:before {\n  content: \"\\e672\"; }\n\n.mdi-action-shopping-cart:before {\n  content: \"\\e673\"; }\n\n.mdi-action-shop-two:before {\n  content: \"\\e674\"; }\n\n.mdi-action-speaker-notes:before {\n  content: \"\\e675\"; }\n\n.mdi-action-spellcheck:before {\n  content: \"\\e676\"; }\n\n.mdi-action-star-rate:before {\n  content: \"\\e677\"; }\n\n.mdi-action-stars:before {\n  content: \"\\e678\"; }\n\n.mdi-action-store:before {\n  content: \"\\e679\"; }\n\n.mdi-action-subject:before {\n  content: \"\\e67a\"; }\n\n.mdi-action-swap-horiz:before {\n  content: \"\\e67b\"; }\n\n.mdi-action-swap-vert:before {\n  content: \"\\e67c\"; }\n\n.mdi-action-swap-vert-circle:before {\n  content: \"\\e67d\"; }\n\n.mdi-action-system-update-tv:before {\n  content: \"\\e67e\"; }\n\n.mdi-action-tab:before {\n  content: \"\\e67f\"; }\n\n.mdi-action-tab-unselected:before {\n  content: \"\\e680\"; }\n\n.mdi-action-theaters:before {\n  content: \"\\e681\"; }\n\n.mdi-action-thumb-down:before {\n  content: \"\\e682\"; }\n\n.mdi-action-thumbs-up-down:before {\n  content: \"\\e683\"; }\n\n.mdi-action-thumb-up:before {\n  content: \"\\e684\"; }\n\n.mdi-action-toc:before {\n  content: \"\\e685\"; }\n\n.mdi-action-today:before {\n  content: \"\\e686\"; }\n\n.mdi-action-track-changes:before {\n  content: \"\\e687\"; }\n\n.mdi-action-translate:before {\n  content: \"\\e688\"; }\n\n.mdi-action-trending-down:before {\n  content: \"\\e689\"; }\n\n.mdi-action-trending-neutral:before {\n  content: \"\\e68a\"; }\n\n.mdi-action-trending-up:before {\n  content: \"\\e68b\"; }\n\n.mdi-action-turned-in:before {\n  content: \"\\e68c\"; }\n\n.mdi-action-turned-in-not:before {\n  content: \"\\e68d\"; }\n\n.mdi-action-verified-user:before {\n  content: \"\\e68e\"; }\n\n.mdi-action-view-agenda:before {\n  content: \"\\e68f\"; }\n\n.mdi-action-view-array:before {\n  content: \"\\e690\"; }\n\n.mdi-action-view-carousel:before {\n  content: \"\\e691\"; }\n\n.mdi-action-view-column:before {\n  content: \"\\e692\"; }\n\n.mdi-action-view-day:before {\n  content: \"\\e693\"; }\n\n.mdi-action-view-headline:before {\n  content: \"\\e694\"; }\n\n.mdi-action-view-list:before {\n  content: \"\\e695\"; }\n\n.mdi-action-view-module:before {\n  content: \"\\e696\"; }\n\n.mdi-action-view-quilt:before {\n  content: \"\\e697\"; }\n\n.mdi-action-view-stream:before {\n  content: \"\\e698\"; }\n\n.mdi-action-view-week:before {\n  content: \"\\e699\"; }\n\n.mdi-action-visibility:before {\n  content: \"\\e69a\"; }\n\n.mdi-action-visibility-off:before {\n  content: \"\\e69b\"; }\n\n.mdi-action-wallet-giftcard:before {\n  content: \"\\e69c\"; }\n\n.mdi-action-wallet-membership:before {\n  content: \"\\e69d\"; }\n\n.mdi-action-wallet-travel:before {\n  content: \"\\e69e\"; }\n\n.mdi-action-work:before {\n  content: \"\\e69f\"; }\n\n.mdi-alert-error:before {\n  content: \"\\e6a0\"; }\n\n.mdi-alert-warning:before {\n  content: \"\\e6a1\"; }\n\n.mdi-av-album:before {\n  content: \"\\e6a2\"; }\n\n.mdi-av-timer:before {\n  content: \"\\e6a3\"; }\n\n.mdi-av-closed-caption:before {\n  content: \"\\e6a4\"; }\n\n.mdi-av-equalizer:before {\n  content: \"\\e6a5\"; }\n\n.mdi-av-explicit:before {\n  content: \"\\e6a6\"; }\n\n.mdi-av-fast-forward:before {\n  content: \"\\e6a7\"; }\n\n.mdi-av-fast-rewind:before {\n  content: \"\\e6a8\"; }\n\n.mdi-av-games:before {\n  content: \"\\e6a9\"; }\n\n.mdi-av-hearing:before {\n  content: \"\\e6aa\"; }\n\n.mdi-av-high-quality:before {\n  content: \"\\e6ab\"; }\n\n.mdi-av-loop:before {\n  content: \"\\e6ac\"; }\n\n.mdi-av-mic:before {\n  content: \"\\e6ad\"; }\n\n.mdi-av-mic-none:before {\n  content: \"\\e6ae\"; }\n\n.mdi-av-mic-off:before {\n  content: \"\\e6af\"; }\n\n.mdi-av-movie:before {\n  content: \"\\e6b0\"; }\n\n.mdi-av-my-library-add:before {\n  content: \"\\e6b1\"; }\n\n.mdi-av-my-library-books:before {\n  content: \"\\e6b2\"; }\n\n.mdi-av-my-library-music:before {\n  content: \"\\e6b3\"; }\n\n.mdi-av-new-releases:before {\n  content: \"\\e6b4\"; }\n\n.mdi-av-not-interested:before {\n  content: \"\\e6b5\"; }\n\n.mdi-av-pause:before {\n  content: \"\\e6b6\"; }\n\n.mdi-av-pause-circle-fill:before {\n  content: \"\\e6b7\"; }\n\n.mdi-av-pause-circle-outline:before {\n  content: \"\\e6b8\"; }\n\n.mdi-av-play-arrow:before {\n  content: \"\\e6b9\"; }\n\n.mdi-av-play-circle-fill:before {\n  content: \"\\e6ba\"; }\n\n.mdi-av-play-circle-outline:before {\n  content: \"\\e6bb\"; }\n\n.mdi-av-playlist-add:before {\n  content: \"\\e6bc\"; }\n\n.mdi-av-play-shopping-bag:before {\n  content: \"\\e6bd\"; }\n\n.mdi-av-queue:before {\n  content: \"\\e6be\"; }\n\n.mdi-av-queue-music:before {\n  content: \"\\e6bf\"; }\n\n.mdi-av-radio:before {\n  content: \"\\e6c0\"; }\n\n.mdi-av-recent-actors:before {\n  content: \"\\e6c1\"; }\n\n.mdi-av-repeat:before {\n  content: \"\\e6c2\"; }\n\n.mdi-av-repeat-one:before {\n  content: \"\\e6c3\"; }\n\n.mdi-av-replay:before {\n  content: \"\\e6c4\"; }\n\n.mdi-av-shuffle:before {\n  content: \"\\e6c5\"; }\n\n.mdi-av-skip-next:before {\n  content: \"\\e6c6\"; }\n\n.mdi-av-skip-previous:before {\n  content: \"\\e6c7\"; }\n\n.mdi-av-snooze:before {\n  content: \"\\e6c8\"; }\n\n.mdi-av-stop:before {\n  content: \"\\e6c9\"; }\n\n.mdi-av-subtitles:before {\n  content: \"\\e6ca\"; }\n\n.mdi-av-surround-sound:before {\n  content: \"\\e6cb\"; }\n\n.mdi-av-videocam:before {\n  content: \"\\e6cc\"; }\n\n.mdi-av-videocam-off:before {\n  content: \"\\e6cd\"; }\n\n.mdi-av-video-collection:before {\n  content: \"\\e6ce\"; }\n\n.mdi-av-volume-down:before {\n  content: \"\\e6cf\"; }\n\n.mdi-av-volume-mute:before {\n  content: \"\\e6d0\"; }\n\n.mdi-av-volume-off:before {\n  content: \"\\e6d1\"; }\n\n.mdi-av-volume-up:before {\n  content: \"\\e6d2\"; }\n\n.mdi-av-web:before {\n  content: \"\\e6d3\"; }\n\n.mdi-communication-business:before {\n  content: \"\\e6d4\"; }\n\n.mdi-communication-call:before {\n  content: \"\\e6d5\"; }\n\n.mdi-communication-call-end:before {\n  content: \"\\e6d6\"; }\n\n.mdi-communication-call-made:before {\n  content: \"\\e6d7\"; }\n\n.mdi-communication-call-merge:before {\n  content: \"\\e6d8\"; }\n\n.mdi-communication-call-missed:before {\n  content: \"\\e6d9\"; }\n\n.mdi-communication-call-received:before {\n  content: \"\\e6da\"; }\n\n.mdi-communication-call-split:before {\n  content: \"\\e6db\"; }\n\n.mdi-communication-chat:before {\n  content: \"\\e6dc\"; }\n\n.mdi-communication-clear-all:before {\n  content: \"\\e6dd\"; }\n\n.mdi-communication-comment:before {\n  content: \"\\e6de\"; }\n\n.mdi-communication-contacts:before {\n  content: \"\\e6df\"; }\n\n.mdi-communication-dialer-sip:before {\n  content: \"\\e6e0\"; }\n\n.mdi-communication-dialpad:before {\n  content: \"\\e6e1\"; }\n\n.mdi-communication-dnd-on:before {\n  content: \"\\e6e2\"; }\n\n.mdi-communication-email:before {\n  content: \"\\e6e3\"; }\n\n.mdi-communication-forum:before {\n  content: \"\\e6e4\"; }\n\n.mdi-communication-import-export:before {\n  content: \"\\e6e5\"; }\n\n.mdi-communication-invert-colors-off:before {\n  content: \"\\e6e6\"; }\n\n.mdi-communication-invert-colors-on:before {\n  content: \"\\e6e7\"; }\n\n.mdi-communication-live-help:before {\n  content: \"\\e6e8\"; }\n\n.mdi-communication-location-off:before {\n  content: \"\\e6e9\"; }\n\n.mdi-communication-location-on:before {\n  content: \"\\e6ea\"; }\n\n.mdi-communication-message:before {\n  content: \"\\e6eb\"; }\n\n.mdi-communication-messenger:before {\n  content: \"\\e6ec\"; }\n\n.mdi-communication-no-sim:before {\n  content: \"\\e6ed\"; }\n\n.mdi-communication-phone:before {\n  content: \"\\e6ee\"; }\n\n.mdi-communication-portable-wifi-off:before {\n  content: \"\\e6ef\"; }\n\n.mdi-communication-quick-contacts-dialer:before {\n  content: \"\\e6f0\"; }\n\n.mdi-communication-quick-contacts-mail:before {\n  content: \"\\e6f1\"; }\n\n.mdi-communication-ring-volume:before {\n  content: \"\\e6f2\"; }\n\n.mdi-communication-stay-current-landscape:before {\n  content: \"\\e6f3\"; }\n\n.mdi-communication-stay-current-portrait:before {\n  content: \"\\e6f4\"; }\n\n.mdi-communication-stay-primary-landscape:before {\n  content: \"\\e6f5\"; }\n\n.mdi-communication-stay-primary-portrait:before {\n  content: \"\\e6f6\"; }\n\n.mdi-communication-swap-calls:before {\n  content: \"\\e6f7\"; }\n\n.mdi-communication-textsms:before {\n  content: \"\\e6f8\"; }\n\n.mdi-communication-voicemail:before {\n  content: \"\\e6f9\"; }\n\n.mdi-communication-vpn-key:before {\n  content: \"\\e6fa\"; }\n\n.mdi-content-add:before {\n  content: \"\\e6fb\"; }\n\n.mdi-content-add-box:before {\n  content: \"\\e6fc\"; }\n\n.mdi-content-add-circle:before {\n  content: \"\\e6fd\"; }\n\n.mdi-content-add-circle-outline:before {\n  content: \"\\e6fe\"; }\n\n.mdi-content-archive:before {\n  content: \"\\e6ff\"; }\n\n.mdi-content-backspace:before {\n  content: \"\\e700\"; }\n\n.mdi-content-block:before {\n  content: \"\\e701\"; }\n\n.mdi-content-clear:before {\n  content: \"\\e702\"; }\n\n.mdi-content-content-copy:before {\n  content: \"\\e703\"; }\n\n.mdi-content-content-cut:before {\n  content: \"\\e704\"; }\n\n.mdi-content-content-paste:before {\n  content: \"\\e705\"; }\n\n.mdi-content-create:before {\n  content: \"\\e706\"; }\n\n.mdi-content-drafts:before {\n  content: \"\\e707\"; }\n\n.mdi-content-filter-list:before {\n  content: \"\\e708\"; }\n\n.mdi-content-flag:before {\n  content: \"\\e709\"; }\n\n.mdi-content-forward:before {\n  content: \"\\e70a\"; }\n\n.mdi-content-gesture:before {\n  content: \"\\e70b\"; }\n\n.mdi-content-inbox:before {\n  content: \"\\e70c\"; }\n\n.mdi-content-link:before {\n  content: \"\\e70d\"; }\n\n.mdi-content-mail:before {\n  content: \"\\e70e\"; }\n\n.mdi-content-markunread:before {\n  content: \"\\e70f\"; }\n\n.mdi-content-redo:before {\n  content: \"\\e710\"; }\n\n.mdi-content-remove:before {\n  content: \"\\e711\"; }\n\n.mdi-content-remove-circle:before {\n  content: \"\\e712\"; }\n\n.mdi-content-remove-circle-outline:before {\n  content: \"\\e713\"; }\n\n.mdi-content-reply:before {\n  content: \"\\e714\"; }\n\n.mdi-content-reply-all:before {\n  content: \"\\e715\"; }\n\n.mdi-content-report:before {\n  content: \"\\e716\"; }\n\n.mdi-content-save:before {\n  content: \"\\e717\"; }\n\n.mdi-content-select-all:before {\n  content: \"\\e718\"; }\n\n.mdi-content-send:before {\n  content: \"\\e719\"; }\n\n.mdi-content-sort:before {\n  content: \"\\e71a\"; }\n\n.mdi-content-text-format:before {\n  content: \"\\e71b\"; }\n\n.mdi-content-undo:before {\n  content: \"\\e71c\"; }\n\n.mdi-device-access-alarm:before {\n  content: \"\\e71d\"; }\n\n.mdi-device-access-alarms:before {\n  content: \"\\e71e\"; }\n\n.mdi-device-access-time:before {\n  content: \"\\e71f\"; }\n\n.mdi-device-add-alarm:before {\n  content: \"\\e720\"; }\n\n.mdi-device-airplanemode-off:before {\n  content: \"\\e721\"; }\n\n.mdi-device-airplanemode-on:before {\n  content: \"\\e722\"; }\n\n.mdi-device-battery-20:before {\n  content: \"\\e723\"; }\n\n.mdi-device-battery-30:before {\n  content: \"\\e724\"; }\n\n.mdi-device-battery-50:before {\n  content: \"\\e725\"; }\n\n.mdi-device-battery-60:before {\n  content: \"\\e726\"; }\n\n.mdi-device-battery-80:before {\n  content: \"\\e727\"; }\n\n.mdi-device-battery-90:before {\n  content: \"\\e728\"; }\n\n.mdi-device-battery-alert:before {\n  content: \"\\e729\"; }\n\n.mdi-device-battery-charging-20:before {\n  content: \"\\e72a\"; }\n\n.mdi-device-battery-charging-30:before {\n  content: \"\\e72b\"; }\n\n.mdi-device-battery-charging-50:before {\n  content: \"\\e72c\"; }\n\n.mdi-device-battery-charging-60:before {\n  content: \"\\e72d\"; }\n\n.mdi-device-battery-charging-80:before {\n  content: \"\\e72e\"; }\n\n.mdi-device-battery-charging-90:before {\n  content: \"\\e72f\"; }\n\n.mdi-device-battery-charging-full:before {\n  content: \"\\e730\"; }\n\n.mdi-device-battery-full:before {\n  content: \"\\e731\"; }\n\n.mdi-device-battery-std:before {\n  content: \"\\e732\"; }\n\n.mdi-device-battery-unknown:before {\n  content: \"\\e733\"; }\n\n.mdi-device-bluetooth:before {\n  content: \"\\e734\"; }\n\n.mdi-device-bluetooth-connected:before {\n  content: \"\\e735\"; }\n\n.mdi-device-bluetooth-disabled:before {\n  content: \"\\e736\"; }\n\n.mdi-device-bluetooth-searching:before {\n  content: \"\\e737\"; }\n\n.mdi-device-brightness-auto:before {\n  content: \"\\e738\"; }\n\n.mdi-device-brightness-high:before {\n  content: \"\\e739\"; }\n\n.mdi-device-brightness-low:before {\n  content: \"\\e73a\"; }\n\n.mdi-device-brightness-medium:before {\n  content: \"\\e73b\"; }\n\n.mdi-device-data-usage:before {\n  content: \"\\e73c\"; }\n\n.mdi-device-developer-mode:before {\n  content: \"\\e73d\"; }\n\n.mdi-device-devices:before {\n  content: \"\\e73e\"; }\n\n.mdi-device-dvr:before {\n  content: \"\\e73f\"; }\n\n.mdi-device-gps-fixed:before {\n  content: \"\\e740\"; }\n\n.mdi-device-gps-not-fixed:before {\n  content: \"\\e741\"; }\n\n.mdi-device-gps-off:before {\n  content: \"\\e742\"; }\n\n.mdi-device-location-disabled:before {\n  content: \"\\e743\"; }\n\n.mdi-device-location-searching:before {\n  content: \"\\e744\"; }\n\n.mdi-device-multitrack-audio:before {\n  content: \"\\e745\"; }\n\n.mdi-device-network-cell:before {\n  content: \"\\e746\"; }\n\n.mdi-device-network-wifi:before {\n  content: \"\\e747\"; }\n\n.mdi-device-nfc:before {\n  content: \"\\e748\"; }\n\n.mdi-device-now-wallpaper:before {\n  content: \"\\e749\"; }\n\n.mdi-device-now-widgets:before {\n  content: \"\\e74a\"; }\n\n.mdi-device-screen-lock-landscape:before {\n  content: \"\\e74b\"; }\n\n.mdi-device-screen-lock-portrait:before {\n  content: \"\\e74c\"; }\n\n.mdi-device-screen-lock-rotation:before {\n  content: \"\\e74d\"; }\n\n.mdi-device-screen-rotation:before {\n  content: \"\\e74e\"; }\n\n.mdi-device-sd-storage:before {\n  content: \"\\e74f\"; }\n\n.mdi-device-settings-system-daydream:before {\n  content: \"\\e750\"; }\n\n.mdi-device-signal-cellular-0-bar:before {\n  content: \"\\e751\"; }\n\n.mdi-device-signal-cellular-1-bar:before {\n  content: \"\\e752\"; }\n\n.mdi-device-signal-cellular-2-bar:before {\n  content: \"\\e753\"; }\n\n.mdi-device-signal-cellular-3-bar:before {\n  content: \"\\e754\"; }\n\n.mdi-device-signal-cellular-4-bar:before {\n  content: \"\\e755\"; }\n\n.mdi-device-signal-cellular-connected-no-internet-0-bar:before {\n  content: \"\\e756\"; }\n\n.mdi-device-signal-cellular-connected-no-internet-1-bar:before {\n  content: \"\\e757\"; }\n\n.mdi-device-signal-cellular-connected-no-internet-2-bar:before {\n  content: \"\\e758\"; }\n\n.mdi-device-signal-cellular-connected-no-internet-3-bar:before {\n  content: \"\\e759\"; }\n\n.mdi-device-signal-cellular-connected-no-internet-4-bar:before {\n  content: \"\\e75a\"; }\n\n.mdi-device-signal-cellular-no-sim:before {\n  content: \"\\e75b\"; }\n\n.mdi-device-signal-cellular-null:before {\n  content: \"\\e75c\"; }\n\n.mdi-device-signal-cellular-off:before {\n  content: \"\\e75d\"; }\n\n.mdi-device-signal-wifi-0-bar:before {\n  content: \"\\e75e\"; }\n\n.mdi-device-signal-wifi-1-bar:before {\n  content: \"\\e75f\"; }\n\n.mdi-device-signal-wifi-2-bar:before {\n  content: \"\\e760\"; }\n\n.mdi-device-signal-wifi-3-bar:before {\n  content: \"\\e761\"; }\n\n.mdi-device-signal-wifi-4-bar:before {\n  content: \"\\e762\"; }\n\n.mdi-device-signal-wifi-off:before {\n  content: \"\\e763\"; }\n\n.mdi-device-storage:before {\n  content: \"\\e764\"; }\n\n.mdi-device-usb:before {\n  content: \"\\e765\"; }\n\n.mdi-device-wifi-lock:before {\n  content: \"\\e766\"; }\n\n.mdi-device-wifi-tethering:before {\n  content: \"\\e767\"; }\n\n.mdi-editor-attach-file:before {\n  content: \"\\e768\"; }\n\n.mdi-editor-attach-money:before {\n  content: \"\\e769\"; }\n\n.mdi-editor-border-all:before {\n  content: \"\\e76a\"; }\n\n.mdi-editor-border-bottom:before {\n  content: \"\\e76b\"; }\n\n.mdi-editor-border-clear:before {\n  content: \"\\e76c\"; }\n\n.mdi-editor-border-color:before {\n  content: \"\\e76d\"; }\n\n.mdi-editor-border-horizontal:before {\n  content: \"\\e76e\"; }\n\n.mdi-editor-border-inner:before {\n  content: \"\\e76f\"; }\n\n.mdi-editor-border-left:before {\n  content: \"\\e770\"; }\n\n.mdi-editor-border-outer:before {\n  content: \"\\e771\"; }\n\n.mdi-editor-border-right:before {\n  content: \"\\e772\"; }\n\n.mdi-editor-border-style:before {\n  content: \"\\e773\"; }\n\n.mdi-editor-border-top:before {\n  content: \"\\e774\"; }\n\n.mdi-editor-border-vertical:before {\n  content: \"\\e775\"; }\n\n.mdi-editor-format-align-center:before {\n  content: \"\\e776\"; }\n\n.mdi-editor-format-align-justify:before {\n  content: \"\\e777\"; }\n\n.mdi-editor-format-align-left:before {\n  content: \"\\e778\"; }\n\n.mdi-editor-format-align-right:before {\n  content: \"\\e779\"; }\n\n.mdi-editor-format-bold:before {\n  content: \"\\e77a\"; }\n\n.mdi-editor-format-clear:before {\n  content: \"\\e77b\"; }\n\n.mdi-editor-format-color-fill:before {\n  content: \"\\e77c\"; }\n\n.mdi-editor-format-color-reset:before {\n  content: \"\\e77d\"; }\n\n.mdi-editor-format-color-text:before {\n  content: \"\\e77e\"; }\n\n.mdi-editor-format-indent-decrease:before {\n  content: \"\\e77f\"; }\n\n.mdi-editor-format-indent-increase:before {\n  content: \"\\e780\"; }\n\n.mdi-editor-format-italic:before {\n  content: \"\\e781\"; }\n\n.mdi-editor-format-line-spacing:before {\n  content: \"\\e782\"; }\n\n.mdi-editor-format-list-bulleted:before {\n  content: \"\\e783\"; }\n\n.mdi-editor-format-list-numbered:before {\n  content: \"\\e784\"; }\n\n.mdi-editor-format-paint:before {\n  content: \"\\e785\"; }\n\n.mdi-editor-format-quote:before {\n  content: \"\\e786\"; }\n\n.mdi-editor-format-size:before {\n  content: \"\\e787\"; }\n\n.mdi-editor-format-strikethrough:before {\n  content: \"\\e788\"; }\n\n.mdi-editor-functions:before {\n  content: \"\\e789\"; }\n\n.mdi-editor-format-textdirection-l-to-r:before {\n  content: \"\\e78a\"; }\n\n.mdi-editor-format-underline:before {\n  content: \"\\e78b\"; }\n\n.mdi-editor-format-textdirection-r-to-l:before {\n  content: \"\\e78c\"; }\n\n.mdi-editor-insert-chart:before {\n  content: \"\\e78d\"; }\n\n.mdi-editor-insert-comment:before {\n  content: \"\\e78e\"; }\n\n.mdi-editor-insert-drive-file:before {\n  content: \"\\e78f\"; }\n\n.mdi-editor-insert-emoticon:before {\n  content: \"\\e790\"; }\n\n.mdi-editor-insert-invitation:before {\n  content: \"\\e791\"; }\n\n.mdi-editor-insert-link:before {\n  content: \"\\e792\"; }\n\n.mdi-editor-insert-photo:before {\n  content: \"\\e793\"; }\n\n.mdi-editor-merge-type:before {\n  content: \"\\e794\"; }\n\n.mdi-editor-mode-comment:before {\n  content: \"\\e795\"; }\n\n.mdi-editor-mode-edit:before {\n  content: \"\\e796\"; }\n\n.mdi-editor-publish:before {\n  content: \"\\e797\"; }\n\n.mdi-editor-vertical-align-bottom:before {\n  content: \"\\e798\"; }\n\n.mdi-editor-vertical-align-center:before {\n  content: \"\\e799\"; }\n\n.mdi-editor-vertical-align-top:before {\n  content: \"\\e79a\"; }\n\n.mdi-editor-wrap-text:before {\n  content: \"\\e79b\"; }\n\n.mdi-file-attachment:before {\n  content: \"\\e79c\"; }\n\n.mdi-file-cloud:before {\n  content: \"\\e79d\"; }\n\n.mdi-file-cloud-circle:before {\n  content: \"\\e79e\"; }\n\n.mdi-file-cloud-done:before {\n  content: \"\\e79f\"; }\n\n.mdi-file-cloud-download:before {\n  content: \"\\e7a0\"; }\n\n.mdi-file-cloud-off:before {\n  content: \"\\e7a1\"; }\n\n.mdi-file-cloud-queue:before {\n  content: \"\\e7a2\"; }\n\n.mdi-file-cloud-upload:before {\n  content: \"\\e7a3\"; }\n\n.mdi-file-file-download:before {\n  content: \"\\e7a4\"; }\n\n.mdi-file-file-upload:before {\n  content: \"\\e7a5\"; }\n\n.mdi-file-folder:before {\n  content: \"\\e7a6\"; }\n\n.mdi-file-folder-open:before {\n  content: \"\\e7a7\"; }\n\n.mdi-file-folder-shared:before {\n  content: \"\\e7a8\"; }\n\n.mdi-hardware-cast:before {\n  content: \"\\e7a9\"; }\n\n.mdi-hardware-cast-connected:before {\n  content: \"\\e7aa\"; }\n\n.mdi-hardware-computer:before {\n  content: \"\\e7ab\"; }\n\n.mdi-hardware-desktop-mac:before {\n  content: \"\\e7ac\"; }\n\n.mdi-hardware-desktop-windows:before {\n  content: \"\\e7ad\"; }\n\n.mdi-hardware-dock:before {\n  content: \"\\e7ae\"; }\n\n.mdi-hardware-gamepad:before {\n  content: \"\\e7af\"; }\n\n.mdi-hardware-headset:before {\n  content: \"\\e7b0\"; }\n\n.mdi-hardware-headset-mic:before {\n  content: \"\\e7b1\"; }\n\n.mdi-hardware-keyboard:before {\n  content: \"\\e7b2\"; }\n\n.mdi-hardware-keyboard-alt:before {\n  content: \"\\e7b3\"; }\n\n.mdi-hardware-keyboard-arrow-down:before {\n  content: \"\\e7b4\"; }\n\n.mdi-hardware-keyboard-arrow-left:before {\n  content: \"\\e7b5\"; }\n\n.mdi-hardware-keyboard-arrow-right:before {\n  content: \"\\e7b6\"; }\n\n.mdi-hardware-keyboard-arrow-up:before {\n  content: \"\\e7b7\"; }\n\n.mdi-hardware-keyboard-backspace:before {\n  content: \"\\e7b8\"; }\n\n.mdi-hardware-keyboard-capslock:before {\n  content: \"\\e7b9\"; }\n\n.mdi-hardware-keyboard-control:before {\n  content: \"\\e7ba\"; }\n\n.mdi-hardware-keyboard-hide:before {\n  content: \"\\e7bb\"; }\n\n.mdi-hardware-keyboard-return:before {\n  content: \"\\e7bc\"; }\n\n.mdi-hardware-keyboard-tab:before {\n  content: \"\\e7bd\"; }\n\n.mdi-hardware-keyboard-voice:before {\n  content: \"\\e7be\"; }\n\n.mdi-hardware-laptop:before {\n  content: \"\\e7bf\"; }\n\n.mdi-hardware-laptop-chromebook:before {\n  content: \"\\e7c0\"; }\n\n.mdi-hardware-laptop-mac:before {\n  content: \"\\e7c1\"; }\n\n.mdi-hardware-laptop-windows:before {\n  content: \"\\e7c2\"; }\n\n.mdi-hardware-memory:before {\n  content: \"\\e7c3\"; }\n\n.mdi-hardware-mouse:before {\n  content: \"\\e7c4\"; }\n\n.mdi-hardware-phone-android:before {\n  content: \"\\e7c5\"; }\n\n.mdi-hardware-phone-iphone:before {\n  content: \"\\e7c6\"; }\n\n.mdi-hardware-phonelink:before {\n  content: \"\\e7c7\"; }\n\n.mdi-hardware-phonelink-off:before {\n  content: \"\\e7c8\"; }\n\n.mdi-hardware-security:before {\n  content: \"\\e7c9\"; }\n\n.mdi-hardware-sim-card:before {\n  content: \"\\e7ca\"; }\n\n.mdi-hardware-smartphone:before {\n  content: \"\\e7cb\"; }\n\n.mdi-hardware-speaker:before {\n  content: \"\\e7cc\"; }\n\n.mdi-hardware-tablet:before {\n  content: \"\\e7cd\"; }\n\n.mdi-hardware-tablet-android:before {\n  content: \"\\e7ce\"; }\n\n.mdi-hardware-tablet-mac:before {\n  content: \"\\e7cf\"; }\n\n.mdi-hardware-tv:before {\n  content: \"\\e7d0\"; }\n\n.mdi-hardware-watch:before {\n  content: \"\\e7d1\"; }\n\n.mdi-image-add-to-photos:before {\n  content: \"\\e7d2\"; }\n\n.mdi-image-adjust:before {\n  content: \"\\e7d3\"; }\n\n.mdi-image-assistant-photo:before {\n  content: \"\\e7d4\"; }\n\n.mdi-image-audiotrack:before {\n  content: \"\\e7d5\"; }\n\n.mdi-image-blur-circular:before {\n  content: \"\\e7d6\"; }\n\n.mdi-image-blur-linear:before {\n  content: \"\\e7d7\"; }\n\n.mdi-image-blur-off:before {\n  content: \"\\e7d8\"; }\n\n.mdi-image-blur-on:before {\n  content: \"\\e7d9\"; }\n\n.mdi-image-brightness-1:before {\n  content: \"\\e7da\"; }\n\n.mdi-image-brightness-2:before {\n  content: \"\\e7db\"; }\n\n.mdi-image-brightness-3:before {\n  content: \"\\e7dc\"; }\n\n.mdi-image-brightness-4:before {\n  content: \"\\e7dd\"; }\n\n.mdi-image-brightness-5:before {\n  content: \"\\e7de\"; }\n\n.mdi-image-brightness-6:before {\n  content: \"\\e7df\"; }\n\n.mdi-image-brightness-7:before {\n  content: \"\\e7e0\"; }\n\n.mdi-image-brush:before {\n  content: \"\\e7e1\"; }\n\n.mdi-image-camera:before {\n  content: \"\\e7e2\"; }\n\n.mdi-image-camera-alt:before {\n  content: \"\\e7e3\"; }\n\n.mdi-image-camera-front:before {\n  content: \"\\e7e4\"; }\n\n.mdi-image-camera-rear:before {\n  content: \"\\e7e5\"; }\n\n.mdi-image-camera-roll:before {\n  content: \"\\e7e6\"; }\n\n.mdi-image-center-focus-strong:before {\n  content: \"\\e7e7\"; }\n\n.mdi-image-center-focus-weak:before {\n  content: \"\\e7e8\"; }\n\n.mdi-image-collections:before {\n  content: \"\\e7e9\"; }\n\n.mdi-image-colorize:before {\n  content: \"\\e7ea\"; }\n\n.mdi-image-color-lens:before {\n  content: \"\\e7eb\"; }\n\n.mdi-image-compare:before {\n  content: \"\\e7ec\"; }\n\n.mdi-image-control-point:before {\n  content: \"\\e7ed\"; }\n\n.mdi-image-control-point-duplicate:before {\n  content: \"\\e7ee\"; }\n\n.mdi-image-crop:before {\n  content: \"\\e7ef\"; }\n\n.mdi-image-crop-3-2:before {\n  content: \"\\e7f0\"; }\n\n.mdi-image-crop-5-4:before {\n  content: \"\\e7f1\"; }\n\n.mdi-image-crop-7-5:before {\n  content: \"\\e7f2\"; }\n\n.mdi-image-crop-16-9:before {\n  content: \"\\e7f3\"; }\n\n.mdi-image-crop-din:before {\n  content: \"\\e7f4\"; }\n\n.mdi-image-crop-free:before {\n  content: \"\\e7f5\"; }\n\n.mdi-image-crop-landscape:before {\n  content: \"\\e7f6\"; }\n\n.mdi-image-crop-original:before {\n  content: \"\\e7f7\"; }\n\n.mdi-image-crop-portrait:before {\n  content: \"\\e7f8\"; }\n\n.mdi-image-crop-square:before {\n  content: \"\\e7f9\"; }\n\n.mdi-image-dehaze:before {\n  content: \"\\e7fa\"; }\n\n.mdi-image-details:before {\n  content: \"\\e7fb\"; }\n\n.mdi-image-edit:before {\n  content: \"\\e7fc\"; }\n\n.mdi-image-exposure:before {\n  content: \"\\e7fd\"; }\n\n.mdi-image-exposure-minus-1:before {\n  content: \"\\e7fe\"; }\n\n.mdi-image-exposure-minus-2:before {\n  content: \"\\e7ff\"; }\n\n.mdi-image-exposure-plus-1:before {\n  content: \"\\e800\"; }\n\n.mdi-image-exposure-plus-2:before {\n  content: \"\\e801\"; }\n\n.mdi-image-exposure-zero:before {\n  content: \"\\e802\"; }\n\n.mdi-image-filter:before {\n  content: \"\\e803\"; }\n\n.mdi-image-filter-1:before {\n  content: \"\\e804\"; }\n\n.mdi-image-filter-2:before {\n  content: \"\\e805\"; }\n\n.mdi-image-filter-3:before {\n  content: \"\\e806\"; }\n\n.mdi-image-filter-4:before {\n  content: \"\\e807\"; }\n\n.mdi-image-filter-5:before {\n  content: \"\\e808\"; }\n\n.mdi-image-filter-6:before {\n  content: \"\\e809\"; }\n\n.mdi-image-filter-7:before {\n  content: \"\\e80a\"; }\n\n.mdi-image-filter-8:before {\n  content: \"\\e80b\"; }\n\n.mdi-image-filter-9:before {\n  content: \"\\e80c\"; }\n\n.mdi-image-filter-9-plus:before {\n  content: \"\\e80d\"; }\n\n.mdi-image-filter-b-and-w:before {\n  content: \"\\e80e\"; }\n\n.mdi-image-filter-center-focus:before {\n  content: \"\\e80f\"; }\n\n.mdi-image-filter-drama:before {\n  content: \"\\e810\"; }\n\n.mdi-image-filter-frames:before {\n  content: \"\\e811\"; }\n\n.mdi-image-filter-hdr:before {\n  content: \"\\e812\"; }\n\n.mdi-image-filter-none:before {\n  content: \"\\e813\"; }\n\n.mdi-image-filter-tilt-shift:before {\n  content: \"\\e814\"; }\n\n.mdi-image-filter-vintage:before {\n  content: \"\\e815\"; }\n\n.mdi-image-flare:before {\n  content: \"\\e816\"; }\n\n.mdi-image-flash-auto:before {\n  content: \"\\e817\"; }\n\n.mdi-image-flash-off:before {\n  content: \"\\e818\"; }\n\n.mdi-image-flash-on:before {\n  content: \"\\e819\"; }\n\n.mdi-image-flip:before {\n  content: \"\\e81a\"; }\n\n.mdi-image-gradient:before {\n  content: \"\\e81b\"; }\n\n.mdi-image-grain:before {\n  content: \"\\e81c\"; }\n\n.mdi-image-grid-off:before {\n  content: \"\\e81d\"; }\n\n.mdi-image-grid-on:before {\n  content: \"\\e81e\"; }\n\n.mdi-image-hdr-off:before {\n  content: \"\\e81f\"; }\n\n.mdi-image-hdr-on:before {\n  content: \"\\e820\"; }\n\n.mdi-image-hdr-strong:before {\n  content: \"\\e821\"; }\n\n.mdi-image-hdr-weak:before {\n  content: \"\\e822\"; }\n\n.mdi-image-healing:before {\n  content: \"\\e823\"; }\n\n.mdi-image-image:before {\n  content: \"\\e824\"; }\n\n.mdi-image-image-aspect-ratio:before {\n  content: \"\\e825\"; }\n\n.mdi-image-iso:before {\n  content: \"\\e826\"; }\n\n.mdi-image-landscape:before {\n  content: \"\\e827\"; }\n\n.mdi-image-leak-add:before {\n  content: \"\\e828\"; }\n\n.mdi-image-leak-remove:before {\n  content: \"\\e829\"; }\n\n.mdi-image-lens:before {\n  content: \"\\e82a\"; }\n\n.mdi-image-looks:before {\n  content: \"\\e82b\"; }\n\n.mdi-image-looks-3:before {\n  content: \"\\e82c\"; }\n\n.mdi-image-looks-4:before {\n  content: \"\\e82d\"; }\n\n.mdi-image-looks-5:before {\n  content: \"\\e82e\"; }\n\n.mdi-image-looks-6:before {\n  content: \"\\e82f\"; }\n\n.mdi-image-looks-one:before {\n  content: \"\\e830\"; }\n\n.mdi-image-looks-two:before {\n  content: \"\\e831\"; }\n\n.mdi-image-loupe:before {\n  content: \"\\e832\"; }\n\n.mdi-image-movie-creation:before {\n  content: \"\\e833\"; }\n\n.mdi-image-nature:before {\n  content: \"\\e834\"; }\n\n.mdi-image-nature-people:before {\n  content: \"\\e835\"; }\n\n.mdi-image-navigate-before:before {\n  content: \"\\e836\"; }\n\n.mdi-image-navigate-next:before {\n  content: \"\\e837\"; }\n\n.mdi-image-palette:before {\n  content: \"\\e838\"; }\n\n.mdi-image-panorama:before {\n  content: \"\\e839\"; }\n\n.mdi-image-panorama-fisheye:before {\n  content: \"\\e83a\"; }\n\n.mdi-image-panorama-horizontal:before {\n  content: \"\\e83b\"; }\n\n.mdi-image-panorama-vertical:before {\n  content: \"\\e83c\"; }\n\n.mdi-image-panorama-wide-angle:before {\n  content: \"\\e83d\"; }\n\n.mdi-image-photo:before {\n  content: \"\\e83e\"; }\n\n.mdi-image-photo-album:before {\n  content: \"\\e83f\"; }\n\n.mdi-image-photo-camera:before {\n  content: \"\\e840\"; }\n\n.mdi-image-photo-library:before {\n  content: \"\\e841\"; }\n\n.mdi-image-portrait:before {\n  content: \"\\e842\"; }\n\n.mdi-image-remove-red-eye:before {\n  content: \"\\e843\"; }\n\n.mdi-image-rotate-left:before {\n  content: \"\\e844\"; }\n\n.mdi-image-rotate-right:before {\n  content: \"\\e845\"; }\n\n.mdi-image-slideshow:before {\n  content: \"\\e846\"; }\n\n.mdi-image-straighten:before {\n  content: \"\\e847\"; }\n\n.mdi-image-style:before {\n  content: \"\\e848\"; }\n\n.mdi-image-switch-camera:before {\n  content: \"\\e849\"; }\n\n.mdi-image-switch-video:before {\n  content: \"\\e84a\"; }\n\n.mdi-image-tag-faces:before {\n  content: \"\\e84b\"; }\n\n.mdi-image-texture:before {\n  content: \"\\e84c\"; }\n\n.mdi-image-timelapse:before {\n  content: \"\\e84d\"; }\n\n.mdi-image-timer:before {\n  content: \"\\e84e\"; }\n\n.mdi-image-timer-3:before {\n  content: \"\\e84f\"; }\n\n.mdi-image-timer-10:before {\n  content: \"\\e850\"; }\n\n.mdi-image-timer-auto:before {\n  content: \"\\e851\"; }\n\n.mdi-image-timer-off:before {\n  content: \"\\e852\"; }\n\n.mdi-image-tonality:before {\n  content: \"\\e853\"; }\n\n.mdi-image-transform:before {\n  content: \"\\e854\"; }\n\n.mdi-image-tune:before {\n  content: \"\\e855\"; }\n\n.mdi-image-wb-auto:before {\n  content: \"\\e856\"; }\n\n.mdi-image-wb-cloudy:before {\n  content: \"\\e857\"; }\n\n.mdi-image-wb-incandescent:before {\n  content: \"\\e858\"; }\n\n.mdi-image-wb-irradescent:before {\n  content: \"\\e859\"; }\n\n.mdi-image-wb-sunny:before {\n  content: \"\\e85a\"; }\n\n.mdi-maps-beenhere:before {\n  content: \"\\e85b\"; }\n\n.mdi-maps-directions:before {\n  content: \"\\e85c\"; }\n\n.mdi-maps-directions-bike:before {\n  content: \"\\e85d\"; }\n\n.mdi-maps-directions-bus:before {\n  content: \"\\e85e\"; }\n\n.mdi-maps-directions-car:before {\n  content: \"\\e85f\"; }\n\n.mdi-maps-directions-ferry:before {\n  content: \"\\e860\"; }\n\n.mdi-maps-directions-subway:before {\n  content: \"\\e861\"; }\n\n.mdi-maps-directions-train:before {\n  content: \"\\e862\"; }\n\n.mdi-maps-directions-transit:before {\n  content: \"\\e863\"; }\n\n.mdi-maps-directions-walk:before {\n  content: \"\\e864\"; }\n\n.mdi-maps-flight:before {\n  content: \"\\e865\"; }\n\n.mdi-maps-hotel:before {\n  content: \"\\e866\"; }\n\n.mdi-maps-layers:before {\n  content: \"\\e867\"; }\n\n.mdi-maps-layers-clear:before {\n  content: \"\\e868\"; }\n\n.mdi-maps-local-airport:before {\n  content: \"\\e869\"; }\n\n.mdi-maps-local-atm:before {\n  content: \"\\e86a\"; }\n\n.mdi-maps-local-attraction:before {\n  content: \"\\e86b\"; }\n\n.mdi-maps-local-bar:before {\n  content: \"\\e86c\"; }\n\n.mdi-maps-local-cafe:before {\n  content: \"\\e86d\"; }\n\n.mdi-maps-local-car-wash:before {\n  content: \"\\e86e\"; }\n\n.mdi-maps-local-convenience-store:before {\n  content: \"\\e86f\"; }\n\n.mdi-maps-local-drink:before {\n  content: \"\\e870\"; }\n\n.mdi-maps-local-florist:before {\n  content: \"\\e871\"; }\n\n.mdi-maps-local-gas-station:before {\n  content: \"\\e872\"; }\n\n.mdi-maps-local-grocery-store:before {\n  content: \"\\e873\"; }\n\n.mdi-maps-local-hospital:before {\n  content: \"\\e874\"; }\n\n.mdi-maps-local-hotel:before {\n  content: \"\\e875\"; }\n\n.mdi-maps-local-laundry-service:before {\n  content: \"\\e876\"; }\n\n.mdi-maps-local-library:before {\n  content: \"\\e877\"; }\n\n.mdi-maps-local-mall:before {\n  content: \"\\e878\"; }\n\n.mdi-maps-local-movies:before {\n  content: \"\\e879\"; }\n\n.mdi-maps-local-offer:before {\n  content: \"\\e87a\"; }\n\n.mdi-maps-local-parking:before {\n  content: \"\\e87b\"; }\n\n.mdi-maps-local-pharmacy:before {\n  content: \"\\e87c\"; }\n\n.mdi-maps-local-phone:before {\n  content: \"\\e87d\"; }\n\n.mdi-maps-local-pizza:before {\n  content: \"\\e87e\"; }\n\n.mdi-maps-local-play:before {\n  content: \"\\e87f\"; }\n\n.mdi-maps-local-post-office:before {\n  content: \"\\e880\"; }\n\n.mdi-maps-local-print-shop:before {\n  content: \"\\e881\"; }\n\n.mdi-maps-local-restaurant:before {\n  content: \"\\e882\"; }\n\n.mdi-maps-local-see:before {\n  content: \"\\e883\"; }\n\n.mdi-maps-local-shipping:before {\n  content: \"\\e884\"; }\n\n.mdi-maps-local-taxi:before {\n  content: \"\\e885\"; }\n\n.mdi-maps-location-history:before {\n  content: \"\\e886\"; }\n\n.mdi-maps-map:before {\n  content: \"\\e887\"; }\n\n.mdi-maps-my-location:before {\n  content: \"\\e888\"; }\n\n.mdi-maps-navigation:before {\n  content: \"\\e889\"; }\n\n.mdi-maps-pin-drop:before {\n  content: \"\\e88a\"; }\n\n.mdi-maps-place:before {\n  content: \"\\e88b\"; }\n\n.mdi-maps-rate-review:before {\n  content: \"\\e88c\"; }\n\n.mdi-maps-restaurant-menu:before {\n  content: \"\\e88d\"; }\n\n.mdi-maps-satellite:before {\n  content: \"\\e88e\"; }\n\n.mdi-maps-store-mall-directory:before {\n  content: \"\\e88f\"; }\n\n.mdi-maps-terrain:before {\n  content: \"\\e890\"; }\n\n.mdi-maps-traffic:before {\n  content: \"\\e891\"; }\n\n.mdi-navigation-apps:before {\n  content: \"\\e892\"; }\n\n.mdi-navigation-arrow-back:before {\n  content: \"\\e893\"; }\n\n.mdi-navigation-arrow-drop-down:before {\n  content: \"\\e894\"; }\n\n.mdi-navigation-arrow-drop-down-circle:before {\n  content: \"\\e895\"; }\n\n.mdi-navigation-arrow-drop-up:before {\n  content: \"\\e896\"; }\n\n.mdi-navigation-arrow-forward:before {\n  content: \"\\e897\"; }\n\n.mdi-navigation-cancel:before {\n  content: \"\\e898\"; }\n\n.mdi-navigation-check:before {\n  content: \"\\e899\"; }\n\n.mdi-navigation-chevron-left:before {\n  content: \"\\e89a\"; }\n\n.mdi-navigation-chevron-right:before {\n  content: \"\\e89b\"; }\n\n.mdi-navigation-close:before {\n  content: \"\\e89c\"; }\n\n.mdi-navigation-expand-less:before {\n  content: \"\\e89d\"; }\n\n.mdi-navigation-expand-more:before {\n  content: \"\\e89e\"; }\n\n.mdi-navigation-fullscreen:before {\n  content: \"\\e89f\"; }\n\n.mdi-navigation-fullscreen-exit:before {\n  content: \"\\e8a0\"; }\n\n.mdi-navigation-menu:before {\n  content: \"\\e8a1\"; }\n\n.mdi-navigation-more-horiz:before {\n  content: \"\\e8a2\"; }\n\n.mdi-navigation-more-vert:before {\n  content: \"\\e8a3\"; }\n\n.mdi-navigation-refresh:before {\n  content: \"\\e8a4\"; }\n\n.mdi-navigation-unfold-less:before {\n  content: \"\\e8a5\"; }\n\n.mdi-navigation-unfold-more:before {\n  content: \"\\e8a6\"; }\n\n.mdi-notification-adb:before {\n  content: \"\\e8a7\"; }\n\n.mdi-notification-bluetooth-audio:before {\n  content: \"\\e8a8\"; }\n\n.mdi-notification-disc-full:before {\n  content: \"\\e8a9\"; }\n\n.mdi-notification-dnd-forwardslash:before {\n  content: \"\\e8aa\"; }\n\n.mdi-notification-do-not-disturb:before {\n  content: \"\\e8ab\"; }\n\n.mdi-notification-drive-eta:before {\n  content: \"\\e8ac\"; }\n\n.mdi-notification-event-available:before {\n  content: \"\\e8ad\"; }\n\n.mdi-notification-event-busy:before {\n  content: \"\\e8ae\"; }\n\n.mdi-notification-event-note:before {\n  content: \"\\e8af\"; }\n\n.mdi-notification-folder-special:before {\n  content: \"\\e8b0\"; }\n\n.mdi-notification-mms:before {\n  content: \"\\e8b1\"; }\n\n.mdi-notification-more:before {\n  content: \"\\e8b2\"; }\n\n.mdi-notification-network-locked:before {\n  content: \"\\e8b3\"; }\n\n.mdi-notification-phone-bluetooth-speaker:before {\n  content: \"\\e8b4\"; }\n\n.mdi-notification-phone-forwarded:before {\n  content: \"\\e8b5\"; }\n\n.mdi-notification-phone-in-talk:before {\n  content: \"\\e8b6\"; }\n\n.mdi-notification-phone-locked:before {\n  content: \"\\e8b7\"; }\n\n.mdi-notification-phone-missed:before {\n  content: \"\\e8b8\"; }\n\n.mdi-notification-phone-paused:before {\n  content: \"\\e8b9\"; }\n\n.mdi-notification-play-download:before {\n  content: \"\\e8ba\"; }\n\n.mdi-notification-play-install:before {\n  content: \"\\e8bb\"; }\n\n.mdi-notification-sd-card:before {\n  content: \"\\e8bc\"; }\n\n.mdi-notification-sim-card-alert:before {\n  content: \"\\e8bd\"; }\n\n.mdi-notification-sms:before {\n  content: \"\\e8be\"; }\n\n.mdi-notification-sms-failed:before {\n  content: \"\\e8bf\"; }\n\n.mdi-notification-sync:before {\n  content: \"\\e8c0\"; }\n\n.mdi-notification-sync-disabled:before {\n  content: \"\\e8c1\"; }\n\n.mdi-notification-sync-problem:before {\n  content: \"\\e8c2\"; }\n\n.mdi-notification-system-update:before {\n  content: \"\\e8c3\"; }\n\n.mdi-notification-tap-and-play:before {\n  content: \"\\e8c4\"; }\n\n.mdi-notification-time-to-leave:before {\n  content: \"\\e8c5\"; }\n\n.mdi-notification-vibration:before {\n  content: \"\\e8c6\"; }\n\n.mdi-notification-voice-chat:before {\n  content: \"\\e8c7\"; }\n\n.mdi-notification-vpn-lock:before {\n  content: \"\\e8c8\"; }\n\n.mdi-social-cake:before {\n  content: \"\\e8c9\"; }\n\n.mdi-social-domain:before {\n  content: \"\\e8ca\"; }\n\n.mdi-social-group:before {\n  content: \"\\e8cb\"; }\n\n.mdi-social-group-add:before {\n  content: \"\\e8cc\"; }\n\n.mdi-social-location-city:before {\n  content: \"\\e8cd\"; }\n\n.mdi-social-mood:before {\n  content: \"\\e8ce\"; }\n\n.mdi-social-notifications:before {\n  content: \"\\e8cf\"; }\n\n.mdi-social-notifications-none:before {\n  content: \"\\e8d0\"; }\n\n.mdi-social-notifications-off:before {\n  content: \"\\e8d1\"; }\n\n.mdi-social-notifications-on:before {\n  content: \"\\e8d2\"; }\n\n.mdi-social-notifications-paused:before {\n  content: \"\\e8d3\"; }\n\n.mdi-social-pages:before {\n  content: \"\\e8d4\"; }\n\n.mdi-social-party-mode:before {\n  content: \"\\e8d5\"; }\n\n.mdi-social-people:before {\n  content: \"\\e8d6\"; }\n\n.mdi-social-people-outline:before {\n  content: \"\\e8d7\"; }\n\n.mdi-social-person:before {\n  content: \"\\e8d8\"; }\n\n.mdi-social-person-add:before {\n  content: \"\\e8d9\"; }\n\n.mdi-social-person-outline:before {\n  content: \"\\e8da\"; }\n\n.mdi-social-plus-one:before {\n  content: \"\\e8db\"; }\n\n.mdi-social-poll:before {\n  content: \"\\e8dc\"; }\n\n.mdi-social-public:before {\n  content: \"\\e8dd\"; }\n\n.mdi-social-school:before {\n  content: \"\\e8de\"; }\n\n.mdi-social-share:before {\n  content: \"\\e8df\"; }\n\n.mdi-social-whatshot:before {\n  content: \"\\e8e0\"; }\n\n.mdi-toggle-check-box:before {\n  content: \"\\e8e1\"; }\n\n.mdi-toggle-check-box-outline-blank:before {\n  content: \"\\e8e2\"; }\n\n.mdi-toggle-radio-button-off:before {\n  content: \"\\e8e3\"; }\n\n.mdi-toggle-radio-button-on:before {\n  content: \"\\e8e4\"; }\n\n.container {\n  padding: 0 1.5rem;\n  margin: 0 auto;\n  max-width: 1280px;\n  width: 90%; }\n\n@media only screen and (min-width : 601px) {\n  .container {\n    width: 85%; }\n }\n\n@media only screen and (min-width : 993px) {\n  .container {\n    width: 70%; }\n }\n\n.container .row {\n  margin-left: -0.75rem;\n  margin-right: -0.75rem; }\n\n.section {\n  padding-top: 1rem;\n  padding-bottom: 1rem; }\n  .section.no-pad {\n    padding: 0; }\n  .section.no-pad-bot {\n    padding-bottom: 0; }\n  .section.no-pad-top {\n    padding-top: 0; }\n\n.row {\n  margin-left: auto;\n  margin-right: auto;\n  margin-bottom: 20px; }\n  .row:after {\n    content: \"\";\n    display: table;\n    clear: both; }\n  .row .col {\n    float: left;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    padding: 0 0.75rem; }\n    .row .col.s1 {\n      width: 8.33333%;\n      margin-left: 0; }\n    .row .col.s2 {\n      width: 16.66667%;\n      margin-left: 0; }\n    .row .col.s3 {\n      width: 25%;\n      margin-left: 0; }\n    .row .col.s4 {\n      width: 33.33333%;\n      margin-left: 0; }\n    .row .col.s5 {\n      width: 41.66667%;\n      margin-left: 0; }\n    .row .col.s6 {\n      width: 50%;\n      margin-left: 0; }\n    .row .col.s7 {\n      width: 58.33333%;\n      margin-left: 0; }\n    .row .col.s8 {\n      width: 66.66667%;\n      margin-left: 0; }\n    .row .col.s9 {\n      width: 75%;\n      margin-left: 0; }\n    .row .col.s10 {\n      width: 83.33333%;\n      margin-left: 0; }\n    .row .col.s11 {\n      width: 91.66667%;\n      margin-left: 0; }\n    .row .col.s12 {\n      width: 100%;\n      margin-left: 0; }\n    .row .col.offset-s1 {\n      margin-left: 8.33333%; }\n    .row .col.offset-s2 {\n      margin-left: 16.66667%; }\n    .row .col.offset-s3 {\n      margin-left: 25%; }\n    .row .col.offset-s4 {\n      margin-left: 33.33333%; }\n    .row .col.offset-s5 {\n      margin-left: 41.66667%; }\n    .row .col.offset-s6 {\n      margin-left: 50%; }\n    .row .col.offset-s7 {\n      margin-left: 58.33333%; }\n    .row .col.offset-s8 {\n      margin-left: 66.66667%; }\n    .row .col.offset-s9 {\n      margin-left: 75%; }\n    .row .col.offset-s10 {\n      margin-left: 83.33333%; }\n    .row .col.offset-s11 {\n      margin-left: 91.66667%; }\n    .row .col.offset-s12 {\n      margin-left: 100%; }\n    @media only screen and (min-width : 601px) {\n      .row .col.m1 {\n        width: 8.33333%;\n        margin-left: 0; }\n\n      .row .col.m2 {\n        width: 16.66667%;\n        margin-left: 0; }\n\n      .row .col.m3 {\n        width: 25%;\n        margin-left: 0; }\n\n      .row .col.m4 {\n        width: 33.33333%;\n        margin-left: 0; }\n\n      .row .col.m5 {\n        width: 41.66667%;\n        margin-left: 0; }\n\n      .row .col.m6 {\n        width: 50%;\n        margin-left: 0; }\n\n      .row .col.m7 {\n        width: 58.33333%;\n        margin-left: 0; }\n\n      .row .col.m8 {\n        width: 66.66667%;\n        margin-left: 0; }\n\n      .row .col.m9 {\n        width: 75%;\n        margin-left: 0; }\n\n      .row .col.m10 {\n        width: 83.33333%;\n        margin-left: 0; }\n\n      .row .col.m11 {\n        width: 91.66667%;\n        margin-left: 0; }\n\n      .row .col.m12 {\n        width: 100%;\n        margin-left: 0; }\n\n      .row .col.offset-m1 {\n        margin-left: 8.33333%; }\n\n      .row .col.offset-m2 {\n        margin-left: 16.66667%; }\n\n      .row .col.offset-m3 {\n        margin-left: 25%; }\n\n      .row .col.offset-m4 {\n        margin-left: 33.33333%; }\n\n      .row .col.offset-m5 {\n        margin-left: 41.66667%; }\n\n      .row .col.offset-m6 {\n        margin-left: 50%; }\n\n      .row .col.offset-m7 {\n        margin-left: 58.33333%; }\n\n      .row .col.offset-m8 {\n        margin-left: 66.66667%; }\n\n      .row .col.offset-m9 {\n        margin-left: 75%; }\n\n      .row .col.offset-m10 {\n        margin-left: 83.33333%; }\n\n      .row .col.offset-m11 {\n        margin-left: 91.66667%; }\n\n      .row .col.offset-m12 {\n        margin-left: 100%; }\n }\n    @media only screen and (min-width : 993px) {\n      .row .col.l1 {\n        width: 8.33333%;\n        margin-left: 0; }\n\n      .row .col.l2 {\n        width: 16.66667%;\n        margin-left: 0; }\n\n      .row .col.l3 {\n        width: 25%;\n        margin-left: 0; }\n\n      .row .col.l4 {\n        width: 33.33333%;\n        margin-left: 0; }\n\n      .row .col.l5 {\n        width: 41.66667%;\n        margin-left: 0; }\n\n      .row .col.l6 {\n        width: 50%;\n        margin-left: 0; }\n\n      .row .col.l7 {\n        width: 58.33333%;\n        margin-left: 0; }\n\n      .row .col.l8 {\n        width: 66.66667%;\n        margin-left: 0; }\n\n      .row .col.l9 {\n        width: 75%;\n        margin-left: 0; }\n\n      .row .col.l10 {\n        width: 83.33333%;\n        margin-left: 0; }\n\n      .row .col.l11 {\n        width: 91.66667%;\n        margin-left: 0; }\n\n      .row .col.l12 {\n        width: 100%;\n        margin-left: 0; }\n\n      .row .col.offset-l1 {\n        margin-left: 8.33333%; }\n\n      .row .col.offset-l2 {\n        margin-left: 16.66667%; }\n\n      .row .col.offset-l3 {\n        margin-left: 25%; }\n\n      .row .col.offset-l4 {\n        margin-left: 33.33333%; }\n\n      .row .col.offset-l5 {\n        margin-left: 41.66667%; }\n\n      .row .col.offset-l6 {\n        margin-left: 50%; }\n\n      .row .col.offset-l7 {\n        margin-left: 58.33333%; }\n\n      .row .col.offset-l8 {\n        margin-left: 66.66667%; }\n\n      .row .col.offset-l9 {\n        margin-left: 75%; }\n\n      .row .col.offset-l10 {\n        margin-left: 83.33333%; }\n\n      .row .col.offset-l11 {\n        margin-left: 91.66667%; }\n\n      .row .col.offset-l12 {\n        margin-left: 100%; }\n }\n\nnav {\n  color: #fff;\n  background-color: #ee6e73;\n  width: 100%;\n  height: 56px;\n  line-height: 56px;\n  overflow: hidden; }\n  nav a {\n    color: #fff; }\n  nav .nav-wrapper {\n    position: relative;\n    height: 100%; }\n    nav .nav-wrapper i {\n      font-size: 2rem; }\n  @media only screen and (min-width : 993px) {\n    nav a.button-collapse {\n      display: none; }\n }\n  nav a.button-collapse {\n    float: left;\n    position: relative;\n    z-index: 1;\n    height: 56px;\n    color: #fff; }\n    nav a.button-collapse i {\n      font-size: 2.7rem;\n      height: 56px;\n      line-height: 56px; }\n  nav .brand-logo {\n    position: absolute;\n    color: #fff;\n    display: inline-block;\n    font-size: 2.1rem;\n    padding: 0; }\n    nav .brand-logo.center {\n      top: 50%;\n      left: 50%;\n      -webkit-transform: translate(-50%, -50%);\n      -moz-transform: translate(-50%, -50%);\n      -ms-transform: translate(-50%, -50%);\n      -o-transform: translate(-50%, -50%);\n      transform: translate(-50%, -50%); }\n    @media only screen and (max-width : 992px) {\n      nav .brand-logo {\n        top: 50%;\n        left: 50%;\n        -webkit-transform: translate(-50%, -50%);\n        -moz-transform: translate(-50%, -50%);\n        -ms-transform: translate(-50%, -50%);\n        -o-transform: translate(-50%, -50%);\n        transform: translate(-50%, -50%); } }\n    nav .brand-logo.right {\n      right: 0.5rem;\n      padding: 0; }\n  nav ul {\n    margin: 0; }\n    nav ul li {\n      -webkit-transition: background-color 0.3s;\n      -moz-transition: background-color 0.3s;\n      -o-transition: background-color 0.3s;\n      -ms-transition: background-color 0.3s;\n      transition: background-color 0.3s;\n      float: left;\n      padding: 0px; }\n      nav ul li:hover, nav ul li.active {\n        background-color: rgba(0, 0, 0, 0.1); }\n    nav ul a {\n      font-size: 1rem;\n      color: #fff;\n      display: inline-block;\n      padding: 0px 15px; }\n    nav ul.left {\n      float: left; }\n  nav .input-field {\n    margin: 0; }\n    nav .input-field input {\n      height: 100%;\n      font-size: 1.2rem;\n      border: none;\n      padding-left: 2rem;\n      -webkit-box-sizing: border-box;\n      -moz-box-sizing: border-box;\n      box-sizing: border-box; }\n      nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {\n        border: none;\n        -webkit-box-shadow: none;\n        -moz-box-shadow: none;\n        box-shadow: none; }\n    nav .input-field label {\n      top: 0;\n      left: 0; }\n      nav .input-field label i {\n        color: rgba(255, 255, 255, 0.7);\n        -webkit-transition: color 0.3s;\n        -moz-transition: color 0.3s;\n        -o-transition: color 0.3s;\n        -ms-transition: color 0.3s;\n        transition: color 0.3s; }\n      nav .input-field label.active i {\n        color: #fff; }\n      nav .input-field label.active {\n        -webkit-transform: translateY(0);\n        -moz-transform: translateY(0);\n        -ms-transform: translateY(0);\n        -o-transform: translateY(0);\n        transform: translateY(0); }\n\n.navbar-fixed {\n  position: relative;\n  height: 56px;\n  z-index: 998; }\n  .navbar-fixed nav {\n    position: fixed; }\n\n@media only screen and (min-width : 601px) {\n  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {\n    height: 64px;\n    line-height: 64px; }\n\n  .navbar-fixed {\n    height: 64px; }\n }\n\n@font-face {\n  font-family: \"Roboto\";\n  src: url(\"../font/roboto/Roboto-Thin.ttf\");\n  font-weight: 200; }\n\n@font-face {\n  font-family: \"Roboto\";\n  src: url(\"../font/roboto/Roboto-Light.ttf\");\n  font-weight: 300; }\n\n@font-face {\n  font-family: \"Roboto\";\n  src: url(\"../font/roboto/Roboto-Regular.ttf\");\n  font-weight: 400; }\n\n@font-face {\n  font-family: \"Roboto\";\n  src: url(\"../font/roboto/Roboto-Medium.ttf\");\n  font-weight: 500; }\n\n@font-face {\n  font-family: \"Roboto\";\n  src: url(\"../font/roboto/Roboto-Bold.ttf\");\n  font-weight: 700; }\n\na {\n  text-decoration: none; }\n\nhtml {\n  line-height: 1.5;\n  font-family: \"Roboto\", sans-serif;\n  font-weight: normal;\n  color: rgba(0, 0, 0, 0.87); }\n  @media only screen and (min-width: 0) {\n    html {\n      font-size: 14px; } }\n  @media only screen and (min-width: 992px) {\n    html {\n      font-size: 14.5px; } }\n  @media only screen and (min-width: 1200px) {\n    html {\n      font-size: 15px; } }\n\nh1, h2, h3, h4, h5, h6 {\n  font-weight: 400; }\n\nh1 a, h2 a, h3 a, h4 a, h5 a, h6 a {\n  font-weight: inherit; }\n\nh1 {\n  font-size: 4.2rem;\n  line-height: 4.62rem;\n  margin: 2.1rem 0 1.68rem 0; }\n\nh2 {\n  font-size: 3.56rem;\n  line-height: 3.916rem;\n  margin: 1.78rem 0 1.424rem 0; }\n\nh3 {\n  font-size: 2.92rem;\n  line-height: 3.212rem;\n  margin: 1.46rem 0 1.168rem 0; }\n\nh4 {\n  font-size: 2.28rem;\n  line-height: 2.508rem;\n  margin: 1.14rem 0 0.912rem 0; }\n\nh5 {\n  font-size: 1.64rem;\n  line-height: 1.804rem;\n  margin: 0.82rem 0 0.656rem 0; }\n\nh6 {\n  font-size: 1rem;\n  line-height: 1.1rem;\n  margin: 0.5rem 0 0.4rem 0; }\n\nem {\n  font-style: italic; }\n\nstrong {\n  font-weight: 500; }\n\nsmall {\n  font-size: 75%; }\n\n.light, footer.page-footer .footer-copyright {\n  font-weight: 300; }\n\n.flow-text {\n  font-weight: 300; }\n  @media only screen and (min-width: 360px) {\n    .flow-text {\n      font-size: 1.2rem; } }\n  @media only screen and (min-width: 0px) {\n    .flow-text {\n      line-height: 0.8rem; } }\n  @media only screen and (min-width: 390px) {\n    .flow-text {\n      font-size: 1.224rem; } }\n  @media only screen and (min-width: 30px) {\n    .flow-text {\n      line-height: 0.904rem; } }\n  @media only screen and (min-width: 420px) {\n    .flow-text {\n      font-size: 1.248rem; } }\n  @media only screen and (min-width: 60px) {\n    .flow-text {\n      line-height: 1.008rem; } }\n  @media only screen and (min-width: 450px) {\n    .flow-text {\n      font-size: 1.272rem; } }\n  @media only screen and (min-width: 90px) {\n    .flow-text {\n      line-height: 1.112rem; } }\n  @media only screen and (min-width: 480px) {\n    .flow-text {\n      font-size: 1.296rem; } }\n  @media only screen and (min-width: 120px) {\n    .flow-text {\n      line-height: 1.216rem; } }\n  @media only screen and (min-width: 510px) {\n    .flow-text {\n      font-size: 1.32rem; } }\n  @media only screen and (min-width: 150px) {\n    .flow-text {\n      line-height: 1.32rem; } }\n  @media only screen and (min-width: 540px) {\n    .flow-text {\n      font-size: 1.344rem; } }\n  @media only screen and (min-width: 180px) {\n    .flow-text {\n      line-height: 1.424rem; } }\n  @media only screen and (min-width: 570px) {\n    .flow-text {\n      font-size: 1.368rem; } }\n  @media only screen and (min-width: 210px) {\n    .flow-text {\n      line-height: 1.528rem; } }\n  @media only screen and (min-width: 600px) {\n    .flow-text {\n      font-size: 1.392rem; } }\n  @media only screen and (min-width: 240px) {\n    .flow-text {\n      line-height: 1.632rem; } }\n  @media only screen and (min-width: 630px) {\n    .flow-text {\n      font-size: 1.416rem; } }\n  @media only screen and (min-width: 270px) {\n    .flow-text {\n      line-height: 1.736rem; } }\n  @media only screen and (min-width: 660px) {\n    .flow-text {\n      font-size: 1.44rem; } }\n  @media only screen and (min-width: 300px) {\n    .flow-text {\n      line-height: 1.84rem; } }\n  @media only screen and (min-width: 690px) {\n    .flow-text {\n      font-size: 1.464rem; } }\n  @media only screen and (min-width: 330px) {\n    .flow-text {\n      line-height: 1.944rem; } }\n  @media only screen and (min-width: 720px) {\n    .flow-text {\n      font-size: 1.488rem; } }\n  @media only screen and (min-width: 360px) {\n    .flow-text {\n      line-height: 2.048rem; } }\n  @media only screen and (min-width: 750px) {\n    .flow-text {\n      font-size: 1.512rem; } }\n  @media only screen and (min-width: 390px) {\n    .flow-text {\n      line-height: 2.152rem; } }\n  @media only screen and (min-width: 780px) {\n    .flow-text {\n      font-size: 1.536rem; } }\n  @media only screen and (min-width: 420px) {\n    .flow-text {\n      line-height: 2.256rem; } }\n  @media only screen and (min-width: 810px) {\n    .flow-text {\n      font-size: 1.56rem; } }\n  @media only screen and (min-width: 450px) {\n    .flow-text {\n      line-height: 2.36rem; } }\n  @media only screen and (min-width: 840px) {\n    .flow-text {\n      font-size: 1.584rem; } }\n  @media only screen and (min-width: 480px) {\n    .flow-text {\n      line-height: 2.464rem; } }\n  @media only screen and (min-width: 870px) {\n    .flow-text {\n      font-size: 1.608rem; } }\n  @media only screen and (min-width: 510px) {\n    .flow-text {\n      line-height: 2.568rem; } }\n  @media only screen and (min-width: 900px) {\n    .flow-text {\n      font-size: 1.632rem; } }\n  @media only screen and (min-width: 540px) {\n    .flow-text {\n      line-height: 2.672rem; } }\n  @media only screen and (min-width: 930px) {\n    .flow-text {\n      font-size: 1.656rem; } }\n  @media only screen and (min-width: 570px) {\n    .flow-text {\n      line-height: 2.776rem; } }\n  @media only screen and (min-width: 960px) {\n    .flow-text {\n      font-size: 1.68rem; } }\n  @media only screen and (min-width: 600px) {\n    .flow-text {\n      line-height: 2.88rem; } }\n\n.card-panel {\n  padding: 20px;\n  margin: 0.5rem 0 1rem 0;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  background-color: #fff; }\n\n.card {\n  position: relative;\n  overflow: hidden;\n  margin: 0.5rem 0 1rem 0;\n  background-color: #fff;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box; }\n  .card .card-title {\n    color: #fff;\n    font-size: 24px;\n    font-weight: 300; }\n    .card .card-title.activator {\n      cursor: pointer; }\n  .card a {\n    color: #ffab40;\n    margin-right: 20px;\n    -webkit-transition: color 0.3s ease;\n    -moz-transition: color 0.3s ease;\n    -o-transition: color 0.3s ease;\n    -ms-transition: color 0.3s ease;\n    transition: color 0.3s ease;\n    text-transform: uppercase; }\n    .card a:hover {\n      color: #ffd8a6; }\n  .card.small, .card.medium, .card.large {\n    position: relative; }\n    .card.small .card-image, .card.medium .card-image, .card.large .card-image {\n      overflow: hidden; }\n    .card.small .card-content, .card.medium .card-content, .card.large .card-content {\n      overflow: hidden; }\n    .card.small .card-action, .card.medium .card-action, .card.large .card-action {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      right: 0; }\n  .card.small {\n    height: 300px; }\n    .card.small .card-image {\n      height: 150px; }\n    .card.small .card-content {\n      height: 150px; }\n  .card.medium {\n    height: 400px; }\n    .card.medium .card-image {\n      height: 250px; }\n    .card.medium .card-content {\n      height: 150px; }\n  .card.large {\n    height: 500px; }\n    .card.large .card-image {\n      height: 330px; }\n    .card.large .card-content {\n      height: 170px; }\n  .card .card-image {\n    position: relative; }\n    .card .card-image img {\n      -webkit-border-radius: 2px 2px 0 0;\n      -moz-border-radius: 2px 2px 0 0;\n      border-radius: 2px 2px 0 0;\n      background-clip: padding-box;\n      position: relative;\n      left: 0;\n      right: 0;\n      top: 0;\n      bottom: 0;\n      width: 100%; }\n    .card .card-image .card-title {\n      position: absolute;\n      bottom: 0;\n      left: 0;\n      padding: 20px; }\n  .card .card-content {\n    padding: 20px;\n    -webkit-border-radius: 0 0 2px 2px;\n    -moz-border-radius: 0 0 2px 2px;\n    border-radius: 0 0 2px 2px;\n    background-clip: padding-box;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box; }\n    .card .card-content p {\n      margin: 0;\n      color: inherit; }\n    .card .card-content .card-title {\n      line-height: 48px; }\n  .card .card-action {\n    border-top: 1px solid rgba(160, 160, 160, 0.2);\n    padding: 20px; }\n  .card .card-reveal {\n    padding: 20px;\n    position: absolute;\n    background-color: #FFF;\n    width: 100%;\n    overflow-y: auto;\n    top: 100%;\n    height: 100%;\n    z-index: 1;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box; }\n    .card .card-reveal .card-title {\n      cursor: pointer;\n      display: block; }\n\n#toast-container {\n  display: block;\n  position: fixed;\n  z-index: 1001; }\n  @media only screen and (max-width : 600px) {\n    #toast-container {\n      min-width: 100%;\n      bottom: 0%; } }\n  @media only screen and (min-width : 601px) and (max-width : 992px) {\n    #toast-container {\n      min-width: 30%;\n      left: 5%;\n      bottom: 7%; } }\n  @media only screen and (min-width : 993px) {\n    #toast-container {\n      min-width: 8%;\n      top: 10%;\n      right: 7%; } }\n\n.toast {\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  top: 0px;\n  width: auto;\n  clear: both;\n  margin-top: 10px;\n  position: relative;\n  max-width: 100%;\n  height: 48px;\n  line-height: 48px;\n  background-color: #323232;\n  padding: 0px 25px;\n  font-size: 1.1rem;\n  font-weight: 300;\n  color: #fff;\n  display: -webkit-box;\n  display: -moz-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  -webkit-flex-align: center;\n  -ms-flex-align: center;\n  -webkit-align-items: center;\n  align-items: center;\n  -webkit-justify-content: space-between;\n  justify-content: space-between; }\n  .toast .btn, .toast .btn-large, .toast .btn-flat {\n    margin: 0;\n    margin-left: 3rem; }\n  .toast.rounded {\n    border-radius: 24px; }\n  @media only screen and (max-width : 600px) {\n    .toast {\n      width: 100%;\n      -webkit-border-radius: 0px;\n      -moz-border-radius: 0px;\n      border-radius: 0px;\n      background-clip: padding-box; } }\n  @media only screen and (min-width : 601px) and (max-width : 992px) {\n    .toast {\n      float: left; } }\n  @media only screen and (min-width : 993px) {\n    .toast {\n      float: right; } }\n\n.tabs {\n  position: relative;\n  height: 48px;\n  background-color: #FFF;\n  margin: 0 auto;\n  width: 100%;\n  white-space: nowrap; }\n  .tabs li.tab {\n    display: block;\n    float: left;\n    text-align: center;\n    background-color: #fff;\n    line-height: 48px;\n    height: 48px;\n    padding: 0 20px;\n    margin: 0;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    width: 15%; }\n    .tabs li.tab a {\n      color: #ee6e73;\n      display: block;\n      width: 100%;\n      height: 100%;\n      -webkit-transition: color 0.28s ease;\n      -moz-transition: color 0.28s ease;\n      -o-transition: color 0.28s ease;\n      -ms-transition: color 0.28s ease;\n      transition: color 0.28s ease; }\n      .tabs li.tab a:hover {\n        color: #f9c9cb; }\n  .tabs .indicator {\n    position: absolute;\n    bottom: 0;\n    height: 2px;\n    background-color: #f6b2b5;\n    will-change: left, right; }\n\nul.tabs li.tab {\n  padding: 0; }\n\n.material-tooltip {\n  padding: 10px 8px;\n  font-size: 1rem;\n  z-index: 1000;\n  background-color: transparent;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  color: #fff;\n  min-height: 36px;\n  line-height: 1rem;\n  opacity: 0;\n  display: none;\n  position: absolute;\n  text-align: center;\n  overflow: hidden;\n  left: 0;\n  top: 0;\n  will-change: top, left; }\n\n.backdrop {\n  position: absolute;\n  opacity: 0;\n  display: none;\n  height: 7px;\n  width: 14px;\n  -webkit-border-radius: 0 0 14px 14px;\n  -moz-border-radius: 0 0 14px 14px;\n  border-radius: 0 0 14px 14px;\n  background-clip: padding-box;\n  background-color: #323232;\n  z-index: -1;\n  -webkit-transform-origin: 50% 10%;\n  -moz-transform-origin: 50% 10%;\n  -ms-transform-origin: 50% 10%;\n  -o-transform-origin: 50% 10%;\n  transform-origin: 50% 10%;\n  will-change: transform, opacity; }\n\n.btn, .btn-large, .btn-flat {\n  display: inline-block;\n  height: 36px;\n  margin-bottom: 15px;\n  padding: 0 2rem;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  line-height: 36px;\n  text-transform: uppercase;\n  border: none;\n  outline: 0;\n  -webkit-tap-highlight-color: transparent; }\n\n.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled {\n  background-color: #DFDFDF;\n  box-shadow: none;\n  color: #9F9F9F;\n  cursor: default; }\n  .btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {\n    background-color: #DFDFDF;\n    color: #9F9F9F; }\n\n.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {\n  font-size: 1.3rem;\n  line-height: inherit; }\n\n.btn, .btn-large {\n  text-decoration: none;\n  color: #FFF;\n  background-color: #26a69a;\n  text-align: center;\n  letter-spacing: 0.5px;\n  -webkit-transition: 0.2s ease-out;\n  -moz-transition: 0.2s ease-out;\n  -o-transition: 0.2s ease-out;\n  -ms-transition: 0.2s ease-out;\n  transition: 0.2s ease-out;\n  cursor: pointer; }\n  .btn:hover, .btn-large:hover {\n    background-color: #2bbbad; }\n\n.btn-floating {\n  display: inline-block;\n  color: #FFF;\n  position: relative;\n  z-index: 1;\n  width: 37px;\n  height: 37px;\n  line-height: 37px;\n  padding: 0;\n  background-color: #26a69a;\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  border-radius: 50%;\n  background-clip: padding-box;\n  -webkit-transition: 0.3s;\n  -moz-transition: 0.3s;\n  -o-transition: 0.3s;\n  -ms-transition: 0.3s;\n  transition: 0.3s;\n  cursor: pointer; }\n  .btn-floating i {\n    width: inherit;\n    display: inline-block;\n    text-align: center;\n    color: #FFF;\n    font-size: 1.6rem;\n    line-height: 37px; }\n  .btn-floating.btn-large {\n    width: 55.5px;\n    height: 55.5px; }\n    .btn-floating.btn-large i {\n      line-height: 55.5px; }\n\n.fixed-action-btn {\n  position: fixed;\n  right: 23px;\n  bottom: 23px;\n  padding-top: 15px;\n  margin-bottom: 0;\n  z-index: 1000; }\n  .fixed-action-btn ul {\n    left: 0;\n    right: 0;\n    text-align: center;\n    position: absolute;\n    bottom: 64px; }\n    .fixed-action-btn ul li {\n      margin-bottom: 15px; }\n    .fixed-action-btn ul a.btn-floating {\n      -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n      filter: \"alpha(opacity=(${iefactor}))\";\n      -moz-opacity: 0;\n      -khtml-opacity: 0;\n      opacity: 0; }\n\n.btn-flat {\n  box-shadow: none;\n  background-color: transparent;\n  color: #343434;\n  cursor: pointer; }\n  .btn-flat.disabled {\n    color: #b3b3b3;\n    cursor: default; }\n\n.btn-large {\n  height: 54px;\n  line-height: 56px; }\n  .btn-large i {\n    font-size: 1.6rem; }\n\n.dropdown-content {\n  display: none;\n  position: absolute;\n  background-color: #FFFFFF;\n  margin: 0px;\n  min-width: 100px;\n  z-index: 1000;\n  max-height: 70%;\n  opacity: 0;\n  overflow-y: hidden;\n  will-change: width, height; }\n  .dropdown-content li {\n    cursor: pointer;\n    font-size: 1.2rem;\n    color: rgba(0, 0, 0, 0.87);\n    line-height: 1.5rem; }\n    .dropdown-content li:hover, .dropdown-content li.active {\n      background-color: rgba(0, 0, 0, 0.06); }\n    .dropdown-content li > a, .dropdown-content li > span {\n      display: block;\n      padding: 1rem 1rem;\n      color: #26a69a; }\n\n/*!\n * Waves v0.6.0\n * http://fian.my.id/Waves\n *\n * Copyright 2014 Alfiana E. Sibuea and other contributors\n * Released under the MIT license\n * https://github.com/fians/Waves/blob/master/LICENSE\n */\n.waves-effect {\n  position: relative;\n  cursor: pointer;\n  display: inline-block;\n  overflow: hidden;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  vertical-align: middle;\n  z-index: 1;\n  will-change: opacity, transform;\n  -webkit-transition: all 0.3s ease-out;\n  -moz-transition: all 0.3s ease-out;\n  -o-transition: all 0.3s ease-out;\n  -ms-transition: all 0.3s ease-out;\n  transition: all 0.3s ease-out; }\n  .waves-effect .waves-ripple {\n    position: absolute;\n    border-radius: 50%;\n    width: 20px;\n    height: 20px;\n    margin-top: -10px;\n    margin-left: -10px;\n    opacity: 0;\n    background: rgba(0, 0, 0, 0.2);\n    -webkit-transition: all 0.7s ease-out;\n    -moz-transition: all 0.7s ease-out;\n    -o-transition: all 0.7s ease-out;\n    -ms-transition: all 0.7s ease-out;\n    transition: all 0.7s ease-out;\n    -webkit-transition-property: -webkit-transform, opacity;\n    -moz-transition-property: -moz-transform, opacity;\n    -o-transition-property: -o-transform, opacity;\n    transition-property: transform, opacity;\n    -webkit-transform: scale(0);\n    -moz-transform: scale(0);\n    -ms-transform: scale(0);\n    -o-transform: scale(0);\n    transform: scale(0);\n    pointer-events: none; }\n  .waves-effect.waves-light .waves-ripple {\n    background-color: rgba(255, 255, 255, 0.45); }\n  .waves-effect.waves-red .waves-ripple {\n    background-color: rgba(244, 67, 54, 0.7); }\n  .waves-effect.waves-yellow .waves-ripple {\n    background-color: rgba(255, 235, 59, 0.7); }\n  .waves-effect.waves-orange .waves-ripple {\n    background-color: rgba(255, 152, 0, 0.7); }\n  .waves-effect.waves-purple .waves-ripple {\n    background-color: rgba(156, 39, 176, 0.7); }\n  .waves-effect.waves-green .waves-ripple {\n    background-color: rgba(76, 175, 80, 0.7); }\n  .waves-effect.waves-teal .waves-ripple {\n    background-color: rgba(0, 150, 136, 0.7); }\n\n.waves-notransition {\n  -webkit-transition: none !important;\n  -moz-transition: none !important;\n  -o-transition: none !important;\n  -ms-transition: none !important;\n  transition: none !important; }\n\n.waves-circle {\n  -webkit-transform: translateZ(0);\n  -moz-transform: translateZ(0);\n  -ms-transform: translateZ(0);\n  -o-transform: translateZ(0);\n  transform: translateZ(0);\n  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }\n\n.waves-input-wrapper {\n  border-radius: 0.2em;\n  vertical-align: bottom; }\n  .waves-input-wrapper .waves-button-input {\n    position: relative;\n    top: 0;\n    left: 0;\n    z-index: 1; }\n\n.waves-circle {\n  text-align: center;\n  width: 2.5em;\n  height: 2.5em;\n  line-height: 2.5em;\n  border-radius: 50%;\n  -webkit-mask-image: none; }\n\n.waves-block {\n  display: block; }\n\n/* Firefox Bug: link not triggered */\na.waves-effect .waves-ripple {\n  z-index: -1; }\n\n.modal {\n  display: none;\n  position: fixed;\n  left: 0;\n  right: 0;\n  background-color: #eee;\n  padding: 0;\n  max-height: 70%;\n  width: 55%;\n  margin: auto;\n  overflow-y: auto;\n  z-index: 1000;\n  -webkit-border-radius: 2px;\n  -moz-border-radius: 2px;\n  border-radius: 2px;\n  background-clip: padding-box;\n  -webkit-transform: translate(0);\n  -moz-transform: translate(0);\n  -ms-transform: translate(0);\n  -o-transform: translate(0);\n  transform: translate(0);\n  will-change: top, opacity; }\n  @media only screen and (max-width : 992px) {\n    .modal {\n      width: 80%; } }\n  .modal h1, .modal h2, .modal h3, .modal h4 {\n    margin-top: 0; }\n  .modal .modal-content {\n    padding: 24px; }\n  .modal .modal-footer {\n    background-color: #eee;\n    padding: 4px 6px;\n    height: 56px;\n    width: 100%; }\n    .modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {\n      float: right;\n      margin: 6px 0; }\n\n#lean-overlay {\n  position: fixed;\n  z-index: 999;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  height: 115%;\n  width: 100%;\n  background: #000;\n  display: none;\n  will-change: opacity; }\n\n.modal.modal-fixed-footer {\n  padding: 0;\n  height: 70%; }\n  .modal.modal-fixed-footer .modal-content {\n    position: fixed;\n    max-height: 100%;\n    padding-bottom: 64px;\n    width: 100%;\n    overflow-y: auto; }\n  .modal.modal-fixed-footer .modal-footer {\n    border-top: 1px solid rgba(0, 0, 0, 0.1);\n    position: fixed;\n    bottom: 0; }\n\n.collapsible {\n  border-top: 1px solid #ddd;\n  border-right: 1px solid #ddd;\n  border-left: 1px solid #ddd;\n  margin: 0.5rem 0 1rem 0; }\n  .collapsible li {\n    -webkit-transition: 0.3s;\n    -moz-transition: 0.3s;\n    -o-transition: 0.3s;\n    -ms-transition: 0.3s;\n    transition: 0.3s; }\n\n.collapsible-header {\n  display: block;\n  cursor: pointer;\n  height: 3rem;\n  line-height: 3rem;\n  padding: 0 1rem;\n  background-color: #fff;\n  border-bottom: 1px solid #ddd; }\n  .collapsible-header i {\n    width: 2rem;\n    font-size: 1.6rem;\n    line-height: 3rem;\n    display: block;\n    float: left;\n    text-align: center;\n    margin-right: 1rem; }\n\n.collapsible-body {\n  overflow: hidden;\n  display: none;\n  border-bottom: 1px solid #ddd;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box; }\n  .collapsible-body p {\n    margin: 0;\n    padding: 2rem; }\n\nul.side-nav ul.collapsible {\n  border: none;\n  -webkit-box-shadow: none;\n  -moz-box-shadow: none;\n  box-shadow: none; }\n  ul.side-nav ul.collapsible li {\n    padding: 0; }\nul.side-nav .collapsible-header {\n  background-color: transparent;\n  border: none;\n  line-height: inherit;\n  height: inherit;\n  margin: 0 1rem; }\n  ul.side-nav .collapsible-header i {\n    line-height: inherit; }\nul.side-nav .collapsible-body {\n  border: 0;\n  background-color: #FFF; }\n  ul.side-nav .collapsible-body li a {\n    margin: 0 1rem 0 2rem; }\n\nli.no-padding {\n  padding: 0 !important; }\n\n.materialboxed {\n  cursor: zoom-in;\n  position: relative;\n  -webkit-transition: opacity 0.4s;\n  -moz-transition: opacity 0.4s;\n  -o-transition: opacity 0.4s;\n  -ms-transition: opacity 0.4s;\n  transition: opacity 0.4s; }\n  .materialboxed:hover {\n    will-change: left, top, width, height; }\n    .materialboxed:hover:not(.active) {\n      -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n      filter: \"alpha(opacity=(${iefactor}))\";\n      -moz-opacity: 0.8;\n      -khtml-opacity: 0.8;\n      opacity: 0.8; }\n\n.materialboxed.active {\n  cursor: zoom-out; }\n\n#materialbox-overlay {\n  position: fixed;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  background-color: #292929;\n  z-index: 999;\n  will-change: opacity; }\n\n.materialbox-caption {\n  position: fixed;\n  display: none;\n  color: #fff;\n  line-height: 50px;\n  bottom: 0px;\n  width: 100%;\n  box-sizing: border-box;\n  text-align: center;\n  padding: 0% 15%;\n  height: 50px;\n  z-index: 1000;\n  -webkit-font-smoothing: antialiased; }\n\n/* Remove Focus Boxes */\nselect:focus {\n  outline: 1px solid #f8c1c3; }\n\nbutton:focus {\n  outline: none;\n  background-color: #2ab7a9; }\n\nlabel {\n  font-size: 0.8rem;\n  color: #9e9e9e; }\n\n/***************************\n   Text Inputs + Textarea\n****************************/\n.input-field {\n  position: relative;\n  margin-top: 1rem; }\n  .input-field label {\n    color: #9e9e9e;\n    position: absolute;\n    top: 0.8rem;\n    left: 0.75rem;\n    font-size: 1rem;\n    cursor: text;\n    -webkit-transition: 0.2s ease-out;\n    -moz-transition: 0.2s ease-out;\n    -o-transition: 0.2s ease-out;\n    -ms-transition: 0.2s ease-out;\n    transition: 0.2s ease-out; }\n  .input-field label.active {\n    font-size: 0.8rem;\n    -webkit-transform: translateY(-140%);\n    -moz-transform: translateY(-140%);\n    -ms-transform: translateY(-140%);\n    -o-transform: translateY(-140%);\n    transform: translateY(-140%); }\n  .input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=url]:focus + label, .input-field input[type=date]:focus + label, .input-field input[type=tel]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=search]:focus + label, .input-field textarea:focus.materialize-textarea + label {\n    color: #26a69a; }\n  .input-field input[type=text].valid, .input-field input[type=password].valid, .input-field input[type=email].valid, .input-field input[type=url].valid, .input-field input[type=date].valid, .input-field input[type=tel].valid, .input-field input[type=number].valid, .input-field input[type=search].valid, .input-field textarea.materialize-textarea.valid {\n    border-bottom: 1px solid #4CAF50;\n    -webkit-box-shadow: 0 1px 0 0 #4CAF50;\n    -moz-box-shadow: 0 1px 0 0 #4CAF50;\n    box-shadow: 0 1px 0 0 #4CAF50; }\n  .input-field input[type=text].invalid, .input-field input[type=password].invalid, .input-field input[type=email].invalid, .input-field input[type=url].invalid, .input-field input[type=date].invalid, .input-field input[type=tel].invalid, .input-field input[type=number].invalid, .input-field input[type=search].invalid, .input-field textarea.materialize-textarea.invalid {\n    border-bottom: 1px solid #F44336;\n    -webkit-box-shadow: 0 1px 0 0 #F44336;\n    -moz-box-shadow: 0 1px 0 0 #F44336;\n    box-shadow: 0 1px 0 0 #F44336; }\n  .input-field .prefix {\n    position: absolute;\n    width: 3rem;\n    font-size: 2rem;\n    -webkit-transition: color 0.2s;\n    -moz-transition: color 0.2s;\n    -o-transition: color 0.2s;\n    -ms-transition: color 0.2s;\n    transition: color 0.2s; }\n    .input-field .prefix.active {\n      color: #26a69a; }\n  .input-field .prefix ~ input, .input-field .prefix ~ textarea {\n    margin-left: 3rem;\n    width: 92%;\n    width: calc(100% - 3rem); }\n  .input-field .prefix ~ textarea {\n    padding-top: 0.8rem; }\n  .input-field .prefix ~ label {\n    margin-left: 3rem; }\n  @media only screen and (max-width : 992px) {\n    .input-field .prefix ~ input {\n      width: 86%;\n      width: calc(100% - 3rem); }\n }\n  @media only screen and (max-width : 600px) {\n    .input-field .prefix ~ input {\n      width: 80%;\n      width: calc(100% - 3rem); }\n }\n\ntextarea {\n  width: 100%;\n  height: 3rem;\n  background-color: transparent; }\n\ninput[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {\n  background-color: transparent;\n  border: none;\n  border-bottom: 1px solid #9e9e9e;\n  outline: none;\n  height: 3rem;\n  width: 100%;\n  font-size: 1rem;\n  margin: 0 0 15px 0;\n  padding: 0;\n  -webkit-box-shadow: none;\n  -moz-box-shadow: none;\n  box-shadow: none;\n  -webkit-box-sizing: content-box;\n  -moz-box-sizing: content-box;\n  box-sizing: content-box;\n  -webkit-transition: 0.3s;\n  -moz-transition: 0.3s;\n  -o-transition: 0.3s;\n  -ms-transition: 0.3s;\n  transition: 0.3s; }\n\ninput[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus.materialize-textarea {\n  border-bottom: 1px solid #26a69a;\n  -webkit-box-shadow: 0 1px 0 0 #26a69a;\n  -moz-box-shadow: 0 1px 0 0 #26a69a;\n  box-shadow: 0 1px 0 0 #26a69a; }\n\ntextarea.materialize-textarea {\n  overflow-y: hidden;\n  /* prevents scroll bar flash */\n  padding: 1.6rem 0;\n  /* prevents text jump on Enter keypress */\n  resize: none;\n  min-height: 3rem; }\n\n.hiddendiv {\n  display: none;\n  white-space: pre-wrap;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  /* future version of deprecated 'word-wrap' */\n  padding-top: 1.2rem;\n  /* prevents text jump on Enter keypress */ }\n\n/***************\n  Radio Buttons\n***************/\n/* Remove default Radio Buttons */\n[type=\"radio\"]:not(:checked), [type=\"radio\"]:checked {\n  position: absolute;\n  left: -9999px; }\n\n[type=\"radio\"]:not(:checked) + label, [type=\"radio\"]:checked + label {\n  position: relative;\n  padding-left: 35px;\n  cursor: pointer;\n  display: inline-block;\n  height: 25px;\n  line-height: 25px;\n  font-size: 1rem;\n  -webkit-transition: 0.28s ease;\n  -moz-transition: 0.28s ease;\n  -o-transition: 0.28s ease;\n  -ms-transition: 0.28s ease;\n  transition: 0.28s ease;\n  -webkit-user-select: none;\n  /* webkit (safari, chrome) browsers */\n  -moz-user-select: none;\n  /* mozilla browsers */\n  -khtml-user-select: none;\n  /* webkit (konqueror) browsers */\n  -ms-user-select: none;\n  /* IE10+ */ }\n\n[type=\"radio\"] + label:before, [type=\"radio\"] + label:after {\n  content: '';\n  position: absolute;\n  left: 0px;\n  top: 0px;\n  margin: 4px;\n  width: 16px;\n  height: 16px;\n  z-index: 0;\n  -webkit-transition: 0.28s ease;\n  -moz-transition: 0.28s ease;\n  -o-transition: 0.28s ease;\n  -ms-transition: 0.28s ease;\n  transition: 0.28s ease; }\n\n/* Unchecked styles */\n[type=\"radio\"]:not(:checked) + label:before {\n  border-radius: 50%;\n  border: 2px solid #5a5a5a; }\n\n[type=\"radio\"]:not(:checked) + label:after {\n  border-radius: 50%;\n  border: 2px solid #5a5a5a;\n  z-index: -1;\n  -webkit-transform: scale(0);\n  -moz-transform: scale(0);\n  -ms-transform: scale(0);\n  -o-transform: scale(0);\n  transform: scale(0); }\n\n/* Checked styles */\n[type=\"radio\"]:checked + label:before {\n  border-radius: 50%;\n  border: 2px solid transparent; }\n\n[type=\"radio\"]:checked + label:after {\n  border-radius: 50%;\n  border: 2px solid #26a69a;\n  background-color: #26a69a;\n  z-index: 0;\n  -webkit-transform: scale(1.02);\n  -moz-transform: scale(1.02);\n  -ms-transform: scale(1.02);\n  -o-transform: scale(1.02);\n  transform: scale(1.02); }\n\n/* Radio With gap */\n[type=\"radio\"].with-gap:checked + label:before {\n  border-radius: 50%;\n  border: 2px solid #26a69a; }\n\n[type=\"radio\"].with-gap:checked + label:after {\n  border-radius: 50%;\n  border: 2px solid #26a69a;\n  background-color: #26a69a;\n  z-index: 0;\n  -webkit-transform: scale(0.5);\n  -moz-transform: scale(0.5);\n  -ms-transform: scale(0.5);\n  -o-transform: scale(0.5);\n  transform: scale(0.5); }\n\n/* Disabled style */\n[type=\"radio\"]:disabled:not(:checked) + label:before, [type=\"radio\"]:disabled:checked + label:before {\n  background-color: transparent;\n  border-color: rgba(0, 0, 0, 0.26); }\n\n[type=\"radio\"]:disabled + label {\n  color: rgba(0, 0, 0, 0.26); }\n\n[type=\"radio\"]:disabled:not(:checked) + label:hover:before {\n  border-color: rgba(0, 0, 0, 0.26); }\n\n/***************\n   Checkboxes\n***************/\n/* CUSTOM CSS CHECKBOXES */\nform p {\n  margin-bottom: 10px;\n  text-align: left; }\n\nform p:last-child {\n  margin-bottom: 0px; }\n\n/* Remove default checkbox */\n[type=\"checkbox\"]:not(:checked), [type=\"checkbox\"]:checked {\n  position: absolute;\n  left: -9999px; }\n\n[type=\"checkbox\"]:not(:checked) + label, [type=\"checkbox\"]:checked + label {\n  position: relative;\n  padding-left: 35px;\n  cursor: pointer;\n  display: inline-block;\n  height: 25px;\n  line-height: 25px;\n  font-size: 1rem;\n  -webkit-user-select: none;\n  /* webkit (safari, chrome) browsers */\n  -moz-user-select: none;\n  /* mozilla browsers */\n  -khtml-user-select: none;\n  /* webkit (konqueror) browsers */\n  -ms-user-select: none;\n  /* IE10+ */ }\n\n/* checkbox aspect */\n[type=\"checkbox\"] + label:before {\n  content: '';\n  position: absolute;\n  margin-top: 2px;\n  left: 0;\n  z-index: 0;\n  -webkit-border-radius: 1px;\n  -moz-border-radius: 1px;\n  border-radius: 1px;\n  background-clip: padding-box;\n  -webkit-transition: 0.2s;\n  -moz-transition: 0.2s;\n  -o-transition: 0.2s;\n  -ms-transition: 0.2s;\n  transition: 0.2s; }\n\n/* Unchecked styles */\n[type=\"checkbox\"]:not(:checked) + label:before {\n  top: 0px;\n  width: 18px;\n  height: 18px;\n  border: 2px solid #5a5a5a; }\n\n/* Checked styles */\n[type=\"checkbox\"]:checked + label:before {\n  left: -3px;\n  top: -4px;\n  width: 12px;\n  height: 22px;\n  border-top: 2px solid transparent;\n  border-left: 2px solid transparent;\n  border-right: 2px solid #26a69a;\n  border-bottom: 2px solid #26a69a;\n  -webkit-transform: rotateZ(40deg);\n  -moz-transform: rotateZ(40deg);\n  -ms-transform: rotateZ(40deg);\n  -o-transform: rotateZ(40deg);\n  transform: rotateZ(40deg);\n  -webkit-backface-visibility: hidden;\n  -webkit-transform-origin: 100% 100%;\n  -moz-transform-origin: 100% 100%;\n  -ms-transform-origin: 100% 100%;\n  -o-transform-origin: 100% 100%;\n  transform-origin: 100% 100%; }\n\n/* disabled checkbox */\n[type=\"checkbox\"]:disabled:not(:checked) + label:before {\n  top: 0;\n  left: 0;\n  box-shadow: none;\n  background-color: rgba(0, 0, 0, 0.26);\n  width: 18px;\n  height: 18px;\n  border: 2px solid rgba(0, 0, 0, 0.26);\n  -webkit-transform: rotateZ(0deg);\n  -moz-transform: rotateZ(0deg);\n  -ms-transform: rotateZ(0deg);\n  -o-transform: rotateZ(0deg);\n  transform: rotateZ(0deg); }\n\n[type=\"checkbox\"]:disabled:checked + label:before {\n  left: -3px;\n  top: -4px;\n  width: 12px;\n  height: 22px;\n  border-top: 2px solid transparent;\n  border-left: 2px solid transparent;\n  border-right: 2px solid rgba(0, 0, 0, 0.26);\n  border-bottom: 2px solid rgba(0, 0, 0, 0.26);\n  -webkit-transform: rotateZ(40deg);\n  -moz-transform: rotateZ(40deg);\n  -ms-transform: rotateZ(40deg);\n  -o-transform: rotateZ(40deg);\n  transform: rotateZ(40deg);\n  -webkit-backface-visibility: hidden;\n  -webkit-transform-origin: 100% 100%;\n  -moz-transform-origin: 100% 100%;\n  -ms-transform-origin: 100% 100%;\n  -o-transform-origin: 100% 100%;\n  transform-origin: 100% 100%; }\n\n[type=\"checkbox\"]:disabled:checked + label {\n  color: rgba(0, 0, 0, 0.26); }\n\n[type=\"checkbox\"]:disabled:not(:checked) + label:hover:before {\n  border-color: rgba(0, 0, 0, 0.26); }\n\n/***************\n     Switch\n***************/\n.switch, .switch * {\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none; }\n\n.switch label {\n  cursor: pointer; }\n\n.switch label input[type=checkbox] {\n  opacity: 0;\n  width: 0;\n  height: 0; }\n\n.switch label input[type=checkbox]:checked + .lever {\n  background-color: #84c7c1; }\n\n.switch label input[type=checkbox]:checked + .lever:after {\n  background-color: #26a69a; }\n\n.switch label .lever {\n  content: \"\";\n  display: inline-block;\n  position: relative;\n  width: 40px;\n  height: 15px;\n  background-color: #818181;\n  border-radius: 15px;\n  margin-right: 10px;\n  transition: background 0.3s ease;\n  vertical-align: middle;\n  margin: 0px 16px; }\n\n.switch label .lever:after {\n  content: \"\";\n  position: absolute;\n  display: inline-block;\n  width: 21px;\n  height: 21px;\n  background-color: #F1F1F1;\n  border-radius: 21px;\n  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);\n  left: -5px;\n  top: -3px;\n  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease; }\n\ninput[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {\n  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }\n\ninput[type=checkbox]:not(:disabled) ~ .lever:active:after {\n  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }\n\n.switch label input[type=checkbox]:checked + .lever:after {\n  left: 24px; }\n\n.switch input[type=checkbox][disabled] + .lever {\n  cursor: default; }\n\n.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {\n  background-color: #BDBDBD; }\n\n/***************\n  Select Field\n***************/\n.select-label {\n  position: absolute; }\n\n.select-wrapper {\n  position: relative;\n  margin-top: 15px; }\n  .select-wrapper input.select-dropdown {\n    position: relative;\n    cursor: pointer;\n    color: #444;\n    background-color: transparent;\n    border: none;\n    border-bottom: 1px solid #9e9e9e;\n    outline: none;\n    height: 3rem;\n    line-height: 3rem;\n    width: 100%;\n    font-size: 1rem;\n    margin: 0 0 15px 0;\n    padding: 0;\n    display: block; }\n  .select-wrapper .mdi-navigation-arrow-drop-down {\n    position: absolute;\n    right: 0;\n    top: 0;\n    font-size: 23px; }\n\nselect {\n  display: none; }\n\nselect.browser-default {\n  display: block; }\n\nselect:disabled {\n  color: rgba(0, 0, 0, 0.3); }\n\n.select-wrapper input.select-dropdown:disabled {\n  color: rgba(0, 0, 0, 0.3);\n  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }\n\n.select-wrapper i {\n  color: rgba(0, 0, 0, 0.3); }\n\n.select-dropdown li.disabled {\n  color: rgba(0, 0, 0, 0.3); }\n  .select-dropdown li.disabled:hover {\n    background-color: transparent; }\n\n/*********************\n      File Input\n**********************/\n.file-field {\n  position: relative;\n  overflow: hidden; }\n  .file-field input.file-path {\n    margin-left: 100px; }\n  .file-field .btn, .file-field .btn-large {\n    position: absolute;\n    top: 0;\n    height: 3rem;\n    line-height: 3rem; }\n  .file-field span {\n    cursor: pointer; }\n  .file-field input[type=file] {\n    position: absolute;\n    top: 0;\n    right: 0;\n    left: 0;\n    bottom: 0;\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    font-size: 20px;\n    cursor: pointer;\n    opacity: 0;\n    filter: alpha(opacity=0); }\n\n/***************\n      Range\n***************/\n.range-field {\n  position: relative; }\n\ninput[type=range], input[type=range] + .thumb {\n  cursor: pointer; }\n\ninput[type=range] {\n  position: relative;\n  background-color: transparent;\n  border: none;\n  outline: none;\n  width: 100%;\n  margin: 15px 0px;\n  padding: 0; }\n\ninput[type=range] + .thumb {\n  position: absolute;\n  border: none;\n  height: 0;\n  width: 0;\n  border-radius: 50%;\n  background-color: #26a69a;\n  top: 10px;\n  margin-left: -6px;\n  -webkit-transform-origin: 50% 50%;\n  -moz-transform-origin: 50% 50%;\n  -ms-transform-origin: 50% 50%;\n  -o-transform-origin: 50% 50%;\n  transform-origin: 50% 50%;\n  -webkit-transform: rotate(-45deg);\n  -moz-transform: rotate(-45deg);\n  -ms-transform: rotate(-45deg);\n  -o-transform: rotate(-45deg);\n  transform: rotate(-45deg); }\n  input[type=range] + .thumb .value {\n    display: block;\n    width: 30px;\n    text-align: center;\n    color: #26a69a;\n    font-size: 0px;\n    -webkit-transform: rotate(45deg);\n    -moz-transform: rotate(45deg);\n    -ms-transform: rotate(45deg);\n    -o-transform: rotate(45deg);\n    transform: rotate(45deg); }\n  input[type=range] + .thumb.active {\n    border-radius: 50% 50% 50% 0; }\n    input[type=range] + .thumb.active .value {\n      color: #fff;\n      margin-left: -1px;\n      margin-top: 8px;\n      font-size: 10px; }\n\ninput[type=range]:focus {\n  outline: none; }\n\ninput[type=range] {\n  -webkit-appearance: none; }\n\ninput[type=range]::-webkit-slider-runnable-track {\n  height: 3px;\n  background: #c2c0c2;\n  border: none; }\n\ninput[type=range]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  border: none;\n  height: 14px;\n  width: 14px;\n  border-radius: 50%;\n  background-color: #26a69a;\n  transform-origin: 50% 50%;\n  margin: -5px 0 0 0;\n  -webkit-transition: 0.3s;\n  -moz-transition: 0.3s;\n  -o-transition: 0.3s;\n  -ms-transition: 0.3s;\n  transition: 0.3s; }\n\ninput[type=range]:focus::-webkit-slider-runnable-track {\n  background: #ccc; }\n\ninput[type=range] {\n  /* fix for FF unable to apply focus style bug  */\n  border: 1px solid white;\n  /*required for proper track sizing in FF*/ }\n\ninput[type=range]::-moz-range-track {\n  height: 3px;\n  background: #ddd;\n  border: none; }\n\ninput[type=range]::-moz-range-thumb {\n  border: none;\n  height: 14px;\n  width: 14px;\n  border-radius: 50%;\n  background: #26a69a;\n  margin-top: -5px; }\n\n/*hide the outline behind the border*/\ninput[type=range]:-moz-focusring {\n  outline: 1px solid white;\n  outline-offset: -1px; }\n\ninput[type=range]:focus::-moz-range-track {\n  background: #ccc; }\n\ninput[type=range]::-ms-track {\n  height: 3px;\n  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */\n  background: transparent;\n  /*leave room for the larger thumb to overflow with a transparent border */\n  border-color: transparent;\n  border-width: 6px 0;\n  /*remove default tick marks*/\n  color: transparent; }\n\ninput[type=range]::-ms-fill-lower {\n  background: #777; }\n\ninput[type=range]::-ms-fill-upper {\n  background: #ddd; }\n\ninput[type=range]::-ms-thumb {\n  border: none;\n  height: 14px;\n  width: 14px;\n  border-radius: 50%;\n  background: #26a69a; }\n\ninput[type=range]:focus::-ms-fill-lower {\n  background: #888; }\n\ninput[type=range]:focus::-ms-fill-upper {\n  background: #ccc; }\n\n/***************************\n   Text Inputs + Textarea\n****************************/\nselect {\n  background-color: #fffafa;\n  width: 100%;\n  padding: 5px;\n  border: 1px solid #f2f2f2;\n  border-radius: 2px;\n  height: 3rem; }\n\n/***************\n    Nav List\n***************/\nul.table-of-contents.fixed {\n  position: fixed; }\nul.table-of-contents li {\n  padding: 2px 0; }\nul.table-of-contents a {\n  display: inline-block;\n  font-weight: 300;\n  color: #757575;\n  padding-left: 20px;\n  height: 1.5rem;\n  line-height: 1.5rem;\n  letter-spacing: 0.4;\n  display: inline-block; }\n  ul.table-of-contents a:hover {\n    color: #a8a8a8;\n    padding-left: 19px;\n    border-left: 1px solid #ea4a4f; }\n  ul.table-of-contents a.active {\n    font-weight: 500;\n    padding-left: 18px;\n    border-left: 2px solid #ea4a4f; }\n\nul.side-nav {\n  position: fixed;\n  width: 240px;\n  left: -105%;\n  top: 0;\n  margin: 0;\n  height: 100%;\n  height: calc(100% + 60px);\n  padding-bottom: 60px;\n  background-color: #FFF;\n  z-index: 999;\n  will-change: left; }\n  ul.side-nav.right-aligned {\n    will-change: right;\n    right: -105%;\n    left: auto; }\n  ul.side-nav .collapsible {\n    margin: 0; }\n  ul.side-nav li {\n    float: none;\n    padding: 0 15px; }\n    ul.side-nav li:hover, ul.side-nav li.active {\n      background-color: #ddd; }\n  ul.side-nav a {\n    color: #444; }\n\n.drag-target {\n  height: 100%;\n  width: 10px;\n  position: fixed;\n  top: 0;\n  z-index: 998; }\n\nul.side-nav.fixed a {\n  display: block;\n  padding: 0 15px;\n  color: #444; }\n\nul.side-nav.fixed {\n  left: 0;\n  position: fixed; }\n  ul.side-nav.fixed.right-aligned {\n    right: 0;\n    left: auto; }\n\n@media only screen and (max-width : 992px) {\n  ul.side-nav.fixed {\n    left: -105%; }\n    ul.side-nav.fixed.right-aligned {\n      right: -105%;\n      left: auto; }\n }\n\nul.side-nav .collapsible-body li.active, ul.side-nav.fixed .collapsible-body li.active {\n  background-color: #ee6e73; }\n  ul.side-nav .collapsible-body li.active a, ul.side-nav.fixed .collapsible-body li.active a {\n    color: #fff; }\n\n#sidenav-overlay {\n  position: fixed;\n  top: 0px;\n  left: 0px;\n  right: 0px;\n  height: 120vh;\n  background-color: rgba(0, 0, 0, 0.5);\n  z-index: 997;\n  will-change: opacity; }\n\n/*\n    @license\n    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.\n    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\n    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\n    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\n    Code distributed by Google as part of the polymer project is also\n    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n */\n/**************************/\n/* STYLES FOR THE SPINNER */\n/**************************/\n/*\n * Constants:\n *      STROKEWIDTH = 3px\n *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)\n *      ARCTIME     = 1333ms (time it takes to expand and contract arc)\n *      ARCSTARTROT = 216 degrees (how much the start location of the arc\n *                                should rotate each time, 216 gives us a\n *                                5 pointed star shape (it's 360/5 * 3).\n *                                For a 7 pointed star, we might do\n *                                360/7 * 3 = 154.286)\n *      CONTAINERWIDTH = 28px\n *      SHRINK_TIME = 400ms\n */\n.preloader-wrapper {\n  display: inline-block;\n  position: relative;\n  width: 48px;\n  height: 48px; }\n  .preloader-wrapper.small {\n    width: 36px;\n    height: 36px; }\n  .preloader-wrapper.big {\n    width: 64px;\n    height: 64px; }\n  .preloader-wrapper.active {\n    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */\n    -webkit-animation: container-rotate 1568ms linear infinite;\n    animation: container-rotate 1568ms linear infinite; }\n\n@-webkit-keyframes container-rotate {\n  to {\n    -webkit-transform: rotate(360deg); } }\n\n@keyframes container-rotate {\n  to {\n    transform: rotate(360deg); } }\n\n.spinner-layer {\n  position: absolute;\n  width: 100%;\n  height: 100%;\n  -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n  filter: \"alpha(opacity=(${iefactor}))\";\n  -moz-opacity: 0;\n  -khtml-opacity: 0;\n  opacity: 0; }\n\n.spinner-blue, .spinner-blue-only {\n  border-color: #4285f4; }\n\n.spinner-red, .spinner-red-only {\n  border-color: #db4437; }\n\n.spinner-yellow, .spinner-yellow-only {\n  border-color: #f4b400; }\n\n.spinner-green, .spinner-green-only {\n  border-color: #0f9d58; }\n\n/**\n * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):\n *\n * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't\n * guarantee that the animation will start _exactly_ after that value. So we avoid using\n * animation-delay and instead set custom keyframes for each color (as redundant as it\n * seems).\n *\n * We write out each animation in full (instead of separating animation-name,\n * animation-duration, etc.) because under the polyfill, Safari does not recognize those\n * specific properties properly, treats them as -webkit-animation, and overrides the\n * other animation rules. See https://github.com/Polymer/platform/issues/53.\n */\n.active .spinner-layer.spinner-blue {\n  /* durations: 4 * ARCTIME */\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n.active .spinner-layer.spinner-red {\n  /* durations: 4 * ARCTIME */\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n.active .spinner-layer.spinner-yellow {\n  /* durations: 4 * ARCTIME */\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n.active .spinner-layer.spinner-green {\n  /* durations: 4 * ARCTIME */\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n.active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {\n  /* durations: 4 * ARCTIME */\n  -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n  filter: \"alpha(opacity=(${iefactor}))\";\n  -moz-opacity: 1;\n  -khtml-opacity: 1;\n  opacity: 1;\n  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n@-webkit-keyframes fill-unfill-rotate {\n  /* 0.5 * ARCSIZE */\n  /* 1   * ARCSIZE */\n  /* 1.5 * ARCSIZE */\n  /* 2   * ARCSIZE */\n  /* 2.5 * ARCSIZE */\n  /* 3   * ARCSIZE */\n  /* 3.5 * ARCSIZE */\n  /* 4   * ARCSIZE */\n  12.5% {\n    -webkit-transform: rotate(135deg); }\n\n  25% {\n    -webkit-transform: rotate(270deg); }\n\n  37.5% {\n    -webkit-transform: rotate(405deg); }\n\n  50% {\n    -webkit-transform: rotate(540deg); }\n\n  62.5% {\n    -webkit-transform: rotate(675deg); }\n\n  75% {\n    -webkit-transform: rotate(810deg); }\n\n  87.5% {\n    -webkit-transform: rotate(945deg); }\n\n  to {\n    -webkit-transform: rotate(1080deg); } }\n\n@keyframes fill-unfill-rotate {\n  /* 0.5 * ARCSIZE */\n  /* 1   * ARCSIZE */\n  /* 1.5 * ARCSIZE */\n  /* 2   * ARCSIZE */\n  /* 2.5 * ARCSIZE */\n  /* 3   * ARCSIZE */\n  /* 3.5 * ARCSIZE */\n  /* 4   * ARCSIZE */\n  12.5% {\n    transform: rotate(135deg); }\n\n  25% {\n    transform: rotate(270deg); }\n\n  37.5% {\n    transform: rotate(405deg); }\n\n  50% {\n    transform: rotate(540deg); }\n\n  62.5% {\n    transform: rotate(675deg); }\n\n  75% {\n    transform: rotate(810deg); }\n\n  87.5% {\n    transform: rotate(945deg); }\n\n  to {\n    transform: rotate(1080deg); } }\n\n@-webkit-keyframes blue-fade-in-out {\n  from {\n    opacity: 1; }\n\n  25% {\n    opacity: 1; }\n\n  26% {\n    opacity: 0; }\n\n  89% {\n    opacity: 0; }\n\n  90% {\n    opacity: 1; }\n\n  100% {\n    opacity: 1; } }\n\n@keyframes blue-fade-in-out {\n  from {\n    opacity: 1; }\n\n  25% {\n    opacity: 1; }\n\n  26% {\n    opacity: 0; }\n\n  89% {\n    opacity: 0; }\n\n  90% {\n    opacity: 1; }\n\n  100% {\n    opacity: 1; } }\n\n@-webkit-keyframes red-fade-in-out {\n  from {\n    opacity: 0; }\n\n  15% {\n    opacity: 0; }\n\n  25% {\n    opacity: 1; }\n\n  50% {\n    opacity: 1; }\n\n  51% {\n    opacity: 0; } }\n\n@keyframes red-fade-in-out {\n  from {\n    opacity: 0; }\n\n  15% {\n    opacity: 0; }\n\n  25% {\n    opacity: 1; }\n\n  50% {\n    opacity: 1; }\n\n  51% {\n    opacity: 0; } }\n\n@-webkit-keyframes yellow-fade-in-out {\n  from {\n    opacity: 0; }\n\n  40% {\n    opacity: 0; }\n\n  50% {\n    opacity: 1; }\n\n  75% {\n    opacity: 1; }\n\n  76% {\n    opacity: 0; } }\n\n@keyframes yellow-fade-in-out {\n  from {\n    opacity: 0; }\n\n  40% {\n    opacity: 0; }\n\n  50% {\n    opacity: 1; }\n\n  75% {\n    opacity: 1; }\n\n  76% {\n    opacity: 0; } }\n\n@-webkit-keyframes green-fade-in-out {\n  from {\n    opacity: 0; }\n\n  65% {\n    opacity: 0; }\n\n  75% {\n    opacity: 1; }\n\n  90% {\n    opacity: 1; }\n\n  100% {\n    opacity: 0; } }\n\n@keyframes green-fade-in-out {\n  from {\n    opacity: 0; }\n\n  65% {\n    opacity: 0; }\n\n  75% {\n    opacity: 1; }\n\n  90% {\n    opacity: 1; }\n\n  100% {\n    opacity: 0; } }\n\n/**\n * Patch the gap that appear between the two adjacent div.circle-clipper while the\n * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).\n */\n.gap-patch {\n  position: absolute;\n  box-sizing: border-box;\n  top: 0;\n  left: 45%;\n  width: 10%;\n  height: 100%;\n  overflow: hidden;\n  border-color: inherit; }\n\n.gap-patch .circle {\n  width: 1000%;\n  left: -450%; }\n\n.circle-clipper {\n  display: inline-block;\n  position: relative;\n  width: 50%;\n  height: 100%;\n  overflow: hidden;\n  border-color: inherit; }\n  .circle-clipper .circle {\n    width: 200%;\n    box-sizing: border-box;\n    height: 100%;\n    border-width: 3px;\n    /* STROKEWIDTH */\n    border-style: solid;\n    border-color: inherit;\n    border-bottom-color: transparent !important;\n    border-radius: 50%;\n    -webkit-animation: none;\n    animation: none;\n    position: absolute;\n    top: 0;\n    right: 0;\n    bottom: 0; }\n  .circle-clipper.left .circle {\n    left: 0;\n    border-right-color: transparent !important;\n    -webkit-transform: rotate(129deg);\n    transform: rotate(129deg); }\n  .circle-clipper.right .circle {\n    left: -100%;\n    border-left-color: transparent !important;\n    -webkit-transform: rotate(-129deg);\n    transform: rotate(-129deg); }\n\n.active .circle-clipper.left .circle {\n  /* duration: ARCTIME */\n  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n.active .circle-clipper.right .circle {\n  /* duration: ARCTIME */\n  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;\n  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }\n\n@-webkit-keyframes left-spin {\n  from {\n    -webkit-transform: rotate(130deg); }\n\n  50% {\n    -webkit-transform: rotate(-5deg); }\n\n  to {\n    -webkit-transform: rotate(130deg); } }\n\n@keyframes left-spin {\n  from {\n    transform: rotate(130deg); }\n\n  50% {\n    transform: rotate(-5deg); }\n\n  to {\n    transform: rotate(130deg); } }\n\n@-webkit-keyframes right-spin {\n  from {\n    -webkit-transform: rotate(-130deg); }\n\n  50% {\n    -webkit-transform: rotate(5deg); }\n\n  to {\n    -webkit-transform: rotate(-130deg); } }\n\n@keyframes right-spin {\n  from {\n    transform: rotate(-130deg); }\n\n  50% {\n    transform: rotate(5deg); }\n\n  to {\n    transform: rotate(-130deg); } }\n\n#spinnerContainer.cooldown {\n  /* duration: SHRINK_TIME */\n  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);\n  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }\n\n@-webkit-keyframes fade-out {\n  from {\n    opacity: 1; }\n\n  to {\n    opacity: 0; } }\n\n@keyframes fade-out {\n  from {\n    opacity: 1; }\n\n  to {\n    opacity: 0; } }\n\n.slider {\n  position: relative;\n  height: 440px;\n  width: 100%; }\n  .slider.fullscreen {\n    height: 100%;\n    width: 100%;\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0; }\n    .slider.fullscreen ul.slides {\n      height: 100%; }\n    .slider.fullscreen ul.indicators {\n      z-index: 2;\n      bottom: 30px; }\n  .slider ul.slides {\n    background-color: #9e9e9e;\n    margin: 0;\n    height: 400px; }\n    .slider ul.slides li {\n      -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n      filter: \"alpha(opacity=(${iefactor}))\";\n      -moz-opacity: 0;\n      -khtml-opacity: 0;\n      opacity: 0;\n      position: absolute;\n      top: 0;\n      left: 0;\n      z-index: 1;\n      width: 100%;\n      height: inherit;\n      overflow: hidden; }\n      .slider ul.slides li img {\n        height: 100%;\n        width: 100%;\n        background-size: cover;\n        background-position: center; }\n      .slider ul.slides li .caption {\n        color: #fff;\n        position: absolute;\n        top: 15%;\n        left: 15%;\n        width: 70%;\n        -ms-filter: \"progid:DXImageTransform@mixin Microsoft@mixin Alpha(Opacity=${iefactor})\";\n        filter: \"alpha(opacity=(${iefactor}))\";\n        -moz-opacity: 0;\n        -khtml-opacity: 0;\n        opacity: 0; }\n        .slider ul.slides li .caption p {\n          color: #e0e0e0; }\n      .slider ul.slides li.active {\n        z-index: 2; }\n  .slider ul.indicators {\n    position: absolute;\n    text-align: center;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    margin: 0; }\n    .slider ul.indicators li.indicator-item {\n      display: inline-block;\n      position: relative;\n      cursor: pointer;\n      height: 16px;\n      width: 16px;\n      margin: 0 12px;\n      background-color: #e0e0e0;\n      -webkit-transition: background-color 0.3s;\n      -moz-transition: background-color 0.3s;\n      -o-transition: background-color 0.3s;\n      -ms-transition: background-color 0.3s;\n      transition: background-color 0.3s;\n      -webkit-border-radius: 50%;\n      -moz-border-radius: 50%;\n      border-radius: 50%;\n      background-clip: padding-box; }\n      .slider ul.indicators li.indicator-item.active {\n        background-color: #4CAF50; }\n\n/* ==========================================================================\n   $BASE-PICKER\n   ========================================================================== */\n/**\n * Note: the root picker element should *NOT* be styled more than what's here.\n */\n.picker {\n  font-size: 16px;\n  text-align: left;\n  line-height: 1.2;\n  color: #000000;\n  position: absolute;\n  z-index: 10000;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none; }\n\n/**\n * The picker input element.\n */\n.picker__input {\n  cursor: default; }\n\n/**\n * When the picker is opened, the input element is \"activated\".\n */\n.picker__input.picker__input--active {\n  border-color: #0089ec; }\n\n/**\n * The holder is the only \"scrollable\" top-level container element.\n */\n.picker__holder {\n  width: 100%;\n  overflow-y: auto;\n  -webkit-overflow-scrolling: touch; }\n\n/*!\n * Default mobile-first, responsive styling for pickadate.js\n * Demo: http://amsul.github.io/pickadate.js\n */\n/**\n * Note: the root picker element should *NOT* be styled more than what's here.\n */\n/**\n * Make the holder and frame fullscreen.\n */\n.picker__holder, .picker__frame {\n  bottom: 0;\n  left: 0;\n  right: 0;\n  top: 100%; }\n\n/**\n * The holder should overlay the entire screen.\n */\n.picker__holder {\n  position: fixed;\n  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;\n  -moz-transition: background 0.15s ease-out, top 0s 0.15s;\n  transition: background 0.15s ease-out, top 0s 0.15s;\n  -webkit-backface-visibility: hidden; }\n\n/**\n * The frame that bounds the box contents of the picker.\n */\n.picker__frame {\n  position: absolute;\n  margin: 0 auto;\n  min-width: 256px;\n  max-width: 300px;\n  max-height: 350px;\n  -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\n  filter: alpha(opacity=0);\n  -moz-opacity: 0;\n  opacity: 0;\n  -webkit-transition: all 0.15s ease-out;\n  -moz-transition: all 0.15s ease-out;\n  transition: all 0.15s ease-out; }\n\n@media (min-height: 28.875em) {\n  .picker__frame {\n    overflow: visible;\n    top: auto;\n    bottom: -100%;\n    max-height: 80%; }\n }\n\n@media (min-height: 40.125em) {\n  .picker__frame {\n    margin-bottom: 7.5%; }\n }\n\n/**\n * The wrapper sets the stage to vertically align the box contents.\n */\n.picker__wrap {\n  display: table;\n  width: 100%;\n  height: 100%; }\n\n@media (min-height: 28.875em) {\n  .picker__wrap {\n    display: block; }\n }\n\n/**\n * The box contains all the picker contents.\n */\n.picker__box {\n  background: #ffffff;\n  display: table-cell;\n  vertical-align: middle; }\n\n@media (min-height: 28.875em) {\n  .picker__box {\n    display: block;\n    border: 1px solid #777777;\n    border-top-color: #898989;\n    border-bottom-width: 0;\n    -webkit-border-radius: 5px 5px 0 0;\n    -moz-border-radius: 5px 5px 0 0;\n    border-radius: 5px 5px 0 0;\n    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);\n    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); }\n }\n\n/**\n * When the picker opens...\n */\n.picker--opened .picker__holder {\n  top: 0;\n  background: transparent;\n  -ms-filter: \"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)\";\n  zoom: 1;\n  background: rgba(0, 0, 0, 0.32);\n  -webkit-transition: background 0.15s ease-out;\n  -moz-transition: background 0.15s ease-out;\n  transition: background 0.15s ease-out; }\n\n.picker--opened .picker__frame {\n  top: 0;\n  -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\n  filter: alpha(opacity=100);\n  -moz-opacity: 1;\n  opacity: 1; }\n\n@media (min-height: 35.875em) {\n  .picker--opened .picker__frame {\n    top: 10%;\n    bottom: 20% auto; }\n }\n\n/**\n * For `large` screens, transform into an inline picker.\n */\n/* ==========================================================================\n   CUSTOM MATERIALIZE STYLES\n   ========================================================================== */\n.picker__input.picker__input--active {\n  border-color: #E3F2FD; }\n\n.picker__frame {\n  margin: 0 auto;\n  max-width: 325px; }\n\n@media (min-height: 38.875em) {\n  .picker--opened .picker__frame {\n    top: 10%;\n    bottom: auto; }\n }\n\n/* ==========================================================================\n   $BASE-DATE-PICKER\n   ========================================================================== */\n/**\n * The picker box.\n */\n.picker__box {\n  padding: 0 1em; }\n\n/**\n * The header containing the month and year stuff.\n */\n.picker__header {\n  text-align: center;\n  position: relative;\n  margin-top: 0.75em; }\n\n/**\n * The month and year labels.\n */\n.picker__month, .picker__year {\n  display: inline-block;\n  margin-left: 0.25em;\n  margin-right: 0.25em; }\n\n/**\n * The month and year selectors.\n */\n.picker__select--month, .picker__select--year {\n  height: 2em;\n  padding: 0.5em;\n  margin-left: 0.25em;\n  margin-right: 0.25em; }\n\n@media (min-width: 24.5em) {\n  .picker__select--month, .picker__select--year {\n    margin-top: -0.5em; }\n }\n\n.picker__select--month.browser-default {\n  display: inline;\n  background-color: #FFFFFF;\n  width: 40%; }\n\n.picker__select--year.browser-default {\n  display: inline;\n  background-color: #FFFFFF;\n  width: 25%; }\n\n.picker__select--month:focus, .picker__select--year:focus {\n  border-color: rgba(0, 0, 0, 0.05); }\n\n/**\n * The month navigation buttons.\n */\n.picker__nav--prev, .picker__nav--next {\n  position: absolute;\n  padding: 0.5em 1.25em;\n  width: 1em;\n  height: 1em;\n  box-sizing: content-box;\n  top: -0.25em; }\n\n.picker__nav--prev {\n  left: -1em;\n  padding-right: 1.25em; }\n\n.picker__nav--next {\n  right: -1em;\n  padding-left: 1.25em; }\n\n.picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover {\n  cursor: default;\n  background: none;\n  border-right-color: #f5f5f5;\n  border-left-color: #f5f5f5; }\n\n/**\n * The calendar table of dates\n */\n.picker__table {\n  text-align: center;\n  border-collapse: collapse;\n  border-spacing: 0;\n  table-layout: fixed;\n  font-size: 1rem;\n  width: 100%;\n  margin-top: 0.75em;\n  margin-bottom: 0.5em; }\n\n.picker__table th, .picker__table td {\n  text-align: center; }\n\n.picker__table td {\n  margin: 0;\n  padding: 0; }\n\n/**\n * The weekday labels\n */\n.picker__weekday {\n  width: 14.285714286%;\n  font-size: 0.75em;\n  padding-bottom: 0.25em;\n  color: #999999;\n  font-weight: 500;\n  /* Increase the spacing a tad */ }\n\n@media (min-height: 33.875em) {\n  .picker__weekday {\n    padding-bottom: 0.5em; }\n }\n\n/**\n * The days on the calendar\n */\n.picker__day--today {\n  position: relative;\n  color: #595959;\n  letter-spacing: -0.3;\n  padding: 0.75rem 0;\n  font-weight: 400;\n  border: 1px solid transparent; }\n\n.picker__day--disabled:before {\n  border-top-color: #aaaaaa; }\n\n.picker__day--infocus:hover {\n  cursor: pointer;\n  color: #000;\n  font-weight: 500; }\n\n.picker__day--outfocus {\n  padding: 0.75rem 0;\n  color: #fff; }\n\n.picker__day--outfocus:hover {\n  cursor: pointer;\n  color: #dddddd;\n  font-weight: 500; }\n\n.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {\n  cursor: pointer; }\n\n.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {\n  border-radius: 50%;\n  -webkit-transform: scale(0.75);\n  -moz-transform: scale(0.75);\n  -ms-transform: scale(0.75);\n  -o-transform: scale(0.75);\n  transform: scale(0.75);\n  background: #0089ec;\n  color: #ffffff; }\n\n.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled {\n  background: #f5f5f5;\n  border-color: #f5f5f5;\n  color: #dddddd;\n  cursor: default; }\n\n.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {\n  background: #bbbbbb; }\n\n/**\n * The footer containing the \"today\", \"clear\", and \"close\" buttons.\n */\n.picker__footer {\n  text-align: center;\n  display: flex;\n  align-items: center;\n  justify-content: space-between; }\n\n.picker__button--today, .picker__button--clear, .picker__button--close {\n  border: 1px solid #ffffff;\n  background: #ffffff;\n  font-size: 0.8em;\n  padding: 0.66em 0;\n  font-weight: bold;\n  width: 33%;\n  display: inline-block;\n  vertical-align: bottom; }\n\n.picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover {\n  cursor: pointer;\n  color: #000000;\n  background: #b1dcfb;\n  border-bottom-color: #b1dcfb; }\n\n.picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus {\n  background: #b1dcfb;\n  border-color: rgba(0, 0, 0, 0.05);\n  outline: none; }\n\n.picker__button--today:before, .picker__button--clear:before, .picker__button--close:before {\n  position: relative;\n  display: inline-block;\n  height: 0; }\n\n.picker__button--today:before, .picker__button--clear:before {\n  content: \" \";\n  margin-right: 0.45em; }\n\n.picker__button--today:before {\n  top: -0.05em;\n  width: 0;\n  border-top: 0.66em solid #0059bc;\n  border-left: 0.66em solid transparent; }\n\n.picker__button--clear:before {\n  top: -0.25em;\n  width: 0.66em;\n  border-top: 3px solid #ee2200; }\n\n.picker__button--close:before {\n  content: \"\\D7\";\n  top: -0.1em;\n  vertical-align: top;\n  font-size: 1.1em;\n  margin-right: 0.35em;\n  color: #777777; }\n\n.picker__button--today[disabled], .picker__button--today[disabled]:hover {\n  background: #f5f5f5;\n  border-color: #f5f5f5;\n  color: #dddddd;\n  cursor: default; }\n\n.picker__button--today[disabled]:before {\n  border-top-color: #aaaaaa; }\n\n/* ==========================================================================\n   CUSTOM MATERIALIZE STYLES\n   ========================================================================== */\n.picker__box {\n  border-radius: 2px;\n  overflow: hidden; }\n\n.picker__date-display {\n  text-align: center;\n  background-color: #26a69a;\n  color: #fff;\n  padding-bottom: 15px;\n  font-weight: 300; }\n\n.picker__nav--prev:hover, .picker__nav--next:hover {\n  cursor: pointer;\n  color: #000000;\n  background: #a1ded8; }\n\n.picker__weekday-display {\n  background-color: #1f897f;\n  padding: 10px;\n  font-weight: 200;\n  letter-spacing: 0.5;\n  font-size: 1rem;\n  margin-bottom: 15px; }\n\n.picker__month-display {\n  text-transform: uppercase;\n  font-size: 2rem; }\n\n.picker__day-display {\n  font-size: 4.5rem;\n  font-weight: 400; }\n\n.picker__year-display {\n  font-size: 1.8rem;\n  color: rgba(255, 255, 255, 0.4); }\n\n.picker__box {\n  padding: 0; }\n\n.picker__calendar-container {\n  padding: 0 1rem; }\n  .picker__calendar-container thead {\n    border: none; }\n\n.picker__table {\n  margin-top: 0;\n  margin-bottom: 0.5em; }\n\n.picker__day--infocus {\n  color: #595959;\n  letter-spacing: -0.3;\n  padding: 0.75rem 0;\n  font-weight: 400;\n  border: 1px solid transparent; }\n\n.picker__day.picker__day--today {\n  color: #26a69a; }\n\n.picker__day.picker__day--today.picker__day--selected {\n  color: #fff; }\n\n.picker__weekday {\n  font-size: 0.9rem; }\n\n.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {\n  border-radius: 50%;\n  -webkit-transform: scale(0.9);\n  -moz-transform: scale(0.9);\n  -ms-transform: scale(0.9);\n  -o-transform: scale(0.9);\n  transform: scale(0.9);\n  background-color: #26a69a;\n  color: #ffffff; }\n  .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus {\n    background-color: #a1ded8; }\n\n.picker__footer {\n  text-align: right;\n  padding: 5px 10px; }\n\n.picker__close, .picker__today {\n  font-size: 1.1rem;\n  padding: 0 1rem;\n  color: #26a69a; }\n\n.picker__nav--prev:before, .picker__nav--next:before {\n  content: \" \";\n  border-top: 0.5em solid transparent;\n  border-bottom: 0.5em solid transparent;\n  border-right: 0.75em solid #676767;\n  width: 0;\n  height: 0;\n  display: block;\n  margin: 0 auto; }\n\n.picker__nav--next:before {\n  border-right: 0;\n  border-left: 0.75em solid #676767; }\n\nbutton.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {\n  background-color: #a1ded8; }\n\n/* ==========================================================================\n   $BASE-TIME-PICKER\n   ========================================================================== */\n/**\n * The list of times.\n */\n.picker__list {\n  list-style: none;\n  padding: 0.75em 0 4.2em;\n  margin: 0; }\n\n/**\n * The times on the clock.\n */\n.picker__list-item {\n  border-bottom: 1px solid #dddddd;\n  border-top: 1px solid #dddddd;\n  margin-bottom: -1px;\n  position: relative;\n  background: #ffffff;\n  padding: 0.75em 1.25em; }\n\n@media (min-height: 46.75em) {\n  .picker__list-item {\n    padding: 0.5em 1em; }\n }\n\n/* Hovered time */\n.picker__list-item:hover {\n  cursor: pointer;\n  color: #000000;\n  background: #b1dcfb;\n  border-color: #0089ec;\n  z-index: 10; }\n\n/* Highlighted and hovered/focused time */\n.picker__list-item--highlighted {\n  border-color: #0089ec;\n  z-index: 10; }\n\n.picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted {\n  cursor: pointer;\n  color: #000000;\n  background: #b1dcfb; }\n\n/* Selected and hovered/focused time */\n.picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected {\n  background: #0089ec;\n  color: #ffffff;\n  z-index: 10; }\n\n/* Disabled time */\n.picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled {\n  background: #f5f5f5;\n  border-color: #f5f5f5;\n  color: #dddddd;\n  cursor: default;\n  border-color: #dddddd;\n  z-index: auto; }\n\n/**\n * The clear button\n */\n.picker--time .picker__button--clear {\n  display: block;\n  width: 80%;\n  margin: 1em auto 0;\n  padding: 1em 1.25em;\n  background: none;\n  border: 0;\n  font-weight: 500;\n  font-size: 0.67em;\n  text-align: center;\n  text-transform: uppercase;\n  color: #666; }\n\n.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {\n  color: #000000;\n  background: #b1dcfb;\n  background: #ee2200;\n  border-color: #ee2200;\n  cursor: pointer;\n  color: #ffffff;\n  outline: none; }\n\n.picker--time .picker__button--clear:before {\n  top: -0.25em;\n  color: #666;\n  font-size: 1.25em;\n  font-weight: bold; }\n\n.picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before {\n  color: #ffffff; }\n\n/* ==========================================================================\n   $DEFAULT-TIME-PICKER\n   ========================================================================== */\n/**\n * The frame the bounds the time picker.\n */\n.picker--time .picker__frame {\n  min-width: 256px;\n  max-width: 320px; }\n\n/**\n * The picker box.\n */\n.picker--time .picker__box {\n  font-size: 1em;\n  background: #f2f2f2;\n  padding: 0; }\n\n@media (min-height: 40.125em) {\n  .picker--time .picker__box {\n    margin-bottom: 5em; }\n }\n"
  },
  {
    "path": "font/material-design-icons/LICENSE.txt",
    "content": "https://github.com/google/material-design-icons/blob/master/LICENSE\nhttps://github.com/FezVrasta/bootstrap-material-design/blob/master/fonts/LICENSE.txt\n\nAttribution-ShareAlike 4.0 International\n\n=======================================================================\n\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\ndoes not provide legal services or legal advice. Distribution of\nCreative Commons public licenses does not create a lawyer-client or\nother relationship. Creative Commons makes its licenses and related\ninformation available on an \"as-is\" basis. Creative Commons gives no\nwarranties regarding its licenses, any material licensed under their\nterms and conditions, or any related information. Creative Commons\ndisclaims all liability for damages resulting from their use to the\nfullest extent possible.\n\nUsing Creative Commons Public Licenses\n\nCreative Commons public licenses provide a standard set of terms and\nconditions that creators and other rights holders may use to share\noriginal works of authorship and other material subject to copyright\nand certain other rights specified in the public license below. The\nfollowing considerations are for informational purposes only, are not\nexhaustive, and do not form part of our licenses.\n\n     Considerations for licensors: Our public licenses are\n     intended for use by those authorized to give the public\n     permission to use material in ways otherwise restricted by\n     copyright and certain other rights. Our licenses are\n     irrevocable. Licensors should read and understand the terms\n     and conditions of the license they choose before applying it.\n     Licensors should also secure all rights necessary before\n     applying our licenses so that the public can reuse the\n     material as expected. Licensors should clearly mark any\n     material not subject to the license. This includes other CC-\n     licensed material, or material used under an exception or\n     limitation to copyright. More considerations for licensors:\n    wiki.creativecommons.org/Considerations_for_licensors\n\n     Considerations for the public: By using one of our public\n     licenses, a licensor grants the public permission to use the\n     licensed material under specified terms and conditions. If\n     the licensor's permission is not necessary for any reason--for\n     example, because of any applicable exception or limitation to\n     copyright--then that use is not regulated by the license. Our\n     licenses grant only permissions under copyright and certain\n     other rights that a licensor has authority to grant. Use of\n     the licensed material may still be restricted for other\n     reasons, including because others have copyright or other\n     rights in the material. A licensor may make special requests,\n     such as asking that all changes be marked or described.\n     Although not required by our licenses, you are encouraged to\n     respect those requests where reasonable. More_considerations\n     for the public:\n    wiki.creativecommons.org/Considerations_for_licensees\n\n=======================================================================\n\nCreative Commons Attribution-ShareAlike 4.0 International Public\nLicense\n\nBy exercising the Licensed Rights (defined below), You accept and agree\nto be bound by the terms and conditions of this Creative Commons\nAttribution-ShareAlike 4.0 International Public License (\"Public\nLicense\"). To the extent this Public License may be interpreted as a\ncontract, You are granted the Licensed Rights in consideration of Your\nacceptance of these terms and conditions, and the Licensor grants You\nsuch rights in consideration of benefits the Licensor receives from\nmaking the Licensed Material available under these terms and\nconditions.\n\n\nSection 1 -- Definitions.\n\n  a. Adapted Material means material subject to Copyright and Similar\n     Rights that is derived from or based upon the Licensed Material\n     and in which the Licensed Material is translated, altered,\n     arranged, transformed, or otherwise modified in a manner requiring\n     permission under the Copyright and Similar Rights held by the\n     Licensor. For purposes of this Public License, where the Licensed\n     Material is a musical work, performance, or sound recording,\n     Adapted Material is always produced where the Licensed Material is\n     synched in timed relation with a moving image.\n\n  b. Adapter's License means the license You apply to Your Copyright\n     and Similar Rights in Your contributions to Adapted Material in\n     accordance with the terms and conditions of this Public License.\n\n  c. BY-SA Compatible License means a license listed at\n     creativecommons.org/compatiblelicenses, approved by Creative\n     Commons as essentially the equivalent of this Public License.\n\n  d. Copyright and Similar Rights means copyright and/or similar rights\n     closely related to copyright including, without limitation,\n     performance, broadcast, sound recording, and Sui Generis Database\n     Rights, without regard to how the rights are labeled or\n     categorized. For purposes of this Public License, the rights\n     specified in Section 2(b)(1)-(2) are not Copyright and Similar\n     Rights.\n\n  e. Effective Technological Measures means those measures that, in the\n     absence of proper authority, may not be circumvented under laws\n     fulfilling obligations under Article 11 of the WIPO Copyright\n     Treaty adopted on December 20, 1996, and/or similar international\n     agreements.\n\n  f. Exceptions and Limitations means fair use, fair dealing, and/or\n     any other exception or limitation to Copyright and Similar Rights\n     that applies to Your use of the Licensed Material.\n\n  g. License Elements means the license attributes listed in the name\n     of a Creative Commons Public License. The License Elements of this\n     Public License are Attribution and ShareAlike.\n\n  h. Licensed Material means the artistic or literary work, database,\n     or other material to which the Licensor applied this Public\n     License.\n\n  i. Licensed Rights means the rights granted to You subject to the\n     terms and conditions of this Public License, which are limited to\n     all Copyright and Similar Rights that apply to Your use of the\n     Licensed Material and that the Licensor has authority to license.\n\n  j. Licensor means the individual(s) or entity(ies) granting rights\n     under this Public License.\n\n  k. Share means to provide material to the public by any means or\n     process that requires permission under the Licensed Rights, such\n     as reproduction, public display, public performance, distribution,\n     dissemination, communication, or importation, and to make material\n     available to the public including in ways that members of the\n     public may access the material from a place and at a time\n     individually chosen by them.\n\n  l. Sui Generis Database Rights means rights other than copyright\n     resulting from Directive 96/9/EC of the European Parliament and of\n     the Council of 11 March 1996 on the legal protection of databases,\n     as amended and/or succeeded, as well as other essentially\n     equivalent rights anywhere in the world.\n\n  m. You means the individual or entity exercising the Licensed Rights\n     under this Public License. Your has a corresponding meaning.\n\n\nSection 2 -- Scope.\n\n  a. License grant.\n\n       1. Subject to the terms and conditions of this Public License,\n          the Licensor hereby grants You a worldwide, royalty-free,\n          non-sublicensable, non-exclusive, irrevocable license to\n          exercise the Licensed Rights in the Licensed Material to:\n\n            a. reproduce and Share the Licensed Material, in whole or\n               in part; and\n\n            b. produce, reproduce, and Share Adapted Material.\n\n       2. Exceptions and Limitations. For the avoidance of doubt, where\n          Exceptions and Limitations apply to Your use, this Public\n          License does not apply, and You do not need to comply with\n          its terms and conditions.\n\n       3. Term. The term of this Public License is specified in Section\n          6(a).\n\n       4. Media and formats; technical modifications allowed. The\n          Licensor authorizes You to exercise the Licensed Rights in\n          all media and formats whether now known or hereafter created,\n          and to make technical modifications necessary to do so. The\n          Licensor waives and/or agrees not to assert any right or\n          authority to forbid You from making technical modifications\n          necessary to exercise the Licensed Rights, including\n          technical modifications necessary to circumvent Effective\n          Technological Measures. For purposes of this Public License,\n          simply making modifications authorized by this Section 2(a)\n          (4) never produces Adapted Material.\n\n       5. Downstream recipients.\n\n            a. Offer from the Licensor -- Licensed Material. Every\n               recipient of the Licensed Material automatically\n               receives an offer from the Licensor to exercise the\n               Licensed Rights under the terms and conditions of this\n               Public License.\n\n            b. Additional offer from the Licensor -- Adapted Material.\n               Every recipient of Adapted Material from You\n               automatically receives an offer from the Licensor to\n               exercise the Licensed Rights in the Adapted Material\n               under the conditions of the Adapter's License You apply.\n\n            c. No downstream restrictions. You may not offer or impose\n               any additional or different terms or conditions on, or\n               apply any Effective Technological Measures to, the\n               Licensed Material if doing so restricts exercise of the\n               Licensed Rights by any recipient of the Licensed\n               Material.\n\n       6. No endorsement. Nothing in this Public License constitutes or\n          may be construed as permission to assert or imply that You\n          are, or that Your use of the Licensed Material is, connected\n          with, or sponsored, endorsed, or granted official status by,\n          the Licensor or others designated to receive attribution as\n          provided in Section 3(a)(1)(A)(i).\n\n  b. Other rights.\n\n       1. Moral rights, such as the right of integrity, are not\n          licensed under this Public License, nor are publicity,\n          privacy, and/or other similar personality rights; however, to\n          the extent possible, the Licensor waives and/or agrees not to\n          assert any such rights held by the Licensor to the limited\n          extent necessary to allow You to exercise the Licensed\n          Rights, but not otherwise.\n\n       2. Patent and trademark rights are not licensed under this\n          Public License.\n\n       3. To the extent possible, the Licensor waives any right to\n          collect royalties from You for the exercise of the Licensed\n          Rights, whether directly or through a collecting society\n          under any voluntary or waivable statutory or compulsory\n          licensing scheme. In all other cases the Licensor expressly\n          reserves any right to collect such royalties.\n\n\nSection 3 -- License Conditions.\n\nYour exercise of the Licensed Rights is expressly made subject to the\nfollowing conditions.\n\n  a. Attribution.\n\n       1. If You Share the Licensed Material (including in modified\n          form), You must:\n\n            a. retain the following if it is supplied by the Licensor\n               with the Licensed Material:\n\n                 i. identification of the creator(s) of the Licensed\n                    Material and any others designated to receive\n                    attribution, in any reasonable manner requested by\n                    the Licensor (including by pseudonym if\n                    designated);\n\n                ii. a copyright notice;\n\n               iii. a notice that refers to this Public License;\n\n                iv. a notice that refers to the disclaimer of\n                    warranties;\n\n                 v. a URI or hyperlink to the Licensed Material to the\n                    extent reasonably practicable;\n\n            b. indicate if You modified the Licensed Material and\n               retain an indication of any previous modifications; and\n\n            c. indicate the Licensed Material is licensed under this\n               Public License, and include the text of, or the URI or\n               hyperlink to, this Public License.\n\n       2. You may satisfy the conditions in Section 3(a)(1) in any\n          reasonable manner based on the medium, means, and context in\n          which You Share the Licensed Material. For example, it may be\n          reasonable to satisfy the conditions by providing a URI or\n          hyperlink to a resource that includes the required\n          information.\n\n       3. If requested by the Licensor, You must remove any of the\n          information required by Section 3(a)(1)(A) to the extent\n          reasonably practicable.\n\n  b. ShareAlike.\n\n     In addition to the conditions in Section 3(a), if You Share\n     Adapted Material You produce, the following conditions also apply.\n\n       1. The Adapter's License You apply must be a Creative Commons\n          license with the same License Elements, this version or\n          later, or a BY-SA Compatible License.\n\n       2. You must include the text of, or the URI or hyperlink to, the\n          Adapter's License You apply. You may satisfy this condition\n          in any reasonable manner based on the medium, means, and\n          context in which You Share Adapted Material.\n\n       3. You may not offer or impose any additional or different terms\n          or conditions on, or apply any Effective Technological\n          Measures to, Adapted Material that restrict exercise of the\n          rights granted under the Adapter's License You apply.\n\n\nSection 4 -- Sui Generis Database Rights.\n\nWhere the Licensed Rights include Sui Generis Database Rights that\napply to Your use of the Licensed Material:\n\n  a. for the avoidance of doubt, Section 2(a)(1) grants You the right\n     to extract, reuse, reproduce, and Share all or a substantial\n     portion of the contents of the database;\n\n  b. if You include all or a substantial portion of the database\n     contents in a database in which You have Sui Generis Database\n     Rights, then the database in which You have Sui Generis Database\n     Rights (but not its individual contents) is Adapted Material,\n\n     including for purposes of Section 3(b); and\n  c. You must comply with the conditions in Section 3(a) if You Share\n     all or a substantial portion of the contents of the database.\n\nFor the avoidance of doubt, this Section 4 supplements and does not\nreplace Your obligations under this Public License where the Licensed\nRights include other Copyright and Similar Rights.\n\n\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\n\n  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\n     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\n     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\n     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\n     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\n     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\n     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\n     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\n     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\n     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\n\n  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\n     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\n     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\n     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\n     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\n     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\n     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\n     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\n     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\n\n  c. The disclaimer of warranties and limitation of liability provided\n     above shall be interpreted in a manner that, to the extent\n     possible, most closely approximates an absolute disclaimer and\n     waiver of all liability.\n\n\nSection 6 -- Term and Termination.\n\n  a. This Public License applies for the term of the Copyright and\n     Similar Rights licensed here. However, if You fail to comply with\n     this Public License, then Your rights under this Public License\n     terminate automatically.\n\n  b. Where Your right to use the Licensed Material has terminated under\n     Section 6(a), it reinstates:\n\n       1. automatically as of the date the violation is cured, provided\n          it is cured within 30 days of Your discovery of the\n          violation; or\n\n       2. upon express reinstatement by the Licensor.\n\n     For the avoidance of doubt, this Section 6(b) does not affect any\n     right the Licensor may have to seek remedies for Your violations\n     of this Public License.\n\n  c. For the avoidance of doubt, the Licensor may also offer the\n     Licensed Material under separate terms or conditions or stop\n     distributing the Licensed Material at any time; however, doing so\n     will not terminate this Public License.\n\n  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\n     License.\n\n\nSection 7 -- Other Terms and Conditions.\n\n  a. The Licensor shall not be bound by any additional or different\n     terms or conditions communicated by You unless expressly agreed.\n\n  b. Any arrangements, understandings, or agreements regarding the\n     Licensed Material not stated herein are separate from and\n     independent of the terms and conditions of this Public License.\n\n\nSection 8 -- Interpretation.\n\n  a. For the avoidance of doubt, this Public License does not, and\n     shall not be interpreted to, reduce, limit, restrict, or impose\n     conditions on any use of the Licensed Material that could lawfully\n     be made without permission under this Public License.\n\n  b. To the extent possible, if any provision of this Public License is\n     deemed unenforceable, it shall be automatically reformed to the\n     minimum extent necessary to make it enforceable. If the provision\n     cannot be reformed, it shall be severed from this Public License\n     without affecting the enforceability of the remaining terms and\n     conditions.\n\n  c. No term or condition of this Public License will be waived and no\n     failure to comply consented to unless expressly agreed to by the\n     Licensor.\n\n  d. Nothing in this Public License constitutes or may be interpreted\n     as a limitation upon, or waiver of, any privileges and immunities\n     that apply to the Licensor or You, including from the legal\n     processes of any jurisdiction or authority.\n\n\n=======================================================================\n\nCreative Commons is not a party to its public licenses.\nNotwithstanding, Creative Commons may elect to apply one of its public\nlicenses to material it publishes and in those instances will be\nconsidered the \"Licensor.\" Except for the limited purpose of indicating\nthat material is shared under a Creative Commons public license or as\notherwise permitted by the Creative Commons policies published at\ncreativecommons.org/policies, Creative Commons does not authorize the\nuse of the trademark \"Creative Commons\" or any other trademark or logo\nof Creative Commons without its prior written consent including,\nwithout limitation, in connection with any unauthorized modifications\nto any of its public licenses or any other arrangements,\nunderstandings, or agreements concerning use of licensed material. For\nthe avoidance of doubt, this paragraph does not form part of the public\nlicenses.\n\nCreative Commons may be contacted at creativecommons.org.\n"
  },
  {
    "path": "index.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" itemscope itemtype=\"http://schema.org/Article\">\n    <head>\n      <!--Import materialize.css-->\n      <link type=\"text/css\" rel=\"stylesheet\" href=\"css/materialize.min.css\"  media=\"screen,projection\"/>\n      <link type=\"text/css\" rel=\"stylesheet\" href=\"css/custom.css\"  media=\"screen,projection\"/>\n\n      <!--Let browser know website is optimized for mobile-->\n      <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\"/>\n\n      <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n    </head>\n\n    <body>\n      <!--Import jQuery before materialize.js-->\n      <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-2.1.1.min.js\"></script>\n      <script type=\"text/javascript\" src=\"js/materialize.min.js\"></script>\n\n     <div class=\"row\">\n\n      <div class=\"col s12 l4 left_content\">\n\n        <div class=\"collection card-panel\" style=\"padding: 0px\">\n          <div class=\"collection-header about_me_header\">\n            <span class=\"name\">Stan Kocken</span>\n          </div>\n\n          <div class=\"collection-item avatar\">\n            <img src=\"img/ico_date.svg\" class=\"icon\">\n            <span class=\"title\">27</span>\n            Years Old\n          </div>\n\n          <div class=\"divider\"></div>\n\n          <a href=\"mailto:stan.kocken+cv@gmail.com\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_email.svg\" class=\"icon\">\n            <span class=\"title\">stan.kocken@gmail.com</span>\n            Personal\n          </a>\n\n          <a href=\"http://www.stankocken.com?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_web.svg\" class=\"icon\">\n            <span class=\"title\">stankocken.com</span>\n            Personal\n          </a>\n\n          <div class=\"divider\"></div>\n\n          <a href=\"https://github.com/StanKocken?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_github.svg\" class=\"icon\">\n            <span class=\"title\">StanKocken</span>\n            GitHub\n          </a>\n\n          <div class=\"divider\"></div>\n\n          <a href=\"https://twitter.com/stan_kocken?utm_source=stankocken_cv?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_twitter.svg\" class=\"icon\">\n            <span class=\"title\">@stan_kocken</span>\n            Twitter\n          </a>\n\n          <a href=\"https://plus.google.com/u/0/+StanKOCKEN?utm_source=stankocken_cv?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_google_plus.svg\" class=\"icon\">\n            <span class=\"title\">+StanKocken</span>\n            Google Plus\n          </a>\n\n          <div class=\"divider\"></div>\n\n          <a href=\"https://www.linkedin.com/in/stankocken?utm_source=stankocken_cv?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_linkedin.svg\" class=\"icon\">\n            <span class=\"title\">stan-kocken</span>\n            Linkedin\n          </a>\n\n          <a href=\"http://www.viadeo.com/fr/profile/stan.kocken?utm_source=stankocken_cv?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"collection-item avatar\">\n            <img src=\"img/ico_viadeo.svg\" class=\"icon\">\n            <span class=\"title\">stan.kocken</span>\n            Viadeo\n          </a>\n\n        </div>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_interest.svg\" class=\"icon\">\n          <span class=\"title\">Interests</span>\n\n          <div class=\"skills\">\n\n              <span class=\"title\">Aviation</span>\n              Private Pilot Licence (PPL) in France<br />\n              Commercial Pilot Licence (CPL) in Canada\n\n              <span class=\"title\">Photography</span>\n              <a href=\"https://www.flickr.com/photos/stankoc?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">#Flickr</a> stankoc\n\n          </div>\n\n        </div>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_language.svg\" class=\"icon\">\n          <span class=\"title\">Language</span>\n          <div class=\"skills\">\n\n              <span class=\"title\">French</span>\n              Native Language\n\n              <span class=\"title\">English</span>\n              Good skills, both written and oral.<br />\n              <a href=\"https://www.ets.org/toeic?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">#TOEIC</a> (2010): 835/990<br />\n              Daily usage since November 2012\n\n          </div>\n        </div>\n\n      </div>\n\n\n      <div class=\"col s12 l8\">\n\n        <span class=\"cv_title\">Android Developer</span>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_work.svg\" class=\"icon\">\n          <span class=\"title\">Work Experience</span>\n\n          <div class=\"date_container\">\n\n            <span class=\"date\"><div class=\"round_mark\"></div>Nov 2012 - Present</span>\n            <div class=\"date_entry left_border\">\n              <span class=\"title\">Android Lead Developer <a href=\"http://www.preplaysports.com?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">@PrePlay</a></span>\n              <span class=\"location\"><img src=\"img/ico_map.svg\">Paris, France and New York City, USA</span>\n\n              <div class=\"app_container\">\n                <a href=\"https://play.google.com/store/apps/details?id=com.preplay.android.mlb&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_preplay_mlb.png\">\n                  <span class=\"title\">MLB Preplay</span>\n                  50k+ downloads\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=com.preplay.android.nhl&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_preplay_nhl.png\">\n                  <span class=\"title\">NHL Preplay</span>\n                  10k+ downloads\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=com.preplay.android.football&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_preplay_football.png\">\n                  <span class=\"title\">Preplay Football</span>\n                  5k+ downloads\n                </a>\n              </div>\n\n            </div>\n\n            <span class=\"date\"><div class=\"round_mark\"></div>Jan 2011 - Nov 2012</span>\n            <div class=\"date_entry left_border\">\n              <span class=\"title\">Android Lead Developer <a href=\"http://www.backelite.com?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">@Backelite</a></span>\n              <span class=\"location\"><img src=\"img/ico_map.svg\">Paris, France</span>\n\n              <div class=\"app_container\">\n                <a href=\"https://play.google.com/store/apps/details?id=com.dailymotion.dailymotion&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_dailymotion.png\">\n                  <span class=\"title\">Dailymotion</span>\n                  10M+ downloads<br />(until v2)\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=fr.creditagricole.androidapp&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_creditagricole.png\">\n                  <span class=\"title\">Ma Banque</span>\n                  1M+ downloads<br />(until v2)\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=com.lachainemeteo.marine.androidapp&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_chainemeteo_marine.png\">\n                  <span class=\"title\">Météo Marine</span>\n                  500k+ downloads<br />(until v1)\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=com.lachainemeteo.tablet.androidapp&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_chainemeteo_hd.png\">\n                  <span class=\"title truncate\">La Chaine Météo HD</span>\n                  500k+ downloads<br />(until v1)\n                </a>\n                <a href=\"https://play.google.com/store/apps/details?id=com.eurostar.androidapp&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n                  <img src=\"img/ico_app_eurostar.png\">\n                  <span class=\"title\">Eurostar</span>\n                  100k+ downloads<br />(until v1)\n                </a>\n                <span class=\"app_entry\">… and more</span>\n              </div>\n\n            </div>\n\n            <span class=\"date\"><div class=\"round_mark\"></div>Jun 2010 - Jan 2011</span>\n            <div class=\"date_entry\">\n              <span class=\"title\">Android / Windows Mobile / J2EE Developer <a href=\"http://www.chronolink.fr?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">@Chronolink</a></span>\n              <span class=\"location\"><img src=\"img/ico_map.svg\">Nantes, France</span>\n            </div>\n\n          </div>\n        </div>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_education.svg\" class=\"icon\">\n          <span class=\"title\">Education</span>\n\n          <div class=\"date_container\">\n\n            <span class=\"date\"><div class=\"round_mark\"></div>2008 - 2011</span>\n            <div class=\"date_entry left_border\">\n              <span class=\"title\">Master of Science in Engineering <a href=\"http://web.polytech.univ-nantes.fr?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">@Polytech’Nantes</a></span>\n              <span class=\"location\"><img src=\"img/ico_map.svg\">Nantes, France</span>\n              <span class=\"description\">Computer Science and Engineering</span>\n            </div>\n\n            <span class=\"date\"><div class=\"round_mark\"></div>2006 - 2008</span>\n            <div class=\"date_entry\">\n              <span class=\"title\">University Technology Diploma <a href=\"http://iut.univ-tours.fr?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"at\">@UniversiteTours</a></span>\n              <span class=\"location\"><img src=\"img/ico_map.svg\">Tours, France</span>\n              <span class=\"description\">Electrical Engineering and Industrial Automation.</span>\n            </div>\n\n          </div>\n\n        </div>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_personnal_project.svg\" class=\"icon\">\n          <span class=\"title\">Personal Projects</span>\n\n          <div class=\"app_container\">\n            <a href=\"https://play.google.com/store/apps/details?id=com.skocken.velibici&utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n              <img src=\"img/ico_app_velibici.png\">\n              <span class=\"title\">Velibici</span>\n              5k+ downloads\n            </a>\n            <a href=\"https://github.com/StanKocken/EfficientAdapter?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n              <img src=\"img/ico_github.svg\">\n              <span class=\"title\">EfficientAdapter</span>\n              246 stars\n            </a>\n            <a href=\"https://github.com/StanKocken/SVG2Drawable?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n              <img src=\"img/ico_github.svg\">\n              <span class=\"title\">SVG2Drawable</span>\n              124 stars\n            </a>\n            <a href=\"https://github.com/StanKocken/MaterialResume?utm_source=stankocken_cv&utm_medium=cv&utm_campaign=stankocken_cv\" target=\"_blank\" class=\"app_entry\">\n              <img src=\"img/ico_github.svg\">\n              <span class=\"title\">MaterialResume</span>\n              0 stars\n            </a>\n          </div>\n\n        </div>\n\n        <div class=\"card-panel cv_card\">\n          <img src=\"img/ico_skills.svg\" class=\"icon\">\n          <span class=\"title\">Professional Skills</span>\n          <div class=\"skills\">\n\n              <span class=\"title\">Mobile</span>\n              Android (Java), Windows Phone (C#), Windows Mobile (C#), J2ME (Java)\n\n              <span class=\"title\">Web / Server</span>\n              PHP, HTML, Javascript (CoffeeScript, AngularJS, NodeJS), Ruby\n\n              <span class=\"title\">Other</span>\n              WebService (REST, JSON, XML), WebSocket, CouchBase\n\n          </div>\n        </div>\n      </div>\n\n\n    </div>\n\n\n    </body>\n</html>\n"
  },
  {
    "path": "js/materialize.js",
    "content": "/*!\n * Materialize v0.95.3 (http://materializecss.com)\n * Copyright 2014-2015 Materialize\n * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)\n */\n/*\n * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/\n *\n * Uses the built in easing capabilities added In jQuery 1.1\n * to offer multiple easing options\n *\n * TERMS OF USE - jQuery Easing\n *\n * Open source under the BSD License.\n *\n * Copyright © 2008 George McGinley Smith\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without modification,\n * are permitted provided that the following conditions are met:\n *\n * Redistributions of source code must retain the above copyright notice, this list of\n * conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice, this list\n * of conditions and the following disclaimer in the documentation and/or other materials\n * provided with the distribution.\n *\n * Neither the name of the author nor the names of contributors may be used to endorse\n * or promote products derived from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY\n * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED\n * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n * OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n*/\n\n// t: current time, b: begInnIng value, c: change In value, d: duration\njQuery.easing['jswing'] = jQuery.easing['swing'];\n\njQuery.extend( jQuery.easing,\n{\n\tdef: 'easeOutQuad',\n\tswing: function (x, t, b, c, d) {\n\t\t//alert(jQuery.easing.default);\n\t\treturn jQuery.easing[jQuery.easing.def](x, t, b, c, d);\n\t},\n\teaseInQuad: function (x, t, b, c, d) {\n\t\treturn c*(t/=d)*t + b;\n\t},\n\teaseOutQuad: function (x, t, b, c, d) {\n\t\treturn -c *(t/=d)*(t-2) + b;\n\t},\n\teaseInOutQuad: function (x, t, b, c, d) {\n\t\tif ((t/=d/2) < 1) return c/2*t*t + b;\n\t\treturn -c/2 * ((--t)*(t-2) - 1) + b;\n\t},\n\teaseInCubic: function (x, t, b, c, d) {\n\t\treturn c*(t/=d)*t*t + b;\n\t},\n\teaseOutCubic: function (x, t, b, c, d) {\n\t\treturn c*((t=t/d-1)*t*t + 1) + b;\n\t},\n\teaseInOutCubic: function (x, t, b, c, d) {\n\t\tif ((t/=d/2) < 1) return c/2*t*t*t + b;\n\t\treturn c/2*((t-=2)*t*t + 2) + b;\n\t},\n\teaseInQuart: function (x, t, b, c, d) {\n\t\treturn c*(t/=d)*t*t*t + b;\n\t},\n\teaseOutQuart: function (x, t, b, c, d) {\n\t\treturn -c * ((t=t/d-1)*t*t*t - 1) + b;\n\t},\n\teaseInOutQuart: function (x, t, b, c, d) {\n\t\tif ((t/=d/2) < 1) return c/2*t*t*t*t + b;\n\t\treturn -c/2 * ((t-=2)*t*t*t - 2) + b;\n\t},\n\teaseInQuint: function (x, t, b, c, d) {\n\t\treturn c*(t/=d)*t*t*t*t + b;\n\t},\n\teaseOutQuint: function (x, t, b, c, d) {\n\t\treturn c*((t=t/d-1)*t*t*t*t + 1) + b;\n\t},\n\teaseInOutQuint: function (x, t, b, c, d) {\n\t\tif ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;\n\t\treturn c/2*((t-=2)*t*t*t*t + 2) + b;\n\t},\n\teaseInSine: function (x, t, b, c, d) {\n\t\treturn -c * Math.cos(t/d * (Math.PI/2)) + c + b;\n\t},\n\teaseOutSine: function (x, t, b, c, d) {\n\t\treturn c * Math.sin(t/d * (Math.PI/2)) + b;\n\t},\n\teaseInOutSine: function (x, t, b, c, d) {\n\t\treturn -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;\n\t},\n\teaseInExpo: function (x, t, b, c, d) {\n\t\treturn (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;\n\t},\n\teaseOutExpo: function (x, t, b, c, d) {\n\t\treturn (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;\n\t},\n\teaseInOutExpo: function (x, t, b, c, d) {\n\t\tif (t==0) return b;\n\t\tif (t==d) return b+c;\n\t\tif ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;\n\t\treturn c/2 * (-Math.pow(2, -10 * --t) + 2) + b;\n\t},\n\teaseInCirc: function (x, t, b, c, d) {\n\t\treturn -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;\n\t},\n\teaseOutCirc: function (x, t, b, c, d) {\n\t\treturn c * Math.sqrt(1 - (t=t/d-1)*t) + b;\n\t},\n\teaseInOutCirc: function (x, t, b, c, d) {\n\t\tif ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;\n\t\treturn c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;\n\t},\n\teaseInElastic: function (x, t, b, c, d) {\n\t\tvar s=1.70158;var p=0;var a=c;\n\t\tif (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;\n\t\tif (a < Math.abs(c)) { a=c; var s=p/4; }\n\t\telse var s = p/(2*Math.PI) * Math.asin (c/a);\n\t\treturn -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;\n\t},\n\teaseOutElastic: function (x, t, b, c, d) {\n\t\tvar s=1.70158;var p=0;var a=c;\n\t\tif (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;\n\t\tif (a < Math.abs(c)) { a=c; var s=p/4; }\n\t\telse var s = p/(2*Math.PI) * Math.asin (c/a);\n\t\treturn a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;\n\t},\n\teaseInOutElastic: function (x, t, b, c, d) {\n\t\tvar s=1.70158;var p=0;var a=c;\n\t\tif (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);\n\t\tif (a < Math.abs(c)) { a=c; var s=p/4; }\n\t\telse var s = p/(2*Math.PI) * Math.asin (c/a);\n\t\tif (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;\n\t\treturn a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;\n\t},\n\teaseInBack: function (x, t, b, c, d, s) {\n\t\tif (s == undefined) s = 1.70158;\n\t\treturn c*(t/=d)*t*((s+1)*t - s) + b;\n\t},\n\teaseOutBack: function (x, t, b, c, d, s) {\n\t\tif (s == undefined) s = 1.70158;\n\t\treturn c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;\n\t},\n\teaseInOutBack: function (x, t, b, c, d, s) {\n\t\tif (s == undefined) s = 1.70158;\n\t\tif ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;\n\t\treturn c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;\n\t},\n\teaseInBounce: function (x, t, b, c, d) {\n\t\treturn c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;\n\t},\n\teaseOutBounce: function (x, t, b, c, d) {\n\t\tif ((t/=d) < (1/2.75)) {\n\t\t\treturn c*(7.5625*t*t) + b;\n\t\t} else if (t < (2/2.75)) {\n\t\t\treturn c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;\n\t\t} else if (t < (2.5/2.75)) {\n\t\t\treturn c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;\n\t\t} else {\n\t\t\treturn c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;\n\t\t}\n\t},\n\teaseInOutBounce: function (x, t, b, c, d) {\n\t\tif (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;\n\t\treturn jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;\n\t}\n});\n\n/*\n *\n * TERMS OF USE - EASING EQUATIONS\n *\n * Open source under the BSD License.\n *\n * Copyright © 2001 Robert Penner\n * All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without modification,\n * are permitted provided that the following conditions are met:\n *\n * Redistributions of source code must retain the above copyright notice, this list of\n * conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright notice, this list\n * of conditions and the following disclaimer in the documentation and/or other materials\n * provided with the distribution.\n *\n * Neither the name of the author nor the names of contributors may be used to endorse\n * or promote products derived from this software without specific prior written permission.\n *\n * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY\n * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE\n *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\n *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE\n *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED\n * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n * OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n */;    // Custom Easing\n    jQuery.extend( jQuery.easing,\n    {\n      easeInOutMaterial: function (x, t, b, c, d) {\n        if ((t/=d/2) < 1) return c/2*t*t + b;\n        return c/4*((t-=2)*t*t + 2) + b;\n      }\n    });\n\n;/*! VelocityJS.org (1.1.0). (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */\n/*! VelocityJS.org jQuery Shim (1.0.1). (C) 2014 The jQuery Foundation. MIT @license: en.wikipedia.org/wiki/MIT_License. */\n!function(e){function t(e){var t=e.length,r=$.type(e);return\"function\"===r||$.isWindow(e)?!1:1===e.nodeType&&t?!0:\"array\"===r||0===t||\"number\"==typeof t&&t>0&&t-1 in e}if(!e.jQuery){var $=function(e,t){return new $.fn.init(e,t)};$.isWindow=function(e){return null!=e&&e==e.window},$.type=function(e){return null==e?e+\"\":\"object\"==typeof e||\"function\"==typeof e?a[o.call(e)]||\"object\":typeof e},$.isArray=Array.isArray||function(e){return\"array\"===$.type(e)},$.isPlainObject=function(e){var t;if(!e||\"object\"!==$.type(e)||e.nodeType||$.isWindow(e))return!1;try{if(e.constructor&&!n.call(e,\"constructor\")&&!n.call(e.constructor.prototype,\"isPrototypeOf\"))return!1}catch(r){return!1}for(t in e);return void 0===t||n.call(e,t)},$.each=function(e,r,a){var n,o=0,i=e.length,s=t(e);if(a){if(s)for(;i>o&&(n=r.apply(e[o],a),n!==!1);o++);else for(o in e)if(n=r.apply(e[o],a),n===!1)break}else if(s)for(;i>o&&(n=r.call(e[o],o,e[o]),n!==!1);o++);else for(o in e)if(n=r.call(e[o],o,e[o]),n===!1)break;return e},$.data=function(e,t,a){if(void 0===a){var n=e[$.expando],o=n&&r[n];if(void 0===t)return o;if(o&&t in o)return o[t]}else if(void 0!==t){var n=e[$.expando]||(e[$.expando]=++$.uuid);return r[n]=r[n]||{},r[n][t]=a,a}},$.removeData=function(e,t){var a=e[$.expando],n=a&&r[a];n&&$.each(t,function(e,t){delete n[t]})},$.extend=function(){var e,t,r,a,n,o,i=arguments[0]||{},s=1,l=arguments.length,u=!1;for(\"boolean\"==typeof i&&(u=i,i=arguments[s]||{},s++),\"object\"!=typeof i&&\"function\"!==$.type(i)&&(i={}),s===l&&(i=this,s--);l>s;s++)if(null!=(n=arguments[s]))for(a in n)e=i[a],r=n[a],i!==r&&(u&&r&&($.isPlainObject(r)||(t=$.isArray(r)))?(t?(t=!1,o=e&&$.isArray(e)?e:[]):o=e&&$.isPlainObject(e)?e:{},i[a]=$.extend(u,o,r)):void 0!==r&&(i[a]=r));return i},$.queue=function(e,r,a){function n(e,r){var a=r||[];return null!=e&&(t(Object(e))?!function(e,t){for(var r=+t.length,a=0,n=e.length;r>a;)e[n++]=t[a++];if(r!==r)for(;void 0!==t[a];)e[n++]=t[a++];return e.length=n,e}(a,\"string\"==typeof e?[e]:e):[].push.call(a,e)),a}if(e){r=(r||\"fx\")+\"queue\";var o=$.data(e,r);return a?(!o||$.isArray(a)?o=$.data(e,r,n(a)):o.push(a),o):o||[]}},$.dequeue=function(e,t){$.each(e.nodeType?[e]:e,function(e,r){t=t||\"fx\";var a=$.queue(r,t),n=a.shift();\"inprogress\"===n&&(n=a.shift()),n&&(\"fx\"===t&&a.unshift(\"inprogress\"),n.call(r,function(){$.dequeue(r,t)}))})},$.fn=$.prototype={init:function(e){if(e.nodeType)return this[0]=e,this;throw new Error(\"Not a DOM node.\")},offset:function(){var t=this[0].getBoundingClientRect?this[0].getBoundingClientRect():{top:0,left:0};return{top:t.top+(e.pageYOffset||document.scrollTop||0)-(document.clientTop||0),left:t.left+(e.pageXOffset||document.scrollLeft||0)-(document.clientLeft||0)}},position:function(){function e(){for(var e=this.offsetParent||document;e&&\"html\"===!e.nodeType.toLowerCase&&\"static\"===e.style.position;)e=e.offsetParent;return e||document}var t=this[0],e=e.apply(t),r=this.offset(),a=/^(?:body|html)$/i.test(e.nodeName)?{top:0,left:0}:$(e).offset();return r.top-=parseFloat(t.style.marginTop)||0,r.left-=parseFloat(t.style.marginLeft)||0,e.style&&(a.top+=parseFloat(e.style.borderTopWidth)||0,a.left+=parseFloat(e.style.borderLeftWidth)||0),{top:r.top-a.top,left:r.left-a.left}}};var r={};$.expando=\"velocity\"+(new Date).getTime(),$.uuid=0;for(var a={},n=a.hasOwnProperty,o=a.toString,i=\"Boolean Number String Function Array Date RegExp Object Error\".split(\" \"),s=0;s<i.length;s++)a[\"[object \"+i[s]+\"]\"]=i[s].toLowerCase();$.fn.init.prototype=$.fn,e.Velocity={Utilities:$}}}(window),function(e){\"object\"==typeof module&&\"object\"==typeof module.exports?module.exports=e():\"function\"==typeof define&&define.amd?define(e):e()}(function(){return function(e,t,r,a){function n(e){for(var t=-1,r=e?e.length:0,a=[];++t<r;){var n=e[t];n&&a.push(n)}return a}function o(e){return g.isWrapped(e)?e=[].slice.call(e):g.isNode(e)&&(e=[e]),e}function i(e){var t=$.data(e,\"velocity\");return null===t?a:t}function s(e){return function(t){return Math.round(t*e)*(1/e)}}function l(e,r,a,n){function o(e,t){return 1-3*t+3*e}function i(e,t){return 3*t-6*e}function s(e){return 3*e}function l(e,t,r){return((o(t,r)*e+i(t,r))*e+s(t))*e}function u(e,t,r){return 3*o(t,r)*e*e+2*i(t,r)*e+s(t)}function c(t,r){for(var n=0;m>n;++n){var o=u(r,e,a);if(0===o)return r;var i=l(r,e,a)-t;r-=i/o}return r}function p(){for(var t=0;b>t;++t)w[t]=l(t*x,e,a)}function f(t,r,n){var o,i,s=0;do i=r+(n-r)/2,o=l(i,e,a)-t,o>0?n=i:r=i;while(Math.abs(o)>h&&++s<v);return i}function d(t){for(var r=0,n=1,o=b-1;n!=o&&w[n]<=t;++n)r+=x;--n;var i=(t-w[n])/(w[n+1]-w[n]),s=r+i*x,l=u(s,e,a);return l>=y?c(t,s):0==l?s:f(t,r,r+x)}function g(){V=!0,(e!=r||a!=n)&&p()}var m=4,y=.001,h=1e-7,v=10,b=11,x=1/(b-1),S=\"Float32Array\"in t;if(4!==arguments.length)return!1;for(var P=0;4>P;++P)if(\"number\"!=typeof arguments[P]||isNaN(arguments[P])||!isFinite(arguments[P]))return!1;e=Math.min(e,1),a=Math.min(a,1),e=Math.max(e,0),a=Math.max(a,0);var w=S?new Float32Array(b):new Array(b),V=!1,C=function(t){return V||g(),e===r&&a===n?t:0===t?0:1===t?1:l(d(t),r,n)};C.getControlPoints=function(){return[{x:e,y:r},{x:a,y:n}]};var T=\"generateBezier(\"+[e,r,a,n]+\")\";return C.toString=function(){return T},C}function u(e,t){var r=e;return g.isString(e)?v.Easings[e]||(r=!1):r=g.isArray(e)&&1===e.length?s.apply(null,e):g.isArray(e)&&2===e.length?b.apply(null,e.concat([t])):g.isArray(e)&&4===e.length?l.apply(null,e):!1,r===!1&&(r=v.Easings[v.defaults.easing]?v.defaults.easing:h),r}function c(e){if(e)for(var t=(new Date).getTime(),r=0,n=v.State.calls.length;n>r;r++)if(v.State.calls[r]){var o=v.State.calls[r],s=o[0],l=o[2],u=o[3],f=!!u;u||(u=v.State.calls[r][3]=t-16);for(var d=Math.min((t-u)/l.duration,1),m=0,y=s.length;y>m;m++){var h=s[m],b=h.element;if(i(b)){var S=!1;if(l.display!==a&&null!==l.display&&\"none\"!==l.display){if(\"flex\"===l.display){var w=[\"-webkit-box\",\"-moz-box\",\"-ms-flexbox\",\"-webkit-flex\"];$.each(w,function(e,t){x.setPropertyValue(b,\"display\",t)})}x.setPropertyValue(b,\"display\",l.display)}l.visibility!==a&&\"hidden\"!==l.visibility&&x.setPropertyValue(b,\"visibility\",l.visibility);for(var V in h)if(\"element\"!==V){var C=h[V],T,k=g.isString(C.easing)?v.Easings[C.easing]:C.easing;if(1===d)T=C.endValue;else if(T=C.startValue+(C.endValue-C.startValue)*k(d),!f&&T===C.currentValue)continue;if(C.currentValue=T,x.Hooks.registered[V]){var A=x.Hooks.getRoot(V),F=i(b).rootPropertyValueCache[A];F&&(C.rootPropertyValue=F)}var E=x.setPropertyValue(b,V,C.currentValue+(0===parseFloat(T)?\"\":C.unitType),C.rootPropertyValue,C.scrollData);x.Hooks.registered[V]&&(i(b).rootPropertyValueCache[A]=x.Normalizations.registered[A]?x.Normalizations.registered[A](\"extract\",null,E[1]):E[1]),\"transform\"===E[0]&&(S=!0)}l.mobileHA&&i(b).transformCache.translate3d===a&&(i(b).transformCache.translate3d=\"(0px, 0px, 0px)\",S=!0),S&&x.flushTransformCache(b)}}l.display!==a&&\"none\"!==l.display&&(v.State.calls[r][2].display=!1),l.visibility!==a&&\"hidden\"!==l.visibility&&(v.State.calls[r][2].visibility=!1),l.progress&&l.progress.call(o[1],o[1],d,Math.max(0,u+l.duration-t),u),1===d&&p(r)}v.State.isTicking&&P(c)}function p(e,t){if(!v.State.calls[e])return!1;for(var r=v.State.calls[e][0],n=v.State.calls[e][1],o=v.State.calls[e][2],s=v.State.calls[e][4],l=!1,u=0,c=r.length;c>u;u++){var p=r[u].element;if(t||o.loop||(\"none\"===o.display&&x.setPropertyValue(p,\"display\",o.display),\"hidden\"===o.visibility&&x.setPropertyValue(p,\"visibility\",o.visibility)),o.loop!==!0&&($.queue(p)[1]===a||!/\\.velocityQueueEntryFlag/i.test($.queue(p)[1]))&&i(p)){i(p).isAnimating=!1,i(p).rootPropertyValueCache={};var f=!1;$.each(x.Lists.transforms3D,function(e,t){var r=/^scale/.test(t)?1:0,n=i(p).transformCache[t];i(p).transformCache[t]!==a&&new RegExp(\"^\\\\(\"+r+\"[^.]\").test(n)&&(f=!0,delete i(p).transformCache[t])}),o.mobileHA&&(f=!0,delete i(p).transformCache.translate3d),f&&x.flushTransformCache(p),x.Values.removeClass(p,\"velocity-animating\")}if(!t&&o.complete&&!o.loop&&u===c-1)try{o.complete.call(n,n)}catch(d){setTimeout(function(){throw d},1)}s&&o.loop!==!0&&s(n),o.loop!==!0||t||($.each(i(p).tweensContainer,function(e,t){/^rotate/.test(e)&&360===parseFloat(t.endValue)&&(t.endValue=0,t.startValue=360)}),v(p,\"reverse\",{loop:!0,delay:o.delay})),o.queue!==!1&&$.dequeue(p,o.queue)}v.State.calls[e]=!1;for(var g=0,m=v.State.calls.length;m>g;g++)if(v.State.calls[g]!==!1){l=!0;break}l===!1&&(v.State.isTicking=!1,delete v.State.calls,v.State.calls=[])}var f=function(){if(r.documentMode)return r.documentMode;for(var e=7;e>4;e--){var t=r.createElement(\"div\");if(t.innerHTML=\"<!--[if IE \"+e+\"]><span></span><![endif]-->\",t.getElementsByTagName(\"span\").length)return t=null,e}return a}(),d=function(){var e=0;return t.webkitRequestAnimationFrame||t.mozRequestAnimationFrame||function(t){var r=(new Date).getTime(),a;return a=Math.max(0,16-(r-e)),e=r+a,setTimeout(function(){t(r+a)},a)}}(),g={isString:function(e){return\"string\"==typeof e},isArray:Array.isArray||function(e){return\"[object Array]\"===Object.prototype.toString.call(e)},isFunction:function(e){return\"[object Function]\"===Object.prototype.toString.call(e)},isNode:function(e){return e&&e.nodeType},isNodeList:function(e){return\"object\"==typeof e&&/^\\[object (HTMLCollection|NodeList|Object)\\]$/.test(Object.prototype.toString.call(e))&&e.length!==a&&(0===e.length||\"object\"==typeof e[0]&&e[0].nodeType>0)},isWrapped:function(e){return e&&(e.jquery||t.Zepto&&t.Zepto.zepto.isZ(e))},isSVG:function(e){return t.SVGElement&&e instanceof t.SVGElement},isEmptyObject:function(e){for(var t in e)return!1;return!0}},$,m=!1;if(e.fn&&e.fn.jquery?($=e,m=!0):$=t.Velocity.Utilities,8>=f&&!m)throw new Error(\"Velocity: IE8 and below require jQuery to be loaded before Velocity.\");if(7>=f)return void(jQuery.fn.velocity=jQuery.fn.animate);var y=400,h=\"swing\",v={State:{isMobile:/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),isAndroid:/Android/i.test(navigator.userAgent),isGingerbread:/Android 2\\.3\\.[3-7]/i.test(navigator.userAgent),isChrome:t.chrome,isFirefox:/Firefox/i.test(navigator.userAgent),prefixElement:r.createElement(\"div\"),prefixMatches:{},scrollAnchor:null,scrollPropertyLeft:null,scrollPropertyTop:null,isTicking:!1,calls:[]},CSS:{},Utilities:$,Redirects:{},Easings:{},Promise:t.Promise,defaults:{queue:\"\",duration:y,easing:h,begin:a,complete:a,progress:a,display:a,visibility:a,loop:!1,delay:!1,mobileHA:!0,_cacheValues:!0},init:function(e){$.data(e,\"velocity\",{isSVG:g.isSVG(e),isAnimating:!1,computedStyle:null,tweensContainer:null,rootPropertyValueCache:{},transformCache:{}})},hook:null,mock:!1,version:{major:1,minor:1,patch:0},debug:!1};t.pageYOffset!==a?(v.State.scrollAnchor=t,v.State.scrollPropertyLeft=\"pageXOffset\",v.State.scrollPropertyTop=\"pageYOffset\"):(v.State.scrollAnchor=r.documentElement||r.body.parentNode||r.body,v.State.scrollPropertyLeft=\"scrollLeft\",v.State.scrollPropertyTop=\"scrollTop\");var b=function(){function e(e){return-e.tension*e.x-e.friction*e.v}function t(t,r,a){var n={x:t.x+a.dx*r,v:t.v+a.dv*r,tension:t.tension,friction:t.friction};return{dx:n.v,dv:e(n)}}function r(r,a){var n={dx:r.v,dv:e(r)},o=t(r,.5*a,n),i=t(r,.5*a,o),s=t(r,a,i),l=1/6*(n.dx+2*(o.dx+i.dx)+s.dx),u=1/6*(n.dv+2*(o.dv+i.dv)+s.dv);return r.x=r.x+l*a,r.v=r.v+u*a,r}return function a(e,t,n){var o={x:-1,v:0,tension:null,friction:null},i=[0],s=0,l=1e-4,u=.016,c,p,f;for(e=parseFloat(e)||500,t=parseFloat(t)||20,n=n||null,o.tension=e,o.friction=t,c=null!==n,c?(s=a(e,t),p=s/n*u):p=u;;)if(f=r(f||o,p),i.push(1+f.x),s+=16,!(Math.abs(f.x)>l&&Math.abs(f.v)>l))break;return c?function(e){return i[e*(i.length-1)|0]}:s}}();v.Easings={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},spring:function(e){return 1-Math.cos(4.5*e*Math.PI)*Math.exp(6*-e)}},$.each([[\"ease\",[.25,.1,.25,1]],[\"ease-in\",[.42,0,1,1]],[\"ease-out\",[0,0,.58,1]],[\"ease-in-out\",[.42,0,.58,1]],[\"easeInSine\",[.47,0,.745,.715]],[\"easeOutSine\",[.39,.575,.565,1]],[\"easeInOutSine\",[.445,.05,.55,.95]],[\"easeInQuad\",[.55,.085,.68,.53]],[\"easeOutQuad\",[.25,.46,.45,.94]],[\"easeInOutQuad\",[.455,.03,.515,.955]],[\"easeInCubic\",[.55,.055,.675,.19]],[\"easeOutCubic\",[.215,.61,.355,1]],[\"easeInOutCubic\",[.645,.045,.355,1]],[\"easeInQuart\",[.895,.03,.685,.22]],[\"easeOutQuart\",[.165,.84,.44,1]],[\"easeInOutQuart\",[.77,0,.175,1]],[\"easeInQuint\",[.755,.05,.855,.06]],[\"easeOutQuint\",[.23,1,.32,1]],[\"easeInOutQuint\",[.86,0,.07,1]],[\"easeInExpo\",[.95,.05,.795,.035]],[\"easeOutExpo\",[.19,1,.22,1]],[\"easeInOutExpo\",[1,0,0,1]],[\"easeInCirc\",[.6,.04,.98,.335]],[\"easeOutCirc\",[.075,.82,.165,1]],[\"easeInOutCirc\",[.785,.135,.15,.86]]],function(e,t){v.Easings[t[0]]=l.apply(null,t[1])});var x=v.CSS={RegEx:{isHex:/^#([A-f\\d]{3}){1,2}$/i,valueUnwrap:/^[A-z]+\\((.*)\\)$/i,wrappedValueAlreadyExtracted:/[0-9.]+ [0-9.]+ [0-9.]+( [0-9.]+)?/,valueSplit:/([A-z]+\\(.+\\))|(([A-z0-9#-.]+?)(?=\\s|$))/gi},Lists:{colors:[\"fill\",\"stroke\",\"stopColor\",\"color\",\"backgroundColor\",\"borderColor\",\"borderTopColor\",\"borderRightColor\",\"borderBottomColor\",\"borderLeftColor\",\"outlineColor\"],transformsBase:[\"translateX\",\"translateY\",\"scale\",\"scaleX\",\"scaleY\",\"skewX\",\"skewY\",\"rotateZ\"],transforms3D:[\"transformPerspective\",\"translateZ\",\"scaleZ\",\"rotateX\",\"rotateY\"]},Hooks:{templates:{textShadow:[\"Color X Y Blur\",\"black 0px 0px 0px\"],boxShadow:[\"Color X Y Blur Spread\",\"black 0px 0px 0px 0px\"],clip:[\"Top Right Bottom Left\",\"0px 0px 0px 0px\"],backgroundPosition:[\"X Y\",\"0% 0%\"],transformOrigin:[\"X Y Z\",\"50% 50% 0px\"],perspectiveOrigin:[\"X Y\",\"50% 50%\"]},registered:{},register:function(){for(var e=0;e<x.Lists.colors.length;e++){var t=\"color\"===x.Lists.colors[e]?\"0 0 0 1\":\"255 255 255 1\";x.Hooks.templates[x.Lists.colors[e]]=[\"Red Green Blue Alpha\",t]}var r,a,n;if(f)for(r in x.Hooks.templates){a=x.Hooks.templates[r],n=a[0].split(\" \");var o=a[1].match(x.RegEx.valueSplit);\"Color\"===n[0]&&(n.push(n.shift()),o.push(o.shift()),x.Hooks.templates[r]=[n.join(\" \"),o.join(\" \")])}for(r in x.Hooks.templates){a=x.Hooks.templates[r],n=a[0].split(\" \");for(var e in n){var i=r+n[e],s=e;x.Hooks.registered[i]=[r,s]}}},getRoot:function(e){var t=x.Hooks.registered[e];return t?t[0]:e},cleanRootPropertyValue:function(e,t){return x.RegEx.valueUnwrap.test(t)&&(t=t.match(x.RegEx.valueUnwrap)[1]),x.Values.isCSSNullValue(t)&&(t=x.Hooks.templates[e][1]),t},extractValue:function(e,t){var r=x.Hooks.registered[e];if(r){var a=r[0],n=r[1];return t=x.Hooks.cleanRootPropertyValue(a,t),t.toString().match(x.RegEx.valueSplit)[n]}return t},injectValue:function(e,t,r){var a=x.Hooks.registered[e];if(a){var n=a[0],o=a[1],i,s;return r=x.Hooks.cleanRootPropertyValue(n,r),i=r.toString().match(x.RegEx.valueSplit),i[o]=t,s=i.join(\" \")}return r}},Normalizations:{registered:{clip:function(e,t,r){switch(e){case\"name\":return\"clip\";case\"extract\":var a;return x.RegEx.wrappedValueAlreadyExtracted.test(r)?a=r:(a=r.toString().match(x.RegEx.valueUnwrap),a=a?a[1].replace(/,(\\s+)?/g,\" \"):r),a;case\"inject\":return\"rect(\"+r+\")\"}},blur:function(e,t,r){switch(e){case\"name\":return\"-webkit-filter\";case\"extract\":var a=parseFloat(r);if(!a&&0!==a){var n=r.toString().match(/blur\\(([0-9]+[A-z]+)\\)/i);a=n?n[1]:0}return a;case\"inject\":return parseFloat(r)?\"blur(\"+r+\")\":\"none\"}},opacity:function(e,t,r){if(8>=f)switch(e){case\"name\":return\"filter\";case\"extract\":var a=r.toString().match(/alpha\\(opacity=(.*)\\)/i);return r=a?a[1]/100:1;case\"inject\":return t.style.zoom=1,parseFloat(r)>=1?\"\":\"alpha(opacity=\"+parseInt(100*parseFloat(r),10)+\")\"}else switch(e){case\"name\":return\"opacity\";case\"extract\":return r;case\"inject\":return r}}},register:function(){9>=f||v.State.isGingerbread||(x.Lists.transformsBase=x.Lists.transformsBase.concat(x.Lists.transforms3D));for(var e=0;e<x.Lists.transformsBase.length;e++)!function(){var t=x.Lists.transformsBase[e];x.Normalizations.registered[t]=function(e,r,n){switch(e){case\"name\":return\"transform\";case\"extract\":return i(r)===a||i(r).transformCache[t]===a?/^scale/i.test(t)?1:0:i(r).transformCache[t].replace(/[()]/g,\"\");case\"inject\":var o=!1;switch(t.substr(0,t.length-1)){case\"translate\":o=!/(%|px|em|rem|vw|vh|\\d)$/i.test(n);break;case\"scal\":case\"scale\":v.State.isAndroid&&i(r).transformCache[t]===a&&1>n&&(n=1),o=!/(\\d)$/i.test(n);break;case\"skew\":o=!/(deg|\\d)$/i.test(n);break;case\"rotate\":o=!/(deg|\\d)$/i.test(n)}return o||(i(r).transformCache[t]=\"(\"+n+\")\"),i(r).transformCache[t]}}}();for(var e=0;e<x.Lists.colors.length;e++)!function(){var t=x.Lists.colors[e];x.Normalizations.registered[t]=function(e,r,n){switch(e){case\"name\":return t;case\"extract\":var o;if(x.RegEx.wrappedValueAlreadyExtracted.test(n))o=n;else{var i,s={black:\"rgb(0, 0, 0)\",blue:\"rgb(0, 0, 255)\",gray:\"rgb(128, 128, 128)\",green:\"rgb(0, 128, 0)\",red:\"rgb(255, 0, 0)\",white:\"rgb(255, 255, 255)\"};/^[A-z]+$/i.test(n)?i=s[n]!==a?s[n]:s.black:x.RegEx.isHex.test(n)?i=\"rgb(\"+x.Values.hexToRgb(n).join(\" \")+\")\":/^rgba?\\(/i.test(n)||(i=s.black),o=(i||n).toString().match(x.RegEx.valueUnwrap)[1].replace(/,(\\s+)?/g,\" \")}return 8>=f||3!==o.split(\" \").length||(o+=\" 1\"),o;case\"inject\":return 8>=f?4===n.split(\" \").length&&(n=n.split(/\\s+/).slice(0,3).join(\" \")):3===n.split(\" \").length&&(n+=\" 1\"),(8>=f?\"rgb\":\"rgba\")+\"(\"+n.replace(/\\s+/g,\",\").replace(/\\.(\\d)+(?=,)/g,\"\")+\")\"}}}()}},Names:{camelCase:function(e){return e.replace(/-(\\w)/g,function(e,t){return t.toUpperCase()})},SVGAttribute:function(e){var t=\"width|height|x|y|cx|cy|r|rx|ry|x1|x2|y1|y2\";return(f||v.State.isAndroid&&!v.State.isChrome)&&(t+=\"|transform\"),new RegExp(\"^(\"+t+\")$\",\"i\").test(e)},prefixCheck:function(e){if(v.State.prefixMatches[e])return[v.State.prefixMatches[e],!0];for(var t=[\"\",\"Webkit\",\"Moz\",\"ms\",\"O\"],r=0,a=t.length;a>r;r++){var n;if(n=0===r?e:t[r]+e.replace(/^\\w/,function(e){return e.toUpperCase()}),g.isString(v.State.prefixElement.style[n]))return v.State.prefixMatches[e]=n,[n,!0]}return[e,!1]}},Values:{hexToRgb:function(e){var t=/^#?([a-f\\d])([a-f\\d])([a-f\\d])$/i,r=/^#?([a-f\\d]{2})([a-f\\d]{2})([a-f\\d]{2})$/i,a;return e=e.replace(t,function(e,t,r,a){return t+t+r+r+a+a}),a=r.exec(e),a?[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16)]:[0,0,0]},isCSSNullValue:function(e){return 0==e||/^(none|auto|transparent|(rgba\\(0, ?0, ?0, ?0\\)))$/i.test(e)},getUnitType:function(e){return/^(rotate|skew)/i.test(e)?\"deg\":/(^(scale|scaleX|scaleY|scaleZ|alpha|flexGrow|flexHeight|zIndex|fontWeight)$)|((opacity|red|green|blue|alpha)$)/i.test(e)?\"\":\"px\"},getDisplayType:function(e){var t=e&&e.tagName.toString().toLowerCase();return/^(b|big|i|small|tt|abbr|acronym|cite|code|dfn|em|kbd|strong|samp|var|a|bdo|br|img|map|object|q|script|span|sub|sup|button|input|label|select|textarea)$/i.test(t)?\"inline\":/^(li)$/i.test(t)?\"list-item\":/^(tr)$/i.test(t)?\"table-row\":\"block\"},addClass:function(e,t){e.classList?e.classList.add(t):e.className+=(e.className.length?\" \":\"\")+t},removeClass:function(e,t){e.classList?e.classList.remove(t):e.className=e.className.toString().replace(new RegExp(\"(^|\\\\s)\"+t.split(\" \").join(\"|\")+\"(\\\\s|$)\",\"gi\"),\" \")}},getPropertyValue:function(e,r,n,o){function s(e,r){function n(){u&&x.setPropertyValue(e,\"display\",\"none\")}var l=0;if(8>=f)l=$.css(e,r);else{var u=!1;if(/^(width|height)$/.test(r)&&0===x.getPropertyValue(e,\"display\")&&(u=!0,x.setPropertyValue(e,\"display\",x.Values.getDisplayType(e))),!o){if(\"height\"===r&&\"border-box\"!==x.getPropertyValue(e,\"boxSizing\").toString().toLowerCase()){var c=e.offsetHeight-(parseFloat(x.getPropertyValue(e,\"borderTopWidth\"))||0)-(parseFloat(x.getPropertyValue(e,\"borderBottomWidth\"))||0)-(parseFloat(x.getPropertyValue(e,\"paddingTop\"))||0)-(parseFloat(x.getPropertyValue(e,\"paddingBottom\"))||0);return n(),c}if(\"width\"===r&&\"border-box\"!==x.getPropertyValue(e,\"boxSizing\").toString().toLowerCase()){var p=e.offsetWidth-(parseFloat(x.getPropertyValue(e,\"borderLeftWidth\"))||0)-(parseFloat(x.getPropertyValue(e,\"borderRightWidth\"))||0)-(parseFloat(x.getPropertyValue(e,\"paddingLeft\"))||0)-(parseFloat(x.getPropertyValue(e,\"paddingRight\"))||0);return n(),p}}var d;d=i(e)===a?t.getComputedStyle(e,null):i(e).computedStyle?i(e).computedStyle:i(e).computedStyle=t.getComputedStyle(e,null),(f||v.State.isFirefox)&&\"borderColor\"===r&&(r=\"borderTopColor\"),l=9===f&&\"filter\"===r?d.getPropertyValue(r):d[r],(\"\"===l||null===l)&&(l=e.style[r]),n()}if(\"auto\"===l&&/^(top|right|bottom|left)$/i.test(r)){var g=s(e,\"position\");(\"fixed\"===g||\"absolute\"===g&&/top|left/i.test(r))&&(l=$(e).position()[r]+\"px\")}return l}var l;if(x.Hooks.registered[r]){var u=r,c=x.Hooks.getRoot(u);n===a&&(n=x.getPropertyValue(e,x.Names.prefixCheck(c)[0])),x.Normalizations.registered[c]&&(n=x.Normalizations.registered[c](\"extract\",e,n)),l=x.Hooks.extractValue(u,n)}else if(x.Normalizations.registered[r]){var p,d;p=x.Normalizations.registered[r](\"name\",e),\"transform\"!==p&&(d=s(e,x.Names.prefixCheck(p)[0]),x.Values.isCSSNullValue(d)&&x.Hooks.templates[r]&&(d=x.Hooks.templates[r][1])),l=x.Normalizations.registered[r](\"extract\",e,d)}return/^[\\d-]/.test(l)||(l=i(e)&&i(e).isSVG&&x.Names.SVGAttribute(r)?/^(height|width)$/i.test(r)?e.getBBox()[r]:e.getAttribute(r):s(e,x.Names.prefixCheck(r)[0])),x.Values.isCSSNullValue(l)&&(l=0),v.debug>=2&&console.log(\"Get \"+r+\": \"+l),l},setPropertyValue:function(e,r,a,n,o){var s=r;if(\"scroll\"===r)o.container?o.container[\"scroll\"+o.direction]=a:\"Left\"===o.direction?t.scrollTo(a,o.alternateValue):t.scrollTo(o.alternateValue,a);else if(x.Normalizations.registered[r]&&\"transform\"===x.Normalizations.registered[r](\"name\",e))x.Normalizations.registered[r](\"inject\",e,a),s=\"transform\",a=i(e).transformCache[r];else{if(x.Hooks.registered[r]){var l=r,u=x.Hooks.getRoot(r);n=n||x.getPropertyValue(e,u),a=x.Hooks.injectValue(l,a,n),r=u}if(x.Normalizations.registered[r]&&(a=x.Normalizations.registered[r](\"inject\",e,a),r=x.Normalizations.registered[r](\"name\",e)),s=x.Names.prefixCheck(r)[0],8>=f)try{e.style[s]=a}catch(c){v.debug&&console.log(\"Browser does not support [\"+a+\"] for [\"+s+\"]\")}else i(e)&&i(e).isSVG&&x.Names.SVGAttribute(r)?e.setAttribute(r,a):e.style[s]=a;v.debug>=2&&console.log(\"Set \"+r+\" (\"+s+\"): \"+a)}return[s,a]},flushTransformCache:function(e){function t(t){return parseFloat(x.getPropertyValue(e,t))}var r=\"\";if((f||v.State.isAndroid&&!v.State.isChrome)&&i(e).isSVG){var a={translate:[t(\"translateX\"),t(\"translateY\")],skewX:[t(\"skewX\")],skewY:[t(\"skewY\")],scale:1!==t(\"scale\")?[t(\"scale\"),t(\"scale\")]:[t(\"scaleX\"),t(\"scaleY\")],rotate:[t(\"rotateZ\"),0,0]};$.each(i(e).transformCache,function(e){/^translate/i.test(e)?e=\"translate\":/^scale/i.test(e)?e=\"scale\":/^rotate/i.test(e)&&(e=\"rotate\"),a[e]&&(r+=e+\"(\"+a[e].join(\" \")+\") \",delete a[e])})}else{var n,o;$.each(i(e).transformCache,function(t){return n=i(e).transformCache[t],\"transformPerspective\"===t?(o=n,!0):(9===f&&\"rotateZ\"===t&&(t=\"rotate\"),void(r+=t+n+\" \"))}),o&&(r=\"perspective\"+o+\" \"+r)}x.setPropertyValue(e,\"transform\",r)}};x.Hooks.register(),x.Normalizations.register(),v.hook=function(e,t,r){var n=a;return e=o(e),$.each(e,function(e,o){if(i(o)===a&&v.init(o),r===a)n===a&&(n=v.CSS.getPropertyValue(o,t));else{var s=v.CSS.setPropertyValue(o,t,r);\"transform\"===s[0]&&v.CSS.flushTransformCache(o),n=s}}),n};var S=function(){function e(){return f?k.promise||null:d}function s(){function e(e){function f(e,t){var r=a,n=a,i=a;return g.isArray(e)?(r=e[0],!g.isArray(e[1])&&/^[\\d-]/.test(e[1])||g.isFunction(e[1])||x.RegEx.isHex.test(e[1])?i=e[1]:(g.isString(e[1])&&!x.RegEx.isHex.test(e[1])||g.isArray(e[1]))&&(n=t?e[1]:u(e[1],s.duration),e[2]!==a&&(i=e[2]))):r=e,t||(n=n||s.easing),g.isFunction(r)&&(r=r.call(o,V,w)),g.isFunction(i)&&(i=i.call(o,V,w)),[r||0,n,i]}function d(e,t){var r,a;return a=(t||\"0\").toString().toLowerCase().replace(/[%A-z]+$/,function(e){return r=e,\"\"}),r||(r=x.Values.getUnitType(e)),[a,r]}function m(){var e={myParent:o.parentNode||r.body,position:x.getPropertyValue(o,\"position\"),fontSize:x.getPropertyValue(o,\"fontSize\")},a=e.position===L.lastPosition&&e.myParent===L.lastParent,n=e.fontSize===L.lastFontSize;L.lastParent=e.myParent,L.lastPosition=e.position,L.lastFontSize=e.fontSize;var s=100,l={};if(n&&a)l.emToPx=L.lastEmToPx,l.percentToPxWidth=L.lastPercentToPxWidth,l.percentToPxHeight=L.lastPercentToPxHeight;else{var u=i(o).isSVG?r.createElementNS(\"http://www.w3.org/2000/svg\",\"rect\"):r.createElement(\"div\");v.init(u),e.myParent.appendChild(u),$.each([\"overflow\",\"overflowX\",\"overflowY\"],function(e,t){v.CSS.setPropertyValue(u,t,\"hidden\")}),v.CSS.setPropertyValue(u,\"position\",e.position),v.CSS.setPropertyValue(u,\"fontSize\",e.fontSize),v.CSS.setPropertyValue(u,\"boxSizing\",\"content-box\"),$.each([\"minWidth\",\"maxWidth\",\"width\",\"minHeight\",\"maxHeight\",\"height\"],function(e,t){v.CSS.setPropertyValue(u,t,s+\"%\")}),v.CSS.setPropertyValue(u,\"paddingLeft\",s+\"em\"),l.percentToPxWidth=L.lastPercentToPxWidth=(parseFloat(x.getPropertyValue(u,\"width\",null,!0))||1)/s,l.percentToPxHeight=L.lastPercentToPxHeight=(parseFloat(x.getPropertyValue(u,\"height\",null,!0))||1)/s,l.emToPx=L.lastEmToPx=(parseFloat(x.getPropertyValue(u,\"paddingLeft\"))||1)/s,e.myParent.removeChild(u)}return null===L.remToPx&&(L.remToPx=parseFloat(x.getPropertyValue(r.body,\"fontSize\"))||16),null===L.vwToPx&&(L.vwToPx=parseFloat(t.innerWidth)/100,L.vhToPx=parseFloat(t.innerHeight)/100),l.remToPx=L.remToPx,l.vwToPx=L.vwToPx,l.vhToPx=L.vhToPx,v.debug>=1&&console.log(\"Unit ratios: \"+JSON.stringify(l),o),l}if(s.begin&&0===V)try{s.begin.call(h,h)}catch(y){setTimeout(function(){throw y},1)}if(\"scroll\"===A){var S=/^x$/i.test(s.axis)?\"Left\":\"Top\",C=parseFloat(s.offset)||0,T,F,E;s.container?g.isWrapped(s.container)||g.isNode(s.container)?(s.container=s.container[0]||s.container,T=s.container[\"scroll\"+S],E=T+$(o).position()[S.toLowerCase()]+C):s.container=null:(T=v.State.scrollAnchor[v.State[\"scrollProperty\"+S]],F=v.State.scrollAnchor[v.State[\"scrollProperty\"+(\"Left\"===S?\"Top\":\"Left\")]],E=$(o).offset()[S.toLowerCase()]+C),l={scroll:{rootPropertyValue:!1,startValue:T,currentValue:T,endValue:E,unitType:\"\",easing:s.easing,scrollData:{container:s.container,direction:S,alternateValue:F}},element:o},v.debug&&console.log(\"tweensContainer (scroll): \",l.scroll,o)}else if(\"reverse\"===A){if(!i(o).tweensContainer)return void $.dequeue(o,s.queue);\"none\"===i(o).opts.display&&(i(o).opts.display=\"auto\"),\"hidden\"===i(o).opts.visibility&&(i(o).opts.visibility=\"visible\"),i(o).opts.loop=!1,i(o).opts.begin=null,i(o).opts.complete=null,P.easing||delete s.easing,P.duration||delete s.duration,s=$.extend({},i(o).opts,s);var j=$.extend(!0,{},i(o).tweensContainer);for(var H in j)if(\"element\"!==H){var N=j[H].startValue;j[H].startValue=j[H].currentValue=j[H].endValue,j[H].endValue=N,g.isEmptyObject(P)||(j[H].easing=s.easing),v.debug&&console.log(\"reverse tweensContainer (\"+H+\"): \"+JSON.stringify(j[H]),o)}l=j}else if(\"start\"===A){var j;i(o).tweensContainer&&i(o).isAnimating===!0&&(j=i(o).tweensContainer),$.each(b,function(e,t){if(RegExp(\"^\"+x.Lists.colors.join(\"$|^\")+\"$\").test(e)){var r=f(t,!0),n=r[0],o=r[1],i=r[2];if(x.RegEx.isHex.test(n)){for(var s=[\"Red\",\"Green\",\"Blue\"],l=x.Values.hexToRgb(n),u=i?x.Values.hexToRgb(i):a,c=0;c<s.length;c++){var p=[l[c]];o&&p.push(o),u!==a&&p.push(u[c]),b[e+s[c]]=p}delete b[e]}}});for(var O in b){var z=f(b[O]),q=z[0],M=z[1],I=z[2];O=x.Names.camelCase(O);var B=x.Hooks.getRoot(O),W=!1;if(i(o).isSVG||x.Names.prefixCheck(B)[1]!==!1||x.Normalizations.registered[B]!==a){(s.display!==a&&null!==s.display&&\"none\"!==s.display||s.visibility!==a&&\"hidden\"!==s.visibility)&&/opacity|filter/.test(O)&&!I&&0!==q&&(I=0),s._cacheValues&&j&&j[O]?(I===a&&(I=j[O].endValue+j[O].unitType),W=i(o).rootPropertyValueCache[B]):x.Hooks.registered[O]?I===a?(W=x.getPropertyValue(o,B),I=x.getPropertyValue(o,O,W)):W=x.Hooks.templates[B][1]:I===a&&(I=x.getPropertyValue(o,O));var G,D,X,Y=!1;if(G=d(O,I),I=G[0],X=G[1],G=d(O,q),q=G[0].replace(/^([+-\\/*])=/,function(e,t){return Y=t,\"\"}),D=G[1],I=parseFloat(I)||0,q=parseFloat(q)||0,\"%\"===D&&(/^(fontSize|lineHeight)$/.test(O)?(q/=100,D=\"em\"):/^scale/.test(O)?(q/=100,D=\"\"):/(Red|Green|Blue)$/i.test(O)&&(q=q/100*255,D=\"\")),/[\\/*]/.test(Y))D=X;else if(X!==D&&0!==I)if(0===q)D=X;else{p=p||m();var Q=/margin|padding|left|right|width|text|word|letter/i.test(O)||/X$/.test(O)||\"x\"===O?\"x\":\"y\";switch(X){case\"%\":I*=\"x\"===Q?p.percentToPxWidth:p.percentToPxHeight;break;case\"px\":break;default:I*=p[X+\"ToPx\"]}switch(D){case\"%\":I*=1/(\"x\"===Q?p.percentToPxWidth:p.percentToPxHeight);break;case\"px\":break;default:I*=1/p[D+\"ToPx\"]}}switch(Y){case\"+\":q=I+q;break;case\"-\":q=I-q;break;case\"*\":q=I*q;break;case\"/\":q=I/q}l[O]={rootPropertyValue:W,startValue:I,currentValue:I,endValue:q,unitType:D,easing:M},v.debug&&console.log(\"tweensContainer (\"+O+\"): \"+JSON.stringify(l[O]),o)}else v.debug&&console.log(\"Skipping [\"+B+\"] due to a lack of browser support.\")}l.element=o}l.element&&(x.Values.addClass(o,\"velocity-animating\"),R.push(l),\"\"===s.queue&&(i(o).tweensContainer=l,i(o).opts=s),i(o).isAnimating=!0,V===w-1?(v.State.calls.length>1e4&&(v.State.calls=n(v.State.calls)),v.State.calls.push([R,h,s,null,k.resolver]),v.State.isTicking===!1&&(v.State.isTicking=!0,c())):V++)}var o=this,s=$.extend({},v.defaults,P),l={},p;switch(i(o)===a&&v.init(o),parseFloat(s.delay)&&s.queue!==!1&&$.queue(o,s.queue,function(e){v.velocityQueueEntryFlag=!0,i(o).delayTimer={setTimeout:setTimeout(e,parseFloat(s.delay)),next:e}}),s.duration.toString().toLowerCase()){case\"fast\":s.duration=200;break;case\"normal\":s.duration=y;break;case\"slow\":s.duration=600;break;default:s.duration=parseFloat(s.duration)||1}v.mock!==!1&&(v.mock===!0?s.duration=s.delay=1:(s.duration*=parseFloat(v.mock)||1,s.delay*=parseFloat(v.mock)||1)),s.easing=u(s.easing,s.duration),s.begin&&!g.isFunction(s.begin)&&(s.begin=null),s.progress&&!g.isFunction(s.progress)&&(s.progress=null),s.complete&&!g.isFunction(s.complete)&&(s.complete=null),s.display!==a&&null!==s.display&&(s.display=s.display.toString().toLowerCase(),\"auto\"===s.display&&(s.display=v.CSS.Values.getDisplayType(o))),s.visibility!==a&&null!==s.visibility&&(s.visibility=s.visibility.toString().toLowerCase()),s.mobileHA=s.mobileHA&&v.State.isMobile&&!v.State.isGingerbread,s.queue===!1?s.delay?setTimeout(e,s.delay):e():$.queue(o,s.queue,function(t,r){return r===!0?(k.promise&&k.resolver(h),!0):(v.velocityQueueEntryFlag=!0,void e(t))}),\"\"!==s.queue&&\"fx\"!==s.queue||\"inprogress\"===$.queue(o)[0]||$.dequeue(o)}var l=arguments[0]&&($.isPlainObject(arguments[0].properties)&&!arguments[0].properties.names||g.isString(arguments[0].properties)),f,d,m,h,b,P;if(g.isWrapped(this)?(f=!1,m=0,h=this,d=this):(f=!0,m=1,h=l?arguments[0].elements:arguments[0]),h=o(h)){l?(b=arguments[0].properties,P=arguments[0].options):(b=arguments[m],P=arguments[m+1]);var w=h.length,V=0;if(\"stop\"!==b&&!$.isPlainObject(P)){var C=m+1;P={};for(var T=C;T<arguments.length;T++)g.isArray(arguments[T])||!/^(fast|normal|slow)$/i.test(arguments[T])&&!/^\\d/.test(arguments[T])?g.isString(arguments[T])||g.isArray(arguments[T])?P.easing=arguments[T]:g.isFunction(arguments[T])&&(P.complete=arguments[T]):P.duration=arguments[T]}var k={promise:null,resolver:null,rejecter:null};f&&v.Promise&&(k.promise=new v.Promise(function(e,t){k.resolver=e,k.rejecter=t}));var A;switch(b){case\"scroll\":A=\"scroll\";break;case\"reverse\":A=\"reverse\";break;case\"stop\":$.each(h,function(e,t){i(t)&&i(t).delayTimer&&(clearTimeout(i(t).delayTimer.setTimeout),i(t).delayTimer.next&&i(t).delayTimer.next(),delete i(t).delayTimer)});var F=[];return $.each(v.State.calls,function(e,t){t&&$.each(t[1],function(r,n){var o=g.isString(P)?P:\"\";return P!==a&&t[2].queue!==o?!0:void $.each(h,function(t,r){r===n&&(P!==a&&($.each($.queue(r,o),function(e,t){g.isFunction(t)&&t(null,!0)}),$.queue(r,o,[])),i(r)&&\"\"===o&&$.each(i(r).tweensContainer,function(e,t){t.endValue=t.currentValue}),F.push(e))})})}),$.each(F,function(e,t){p(t,!0)}),k.promise&&k.resolver(h),e();default:if(!$.isPlainObject(b)||g.isEmptyObject(b)){if(g.isString(b)&&v.Redirects[b]){var E=$.extend({},P),j=E.duration,H=E.delay||0;return E.backwards===!0&&(h=$.extend(!0,[],h).reverse()),$.each(h,function(e,t){parseFloat(E.stagger)?E.delay=H+parseFloat(E.stagger)*e:g.isFunction(E.stagger)&&(E.delay=H+E.stagger.call(t,e,w)),E.drag&&(E.duration=parseFloat(j)||(/^(callout|transition)/.test(b)?1e3:y),E.duration=Math.max(E.duration*(E.backwards?1-e/w:(e+1)/w),.75*E.duration,200)),v.Redirects[b].call(t,t,E||{},e,w,h,k.promise?k:a)\n}),e()}var N=\"Velocity: First argument (\"+b+\") was not a property map, a known action, or a registered redirect. Aborting.\";return k.promise?k.rejecter(new Error(N)):console.log(N),e()}A=\"start\"}var L={lastParent:null,lastPosition:null,lastFontSize:null,lastPercentToPxWidth:null,lastPercentToPxHeight:null,lastEmToPx:null,remToPx:null,vwToPx:null,vhToPx:null},R=[];$.each(h,function(e,t){g.isNode(t)&&s.call(t)});var E=$.extend({},v.defaults,P),O;if(E.loop=parseInt(E.loop),O=2*E.loop-1,E.loop)for(var z=0;O>z;z++){var q={delay:E.delay,progress:E.progress};z===O-1&&(q.display=E.display,q.visibility=E.visibility,q.complete=E.complete),S(h,\"reverse\",q)}return e()}};v=$.extend(S,v),v.animate=S;var P=t.requestAnimationFrame||d;return v.State.isMobile||r.hidden===a||r.addEventListener(\"visibilitychange\",function(){r.hidden?(P=function(e){return setTimeout(function(){e(!0)},16)},c()):P=t.requestAnimationFrame||d}),e.Velocity=v,e!==t&&(e.fn.velocity=S,e.fn.velocity.defaults=v.defaults),$.each([\"Down\",\"Up\"],function(e,t){v.Redirects[\"slide\"+t]=function(e,r,n,o,i,s){var l=$.extend({},r),u=l.begin,c=l.complete,p={height:\"\",marginTop:\"\",marginBottom:\"\",paddingTop:\"\",paddingBottom:\"\"},f={};l.display===a&&(l.display=\"Down\"===t?\"inline\"===v.CSS.Values.getDisplayType(e)?\"inline-block\":\"block\":\"none\"),l.begin=function(){u&&u.call(i,i);for(var r in p){f[r]=e.style[r];var a=v.CSS.getPropertyValue(e,r);p[r]=\"Down\"===t?[a,0]:[0,a]}f.overflow=e.style.overflow,e.style.overflow=\"hidden\"},l.complete=function(){for(var t in f)e.style[t]=f[t];c&&c.call(i,i),s&&s.resolver(i)},v(e,p,l)}}),$.each([\"In\",\"Out\"],function(e,t){v.Redirects[\"fade\"+t]=function(e,r,n,o,i,s){var l=$.extend({},r),u={opacity:\"In\"===t?1:0},c=l.complete;l.complete=n!==o-1?l.begin=null:function(){c&&c.call(i,i),s&&s.resolver(i)},l.display===a&&(l.display=\"In\"===t?\"auto\":\"none\"),v(this,u,l)}}),v}(window.jQuery||window.Zepto||window,window,document)});;!function(a,b,c,d){\"use strict\";function k(a,b,c){return setTimeout(q(a,c),b)}function l(a,b,c){return Array.isArray(a)?(m(a,c[b],c),!0):!1}function m(a,b,c){var e;if(a)if(a.forEach)a.forEach(b,c);else if(a.length!==d)for(e=0;e<a.length;)b.call(c,a[e],e,a),e++;else for(e in a)a.hasOwnProperty(e)&&b.call(c,a[e],e,a)}function n(a,b,c){for(var e=Object.keys(b),f=0;f<e.length;)(!c||c&&a[e[f]]===d)&&(a[e[f]]=b[e[f]]),f++;return a}function o(a,b){return n(a,b,!0)}function p(a,b,c){var e,d=b.prototype;e=a.prototype=Object.create(d),e.constructor=a,e._super=d,c&&n(e,c)}function q(a,b){return function(){return a.apply(b,arguments)}}function r(a,b){return typeof a==g?a.apply(b?b[0]||d:d,b):a}function s(a,b){return a===d?b:a}function t(a,b,c){m(x(b),function(b){a.addEventListener(b,c,!1)})}function u(a,b,c){m(x(b),function(b){a.removeEventListener(b,c,!1)})}function v(a,b){for(;a;){if(a==b)return!0;a=a.parentNode}return!1}function w(a,b){return a.indexOf(b)>-1}function x(a){return a.trim().split(/\\s+/g)}function y(a,b,c){if(a.indexOf&&!c)return a.indexOf(b);for(var d=0;d<a.length;){if(c&&a[d][c]==b||!c&&a[d]===b)return d;d++}return-1}function z(a){return Array.prototype.slice.call(a,0)}function A(a,b,c){for(var d=[],e=[],f=0;f<a.length;){var g=b?a[f][b]:a[f];y(e,g)<0&&d.push(a[f]),e[f]=g,f++}return c&&(d=b?d.sort(function(a,c){return a[b]>c[b]}):d.sort()),d}function B(a,b){for(var c,f,g=b[0].toUpperCase()+b.slice(1),h=0;h<e.length;){if(c=e[h],f=c?c+g:b,f in a)return f;h++}return d}function D(){return C++}function E(a){var b=a.ownerDocument;return b.defaultView||b.parentWindow}function ab(a,b){var c=this;this.manager=a,this.callback=b,this.element=a.element,this.target=a.options.inputTarget,this.domHandler=function(b){r(a.options.enable,[a])&&c.handler(b)},this.init()}function bb(a){var b,c=a.options.inputClass;return b=c?c:H?wb:I?Eb:G?Gb:rb,new b(a,cb)}function cb(a,b,c){var d=c.pointers.length,e=c.changedPointers.length,f=b&O&&0===d-e,g=b&(Q|R)&&0===d-e;c.isFirst=!!f,c.isFinal=!!g,f&&(a.session={}),c.eventType=b,db(a,c),a.emit(\"hammer.input\",c),a.recognize(c),a.session.prevInput=c}function db(a,b){var c=a.session,d=b.pointers,e=d.length;c.firstInput||(c.firstInput=gb(b)),e>1&&!c.firstMultiple?c.firstMultiple=gb(b):1===e&&(c.firstMultiple=!1);var f=c.firstInput,g=c.firstMultiple,h=g?g.center:f.center,i=b.center=hb(d);b.timeStamp=j(),b.deltaTime=b.timeStamp-f.timeStamp,b.angle=lb(h,i),b.distance=kb(h,i),eb(c,b),b.offsetDirection=jb(b.deltaX,b.deltaY),b.scale=g?nb(g.pointers,d):1,b.rotation=g?mb(g.pointers,d):0,fb(c,b);var k=a.element;v(b.srcEvent.target,k)&&(k=b.srcEvent.target),b.target=k}function eb(a,b){var c=b.center,d=a.offsetDelta||{},e=a.prevDelta||{},f=a.prevInput||{};(b.eventType===O||f.eventType===Q)&&(e=a.prevDelta={x:f.deltaX||0,y:f.deltaY||0},d=a.offsetDelta={x:c.x,y:c.y}),b.deltaX=e.x+(c.x-d.x),b.deltaY=e.y+(c.y-d.y)}function fb(a,b){var f,g,h,j,c=a.lastInterval||b,e=b.timeStamp-c.timeStamp;if(b.eventType!=R&&(e>N||c.velocity===d)){var k=c.deltaX-b.deltaX,l=c.deltaY-b.deltaY,m=ib(e,k,l);g=m.x,h=m.y,f=i(m.x)>i(m.y)?m.x:m.y,j=jb(k,l),a.lastInterval=b}else f=c.velocity,g=c.velocityX,h=c.velocityY,j=c.direction;b.velocity=f,b.velocityX=g,b.velocityY=h,b.direction=j}function gb(a){for(var b=[],c=0;c<a.pointers.length;)b[c]={clientX:h(a.pointers[c].clientX),clientY:h(a.pointers[c].clientY)},c++;return{timeStamp:j(),pointers:b,center:hb(b),deltaX:a.deltaX,deltaY:a.deltaY}}function hb(a){var b=a.length;if(1===b)return{x:h(a[0].clientX),y:h(a[0].clientY)};for(var c=0,d=0,e=0;b>e;)c+=a[e].clientX,d+=a[e].clientY,e++;return{x:h(c/b),y:h(d/b)}}function ib(a,b,c){return{x:b/a||0,y:c/a||0}}function jb(a,b){return a===b?S:i(a)>=i(b)?a>0?T:U:b>0?V:W}function kb(a,b,c){c||(c=$);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return Math.sqrt(d*d+e*e)}function lb(a,b,c){c||(c=$);var d=b[c[0]]-a[c[0]],e=b[c[1]]-a[c[1]];return 180*Math.atan2(e,d)/Math.PI}function mb(a,b){return lb(b[1],b[0],_)-lb(a[1],a[0],_)}function nb(a,b){return kb(b[0],b[1],_)/kb(a[0],a[1],_)}function rb(){this.evEl=pb,this.evWin=qb,this.allow=!0,this.pressed=!1,ab.apply(this,arguments)}function wb(){this.evEl=ub,this.evWin=vb,ab.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}function Ab(){this.evTarget=yb,this.evWin=zb,this.started=!1,ab.apply(this,arguments)}function Bb(a,b){var c=z(a.touches),d=z(a.changedTouches);return b&(Q|R)&&(c=A(c.concat(d),\"identifier\",!0)),[c,d]}function Eb(){this.evTarget=Db,this.targetIds={},ab.apply(this,arguments)}function Fb(a,b){var c=z(a.touches),d=this.targetIds;if(b&(O|P)&&1===c.length)return d[c[0].identifier]=!0,[c,c];var e,f,g=z(a.changedTouches),h=[],i=this.target;if(f=c.filter(function(a){return v(a.target,i)}),b===O)for(e=0;e<f.length;)d[f[e].identifier]=!0,e++;for(e=0;e<g.length;)d[g[e].identifier]&&h.push(g[e]),b&(Q|R)&&delete d[g[e].identifier],e++;return h.length?[A(f.concat(h),\"identifier\",!0),h]:void 0}function Gb(){ab.apply(this,arguments);var a=q(this.handler,this);this.touch=new Eb(this.manager,a),this.mouse=new rb(this.manager,a)}function Pb(a,b){this.manager=a,this.set(b)}function Qb(a){if(w(a,Mb))return Mb;var b=w(a,Nb),c=w(a,Ob);return b&&c?Nb+\" \"+Ob:b||c?b?Nb:Ob:w(a,Lb)?Lb:Kb}function Yb(a){this.id=D(),this.manager=null,this.options=o(a||{},this.defaults),this.options.enable=s(this.options.enable,!0),this.state=Rb,this.simultaneous={},this.requireFail=[]}function Zb(a){return a&Wb?\"cancel\":a&Ub?\"end\":a&Tb?\"move\":a&Sb?\"start\":\"\"}function $b(a){return a==W?\"down\":a==V?\"up\":a==T?\"left\":a==U?\"right\":\"\"}function _b(a,b){var c=b.manager;return c?c.get(a):a}function ac(){Yb.apply(this,arguments)}function bc(){ac.apply(this,arguments),this.pX=null,this.pY=null}function cc(){ac.apply(this,arguments)}function dc(){Yb.apply(this,arguments),this._timer=null,this._input=null}function ec(){ac.apply(this,arguments)}function fc(){ac.apply(this,arguments)}function gc(){Yb.apply(this,arguments),this.pTime=!1,this.pCenter=!1,this._timer=null,this._input=null,this.count=0}function hc(a,b){return b=b||{},b.recognizers=s(b.recognizers,hc.defaults.preset),new kc(a,b)}function kc(a,b){b=b||{},this.options=o(b,hc.defaults),this.options.inputTarget=this.options.inputTarget||a,this.handlers={},this.session={},this.recognizers=[],this.element=a,this.input=bb(this),this.touchAction=new Pb(this,this.options.touchAction),lc(this,!0),m(b.recognizers,function(a){var b=this.add(new a[0](a[1]));a[2]&&b.recognizeWith(a[2]),a[3]&&b.requireFailure(a[3])},this)}function lc(a,b){var c=a.element;m(a.options.cssProps,function(a,d){c.style[B(c.style,d)]=b?a:\"\"})}function mc(a,c){var d=b.createEvent(\"Event\");d.initEvent(a,!0,!0),d.gesture=c,c.target.dispatchEvent(d)}var e=[\"\",\"webkit\",\"moz\",\"MS\",\"ms\",\"o\"],f=b.createElement(\"div\"),g=\"function\",h=Math.round,i=Math.abs,j=Date.now,C=1,F=/mobile|tablet|ip(ad|hone|od)|android/i,G=\"ontouchstart\"in a,H=B(a,\"PointerEvent\")!==d,I=G&&F.test(navigator.userAgent),J=\"touch\",K=\"pen\",L=\"mouse\",M=\"kinect\",N=25,O=1,P=2,Q=4,R=8,S=1,T=2,U=4,V=8,W=16,X=T|U,Y=V|W,Z=X|Y,$=[\"x\",\"y\"],_=[\"clientX\",\"clientY\"];ab.prototype={handler:function(){},init:function(){this.evEl&&t(this.element,this.evEl,this.domHandler),this.evTarget&&t(this.target,this.evTarget,this.domHandler),this.evWin&&t(E(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&u(this.element,this.evEl,this.domHandler),this.evTarget&&u(this.target,this.evTarget,this.domHandler),this.evWin&&u(E(this.element),this.evWin,this.domHandler)}};var ob={mousedown:O,mousemove:P,mouseup:Q},pb=\"mousedown\",qb=\"mousemove mouseup\";p(rb,ab,{handler:function(a){var b=ob[a.type];b&O&&0===a.button&&(this.pressed=!0),b&P&&1!==a.which&&(b=Q),this.pressed&&this.allow&&(b&Q&&(this.pressed=!1),this.callback(this.manager,b,{pointers:[a],changedPointers:[a],pointerType:L,srcEvent:a}))}});var sb={pointerdown:O,pointermove:P,pointerup:Q,pointercancel:R,pointerout:R},tb={2:J,3:K,4:L,5:M},ub=\"pointerdown\",vb=\"pointermove pointerup pointercancel\";a.MSPointerEvent&&(ub=\"MSPointerDown\",vb=\"MSPointerMove MSPointerUp MSPointerCancel\"),p(wb,ab,{handler:function(a){var b=this.store,c=!1,d=a.type.toLowerCase().replace(\"ms\",\"\"),e=sb[d],f=tb[a.pointerType]||a.pointerType,g=f==J,h=y(b,a.pointerId,\"pointerId\");e&O&&(0===a.button||g)?0>h&&(b.push(a),h=b.length-1):e&(Q|R)&&(c=!0),0>h||(b[h]=a,this.callback(this.manager,e,{pointers:b,changedPointers:[a],pointerType:f,srcEvent:a}),c&&b.splice(h,1))}});var xb={touchstart:O,touchmove:P,touchend:Q,touchcancel:R},yb=\"touchstart\",zb=\"touchstart touchmove touchend touchcancel\";p(Ab,ab,{handler:function(a){var b=xb[a.type];if(b===O&&(this.started=!0),this.started){var c=Bb.call(this,a,b);b&(Q|R)&&0===c[0].length-c[1].length&&(this.started=!1),this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:J,srcEvent:a})}}});var Cb={touchstart:O,touchmove:P,touchend:Q,touchcancel:R},Db=\"touchstart touchmove touchend touchcancel\";p(Eb,ab,{handler:function(a){var b=Cb[a.type],c=Fb.call(this,a,b);c&&this.callback(this.manager,b,{pointers:c[0],changedPointers:c[1],pointerType:J,srcEvent:a})}}),p(Gb,ab,{handler:function(a,b,c){var d=c.pointerType==J,e=c.pointerType==L;if(d)this.mouse.allow=!1;else if(e&&!this.mouse.allow)return;b&(Q|R)&&(this.mouse.allow=!0),this.callback(a,b,c)},destroy:function(){this.touch.destroy(),this.mouse.destroy()}});var Hb=B(f.style,\"touchAction\"),Ib=Hb!==d,Jb=\"compute\",Kb=\"auto\",Lb=\"manipulation\",Mb=\"none\",Nb=\"pan-x\",Ob=\"pan-y\";Pb.prototype={set:function(a){a==Jb&&(a=this.compute()),Ib&&(this.manager.element.style[Hb]=a),this.actions=a.toLowerCase().trim()},update:function(){this.set(this.manager.options.touchAction)},compute:function(){var a=[];return m(this.manager.recognizers,function(b){r(b.options.enable,[b])&&(a=a.concat(b.getTouchAction()))}),Qb(a.join(\" \"))},preventDefaults:function(a){if(!Ib){var b=a.srcEvent,c=a.offsetDirection;if(this.manager.session.prevented)return b.preventDefault(),void 0;var d=this.actions,e=w(d,Mb),f=w(d,Ob),g=w(d,Nb);return e||f&&c&X||g&&c&Y?this.preventSrc(b):void 0}},preventSrc:function(a){this.manager.session.prevented=!0,a.preventDefault()}};var Rb=1,Sb=2,Tb=4,Ub=8,Vb=Ub,Wb=16,Xb=32;Yb.prototype={defaults:{},set:function(a){return n(this.options,a),this.manager&&this.manager.touchAction.update(),this},recognizeWith:function(a){if(l(a,\"recognizeWith\",this))return this;var b=this.simultaneous;return a=_b(a,this),b[a.id]||(b[a.id]=a,a.recognizeWith(this)),this},dropRecognizeWith:function(a){return l(a,\"dropRecognizeWith\",this)?this:(a=_b(a,this),delete this.simultaneous[a.id],this)},requireFailure:function(a){if(l(a,\"requireFailure\",this))return this;var b=this.requireFail;return a=_b(a,this),-1===y(b,a)&&(b.push(a),a.requireFailure(this)),this},dropRequireFailure:function(a){if(l(a,\"dropRequireFailure\",this))return this;a=_b(a,this);var b=y(this.requireFail,a);return b>-1&&this.requireFail.splice(b,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(a){return!!this.simultaneous[a.id]},emit:function(a){function d(d){b.manager.emit(b.options.event+(d?Zb(c):\"\"),a)}var b=this,c=this.state;Ub>c&&d(!0),d(),c>=Ub&&d(!0)},tryEmit:function(a){return this.canEmit()?this.emit(a):(this.state=Xb,void 0)},canEmit:function(){for(var a=0;a<this.requireFail.length;){if(!(this.requireFail[a].state&(Xb|Rb)))return!1;a++}return!0},recognize:function(a){var b=n({},a);return r(this.options.enable,[this,b])?(this.state&(Vb|Wb|Xb)&&(this.state=Rb),this.state=this.process(b),this.state&(Sb|Tb|Ub|Wb)&&this.tryEmit(b),void 0):(this.reset(),this.state=Xb,void 0)},process:function(){},getTouchAction:function(){},reset:function(){}},p(ac,Yb,{defaults:{pointers:1},attrTest:function(a){var b=this.options.pointers;return 0===b||a.pointers.length===b},process:function(a){var b=this.state,c=a.eventType,d=b&(Sb|Tb),e=this.attrTest(a);return d&&(c&R||!e)?b|Wb:d||e?c&Q?b|Ub:b&Sb?b|Tb:Sb:Xb}}),p(bc,ac,{defaults:{event:\"pan\",threshold:10,pointers:1,direction:Z},getTouchAction:function(){var a=this.options.direction,b=[];return a&X&&b.push(Ob),a&Y&&b.push(Nb),b},directionTest:function(a){var b=this.options,c=!0,d=a.distance,e=a.direction,f=a.deltaX,g=a.deltaY;return e&b.direction||(b.direction&X?(e=0===f?S:0>f?T:U,c=f!=this.pX,d=Math.abs(a.deltaX)):(e=0===g?S:0>g?V:W,c=g!=this.pY,d=Math.abs(a.deltaY))),a.direction=e,c&&d>b.threshold&&e&b.direction},attrTest:function(a){return ac.prototype.attrTest.call(this,a)&&(this.state&Sb||!(this.state&Sb)&&this.directionTest(a))},emit:function(a){this.pX=a.deltaX,this.pY=a.deltaY;var b=$b(a.direction);b&&this.manager.emit(this.options.event+b,a),this._super.emit.call(this,a)}}),p(cc,ac,{defaults:{event:\"pinch\",threshold:0,pointers:2},getTouchAction:function(){return[Mb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.scale-1)>this.options.threshold||this.state&Sb)},emit:function(a){if(this._super.emit.call(this,a),1!==a.scale){var b=a.scale<1?\"in\":\"out\";this.manager.emit(this.options.event+b,a)}}}),p(dc,Yb,{defaults:{event:\"press\",pointers:1,time:500,threshold:5},getTouchAction:function(){return[Kb]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,e=a.deltaTime>b.time;if(this._input=a,!d||!c||a.eventType&(Q|R)&&!e)this.reset();else if(a.eventType&O)this.reset(),this._timer=k(function(){this.state=Vb,this.tryEmit()},b.time,this);else if(a.eventType&Q)return Vb;return Xb},reset:function(){clearTimeout(this._timer)},emit:function(a){this.state===Vb&&(a&&a.eventType&Q?this.manager.emit(this.options.event+\"up\",a):(this._input.timeStamp=j(),this.manager.emit(this.options.event,this._input)))}}),p(ec,ac,{defaults:{event:\"rotate\",threshold:0,pointers:2},getTouchAction:function(){return[Mb]},attrTest:function(a){return this._super.attrTest.call(this,a)&&(Math.abs(a.rotation)>this.options.threshold||this.state&Sb)}}),p(fc,ac,{defaults:{event:\"swipe\",threshold:10,velocity:.65,direction:X|Y,pointers:1},getTouchAction:function(){return bc.prototype.getTouchAction.call(this)},attrTest:function(a){var c,b=this.options.direction;return b&(X|Y)?c=a.velocity:b&X?c=a.velocityX:b&Y&&(c=a.velocityY),this._super.attrTest.call(this,a)&&b&a.direction&&a.distance>this.options.threshold&&i(c)>this.options.velocity&&a.eventType&Q},emit:function(a){var b=$b(a.direction);b&&this.manager.emit(this.options.event+b,a),this.manager.emit(this.options.event,a)}}),p(gc,Yb,{defaults:{event:\"tap\",pointers:1,taps:1,interval:300,time:250,threshold:2,posThreshold:10},getTouchAction:function(){return[Lb]},process:function(a){var b=this.options,c=a.pointers.length===b.pointers,d=a.distance<b.threshold,e=a.deltaTime<b.time;if(this.reset(),a.eventType&O&&0===this.count)return this.failTimeout();if(d&&e&&c){if(a.eventType!=Q)return this.failTimeout();var f=this.pTime?a.timeStamp-this.pTime<b.interval:!0,g=!this.pCenter||kb(this.pCenter,a.center)<b.posThreshold;this.pTime=a.timeStamp,this.pCenter=a.center,g&&f?this.count+=1:this.count=1,this._input=a;var h=this.count%b.taps;if(0===h)return this.hasRequireFailures()?(this._timer=k(function(){this.state=Vb,this.tryEmit()},b.interval,this),Sb):Vb}return Xb},failTimeout:function(){return this._timer=k(function(){this.state=Xb},this.options.interval,this),Xb},reset:function(){clearTimeout(this._timer)},emit:function(){this.state==Vb&&(this._input.tapCount=this.count,this.manager.emit(this.options.event,this._input))}}),hc.VERSION=\"2.0.4\",hc.defaults={domEvents:!1,touchAction:Jb,enable:!0,inputTarget:null,inputClass:null,preset:[[ec,{enable:!1}],[cc,{enable:!1},[\"rotate\"]],[fc,{direction:X}],[bc,{direction:X},[\"swipe\"]],[gc],[gc,{event:\"doubletap\",taps:2},[\"tap\"]],[dc]],cssProps:{userSelect:\"default\",touchSelect:\"none\",touchCallout:\"none\",contentZooming:\"none\",userDrag:\"none\",tapHighlightColor:\"rgba(0,0,0,0)\"}};var ic=1,jc=2;kc.prototype={set:function(a){return n(this.options,a),a.touchAction&&this.touchAction.update(),a.inputTarget&&(this.input.destroy(),this.input.target=a.inputTarget,this.input.init()),this},stop:function(a){this.session.stopped=a?jc:ic},recognize:function(a){var b=this.session;if(!b.stopped){this.touchAction.preventDefaults(a);var c,d=this.recognizers,e=b.curRecognizer;(!e||e&&e.state&Vb)&&(e=b.curRecognizer=null);for(var f=0;f<d.length;)c=d[f],b.stopped===jc||e&&c!=e&&!c.canRecognizeWith(e)?c.reset():c.recognize(a),!e&&c.state&(Sb|Tb|Ub)&&(e=b.curRecognizer=c),f++}},get:function(a){if(a instanceof Yb)return a;for(var b=this.recognizers,c=0;c<b.length;c++)if(b[c].options.event==a)return b[c];return null},add:function(a){if(l(a,\"add\",this))return this;var b=this.get(a.options.event);return b&&this.remove(b),this.recognizers.push(a),a.manager=this,this.touchAction.update(),a},remove:function(a){if(l(a,\"remove\",this))return this;var b=this.recognizers;return a=this.get(a),b.splice(y(b,a),1),this.touchAction.update(),this},on:function(a,b){var c=this.handlers;return m(x(a),function(a){c[a]=c[a]||[],c[a].push(b)}),this},off:function(a,b){var c=this.handlers;return m(x(a),function(a){b?c[a].splice(y(c[a],b),1):delete c[a]}),this},emit:function(a,b){this.options.domEvents&&mc(a,b);var c=this.handlers[a]&&this.handlers[a].slice();if(c&&c.length){b.type=a,b.preventDefault=function(){b.srcEvent.preventDefault()};for(var d=0;d<c.length;)c[d](b),d++}},destroy:function(){this.element&&lc(this,!1),this.handlers={},this.session={},this.input.destroy(),this.element=null}},n(hc,{INPUT_START:O,INPUT_MOVE:P,INPUT_END:Q,INPUT_CANCEL:R,STATE_POSSIBLE:Rb,STATE_BEGAN:Sb,STATE_CHANGED:Tb,STATE_ENDED:Ub,STATE_RECOGNIZED:Vb,STATE_CANCELLED:Wb,STATE_FAILED:Xb,DIRECTION_NONE:S,DIRECTION_LEFT:T,DIRECTION_RIGHT:U,DIRECTION_UP:V,DIRECTION_DOWN:W,DIRECTION_HORIZONTAL:X,DIRECTION_VERTICAL:Y,DIRECTION_ALL:Z,Manager:kc,Input:ab,TouchAction:Pb,TouchInput:Eb,MouseInput:rb,PointerEventInput:wb,TouchMouseInput:Gb,SingleTouchInput:Ab,Recognizer:Yb,AttrRecognizer:ac,Tap:gc,Pan:bc,Swipe:fc,Pinch:cc,Rotate:ec,Press:dc,on:t,off:u,each:m,merge:o,extend:n,inherit:p,bindFn:q,prefixed:B}),typeof define==g&&define.amd?define(function(){return hc}):\"undefined\"!=typeof module&&module.exports?module.exports=hc:a[c]=hc}(window,document,\"Hammer\");;(function(factory) {\n    if (typeof define === 'function' && define.amd) {\n        define(['jquery', 'hammerjs'], factory);\n    } else if (typeof exports === 'object') {\n        factory(require('jquery'), require('hammerjs'));\n    } else {\n        factory(jQuery, Hammer);\n    }\n}(function($, Hammer) {\n    function hammerify(el, options) {\n        var $el = $(el);\n        if(!$el.data(\"hammer\")) {\n            $el.data(\"hammer\", new Hammer($el[0], options));\n        }\n    }\n\n    $.fn.hammer = function(options) {\n        return this.each(function() {\n            hammerify(this, options);\n        });\n    };\n\n    // extend the emit method to also trigger jQuery events\n    Hammer.Manager.prototype.emit = (function(originalEmit) {\n        return function(type, data) {\n            originalEmit.call(this, type, data);\n            $(this.element).trigger({\n                type: type,\n                gesture: data\n            });\n        };\n    })(Hammer.Manager.prototype.emit);\n}));\n;(function ($) {\n  $.fn.collapsible = function(options) {\n    var defaults = {\n        accordion: undefined\n    };\n\n    options = $.extend(defaults, options);\n\n\n    return this.each(function() {\n\n      var $this = $(this);\n\n      var $panel_headers = $(this).find('.collapsible-header');\n\n      var collapsible_type = $this.data(\"collapsible\");\n\n      // Turn off any existing event handlers\n       $this.off('click.collapse', '.collapsible-header');\n       $panel_headers.off('click.collapse');\n\n\n       /****************\n       Helper Functions\n       ****************/\n\n      // Accordion Open\n      function accordionOpen(object) {\n        $panel_headers = $this.find('.collapsible-header');\n        object.parent().toggleClass('active');\n        if (object.parent().hasClass('active')){\n          object.siblings('.collapsible-body').stop(true,false).slideDown({ duration: 350, easing: \"easeOutQuart\", queue: false});\n        }\n        else{\n          object.siblings('.collapsible-body').stop(true,false).slideUp({ duration: 350, easing: \"easeOutQuart\", queue: false});\n        }\n        $panel_headers.not(object).parent().removeClass('active');\n        $panel_headers.not(object).parent().children('.collapsible-body').stop(true,false).slideUp({ duration: 350, easing: \"easeOutQuart\", queue: false});\n      }\n      // Collapsible Open\n      function collapsibleOpen(object) {\n        object.parent().toggleClass('active');\n        if (object.parent().hasClass('active')){\n          object.siblings('.collapsible-body').stop(true,false).slideDown({ duration: 350, easing: \"easeOutQuart\", queue: false});\n        }\n        else{\n          object.siblings('.collapsible-body').stop(true,false).slideUp({ duration: 350, easing: \"easeOutQuart\", queue: false});\n        }\n      }\n\n      /*****  End Helper Functions  *****/\n\n\n\n      if (options.accordion || collapsible_type == \"accordion\" || collapsible_type == undefined) { // Handle Accordion\n\n        // Event delegation to all collapsible section\n        $this.on('click.collapse', '.collapsible-header', function (e) {\n          accordionOpen($(e.currentTarget));\n        });\n\n        // Open first active\n        accordionOpen($panel_headers.filter('.active').first());\n      }\n      else { // Handle Expandables\n        $panel_headers.each(function () {\n\n          // Event delegation to open collapsible section\n          $(this).on('click.collapse', function (e) {\n            collapsibleOpen($(e.currentTarget));\n          });\n\n          // Open any bodies that have the active class\n          if ($(this).hasClass('active')) {\n            collapsibleOpen($(this));\n          }\n\n        });\n      }\n\n    });\n  };\n\n  $(document).ready(function(){\n    $('.collapsible').collapsible();\n  });\n}( jQuery ));;(function ($) {\n\n  // Add posibility to scroll to selected option\n  // usefull for select for example\n  $.fn.scrollTo = function(elem) {\n    $(this).scrollTop($(this).scrollTop() - $(this).offset().top + $(elem).offset().top);\n    return this;\n  };\n\n  $.fn.dropdown = function (options) {\n    var defaults = {\n      inDuration: 300,\n      outDuration: 225,\n      constrain_width: true, // Constrains width of dropdown to the activator\n      hover: true,\n      alignment: 'left',\n      gutter: 0, // Spacing from edge\n      belowOrigin: false\n    }\n\n    options = $.extend(defaults, options);\n    this.each(function(){\n    var origin = $(this);\n\n    // Dropdown menu\n    var activates = $(\"#\"+ origin.attr('data-activates'));\n\n    function updateOptions() {\n      if (origin.data('inDuration') != undefined)\n        options.inDuration = origin.data('inDuration');\n      if (origin.data('outDuration') != undefined)\n        options.outDuration = origin.data('outDuration');\n      if (origin.data('constrainwidth') != undefined)\n        options.constrain_width = origin.data('constrainwidth');\n      if (origin.data('hover') != undefined)\n        options.hover = origin.data('hover');\n      if (origin.data('alignment') != undefined)\n        options.alignment = origin.data('alignment');\n      if (origin.data('gutter') != undefined)\n        options.gutter = origin.data('gutter');\n      if (origin.data('beloworigin') != undefined)\n        options.belowOrigin = origin.data('beloworigin');\n    }\n\n    updateOptions();\n\n    // Move Dropdown menu to body. This allows for absolute positioning to work\n    if ( !(activates.parent().is($('body'))) ) {\n      activates.detach();\n      $('body').append(activates);\n    }\n\n    var dropdownRealHeight = activates.height();\n\n    /*\n      Helper function to position and resize dropdown.\n      Used in hover and click handler.\n    */\n    function placeDropdown() {\n      // Check html data attributes\n      updateOptions();\n\n      if (options.constrain_width == true) {\n        activates.css('width', origin.outerWidth());\n      }\n      var offset = 0;\n      if (options.belowOrigin == true) {\n        offset = origin.height();\n      }\n      // Handle edge alignment\n      var width_difference = 0;\n      var gutter_spacing = options.gutter;\n      if (options.alignment == 'right') {\n        width_difference = origin.innerWidth() - activates.innerWidth();\n        gutter_spacing = gutter_spacing * -1;\n      }\n      if (elementOrParentIsFixed(origin[0])) {\n        activates.css({\n          display: 'block',\n          position: 'fixed',\n          height: 0,\n          top: origin.offset().top - $(window).scrollTop() + offset,\n          left: origin.offset().left + width_difference + gutter_spacing\n        });\n      }\n      else {\n        activates.css({\n          display: 'block',\n          top: origin.offset().top + offset,\n          left: origin.offset().left + width_difference + gutter_spacing,\n          height: 0\n        });\n      }\n      activates.velocity({opacity: 1}, {duration: options.inDuration, queue: false, easing: 'easeOutQuad'})\n      .velocity(\n      {\n        height: dropdownRealHeight\n      },\n      {duration: options.inDuration,\n        queue: false,\n        easing: 'easeOutCubic',\n        complete: function(){\n          activates.css('overflow-y', 'auto')\n        }\n      });\n    }\n    function elementOrParentIsFixed(element) {\n        var $element = $(element);\n        var $checkElements = $element.add($element.parents());\n        var isFixed = false;\n        $checkElements.each(function(){\n            if ($(this).css(\"position\") === \"fixed\") {\n                isFixed = true;\n                return false;\n            }\n        });\n        return isFixed;\n    }\n\n    function hideDropdown() {\n      activates.velocity(\n        {\n          opacity: 0\n        },\n        {\n          duration: options.outDuration,\n          easing: 'easeOutQuad',\n          complete: function(){\n            activates.css({\n              display: 'none',\n              'overflow-y': ''\n            });\n          }\n        });\n    }\n\n    // Hover\n    if (options.hover) {\n      // Hover handler to show dropdown\n      origin.on('mouseover', function(e){ // Mouse over\n        placeDropdown();\n      });\n\n      // Document click handler\n      activates.on('mouseleave', function(e){ // Mouse out\n        hideDropdown();\n      });\n\n    // Click\n    } else {\n      var open = false;\n\n      // Click handler to show dropdown\n      origin.unbind('click.' + origin.attr('id'));\n      origin.bind('click.'+origin.attr('id'), function(e){\n        if (origin[0] == e.currentTarget) {\n\n          e.preventDefault(); // Prevents button click from moving window\n          placeDropdown();\n        }\n\n        $(document).bind('click.'+ activates.attr('id'), function (e) {\n          if (!activates.is(e.target) && !origin.is(e.target) && (!origin.find(e.target).length > 0) ) {\n            hideDropdown();\n            $(document).unbind('click.' + activates.attr('id'));\n          }\n        });\n      });\n\n    } // End else\n\n    // Listen to open and close event - useful for select component\n    origin.on('open', placeDropdown);\n    origin.on('close', hideDropdown);\n\n\n   });\n  }; // End dropdown plugin\n}( jQuery ));\n;(function($) {\n  $.fn.extend({\n    openModal: function(options) {\n      var modal = this;\n      var overlay = $('<div id=\"lean-overlay\"></div>');\n      $(\"body\").append(overlay);\n\n      var defaults = {\n        opacity: 0.5,\n        in_duration: 300,\n        out_duration: 200,\n        ready: undefined,\n        complete: undefined,\n        dismissible: true\n      }\n\n      // Override defaults\n      options = $.extend(defaults, options);\n\n      if (options.dismissible) {\n        $(\"#lean-overlay\").click(function() {\n          $(modal).closeModal(options);\n        });\n        // Return on ESC\n        $(document).keyup(function(e) {\n          if (e.keyCode === 27) {   // ESC key\n            $(modal).closeModal(options);\n            $(this).off();\n          }\n        });\n      }\n\n      $(modal).find(\".modal-close\").click(function(e) {\n        e.preventDefault();\n        $(modal).closeModal(options);\n      });\n\n      $(\"#lean-overlay\").css({ display : \"block\", opacity : 0 });\n\n      $(modal).css({\n        display : \"block\",\n        top: \"4%\",\n        opacity: 0\n      });\n\n      $(\"#lean-overlay\").velocity({opacity: options.opacity}, {duration: options.in_duration, queue: false, ease: \"easeOutCubic\"});\n\n      $(modal).velocity({top: \"10%\", opacity: 1}, {\n        duration: options.in_duration,\n        queue: false,\n        ease: \"easeOutCubic\",\n        // Handle modal ready callback\n        complete: function() {\n          if (typeof(options.ready) === \"function\") {\n            options.ready();\n          }\n        }\n      });\n    }\n  });\n\n  $.fn.extend({\n    closeModal: function(options) {\n      var defaults = {\n        out_duration: 200,\n        complete: undefined\n      }\n      var options = $.extend(defaults, options);\n\n      $('.modal-close').off();\n\n      $(\"#lean-overlay\").velocity( { opacity: 0}, {duration: options.out_duration, queue: false, ease: \"easeOutQuart\"});\n      $(this).fadeOut(options.out_duration, function() {\n        $(this).css({ top: 0});\n        $(\"#lean-overlay\").css({display:\"none\"});\n\n        // Call complete callback\n        if (typeof(options.complete) === \"function\") {\n          options.complete();\n        }\n        $('#lean-overlay').remove();\n      });\n    }\n  })\n\n  $.fn.extend({\n    leanModal: function(options) {\n      return this.each(function() {\n        // Close Handlers\n        $(this).click(function(e) {\n          var modal_id = $(this).attr(\"href\");\n          $(modal_id).openModal(options);\n          e.preventDefault();\n        }); // done set on click\n      }); // done return\n    }\n  });\n})(jQuery);\n;(function ($) {\n\n  $.fn.materialbox = function () {\n\n    return this.each(function() {\n\n      if ($(this).hasClass('intialized')) {\n        return;\n      }\n\n      $(this).addClass('intialized');\n\n      var overlayActive = false;\n      var doneAnimating = true;\n      var inDuration = 275;\n      var outDuration = 200;\n      var origin = $(this);\n      var placeholder = $('<div></div>').addClass('material-placeholder');\n      var originalWidth = 0;\n      var originalHeight = 0;\n\n      origin.wrap(placeholder);\n      origin.on('click', function(){\n\n        var placeholder = origin.parent('.material-placeholder');\n        var windowWidth = window.innerWidth;\n        var windowHeight = window.innerHeight;\n        var originalWidth = origin.width();\n        var originalHeight = origin.height();\n\n        // If already modal, return to original\n        if (doneAnimating === false) {\n          return false;\n        }\n        else if (overlayActive && doneAnimating===true) {\n          returnToOriginal();\n          return false;\n        }\n\n        // Set states\n        doneAnimating = false;\n        origin.addClass('active');\n        overlayActive = true;\n\n        // Set positioning for placeholder\n\n        placeholder.css({\n          width: placeholder[0].getBoundingClientRect().width,\n          height: placeholder[0].getBoundingClientRect().height,\n          position: 'relative',\n          top: 0,\n          left: 0\n        })\n\n        // Set css on origin\n        origin.css({position: 'absolute', 'z-index': 1000})\n        .data('width', originalWidth)\n        .data('height', originalHeight);\n\n        // Add overlay\n        var overlay = $('<div id=\"materialbox-overlay\"></div>')\n          .css({\n            opacity: 0\n          })\n          .click(function(){\n            if (doneAnimating === true)\n            returnToOriginal();\n          });\n          // Animate Overlay\n          $('body').append(overlay);\n          overlay.velocity({opacity: 1}, {duration: inDuration, queue: false, easing: 'easeOutQuad'}\n            );\n\n\n        // Add and animate caption if it exists\n        if (origin.data('caption') !== \"\") {\n          var $photo_caption = $('<div class=\"materialbox-caption\"></div>');\n          $photo_caption.text(origin.data('caption'));\n          $('body').append($photo_caption);\n          $photo_caption.css({ \"display\": \"inline\" });\n          $photo_caption.velocity({opacity: 1}, {duration: inDuration, queue: false, easing: 'easeOutQuad'})\n        }\n\n\n\n        // Resize Image\n        var ratio = 0;\n        var widthPercent = originalWidth / windowWidth;\n        var heightPercent = originalHeight / windowHeight;\n        var newWidth = 0;\n        var newHeight = 0;\n\n        if (widthPercent > heightPercent) {\n          ratio = originalHeight / originalWidth;\n          newWidth = windowWidth * 0.9;\n          newHeight = windowWidth * 0.9 * ratio;\n        }\n        else {\n          ratio = originalWidth / originalHeight;\n          newWidth = (windowHeight * 0.9) * ratio;\n          newHeight = windowHeight * 0.9;\n        }\n\n        // Animate image + set z-index\n        if(origin.hasClass('responsive-img')) {\n          origin.velocity({'max-width': newWidth, 'width': originalWidth}, {duration: 0, queue: false,\n            complete: function(){\n              origin.css({left: 0, top: 0})\n              .velocity(\n                {\n                  height: newHeight,\n                  width: newWidth,\n                  left: $(document).scrollLeft() + windowWidth/2 - origin.parent('.material-placeholder').offset().left - newWidth/2,\n                  top: $(document).scrollTop() + windowHeight/2 - origin.parent('.material-placeholder').offset().top - newHeight/ 2\n                },\n                {\n                  duration: inDuration,\n                  queue: false,\n                  easing: 'easeOutQuad',\n                  complete: function(){doneAnimating = true;}\n                }\n              );\n            } // End Complete\n          }); // End Velocity\n        }\n        else {\n          origin.css('left', 0)\n          .css('top', 0)\n          .velocity(\n            {\n              height: newHeight,\n              width: newWidth,\n              left: $(document).scrollLeft() + windowWidth/2 - origin.parent('.material-placeholder').offset().left - newWidth/2,\n              top: $(document).scrollTop() + windowHeight/2 - origin.parent('.material-placeholder').offset().top - newHeight/ 2\n            },\n            {\n              duration: inDuration,\n              queue: false,\n              easing: 'easeOutQuad',\n              complete: function(){doneAnimating = true;}\n            }\n            ); // End Velocity\n        }\n\n    }); // End origin on click\n\n\n      // Return on scroll\n      $(window).scroll(function() {\n        if (overlayActive ) {\n          returnToOriginal();\n        }\n      });\n\n      // Return on ESC\n      $(document).keyup(function(e) {\n\n        if (e.keyCode === 27 && doneAnimating === true) {   // ESC key\n          if (overlayActive) {\n            returnToOriginal();\n          }\n        }\n      });\n\n\n      // This function returns the modaled image to the original spot\n      function returnToOriginal() {\n\n          doneAnimating = false;\n\n          var placeholder = origin.parent('.material-placeholder');\n          var windowWidth = window.innerWidth;\n          var windowHeight = window.innerHeight;\n          var originalWidth = origin.data('width');\n          var originalHeight = origin.data('height');\n\n\n          $('#materialbox-overlay').fadeOut(outDuration, function(){\n            // Remove Overlay\n            overlayActive = false;\n            $(this).remove();\n          });\n\n          // Resize Image\n          origin.velocity(\n            {\n              width: originalWidth,\n              height: originalHeight,\n              left: 0,\n              top: 0\n            },\n            {\n              duration: outDuration,\n              queue: false, easing: 'easeOutQuad'\n            }\n          );\n\n          // Remove Caption + reset css settings on image\n          $('.materialbox-caption').velocity({opacity: 0}, {\n            duration: outDuration + 200, // Delay prevents animation overlapping\n            queue: false, easing: 'easeOutQuad',\n            complete: function(){\n              placeholder.css({\n                height: '',\n                width: '',\n                position: '',\n                top: '',\n                left: ''\n              });\n\n              origin.css({\n                height: '',\n                top: '',\n                left: '',\n                width: '',\n                'max-width': '',\n                position: '',\n                'z-index': ''\n              });\n\n              // Remove class\n              origin.removeClass('active');\n              doneAnimating = true;\n              $(this).remove();\n            }\n          });\n\n        }\n        });\n};\n\n$(document).ready(function(){\n  $('.materialboxed').materialbox();\n});\n\n}( jQuery ));\n;(function ($) {\n\n    $.fn.parallax = function () {\n      var window_width = $(window).width();\n      // Parallax Scripts\n      return this.each(function(i) {\n        var $this = $(this);\n        $this.addClass('parallax');\n\n        $this.find('img').each(function () {\n          $(this).css('background-image', 'url(' + $(this).attr('src') + ')' );\n          $(this).attr('src', 'data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');\n        });\n\n        function updateParallax(initial) {\n          var container_height;\n          if (window_width < 992) {\n            container_height = ($this.height() > 0) ? $this.height() : $this.children(\"img\").height();\n          }\n          else {\n            container_height = ($this.height() > 0) ? $this.height() : 500;\n          }\n          var img_height = $this.children(\"img\").height();\n          var parallax_dist = img_height - container_height;\n          var bottom = $this.offset().top + container_height;\n          var top = $this.offset().top;\n          var scrollTop = $(window).scrollTop();\n          var windowHeight = window.innerHeight;\n          var windowBottom = scrollTop + windowHeight;\n          var percentScrolled = (windowBottom - top) / (container_height + windowHeight);\n          var parallax = -1 * parallax_dist * percentScrolled;\n\n          if ((bottom > scrollTop) && (top < (scrollTop + windowHeight))) {\n            $this.children(\"img\").first().css('bottom', parallax + \"px\");\n          }\n          if (initial) {\n            $this.children(\"img\").first().css('display', 'block');\n          }\n        }\n\n        // Wait for image load\n        $this.children(\"img\").one(\"load\", function() {\n          updateParallax(true);\n        }).each(function() {\n          if(this.complete) $(this).load();\n        });\n\n        $(window).scroll(function() {\n          window_width = $(window).width();\n          updateParallax(false);\n        });\n\n        $(window).resize(function() {\n          window_width = $(window).width();\n          updateParallax(false);\n        });\n\n      });\n\n    };\n}( jQuery ));;(function ($) {\n\n  var methods = {\n    init : function() {\n      return this.each(function() {\n\n      // For each set of tabs, we want to keep track of\n      // which tab is active and its associated content\n      var $this = $(this),\n          window_width = $(window).width();\n\n      $this.width('100%');\n      // Set Tab Width for each tab\n      var $num_tabs = $(this).children('li').length;\n      $this.children('li').each(function() {\n        $(this).width((100/$num_tabs)+'%');\n      });\n      var $active, $content, $links = $this.find('li.tab a'),\n          $tabs_width = $this.width(),\n          $tab_width = $this.find('li').first().outerWidth(),\n          $index = 0;\n\n      // If the location.hash matches one of the links, use that as the active tab.\n      $active = $($links.filter('[href=\"'+location.hash+'\"]'));\n\n      // If no match is found, use the first link or any with class 'active' as the initial active tab.\n      if ($active.length === 0) {\n          $active = $(this).find('li.tab a.active').first();\n      }\n      if ($active.length === 0) {\n        $active = $(this).find('li.tab a').first();\n      }\n\n      $active.addClass('active');\n      $index = $links.index($active);\n      if ($index < 0) {\n        $index = 0;\n      }\n\n      $content = $($active[0].hash);\n\n      // append indicator then set indicator width to tab width\n      $this.append('<div class=\"indicator\"></div>');\n      var $indicator = $this.find('.indicator');\n      if ($this.is(\":visible\")) {\n        $indicator.css({\"right\": $tabs_width - (($index + 1) * $tab_width)});\n        $indicator.css({\"left\": $index * $tab_width});\n      }\n      $(window).resize(function () {\n        $tabs_width = $this.width();\n        $tab_width = $this.find('li').first().outerWidth();\n        if ($index < 0) {\n          $index = 0;\n        }\n        if ($tab_width !== 0 && $tabs_width !== 0) {\n          $indicator.css({\"right\": $tabs_width - (($index + 1) * $tab_width)});\n          $indicator.css({\"left\": $index * $tab_width});\n        }\n      });\n\n      // Hide the remaining content\n      $links.not($active).each(function () {\n        $(this.hash).hide();\n      });\n\n\n      // Bind the click event handler\n      $this.on('click', 'a', function(e){\n        $tabs_width = $this.width();\n        $tab_width = $this.find('li').first().outerWidth();\n\n        // Make the old tab inactive.\n        $active.removeClass('active');\n        $content.hide();\n\n        // Update the variables with the new link and content\n        $active = $(this);\n        $content = $(this.hash);\n        $links = $this.find('li.tab a');\n\n        // Make the tab active.\n        $active.addClass('active');\n        var $prev_index = $index;\n        $index = $links.index($(this));\n        if ($index < 0) {\n          $index = 0;\n        }\n        // Change url to current tab\n        // window.location.hash = $active.attr('href');\n\n        $content.show();\n\n        // Update indicator\n        if (($index - $prev_index) >= 0) {\n          $indicator.velocity({\"right\": $tabs_width - (($index + 1) * $tab_width)}, { duration: 300, queue: false, easing: 'easeOutQuad'});\n          $indicator.velocity({\"left\": $index * $tab_width}, {duration: 300, queue: false, easing: 'easeOutQuad', delay: 90});\n\n        }\n        else {\n          $indicator.velocity({\"left\": $index * $tab_width}, { duration: 300, queue: false, easing: 'easeOutQuad'});\n          $indicator.velocity({\"right\": $tabs_width - (($index + 1) * $tab_width)}, {duration: 300, queue: false, easing: 'easeOutQuad', delay: 90});\n        }\n\n        // Prevent the anchor's default click action\n        e.preventDefault();\n      });\n    });\n\n    },\n    select_tab : function( id ) {\n      this.find('a[href=\"#' + id + '\"]').trigger('click');\n    }\n  };\n\n  $.fn.tabs = function(methodOrOptions) {\n    if ( methods[methodOrOptions] ) {\n      return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));\n    } else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {\n      // Default to \"init\"\n      return methods.init.apply( this, arguments );\n    } else {\n      $.error( 'Method ' +  methodOrOptions + ' does not exist on jQuery.tooltip' );\n    }\n  };\n\n  $(document).ready(function(){\n    $('ul.tabs').tabs();\n  });\n}( jQuery ));\n;(function ($) {\n    $.fn.tooltip = function (options) {\n        var timeout = null,\n    \t\tcounter = null,\n    \t\tstarted = false,\n    \t\tcounterInterval = null,\n    \t\tmargin = 5;\n\n      // Defaults\n      var defaults = {\n        delay: 350\n      };\n      options = $.extend(defaults, options);\n\n      //Remove previously created html\n      $('.material-tooltip').remove();\n\n      return this.each(function(){\n        var origin = $(this);\n\n      // Create Text span\n      var tooltip_text = $('<span></span>').text(origin.attr('data-tooltip'));\n\n      // Create tooltip\n      var newTooltip = $('<div></div>');\n      newTooltip.addClass('material-tooltip').append(tooltip_text);\n      newTooltip.appendTo($('body'));\n\n      var backdrop = $('<div></div>').addClass('backdrop');\n      backdrop.appendTo(newTooltip);\n      backdrop.css({ top: 0, left:0 });\n\n\n     //Destroy previously binded events\n    $(this).off('mouseenter mouseleave');\n      // Mouse In\n    $(this).on({\n      mouseenter: function(e) {\n        var tooltip_delay = origin.data(\"delay\");\n        tooltip_delay = (tooltip_delay == undefined || tooltip_delay == \"\") ? options.delay : tooltip_delay;\n        counter = 0;\n        counterInterval = setInterval(function(){\n          counter += 10;\n          if (counter >= tooltip_delay && started == false) {\n            started = true\n            newTooltip.css({ display: 'block', left: '0px', top: '0px' });\n\n            // Set Tooltip text\n            newTooltip.children('span').text(origin.attr('data-tooltip'));\n\n            // Tooltip positioning\n            var originWidth = origin.outerWidth();\n            var originHeight = origin.outerHeight();\n            var tooltipPosition =  origin.attr('data-position');\n            var tooltipHeight = newTooltip.outerHeight();\n            var tooltipWidth = newTooltip.outerWidth();\n            var tooltipVerticalMovement = '0px';\n            var tooltipHorizontalMovement = '0px';\n            var scale_factor = 8;\n\n            if (tooltipPosition === \"top\") {\n            // Top Position\n            newTooltip.css({\n              top: origin.offset().top - tooltipHeight - margin,\n              left: origin.offset().left + originWidth/2 - tooltipWidth/2\n            });\n            tooltipVerticalMovement = '-10px';\n            backdrop.css({\n              borderRadius: '14px 14px 0 0',\n              transformOrigin: '50% 90%',\n              marginTop: tooltipHeight,\n              marginLeft: (tooltipWidth/2) - (backdrop.width()/2)\n\n            });\n            }\n            // Left Position\n            else if (tooltipPosition === \"left\") {\n              newTooltip.css({\n                top: origin.offset().top + originHeight/2 - tooltipHeight/2,\n                left: origin.offset().left - tooltipWidth - margin\n              });\n              tooltipHorizontalMovement = '-10px';\n              backdrop.css({\n                width: '14px',\n                height: '14px',\n                borderRadius: '14px 0 0 14px',\n                transformOrigin: '95% 50%',\n                marginTop: tooltipHeight/2,\n                marginLeft: tooltipWidth\n              });\n            }\n            // Right Position\n            else if (tooltipPosition === \"right\") {\n              newTooltip.css({\n                top: origin.offset().top + originHeight/2 - tooltipHeight/2,\n                left: origin.offset().left + originWidth + margin\n              });\n              tooltipHorizontalMovement = '+10px';\n              backdrop.css({\n                width: '14px',\n                height: '14px',\n                borderRadius: '0 14px 14px 0',\n                transformOrigin: '5% 50%',\n                marginTop: tooltipHeight/2,\n                marginLeft: '0px'\n              });\n            }\n            else {\n              // Bottom Position\n              newTooltip.css({\n                top: origin.offset().top + origin.outerHeight() + margin,\n                left: origin.offset().left + originWidth/2 - tooltipWidth/2\n              });\n              tooltipVerticalMovement = '+10px';\n              backdrop.css({\n                marginLeft: (tooltipWidth/2) - (backdrop.width()/2)\n              });\n            }\n\n            // Calculate Scale to fill\n            scale_factor = tooltipWidth / 8;\n            if (scale_factor < 8) {\n              scale_factor = 8;\n            }\n            if (tooltipPosition === \"right\" || tooltipPosition === \"left\") {\n              scale_factor = tooltipWidth / 10;\n              if (scale_factor < 6)\n                scale_factor = 6;\n            }\n\n            newTooltip.velocity({ opacity: 1, marginTop: tooltipVerticalMovement, marginLeft: tooltipHorizontalMovement}, { duration: 350, queue: false });\n            backdrop.css({ display: 'block' })\n            .velocity({opacity:1},{duration: 55, delay: 0, queue: false})\n            .velocity({scale: scale_factor}, {duration: 300, delay: 0, queue: false, easing: 'easeInOutQuad'});\n\n          }\n        }, 10); // End Interval\n\n      // Mouse Out\n      },\n      mouseleave: function(){\n        // Reset State\n        clearInterval(counterInterval);\n        counter = 0;\n\n        // Animate back\n        newTooltip.velocity({\n          opacity: 0, marginTop: 0, marginLeft: 0}, { duration: 225, queue: false, delay: 275 }\n        );\n        backdrop.velocity({opacity: 0, scale: 1}, {\n          duration:225,\n          delay: 275, queue: false,\n          complete: function(){\n            backdrop.css('display', 'none');\n            newTooltip.css('display', 'none');\n            started = false;}\n        });\n      }\n      });\n    });\n  };\n\n  $(document).ready(function(){\n     $('.tooltipped').tooltip();\n   });\n}( jQuery ));\n;/*!\n * Waves v0.6.0\n * http://fian.my.id/Waves\n *\n * Copyright 2014 Alfiana E. Sibuea and other contributors\n * Released under the MIT license\n * https://github.com/fians/Waves/blob/master/LICENSE\n */\n\n;(function(window) {\n    'use strict';\n\n    var Waves = Waves || {};\n    var $$ = document.querySelectorAll.bind(document);\n\n    // Find exact position of element\n    function isWindow(obj) {\n        return obj !== null && obj === obj.window;\n    }\n\n    function getWindow(elem) {\n        return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView;\n    }\n\n    function offset(elem) {\n        var docElem, win,\n            box = {top: 0, left: 0},\n            doc = elem && elem.ownerDocument;\n\n        docElem = doc.documentElement;\n\n        if (typeof elem.getBoundingClientRect !== typeof undefined) {\n            box = elem.getBoundingClientRect();\n        }\n        win = getWindow(doc);\n        return {\n            top: box.top + win.pageYOffset - docElem.clientTop,\n            left: box.left + win.pageXOffset - docElem.clientLeft\n        };\n    }\n\n    function convertStyle(obj) {\n        var style = '';\n\n        for (var a in obj) {\n            if (obj.hasOwnProperty(a)) {\n                style += (a + ':' + obj[a] + ';');\n            }\n        }\n\n        return style;\n    }\n\n    var Effect = {\n\n        // Effect delay\n        duration: 750,\n\n        show: function(e, element) {\n\n            // Disable right click\n            if (e.button === 2) {\n                return false;\n            }\n\n            var el = element || this;\n\n            // Create ripple\n            var ripple = document.createElement('div');\n            ripple.className = 'waves-ripple';\n            el.appendChild(ripple);\n\n            // Get click coordinate and element witdh\n            var pos         = offset(el);\n            var relativeY   = (e.pageY - pos.top);\n            var relativeX   = (e.pageX - pos.left);\n            var scale       = 'scale('+((el.clientWidth / 100) * 10)+')';\n\n            // Support for touch devices\n            if ('touches' in e) {\n              relativeY   = (e.touches[0].pageY - pos.top);\n              relativeX   = (e.touches[0].pageX - pos.left);\n            }\n\n            // Attach data to element\n            ripple.setAttribute('data-hold', Date.now());\n            ripple.setAttribute('data-scale', scale);\n            ripple.setAttribute('data-x', relativeX);\n            ripple.setAttribute('data-y', relativeY);\n\n            // Set ripple position\n            var rippleStyle = {\n                'top': relativeY+'px',\n                'left': relativeX+'px'\n            };\n\n            ripple.className = ripple.className + ' waves-notransition';\n            ripple.setAttribute('style', convertStyle(rippleStyle));\n            ripple.className = ripple.className.replace('waves-notransition', '');\n\n            // Scale the ripple\n            rippleStyle['-webkit-transform'] = scale;\n            rippleStyle['-moz-transform'] = scale;\n            rippleStyle['-ms-transform'] = scale;\n            rippleStyle['-o-transform'] = scale;\n            rippleStyle.transform = scale;\n            rippleStyle.opacity   = '1';\n\n            rippleStyle['-webkit-transition-duration'] = Effect.duration + 'ms';\n            rippleStyle['-moz-transition-duration']    = Effect.duration + 'ms';\n            rippleStyle['-o-transition-duration']      = Effect.duration + 'ms';\n            rippleStyle['transition-duration']         = Effect.duration + 'ms';\n\n            rippleStyle['-webkit-transition-timing-function'] = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n            rippleStyle['-moz-transition-timing-function']    = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n            rippleStyle['-o-transition-timing-function']      = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n            rippleStyle['transition-timing-function']         = 'cubic-bezier(0.250, 0.460, 0.450, 0.940)';\n\n            ripple.setAttribute('style', convertStyle(rippleStyle));\n        },\n\n        hide: function(e) {\n            TouchHandler.touchup(e);\n\n            var el = this;\n            var width = el.clientWidth * 1.4;\n\n            // Get first ripple\n            var ripple = null;\n            var ripples = el.getElementsByClassName('waves-ripple');\n            if (ripples.length > 0) {\n                ripple = ripples[ripples.length - 1];\n            } else {\n                return false;\n            }\n\n            var relativeX   = ripple.getAttribute('data-x');\n            var relativeY   = ripple.getAttribute('data-y');\n            var scale       = ripple.getAttribute('data-scale');\n\n            // Get delay beetween mousedown and mouse leave\n            var diff = Date.now() - Number(ripple.getAttribute('data-hold'));\n            var delay = 350 - diff;\n\n            if (delay < 0) {\n                delay = 0;\n            }\n\n            // Fade out ripple after delay\n            setTimeout(function() {\n                var style = {\n                    'top': relativeY+'px',\n                    'left': relativeX+'px',\n                    'opacity': '0',\n\n                    // Duration\n                    '-webkit-transition-duration': Effect.duration + 'ms',\n                    '-moz-transition-duration': Effect.duration + 'ms',\n                    '-o-transition-duration': Effect.duration + 'ms',\n                    'transition-duration': Effect.duration + 'ms',\n                    '-webkit-transform': scale,\n                    '-moz-transform': scale,\n                    '-ms-transform': scale,\n                    '-o-transform': scale,\n                    'transform': scale,\n                };\n\n                ripple.setAttribute('style', convertStyle(style));\n\n                setTimeout(function() {\n                    try {\n                        el.removeChild(ripple);\n                    } catch(e) {\n                        return false;\n                    }\n                }, Effect.duration);\n            }, delay);\n        },\n\n        // Little hack to make <input> can perform waves effect\n        wrapInput: function(elements) {\n            for (var a = 0; a < elements.length; a++) {\n                var el = elements[a];\n\n                if (el.tagName.toLowerCase() === 'input') {\n                    var parent = el.parentNode;\n\n                    // If input already have parent just pass through\n                    if (parent.tagName.toLowerCase() === 'i' && parent.className.indexOf('waves-effect') !== -1) {\n                        continue;\n                    }\n\n                    // Put element class and style to the specified parent\n                    var wrapper = document.createElement('i');\n                    wrapper.className = el.className + ' waves-input-wrapper';\n\n                    var elementStyle = el.getAttribute('style');\n\n                    if (!elementStyle) {\n                        elementStyle = '';\n                    }\n\n                    wrapper.setAttribute('style', elementStyle);\n\n                    el.className = 'waves-button-input';\n                    el.removeAttribute('style');\n\n                    // Put element as child\n                    parent.replaceChild(wrapper, el);\n                    wrapper.appendChild(el);\n                }\n            }\n        }\n    };\n\n\n    /**\n     * Disable mousedown event for 500ms during and after touch\n     */\n    var TouchHandler = {\n        /* uses an integer rather than bool so there's no issues with\n         * needing to clear timeouts if another touch event occurred\n         * within the 500ms. Cannot mouseup between touchstart and\n         * touchend, nor in the 500ms after touchend. */\n        touches: 0,\n        allowEvent: function(e) {\n            var allow = true;\n\n            if (e.type === 'touchstart') {\n                TouchHandler.touches += 1; //push\n            } else if (e.type === 'touchend' || e.type === 'touchcancel') {\n                setTimeout(function() {\n                    if (TouchHandler.touches > 0) {\n                        TouchHandler.touches -= 1; //pop after 500ms\n                    }\n                }, 500);\n            } else if (e.type === 'mousedown' && TouchHandler.touches > 0) {\n                allow = false;\n            }\n\n            return allow;\n        },\n        touchup: function(e) {\n            TouchHandler.allowEvent(e);\n        }\n    };\n\n\n    /**\n     * Delegated click handler for .waves-effect element.\n     * returns null when .waves-effect element not in \"click tree\"\n     */\n    function getWavesEffectElement(e) {\n        if (TouchHandler.allowEvent(e) === false) {\n            return null;\n        }\n\n        var element = null;\n        var target = e.target || e.srcElement;\n\n        while (target.parentElement !== null) {\n            if (target.className.indexOf('waves-effect') !== -1) {\n                element = target;\n                break;\n            }\n            target = target.parentElement;\n        }\n\n        return element;\n    }\n\n    /**\n     * Bubble the click and show effect if .waves-effect elem was found\n     */\n    function showEffect(e) {\n        var element = getWavesEffectElement(e);\n\n        if (element !== null) {\n            Effect.show(e, element);\n\n            if ('ontouchstart' in window) {\n                element.addEventListener('touchend', Effect.hide, false);\n                element.addEventListener('touchcancel', Effect.hide, false);\n            }\n\n            element.addEventListener('mouseup', Effect.hide, false);\n            element.addEventListener('mouseleave', Effect.hide, false);\n        }\n    }\n\n    Waves.displayEffect = function(options) {\n        options = options || {};\n\n        if ('duration' in options) {\n            Effect.duration = options.duration;\n        }\n\n        //Wrap input inside <i> tag\n        Effect.wrapInput($$('.waves-effect'));\n\n        if ('ontouchstart' in window) {\n            document.body.addEventListener('touchstart', showEffect, false);\n        }\n\n        document.body.addEventListener('mousedown', showEffect, false);\n    };\n\n    /**\n     * Attach Waves to an input element (or any element which doesn't\n     * bubble mouseup/mousedown events).\n     *   Intended to be used with dynamically loaded forms/inputs, or\n     * where the user doesn't want a delegated click handler.\n     */\n    Waves.attach = function(element) {\n        //FUTURE: automatically add waves classes and allow users\n        // to specify them with an options param? Eg. light/classic/button\n        if (element.tagName.toLowerCase() === 'input') {\n            Effect.wrapInput([element]);\n            element = element.parentElement;\n        }\n\n        if ('ontouchstart' in window) {\n            element.addEventListener('touchstart', showEffect, false);\n        }\n\n        element.addEventListener('mousedown', showEffect, false);\n    };\n\n    window.Waves = Waves;\n\n    document.addEventListener('DOMContentLoaded', function() {\n        Waves.displayEffect();\n    }, false);\n\n})(window);;function toast(message, displayLength, className, completeCallback) {\n    className = className || \"\";\n    if ($('#toast-container').length == 0) {\n        // create notification container\n        var container = $('<div></div>')\n            .attr('id', 'toast-container');\n        $('body').append(container);\n    }\n\n    // Select and append toast\n    var container = $('#toast-container')\n    var newToast = createToast(message);\n    container.append(newToast);\n\n    newToast.css({\"top\" : parseFloat(newToast.css(\"top\"))+35+\"px\",\n                  \"opacity\": 0});\n    newToast.velocity({\"top\" : \"0px\",\n                       opacity: 1},\n                       {duration: 300,\n                       easing: 'easeOutCubic',\n                      queue: false});\n\n    // Allows timer to be pause while being panned\n    var timeLeft = displayLength;\n    var counterInterval = setInterval (function(){\n      if (newToast.parent().length === 0)\n        window.clearInterval(counterInterval);\n\n      if (!newToast.hasClass(\"panning\")) {\n        timeLeft -= 100;\n      }\n\n      if (timeLeft <= 0) {\n        newToast.velocity({\"opacity\": 0, marginTop: '-40px'},\n                        { duration: 375,\n                          easing: 'easeOutExpo',\n                          queue: false,\n                          complete: function(){\n                            if(typeof(completeCallback) === \"function\")\n                              completeCallback();\n                            $(this).remove();\n                          }\n                        }\n                       );\n        window.clearInterval(counterInterval);\n      }\n    }, 100);\n\n\n\n    function createToast(html) {\n        var toast = $(\"<div class='toast'></div>\")\n          .addClass(className)\n          .html(html);\n        // Bind hammer\n        toast.hammer({prevent_default:false\n              }).bind('pan', function(e) {\n\n                  var deltaX = e.gesture.deltaX;\n                  var activationDistance = 80;\n\n//                  change toast state\n                  if (!toast.hasClass(\"panning\"))\n                    toast.addClass(\"panning\");\n\n                  var opacityPercent = 1-Math.abs(deltaX / activationDistance);\n                if (opacityPercent < 0)\n                  opacityPercent = 0;\n\n                  toast.velocity({left: deltaX, opacity: opacityPercent }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n\n                }).bind('panend', function(e) {\n                  var deltaX = e.gesture.deltaX;\n                  var activationDistance = 80;\n\n                  // If toast dragged past activation point\n                  if (Math.abs(deltaX) > activationDistance) {\n                    toast.velocity({marginTop: '-40px'},\n                                  { duration: 375,\n                        easing: 'easeOutExpo',\n                        queue: false,\n                        complete: function(){\n                          if(typeof(completeCallback) === \"function\")\n                            completeCallback();\n                          toast.remove()\n                        }\n                      })\n                  } else {\n                    toast.removeClass(\"panning\");\n                    // Put toast back into original position\n                    toast.velocity({left: 0, opacity: 1},\n                                  { duration: 300,\n                        easing: 'easeOutExpo',\n                        queue: false\n                      })\n                  }\n                });\n        return toast;\n    }\n};(function ($) {\n    // left: 37, up: 38, right: 39, down: 40,\n    // spacebar: 32, pageup: 33, pagedown: 34, end: 35, home: 36\n    // var keys = [32, 33, 34, 35, 36, 37, 38, 39, 40];\n\n    // function preventDefault(e) {\n    //   e = e || window.event;\n    //   if (e.preventDefault)\n    //     e.preventDefault();\n    //   e.returnValue = false;\n    // }\n\n    // function keydown(e) {\n    //   for (var i = keys.length; i--;) {\n    //     if (e.keyCode === keys[i]) {\n    //       preventDefault(e);\n    //       return;\n    //     }\n    //   }\n    // }\n\n    // function wheel(e) {\n    //   preventDefault(e);\n    // }\n\n    // function disable_scroll() {\n    //   if (window.addEventListener) {\n    //     window.addEventListener('DOMMouseScroll', wheel, false);\n    //   }\n    //   window.onmousewheel = document.onmousewheel = wheel;\n    //   document.onkeydown = keydown;\n    //   $('body').css({'overflow-y' : 'hidden'});\n    // }\n\n    // function enable_scroll() {\n    //   if (window.removeEventListener) {\n    //     window.removeEventListener('DOMMouseScroll', wheel, false);\n    //   }\n    //   window.onmousewheel = document.onmousewheel = document.onkeydown = null;\n    //   $('body').css({'overflow-y' : ''});\n\n    // }\n\n  var methods = {\n    init : function(options) {\n      var defaults = {\n        menuWidth: 240,\n        edge: 'left',\n        closeOnClick: false\n      }\n      options = $.extend(defaults, options);\n\n      $(this).each(function(){\n        var $this = $(this);\n        var menu_id = $(\"#\"+ $this.attr('data-activates'));\n\n        // Set to width\n        if (options.menuWidth != 240) {\n          menu_id.css('width', options.menuWidth);\n          if (!menu_id.hasClass('fixed')) {\n            menu_id.css('left', -1 * (options.menuWidth + 10));\n          }\n        }\n\n        // Add alignment\n        if (options.edge != 'left') {\n          menu_id.addClass('right-aligned');\n        }\n\n        // Add Touch Area\n        $('body').append($('<div class=\"drag-target\"></div>'));\n        if (options.edge === 'left') {\n          $('.drag-target').css({'left': 0})\n        }\n        else {\n          $('.drag-target').css({'right': 0})\n        }\n\n        // Window resize to reset on large screens fixed\n        if (menu_id.hasClass('fixed')) {\n          $(window).resize( function() {\n            if ($(window).width() > 1200) {\n              if (menu_id.attr('style')) {\n                menu_id.removeAttr('style');\n                menu_id.css('width', options.menuWidth);\n              }\n            }\n            if ($('#sidenav-overlay').css('opacity') != 0 && menuOut) {\n              $('#sidenav-overlay').trigger('click');\n            }\n          });\n        }\n\n        // if closeOnClick, then add close event for all a tags in side sideNav\n        if (options.closeOnClick == true) {\n          menu_id.on(\"click.itemclick\", \"a:not(.collapsible-header)\", function(){\n            removeMenu();\n          });\n        }\n\n        function removeMenu() {\n          panning = false;\n          menuOut = false;\n          $('#sidenav-overlay').velocity({opacity: 0}, {duration: 200, queue: false, easing: 'easeOutQuad',\n            complete: function() {\n              $(this).remove();\n            } });\n          if (options.edge === 'left') {\n            // Reset phantom div\n            $('.drag-target').css({width: '', right: '', left: '0'});\n            menu_id.velocity({left: -1 * (options.menuWidth + 10)}, {duration: 200, queue: false, easing: 'easeOutCubic'});\n          }\n          else {\n            // Reset phantom div\n            $('.drag-target').css({width: '', right: '0', left: ''});\n            menu_id.velocity({right: -1 * (options.menuWidth + 10)}, {duration: 200, queue: false, easing: 'easeOutCubic'});\n          }\n\n          // enable_scroll();\n        }\n\n\n\n        // Touch Event\n        var panning = false;\n        var menuOut = false;\n\n        $('.drag-target').hammer({\n          prevent_default: false\n        }).bind('tap', function(e) {\n          // capture overlay click on drag target\n          // if (menuOut && !panning) {\n            $('#sidenav-overlay').trigger('click');\n          // }\n        }).bind('pan', function(e) {\n\n          if (e.gesture.pointerType === \"touch\") {\n\n            var direction = e.gesture.direction;\n            var x = e.gesture.center.x;\n            var y = e.gesture.center.y;\n            var velocityX = e.gesture.velocityX;\n\n            if (!$('#sidenav-overlay').length) {\n              var overlay = $('<div id=\"sidenav-overlay\"></div>');\n              overlay.css('opacity', 0).click(function(){ removeMenu(); });\n              $('body').append(overlay);\n            }\n\n            // Keep within boundaries\n            if (options.edge === 'left') {\n              if (x > options.menuWidth) { x = options.menuWidth; }\n              else if (x < 0) { x = 0; }\n            }\n            else {\n              if (x < $(window).width() - options.menuWidth) { x = $(window).width() - options.menuWidth; }\n            }\n\n            if (options.edge === 'left') {\n              // Left Direction\n              if (x < (options.menuWidth / 2)) { menuOut = false; }\n              // Right Direction\n              else if (x >= (options.menuWidth / 2)) { menuOut = true; }\n\n              menu_id.css('left', (x - options.menuWidth));\n            }\n            else {\n              // Left Direction\n              if (x < ($(window).width() - options.menuWidth / 2)) { menuOut = true; }\n              // Right Direction\n              else if (x >= ($(window).width() - options.menuWidth / 2)) { menuOut = false; }\n\n              menu_id.css('right', -1 *(x - options.menuWidth / 2));\n            }\n\n\n\n\n            // Percentage overlay\n            if (options.edge === 'left') {\n              var overlayPerc = x / options.menuWidth;\n              $('#sidenav-overlay').velocity({opacity: overlayPerc }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n            }\n            else {\n              var overlayPerc = Math.abs((x - $(window).width()) / options.menuWidth);\n              $('#sidenav-overlay').velocity({opacity: overlayPerc }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n            }\n          }\n\n        }).bind('panend', function(e) {\n          if (e.gesture.pointerType === \"touch\") {\n            var velocityX = e.gesture.velocityX;\n            panning = false;\n            if (options.edge === 'left') {\n              // If velocityX <= 0.3 then the user is flinging the menu closed so ignore menuOut\n              if ((menuOut && velocityX <= 0.3) || velocityX < -0.5) {\n                menu_id.velocity({left: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n                $('#sidenav-overlay').velocity({opacity: 1 }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n                $('.drag-target').css({width: '50%', right: 0, left: ''});\n              }\n              else if (!menuOut || velocityX > 0.3) {\n                menu_id.velocity({left: -240}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n                $('#sidenav-overlay').velocity({opacity: 0 }, {duration: 50, queue: false, easing: 'easeOutQuad',\n                  complete: function () {\n                    $(this).remove();\n                  }});\n                $('.drag-target').css({width: '10%', right: '', left: 0});\n              }\n            }\n            else {\n              if ((menuOut && velocityX >= -0.3) || velocityX > 0.5) {\n                menu_id.velocity({right: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n                $('#sidenav-overlay').velocity({opacity: 1 }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n                $('.drag-target').css({width: '50%', right: '', left: 0});\n              }\n              else if (!menuOut || velocityX < -0.3) {\n                menu_id.velocity({right: -240}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n                $('#sidenav-overlay').velocity({opacity: 0 }, {duration: 50, queue: false, easing: 'easeOutQuad',\n                  complete: function () {\n                    $(this).remove();\n                  }});\n                $('.drag-target').css({width: '10%', right: 0, left: ''});\n              }\n            }\n\n\n          }\n        });\n\n          $this.click(function() {\n            if (menuOut == true) {\n              menuOut = false;\n              panning = false;\n              removeMenu();\n            }\n            else {\n\n              if (options.edge === 'left') {\n                $('.drag-target').css({width: '50%', right: 0, left: ''});\n                menu_id.velocity({left: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n              }\n              else {\n                $('.drag-target').css({width: '50%', right: '', left: 0});\n                menu_id.velocity({right: 0}, {duration: 300, queue: false, easing: 'easeOutQuad'});\n                menu_id.css('left','');\n              }\n\n              var overlay = $('<div id=\"sidenav-overlay\"></div>');\n              overlay.css('opacity', 0)\n              .click(function(){\n                menuOut = false;\n                panning = false;\n                removeMenu();\n                overlay.animate({opacity: 0}, {duration: 300, queue: false, easing: 'easeOutQuad',\n                  complete: function() {\n                    $(this).remove();\n                  } });\n\n              });\n              $('body').append(overlay);\n              overlay.animate({opacity: 1}, {duration: 300, queue: false, easing: 'easeOutQuad',\n                complete: function () {\n                  menuOut = true;\n                  panning = false;\n                }\n              });\n            }\n\n            return false;\n          });\n      });\n\n\n    },\n    show : function() {\n      this.trigger('click');\n    },\n    hide : function() {\n      $('#sidenav-overlay').trigger('click');\n    }\n  };\n\n\n    $.fn.sideNav = function(methodOrOptions) {\n      if ( methods[methodOrOptions] ) {\n        return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));\n      } else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {\n        // Default to \"init\"\n        return methods.init.apply( this, arguments );\n      } else {\n        $.error( 'Method ' +  methodOrOptions + ' does not exist on jQuery.tooltip' );\n      }\n    }; // PLugin end\n}( jQuery ));\n;/**\n * Extend jquery with a scrollspy plugin.\n * This watches the window scroll and fires events when elements are scrolled into viewport.\n *\n * throttle() and getTime() taken from Underscore.js\n * https://github.com/jashkenas/underscore\n *\n * @author Copyright 2013 John Smart\n * @license https://raw.github.com/thesmart/jquery-scrollspy/master/LICENSE\n * @see https://github.com/thesmart\n * @version 0.1.2\n */\n(function($) {\n\n\tvar jWindow = $(window);\n\tvar elements = [];\n\tvar elementsInView = [];\n\tvar isSpying = false;\n\tvar ticks = 0;\n\tvar unique_id = 1;\n\tvar offset = {\n\t\ttop : 0,\n\t\tright : 0,\n\t\tbottom : 0,\n\t\tleft : 0,\n\t}\n\n\t/**\n\t * Find elements that are within the boundary\n\t * @param {number} top\n\t * @param {number} right\n\t * @param {number} bottom\n\t * @param {number} left\n\t * @return {jQuery}\t\tA collection of elements\n\t */\n\tfunction findElements(top, right, bottom, left) {\n\t\tvar hits = $();\n\t\t$.each(elements, function(i, element) {\n\t\t\tif (element.height() > 0) {\n\t\t\t\tvar elTop = element.offset().top,\n\t\t\t\t\telLeft = element.offset().left,\n\t\t\t\t\telRight = elLeft + element.width(),\n\t\t\t\t\telBottom = elTop + element.height();\n\n\t\t\t\tvar isIntersect = !(elLeft > right ||\n\t\t\t\t\telRight < left ||\n\t\t\t\t\telTop > bottom ||\n\t\t\t\t\telBottom < top);\n\n\t\t\t\tif (isIntersect) {\n\t\t\t\t\thits.push(element);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\n\t\treturn hits;\n\t}\n\n\n\t/**\n\t * Called when the user scrolls the window\n\t */\n\tfunction onScroll() {\n\t\t// unique tick id\n\t\t++ticks;\n\n\t\t// viewport rectangle\n\t\tvar top = jWindow.scrollTop(),\n\t\t\tleft = jWindow.scrollLeft(),\n\t\t\tright = left + jWindow.width(),\n\t\t\tbottom = top + jWindow.height();\n\n\t\t// determine which elements are in view\n//        + 60 accounts for fixed nav\n\t\tvar intersections = findElements(top+offset.top + 200, right+offset.right, bottom+offset.bottom, left+offset.left);\n\t\t$.each(intersections, function(i, element) {\n\n\t\t\tvar lastTick = element.data('scrollSpy:ticks');\n\t\t\tif (typeof lastTick != 'number') {\n\t\t\t\t// entered into view\n\t\t\t\telement.triggerHandler('scrollSpy:enter');\n\t\t\t}\n\n\t\t\t// update tick id\n\t\t\telement.data('scrollSpy:ticks', ticks);\n\t\t});\n\n\t\t// determine which elements are no longer in view\n\t\t$.each(elementsInView, function(i, element) {\n\t\t\tvar lastTick = element.data('scrollSpy:ticks');\n\t\t\tif (typeof lastTick == 'number' && lastTick !== ticks) {\n\t\t\t\t// exited from view\n\t\t\t\telement.triggerHandler('scrollSpy:exit');\n\t\t\t\telement.data('scrollSpy:ticks', null);\n\t\t\t}\n\t\t});\n\n\t\t// remember elements in view for next tick\n\t\telementsInView = intersections;\n\t}\n\n\t/**\n\t * Called when window is resized\n\t*/\n\tfunction onWinSize() {\n\t\tjWindow.trigger('scrollSpy:winSize');\n\t}\n\n\t/**\n\t * Get time in ms\n   * @license https://raw.github.com/jashkenas/underscore/master/LICENSE\n\t * @type {function}\n\t * @return {number}\n\t */\n\tvar getTime = (Date.now || function () {\n\t\treturn new Date().getTime();\n\t});\n\n\t/**\n\t * Returns a function, that, when invoked, will only be triggered at most once\n\t * during a given window of time. Normally, the throttled function will run\n\t * as much as it can, without ever going more than once per `wait` duration;\n\t * but if you'd like to disable the execution on the leading edge, pass\n\t * `{leading: false}`. To disable execution on the trailing edge, ditto.\n\t * @license https://raw.github.com/jashkenas/underscore/master/LICENSE\n\t * @param {function} func\n\t * @param {number} wait\n\t * @param {Object=} options\n\t * @returns {Function}\n\t */\n\tfunction throttle(func, wait, options) {\n\t\tvar context, args, result;\n\t\tvar timeout = null;\n\t\tvar previous = 0;\n\t\toptions || (options = {});\n\t\tvar later = function () {\n\t\t\tprevious = options.leading === false ? 0 : getTime();\n\t\t\ttimeout = null;\n\t\t\tresult = func.apply(context, args);\n\t\t\tcontext = args = null;\n\t\t};\n\t\treturn function () {\n\t\t\tvar now = getTime();\n\t\t\tif (!previous && options.leading === false) previous = now;\n\t\t\tvar remaining = wait - (now - previous);\n\t\t\tcontext = this;\n\t\t\targs = arguments;\n\t\t\tif (remaining <= 0) {\n\t\t\t\tclearTimeout(timeout);\n\t\t\t\ttimeout = null;\n\t\t\t\tprevious = now;\n\t\t\t\tresult = func.apply(context, args);\n\t\t\t\tcontext = args = null;\n\t\t\t} else if (!timeout && options.trailing !== false) {\n\t\t\t\ttimeout = setTimeout(later, remaining);\n\t\t\t}\n\t\t\treturn result;\n\t\t};\n\t};\n\n\t/**\n\t * Enables ScrollSpy using a selector\n\t * @param {jQuery|string} selector  The elements collection, or a selector\n\t * @param {Object=} options\tOptional.\n        throttle : number -> scrollspy throttling. Default: 100 ms\n        offsetTop : number -> offset from top. Default: 0\n        offsetRight : number -> offset from right. Default: 0\n        offsetBottom : number -> offset from bottom. Default: 0\n        offsetLeft : number -> offset from left. Default: 0\n\t * @returns {jQuery}\n\t */\n\t$.scrollSpy = function(selector, options) {\n\t\tvar visible = [];\n\t\tselector = $(selector);\n\t\tselector.each(function(i, element) {\n\t\t\telements.push($(element));\n\t\t\t$(element).data(\"scrollSpy:id\", i);\n\t\t\t// Smooth scroll to section\n\t\t  $('a[href=#' + $(element).attr('id') + ']').click(function(e) {\n\t\t    e.preventDefault();\n\t\t    var offset = $(this.hash).offset().top + 1;\n\n//            offset-60 to handle floating fixed tab bar\n\t\t\t\tif ($('.tabs-wrapper').length) {\n\t\t\t    $('html, body').animate({ scrollTop: offset-60 }, {duration: 400, easing: 'easeOutCubic'});\n\t\t\t\t}\n\t\t\t\telse {\n\t\t    \t$('html, body').animate({ scrollTop: offset }, {duration: 400, easing: 'easeOutCubic'});\n\t\t\t\t}\n\t\t  });\n\t\t});\n\t\toptions = options || {\n\t\t\tthrottle: 100\n\t\t};\n\n\t\toffset.top = options.offsetTop || 0;\n\t\toffset.right = options.offsetRight || 0;\n\t\toffset.bottom = options.offsetBottom || 0;\n\t\toffset.left = options.offsetLeft || 0;\n\n\t\tvar throttledScroll = throttle(onScroll, options.throttle || 100);\n\t\tvar readyScroll = function(){\n\t\t\t$(document).ready(throttledScroll);\n\t\t};\n\n\t\tif (!isSpying) {\n\t\t\tjWindow.on('scroll', readyScroll);\n\t\t\tjWindow.on('resize', readyScroll);\n\t\t\tisSpying = true;\n\t\t}\n\n\t\t// perform a scan once, after current execution context, and after dom is ready\n\t\tsetTimeout(readyScroll, 0);\n\n\n\t\tselector.on('scrollSpy:enter', function() {\n\t\t\tvisible = $.grep(visible, function(value) {\n\t      return value.height() != 0;\n\t    });\n\n\t\t\tvar $this = $(this);\n\n\t\t\tif (visible[0]) {\n\t\t\t\t$('a[href=#' + visible[0].attr('id') + ']').removeClass('active');\n\t\t\t\tif ($this.data('scrollSpy:id') < visible[0].data('scrollSpy:id')) {\n\t\t\t\t\tvisible.unshift($(this));\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tvisible.push($(this));\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tvisible.push($(this));\n\t\t\t}\n\n\n\t\t\t$('a[href=#' + visible[0].attr('id') + ']').addClass('active');\n\t\t});\n\t\tselector.on('scrollSpy:exit', function() {\n\t\t\tvisible = $.grep(visible, function(value) {\n\t      return value.height() != 0;\n\t    });\n\n\t\t\tif (visible[0]) {\n\t\t\t\t$('a[href=#' + visible[0].attr('id') + ']').removeClass('active');\n\t\t\t\tvar $this = $(this);\n\t\t\t\tvisible = $.grep(visible, function(value) {\n\t        return value.attr('id') != $this.attr('id');\n\t      });\n\t      if (visible[0]) { // Check if empty\n\t\t\t\t\t$('a[href=#' + visible[0].attr('id') + ']').addClass('active');\n\t      }\n\t\t\t}\n\t\t});\n\n\t\treturn selector;\n\t};\n\n\t/**\n\t * Listen for window resize events\n\t * @param {Object=} options\t\t\t\t\t\tOptional. Set { throttle: number } to change throttling. Default: 100 ms\n\t * @returns {jQuery}\t\t$(window)\n\t */\n\t$.winSizeSpy = function(options) {\n\t\t$.winSizeSpy = function() { return jWindow; }; // lock from multiple calls\n\t\toptions = options || {\n\t\t\tthrottle: 100\n\t\t};\n\t\treturn jWindow.on('resize', throttle(onWinSize, options.throttle || 100));\n\t};\n\n\t/**\n\t * Enables ScrollSpy on a collection of elements\n\t * e.g. $('.scrollSpy').scrollSpy()\n\t * @param {Object=} options\tOptional.\n\t\t\t\t\t\t\t\t\t\t\tthrottle : number -> scrollspy throttling. Default: 100 ms\n\t\t\t\t\t\t\t\t\t\t\toffsetTop : number -> offset from top. Default: 0\n\t\t\t\t\t\t\t\t\t\t\toffsetRight : number -> offset from right. Default: 0\n\t\t\t\t\t\t\t\t\t\t\toffsetBottom : number -> offset from bottom. Default: 0\n\t\t\t\t\t\t\t\t\t\t\toffsetLeft : number -> offset from left. Default: 0\n\t * @returns {jQuery}\n\t */\n\t$.fn.scrollSpy = function(options) {\n\t\treturn $.scrollSpy($(this), options);\n\t};\n\n})(jQuery);;(function ($) {\n  $(document).ready(function() {\n\n    // Text based inputs\n    var input_selector = 'input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=search], textarea';\n\n    // Add active if form auto complete\n    $(document).on('change', input_selector, function () {\n      if($(this).val().length !== 0) {\n        $(this).siblings('label, i').addClass('active');\n      }\n      validate_field($(this));\n    });\n\n    // Add active if input element has been pre-populated on document ready\n    $(document).ready(function() {\n      $(input_selector).each(function(index, element) {\n        if($(element).val().length > 0) {\n          $(this).siblings('label, i').addClass('active');\n        }\n      });\n    });\n\n    // HTML DOM FORM RESET handling\n    $(document).on('reset', function(e) {\n      if ($(e.target).is('form')) {\n        $(this).find(input_selector).removeClass('valid').removeClass('invalid');\n\n        // Reset select\n        $(this).find('select.initialized').each(function () {\n          var reset_text = $(this).find('option[selected]').text();\n          $(this).siblings('input.select-dropdown').val(reset_text);\n        });\n      }\n    });\n\n    // Add active when element has focus\n    $(document).on('focus', input_selector, function () {\n      $(this).siblings('label, i').addClass('active');\n    });\n\n    $(document).on('blur', input_selector, function () {\n      if ($(this).val().length === 0) {\n        $(this).siblings('label, i').removeClass('active');\n      }\n      validate_field($(this));\n    });\n\n    validate_field = function(object) {\n      if (object.val().length === 0) {\n        if (object.hasClass('validate')) {\n          object.removeClass('valid');\n          object.removeClass('invalid');\n        }\n      }\n      else {\n        if (object.hasClass('validate')) {\n          if (object.is(':valid')) {\n            object.removeClass('invalid');\n            object.addClass('valid');\n          }\n          else {\n            object.removeClass('valid');\n            object.addClass('invalid');\n          }\n        }\n      }\n    }\n\n\n    // Textarea Auto Resize\n    if ($('.hiddendiv').length === 0) {\n      var hiddenDiv = $('<div class=\"hiddendiv common\"></div>'),\n        content = null;\n        $('body').append(hiddenDiv);\n    }\n    var text_area_selector = '.materialize-textarea';\n    $('.hiddendiv').css('width', $(text_area_selector).width());\n\n    $(text_area_selector).each(function () {\n      if ($(this).val().length) {\n        content = $(this).val();\n        content = content.replace(/\\n/g, '<br>');\n        hiddenDiv.html(content + '<br>');\n        $(this).css('height', hiddenDiv.height());\n      }\n    });\n      $('body').on('keyup keydown',text_area_selector , function () {\n        content = $(this).val();\n        content = content.replace(/\\n/g, '<br>');\n        hiddenDiv.html(content + '<br>');\n        $(this).css('height', hiddenDiv.height());\n      });\n\n\n    // File Input Path\n    $('.file-field').each(function() {\n      var path_input = $(this).find('input.file-path');\n      $(this).find('input[type=\"file\"]').change(function () {\n        path_input.val($(this).val());\n        path_input.trigger('change');\n      });\n    });\n\n\n    // Range Input\n    var range_type = 'input[type=range]';\n    var range_mousedown = false;\n\n    $(range_type).each(function () {\n      var thumb = $('<span class=\"thumb\"><span class=\"value\"></span></span>');\n      $(this).after(thumb);\n    });\n\n    var range_wrapper = '.range-field';\n\n      $(document).on(\"mousedown\", range_wrapper, function(e) {\n        var thumb = $(this).children('.thumb');\n        if (thumb.length <= 0) {\n          thumb = $('<span class=\"thumb\"><span class=\"value\"></span></span>');\n          $(this).append(thumb);\n        }\n\n      range_mousedown = true;\n      $(this).addClass('active');\n\n      if (!thumb.hasClass('active')) {\n        thumb.velocity({ height: \"30px\", width: \"30px\", top: \"-20px\", marginLeft: \"-15px\"}, { duration: 300, easing: 'easeOutExpo' });\n      }\n      var left = e.pageX - $(this).offset().left;\n      var width = $(this).outerWidth();\n\n      if (left < 0) {\n        left = 0;\n      }\n      else if (left > width) {\n        left = width;\n      }\n      thumb.addClass('active').css('left', left);\n      thumb.find('.value').html($(this).children('input[type=range]').val());\n\n    });\n    $(document).on(\"mouseup\", range_wrapper, function() {\n      range_mousedown = false;\n      $(this).removeClass('active');\n    });\n\n    $(document).on(\"mousemove\", range_wrapper, function(e) {\n\n      var thumb = $(this).children('.thumb');\n      if (range_mousedown) {\n        if (!thumb.hasClass('active')) {\n          thumb.velocity({ height: \"30px\", width: \"30px\", top: \"-20px\", marginLeft: \"-15px\"}, { duration: 300, easing: 'easeOutExpo' });\n        }\n        var left = e.pageX - $(this).offset().left;\n        var width = $(this).outerWidth();\n\n        if (left < 0) {\n          left = 0;\n        }\n        else if (left > width) {\n          left = width;\n        }\n        thumb.addClass('active').css('left', left);\n        thumb.find('.value').html($(this).children('input[type=range]').val());\n      }\n\n    });\n    $(document).on(\"mouseout\", range_wrapper, function() {\n      if (!range_mousedown) {\n\n        var thumb = $(this).children('.thumb');\n\n        if (thumb.hasClass('active')) {\n          thumb.velocity({ height: \"0\", width: \"0\", top: \"10px\", marginLeft: \"-6px\"}, { duration: 100 });\n        }\n        thumb.removeClass('active');\n      }\n    });\n\n    //  Select Functionality\n\n    // Select Plugin\n    $.fn.material_select = function (callback) {\n      $(this).each(function(){\n        $select = $(this);\n\n        if ( $select.hasClass('browser-default') || $select.hasClass('initialized')) {\n          return; // Continue to next (return false breaks out of entire loop)\n        }\n\n        var uniqueID = guid();\n        var wrapper = $('<div class=\"select-wrapper\"></div>');\n        var options = $('<ul id=\"select-options-' + uniqueID+'\" class=\"dropdown-content select-dropdown\"></ul>');\n        var selectOptions = $select.children('option');\n        if ($select.find('option:selected') !== undefined) {\n          var label = $select.find('option:selected');\n        }\n        else {\n          var label = options.first();\n        }\n\n\n        // Create Dropdown structure\n        selectOptions.each(function () {\n          // Add disabled attr if disabled\n          options.append($('<li class=\"' + (($(this).is(':disabled')) ? 'disabled' : '') + '\"><span>' + $(this).html() + '</span></li>'));\n        });\n\n\n        options.find('li').each(function (i) {\n          var $curr_select = $select;\n          $(this).click(function () {\n            // Check if option element is disabled\n            if (!$(this).hasClass('disabled')) {\n              $curr_select.find('option').eq(i).prop('selected', true);\n              // Trigger onchange() event\n              $curr_select.trigger('change');\n              $curr_select.siblings('input.select-dropdown').val($(this).text());\n              if (typeof callback !== 'undefined') callback();\n            }\n          });\n\n        });\n\n        // Wrap Elements\n        $select.wrap(wrapper);\n        // Add Select Display Element\n        var $newSelect = $('<input type=\"text\" class=\"select-dropdown\" readonly=\"true\" ' + (($select.is(':disabled')) ? 'disabled' : '')\n                         + ' data-activates=\"select-options-' + uniqueID +'\" value=\"'+ label.html() +'\"/><i class=\"mdi-navigation-arrow-drop-down\">');\n        $select.before($newSelect);\n        $('body').append(options);\n        // Check if section element is disabled\n        if (!$select.is(':disabled')) {\n          $newSelect.dropdown({\"hover\": false});\n        }\n        $select.addClass('initialized');\n\n        $newSelect.on('focus', function(){\n          $(this).trigger('open');\n          label = $(this).val();\n          selectedOption = options.find('li').filter(function() {\n            return $(this).text().toLowerCase() === label.toLowerCase();\n          })[0];\n          activateOption(options, selectedOption);\n        });\n\n        $newSelect.on('blur', function(){\n          $(this).trigger('close');\n        });\n\n        // Make option as selected and scroll to selected position\n        activateOption = function(collection, newOption) {\n          collection.find('li.active').removeClass('active');\n          $(newOption).addClass('active');\n          collection.scrollTo(newOption);\n        }\n\n        // Allow user to search by typing\n        // this array is cleared after 1 second\n        filterQuery = []\n\n        onKeyDown = function(event){\n          // TAB - switch to another input\n          if(event.which == 9){\n            $newSelect.trigger('close');\n            return\n          }\n\n          // ARROW DOWN WHEN SELECT IS CLOSED - open select options\n          if(event.which == 40 && !options.is(\":visible\")){\n            $newSelect.trigger('open');\n            return\n          }\n\n          // ENTER WHEN SELECT IS CLOSED - submit form\n          if(event.which == 13 && !options.is(\":visible\")){\n            return\n          }\n\n          event.preventDefault();\n\n          // CASE WHEN USER TYPE LETTERS\n          letter = String.fromCharCode(event.which).toLowerCase();\n\n          if (letter){\n            filterQuery.push(letter);\n\n            string = filterQuery.join(\"\");\n\n            newOption = options.find('li').filter(function() {\n              return $(this).text().toLowerCase().indexOf(string) === 0;\n            })[0];\n\n            if(newOption){\n              activateOption(options, newOption);\n            }\n          }\n\n          // ENTER - select option and close when select options are opened\n          if(event.which == 13){\n            activeOption = options.find('li.active:not(.disabled)')[0];\n            if(activeOption){\n              $(activeOption).trigger('click');\n              $newSelect.trigger('close');\n            }\n          }\n\n          // ARROW DOWN - move to next not disabled option\n          if(event.which == 40){\n            newOption = options.find('li.active').next('li:not(.disabled)')[0];\n            if(newOption){\n              activateOption(options, newOption);\n            }\n          }\n\n          // ESC - close options\n          if(event.which == 27){\n            $newSelect.trigger('close');\n          }\n\n          // ARROW UP - move to previous not disabled option\n          if(event.which == 38){\n            newOption = options.find('li.active').prev('li:not(.disabled)')[0];\n            if(newOption){\n              activateOption(options, newOption);\n            }\n          }\n\n          // Automaticaly clean filter query so user can search again by starting letters\n          setTimeout(function(){filterQuery = []}, 1000)\n        }\n\n        $newSelect.on('keydown', onKeyDown);\n      });\n    }\n\n    // Unique ID\n    var guid = (function() {\n      function s4() {\n        return Math.floor((1 + Math.random()) * 0x10000)\n                   .toString(16)\n                   .substring(1);\n      }\n      return function() {\n        return s4() + s4() + '-' + s4() + '-' + s4() + '-' +\n               s4() + '-' + s4() + s4() + s4();\n      };\n    })();\n\n  });\n\n}( jQuery ));\n;(function ($) {\n\n  $.fn.slider = function (options) {\n    var defaults = {\n      indicators: true,\n      height: 400,\n      transition: 500,\n      interval: 60000\n    }\n    options = $.extend(defaults, options);\n\n    return this.each(function() {\n\n      // For each slider, we want to keep track of\n      // which slide is active and its associated content\n      var $this = $(this);\n      var $slider = $this.find('ul.slides').first();\n      var $slides = $slider.find('li');\n      var $active_index = $slider.find('.active').index();\n      var $active;\n      if ($active_index != -1) { $active = $slides.eq($active_index); }\n\n      // Transitions the caption depending on alignment\n      function captionTransition(caption, duration) {\n        if (caption.hasClass(\"center-align\")) {\n          caption.velocity({opacity: 0, translateY: -100}, {duration: duration, queue: false});\n        }\n        else if (caption.hasClass(\"right-align\")) {\n          caption.velocity({opacity: 0, translateX: 100}, {duration: duration, queue: false});\n        }\n        else if (caption.hasClass(\"left-align\")) {\n          caption.velocity({opacity: 0, translateX: -100}, {duration: duration, queue: false});\n        }\n      }\n\n      // This function will transition the slide to any index of the next slide\n      function moveToSlide(index) {\n        if (index >= $slides.length) index = 0;\n        else if (index < 0) index = $slides.length -1;\n\n        $active_index = $slider.find('.active').index();\n\n        // Only do if index changes\n        if ($active_index != index) {\n          $active = $slides.eq($active_index);\n          $caption = $active.find('.caption');\n\n          $active.removeClass('active');\n          $active.velocity({opacity: 0}, {duration: options.transition, queue: false, easing: 'easeOutQuad',\n                            complete: function() {\n                              $slides.not('.active').velocity({opacity: 0, translateX: 0, translateY: 0}, {duration: 0, queue: false});\n                            } });\n          captionTransition($caption, options.transition);\n\n\n          // Update indicators\n          if (options.indicators) {\n            $indicators.eq($active_index).removeClass('active');\n          }\n\n          $slides.eq(index).velocity({opacity: 1}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});\n          $slides.eq(index).find('.caption').velocity({opacity: 1, translateX: 0, translateY: 0}, {duration: options.transition, delay: options.transition, queue: false, easing: 'easeOutQuad'});\n          $slides.eq(index).addClass('active');\n\n\n          // Update indicators\n          if (options.indicators) {\n            $indicators.eq(index).addClass('active');\n          }\n        }\n      }\n\n      // Set height of slider\n      if (options.height != 400) {\n        $this.height(options.height + 40);\n        $slider.height(options.height);\n      }\n\n      // Set initial positions of captions\n      $slides.find('.caption').each(function () {\n        captionTransition($(this), 0);\n      });\n\n      // Set initial dimensions of images\n      // $slides.find('img').each(function () {\n      //   $(this).load(function () {\n      //     if ($(this).width() < $(this).parent().width()) {\n      //       $(this).css({width: '100%', height: 'auto'});\n      //     }\n      //   });\n      // });\n\n      // Move img src into background-image\n      $slides.find('img').each(function () {\n        $(this).css('background-image', 'url(' + $(this).attr('src') + ')' );\n        $(this).attr('src', 'data:image/gif;base64,R0lGODlhAQABAIABAP///wAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');\n      });\n\n      // dynamically add indicators\n      if (options.indicators) {\n        var $indicators = $('<ul class=\"indicators\"></ul>');\n        $slides.each(function( index ) {\n          var $indicator = $('<li class=\"indicator-item\"></li>');\n\n          // Handle clicks on indicators\n          $indicator.click(function () {\n            var $parent = $slider.parent();\n            var curr_index = $parent.find($(this)).index();\n            moveToSlide(curr_index);\n\n            // reset interval\n            clearInterval($interval);\n            $interval = setInterval(\n              function(){\n                $active_index = $slider.find('.active').index();\n                if ($slides.length == $active_index + 1) $active_index = 0; // loop to start\n                else $active_index += 1;\n\n                moveToSlide($active_index);\n\n              }, options.transition + options.interval\n            );\n          });\n          $indicators.append($indicator);\n        });\n        $this.append($indicators);\n        $indicators = $this.find('ul.indicators').find('li.indicator-item');\n      }\n\n      if ($active) {\n        $active.show();\n      }\n      else {\n        $slides.first().addClass('active').velocity({opacity: 1}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});\n\n        $active_index = 0;\n        $active = $slides.eq($active_index);\n\n        // Update indicators\n        if (options.indicators) {\n          $indicators.eq($active_index).addClass('active');\n        }\n      }\n\n      // Adjust height to current slide\n      $active.find('img').each(function() {\n        $active.find('.caption').velocity({opacity: 1, translateX: 0, translateY: 0}, {duration: options.transition, queue: false, easing: 'easeOutQuad'});\n      });\n\n      // auto scroll\n      $interval = setInterval(\n        function(){\n          $active_index = $slider.find('.active').index();\n          moveToSlide($active_index + 1);\n\n        }, options.transition + options.interval\n      );\n\n\n      // HammerJS, Swipe navigation\n\n      // Touch Event\n      var panning = false;\n      var swipeLeft = false;\n      var swipeRight = false;\n\n      $this.hammer({\n          prevent_default: false\n      }).bind('pan', function(e) {\n        if (e.gesture.pointerType === \"touch\") {\n\n          // reset interval\n          clearInterval($interval);\n\n          var direction = e.gesture.direction;\n          var x = e.gesture.deltaX;\n          var velocityX = e.gesture.velocityX;\n\n          $curr_slide = $slider.find('.active');\n          $curr_slide.velocity({ translateX: x\n              }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n\n          // Swipe Left\n          if (direction === 4 && (x > ($this.innerWidth() / 2) || velocityX < -0.65)) {\n            swipeRight = true;\n          }\n          // Swipe Right\n          else if (direction === 2 && (x < (-1 * $this.innerWidth() / 2) || velocityX > 0.65)) {\n            swipeLeft = true;\n          }\n\n          // Make Slide Behind active slide visible\n          var next_slide;\n          if (swipeLeft) {\n            next_slide = $curr_slide.next();\n            if (next_slide.length === 0) {\n              next_slide = $slides.first();\n            }\n            next_slide.velocity({ opacity: 1\n                }, {duration: 300, queue: false, easing: 'easeOutQuad'});\n          }\n          if (swipeRight) {\n            next_slide = $curr_slide.prev();\n            if (next_slide.length === 0) {\n              next_slide = $slides.last();\n            }\n            next_slide.velocity({ opacity: 1\n                }, {duration: 300, queue: false, easing: 'easeOutQuad'});\n          }\n\n\n        }\n\n      }).bind('panend', function(e) {\n        if (e.gesture.pointerType === \"touch\") {\n\n          $curr_slide = $slider.find('.active');\n          panning = false;\n          curr_index = $slider.find('.active').index();\n\n          if (!swipeRight && !swipeLeft) {\n            // Return to original spot\n            $curr_slide.velocity({ translateX: 0\n                }, {duration: 300, queue: false, easing: 'easeOutQuad'});\n          }\n          else if (swipeLeft) {\n            moveToSlide(curr_index + 1);\n            $curr_slide.velocity({translateX: -1 * $this.innerWidth() }, {duration: 300, queue: false, easing: 'easeOutQuad',\n                                  complete: function() {\n                                    $curr_slide.velocity({opacity: 0, translateX: 0}, {duration: 0, queue: false});\n                                  } });\n          }\n          else if (swipeRight) {\n            moveToSlide(curr_index - 1);\n            $curr_slide.velocity({translateX: $this.innerWidth() }, {duration: 300, queue: false, easing: 'easeOutQuad',\n                                  complete: function() {\n                                    $curr_slide.velocity({opacity: 0, translateX: 0}, {duration: 0, queue: false});\n                                  } });\n          }\n          swipeLeft = false;\n          swipeRight = false;\n\n          // Restart interval\n          clearInterval($interval);\n          $interval = setInterval(\n            function(){\n              $active_index = $slider.find('.active').index();\n              if ($slides.length == $active_index + 1) $active_index = 0; // loop to start\n              else $active_index += 1;\n\n              moveToSlide($active_index);\n\n            }, options.transition + options.interval\n          );\n        }\n      });\n\n    });\n\n\n\n  };\n}( jQuery ));\n;(function ($) {\n  $(document).ready(function() {\n\n    $(document).on('click.card', '.card', function (e) {\n      if ($(this).find('.card-reveal').length) {\n        if ($(e.target).is($('.card-reveal .card-title')) || $(e.target).is($('.card-reveal .card-title i'))) {\n          $(this).find('.card-reveal').velocity({translateY: 0}, {duration: 225, queue: false, easing: 'easeInOutQuad'});\n        }\n        else if ($(e.target).is($('.card .activator')) ||\n                 $(e.target).is($('.card .activator i')) ) {\n          $(this).find('.card-reveal').velocity({translateY: '-100%'}, {duration: 300, queue: false, easing: 'easeInOutQuad'});\n        }\n      }\n\n\n    });\n\n  });\n}( jQuery ));;(function ($) {\n  $(document).ready(function() {\n\n    // Unique ID\n    var guid = (function() {\n      function s4() {\n        return Math.floor((1 + Math.random()) * 0x10000)\n                   .toString(16)\n                   .substring(1);\n      }\n      return function() {\n        return s4() + s4() + '-' + s4() + '-' + s4() + '-' +\n               s4() + '-' + s4() + s4() + s4();\n      };\n    })();\n\n    $.fn.pushpin = function (options) {\n\n      var defaults = {\n        top: 0,\n        bottom: Infinity,\n        offset: 0\n      }\n      options = $.extend(defaults, options);\n\n      $index = 0;\n      return this.each(function() {\n        var $uniqueId = guid(),\n            $this = $(this),\n            $original_offset = $(this).offset().top;\n\n        function removePinClasses(object) {\n          object.removeClass('pin-top');\n          object.removeClass('pinned');\n          object.removeClass('pin-bottom');\n        }\n\n        function updateElements(objects, scrolled) {\n          objects.each(function () {\n            // Add position fixed (because its between top and bottom)\n            if (options.top <= scrolled && options.bottom >= scrolled && !$(this).hasClass('pinned')) {\n              removePinClasses($(this));\n              $(this).css('top', options.offset);\n              $(this).addClass('pinned');\n            }\n\n            // Add pin-top (when scrolled position is above top)\n            if (scrolled < options.top && !$(this).hasClass('pin-top')) {\n              removePinClasses($(this));\n              $(this).css('top', 0);\n              $(this).addClass('pin-top');\n            }\n\n            // Add pin-bottom (when scrolled position is below bottom)\n            if (scrolled > options.bottom && !$(this).hasClass('pin-bottom')) {\n              removePinClasses($(this));\n              $(this).addClass('pin-bottom');\n              $(this).css('top', options.bottom - $original_offset);\n            }\n          });\n        }\n\n        updateElements($this, $(window).scrollTop());\n        $(window).on('scroll.' + $uniqueId, function () {\n          var $scrolled = $(window).scrollTop() + options.offset;\n          updateElements($this, $scrolled);\n        });\n\n      });\n\n    };\n\n\n  });\n}( jQuery ));;(function ($) {\n  $(document).ready(function() {\n\n    // jQuery reverse\n    $.fn.reverse = [].reverse;\n\n    $(document).on('mouseenter.fixedActionBtn', '.fixed-action-btn', function(e) {\n      var $this = $(this);\n\n      $this.find('ul a.btn-floating').velocity(\n        { scaleY: \".4\", scaleX: \".4\", translateY: \"40px\"},\n        { duration: 0 });\n\n      var time = 0;\n      $this.find('ul a.btn-floating').reverse().each(function () {\n        $(this).velocity(\n          { opacity: \"1\", scaleX: \"1\", scaleY: \"1\", translateY: \"0\"},\n          { duration: 80, delay: time });\n        time += 40;\n      });\n\n    });\n\n    $(document).on('mouseleave.fixedActionBtn', '.fixed-action-btn', function(e) {\n      var $this = $(this);\n\n      var time = 0;\n      $this.find('ul a.btn-floating').velocity(\"stop\", true);\n      $this.find('ul a.btn-floating').velocity(\n        { opacity: \"0\", scaleX: \".4\", scaleY: \".4\", translateY: \"40px\"},\n        { duration: 80 });\n    });\n\n  });\n}( jQuery ));\n;(function ($) {\n  $(document).ready(function() {\n\n\n    // Horizontal staggered list\n    showStaggeredList = function(selector) {\n      var time = 0;\n      $(selector).find('li').velocity(\n          { translateX: \"-100px\"},\n          { duration: 0 });\n\n      $(selector).find('li').each(function() {\n        $(this).velocity(\n          { opacity: \"1\", translateX: \"0\"},\n          { duration: 800, delay: time, easing: [60, 10] });\n        time += 120;\n      });\n    }\n\n    // Hardcoded .staggered-list scrollFire\n    var staggeredListOptions = [];\n    $('ul.staggered-list').each(function (i) {\n\n      var label = 'scrollFire-' + i;\n      $(this).addClass(label);\n      staggeredListOptions.push(\n        {selector: 'ul.staggered-list.' + label,\n         offset: 200,\n         callback: 'showStaggeredList(\"ul.staggered-list.' + label + '\")'});\n    });\n    scrollFire(staggeredListOptions);\n\n\n    // HammerJS, Swipe navigation\n\n    // Touch Event\n    var swipeLeft = false;\n    var swipeRight = false;\n\n    $('.dismissable').each(function() {\n      $(this).hammer({\n        prevent_default: false\n      }).bind('pan', function(e) {\n        if (e.gesture.pointerType === \"touch\") {\n          var $this = $(this);\n          var direction = e.gesture.direction;\n          var x = e.gesture.deltaX;\n          var velocityX = e.gesture.velocityX;\n\n          $this.velocity({ translateX: x\n              }, {duration: 50, queue: false, easing: 'easeOutQuad'});\n\n          // Swipe Left\n          if (direction === 4 && (x > ($this.innerWidth() / 2) || velocityX < -0.75)) {\n            swipeLeft = true;\n          }\n          // Swipe Right\n          else if (direction === 2 && (x < (-1 * $this.innerWidth() / 2) || velocityX > 0.75)) {\n            swipeRight = true;\n          }\n        }\n      }).bind('panend', function(e) {\n        if (e.gesture.pointerType === \"touch\") {\n          var $this = $(this);\n          if (swipeLeft || swipeRight) {\n            var fullWidth;\n            if (swipeLeft) { fullWidth = $this.innerWidth() }\n            else { fullWidth = -1 * $this.innerWidth() }\n\n            $this.velocity({ translateX: fullWidth,\n              }, {duration: 100, queue: false, easing: 'easeOutQuad', complete:\n              function() {\n                $this.css('border', 'none');\n                $this.velocity({ height: 0, padding: 0,\n                  }, {duration: 200, queue: false, easing: 'easeOutQuad', complete:\n                    function() { $this.remove(); }\n                  });\n              }\n            });\n          }\n          else {\n            $this.velocity({ translateX: 0,\n              }, {duration: 100, queue: false, easing: 'easeOutQuad'});\n          }\n          swipeLeft = false;\n          swipeRight = false;\n        }\n      });\n\n    });\n\n\n    // time = 0\n    // // Vertical Staggered list\n    // $('ul.staggered-list.vertical li').velocity(\n    //     { translateY: \"100px\"},\n    //     { duration: 0 });\n\n    // $('ul.staggered-list.vertical li').each(function() {\n    //   $(this).velocity(\n    //     { opacity: \"1\", translateY: \"0\"},\n    //     { duration: 800, delay: time, easing: [60, 25] });\n    //   time += 120;\n    // });\n\n    // // Fade in and Scale\n    // $('.fade-in.scale').velocity(\n    //     { scaleX: .4, scaleY: .4, translateX: -600},\n    //     { duration: 0});\n    // $('.fade-in').each(function() {\n    //   $(this).velocity(\n    //     { opacity: \"1\", scaleX: 1, scaleY: 1, translateX: 0},\n    //     { duration: 800, easing: [60, 10] });\n    // });\n\n\n    // Image transition function\n    fadeInImage =  function(selector){\n      var element = $(selector);\n      element.css({opacity: 0});\n      $(element).velocity({opacity: 1}, {\n          duration: 650,\n          queue: false,\n          easing: 'easeOutSine'\n        });\n      $(element).animate({opacity: 1}, {\n            duration: 1300,\n            queue: false,\n            easing: 'swing',\n            step: function(now, fx) {\n                fx.start = 100;\n                var grayscale_setting = now/100;\n                var brightness_setting = 150 - (100 - now)/1.75;\n\n                if (brightness_setting < 100) {\n                  brightness_setting = 100;\n                }\n                if (now >= 0) {\n                  $(this).css({\n                      \"-webkit-filter\": \"grayscale(\"+grayscale_setting+\")\" + \"brightness(\"+brightness_setting+\"%)\",\n                      \"filter\": \"grayscale(\"+grayscale_setting+\")\" + \"brightness(\"+brightness_setting+\"%)\"\n                  });\n                }\n            }\n        });\n    };\n\n  });\n}( jQuery ));\n;(function($) {\n\n  // Input: Array of JSON objects {selector, offset, callback}\n\n  scrollFire = function(options) {\n    $(window).scroll(function () {\n      var windowScroll = $(window).scrollTop() + $(window).height();\n\n      $.each( options, function( i, value ){\n        var selector = value.selector,\n            offset = value.offset,\n            callback = value.callback;\n\n        var elementOffset = $(selector).offset().top;\n\n        if (windowScroll > (elementOffset + offset)) {\n          if (value.done != true) {\n            var callbackFunc = new Function(callback);\n            callbackFunc();\n            value.done = true;\n          }\n        }\n\n      });\n    });\n  }\n\n})(jQuery);;/*!\n * pickadate.js v3.5.0, 2014/04/13\n * By Amsul, http://amsul.ca\n * Hosted on http://amsul.github.io/pickadate.js\n * Licensed under MIT\n */\n\n(function ( factory ) {\n\n    // AMD.\n    if ( typeof define == 'function' && define.amd )\n        define( 'picker', ['jquery'], factory )\n\n    // Node.js/browserify.\n    else if ( typeof exports == 'object' )\n        module.exports = factory( require('jquery') )\n\n    // Browser globals.\n    else this.Picker = factory( jQuery )\n\n}(function( $ ) {\n\nvar $window = $( window )\nvar $document = $( document )\nvar $html = $( document.documentElement )\n\n\n/**\n * The picker constructor that creates a blank picker.\n */\nfunction PickerConstructor( ELEMENT, NAME, COMPONENT, OPTIONS ) {\n\n    // If there’s no element, return the picker constructor.\n    if ( !ELEMENT ) return PickerConstructor\n\n\n    var\n        IS_DEFAULT_THEME = false,\n\n\n        // The state of the picker.\n        STATE = {\n            id: ELEMENT.id || 'P' + Math.abs( ~~(Math.random() * new Date()) )\n        },\n\n\n        // Merge the defaults and options passed.\n        SETTINGS = COMPONENT ? $.extend( true, {}, COMPONENT.defaults, OPTIONS ) : OPTIONS || {},\n\n\n        // Merge the default classes with the settings classes.\n        CLASSES = $.extend( {}, PickerConstructor.klasses(), SETTINGS.klass ),\n\n\n        // The element node wrapper into a jQuery object.\n        $ELEMENT = $( ELEMENT ),\n\n\n        // Pseudo picker constructor.\n        PickerInstance = function() {\n            return this.start()\n        },\n\n\n        // The picker prototype.\n        P = PickerInstance.prototype = {\n\n            constructor: PickerInstance,\n\n            $node: $ELEMENT,\n\n\n            /**\n             * Initialize everything\n             */\n            start: function() {\n\n                // If it’s already started, do nothing.\n                if ( STATE && STATE.start ) return P\n\n\n                // Update the picker states.\n                STATE.methods = {}\n                STATE.start = true\n                STATE.open = false\n                STATE.type = ELEMENT.type\n\n\n                // Confirm focus state, convert into text input to remove UA stylings,\n                // and set as readonly to prevent keyboard popup.\n                ELEMENT.autofocus = ELEMENT == getActiveElement()\n                ELEMENT.readOnly = !SETTINGS.editable\n                ELEMENT.id = ELEMENT.id || STATE.id\n                if ( ELEMENT.type != 'text' ) {\n                    ELEMENT.type = 'text'\n                }\n\n\n                // Create a new picker component with the settings.\n                P.component = new COMPONENT(P, SETTINGS)\n\n\n                // Create the picker root with a holder and then prepare it.\n                P.$root = $( PickerConstructor._.node('div', createWrappedComponent(), CLASSES.picker, 'id=\"' + ELEMENT.id + '_root\" tabindex=\"0\"') )\n                prepareElementRoot()\n\n\n                // If there’s a format for the hidden input element, create the element.\n                if ( SETTINGS.formatSubmit ) {\n                    prepareElementHidden()\n                }\n\n\n                // Prepare the input element.\n                prepareElement()\n\n\n                // Insert the root as specified in the settings.\n                if ( SETTINGS.container ) $( SETTINGS.container ).append( P.$root )\n                else $ELEMENT.after( P.$root )\n\n\n                // Bind the default component and settings events.\n                P.on({\n                    start: P.component.onStart,\n                    render: P.component.onRender,\n                    stop: P.component.onStop,\n                    open: P.component.onOpen,\n                    close: P.component.onClose,\n                    set: P.component.onSet\n                }).on({\n                    start: SETTINGS.onStart,\n                    render: SETTINGS.onRender,\n                    stop: SETTINGS.onStop,\n                    open: SETTINGS.onOpen,\n                    close: SETTINGS.onClose,\n                    set: SETTINGS.onSet\n                })\n\n\n                // Once we’re all set, check the theme in use.\n                IS_DEFAULT_THEME = isUsingDefaultTheme( P.$root.children()[ 0 ] )\n\n\n                // If the element has autofocus, open the picker.\n                if ( ELEMENT.autofocus ) {\n                    P.open()\n                }\n\n\n                // Trigger queued the “start” and “render” events.\n                return P.trigger( 'start' ).trigger( 'render' )\n            }, //start\n\n\n            /**\n             * Render a new picker\n             */\n            render: function( entireComponent ) {\n\n                // Insert a new component holder in the root or box.\n                if ( entireComponent ) P.$root.html( createWrappedComponent() )\n                else P.$root.find( '.' + CLASSES.box ).html( P.component.nodes( STATE.open ) )\n\n                // Trigger the queued “render” events.\n                return P.trigger( 'render' )\n            }, //render\n\n\n            /**\n             * Destroy everything\n             */\n            stop: function() {\n\n                // If it’s already stopped, do nothing.\n                if ( !STATE.start ) return P\n\n                // Then close the picker.\n                P.close()\n\n                // Remove the hidden field.\n                if ( P._hidden ) {\n                    P._hidden.parentNode.removeChild( P._hidden )\n                }\n\n                // Remove the root.\n                P.$root.remove()\n\n                // Remove the input class, remove the stored data, and unbind\n                // the events (after a tick for IE - see `P.close`).\n                $ELEMENT.removeClass( CLASSES.input ).removeData( NAME )\n                setTimeout( function() {\n                    $ELEMENT.off( '.' + STATE.id )\n                }, 0)\n\n                // Restore the element state\n                ELEMENT.type = STATE.type\n                ELEMENT.readOnly = false\n\n                // Trigger the queued “stop” events.\n                P.trigger( 'stop' )\n\n                // Reset the picker states.\n                STATE.methods = {}\n                STATE.start = false\n\n                return P\n            }, //stop\n\n\n            /**\n             * Open up the picker\n             */\n            open: function( dontGiveFocus ) {\n\n                // If it’s already open, do nothing.\n                if ( STATE.open ) return P\n\n                // Add the “active” class.\n                $ELEMENT.addClass( CLASSES.active )\n                aria( ELEMENT, 'expanded', true )\n\n                // * A Firefox bug, when `html` has `overflow:hidden`, results in\n                //   killing transitions :(. So add the “opened” state on the next tick.\n                //   Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=625289\n                setTimeout( function() {\n\n                    // Add the “opened” class to the picker root.\n                    P.$root.addClass( CLASSES.opened )\n                    aria( P.$root[0], 'hidden', false )\n\n                }, 0 )\n\n                // If we have to give focus, bind the element and doc events.\n                if ( dontGiveFocus !== false ) {\n\n                    // Set it as open.\n                    STATE.open = true\n\n                    // Prevent the page from scrolling.\n                    if ( IS_DEFAULT_THEME ) {\n                        $html.\n                            css( 'overflow', 'hidden' ).\n                            css( 'padding-right', '+=' + getScrollbarWidth() )\n                    }\n\n                    // Pass focus to the root element’s jQuery object.\n                    // * Workaround for iOS8 to bring the picker’s root into view.\n                    P.$root[0].focus()\n\n                    // Bind the document events.\n                    $document.on( 'click.' + STATE.id + ' focusin.' + STATE.id, function( event ) {\n\n                        var target = event.target\n\n                        // If the target of the event is not the element, close the picker picker.\n                        // * Don’t worry about clicks or focusins on the root because those don’t bubble up.\n                        //   Also, for Firefox, a click on an `option` element bubbles up directly\n                        //   to the doc. So make sure the target wasn't the doc.\n                        // * In Firefox stopPropagation() doesn’t prevent right-click events from bubbling,\n                        //   which causes the picker to unexpectedly close when right-clicking it. So make\n                        //   sure the event wasn’t a right-click.\n                        if ( target != ELEMENT && target != document && event.which != 3 ) {\n\n                            // If the target was the holder that covers the screen,\n                            // keep the element focused to maintain tabindex.\n                            P.close( target === P.$root.children()[0] )\n                        }\n\n                    }).on( 'keydown.' + STATE.id, function( event ) {\n\n                        var\n                            // Get the keycode.\n                            keycode = event.keyCode,\n\n                            // Translate that to a selection change.\n                            keycodeToMove = P.component.key[ keycode ],\n\n                            // Grab the target.\n                            target = event.target\n\n\n                        // On escape, close the picker and give focus.\n                        if ( keycode == 27 ) {\n                            P.close( true )\n                        }\n\n\n                        // Check if there is a key movement or “enter” keypress on the element.\n                        else if ( target == P.$root[0] && ( keycodeToMove || keycode == 13 ) ) {\n\n                            // Prevent the default action to stop page movement.\n                            event.preventDefault()\n\n                            // Trigger the key movement action.\n                            if ( keycodeToMove ) {\n                                PickerConstructor._.trigger( P.component.key.go, P, [ PickerConstructor._.trigger( keycodeToMove ) ] )\n                            }\n\n                            // On “enter”, if the highlighted item isn’t disabled, set the value and close.\n                            else if ( !P.$root.find( '.' + CLASSES.highlighted ).hasClass( CLASSES.disabled ) ) {\n                                P.set( 'select', P.component.item.highlight ).close()\n                            }\n                        }\n\n\n                        // If the target is within the root and “enter” is pressed,\n                        // prevent the default action and trigger a click on the target instead.\n                        else if ( $.contains( P.$root[0], target ) && keycode == 13 ) {\n                            event.preventDefault()\n                            target.click()\n                        }\n                    })\n                }\n\n                // Trigger the queued “open” events.\n                return P.trigger( 'open' )\n            }, //open\n\n\n            /**\n             * Close the picker\n             */\n            close: function( giveFocus ) {\n\n                // If we need to give focus, do it before changing states.\n                if ( giveFocus ) {\n                    // ....ah yes! It would’ve been incomplete without a crazy workaround for IE :|\n                    // The focus is triggered *after* the close has completed - causing it\n                    // to open again. So unbind and rebind the event at the next tick.\n                    P.$root.off( 'focus.toOpen' )[0].focus()\n                    setTimeout( function() {\n                        P.$root.on( 'focus.toOpen', handleFocusToOpenEvent )\n                    }, 0 )\n                }\n\n                // Remove the “active” class.\n                $ELEMENT.removeClass( CLASSES.active )\n                aria( ELEMENT, 'expanded', false )\n\n                // * A Firefox bug, when `html` has `overflow:hidden`, results in\n                //   killing transitions :(. So remove the “opened” state on the next tick.\n                //   Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=625289\n                setTimeout( function() {\n\n                    // Remove the “opened” and “focused” class from the picker root.\n                    P.$root.removeClass( CLASSES.opened + ' ' + CLASSES.focused )\n                    aria( P.$root[0], 'hidden', true )\n\n                }, 0 )\n\n                // If it’s already closed, do nothing more.\n                if ( !STATE.open ) return P\n\n                // Set it as closed.\n                STATE.open = false\n\n                // Allow the page to scroll.\n                if ( IS_DEFAULT_THEME ) {\n                    $html.\n                        css( 'overflow', '' ).\n                        css( 'padding-right', '-=' + getScrollbarWidth() )\n                }\n\n                // Unbind the document events.\n                $document.off( '.' + STATE.id )\n\n                // Trigger the queued “close” events.\n                return P.trigger( 'close' )\n            }, //close\n\n\n            /**\n             * Clear the values\n             */\n            clear: function( options ) {\n                return P.set( 'clear', null, options )\n            }, //clear\n\n\n            /**\n             * Set something\n             */\n            set: function( thing, value, options ) {\n\n                var thingItem, thingValue,\n                    thingIsObject = $.isPlainObject( thing ),\n                    thingObject = thingIsObject ? thing : {}\n\n                // Make sure we have usable options.\n                options = thingIsObject && $.isPlainObject( value ) ? value : options || {}\n\n                if ( thing ) {\n\n                    // If the thing isn’t an object, make it one.\n                    if ( !thingIsObject ) {\n                        thingObject[ thing ] = value\n                    }\n\n                    // Go through the things of items to set.\n                    for ( thingItem in thingObject ) {\n\n                        // Grab the value of the thing.\n                        thingValue = thingObject[ thingItem ]\n\n                        // First, if the item exists and there’s a value, set it.\n                        if ( thingItem in P.component.item ) {\n                            if ( thingValue === undefined ) thingValue = null\n                            P.component.set( thingItem, thingValue, options )\n                        }\n\n                        // Then, check to update the element value and broadcast a change.\n                        if ( thingItem == 'select' || thingItem == 'clear' ) {\n                            $ELEMENT.\n                                val( thingItem == 'clear' ? '' : P.get( thingItem, SETTINGS.format ) ).\n                                trigger( 'change' )\n                        }\n                    }\n\n                    // Render a new picker.\n                    P.render()\n                }\n\n                // When the method isn’t muted, trigger queued “set” events and pass the `thingObject`.\n                return options.muted ? P : P.trigger( 'set', thingObject )\n            }, //set\n\n\n            /**\n             * Get something\n             */\n            get: function( thing, format ) {\n\n                // Make sure there’s something to get.\n                thing = thing || 'value'\n\n                // If a picker state exists, return that.\n                if ( STATE[ thing ] != null ) {\n                    return STATE[ thing ]\n                }\n\n                // Return the submission value, if that.\n                if ( thing == 'valueSubmit' ) {\n                    if ( P._hidden ) {\n                        return P._hidden.value\n                    }\n                    thing = 'value'\n                }\n\n                // Return the value, if that.\n                if ( thing == 'value' ) {\n                    return ELEMENT.value\n                }\n\n                // Check if a component item exists, return that.\n                if ( thing in P.component.item ) {\n                    if ( typeof format == 'string' ) {\n                        var thingValue = P.component.get( thing )\n                        return thingValue ?\n                            PickerConstructor._.trigger(\n                                P.component.formats.toString,\n                                P.component,\n                                [ format, thingValue ]\n                            ) : ''\n                    }\n                    return P.component.get( thing )\n                }\n            }, //get\n\n\n\n            /**\n             * Bind events on the things.\n             */\n            on: function( thing, method, internal ) {\n\n                var thingName, thingMethod,\n                    thingIsObject = $.isPlainObject( thing ),\n                    thingObject = thingIsObject ? thing : {}\n\n                if ( thing ) {\n\n                    // If the thing isn’t an object, make it one.\n                    if ( !thingIsObject ) {\n                        thingObject[ thing ] = method\n                    }\n\n                    // Go through the things to bind to.\n                    for ( thingName in thingObject ) {\n\n                        // Grab the method of the thing.\n                        thingMethod = thingObject[ thingName ]\n\n                        // If it was an internal binding, prefix it.\n                        if ( internal ) {\n                            thingName = '_' + thingName\n                        }\n\n                        // Make sure the thing methods collection exists.\n                        STATE.methods[ thingName ] = STATE.methods[ thingName ] || []\n\n                        // Add the method to the relative method collection.\n                        STATE.methods[ thingName ].push( thingMethod )\n                    }\n                }\n\n                return P\n            }, //on\n\n\n\n            /**\n             * Unbind events on the things.\n             */\n            off: function() {\n                var i, thingName,\n                    names = arguments;\n                for ( i = 0, namesCount = names.length; i < namesCount; i += 1 ) {\n                    thingName = names[i]\n                    if ( thingName in STATE.methods ) {\n                        delete STATE.methods[thingName]\n                    }\n                }\n                return P\n            },\n\n\n            /**\n             * Fire off method events.\n             */\n            trigger: function( name, data ) {\n                var _trigger = function( name ) {\n                    var methodList = STATE.methods[ name ]\n                    if ( methodList ) {\n                        methodList.map( function( method ) {\n                            PickerConstructor._.trigger( method, P, [ data ] )\n                        })\n                    }\n                }\n                _trigger( '_' + name )\n                _trigger( name )\n                return P\n            } //trigger\n        } //PickerInstance.prototype\n\n\n    /**\n     * Wrap the picker holder components together.\n     */\n    function createWrappedComponent() {\n\n        // Create a picker wrapper holder\n        return PickerConstructor._.node( 'div',\n\n            // Create a picker wrapper node\n            PickerConstructor._.node( 'div',\n\n                // Create a picker frame\n                PickerConstructor._.node( 'div',\n\n                    // Create a picker box node\n                    PickerConstructor._.node( 'div',\n\n                        // Create the components nodes.\n                        P.component.nodes( STATE.open ),\n\n                        // The picker box class\n                        CLASSES.box\n                    ),\n\n                    // Picker wrap class\n                    CLASSES.wrap\n                ),\n\n                // Picker frame class\n                CLASSES.frame\n            ),\n\n            // Picker holder class\n            CLASSES.holder\n        ) //endreturn\n    } //createWrappedComponent\n\n\n\n    /**\n     * Prepare the input element with all bindings.\n     */\n    function prepareElement() {\n\n        $ELEMENT.\n\n            // Store the picker data by component name.\n            data(NAME, P).\n\n            // Add the “input” class name.\n            addClass(CLASSES.input).\n\n            // Remove the tabindex.\n            attr('tabindex', -1).\n\n            // If there’s a `data-value`, update the value of the element.\n            val( $ELEMENT.data('value') ?\n                P.get('select', SETTINGS.format) :\n                ELEMENT.value\n            )\n\n\n        // Only bind keydown events if the element isn’t editable.\n        if ( !SETTINGS.editable ) {\n\n            $ELEMENT.\n\n                // On focus/click, focus onto the root to open it up.\n                on( 'focus.' + STATE.id + ' click.' + STATE.id, function( event ) {\n                    event.preventDefault()\n                    P.$root[0].focus()\n                }).\n\n                // Handle keyboard event based on the picker being opened or not.\n                on( 'keydown.' + STATE.id, handleKeydownEvent )\n        }\n\n\n        // Update the aria attributes.\n        aria(ELEMENT, {\n            haspopup: true,\n            expanded: false,\n            readonly: false,\n            owns: ELEMENT.id + '_root'\n        })\n    }\n\n\n    /**\n     * Prepare the root picker element with all bindings.\n     */\n    function prepareElementRoot() {\n\n        P.$root.\n\n            on({\n\n                // For iOS8.\n                keydown: handleKeydownEvent,\n\n                // When something within the root is focused, stop from bubbling\n                // to the doc and remove the “focused” state from the root.\n                focusin: function( event ) {\n                    P.$root.removeClass( CLASSES.focused )\n                    event.stopPropagation()\n                },\n\n                // When something within the root holder is clicked, stop it\n                // from bubbling to the doc.\n                'mousedown click': function( event ) {\n\n                    var target = event.target\n\n                    // Make sure the target isn’t the root holder so it can bubble up.\n                    if ( target != P.$root.children()[ 0 ] ) {\n\n                        event.stopPropagation()\n\n                        // * For mousedown events, cancel the default action in order to\n                        //   prevent cases where focus is shifted onto external elements\n                        //   when using things like jQuery mobile or MagnificPopup (ref: #249 & #120).\n                        //   Also, for Firefox, don’t prevent action on the `option` element.\n                        if ( event.type == 'mousedown' && !$( target ).is( 'input, select, textarea, button, option' )) {\n\n                            event.preventDefault()\n\n                            // Re-focus onto the root so that users can click away\n                            // from elements focused within the picker.\n                            P.$root[0].focus()\n                        }\n                    }\n                }\n            }).\n\n            // Add/remove the “target” class on focus and blur.\n            on({\n                focus: function() {\n                    $ELEMENT.addClass( CLASSES.target )\n                },\n                blur: function() {\n                    $ELEMENT.removeClass( CLASSES.target )\n                }\n            }).\n\n            // Open the picker and adjust the root “focused” state\n            on( 'focus.toOpen', handleFocusToOpenEvent ).\n\n            // If there’s a click on an actionable element, carry out the actions.\n            on( 'click', '[data-pick], [data-nav], [data-clear], [data-close]', function() {\n\n                var $target = $( this ),\n                    targetData = $target.data(),\n                    targetDisabled = $target.hasClass( CLASSES.navDisabled ) || $target.hasClass( CLASSES.disabled ),\n\n                    // * For IE, non-focusable elements can be active elements as well\n                    //   (http://stackoverflow.com/a/2684561).\n                    activeElement = getActiveElement()\n                    activeElement = activeElement && ( activeElement.type || activeElement.href )\n\n                // If it’s disabled or nothing inside is actively focused, re-focus the element.\n                if ( targetDisabled || activeElement && !$.contains( P.$root[0], activeElement ) ) {\n                    P.$root[0].focus()\n                }\n\n                // If something is superficially changed, update the `highlight` based on the `nav`.\n                if ( !targetDisabled && targetData.nav ) {\n                    P.set( 'highlight', P.component.item.highlight, { nav: targetData.nav } )\n                }\n\n                // If something is picked, set `select` then close with focus.\n                else if ( !targetDisabled && 'pick' in targetData ) {\n                    P.set( 'select', targetData.pick )\n                }\n\n                // If a “clear” button is pressed, empty the values and close with focus.\n                else if ( targetData.clear ) {\n                    P.clear().close( true )\n                }\n\n                else if ( targetData.close ) {\n                    P.close( true )\n                }\n\n            }) //P.$root\n\n        aria( P.$root[0], 'hidden', true )\n    }\n\n\n     /**\n      * Prepare the hidden input element along with all bindings.\n      */\n    function prepareElementHidden() {\n\n        var name\n\n        if ( SETTINGS.hiddenName === true ) {\n            name = ELEMENT.name\n            ELEMENT.name = ''\n        }\n        else {\n            name = [\n                typeof SETTINGS.hiddenPrefix == 'string' ? SETTINGS.hiddenPrefix : '',\n                typeof SETTINGS.hiddenSuffix == 'string' ? SETTINGS.hiddenSuffix : '_submit'\n            ]\n            name = name[0] + ELEMENT.name + name[1]\n        }\n\n        P._hidden = $(\n            '<input ' +\n            'type=hidden ' +\n\n            // Create the name using the original input’s with a prefix and suffix.\n            'name=\"' + name + '\"' +\n\n            // If the element has a value, set the hidden value as well.\n            (\n                $ELEMENT.data('value') || ELEMENT.value ?\n                    ' value=\"' + P.get('select', SETTINGS.formatSubmit) + '\"' :\n                    ''\n            ) +\n            '>'\n        )[0]\n\n        $ELEMENT.\n\n            // If the value changes, update the hidden input with the correct format.\n            on('change.' + STATE.id, function() {\n                P._hidden.value = ELEMENT.value ?\n                    P.get('select', SETTINGS.formatSubmit) :\n                    ''\n            })\n\n\n        // Insert the hidden input as specified in the settings.\n        if ( SETTINGS.container ) $( SETTINGS.container ).append( P._hidden )\n        else $ELEMENT.after( P._hidden )\n    }\n\n\n    // For iOS8.\n    function handleKeydownEvent( event ) {\n\n        var keycode = event.keyCode,\n\n            // Check if one of the delete keys was pressed.\n            isKeycodeDelete = /^(8|46)$/.test(keycode)\n\n        // For some reason IE clears the input value on “escape”.\n        if ( keycode == 27 ) {\n            P.close()\n            return false\n        }\n\n        // Check if `space` or `delete` was pressed or the picker is closed with a key movement.\n        if ( keycode == 32 || isKeycodeDelete || !STATE.open && P.component.key[keycode] ) {\n\n            // Prevent it from moving the page and bubbling to doc.\n            event.preventDefault()\n            event.stopPropagation()\n\n            // If `delete` was pressed, clear the values and close the picker.\n            // Otherwise open the picker.\n            if ( isKeycodeDelete ) { P.clear().close() }\n            else { P.open() }\n        }\n    }\n\n\n    // Separated for IE\n    function handleFocusToOpenEvent( event ) {\n\n        // Stop the event from propagating to the doc.\n        event.stopPropagation()\n\n        // If it’s a focus event, add the “focused” class to the root.\n        if ( event.type == 'focus' ) {\n            P.$root.addClass( CLASSES.focused )\n        }\n\n        // And then finally open the picker.\n        P.open()\n    }\n\n\n    // Return a new picker instance.\n    return new PickerInstance()\n} //PickerConstructor\n\n\n\n/**\n * The default classes and prefix to use for the HTML classes.\n */\nPickerConstructor.klasses = function( prefix ) {\n    prefix = prefix || 'picker'\n    return {\n\n        picker: prefix,\n        opened: prefix + '--opened',\n        focused: prefix + '--focused',\n\n        input: prefix + '__input',\n        active: prefix + '__input--active',\n        target: prefix + '__input--target',\n\n        holder: prefix + '__holder',\n\n        frame: prefix + '__frame',\n        wrap: prefix + '__wrap',\n\n        box: prefix + '__box'\n    }\n} //PickerConstructor.klasses\n\n\n\n/**\n * Check if the default theme is being used.\n */\nfunction isUsingDefaultTheme( element ) {\n\n    var theme,\n        prop = 'position'\n\n    // For IE.\n    if ( element.currentStyle ) {\n        theme = element.currentStyle[prop]\n    }\n\n    // For normal browsers.\n    else if ( window.getComputedStyle ) {\n        theme = getComputedStyle( element )[prop]\n    }\n\n    return theme == 'fixed'\n}\n\n\n\n/**\n * Get the width of the browser’s scrollbar.\n * Taken from: https://github.com/VodkaBears/Remodal/blob/master/src/jquery.remodal.js\n */\nfunction getScrollbarWidth() {\n\n    if ( $html.height() <= $window.height() ) {\n        return 0\n    }\n\n    var $outer = $( '<div style=\"visibility:hidden;width:100px\" />' ).\n        appendTo( 'body' )\n\n    // Get the width without scrollbars.\n    var widthWithoutScroll = $outer[0].offsetWidth\n\n    // Force adding scrollbars.\n    $outer.css( 'overflow', 'scroll' )\n\n    // Add the inner div.\n    var $inner = $( '<div style=\"width:100%\" />' ).appendTo( $outer )\n\n    // Get the width with scrollbars.\n    var widthWithScroll = $inner[0].offsetWidth\n\n    // Remove the divs.\n    $outer.remove()\n\n    // Return the difference between the widths.\n    return widthWithoutScroll - widthWithScroll\n}\n\n\n\n/**\n * PickerConstructor helper methods.\n */\nPickerConstructor._ = {\n\n    /**\n     * Create a group of nodes. Expects:\n     * `\n        {\n            min:    {Integer},\n            max:    {Integer},\n            i:      {Integer},\n            node:   {String},\n            item:   {Function}\n        }\n     * `\n     */\n    group: function( groupObject ) {\n\n        var\n            // Scope for the looped object\n            loopObjectScope,\n\n            // Create the nodes list\n            nodesList = '',\n\n            // The counter starts from the `min`\n            counter = PickerConstructor._.trigger( groupObject.min, groupObject )\n\n\n        // Loop from the `min` to `max`, incrementing by `i`\n        for ( ; counter <= PickerConstructor._.trigger( groupObject.max, groupObject, [ counter ] ); counter += groupObject.i ) {\n\n            // Trigger the `item` function within scope of the object\n            loopObjectScope = PickerConstructor._.trigger( groupObject.item, groupObject, [ counter ] )\n\n            // Splice the subgroup and create nodes out of the sub nodes\n            nodesList += PickerConstructor._.node(\n                groupObject.node,\n                loopObjectScope[ 0 ],   // the node\n                loopObjectScope[ 1 ],   // the classes\n                loopObjectScope[ 2 ]    // the attributes\n            )\n        }\n\n        // Return the list of nodes\n        return nodesList\n    }, //group\n\n\n    /**\n     * Create a dom node string\n     */\n    node: function( wrapper, item, klass, attribute ) {\n\n        // If the item is false-y, just return an empty string\n        if ( !item ) return ''\n\n        // If the item is an array, do a join\n        item = $.isArray( item ) ? item.join( '' ) : item\n\n        // Check for the class\n        klass = klass ? ' class=\"' + klass + '\"' : ''\n\n        // Check for any attributes\n        attribute = attribute ? ' ' + attribute : ''\n\n        // Return the wrapped item\n        return '<' + wrapper + klass + attribute + '>' + item + '</' + wrapper + '>'\n    }, //node\n\n\n    /**\n     * Lead numbers below 10 with a zero.\n     */\n    lead: function( number ) {\n        return ( number < 10 ? '0': '' ) + number\n    },\n\n\n    /**\n     * Trigger a function otherwise return the value.\n     */\n    trigger: function( callback, scope, args ) {\n        return typeof callback == 'function' ? callback.apply( scope, args || [] ) : callback\n    },\n\n\n    /**\n     * If the second character is a digit, length is 2 otherwise 1.\n     */\n    digits: function( string ) {\n        return ( /\\d/ ).test( string[ 1 ] ) ? 2 : 1\n    },\n\n\n    /**\n     * Tell if something is a date object.\n     */\n    isDate: function( value ) {\n        return {}.toString.call( value ).indexOf( 'Date' ) > -1 && this.isInteger( value.getDate() )\n    },\n\n\n    /**\n     * Tell if something is an integer.\n     */\n    isInteger: function( value ) {\n        return {}.toString.call( value ).indexOf( 'Number' ) > -1 && value % 1 === 0\n    },\n\n\n    /**\n     * Create ARIA attribute strings.\n     */\n    ariaAttr: ariaAttr\n} //PickerConstructor._\n\n\n\n/**\n * Extend the picker with a component and defaults.\n */\nPickerConstructor.extend = function( name, Component ) {\n\n    // Extend jQuery.\n    $.fn[ name ] = function( options, action ) {\n\n        // Grab the component data.\n        var componentData = this.data( name )\n\n        // If the picker is requested, return the data object.\n        if ( options == 'picker' ) {\n            return componentData\n        }\n\n        // If the component data exists and `options` is a string, carry out the action.\n        if ( componentData && typeof options == 'string' ) {\n            return PickerConstructor._.trigger( componentData[ options ], componentData, [ action ] )\n        }\n\n        // Otherwise go through each matched element and if the component\n        // doesn’t exist, create a new picker using `this` element\n        // and merging the defaults and options with a deep copy.\n        return this.each( function() {\n            var $this = $( this )\n            if ( !$this.data( name ) ) {\n                new PickerConstructor( this, name, Component, options )\n            }\n        })\n    }\n\n    // Set the defaults.\n    $.fn[ name ].defaults = Component.defaults\n} //PickerConstructor.extend\n\n\n\nfunction aria(element, attribute, value) {\n    if ( $.isPlainObject(attribute) ) {\n        for ( var key in attribute ) {\n            ariaSet(element, key, attribute[key])\n        }\n    }\n    else {\n        ariaSet(element, attribute, value)\n    }\n}\nfunction ariaSet(element, attribute, value) {\n    element.setAttribute(\n        (attribute == 'role' ? '' : 'aria-') + attribute,\n        value\n    )\n}\nfunction ariaAttr(attribute, data) {\n    if ( !$.isPlainObject(attribute) ) {\n        attribute = { attribute: data }\n    }\n    data = ''\n    for ( var key in attribute ) {\n        var attr = (key == 'role' ? '' : 'aria-') + key,\n            attrVal = attribute[key]\n        data += attrVal == null ? '' : attr + '=\"' + attribute[key] + '\"'\n    }\n    return data\n}\n\n// IE8 bug throws an error for activeElements within iframes.\nfunction getActiveElement() {\n    try {\n        return document.activeElement\n    } catch ( err ) { }\n}\n\n\n\n// Expose the picker constructor.\nreturn PickerConstructor\n\n\n}));\n\n\n;/*!\n * Date picker for pickadate.js v3.5.0\n * http://amsul.github.io/pickadate.js/date.htm\n */\n\n(function ( factory ) {\n\n    // AMD.\n    if ( typeof define == 'function' && define.amd )\n        define( ['picker', 'jquery'], factory )\n\n    // Node.js/browserify.\n    else if ( typeof exports == 'object' )\n        module.exports = factory( require('./picker.js'), require('jquery') )\n\n    // Browser globals.\n    else factory( Picker, jQuery )\n\n}(function( Picker, $ ) {\n\n\n/**\n * Globals and constants\n */\nvar DAYS_IN_WEEK = 7,\n    WEEKS_IN_CALENDAR = 6,\n    _ = Picker._\n\n\n\n/**\n * The date picker constructor\n */\nfunction DatePicker( picker, settings ) {\n\n    var calendar = this,\n        element = picker.$node[ 0 ],\n        elementValue = element.value,\n        elementDataValue = picker.$node.data( 'value' ),\n        valueString = elementDataValue || elementValue,\n        formatString = elementDataValue ? settings.formatSubmit : settings.format,\n        isRTL = function() {\n\n            return element.currentStyle ?\n\n                // For IE.\n                element.currentStyle.direction == 'rtl' :\n\n                // For normal browsers.\n                getComputedStyle( picker.$root[0] ).direction == 'rtl'\n        }\n\n    calendar.settings = settings\n    calendar.$node = picker.$node\n\n    // The queue of methods that will be used to build item objects.\n    calendar.queue = {\n        min: 'measure create',\n        max: 'measure create',\n        now: 'now create',\n        select: 'parse create validate',\n        highlight: 'parse navigate create validate',\n        view: 'parse create validate viewset',\n        disable: 'deactivate',\n        enable: 'activate'\n    }\n\n    // The component's item object.\n    calendar.item = {}\n\n    calendar.item.clear = null\n    calendar.item.disable = ( settings.disable || [] ).slice( 0 )\n    calendar.item.enable = -(function( collectionDisabled ) {\n        return collectionDisabled[ 0 ] === true ? collectionDisabled.shift() : -1\n    })( calendar.item.disable )\n\n    calendar.\n        set( 'min', settings.min ).\n        set( 'max', settings.max ).\n        set( 'now' )\n\n    // When there’s a value, set the `select`, which in turn\n    // also sets the `highlight` and `view`.\n    if ( valueString ) {\n        calendar.set( 'select', valueString, { format: formatString })\n    }\n\n    // If there’s no value, default to highlighting “today”.\n    else {\n        calendar.\n            set( 'select', null ).\n            set( 'highlight', calendar.item.now )\n    }\n\n\n    // The keycode to movement mapping.\n    calendar.key = {\n        40: 7, // Down\n        38: -7, // Up\n        39: function() { return isRTL() ? -1 : 1 }, // Right\n        37: function() { return isRTL() ? 1 : -1 }, // Left\n        go: function( timeChange ) {\n            var highlightedObject = calendar.item.highlight,\n                targetDate = new Date( highlightedObject.year, highlightedObject.month, highlightedObject.date + timeChange )\n            calendar.set(\n                'highlight',\n                targetDate,\n                { interval: timeChange }\n            )\n            this.render()\n        }\n    }\n\n\n    // Bind some picker events.\n    picker.\n        on( 'render', function() {\n            picker.$root.find( '.' + settings.klass.selectMonth ).on( 'change', function() {\n                var value = this.value\n                if ( value ) {\n                    picker.set( 'highlight', [ picker.get( 'view' ).year, value, picker.get( 'highlight' ).date ] )\n                    picker.$root.find( '.' + settings.klass.selectMonth ).trigger( 'focus' )\n                }\n            })\n            picker.$root.find( '.' + settings.klass.selectYear ).on( 'change', function() {\n                var value = this.value\n                if ( value ) {\n                    picker.set( 'highlight', [ value, picker.get( 'view' ).month, picker.get( 'highlight' ).date ] )\n                    picker.$root.find( '.' + settings.klass.selectYear ).trigger( 'focus' )\n                }\n            })\n        }, 1 ).\n        on( 'open', function() {\n            var includeToday = ''\n            if ( calendar.disabled( calendar.get('now') ) ) {\n                includeToday = ':not(.' + settings.klass.buttonToday + ')'\n            }\n            picker.$root.find( 'button' + includeToday + ', select' ).attr( 'disabled', false )\n        }, 1 ).\n        on( 'close', function() {\n            picker.$root.find( 'button, select' ).attr( 'disabled', true )\n        }, 1 )\n\n} //DatePicker\n\n\n/**\n * Set a datepicker item object.\n */\nDatePicker.prototype.set = function( type, value, options ) {\n\n    var calendar = this,\n        calendarItem = calendar.item\n\n    // If the value is `null` just set it immediately.\n    if ( value === null ) {\n        if ( type == 'clear' ) type = 'select'\n        calendarItem[ type ] = value\n        return calendar\n    }\n\n    // Otherwise go through the queue of methods, and invoke the functions.\n    // Update this as the time unit, and set the final value as this item.\n    // * In the case of `enable`, keep the queue but set `disable` instead.\n    //   And in the case of `flip`, keep the queue but set `enable` instead.\n    calendarItem[ ( type == 'enable' ? 'disable' : type == 'flip' ? 'enable' : type ) ] = calendar.queue[ type ].split( ' ' ).map( function( method ) {\n        value = calendar[ method ]( type, value, options )\n        return value\n    }).pop()\n\n    // Check if we need to cascade through more updates.\n    if ( type == 'select' ) {\n        calendar.set( 'highlight', calendarItem.select, options )\n    }\n    else if ( type == 'highlight' ) {\n        calendar.set( 'view', calendarItem.highlight, options )\n    }\n    else if ( type.match( /^(flip|min|max|disable|enable)$/ ) ) {\n        if ( calendarItem.select && calendar.disabled( calendarItem.select ) ) {\n            calendar.set( 'select', calendarItem.select, options )\n        }\n        if ( calendarItem.highlight && calendar.disabled( calendarItem.highlight ) ) {\n            calendar.set( 'highlight', calendarItem.highlight, options )\n        }\n    }\n\n    return calendar\n} //DatePicker.prototype.set\n\n\n/**\n * Get a datepicker item object.\n */\nDatePicker.prototype.get = function( type ) {\n    return this.item[ type ]\n} //DatePicker.prototype.get\n\n\n/**\n * Create a picker date object.\n */\nDatePicker.prototype.create = function( type, value, options ) {\n\n    var isInfiniteValue,\n        calendar = this\n\n    // If there’s no value, use the type as the value.\n    value = value === undefined ? type : value\n\n\n    // If it’s infinity, update the value.\n    if ( value == -Infinity || value == Infinity ) {\n        isInfiniteValue = value\n    }\n\n    // If it’s an object, use the native date object.\n    else if ( $.isPlainObject( value ) && _.isInteger( value.pick ) ) {\n        value = value.obj\n    }\n\n    // If it’s an array, convert it into a date and make sure\n    // that it’s a valid date – otherwise default to today.\n    else if ( $.isArray( value ) ) {\n        value = new Date( value[ 0 ], value[ 1 ], value[ 2 ] )\n        value = _.isDate( value ) ? value : calendar.create().obj\n    }\n\n    // If it’s a number or date object, make a normalized date.\n    else if ( _.isInteger( value ) || _.isDate( value ) ) {\n        value = calendar.normalize( new Date( value ), options )\n    }\n\n    // If it’s a literal true or any other case, set it to now.\n    else /*if ( value === true )*/ {\n        value = calendar.now( type, value, options )\n    }\n\n    // Return the compiled object.\n    return {\n        year: isInfiniteValue || value.getFullYear(),\n        month: isInfiniteValue || value.getMonth(),\n        date: isInfiniteValue || value.getDate(),\n        day: isInfiniteValue || value.getDay(),\n        obj: isInfiniteValue || value,\n        pick: isInfiniteValue || value.getTime()\n    }\n} //DatePicker.prototype.create\n\n\n/**\n * Create a range limit object using an array, date object,\n * literal “true”, or integer relative to another time.\n */\nDatePicker.prototype.createRange = function( from, to ) {\n\n    var calendar = this,\n        createDate = function( date ) {\n            if ( date === true || $.isArray( date ) || _.isDate( date ) ) {\n                return calendar.create( date )\n            }\n            return date\n        }\n\n    // Create objects if possible.\n    if ( !_.isInteger( from ) ) {\n        from = createDate( from )\n    }\n    if ( !_.isInteger( to ) ) {\n        to = createDate( to )\n    }\n\n    // Create relative dates.\n    if ( _.isInteger( from ) && $.isPlainObject( to ) ) {\n        from = [ to.year, to.month, to.date + from ];\n    }\n    else if ( _.isInteger( to ) && $.isPlainObject( from ) ) {\n        to = [ from.year, from.month, from.date + to ];\n    }\n\n    return {\n        from: createDate( from ),\n        to: createDate( to )\n    }\n} //DatePicker.prototype.createRange\n\n\n/**\n * Check if a date unit falls within a date range object.\n */\nDatePicker.prototype.withinRange = function( range, dateUnit ) {\n    range = this.createRange(range.from, range.to)\n    return dateUnit.pick >= range.from.pick && dateUnit.pick <= range.to.pick\n}\n\n\n/**\n * Check if two date range objects overlap.\n */\nDatePicker.prototype.overlapRanges = function( one, two ) {\n\n    var calendar = this\n\n    // Convert the ranges into comparable dates.\n    one = calendar.createRange( one.from, one.to )\n    two = calendar.createRange( two.from, two.to )\n\n    return calendar.withinRange( one, two.from ) || calendar.withinRange( one, two.to ) ||\n        calendar.withinRange( two, one.from ) || calendar.withinRange( two, one.to )\n}\n\n\n/**\n * Get the date today.\n */\nDatePicker.prototype.now = function( type, value, options ) {\n    value = new Date()\n    if ( options && options.rel ) {\n        value.setDate( value.getDate() + options.rel )\n    }\n    return this.normalize( value, options )\n}\n\n\n/**\n * Navigate to next/prev month.\n */\nDatePicker.prototype.navigate = function( type, value, options ) {\n\n    var targetDateObject,\n        targetYear,\n        targetMonth,\n        targetDate,\n        isTargetArray = $.isArray( value ),\n        isTargetObject = $.isPlainObject( value ),\n        viewsetObject = this.item.view/*,\n        safety = 100*/\n\n\n    if ( isTargetArray || isTargetObject ) {\n\n        if ( isTargetObject ) {\n            targetYear = value.year\n            targetMonth = value.month\n            targetDate = value.date\n        }\n        else {\n            targetYear = +value[0]\n            targetMonth = +value[1]\n            targetDate = +value[2]\n        }\n\n        // If we’re navigating months but the view is in a different\n        // month, navigate to the view’s year and month.\n        if ( options && options.nav && viewsetObject && viewsetObject.month !== targetMonth ) {\n            targetYear = viewsetObject.year\n            targetMonth = viewsetObject.month\n        }\n\n        // Figure out the expected target year and month.\n        targetDateObject = new Date( targetYear, targetMonth + ( options && options.nav ? options.nav : 0 ), 1 )\n        targetYear = targetDateObject.getFullYear()\n        targetMonth = targetDateObject.getMonth()\n\n        // If the month we’re going to doesn’t have enough days,\n        // keep decreasing the date until we reach the month’s last date.\n        while ( /*safety &&*/ new Date( targetYear, targetMonth, targetDate ).getMonth() !== targetMonth ) {\n            targetDate -= 1\n            /*safety -= 1\n            if ( !safety ) {\n                throw 'Fell into an infinite loop while navigating to ' + new Date( targetYear, targetMonth, targetDate ) + '.'\n            }*/\n        }\n\n        value = [ targetYear, targetMonth, targetDate ]\n    }\n\n    return value\n} //DatePicker.prototype.navigate\n\n\n/**\n * Normalize a date by setting the hours to midnight.\n */\nDatePicker.prototype.normalize = function( value/*, options*/ ) {\n    value.setHours( 0, 0, 0, 0 )\n    return value\n}\n\n\n/**\n * Measure the range of dates.\n */\nDatePicker.prototype.measure = function( type, value/*, options*/ ) {\n\n    var calendar = this\n\n    // If it’s anything false-y, remove the limits.\n    if ( !value ) {\n        value = type == 'min' ? -Infinity : Infinity\n    }\n\n    // If it’s a string, parse it.\n    else if ( typeof value == 'string' ) {\n        value = calendar.parse( type, value )\n    }\n\n    // If it's an integer, get a date relative to today.\n    else if ( _.isInteger( value ) ) {\n        value = calendar.now( type, value, { rel: value } )\n    }\n\n    return value\n} ///DatePicker.prototype.measure\n\n\n/**\n * Create a viewset object based on navigation.\n */\nDatePicker.prototype.viewset = function( type, dateObject/*, options*/ ) {\n    return this.create([ dateObject.year, dateObject.month, 1 ])\n}\n\n\n/**\n * Validate a date as enabled and shift if needed.\n */\nDatePicker.prototype.validate = function( type, dateObject, options ) {\n\n    var calendar = this,\n\n        // Keep a reference to the original date.\n        originalDateObject = dateObject,\n\n        // Make sure we have an interval.\n        interval = options && options.interval ? options.interval : 1,\n\n        // Check if the calendar enabled dates are inverted.\n        isFlippedBase = calendar.item.enable === -1,\n\n        // Check if we have any enabled dates after/before now.\n        hasEnabledBeforeTarget, hasEnabledAfterTarget,\n\n        // The min & max limits.\n        minLimitObject = calendar.item.min,\n        maxLimitObject = calendar.item.max,\n\n        // Check if we’ve reached the limit during shifting.\n        reachedMin, reachedMax,\n\n        // Check if the calendar is inverted and at least one weekday is enabled.\n        hasEnabledWeekdays = isFlippedBase && calendar.item.disable.filter( function( value ) {\n\n            // If there’s a date, check where it is relative to the target.\n            if ( $.isArray( value ) ) {\n                var dateTime = calendar.create( value ).pick\n                if ( dateTime < dateObject.pick ) hasEnabledBeforeTarget = true\n                else if ( dateTime > dateObject.pick ) hasEnabledAfterTarget = true\n            }\n\n            // Return only integers for enabled weekdays.\n            return _.isInteger( value )\n        }).length/*,\n\n        safety = 100*/\n\n\n\n    // Cases to validate for:\n    // [1] Not inverted and date disabled.\n    // [2] Inverted and some dates enabled.\n    // [3] Not inverted and out of range.\n    //\n    // Cases to **not** validate for:\n    // • Navigating months.\n    // • Not inverted and date enabled.\n    // • Inverted and all dates disabled.\n    // • ..and anything else.\n    if ( !options || !options.nav ) if (\n        /* 1 */ ( !isFlippedBase && calendar.disabled( dateObject ) ) ||\n        /* 2 */ ( isFlippedBase && calendar.disabled( dateObject ) && ( hasEnabledWeekdays || hasEnabledBeforeTarget || hasEnabledAfterTarget ) ) ||\n        /* 3 */ ( !isFlippedBase && (dateObject.pick <= minLimitObject.pick || dateObject.pick >= maxLimitObject.pick) )\n    ) {\n\n\n        // When inverted, flip the direction if there aren’t any enabled weekdays\n        // and there are no enabled dates in the direction of the interval.\n        if ( isFlippedBase && !hasEnabledWeekdays && ( ( !hasEnabledAfterTarget && interval > 0 ) || ( !hasEnabledBeforeTarget && interval < 0 ) ) ) {\n            interval *= -1\n        }\n\n\n        // Keep looping until we reach an enabled date.\n        while ( /*safety &&*/ calendar.disabled( dateObject ) ) {\n\n            /*safety -= 1\n            if ( !safety ) {\n                throw 'Fell into an infinite loop while validating ' + dateObject.obj + '.'\n            }*/\n\n\n            // If we’ve looped into the next/prev month with a large interval, return to the original date and flatten the interval.\n            if ( Math.abs( interval ) > 1 && ( dateObject.month < originalDateObject.month || dateObject.month > originalDateObject.month ) ) {\n                dateObject = originalDateObject\n                interval = interval > 0 ? 1 : -1\n            }\n\n\n            // If we’ve reached the min/max limit, reverse the direction, flatten the interval and set it to the limit.\n            if ( dateObject.pick <= minLimitObject.pick ) {\n                reachedMin = true\n                interval = 1\n                dateObject = calendar.create([\n                    minLimitObject.year,\n                    minLimitObject.month,\n                    minLimitObject.date + (dateObject.pick === minLimitObject.pick ? 0 : -1)\n                ])\n            }\n            else if ( dateObject.pick >= maxLimitObject.pick ) {\n                reachedMax = true\n                interval = -1\n                dateObject = calendar.create([\n                    maxLimitObject.year,\n                    maxLimitObject.month,\n                    maxLimitObject.date + (dateObject.pick === maxLimitObject.pick ? 0 : 1)\n                ])\n            }\n\n\n            // If we’ve reached both limits, just break out of the loop.\n            if ( reachedMin && reachedMax ) {\n                break\n            }\n\n\n            // Finally, create the shifted date using the interval and keep looping.\n            dateObject = calendar.create([ dateObject.year, dateObject.month, dateObject.date + interval ])\n        }\n\n    } //endif\n\n\n    // Return the date object settled on.\n    return dateObject\n} //DatePicker.prototype.validate\n\n\n/**\n * Check if a date is disabled.\n */\nDatePicker.prototype.disabled = function( dateToVerify ) {\n\n    var\n        calendar = this,\n\n        // Filter through the disabled dates to check if this is one.\n        isDisabledMatch = calendar.item.disable.filter( function( dateToDisable ) {\n\n            // If the date is a number, match the weekday with 0index and `firstDay` check.\n            if ( _.isInteger( dateToDisable ) ) {\n                return dateToVerify.day === ( calendar.settings.firstDay ? dateToDisable : dateToDisable - 1 ) % 7\n            }\n\n            // If it’s an array or a native JS date, create and match the exact date.\n            if ( $.isArray( dateToDisable ) || _.isDate( dateToDisable ) ) {\n                return dateToVerify.pick === calendar.create( dateToDisable ).pick\n            }\n\n            // If it’s an object, match a date within the “from” and “to” range.\n            if ( $.isPlainObject( dateToDisable ) ) {\n                return calendar.withinRange( dateToDisable, dateToVerify )\n            }\n        })\n\n    // If this date matches a disabled date, confirm it’s not inverted.\n    isDisabledMatch = isDisabledMatch.length && !isDisabledMatch.filter(function( dateToDisable ) {\n        return $.isArray( dateToDisable ) && dateToDisable[3] == 'inverted' ||\n            $.isPlainObject( dateToDisable ) && dateToDisable.inverted\n    }).length\n\n    // Check the calendar “enabled” flag and respectively flip the\n    // disabled state. Then also check if it’s beyond the min/max limits.\n    return calendar.item.enable === -1 ? !isDisabledMatch : isDisabledMatch ||\n        dateToVerify.pick < calendar.item.min.pick ||\n        dateToVerify.pick > calendar.item.max.pick\n\n} //DatePicker.prototype.disabled\n\n\n/**\n * Parse a string into a usable type.\n */\nDatePicker.prototype.parse = function( type, value, options ) {\n\n    var calendar = this,\n        parsingObject = {}\n\n    // If it’s already parsed, we’re good.\n    if ( !value || typeof value != 'string' ) {\n        return value\n    }\n\n    // We need a `.format` to parse the value with.\n    if ( !( options && options.format ) ) {\n        options = options || {}\n        options.format = calendar.settings.format\n    }\n\n    // Convert the format into an array and then map through it.\n    calendar.formats.toArray( options.format ).map( function( label ) {\n\n        var\n            // Grab the formatting label.\n            formattingLabel = calendar.formats[ label ],\n\n            // The format length is from the formatting label function or the\n            // label length without the escaping exclamation (!) mark.\n            formatLength = formattingLabel ? _.trigger( formattingLabel, calendar, [ value, parsingObject ] ) : label.replace( /^!/, '' ).length\n\n        // If there's a format label, split the value up to the format length.\n        // Then add it to the parsing object with appropriate label.\n        if ( formattingLabel ) {\n            parsingObject[ label ] = value.substr( 0, formatLength )\n        }\n\n        // Update the value as the substring from format length to end.\n        value = value.substr( formatLength )\n    })\n\n    // Compensate for month 0index.\n    return [\n        parsingObject.yyyy || parsingObject.yy,\n        +( parsingObject.mm || parsingObject.m ) - 1,\n        parsingObject.dd || parsingObject.d\n    ]\n} //DatePicker.prototype.parse\n\n\n/**\n * Various formats to display the object in.\n */\nDatePicker.prototype.formats = (function() {\n\n    // Return the length of the first word in a collection.\n    function getWordLengthFromCollection( string, collection, dateObject ) {\n\n        // Grab the first word from the string.\n        var word = string.match( /\\w+/ )[ 0 ]\n\n        // If there's no month index, add it to the date object\n        if ( !dateObject.mm && !dateObject.m ) {\n            dateObject.m = collection.indexOf( word ) + 1\n        }\n\n        // Return the length of the word.\n        return word.length\n    }\n\n    // Get the length of the first word in a string.\n    function getFirstWordLength( string ) {\n        return string.match( /\\w+/ )[ 0 ].length\n    }\n\n    return {\n\n        d: function( string, dateObject ) {\n\n            // If there's string, then get the digits length.\n            // Otherwise return the selected date.\n            return string ? _.digits( string ) : dateObject.date\n        },\n        dd: function( string, dateObject ) {\n\n            // If there's a string, then the length is always 2.\n            // Otherwise return the selected date with a leading zero.\n            return string ? 2 : _.lead( dateObject.date )\n        },\n        ddd: function( string, dateObject ) {\n\n            // If there's a string, then get the length of the first word.\n            // Otherwise return the short selected weekday.\n            return string ? getFirstWordLength( string ) : this.settings.weekdaysShort[ dateObject.day ]\n        },\n        dddd: function( string, dateObject ) {\n\n            // If there's a string, then get the length of the first word.\n            // Otherwise return the full selected weekday.\n            return string ? getFirstWordLength( string ) : this.settings.weekdaysFull[ dateObject.day ]\n        },\n        m: function( string, dateObject ) {\n\n            // If there's a string, then get the length of the digits\n            // Otherwise return the selected month with 0index compensation.\n            return string ? _.digits( string ) : dateObject.month + 1\n        },\n        mm: function( string, dateObject ) {\n\n            // If there's a string, then the length is always 2.\n            // Otherwise return the selected month with 0index and leading zero.\n            return string ? 2 : _.lead( dateObject.month + 1 )\n        },\n        mmm: function( string, dateObject ) {\n\n            var collection = this.settings.monthsShort\n\n            // If there's a string, get length of the relevant month from the short\n            // months collection. Otherwise return the selected month from that collection.\n            return string ? getWordLengthFromCollection( string, collection, dateObject ) : collection[ dateObject.month ]\n        },\n        mmmm: function( string, dateObject ) {\n\n            var collection = this.settings.monthsFull\n\n            // If there's a string, get length of the relevant month from the full\n            // months collection. Otherwise return the selected month from that collection.\n            return string ? getWordLengthFromCollection( string, collection, dateObject ) : collection[ dateObject.month ]\n        },\n        yy: function( string, dateObject ) {\n\n            // If there's a string, then the length is always 2.\n            // Otherwise return the selected year by slicing out the first 2 digits.\n            return string ? 2 : ( '' + dateObject.year ).slice( 2 )\n        },\n        yyyy: function( string, dateObject ) {\n\n            // If there's a string, then the length is always 4.\n            // Otherwise return the selected year.\n            return string ? 4 : dateObject.year\n        },\n\n        // Create an array by splitting the formatting string passed.\n        toArray: function( formatString ) { return formatString.split( /(d{1,4}|m{1,4}|y{4}|yy|!.)/g ) },\n\n        // Format an object into a string using the formatting options.\n        toString: function ( formatString, itemObject ) {\n            var calendar = this\n            return calendar.formats.toArray( formatString ).map( function( label ) {\n                return _.trigger( calendar.formats[ label ], calendar, [ 0, itemObject ] ) || label.replace( /^!/, '' )\n            }).join( '' )\n        }\n    }\n})() //DatePicker.prototype.formats\n\n\n\n\n/**\n * Check if two date units are the exact.\n */\nDatePicker.prototype.isDateExact = function( one, two ) {\n\n    var calendar = this\n\n    // When we’re working with weekdays, do a direct comparison.\n    if (\n        ( _.isInteger( one ) && _.isInteger( two ) ) ||\n        ( typeof one == 'boolean' && typeof two == 'boolean' )\n     ) {\n        return one === two\n    }\n\n    // When we’re working with date representations, compare the “pick” value.\n    if (\n        ( _.isDate( one ) || $.isArray( one ) ) &&\n        ( _.isDate( two ) || $.isArray( two ) )\n    ) {\n        return calendar.create( one ).pick === calendar.create( two ).pick\n    }\n\n    // When we’re working with range objects, compare the “from” and “to”.\n    if ( $.isPlainObject( one ) && $.isPlainObject( two ) ) {\n        return calendar.isDateExact( one.from, two.from ) && calendar.isDateExact( one.to, two.to )\n    }\n\n    return false\n}\n\n\n/**\n * Check if two date units overlap.\n */\nDatePicker.prototype.isDateOverlap = function( one, two ) {\n\n    var calendar = this,\n        firstDay = calendar.settings.firstDay ? 1 : 0\n\n    // When we’re working with a weekday index, compare the days.\n    if ( _.isInteger( one ) && ( _.isDate( two ) || $.isArray( two ) ) ) {\n        one = one % 7 + firstDay\n        return one === calendar.create( two ).day + 1\n    }\n    if ( _.isInteger( two ) && ( _.isDate( one ) || $.isArray( one ) ) ) {\n        two = two % 7 + firstDay\n        return two === calendar.create( one ).day + 1\n    }\n\n    // When we’re working with range objects, check if the ranges overlap.\n    if ( $.isPlainObject( one ) && $.isPlainObject( two ) ) {\n        return calendar.overlapRanges( one, two )\n    }\n\n    return false\n}\n\n\n/**\n * Flip the “enabled” state.\n */\nDatePicker.prototype.flipEnable = function(val) {\n    var itemObject = this.item\n    itemObject.enable = val || (itemObject.enable == -1 ? 1 : -1)\n}\n\n\n/**\n * Mark a collection of dates as “disabled”.\n */\nDatePicker.prototype.deactivate = function( type, datesToDisable ) {\n\n    var calendar = this,\n        disabledItems = calendar.item.disable.slice(0)\n\n\n    // If we’re flipping, that’s all we need to do.\n    if ( datesToDisable == 'flip' ) {\n        calendar.flipEnable()\n    }\n\n    else if ( datesToDisable === false ) {\n        calendar.flipEnable(1)\n        disabledItems = []\n    }\n\n    else if ( datesToDisable === true ) {\n        calendar.flipEnable(-1)\n        disabledItems = []\n    }\n\n    // Otherwise go through the dates to disable.\n    else {\n\n        datesToDisable.map(function( unitToDisable ) {\n\n            var matchFound\n\n            // When we have disabled items, check for matches.\n            // If something is matched, immediately break out.\n            for ( var index = 0; index < disabledItems.length; index += 1 ) {\n                if ( calendar.isDateExact( unitToDisable, disabledItems[index] ) ) {\n                    matchFound = true\n                    break\n                }\n            }\n\n            // If nothing was found, add the validated unit to the collection.\n            if ( !matchFound ) {\n                if (\n                    _.isInteger( unitToDisable ) ||\n                    _.isDate( unitToDisable ) ||\n                    $.isArray( unitToDisable ) ||\n                    ( $.isPlainObject( unitToDisable ) && unitToDisable.from && unitToDisable.to )\n                ) {\n                    disabledItems.push( unitToDisable )\n                }\n            }\n        })\n    }\n\n    // Return the updated collection.\n    return disabledItems\n} //DatePicker.prototype.deactivate\n\n\n/**\n * Mark a collection of dates as “enabled”.\n */\nDatePicker.prototype.activate = function( type, datesToEnable ) {\n\n    var calendar = this,\n        disabledItems = calendar.item.disable,\n        disabledItemsCount = disabledItems.length\n\n    // If we’re flipping, that’s all we need to do.\n    if ( datesToEnable == 'flip' ) {\n        calendar.flipEnable()\n    }\n\n    else if ( datesToEnable === true ) {\n        calendar.flipEnable(1)\n        disabledItems = []\n    }\n\n    else if ( datesToEnable === false ) {\n        calendar.flipEnable(-1)\n        disabledItems = []\n    }\n\n    // Otherwise go through the disabled dates.\n    else {\n\n        datesToEnable.map(function( unitToEnable ) {\n\n            var matchFound,\n                disabledUnit,\n                index,\n                isExactRange\n\n            // Go through the disabled items and try to find a match.\n            for ( index = 0; index < disabledItemsCount; index += 1 ) {\n\n                disabledUnit = disabledItems[index]\n\n                // When an exact match is found, remove it from the collection.\n                if ( calendar.isDateExact( disabledUnit, unitToEnable ) ) {\n                    matchFound = disabledItems[index] = null\n                    isExactRange = true\n                    break\n                }\n\n                // When an overlapped match is found, add the “inverted” state to it.\n                else if ( calendar.isDateOverlap( disabledUnit, unitToEnable ) ) {\n                    if ( $.isPlainObject( unitToEnable ) ) {\n                        unitToEnable.inverted = true\n                        matchFound = unitToEnable\n                    }\n                    else if ( $.isArray( unitToEnable ) ) {\n                        matchFound = unitToEnable\n                        if ( !matchFound[3] ) matchFound.push( 'inverted' )\n                    }\n                    else if ( _.isDate( unitToEnable ) ) {\n                        matchFound = [ unitToEnable.getFullYear(), unitToEnable.getMonth(), unitToEnable.getDate(), 'inverted' ]\n                    }\n                    break\n                }\n            }\n\n            // If a match was found, remove a previous duplicate entry.\n            if ( matchFound ) for ( index = 0; index < disabledItemsCount; index += 1 ) {\n                if ( calendar.isDateExact( disabledItems[index], unitToEnable ) ) {\n                    disabledItems[index] = null\n                    break\n                }\n            }\n\n            // In the event that we’re dealing with an exact range of dates,\n            // make sure there are no “inverted” dates because of it.\n            if ( isExactRange ) for ( index = 0; index < disabledItemsCount; index += 1 ) {\n                if ( calendar.isDateOverlap( disabledItems[index], unitToEnable ) ) {\n                    disabledItems[index] = null\n                    break\n                }\n            }\n\n            // If something is still matched, add it into the collection.\n            if ( matchFound ) {\n                disabledItems.push( matchFound )\n            }\n        })\n    }\n\n    // Return the updated collection.\n    return disabledItems.filter(function( val ) { return val != null })\n} //DatePicker.prototype.activate\n\n\n/**\n * Create a string for the nodes in the picker.\n */\nDatePicker.prototype.nodes = function( isOpen ) {\n\n    var\n        calendar = this,\n        settings = calendar.settings,\n        calendarItem = calendar.item,\n        nowObject = calendarItem.now,\n        selectedObject = calendarItem.select,\n        highlightedObject = calendarItem.highlight,\n        viewsetObject = calendarItem.view,\n        disabledCollection = calendarItem.disable,\n        minLimitObject = calendarItem.min,\n        maxLimitObject = calendarItem.max,\n\n\n        // Create the calendar table head using a copy of weekday labels collection.\n        // * We do a copy so we don't mutate the original array.\n        tableHead = (function( collection, fullCollection ) {\n\n            // If the first day should be Monday, move Sunday to the end.\n            if ( settings.firstDay ) {\n                collection.push( collection.shift() )\n                fullCollection.push( fullCollection.shift() )\n            }\n\n            // Create and return the table head group.\n            return _.node(\n                'thead',\n                _.node(\n                    'tr',\n                    _.group({\n                        min: 0,\n                        max: DAYS_IN_WEEK - 1,\n                        i: 1,\n                        node: 'th',\n                        item: function( counter ) {\n                            return [\n                                collection[ counter ],\n                                settings.klass.weekdays,\n                                'scope=col title=\"' + fullCollection[ counter ] + '\"'\n                            ]\n                        }\n                    })\n                )\n            ) //endreturn\n\n        // Materialize modified\n        })( ( settings.showWeekdaysFull ? settings.weekdaysFull : settings.weekdaysLetter ).slice( 0 ), settings.weekdaysFull.slice( 0 ) ), //tableHead\n\n\n        // Create the nav for next/prev month.\n        createMonthNav = function( next ) {\n\n            // Otherwise, return the created month tag.\n            return _.node(\n                'div',\n                ' ',\n                settings.klass[ 'nav' + ( next ? 'Next' : 'Prev' ) ] + (\n\n                    // If the focused month is outside the range, disabled the button.\n                    ( next && viewsetObject.year >= maxLimitObject.year && viewsetObject.month >= maxLimitObject.month ) ||\n                    ( !next && viewsetObject.year <= minLimitObject.year && viewsetObject.month <= minLimitObject.month ) ?\n                    ' ' + settings.klass.navDisabled : ''\n                ),\n                'data-nav=' + ( next || -1 ) + ' ' +\n                _.ariaAttr({\n                    role: 'button',\n                    controls: calendar.$node[0].id + '_table'\n                }) + ' ' +\n                'title=\"' + (next ? settings.labelMonthNext : settings.labelMonthPrev ) + '\"'\n            ) //endreturn\n        }, //createMonthNav\n\n\n        // Create the month label.\n        //Materialize modified\n        createMonthLabel = function(override) {\n\n            var monthsCollection = settings.showMonthsShort ? settings.monthsShort : settings.monthsFull\n\n             // Materialize modified\n            if (override == \"short_months\") {\n              monthsCollection = settings.monthsShort;\n            }\n\n            // If there are months to select, add a dropdown menu.\n            if ( settings.selectMonths  && override == undefined) {\n\n                return _.node( 'select',\n                    _.group({\n                        min: 0,\n                        max: 11,\n                        i: 1,\n                        node: 'option',\n                        item: function( loopedMonth ) {\n\n                            return [\n\n                                // The looped month and no classes.\n                                monthsCollection[ loopedMonth ], 0,\n\n                                // Set the value and selected index.\n                                'value=' + loopedMonth +\n                                ( viewsetObject.month == loopedMonth ? ' selected' : '' ) +\n                                (\n                                    (\n                                        ( viewsetObject.year == minLimitObject.year && loopedMonth < minLimitObject.month ) ||\n                                        ( viewsetObject.year == maxLimitObject.year && loopedMonth > maxLimitObject.month )\n                                    ) ?\n                                    ' disabled' : ''\n                                )\n                            ]\n                        }\n                    }),\n                    settings.klass.selectMonth + ' browser-default',\n                    ( isOpen ? '' : 'disabled' ) + ' ' +\n                    _.ariaAttr({ controls: calendar.$node[0].id + '_table' }) + ' ' +\n                    'title=\"' + settings.labelMonthSelect + '\"'\n                )\n            }\n\n            // Materialize modified\n            if (override == \"short_months\")\n                if (selectedObject != null)\n                return _.node( 'div', monthsCollection[ selectedObject.month ] );\n                else return _.node( 'div', monthsCollection[ viewsetObject.month ] );\n\n            // If there's a need for a month selector\n            return _.node( 'div', monthsCollection[ viewsetObject.month ], settings.klass.month )\n        }, //createMonthLabel\n\n\n        // Create the year label.\n        // Materialize modified\n        createYearLabel = function(override) {\n\n            var focusedYear = viewsetObject.year,\n\n            // If years selector is set to a literal \"true\", set it to 5. Otherwise\n            // divide in half to get half before and half after focused year.\n            numberYears = settings.selectYears === true ? 5 : ~~( settings.selectYears / 2 )\n\n            // If there are years to select, add a dropdown menu.\n            if ( numberYears ) {\n\n                var\n                    minYear = minLimitObject.year,\n                    maxYear = maxLimitObject.year,\n                    lowestYear = focusedYear - numberYears,\n                    highestYear = focusedYear + numberYears\n\n                // If the min year is greater than the lowest year, increase the highest year\n                // by the difference and set the lowest year to the min year.\n                if ( minYear > lowestYear ) {\n                    highestYear += minYear - lowestYear\n                    lowestYear = minYear\n                }\n\n                // If the max year is less than the highest year, decrease the lowest year\n                // by the lower of the two: available and needed years. Then set the\n                // highest year to the max year.\n                if ( maxYear < highestYear ) {\n\n                    var availableYears = lowestYear - minYear,\n                        neededYears = highestYear - maxYear\n\n                    lowestYear -= availableYears > neededYears ? neededYears : availableYears\n                    highestYear = maxYear\n                }\n\n                if ( settings.selectYears  && override == undefined ) {\n                    return _.node( 'select',\n                        _.group({\n                            min: lowestYear,\n                            max: highestYear,\n                            i: 1,\n                            node: 'option',\n                            item: function( loopedYear ) {\n                                return [\n\n                                    // The looped year and no classes.\n                                    loopedYear, 0,\n\n                                    // Set the value and selected index.\n                                    'value=' + loopedYear + ( focusedYear == loopedYear ? ' selected' : '' )\n                                ]\n                            }\n                        }),\n                        settings.klass.selectYear + ' browser-default',\n                        ( isOpen ? '' : 'disabled' ) + ' ' + _.ariaAttr({ controls: calendar.$node[0].id + '_table' }) + ' ' +\n                        'title=\"' + settings.labelYearSelect + '\"'\n                    )\n                }\n            }\n\n            // Materialize modified\n            if (override == \"raw\")\n                return _.node( 'div', focusedYear )\n\n            // Otherwise just return the year focused\n            return _.node( 'div', focusedYear, settings.klass.year )\n        } //createYearLabel\n\n\n        // Materialize modified\n        createDayLabel = function() {\n                if (selectedObject != null)\n                    return _.node( 'div', selectedObject.date)\n                else return _.node( 'div', nowObject.date)\n            }\n        createWeekdayLabel = function() {\n            var display_day;\n\n            if (selectedObject != null)\n                display_day = selectedObject.day;\n            else\n                display_day = nowObject.day;\n            var weekday = settings.weekdaysFull[ display_day ]\n            return weekday\n        }\n\n\n    // Create and return the entire calendar.\nreturn _.node(\n        // Date presentation View\n        'div',\n            _.node(\n                'div',\n                createWeekdayLabel(),\n                \"picker__weekday-display\"\n            )+\n            _.node(\n                // Div for short Month\n                'div',\n                createMonthLabel(\"short_months\"),\n                settings.klass.month_display\n            )+\n            _.node(\n                // Div for Day\n                'div',\n                createDayLabel() ,\n                settings.klass.day_display\n            )+\n            _.node(\n                // Div for Year\n                'div',\n                createYearLabel(\"raw\") ,\n                settings.klass.year_display\n            ),\n        settings.klass.date_display\n    )+\n    // Calendar container\n    _.node('div',\n        _.node('div',\n        ( settings.selectYears ?  createMonthLabel() + createYearLabel() : createMonthLabel() + createYearLabel() ) +\n        createMonthNav() + createMonthNav( 1 ),\n        settings.klass.header\n    ) + _.node(\n        'table',\n        tableHead +\n        _.node(\n            'tbody',\n            _.group({\n                min: 0,\n                max: WEEKS_IN_CALENDAR - 1,\n                i: 1,\n                node: 'tr',\n                item: function( rowCounter ) {\n\n                    // If Monday is the first day and the month starts on Sunday, shift the date back a week.\n                    var shiftDateBy = settings.firstDay && calendar.create([ viewsetObject.year, viewsetObject.month, 1 ]).day === 0 ? -7 : 0\n\n                    return [\n                        _.group({\n                            min: DAYS_IN_WEEK * rowCounter - viewsetObject.day + shiftDateBy + 1, // Add 1 for weekday 0index\n                            max: function() {\n                                return this.min + DAYS_IN_WEEK - 1\n                            },\n                            i: 1,\n                            node: 'td',\n                            item: function( targetDate ) {\n\n                                // Convert the time date from a relative date to a target date.\n                                targetDate = calendar.create([ viewsetObject.year, viewsetObject.month, targetDate + ( settings.firstDay ? 1 : 0 ) ])\n\n                                var isSelected = selectedObject && selectedObject.pick == targetDate.pick,\n                                    isHighlighted = highlightedObject && highlightedObject.pick == targetDate.pick,\n                                    isDisabled = disabledCollection && calendar.disabled( targetDate ) || targetDate.pick < minLimitObject.pick || targetDate.pick > maxLimitObject.pick,\n                                    formattedDate = _.trigger( calendar.formats.toString, calendar, [ settings.format, targetDate ] )\n\n                                return [\n                                    _.node(\n                                        'div',\n                                        targetDate.date,\n                                        (function( klasses ) {\n\n                                            // Add the `infocus` or `outfocus` classes based on month in view.\n                                            klasses.push( viewsetObject.month == targetDate.month ? settings.klass.infocus : settings.klass.outfocus )\n\n                                            // Add the `today` class if needed.\n                                            if ( nowObject.pick == targetDate.pick ) {\n                                                klasses.push( settings.klass.now )\n                                            }\n\n                                            // Add the `selected` class if something's selected and the time matches.\n                                            if ( isSelected ) {\n                                                klasses.push( settings.klass.selected )\n                                            }\n\n                                            // Add the `highlighted` class if something's highlighted and the time matches.\n                                            if ( isHighlighted ) {\n                                                klasses.push( settings.klass.highlighted )\n                                            }\n\n                                            // Add the `disabled` class if something's disabled and the object matches.\n                                            if ( isDisabled ) {\n                                                klasses.push( settings.klass.disabled )\n                                            }\n\n                                            return klasses.join( ' ' )\n                                        })([ settings.klass.day ]),\n                                        'data-pick=' + targetDate.pick + ' ' + _.ariaAttr({\n                                            role: 'gridcell',\n                                            label: formattedDate,\n                                            selected: isSelected && calendar.$node.val() === formattedDate ? true : null,\n                                            activedescendant: isHighlighted ? true : null,\n                                            disabled: isDisabled ? true : null\n                                        })\n                                    ),\n                                    '',\n                                    _.ariaAttr({ role: 'presentation' })\n                                ] //endreturn\n                            }\n                        })\n                    ] //endreturn\n                }\n            })\n        ),\n        settings.klass.table,\n        'id=\"' + calendar.$node[0].id + '_table' + '\" ' + _.ariaAttr({\n            role: 'grid',\n            controls: calendar.$node[0].id,\n            readonly: true\n        })\n    )\n    , settings.klass.calendar_container) // end calendar\n\n     +\n\n    // * For Firefox forms to submit, make sure to set the buttons’ `type` attributes as “button”.\n    _.node(\n        'div',\n        _.node( 'button', settings.today, \"btn-flat picker__today\",\n            'type=button data-pick=' + nowObject.pick +\n            ( isOpen && !calendar.disabled(nowObject) ? '' : ' disabled' ) + ' ' +\n            _.ariaAttr({ controls: calendar.$node[0].id }) ) +\n        _.node( 'button', settings.clear, \"btn-flat picker__clear\",\n            'type=button data-clear=1' +\n            ( isOpen ? '' : ' disabled' ) + ' ' +\n            _.ariaAttr({ controls: calendar.$node[0].id }) ) +\n        _.node('button', settings.close, \"btn-flat picker__close\",\n            'type=button data-close=true ' +\n            ( isOpen ? '' : ' disabled' ) + ' ' +\n            _.ariaAttr({ controls: calendar.$node[0].id }) ),\n        settings.klass.footer\n    ) //endreturn\n} //DatePicker.prototype.nodes\n\n\n\n\n/**\n * The date picker defaults.\n */\nDatePicker.defaults = (function( prefix ) {\n\n    return {\n\n        // The title label to use for the month nav buttons\n        labelMonthNext: 'Next month',\n        labelMonthPrev: 'Previous month',\n\n        // The title label to use for the dropdown selectors\n        labelMonthSelect: 'Select a month',\n        labelYearSelect: 'Select a year',\n\n        // Months and weekdays\n        monthsFull: [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ],\n        monthsShort: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec' ],\n        weekdaysFull: [ 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' ],\n        weekdaysShort: [ 'Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat' ],\n\n        // Materialize modified\n        weekdaysLetter: [ 'S', 'M', 'T', 'W', 'T', 'F', 'S' ],\n\n        // Today and clear\n        today: 'Today',\n        clear: 'Clear',\n        close: 'Close',\n\n        // The format to show on the `input` element\n        format: 'd mmmm, yyyy',\n\n        // Classes\n        klass: {\n\n            table: prefix + 'table',\n\n            header: prefix + 'header',\n\n\n            // Materialize Added klasses\n            date_display: prefix + 'date-display',\n            day_display: prefix + 'day-display',\n            month_display: prefix + 'month-display',\n            year_display: prefix + 'year-display',\n            calendar_container: prefix + 'calendar-container',\n            // end\n\n\n\n            navPrev: prefix + 'nav--prev',\n            navNext: prefix + 'nav--next',\n            navDisabled: prefix + 'nav--disabled',\n\n            month: prefix + 'month',\n            year: prefix + 'year',\n\n            selectMonth: prefix + 'select--month',\n            selectYear: prefix + 'select--year',\n\n            weekdays: prefix + 'weekday',\n\n            day: prefix + 'day',\n            disabled: prefix + 'day--disabled',\n            selected: prefix + 'day--selected',\n            highlighted: prefix + 'day--highlighted',\n            now: prefix + 'day--today',\n            infocus: prefix + 'day--infocus',\n            outfocus: prefix + 'day--outfocus',\n\n            footer: prefix + 'footer',\n\n            buttonClear: prefix + 'button--clear',\n            buttonToday: prefix + 'button--today',\n            buttonClose: prefix + 'button--close'\n        }\n    }\n})( Picker.klasses().picker + '__' )\n\n\n\n\n\n/**\n * Extend the picker to add the date picker.\n */\nPicker.extend( 'pickadate', DatePicker )\n\n\n}));\n\n\n"
  }
]