@charset "UTF-8";
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  text-indent: 30px;
  position: relative; }

.gform_wrapper ul.gfield_radio li label {
  left: -20px; }

[type=checkbox] + label {
  height: auto !important;
  line-height: 1.5rem !important;
  max-width: 100% !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*!
 * Materialize v0.97.5 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.btn, .btn-flat, .btn-large, .waves-effect, a {
  -webkit-tap-highlight-color: transparent; }

img, legend {
  border: 0; }

legend, ul {
  padding: 0; }

.clearfix, .row:after, .toast {
  clear: both; }

.fade-in, ul.staggered-list li {
  opacity: 0; }

.pagination li, table.centered tbody tr td, table.centered thead tr th {
  text-align: center; }

table.bordered > tbody > tr, table.bordered > thead > tr, thead {
  border-bottom: 1px solid #d0d0d0; }

.mdi-ul, ul, ul li {
  list-style-type: none; }

.tabs, .truncate, nav .brand-logo {
  white-space: nowrap; }

.picker__table, table {
  border-collapse: collapse;
  border-spacing: 0; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #a0f !important; }

.purple-text.text-accent-4 {
  color: #a0f !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ff0 !important; }

.yellow-text.text-accent-2 {
  color: #ff0 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eee !important; }

.grey-text.text-lighten-3 {
  color: #eee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.shades.black {
  background-color: #000 !important; }

.shades-text.text-black {
  color: #000 !important; }

.shades.white {
  background-color: #FFF !important; }

.shades-text.text-white {
  color: #FFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000 !important; }

.black-text {
  color: #000 !important; }

.white {
  background-color: #FFF !important; }

.white-text {
  color: #FFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

.toast, .valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox; }

a {
  background-color: transparent;
  color: #039be5; }

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

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

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

*, :after, :before {
  box-sizing: inherit; }

.collapsible-body, .row .col, html, span.badge {
  box-sizing: border-box; }

.valign-wrapper {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.valign-wrapper .valign {
  display: block; }

.z-depth-0 {
  box-shadow: none !important; }

.btn, .btn-floating, .btn-large, .card, .card-panel, .collapsible, .dropdown-content, .side-nav, .toast, .z-depth-1, nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.btn-floating:hover, .btn-large:hover, .btn:hover, .z-depth-1-half {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.modal, .z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

.pagination li.active, footer.page-footer {
  background-color: #ee6e73; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

i {
  line-height: inherit; }

i.left {
  float: left;
  margin-right: 15px; }

i.right {
  float: right;
  margin-left: 15px; }

i.tiny {
  font-size: 1rem; }

i.small {
  font-size: 2rem; }

i.medium {
  font-size: 4rem; }

i.large {
  font-size: 6rem; }

img.responsive-img, video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px; }

.pagination li a {
  color: #444; }

.pagination li.active a {
  color: #fff; }

.pagination li.disabled a {
  cursor: default;
  color: #999; }

.card .card-title.activator, nav ul a {
  cursor: pointer; }

.pagination li i {
  font-size: 2.2rem;
  vertical-align: middle; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }

.breadcrumb [class*=mdi-], .breadcrumb [class^=mdi-], .breadcrumb i, .breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px; }

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased; }

.breadcrumb:first-child:before {
  display: none; }

.breadcrumb:last-child {
  color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax, .parallax img {
  position: absolute;
  bottom: 0; }

.parallax {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.parallax img {
  display: none;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.collection, .pin-bottom, .pin-top {
  position: relative; }

.pinned {
  position: fixed !important; }

.fade-in {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

@media only screen and (max-width: 600px) {
  .hide-on-small-and-down, .hide-on-small-only {
    display: none !important; } }
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }

  .pagination li.next, .pagination li.prev {
    width: 10%; }

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap; }

  .hide-on-med-and-down {
    display: none !important; } }
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; }

  .show-on-large {
    display: block !important; } }
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; }

  .center-on-small-only {
    text-align: center; } }
footer.page-footer {
  margin-top: 20px;
  padding-top: 20px; }

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08); }

table.highlight > tbody > tr:hover, table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2; }

table, td, th {
  border: none; }

table {
  width: 100%;
  display: table; }

table.striped > tbody > tr > td {
  border-radius: 0; }

table.highlight > tbody > tr {
  transition: background-color .25s ease; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative; }

  table.responsive-table td, table.responsive-table th {
    margin: 0;
    vertical-align: top; }

  table.responsive-table thead {
    display: block;
    float: left;
    border: 0;
    border-right: 1px solid #d0d0d0; }

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0; }

  table.responsive-table thead tr th::before {
    content: "\00a0"; }

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top; }

  table.responsive-table th {
    display: block;
    text-align: right; }

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left; }

  table.responsive-table tr {
    padding: 0 10px; }

  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0; }

  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }

  table.responsive-table.bordered tr {
    border: 0; }

  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0; } }
.collection {
  margin: .5rem 0 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden; }

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0; }

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative; }

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle; }

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center; }

.collection .collection-item.avatar .title {
  font-size: 16px; }

.collection .collection-item.avatar p {
  margin: 0; }

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px; }

.collection .collection-item:last-child {
  border-bottom: none; }

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9; }

.collection .collection-item.active .secondary-content {
  color: #fff; }

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a; }

.collection a.collection-item:not(.active):hover {
  background-color: #ddd; }

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px; }

.collection.with-header .collection-item {
  padding-left: 30px; }

.collection.with-header .collection-item.avatar {
  padding-left: 72px; }

.secondary-content {
  float: right;
  color: #26a69a; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px; }

.mdi-inverse, nav, nav a, nav ul a, span.badge.new {
  color: #fff; }

span.badge.new {
  font-weight: 300;
  font-size: .8rem;
  background-color: #26a69a;
  border-radius: 2px; }

h1, h2, h3, h4, h5, h6, html {
  font-weight: 400; }

span.badge.new:after {
  content: " new"; }

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: .5rem 0 1rem;
  overflow: hidden; }

.progress .determinate, .progress .indeterminate {
  background-color: #26a69a; }

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: width .3s linear; }

nav ul a, nav ul li {
  transition: background-color .3s; }

.progress .indeterminate:after, .progress .indeterminate:before {
  content: '';
  background-color: inherit;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  will-change: left,right; }

.progress .indeterminate:before {
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.progress .indeterminate:after {
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

nav ul a:hover, nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1); }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  100%,60% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  100%,60% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  100%,60% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  100%,60% {
    left: 107%;
    right: -8%; } }
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.btn, .btn-floating i, .btn-large, .center, .center-align, .material-tooltip, .mdi-fw, .mdi-li, .tabs .tab {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.row .col, nav ul li, nav ul.left {
  float: left; }

.no-select, input[type=range], input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

@font-face {
  font-family: Material-Design-Icons;
  src: url(../font/material-design-icons/Material-Design-Icons.eot?#iefix) format("embedded-opentype"), url(../font/material-design-icons/Material-Design-Icons.woff2) format("woff2"), 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");
  font-weight: 400;
  font-style: normal; }
[class*=mdi-], [class^=mdi-] {
  speak: none;
  display: inline-block;
  font-family: Material-Design-Icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

[class*=mdi-]:before, [class^=mdi-]:before {
  display: inline-block;
  speak: none;
  text-decoration: inherit; }

[class*=mdi-].pull-left, [class^=mdi-].pull-left {
  margin-right: .3em; }

[class*=mdi-].pull-right, [class^=mdi-].pull-right {
  margin-left: .3em; }

[class*=mdi-].mdi-lg:after, [class*=mdi-].mdi-lg:before, [class^=mdi-].mdi-lg:after, [class^=mdi-].mdi-lg:before {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.btn-floating, .mdi-stack, .waves-effect {
  vertical-align: middle; }

[class*=mdi-].mdi-2x:after, [class*=mdi-].mdi-2x:before, [class^=mdi-].mdi-2x:after, [class^=mdi-].mdi-2x:before {
  font-size: 2em; }

[class*=mdi-].mdi-3x:after, [class*=mdi-].mdi-3x:before, [class^=mdi-].mdi-3x:after, [class^=mdi-].mdi-3x:before {
  font-size: 3em; }

[class*=mdi-].mdi-4x:after, [class*=mdi-].mdi-4x:before, [class^=mdi-].mdi-4x:after, [class^=mdi-].mdi-4x:before {
  font-size: 4em; }

[class*=mdi-].mdi-5x:after, [class*=mdi-].mdi-5x:before, [class^=mdi-].mdi-5x:after, [class^=mdi-].mdi-5x:before {
  font-size: 5em; }

.mdi-device-network-wifi:after, [class^=mdi-device-signal-cellular-]:after, [class^=mdi-device-battery-]:after, [class^=mdi-device-battery-charging-]:after, [class^=mdi-device-signal-cellular-connected-no-internet-]:after, [class^=mdi-device-signal-wifi-]:after, [class^=mdi-device-signal-wifi-statusbar-not-connected]:after {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  speak: none;
  text-decoration: inherit; }

.btn, .btn-large, a {
  text-decoration: none; }

[class^=mdi-device-signal-cellular-]:after {
  content: "\e758"; }

[class^=mdi-device-battery-]:after {
  content: "\e735"; }

[class^=mdi-device-battery-charging-]:after {
  content: "\e733"; }

[class^=mdi-device-signal-cellular-connected-no-internet-]:after {
  content: "\e75d"; }

.mdi-device-network-wifi:after, [class^=mdi-device-signal-wifi-]:after {
  content: "\e765"; }

[class^=mdi-device-signal-wifi-statusbasr-not-connected]:after {
  content: "\e8f7"; }

.mdi-device-battery-alert:after, .mdi-device-battery-full .mdi-device-battery-unknown:after, .mdi-device-battery-std:after, .mdi-device-signal-cellular-4-bar:after, .mdi-device-signal-cellular-connected-no-internet-4-bar:after, .mdi-device-signal-cellular-no-sim:after, .mdi-device-signal-cellular-null:after, .mdi-device-signal-cellular-off:after, .mdi-device-signal-wifi-4-bar:after, .mdi-device-signal-wifi-off:after {
  content: ""; }

.mdi-fw {
  width: 1.28571429em; }

.mdi-ul {
  padding-left: 0;
  margin-left: 2.14285714em; }

.mdi-ul > li {
  position: relative; }

.mdi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em; }

.mdi-li.mdi-lg {
  left: -1.85714286em; }

.mdi-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em; }

.mdi-spin {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.mdi-pulse {
  -webkit-animation: mdi-spin 1s steps(8) infinite;
  animation: mdi-spin 1s steps(8) infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.mdi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.mdi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.mdi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.mdi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.mdi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .mdi-flip-horizontal, :root .mdi-flip-vertical, :root .mdi-rotate-180, :root .mdi-rotate-270, :root .mdi-rotate-90 {
  -webkit-filter: none;
  filter: none; }

.mdi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em; }

.mdi-stack-1x, .mdi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.row .col[class*=push-], .row .col[class*=pull-], nav .nav-wrapper {
  position: relative; }

.row .col.s1, .row .col.s10, .row .col.s11, .row .col.s12, .row .col.s2, .row .col.s3, .row .col.s4, .row .col.s5, .row .col.s7, .row .col.s8, .row .col.s9 {
  left: auto;
  right: auto; }

.mdi-stack-1x {
  line-height: inherit; }

.mdi-stack-2x {
  font-size: 2em; }

.mdi-action-3d-rotation:before {
  content: "\e600"; }

.mdi-action-accessibility:before {
  content: "\e601"; }

.mdi-action-account-balance-wallet:before {
  content: "\e602"; }

.mdi-action-account-balance:before {
  content: "\e603"; }

.mdi-action-account-box:before {
  content: "\e604"; }

.mdi-action-account-child:before {
  content: "\e605"; }

.mdi-action-account-circle:before {
  content: "\e606"; }

.mdi-action-add-shopping-cart:before {
  content: "\e607"; }

.mdi-action-alarm-add:before {
  content: "\e608"; }

.mdi-action-alarm-off:before {
  content: "\e609"; }

.mdi-action-alarm-on:before {
  content: "\e60a"; }

.mdi-action-alarm:before {
  content: "\e60b"; }

.mdi-action-android:before {
  content: "\e60c"; }

.mdi-action-announcement:before {
  content: "\e60d"; }

.mdi-action-aspect-ratio:before {
  content: "\e60e"; }

.mdi-action-assessment:before {
  content: "\e60f"; }

.mdi-action-assignment-ind:before {
  content: "\e610"; }

.mdi-action-assignment-late:before {
  content: "\e611"; }

.mdi-action-assignment-return:before {
  content: "\e612"; }

.mdi-action-assignment-returned:before {
  content: "\e613"; }

.mdi-action-assignment-turned-in:before {
  content: "\e614"; }

.mdi-action-assignment:before {
  content: "\e615"; }

.mdi-action-autorenew:before {
  content: "\e616"; }

.mdi-action-backup:before {
  content: "\e617"; }

.mdi-action-book:before {
  content: "\e618"; }

.mdi-action-bookmark-outline:before {
  content: "\e619"; }

.mdi-action-bookmark:before {
  content: "\e61a"; }

.mdi-action-bug-report:before {
  content: "\e61b"; }

.mdi-action-cached:before {
  content: "\e61c"; }

.mdi-action-check-circle:before {
  content: "\e61d"; }

.mdi-action-class:before {
  content: "\e61e"; }

.mdi-action-credit-card:before {
  content: "\e61f"; }

.mdi-action-dashboard:before {
  content: "\e620"; }

.mdi-action-delete:before {
  content: "\e621"; }

.mdi-action-description:before {
  content: "\e622"; }

.mdi-action-dns:before {
  content: "\e623"; }

.mdi-action-done-all:before {
  content: "\e624"; }

.mdi-action-done:before {
  content: "\e625"; }

.mdi-action-event:before {
  content: "\e626"; }

.mdi-action-exit-to-app:before {
  content: "\e627"; }

.mdi-action-explore:before {
  content: "\e628"; }

.mdi-action-extension:before {
  content: "\e629"; }

.mdi-action-face-unlock:before {
  content: "\e62a"; }

.mdi-action-favorite-outline:before {
  content: "\e62b"; }

.mdi-action-favorite:before {
  content: "\e62c"; }

.mdi-action-find-in-page:before {
  content: "\e62d"; }

.mdi-action-find-replace:before {
  content: "\e62e"; }

.mdi-action-flip-to-back:before {
  content: "\e62f"; }

.mdi-action-flip-to-front:before {
  content: "\e630"; }

.mdi-action-get-app:before {
  content: "\e631"; }

.mdi-action-grade:before {
  content: "\e632"; }

.mdi-action-group-work:before {
  content: "\e633"; }

.mdi-action-help:before {
  content: "\e634"; }

.mdi-action-highlight-remove:before {
  content: "\e635"; }

.mdi-action-history:before {
  content: "\e636"; }

.mdi-action-home:before {
  content: "\e637"; }

.mdi-action-https:before {
  content: "\e638"; }

.mdi-action-info-outline:before {
  content: "\e639"; }

.mdi-action-info:before {
  content: "\e63a"; }

.mdi-action-input:before {
  content: "\e63b"; }

.mdi-action-invert-colors:before {
  content: "\e63c"; }

.mdi-action-label-outline:before {
  content: "\e63d"; }

.mdi-action-label:before {
  content: "\e63e"; }

.mdi-action-language:before {
  content: "\e63f"; }

.mdi-action-launch:before {
  content: "\e640"; }

.mdi-action-list:before {
  content: "\e641"; }

.mdi-action-lock-open:before {
  content: "\e642"; }

.mdi-action-lock-outline:before {
  content: "\e643"; }

.mdi-action-lock:before {
  content: "\e644"; }

.mdi-action-loyalty:before {
  content: "\e645"; }

.mdi-action-markunread-mailbox:before {
  content: "\e646"; }

.mdi-action-note-add:before {
  content: "\e647"; }

.mdi-action-open-in-browser:before {
  content: "\e648"; }

.mdi-action-open-in-new:before {
  content: "\e649"; }

.mdi-action-open-with:before {
  content: "\e64a"; }

.mdi-action-pageview:before {
  content: "\e64b"; }

.mdi-action-payment:before {
  content: "\e64c"; }

.mdi-action-perm-camera-mic:before {
  content: "\e64d"; }

.mdi-action-perm-contact-cal:before {
  content: "\e64e"; }

.mdi-action-perm-data-setting:before {
  content: "\e64f"; }

.mdi-action-perm-device-info:before {
  content: "\e650"; }

.mdi-action-perm-identity:before {
  content: "\e651"; }

.mdi-action-perm-media:before {
  content: "\e652"; }

.mdi-action-perm-phone-msg:before {
  content: "\e653"; }

.mdi-action-perm-scan-wifi:before {
  content: "\e654"; }

.mdi-action-picture-in-picture:before {
  content: "\e655"; }

.mdi-action-polymer:before {
  content: "\e656"; }

.mdi-action-print:before {
  content: "\e657"; }

.mdi-action-query-builder:before {
  content: "\e658"; }

.mdi-action-question-answer:before {
  content: "\e659"; }

.mdi-action-receipt:before {
  content: "\e65a"; }

.mdi-action-redeem:before {
  content: "\e65b"; }

.mdi-action-reorder:before {
  content: "\e65c"; }

.mdi-action-report-problem:before {
  content: "\e65d"; }

.mdi-action-restore:before {
  content: "\e65e"; }

.mdi-action-room:before {
  content: "\e65f"; }

.mdi-action-schedule:before {
  content: "\e660"; }

.mdi-action-search:before {
  content: "\e661"; }

.mdi-action-settings-applications:before {
  content: "\e662"; }

.mdi-action-settings-backup-restore:before {
  content: "\e663"; }

.mdi-action-settings-bluetooth:before {
  content: "\e664"; }

.mdi-action-settings-cell:before {
  content: "\e665"; }

.mdi-action-settings-display:before {
  content: "\e666"; }

.mdi-action-settings-ethernet:before {
  content: "\e667"; }

.mdi-action-settings-input-antenna:before {
  content: "\e668"; }

.mdi-action-settings-input-component:before {
  content: "\e669"; }

.mdi-action-settings-input-composite:before {
  content: "\e66a"; }

.mdi-action-settings-input-hdmi:before {
  content: "\e66b"; }

.mdi-action-settings-input-svideo:before {
  content: "\e66c"; }

.mdi-action-settings-overscan:before {
  content: "\e66d"; }

.mdi-action-settings-phone:before {
  content: "\e66e"; }

.mdi-action-settings-power:before {
  content: "\e66f"; }

.mdi-action-settings-remote:before {
  content: "\e670"; }

.mdi-action-settings-voice:before {
  content: "\e671"; }

.mdi-action-settings:before {
  content: "\e672"; }

.mdi-action-shop-two:before {
  content: "\e673"; }

.mdi-action-shop:before {
  content: "\e674"; }

.mdi-action-shopping-basket:before {
  content: "\e675"; }

.mdi-action-shopping-cart:before {
  content: "\e676"; }

.mdi-action-speaker-notes:before {
  content: "\e677"; }

.mdi-action-spellcheck:before {
  content: "\e678"; }

.mdi-action-star-rate:before {
  content: "\e679"; }

.mdi-action-stars:before {
  content: "\e67a"; }

.mdi-action-store:before {
  content: "\e67b"; }

.mdi-action-subject:before {
  content: "\e67c"; }

.mdi-action-supervisor-account:before {
  content: "\e67d"; }

.mdi-action-swap-horiz:before {
  content: "\e67e"; }

.mdi-action-swap-vert-circle:before {
  content: "\e67f"; }

.mdi-action-swap-vert:before {
  content: "\e680"; }

.mdi-action-system-update-tv:before {
  content: "\e681"; }

.mdi-action-tab-unselected:before {
  content: "\e682"; }

.mdi-action-tab:before {
  content: "\e683"; }

.mdi-action-theaters:before {
  content: "\e684"; }

.mdi-action-thumb-down:before {
  content: "\e685"; }

.mdi-action-thumb-up:before {
  content: "\e686"; }

.mdi-action-thumbs-up-down:before {
  content: "\e687"; }

.mdi-action-toc:before {
  content: "\e688"; }

.mdi-action-today:before {
  content: "\e689"; }

.mdi-action-track-changes:before {
  content: "\e68a"; }

.mdi-action-translate:before {
  content: "\e68b"; }

.mdi-action-trending-down:before {
  content: "\e68c"; }

.mdi-action-trending-neutral:before {
  content: "\e68d"; }

.mdi-action-trending-up:before {
  content: "\e68e"; }

.mdi-action-turned-in-not:before {
  content: "\e68f"; }

.mdi-action-turned-in:before {
  content: "\e690"; }

.mdi-action-verified-user:before {
  content: "\e691"; }

.mdi-action-view-agenda:before {
  content: "\e692"; }

.mdi-action-view-array:before {
  content: "\e693"; }

.mdi-action-view-carousel:before {
  content: "\e694"; }

.mdi-action-view-column:before {
  content: "\e695"; }

.mdi-action-view-day:before {
  content: "\e696"; }

.mdi-action-view-headline:before {
  content: "\e697"; }

.mdi-action-view-list:before {
  content: "\e698"; }

.mdi-action-view-module:before {
  content: "\e699"; }

.mdi-action-view-quilt:before {
  content: "\e69a"; }

.mdi-action-view-stream:before {
  content: "\e69b"; }

.mdi-action-view-week:before {
  content: "\e69c"; }

.mdi-action-visibility-off:before {
  content: "\e69d"; }

.mdi-action-visibility:before {
  content: "\e69e"; }

.mdi-action-wallet-giftcard:before {
  content: "\e69f"; }

.mdi-action-wallet-membership:before {
  content: "\e6a0"; }

.mdi-action-wallet-travel:before {
  content: "\e6a1"; }

.mdi-action-work:before {
  content: "\e6a2"; }

.mdi-alert-error:before {
  content: "\e6a3"; }

.mdi-alert-warning:before {
  content: "\e6a4"; }

.mdi-av-album:before {
  content: "\e6a5"; }

.mdi-av-closed-caption:before {
  content: "\e6a6"; }

.mdi-av-equalizer:before {
  content: "\e6a7"; }

.mdi-av-explicit:before {
  content: "\e6a8"; }

.mdi-av-fast-forward:before {
  content: "\e6a9"; }

.mdi-av-fast-rewind:before {
  content: "\e6aa"; }

.mdi-av-games:before {
  content: "\e6ab"; }

.mdi-av-hearing:before {
  content: "\e6ac"; }

.mdi-av-high-quality:before {
  content: "\e6ad"; }

.mdi-av-loop:before {
  content: "\e6ae"; }

.mdi-av-mic-none:before {
  content: "\e6af"; }

.mdi-av-mic-off:before {
  content: "\e6b0"; }

.mdi-av-mic:before {
  content: "\e6b1"; }

.mdi-av-movie:before {
  content: "\e6b2"; }

.mdi-av-my-library-add:before {
  content: "\e6b3"; }

.mdi-av-my-library-books:before {
  content: "\e6b4"; }

.mdi-av-my-library-music:before {
  content: "\e6b5"; }

.mdi-av-new-releases:before {
  content: "\e6b6"; }

.mdi-av-not-interested:before {
  content: "\e6b7"; }

.mdi-av-pause-circle-fill:before {
  content: "\e6b8"; }

.mdi-av-pause-circle-outline:before {
  content: "\e6b9"; }

.mdi-av-pause:before {
  content: "\e6ba"; }

.mdi-av-play-arrow:before {
  content: "\e6bb"; }

.mdi-av-play-circle-fill:before {
  content: "\e6bc"; }

.mdi-av-play-circle-outline:before {
  content: "\e6bd"; }

.mdi-av-play-shopping-bag:before {
  content: "\e6be"; }

.mdi-av-playlist-add:before {
  content: "\e6bf"; }

.mdi-av-queue-music:before {
  content: "\e6c0"; }

.mdi-av-queue:before {
  content: "\e6c1"; }

.mdi-av-radio:before {
  content: "\e6c2"; }

.mdi-av-recent-actors:before {
  content: "\e6c3"; }

.mdi-av-repeat-one:before {
  content: "\e6c4"; }

.mdi-av-repeat:before {
  content: "\e6c5"; }

.mdi-av-replay:before {
  content: "\e6c6"; }

.mdi-av-shuffle:before {
  content: "\e6c7"; }

.mdi-av-skip-next:before {
  content: "\e6c8"; }

.mdi-av-skip-previous:before {
  content: "\e6c9"; }

.mdi-av-snooze:before {
  content: "\e6ca"; }

.mdi-av-stop:before {
  content: "\e6cb"; }

.mdi-av-subtitles:before {
  content: "\e6cc"; }

.mdi-av-surround-sound:before {
  content: "\e6cd"; }

.mdi-av-timer:before {
  content: "\e6ce"; }

.mdi-av-video-collection:before {
  content: "\e6cf"; }

.mdi-av-videocam-off:before {
  content: "\e6d0"; }

.mdi-av-videocam:before {
  content: "\e6d1"; }

.mdi-av-volume-down:before {
  content: "\e6d2"; }

.mdi-av-volume-mute:before {
  content: "\e6d3"; }

.mdi-av-volume-off:before {
  content: "\e6d4"; }

.mdi-av-volume-up:before {
  content: "\e6d5"; }

.mdi-av-web:before {
  content: "\e6d6"; }

.mdi-communication-business:before {
  content: "\e6d7"; }

.mdi-communication-call-end:before {
  content: "\e6d8"; }

.mdi-communication-call-made:before {
  content: "\e6d9"; }

.mdi-communication-call-merge:before {
  content: "\e6da"; }

.mdi-communication-call-missed:before {
  content: "\e6db"; }

.mdi-communication-call-received:before {
  content: "\e6dc"; }

.mdi-communication-call-split:before {
  content: "\e6dd"; }

.mdi-communication-call:before {
  content: "\e6de"; }

.mdi-communication-chat:before {
  content: "\e6df"; }

.mdi-communication-clear-all:before {
  content: "\e6e0"; }

.mdi-communication-comment:before {
  content: "\e6e1"; }

.mdi-communication-contacts:before {
  content: "\e6e2"; }

.mdi-communication-dialer-sip:before {
  content: "\e6e3"; }

.mdi-communication-dialpad:before {
  content: "\e6e4"; }

.mdi-communication-dnd-on:before {
  content: "\e6e5"; }

.mdi-communication-email:before {
  content: "\e6e6"; }

.mdi-communication-forum:before {
  content: "\e6e7"; }

.mdi-communication-import-export:before {
  content: "\e6e8"; }

.mdi-communication-invert-colors-off:before {
  content: "\e6e9"; }

.mdi-communication-invert-colors-on:before {
  content: "\e6ea"; }

.mdi-communication-live-help:before {
  content: "\e6eb"; }

.mdi-communication-location-off:before {
  content: "\e6ec"; }

.mdi-communication-location-on:before {
  content: "\e6ed"; }

.mdi-communication-message:before {
  content: "\e6ee"; }

.mdi-communication-messenger:before {
  content: "\e6ef"; }

.mdi-communication-no-sim:before {
  content: "\e6f0"; }

.mdi-communication-phone:before {
  content: "\e6f1"; }

.mdi-communication-portable-wifi-off:before {
  content: "\e6f2"; }

.mdi-communication-quick-contacts-dialer:before {
  content: "\e6f3"; }

.mdi-communication-quick-contacts-mail:before {
  content: "\e6f4"; }

.mdi-communication-ring-volume:before {
  content: "\e6f5"; }

.mdi-communication-stay-current-landscape:before {
  content: "\e6f6"; }

.mdi-communication-stay-current-portrait:before {
  content: "\e6f7"; }

.mdi-communication-stay-primary-landscape:before {
  content: "\e6f8"; }

.mdi-communication-stay-primary-portrait:before {
  content: "\e6f9"; }

.mdi-communication-swap-calls:before {
  content: "\e6fa"; }

.mdi-communication-textsms:before {
  content: "\e6fb"; }

.mdi-communication-voicemail:before {
  content: "\e6fc"; }

.mdi-communication-vpn-key:before {
  content: "\e6fd"; }

.mdi-content-add-box:before {
  content: "\e6fe"; }

.mdi-content-add-circle-outline:before {
  content: "\e6ff"; }

.mdi-content-add-circle:before {
  content: "\e700"; }

.mdi-content-add:before {
  content: "\e701"; }

.mdi-content-archive:before {
  content: "\e702"; }

.mdi-content-backspace:before {
  content: "\e703"; }

.mdi-content-block:before {
  content: "\e704"; }

.mdi-content-clear:before {
  content: "\e705"; }

.mdi-content-content-copy:before {
  content: "\e706"; }

.mdi-content-content-cut:before {
  content: "\e707"; }

.mdi-content-content-paste:before {
  content: "\e708"; }

.mdi-content-create:before {
  content: "\e709"; }

.mdi-content-drafts:before {
  content: "\e70a"; }

.mdi-content-filter-list:before {
  content: "\e70b"; }

.mdi-content-flag:before {
  content: "\e70c"; }

.mdi-content-forward:before {
  content: "\e70d"; }

.mdi-content-gesture:before {
  content: "\e70e"; }

.mdi-content-inbox:before {
  content: "\e70f"; }

.mdi-content-link:before {
  content: "\e710"; }

.mdi-content-mail:before {
  content: "\e711"; }

.mdi-content-markunread:before {
  content: "\e712"; }

.mdi-content-redo:before {
  content: "\e713"; }

.mdi-content-remove-circle-outline:before {
  content: "\e714"; }

.mdi-content-remove-circle:before {
  content: "\e715"; }

.mdi-content-remove:before {
  content: "\e716"; }

.mdi-content-reply-all:before {
  content: "\e717"; }

.mdi-content-reply:before {
  content: "\e718"; }

.mdi-content-report:before {
  content: "\e719"; }

.mdi-content-save:before {
  content: "\e71a"; }

.mdi-content-select-all:before {
  content: "\e71b"; }

.mdi-content-send:before {
  content: "\e71c"; }

.mdi-content-sort:before {
  content: "\e71d"; }

.mdi-content-text-format:before {
  content: "\e71e"; }

.mdi-content-undo:before {
  content: "\e71f"; }

.mdi-editor-attach-file:before {
  content: "\e776"; }

.mdi-editor-attach-money:before {
  content: "\e777"; }

.mdi-editor-border-all:before {
  content: "\e778"; }

.mdi-editor-border-bottom:before {
  content: "\e779"; }

.mdi-editor-border-clear:before {
  content: "\e77a"; }

.mdi-editor-border-color:before {
  content: "\e77b"; }

.mdi-editor-border-horizontal:before {
  content: "\e77c"; }

.mdi-editor-border-inner:before {
  content: "\e77d"; }

.mdi-editor-border-left:before {
  content: "\e77e"; }

.mdi-editor-border-outer:before {
  content: "\e77f"; }

.mdi-editor-border-right:before {
  content: "\e780"; }

.mdi-editor-border-style:before {
  content: "\e781"; }

.mdi-editor-border-top:before {
  content: "\e782"; }

.mdi-editor-border-vertical:before {
  content: "\e783"; }

.mdi-editor-format-align-center:before {
  content: "\e784"; }

.mdi-editor-format-align-justify:before {
  content: "\e785"; }

.mdi-editor-format-align-left:before {
  content: "\e786"; }

.mdi-editor-format-align-right:before {
  content: "\e787"; }

.mdi-editor-format-bold:before {
  content: "\e788"; }

.mdi-editor-format-clear:before {
  content: "\e789"; }

.mdi-editor-format-color-fill:before {
  content: "\e78a"; }

.mdi-editor-format-color-reset:before {
  content: "\e78b"; }

.mdi-editor-format-color-text:before {
  content: "\e78c"; }

.mdi-editor-format-indent-decrease:before {
  content: "\e78d"; }

.mdi-editor-format-indent-increase:before {
  content: "\e78e"; }

.mdi-editor-format-italic:before {
  content: "\e78f"; }

.mdi-editor-format-line-spacing:before {
  content: "\e790"; }

.mdi-editor-format-list-bulleted:before {
  content: "\e791"; }

.mdi-editor-format-list-numbered:before {
  content: "\e792"; }

.mdi-editor-format-paint:before {
  content: "\e793"; }

.mdi-editor-format-quote:before {
  content: "\e794"; }

.mdi-editor-format-size:before {
  content: "\e795"; }

.mdi-editor-format-strikethrough:before {
  content: "\e796"; }

.mdi-editor-format-textdirection-l-to-r:before {
  content: "\e797"; }

.mdi-editor-format-textdirection-r-to-l:before {
  content: "\e798"; }

.mdi-editor-format-underline:before {
  content: "\e799"; }

.mdi-editor-functions:before {
  content: "\e79a"; }

.mdi-editor-insert-chart:before {
  content: "\e79b"; }

.mdi-editor-insert-comment:before {
  content: "\e79c"; }

.mdi-editor-insert-drive-file:before {
  content: "\e79d"; }

.mdi-editor-insert-emoticon:before {
  content: "\e79e"; }

.mdi-editor-insert-invitation:before {
  content: "\e79f"; }

.mdi-editor-insert-link:before {
  content: "\e7a0"; }

.mdi-editor-insert-photo:before {
  content: "\e7a1"; }

.mdi-editor-merge-type:before {
  content: "\e7a2"; }

.mdi-editor-mode-comment:before {
  content: "\e7a3"; }

.mdi-editor-mode-edit:before {
  content: "\e7a4"; }

.mdi-editor-publish:before {
  content: "\e7a5"; }

.mdi-editor-vertical-align-bottom:before {
  content: "\e7a6"; }

.mdi-editor-vertical-align-center:before {
  content: "\e7a7"; }

.mdi-editor-vertical-align-top:before {
  content: "\e7a8"; }

.mdi-editor-wrap-text:before {
  content: "\e7a9"; }

.mdi-file-attachment:before {
  content: "\e7aa"; }

.mdi-file-cloud-circle:before {
  content: "\e7ab"; }

.mdi-file-cloud-done:before {
  content: "\e7ac"; }

.mdi-file-cloud-download:before {
  content: "\e7ad"; }

.mdi-file-cloud-off:before {
  content: "\e7ae"; }

.mdi-file-cloud-queue:before {
  content: "\e7af"; }

.mdi-file-cloud-upload:before {
  content: "\e7b0"; }

.mdi-file-cloud:before {
  content: "\e7b1"; }

.mdi-file-file-download:before {
  content: "\e7b2"; }

.mdi-file-file-upload:before {
  content: "\e7b3"; }

.mdi-file-folder-open:before {
  content: "\e7b4"; }

.mdi-file-folder-shared:before {
  content: "\e7b5"; }

.mdi-file-folder:before {
  content: "\e7b6"; }

.mdi-device-access-alarm:before {
  content: "\e720"; }

.mdi-device-access-alarms:before {
  content: "\e721"; }

.mdi-device-access-time:before {
  content: "\e722"; }

.mdi-device-add-alarm:before {
  content: "\e723"; }

.mdi-device-airplanemode-off:before {
  content: "\e724"; }

.mdi-device-airplanemode-on:before {
  content: "\e725"; }

.mdi-device-battery-20:before {
  content: "\e726"; }

.mdi-device-battery-30:before {
  content: "\e727"; }

.mdi-device-battery-50:before {
  content: "\e728"; }

.mdi-device-battery-60:before {
  content: "\e729"; }

.mdi-device-battery-80:before {
  content: "\e72a"; }

.mdi-device-battery-90:before {
  content: "\e72b"; }

.mdi-device-battery-alert:before {
  content: "\e72c"; }

.mdi-device-battery-charging-20:before {
  content: "\e72d"; }

.mdi-device-battery-charging-30:before {
  content: "\e72e"; }

.mdi-device-battery-charging-50:before {
  content: "\e72f"; }

.mdi-device-battery-charging-60:before {
  content: "\e730"; }

.mdi-device-battery-charging-80:before {
  content: "\e731"; }

.mdi-device-battery-charging-90:before {
  content: "\e732"; }

.mdi-device-battery-charging-full:before {
  content: "\e733"; }

.mdi-device-battery-full:before {
  content: "\e734"; }

.mdi-device-battery-std:before {
  content: "\e735"; }

.mdi-device-battery-unknown:before {
  content: "\e736"; }

.mdi-device-bluetooth-connected:before {
  content: "\e737"; }

.mdi-device-bluetooth-disabled:before {
  content: "\e738"; }

.mdi-device-bluetooth-searching:before {
  content: "\e739"; }

.mdi-device-bluetooth:before {
  content: "\e73a"; }

.mdi-device-brightness-auto:before {
  content: "\e73b"; }

.mdi-device-brightness-high:before {
  content: "\e73c"; }

.mdi-device-brightness-low:before {
  content: "\e73d"; }

.mdi-device-brightness-medium:before {
  content: "\e73e"; }

.mdi-device-data-usage:before {
  content: "\e73f"; }

.mdi-device-developer-mode:before {
  content: "\e740"; }

.mdi-device-devices:before {
  content: "\e741"; }

.mdi-device-dvr:before {
  content: "\e742"; }

.mdi-device-gps-fixed:before {
  content: "\e743"; }

.mdi-device-gps-not-fixed:before {
  content: "\e744"; }

.mdi-device-gps-off:before {
  content: "\e745"; }

.mdi-device-location-disabled:before {
  content: "\e746"; }

.mdi-device-location-searching:before {
  content: "\e747"; }

.mdi-device-multitrack-audio:before {
  content: "\e748"; }

.mdi-device-network-cell:before {
  content: "\e749"; }

.mdi-device-network-wifi:before {
  content: "\e74a"; }

.mdi-device-nfc:before {
  content: "\e74b"; }

.mdi-device-now-wallpaper:before {
  content: "\e74c"; }

.mdi-device-now-widgets:before {
  content: "\e74d"; }

.mdi-device-screen-lock-landscape:before {
  content: "\e74e"; }

.mdi-device-screen-lock-portrait:before {
  content: "\e74f"; }

.mdi-device-screen-lock-rotation:before {
  content: "\e750"; }

.mdi-device-screen-rotation:before {
  content: "\e751"; }

.mdi-device-sd-storage:before {
  content: "\e752"; }

.mdi-device-settings-system-daydream:before {
  content: "\e753"; }

.mdi-device-signal-cellular-0-bar:before {
  content: "\e754"; }

.mdi-device-signal-cellular-1-bar:before {
  content: "\e755"; }

.mdi-device-signal-cellular-2-bar:before {
  content: "\e756"; }

.mdi-device-signal-cellular-3-bar:before {
  content: "\e757"; }

.mdi-device-signal-cellular-4-bar:before {
  content: "\e758"; }

.mdi-signal-wifi-statusbar-connected-no-internet-after:before {
  content: "\e8f6"; }

.mdi-device-signal-cellular-connected-no-internet-0-bar:before {
  content: "\e759"; }

.mdi-device-signal-cellular-connected-no-internet-1-bar:before {
  content: "\e75a"; }

.mdi-device-signal-cellular-connected-no-internet-2-bar:before {
  content: "\e75b"; }

.mdi-device-signal-cellular-connected-no-internet-3-bar:before {
  content: "\e75c"; }

.mdi-device-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e75d"; }

.mdi-device-signal-cellular-no-sim:before {
  content: "\e75e"; }

.mdi-device-signal-cellular-null:before {
  content: "\e75f"; }

.mdi-device-signal-cellular-off:before {
  content: "\e760"; }

.mdi-device-signal-wifi-0-bar:before {
  content: "\e761"; }

.mdi-device-signal-wifi-1-bar:before {
  content: "\e762"; }

.mdi-device-signal-wifi-2-bar:before {
  content: "\e763"; }

.mdi-device-signal-wifi-3-bar:before {
  content: "\e764"; }

.mdi-device-signal-wifi-4-bar:before {
  content: "\e765"; }

.mdi-device-signal-wifi-off:before {
  content: "\e766"; }

.mdi-device-signal-wifi-statusbar-1-bar:before {
  content: "\e767"; }

.mdi-device-signal-wifi-statusbar-2-bar:before {
  content: "\e768"; }

.mdi-device-signal-wifi-statusbar-3-bar:before {
  content: "\e769"; }

.mdi-device-signal-wifi-statusbar-4-bar:before {
  content: "\e76a"; }

.mdi-device-signal-wifi-statusbar-connected-no-internet-:before {
  content: "\e76b"; }

.mdi-device-signal-wifi-statusbar-connected-no-internet:before {
  content: "\e76f"; }

.mdi-device-signal-wifi-statusbar-connected-no-internet-2:before {
  content: "\e76c"; }

.mdi-device-signal-wifi-statusbar-connected-no-internet-3:before {
  content: "\e76d"; }

.mdi-device-signal-wifi-statusbar-connected-no-internet-4:before {
  content: "\e76e"; }

.mdi-signal-wifi-statusbar-not-connected-after:before {
  content: "\e8f7"; }

.mdi-device-signal-wifi-statusbar-not-connected:before {
  content: "\e770"; }

.mdi-device-signal-wifi-statusbar-null:before {
  content: "\e771"; }

.mdi-device-storage:before {
  content: "\e772"; }

.mdi-device-usb:before {
  content: "\e773"; }

.mdi-device-wifi-lock:before {
  content: "\e774"; }

.mdi-device-wifi-tethering:before {
  content: "\e775"; }

.mdi-hardware-cast-connected:before {
  content: "\e7b7"; }

.mdi-hardware-cast:before {
  content: "\e7b8"; }

.mdi-hardware-computer:before {
  content: "\e7b9"; }

.mdi-hardware-desktop-mac:before {
  content: "\e7ba"; }

.mdi-hardware-desktop-windows:before {
  content: "\e7bb"; }

.mdi-hardware-dock:before {
  content: "\e7bc"; }

.mdi-hardware-gamepad:before {
  content: "\e7bd"; }

.mdi-hardware-headset-mic:before {
  content: "\e7be"; }

.mdi-hardware-headset:before {
  content: "\e7bf"; }

.mdi-hardware-keyboard-alt:before {
  content: "\e7c0"; }

.mdi-hardware-keyboard-arrow-down:before {
  content: "\e7c1"; }

.mdi-hardware-keyboard-arrow-left:before {
  content: "\e7c2"; }

.mdi-hardware-keyboard-arrow-right:before {
  content: "\e7c3"; }

.mdi-hardware-keyboard-arrow-up:before {
  content: "\e7c4"; }

.mdi-hardware-keyboard-backspace:before {
  content: "\e7c5"; }

.mdi-hardware-keyboard-capslock:before {
  content: "\e7c6"; }

.mdi-hardware-keyboard-control:before {
  content: "\e7c7"; }

.mdi-hardware-keyboard-hide:before {
  content: "\e7c8"; }

.mdi-hardware-keyboard-return:before {
  content: "\e7c9"; }

.mdi-hardware-keyboard-tab:before {
  content: "\e7ca"; }

.mdi-hardware-keyboard-voice:before {
  content: "\e7cb"; }

.mdi-hardware-keyboard:before {
  content: "\e7cc"; }

.mdi-hardware-laptop-chromebook:before {
  content: "\e7cd"; }

.mdi-hardware-laptop-mac:before {
  content: "\e7ce"; }

.mdi-hardware-laptop-windows:before {
  content: "\e7cf"; }

.mdi-hardware-laptop:before {
  content: "\e7d0"; }

.mdi-hardware-memory:before {
  content: "\e7d1"; }

.mdi-hardware-mouse:before {
  content: "\e7d2"; }

.mdi-hardware-phone-android:before {
  content: "\e7d3"; }

.mdi-hardware-phone-iphone:before {
  content: "\e7d4"; }

.mdi-hardware-phonelink-off:before {
  content: "\e7d5"; }

.mdi-hardware-phonelink:before {
  content: "\e7d6"; }

.mdi-hardware-security:before {
  content: "\e7d7"; }

.mdi-hardware-sim-card:before {
  content: "\e7d8"; }

.mdi-hardware-smartphone:before {
  content: "\e7d9"; }

.mdi-hardware-speaker:before {
  content: "\e7da"; }

.mdi-hardware-tablet-android:before {
  content: "\e7db"; }

.mdi-hardware-tablet-mac:before {
  content: "\e7dc"; }

.mdi-hardware-tablet:before {
  content: "\e7dd"; }

.mdi-hardware-tv:before {
  content: "\e7de"; }

.mdi-hardware-watch:before {
  content: "\e7df"; }

.mdi-image-add-to-photos:before {
  content: "\e7e0"; }

.mdi-image-adjust:before {
  content: "\e7e1"; }

.mdi-image-assistant-photo:before {
  content: "\e7e2"; }

.mdi-image-audiotrack:before {
  content: "\e7e3"; }

.mdi-image-blur-circular:before {
  content: "\e7e4"; }

.mdi-image-blur-linear:before {
  content: "\e7e5"; }

.mdi-image-blur-off:before {
  content: "\e7e6"; }

.mdi-image-blur-on:before {
  content: "\e7e7"; }

.mdi-image-brightness-1:before {
  content: "\e7e8"; }

.mdi-image-brightness-2:before {
  content: "\e7e9"; }

.mdi-image-brightness-3:before {
  content: "\e7ea"; }

.mdi-image-brightness-4:before {
  content: "\e7eb"; }

.mdi-image-brightness-5:before {
  content: "\e7ec"; }

.mdi-image-brightness-6:before {
  content: "\e7ed"; }

.mdi-image-brightness-7:before {
  content: "\e7ee"; }

.mdi-image-brush:before {
  content: "\e7ef"; }

.mdi-image-camera-alt:before {
  content: "\e7f0"; }

.mdi-image-camera-front:before {
  content: "\e7f1"; }

.mdi-image-camera-rear:before {
  content: "\e7f2"; }

.mdi-image-camera-roll:before {
  content: "\e7f3"; }

.mdi-image-camera:before {
  content: "\e7f4"; }

.mdi-image-center-focus-strong:before {
  content: "\e7f5"; }

.mdi-image-center-focus-weak:before {
  content: "\e7f6"; }

.mdi-image-collections:before {
  content: "\e7f7"; }

.mdi-image-color-lens:before {
  content: "\e7f8"; }

.mdi-image-colorize:before {
  content: "\e7f9"; }

.mdi-image-compare:before {
  content: "\e7fa"; }

.mdi-image-control-point-duplicate:before {
  content: "\e7fb"; }

.mdi-image-control-point:before {
  content: "\e7fc"; }

.mdi-image-crop-3-2:before {
  content: "\e7fd"; }

.mdi-image-crop-5-4:before {
  content: "\e7fe"; }

.mdi-image-crop-7-5:before {
  content: "\e7ff"; }

.mdi-image-crop-16-9:before {
  content: "\e800"; }

.mdi-image-crop-din:before {
  content: "\e801"; }

.mdi-image-crop-free:before {
  content: "\e802"; }

.mdi-image-crop-landscape:before {
  content: "\e803"; }

.mdi-image-crop-original:before {
  content: "\e804"; }

.mdi-image-crop-portrait:before {
  content: "\e805"; }

.mdi-image-crop-square:before {
  content: "\e806"; }

.mdi-image-crop:before {
  content: "\e807"; }

.mdi-image-dehaze:before {
  content: "\e808"; }

.mdi-image-details:before {
  content: "\e809"; }

.mdi-image-edit:before {
  content: "\e80a"; }

.mdi-image-exposure-minus-1:before {
  content: "\e80b"; }

.mdi-image-exposure-minus-2:before {
  content: "\e80c"; }

.mdi-image-exposure-plus-1:before {
  content: "\e80d"; }

.mdi-image-exposure-plus-2:before {
  content: "\e80e"; }

.mdi-image-exposure-zero:before {
  content: "\e80f"; }

.mdi-image-exposure:before {
  content: "\e810"; }

.mdi-image-filter-1:before {
  content: "\e811"; }

.mdi-image-filter-2:before {
  content: "\e812"; }

.mdi-image-filter-3:before {
  content: "\e813"; }

.mdi-image-filter-4:before {
  content: "\e814"; }

.mdi-image-filter-5:before {
  content: "\e815"; }

.mdi-image-filter-6:before {
  content: "\e816"; }

.mdi-image-filter-7:before {
  content: "\e817"; }

.mdi-image-filter-8:before {
  content: "\e818"; }

.mdi-image-filter-9-plus:before {
  content: "\e819"; }

.mdi-image-filter-9:before {
  content: "\e81a"; }

.mdi-image-filter-b-and-w:before {
  content: "\e81b"; }

.mdi-image-filter-center-focus:before {
  content: "\e81c"; }

.mdi-image-filter-drama:before {
  content: "\e81d"; }

.mdi-image-filter-frames:before {
  content: "\e81e"; }

.mdi-image-filter-hdr:before {
  content: "\e81f"; }

.mdi-image-filter-none:before {
  content: "\e820"; }

.mdi-image-filter-tilt-shift:before {
  content: "\e821"; }

.mdi-image-filter-vintage:before {
  content: "\e822"; }

.mdi-image-filter:before {
  content: "\e823"; }

.mdi-image-flare:before {
  content: "\e824"; }

.mdi-image-flash-auto:before {
  content: "\e825"; }

.mdi-image-flash-off:before {
  content: "\e826"; }

.mdi-image-flash-on:before {
  content: "\e827"; }

.mdi-image-flip:before {
  content: "\e828"; }

.mdi-image-gradient:before {
  content: "\e829"; }

.mdi-image-grain:before {
  content: "\e82a"; }

.mdi-image-grid-off:before {
  content: "\e82b"; }

.mdi-image-grid-on:before {
  content: "\e82c"; }

.mdi-image-hdr-off:before {
  content: "\e82d"; }

.mdi-image-hdr-on:before {
  content: "\e82e"; }

.mdi-image-hdr-strong:before {
  content: "\e82f"; }

.mdi-image-hdr-weak:before {
  content: "\e830"; }

.mdi-image-healing:before {
  content: "\e831"; }

.mdi-image-image-aspect-ratio:before {
  content: "\e832"; }

.mdi-image-image:before {
  content: "\e833"; }

.mdi-image-iso:before {
  content: "\e834"; }

.mdi-image-landscape:before {
  content: "\e835"; }

.mdi-image-leak-add:before {
  content: "\e836"; }

.mdi-image-leak-remove:before {
  content: "\e837"; }

.mdi-image-lens:before {
  content: "\e838"; }

.mdi-image-looks-3:before {
  content: "\e839"; }

.mdi-image-looks-4:before {
  content: "\e83a"; }

.mdi-image-looks-5:before {
  content: "\e83b"; }

.mdi-image-looks-6:before {
  content: "\e83c"; }

.mdi-image-looks-one:before {
  content: "\e83d"; }

.mdi-image-looks-two:before {
  content: "\e83e"; }

.mdi-image-looks:before {
  content: "\e83f"; }

.mdi-image-loupe:before {
  content: "\e840"; }

.mdi-image-movie-creation:before {
  content: "\e841"; }

.mdi-image-nature-people:before {
  content: "\e842"; }

.mdi-image-nature:before {
  content: "\e843"; }

.mdi-image-navigate-before:before {
  content: "\e844"; }

.mdi-image-navigate-next:before {
  content: "\e845"; }

.mdi-image-palette:before {
  content: "\e846"; }

.mdi-image-panorama-fisheye:before {
  content: "\e847"; }

.mdi-image-panorama-horizontal:before {
  content: "\e848"; }

.mdi-image-panorama-vertical:before {
  content: "\e849"; }

.mdi-image-panorama-wide-angle:before {
  content: "\e84a"; }

.mdi-image-panorama:before {
  content: "\e84b"; }

.mdi-image-photo-album:before {
  content: "\e84c"; }

.mdi-image-photo-camera:before {
  content: "\e84d"; }

.mdi-image-photo-library:before {
  content: "\e84e"; }

.mdi-image-photo:before {
  content: "\e84f"; }

.mdi-image-portrait:before {
  content: "\e850"; }

.mdi-image-remove-red-eye:before {
  content: "\e851"; }

.mdi-image-rotate-left:before {
  content: "\e852"; }

.mdi-image-rotate-right:before {
  content: "\e853"; }

.mdi-image-slideshow:before {
  content: "\e854"; }

.mdi-image-straighten:before {
  content: "\e855"; }

.mdi-image-style:before {
  content: "\e856"; }

.mdi-image-switch-camera:before {
  content: "\e857"; }

.mdi-image-switch-video:before {
  content: "\e858"; }

.mdi-image-tag-faces:before {
  content: "\e859"; }

.mdi-image-texture:before {
  content: "\e85a"; }

.mdi-image-timelapse:before {
  content: "\e85b"; }

.mdi-image-timer-3:before {
  content: "\e85c"; }

.mdi-image-timer-10:before {
  content: "\e85d"; }

.mdi-image-timer-auto:before {
  content: "\e85e"; }

.mdi-image-timer-off:before {
  content: "\e85f"; }

.mdi-image-timer:before {
  content: "\e860"; }

.mdi-image-tonality:before {
  content: "\e861"; }

.mdi-image-transform:before {
  content: "\e862"; }

.mdi-image-tune:before {
  content: "\e863"; }

.mdi-image-wb-auto:before {
  content: "\e864"; }

.mdi-image-wb-cloudy:before {
  content: "\e865"; }

.mdi-image-wb-incandescent:before {
  content: "\e866"; }

.mdi-image-wb-irradescent:before {
  content: "\e867"; }

.mdi-image-wb-sunny:before {
  content: "\e868"; }

.mdi-maps-beenhere:before {
  content: "\e869"; }

.mdi-maps-directions-bike:before {
  content: "\e86a"; }

.mdi-maps-directions-bus:before {
  content: "\e86b"; }

.mdi-maps-directions-car:before {
  content: "\e86c"; }

.mdi-maps-directions-ferry:before {
  content: "\e86d"; }

.mdi-maps-directions-subway:before {
  content: "\e86e"; }

.mdi-maps-directions-train:before {
  content: "\e86f"; }

.mdi-maps-directions-transit:before {
  content: "\e870"; }

.mdi-maps-directions-walk:before {
  content: "\e871"; }

.mdi-maps-directions:before {
  content: "\e872"; }

.mdi-maps-flight:before {
  content: "\e873"; }

.mdi-maps-hotel:before {
  content: "\e874"; }

.mdi-maps-layers-clear:before {
  content: "\e875"; }

.mdi-maps-layers:before {
  content: "\e876"; }

.mdi-maps-local-airport:before {
  content: "\e877"; }

.mdi-maps-local-atm:before {
  content: "\e878"; }

.mdi-maps-local-attraction:before {
  content: "\e879"; }

.mdi-maps-local-bar:before {
  content: "\e87a"; }

.mdi-maps-local-cafe:before {
  content: "\e87b"; }

.mdi-maps-local-car-wash:before {
  content: "\e87c"; }

.mdi-maps-local-convenience-store:before {
  content: "\e87d"; }

.mdi-maps-local-drink:before {
  content: "\e87e"; }

.mdi-maps-local-florist:before {
  content: "\e87f"; }

.mdi-maps-local-gas-station:before {
  content: "\e880"; }

.mdi-maps-local-grocery-store:before {
  content: "\e881"; }

.mdi-maps-local-hospital:before {
  content: "\e882"; }

.mdi-maps-local-hotel:before {
  content: "\e883"; }

.mdi-maps-local-laundry-service:before {
  content: "\e884"; }

.mdi-maps-local-library:before {
  content: "\e885"; }

.mdi-maps-local-mall:before {
  content: "\e886"; }

.mdi-maps-local-movies:before {
  content: "\e887"; }

.mdi-maps-local-offer:before {
  content: "\e888"; }

.mdi-maps-local-parking:before {
  content: "\e889"; }

.mdi-maps-local-pharmacy:before {
  content: "\e88a"; }

.mdi-maps-local-phone:before {
  content: "\e88b"; }

.mdi-maps-local-pizza:before {
  content: "\e88c"; }

.mdi-maps-local-play:before {
  content: "\e88d"; }

.mdi-maps-local-post-office:before {
  content: "\e88e"; }

.mdi-maps-local-print-shop:before {
  content: "\e88f"; }

.mdi-maps-local-restaurant:before {
  content: "\e890"; }

.mdi-maps-local-see:before {
  content: "\e891"; }

.mdi-maps-local-shipping:before {
  content: "\e892"; }

.mdi-maps-local-taxi:before {
  content: "\e893"; }

.mdi-maps-location-history:before {
  content: "\e894"; }

.mdi-maps-map:before {
  content: "\e895"; }

.mdi-maps-my-location:before {
  content: "\e896"; }

.mdi-maps-navigation:before {
  content: "\e897"; }

.mdi-maps-pin-drop:before {
  content: "\e898"; }

.mdi-maps-place:before {
  content: "\e899"; }

.mdi-maps-rate-review:before {
  content: "\e89a"; }

.mdi-maps-restaurant-menu:before {
  content: "\e89b"; }

.mdi-maps-satellite:before {
  content: "\e89c"; }

.mdi-maps-store-mall-directory:before {
  content: "\e89d"; }

.mdi-maps-terrain:before {
  content: "\e89e"; }

.mdi-maps-traffic:before {
  content: "\e89f"; }

.mdi-navigation-apps:before {
  content: "\e8a0"; }

.mdi-navigation-arrow-back:before {
  content: "\e8a1"; }

.mdi-navigation-arrow-drop-down-circle:before {
  content: "\e8a2"; }

.mdi-navigation-arrow-drop-down:before {
  content: "\e8a3"; }

.mdi-navigation-arrow-drop-up:before {
  content: "\e8a4"; }

.mdi-navigation-arrow-forward:before {
  content: "\e8a5"; }

.mdi-navigation-cancel:before {
  content: "\e8a6"; }

.mdi-navigation-check:before {
  content: "\e8a7"; }

.mdi-navigation-chevron-left:before {
  content: "\e8a8"; }

.mdi-navigation-chevron-right:before {
  content: "\e8a9"; }

.mdi-navigation-close:before {
  content: "\e8aa"; }

.mdi-navigation-expand-less:before {
  content: "\e8ab"; }

.mdi-navigation-expand-more:before {
  content: "\e8ac"; }

.mdi-navigation-fullscreen-exit:before {
  content: "\e8ad"; }

.mdi-navigation-fullscreen:before {
  content: "\e8ae"; }

.mdi-navigation-menu:before {
  content: "\e8af"; }

.mdi-navigation-more-horiz:before {
  content: "\e8b0"; }

.mdi-navigation-more-vert:before {
  content: "\e8b1"; }

.mdi-navigation-refresh:before {
  content: "\e8b2"; }

.mdi-navigation-unfold-less:before {
  content: "\e8b3"; }

.mdi-navigation-unfold-more:before {
  content: "\e8b4"; }

.mdi-notification-adb:before {
  content: "\e8b5"; }

.mdi-notification-bluetooth-audio:before {
  content: "\e8b6"; }

.mdi-notification-disc-full:before {
  content: "\e8b7"; }

.mdi-notification-dnd-forwardslash:before {
  content: "\e8b8"; }

.mdi-notification-do-not-disturb:before {
  content: "\e8b9"; }

.mdi-notification-drive-eta:before {
  content: "\e8ba"; }

.mdi-notification-event-available:before {
  content: "\e8bb"; }

.mdi-notification-event-busy:before {
  content: "\e8bc"; }

.mdi-notification-event-note:before {
  content: "\e8bd"; }

.mdi-notification-folder-special:before {
  content: "\e8be"; }

.mdi-notification-mms:before {
  content: "\e8bf"; }

.mdi-notification-more:before {
  content: "\e8c0"; }

.mdi-notification-network-locked:before {
  content: "\e8c1"; }

.mdi-notification-phone-bluetooth-speaker:before {
  content: "\e8c2"; }

.mdi-notification-phone-forwarded:before {
  content: "\e8c3"; }

.mdi-notification-phone-in-talk:before {
  content: "\e8c4"; }

.mdi-notification-phone-locked:before {
  content: "\e8c5"; }

.mdi-notification-phone-missed:before {
  content: "\e8c6"; }

.mdi-notification-phone-paused:before {
  content: "\e8c7"; }

.mdi-notification-play-download:before {
  content: "\e8c8"; }

.mdi-notification-play-install:before {
  content: "\e8c9"; }

.mdi-notification-sd-card:before {
  content: "\e8ca"; }

.mdi-notification-sim-card-alert:before {
  content: "\e8cb"; }

.mdi-notification-sms-failed:before {
  content: "\e8cc"; }

.mdi-notification-sms:before {
  content: "\e8cd"; }

.mdi-notification-sync-disabled:before {
  content: "\e8ce"; }

.mdi-notification-sync-problem:before {
  content: "\e8cf"; }

.mdi-notification-sync:before {
  content: "\e8d0"; }

.mdi-notification-system-update:before {
  content: "\e8d1"; }

.mdi-notification-tap-and-play:before {
  content: "\e8d2"; }

.mdi-notification-time-to-leave:before {
  content: "\e8d3"; }

.mdi-notification-vibration:before {
  content: "\e8d4"; }

.mdi-notification-voice-chat:before {
  content: "\e8d5"; }

.mdi-notification-vpn-lock:before {
  content: "\e8d6"; }

.mdi-social-cake:before {
  content: "\e8d7"; }

.mdi-social-domain:before {
  content: "\e8d8"; }

.mdi-social-group-add:before {
  content: "\e8d9"; }

.mdi-social-group:before {
  content: "\e8da"; }

.mdi-social-location-city:before {
  content: "\e8db"; }

.mdi-social-mood:before {
  content: "\e8dc"; }

.mdi-social-notifications-none:before {
  content: "\e8dd"; }

.mdi-social-notifications-off:before {
  content: "\e8de"; }

.mdi-social-notifications-on:before {
  content: "\e8df"; }

.mdi-social-notifications-paused:before {
  content: "\e8e0"; }

.mdi-social-notifications:before {
  content: "\e8e1"; }

.mdi-social-pages:before {
  content: "\e8e2"; }

.mdi-social-party-mode:before {
  content: "\e8e3"; }

.mdi-social-people-outline:before {
  content: "\e8e4"; }

.mdi-social-people:before {
  content: "\e8e5"; }

.mdi-social-person-add:before {
  content: "\e8e6"; }

.mdi-social-person-outline:before {
  content: "\e8e7"; }

.mdi-social-person:before {
  content: "\e8e8"; }

.mdi-social-plus-one:before {
  content: "\e8e9"; }

.mdi-social-poll:before {
  content: "\e8ea"; }

.mdi-social-public:before {
  content: "\e8eb"; }

.mdi-social-school:before {
  content: "\e8ec"; }

.mdi-social-share:before {
  content: "\e8ed"; }

.mdi-social-whatshot:before {
  content: "\e8ee"; }

.mdi-toggle-check-box-outline-blank:before {
  content: "\e8ef"; }

.mdi-toggle-check-box:before {
  content: "\e8f0"; }

.mdi-toggle-radio-button-off:before {
  content: "\e8f1"; }

.mdi-toggle-radio-button-on:before {
  content: "\e8f2"; }

.mdi-toggle-star-half:before {
  content: "\e8f3"; }

.mdi-toggle-star-outline:before {
  content: "\e8f4"; }

.mdi-toggle-star:before {
  content: "\e8f5"; }

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

@media only screen and (min-width: 601px) {
  .container {
    width: 85%; } }
@media only screen and (min-width: 993px) {
  .container {
    width: 70%; } }
.container .row {
  margin-left: -.75rem;
  margin-right: -.75rem; }

.row, .row .col.s1, .row .col.s10, .row .col.s11, .row .col.s12, .row .col.s2, .row .col.s3, .row .col.s4, .row .col.s5, .row .col.s7, .row .col.s8, .row .col.s9 {
  margin-left: auto; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.section.no-pad {
  padding: 0; }

.section.no-pad-bot {
  padding-bottom: 0; }

.section.no-pad-top {
  padding-top: 0; }

.row {
  margin-right: auto;
  margin-bottom: 20px; }

.row:after {
  content: "";
  display: table; }

.row .col {
  padding: 0 .75rem; }

.row .col.s1 {
  width: 8.3333333333%; }

.row .col.s2 {
  width: 16.6666666667%; }

.row .col.s3 {
  width: 25%; }

.row .col.s4 {
  width: 33.3333333333%; }

.row .col.s5 {
  width: 41.6666666667%; }

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto; }

.row .col.s7 {
  width: 58.3333333333%; }

.row .col.s8 {
  width: 66.6666666667%; }

.row .col.s9 {
  width: 75%; }

.row .col.s10 {
  width: 83.3333333333%; }

.row .col.s11 {
  width: 91.6666666667%; }

.row .col.s12 {
  width: 100%; }

.row .col.offset-s1 {
  margin-left: 8.3333333333%; }

.row .col.pull-s1 {
  right: 8.3333333333%; }

.row .col.push-s1 {
  left: 8.3333333333%; }

.row .col.offset-s2 {
  margin-left: 16.6666666667%; }

.row .col.pull-s2 {
  right: 16.6666666667%; }

.row .col.push-s2 {
  left: 16.6666666667%; }

.row .col.offset-s3 {
  margin-left: 25%; }

.row .col.pull-s3 {
  right: 25%; }

.row .col.push-s3 {
  left: 25%; }

.row .col.offset-s4 {
  margin-left: 33.3333333333%; }

.row .col.pull-s4 {
  right: 33.3333333333%; }

.row .col.push-s4 {
  left: 33.3333333333%; }

.row .col.offset-s5 {
  margin-left: 41.6666666667%; }

.row .col.pull-s5 {
  right: 41.6666666667%; }

.row .col.push-s5 {
  left: 41.6666666667%; }

.row .col.offset-s6 {
  margin-left: 50%; }

.row .col.pull-s6 {
  right: 50%; }

.row .col.push-s6 {
  left: 50%; }

.row .col.offset-s7 {
  margin-left: 58.3333333333%; }

.row .col.pull-s7 {
  right: 58.3333333333%; }

.row .col.push-s7 {
  left: 58.3333333333%; }

.row .col.offset-s8 {
  margin-left: 66.6666666667%; }

.row .col.pull-s8 {
  right: 66.6666666667%; }

.row .col.push-s8 {
  left: 66.6666666667%; }

.row .col.offset-s9 {
  margin-left: 75%; }

.row .col.pull-s9 {
  right: 75%; }

.row .col.push-s9 {
  left: 75%; }

.row .col.offset-s10 {
  margin-left: 83.3333333333%; }

.row .col.pull-s10 {
  right: 83.3333333333%; }

.row .col.push-s10 {
  left: 83.3333333333%; }

.row .col.offset-s11 {
  margin-left: 91.6666666667%; }

.row .col.pull-s11 {
  right: 91.6666666667%; }

.row .col.push-s11 {
  left: 91.6666666667%; }

.row .col.offset-s12 {
  margin-left: 100%; }

.row .col.pull-s12 {
  right: 100%; }

.row .col.push-s12 {
  left: 100%; }

@media only screen and (min-width: 601px) {
  .row .col.m1, .row .col.m10, .row .col.m11, .row .col.m12, .row .col.m2, .row .col.m3, .row .col.m4, .row .col.m5, .row .col.m7, .row .col.m8, .row .col.m9 {
    margin-left: auto;
    left: auto;
    right: auto; }

  .row .col.m1 {
    width: 8.3333333333%; }

  .row .col.m2 {
    width: 16.6666666667%; }

  .row .col.m3 {
    width: 25%; }

  .row .col.m4 {
    width: 33.3333333333%; }

  .row .col.m5 {
    width: 41.6666666667%; }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }

  .row .col.m7 {
    width: 58.3333333333%; }

  .row .col.m8 {
    width: 66.6666666667%; }

  .row .col.m9 {
    width: 75%; }

  .row .col.m10 {
    width: 83.3333333333%; }

  .row .col.m11 {
    width: 91.6666666667%; }

  .row .col.m12 {
    width: 100%; }

  .row .col.offset-m1 {
    margin-left: 8.3333333333%; }

  .row .col.pull-m1 {
    right: 8.3333333333%; }

  .row .col.push-m1 {
    left: 8.3333333333%; }

  .row .col.offset-m2 {
    margin-left: 16.6666666667%; }

  .row .col.pull-m2 {
    right: 16.6666666667%; }

  .row .col.push-m2 {
    left: 16.6666666667%; }

  .row .col.offset-m3 {
    margin-left: 25%; }

  .row .col.pull-m3 {
    right: 25%; }

  .row .col.push-m3 {
    left: 25%; }

  .row .col.offset-m4 {
    margin-left: 33.3333333333%; }

  .row .col.pull-m4 {
    right: 33.3333333333%; }

  .row .col.push-m4 {
    left: 33.3333333333%; }

  .row .col.offset-m5 {
    margin-left: 41.6666666667%; }

  .row .col.pull-m5 {
    right: 41.6666666667%; }

  .row .col.push-m5 {
    left: 41.6666666667%; }

  .row .col.offset-m6 {
    margin-left: 50%; }

  .row .col.pull-m6 {
    right: 50%; }

  .row .col.push-m6 {
    left: 50%; }

  .row .col.offset-m7 {
    margin-left: 58.3333333333%; }

  .row .col.pull-m7 {
    right: 58.3333333333%; }

  .row .col.push-m7 {
    left: 58.3333333333%; }

  .row .col.offset-m8 {
    margin-left: 66.6666666667%; }

  .row .col.pull-m8 {
    right: 66.6666666667%; }

  .row .col.push-m8 {
    left: 66.6666666667%; }

  .row .col.offset-m9 {
    margin-left: 75%; }

  .row .col.pull-m9 {
    right: 75%; }

  .row .col.push-m9 {
    left: 75%; }

  .row .col.offset-m10 {
    margin-left: 83.3333333333%; }

  .row .col.pull-m10 {
    right: 83.3333333333%; }

  .row .col.push-m10 {
    left: 83.3333333333%; }

  .row .col.offset-m11 {
    margin-left: 91.6666666667%; }

  .row .col.pull-m11 {
    right: 91.6666666667%; }

  .row .col.push-m11 {
    left: 91.6666666667%; }

  .row .col.offset-m12 {
    margin-left: 100%; }

  .row .col.pull-m12 {
    right: 100%; }

  .row .col.push-m12 {
    left: 100%; } }
@media only screen and (min-width: 993px) {
  .row .col.l1, .row .col.l10, .row .col.l11, .row .col.l12, .row .col.l2, .row .col.l3, .row .col.l4, .row .col.l5, .row .col.l7, .row .col.l8, .row .col.l9 {
    margin-left: auto;
    left: auto;
    right: auto; }

  .row .col.l1 {
    width: 8.3333333333%; }

  .row .col.l2 {
    width: 16.6666666667%; }

  .row .col.l3 {
    width: 25%; }

  .row .col.l4 {
    width: 33.3333333333%; }

  .row .col.l5 {
    width: 41.6666666667%; }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto; }

  .row .col.l7 {
    width: 58.3333333333%; }

  .row .col.l8 {
    width: 66.6666666667%; }

  .row .col.l9 {
    width: 75%; }

  .row .col.l10 {
    width: 83.3333333333%; }

  .row .col.l11 {
    width: 91.6666666667%; }

  .row .col.l12 {
    width: 100%; }

  .row .col.offset-l1 {
    margin-left: 8.3333333333%; }

  .row .col.pull-l1 {
    right: 8.3333333333%; }

  .row .col.push-l1 {
    left: 8.3333333333%; }

  .row .col.offset-l2 {
    margin-left: 16.6666666667%; }

  .row .col.pull-l2 {
    right: 16.6666666667%; }

  .row .col.push-l2 {
    left: 16.6666666667%; }

  .row .col.offset-l3 {
    margin-left: 25%; }

  .row .col.pull-l3 {
    right: 25%; }

  .row .col.push-l3 {
    left: 25%; }

  .row .col.offset-l4 {
    margin-left: 33.3333333333%; }

  .row .col.pull-l4 {
    right: 33.3333333333%; }

  .row .col.push-l4 {
    left: 33.3333333333%; }

  .row .col.offset-l5 {
    margin-left: 41.6666666667%; }

  .row .col.pull-l5 {
    right: 41.6666666667%; }

  .row .col.push-l5 {
    left: 41.6666666667%; }

  .row .col.offset-l6 {
    margin-left: 50%; }

  .row .col.pull-l6 {
    right: 50%; }

  .row .col.push-l6 {
    left: 50%; }

  .row .col.offset-l7 {
    margin-left: 58.3333333333%; }

  .row .col.pull-l7 {
    right: 58.3333333333%; }

  .row .col.push-l7 {
    left: 58.3333333333%; }

  .row .col.offset-l8 {
    margin-left: 66.6666666667%; }

  .row .col.pull-l8 {
    right: 66.6666666667%; }

  .row .col.push-l8 {
    left: 66.6666666667%; }

  .row .col.offset-l9 {
    margin-left: 75%; }

  .row .col.pull-l9 {
    right: 75%; }

  .row .col.push-l9 {
    left: 75%; }

  .row .col.offset-l10 {
    margin-left: 83.3333333333%; }

  .row .col.pull-l10 {
    right: 83.3333333333%; }

  .row .col.push-l10 {
    left: 83.3333333333%; }

  .row .col.offset-l11 {
    margin-left: 91.6666666667%; }

  .row .col.pull-l11 {
    right: 91.6666666667%; }

  .row .col.push-l11 {
    left: 91.6666666667%; }

  .row .col.offset-l12 {
    margin-left: 100%; }

  .row .col.pull-l12 {
    right: 100%; }

  .row .col.push-l12 {
    left: 100%; } }
nav {
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px; }

nav [class*=mdi-], nav [class^=mdi-], nav i, nav i.material-icons {
  display: block;
  font-size: 2rem;
  height: 56px;
  line-height: 56px; }

nav .nav-wrapper {
  height: 100%; }

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none; } }
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px; }

nav .button-collapse i {
  font-size: 2.7rem;
  height: 56px;
  line-height: 56px; }

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0; }

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none; }

  nav .brand-logo.left {
    left: .5rem; }

  nav .brand-logo.right {
    right: .5rem;
    left: auto; } }
nav .brand-logo.right {
  right: .5rem;
  padding: 0; }

nav ul {
  margin: 0; }

nav ul li {
  padding: 0; }

nav ul a {
  font-size: 1rem;
  display: block;
  padding: 0 15px; }

nav ul a.btn, nav ul a.btn-flat, nav ul a.btn-floating, nav ul a.btn-large {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px; }

nav .input-field {
  margin: 0; }

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem; }

nav .input-field input:focus, nav .input-field input[type=date]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=text]:valid, nav .input-field input[type=url]:valid {
  border: none;
  box-shadow: none; }

nav .input-field label {
  top: 0;
  left: 0; }

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s; }

nav .input-field label.active i {
  color: #fff; }

nav .input-field label.active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 998; }

.navbar-fixed nav {
  position: fixed; }

.card, .card.large, .card.medium, .card.small {
  position: relative; }

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px; }

  .navbar-fixed {
    height: 64px; } }
h1, h2, h3, h4, h5, h6 {
  line-height: 110%; }

html {
  line-height: 1.5;
  font-family: Roboto,sans-serif;
  color: rgba(0, 0, 0, 0.87); }

@media only screen and (min-width: 0) {
  html {
    font-size: 14px; } }
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px; } }
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px; } }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  margin: 2.1rem 0 1.68rem; }

h2 {
  font-size: 3.56rem;
  margin: 1.78rem 0 1.424rem; }

h3 {
  font-size: 2.92rem;
  margin: 1.46rem 0 1.168rem; }

h4 {
  font-size: 2.28rem;
  margin: 1.14rem 0 .912rem; }

h5 {
  font-size: 1.64rem;
  margin: .82rem 0 .656rem; }

h6 {
  font-size: 1rem;
  margin: .5rem 0 .4rem; }

.card, .card-panel {
  margin: .5rem 0 1rem;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; }

em {
  font-style: italic; }

strong {
  font-weight: 500; }

small {
  font-size: 75%; }

.light, footer.page-footer .footer-copyright {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.flow-text, .toast {
  font-weight: 300; }

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem; } }
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem; } }
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem; } }
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem; } }
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem; } }
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem; } }
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem; } }
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem; } }
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem; } }
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem; } }
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem; } }
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem; } }
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem; } }
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem; } }
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem; } }
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem; } }
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem; } }
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem; } }
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem; } }
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem; } }
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }
.card-panel {
  padding: 20px; }

.card .card-title {
  font-size: 24px;
  font-weight: 300; }

.card.large .card-image, .card.medium .card-image, .card.small .card-image {
  max-height: 60%;
  overflow: hidden; }

.card.large .card-content, .card.medium .card-content, .card.small .card-content {
  max-height: 40%;
  overflow: hidden; }

.card.large .card-action, .card.medium .card-action, .card.small .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: inherit; }

.card .card-image, .tabs, .toast {
  position: relative; }

.card.small {
  height: 300px; }

.card.medium {
  height: 400px; }

.card.large {
  height: 500px; }

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px; }

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px; }

.card .card-content p {
  margin: 0;
  color: inherit; }

.card .card-content .card-title {
  line-height: 48px; }

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px; }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase; }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6; }

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none; }

.card .card-reveal .card-title {
  cursor: pointer;
  display: block; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0; } }
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%; }

  .toast {
    float: left; } }
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%; } }
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.toast .btn, .toast .btn-flat, .toast .btn-large {
  margin: 0 0 0 3rem; }

.toast.rounded {
  border-radius: 24px; }

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0; } }
@media only screen and (min-width: 993px) {
  .toast {
    float: right; } }
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%; }

.tabs .tab, .tabs .tab a {
  display: block;
  text-overflow: ellipsis; }

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  float: left;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px; }

.tabs .tab a {
  color: #ee6e73;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: color .28s ease; }

.backdrop, .material-tooltip {
  position: absolute;
  display: none;
  opacity: 0; }

.tabs .tab a:hover {
  color: #f9c9cb; }

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default; }

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left,right; }

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  will-change: top,left; }

.backdrop {
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform,opacity; }

.btn, .btn-flat, .btn-large {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle; }

.btn-floating.disabled, .btn-floating:disabled, .btn-large.disabled, .btn-large:disabled, .btn.disabled, .btn:disabled, .disabled.btn-large {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default; }

.btn-floating.disabled *, .btn-floating:disabled *, .btn-large.disabled *, .btn-large:disabled *, .btn.disabled *, .btn:disabled *, .disabled.btn-large * {
  pointer-events: none; }

.btn-floating.disabled:hover, .btn-floating:disabled:hover, .btn-large.disabled:hover, .btn-large:disabled:hover, .btn.disabled:hover, .btn:disabled:hover, .disabled.btn-large:hover {
  background-color: #DFDFDF;
  color: #9F9F9F; }

.btn i, .btn-flat i, .btn-floating i, .btn-large i {
  font-size: 1.3rem;
  line-height: inherit; }

.btn-floating i, .btn-large i {
  font-size: 1.6rem; }

.btn-floating, .btn-floating i {
  color: #fff;
  line-height: 37px;
  display: inline-block; }

.btn, .btn-large {
  color: #fff;
  background-color: #26a69a;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer; }

.btn-large:hover, .btn:hover {
  background-color: #2bbbad; }

.btn-floating, .btn-floating:hover {
  background-color: #26a69a; }

.btn-floating {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  padding: 0;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer; }

.btn-floating i {
  width: inherit; }

.btn-floating:before {
  border-radius: 0; }

.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px; }

.btn-floating.btn-large i {
  line-height: 55.5px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }

.fixed-action-btn.active ul {
  visibility: visible; }

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px; }

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: initial;
  width: 500px; }

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0; }

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden; }

.fixed-action-btn ul li {
  margin-bottom: 15px; }

.fixed-action-btn ul a.btn-floating {
  opacity: 0; }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer; }

.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default; }

.btn-large {
  height: 54px;
  line-height: 56px; }

.btn-block {
  display: block; }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width,height; }

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none; }

.dropdown-content li.active, .dropdown-content li.selected, .dropdown-content li:hover {
  background-color: #eee; }

.dropdown-content li.active.selected {
  background-color: #e1e1e1; }

.dropdown-content li.divider {
  min-height: 0;
  height: 1px; }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px; }

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px; }

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      /*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  will-change: opacity,transform;
  transition: all .3s ease-out; }

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all .7s ease-out;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: 0 0; }

.waves-notransition {
  transition: none !important; }

.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom; }

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1; }

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

.lean-overlay, .modal {
  position: fixed;
  display: none;
  left: 0;
  right: 0; }

a.waves-effect .waves-ripple {
  z-index: -1; }

.modal {
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top,opacity; }

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%; } }
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0; }

.modal .modal-content {
  padding: 24px; }

.modal .modal-close {
  cursor: pointer; }

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%; }

.modal .modal-footer .btn, .modal .modal-footer .btn-flat, .modal .modal-footer .btn-large {
  float: right;
  margin: 6px 0; }

.lean-overlay {
  z-index: 999;
  top: -100px;
  bottom: 0;
  height: 125%;
  width: 100%;
  background: #000;
  will-change: opacity; }

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%; }

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto; }

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0; }

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom,opacity; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: .5rem 0 1rem; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd; }

.collapsible-body p {
  margin: 0;
  padding: 2rem; }

.side-nav .collapsible {
  border: none;
  box-shadow: none; }

.side-nav .collapsible li {
  padding: 0; }

.side-nav .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  margin: 0 1rem; }

.side-nav .collapsible-header i {
  line-height: inherit; }

.side-nav .collapsible-body {
  border: 0;
  background-color: #fff; }

.side-nav .collapsible-body li a {
  margin: 0 1rem 0 2rem; }

.collapsible.popout {
  border: none;
  box-shadow: none; }

.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0; }

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4; }

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%; }

.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px; }

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s; }

.materialboxed:hover {
  will-change: left,top,width,height; }

.materialboxed:hover:not(.active) {
  opacity: .8; }

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999;
  will-change: opacity; }

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased; }

select:focus {
  outline: #c9f3ef solid 1px; }

button:focus {
  outline: 0;
  background-color: #2ab7a9; }

label {
  font-size: .8rem;
  color: #9e9e9e; }

::-webkit-input-placeholder {
  color: #d1d1d1; }

:-moz-placeholder {
  color: #d1d1d1; }

::-moz-placeholder {
  color: #d1d1d1; }

:-ms-input-placeholder {
  color: #d1d1d1; }

input:not([type]), input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: 0;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s; }

input:not([type]):disabled, input:not([type])[readonly=readonly], input[type=date]:disabled, input[type=date][readonly=readonly], input[type=datetime-local]:disabled, input[type=datetime-local][readonly=readonly], input[type=email]:disabled, input[type=email][readonly=readonly], input[type=number]:disabled, input[type=number][readonly=readonly], input[type=password]:disabled, input[type=password][readonly=readonly], input[type=search]:disabled, input[type=search][readonly=readonly], input[type=tel]:disabled, input[type=tel][readonly=readonly], input[type=text]:disabled, input[type=text][readonly=readonly], input[type=time]:disabled, input[type=time][readonly=readonly], input[type=url]:disabled, input[type=url][readonly=readonly], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }

input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label, input[type=date]:disabled + label, input[type=date][readonly=readonly] + label, input[type=datetime-local]:disabled + label, input[type=datetime-local][readonly=readonly] + label, input[type=email]:disabled + label, input[type=email][readonly=readonly] + label, input[type=number]:disabled + label, input[type=number][readonly=readonly] + label, input[type=password]:disabled + label, input[type=password][readonly=readonly] + label, input[type=search]:disabled + label, input[type=search][readonly=readonly] + label, input[type=tel]:disabled + label, input[type=tel][readonly=readonly] + label, input[type=text]:disabled + label, input[type=text][readonly=readonly] + label, input[type=time]:disabled + label, input[type=time][readonly=readonly] + label, input[type=url]:disabled + label, input[type=url][readonly=readonly] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26); }

input:not([type]):focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a; }

input:not([type]):focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a; }

input:not([type]).valid, input:not([type]):focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50; }

input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after, input[type=date].valid + label:after, input[type=date]:focus.valid + label:after, input[type=datetime-local].valid + label:after, input[type=datetime-local]:focus.valid + label:after, input[type=email].valid + label:after, input[type=email]:focus.valid + label:after, input[type=number].valid + label:after, input[type=number]:focus.valid + label:after, input[type=password].valid + label:after, input[type=password]:focus.valid + label:after, input[type=search].valid + label:after, input[type=search]:focus.valid + label:after, input[type=tel].valid + label:after, input[type=tel]:focus.valid + label:after, input[type=text].valid + label:after, input[type=text]:focus.valid + label:after, input[type=time].valid + label:after, input[type=time]:focus.valid + label:after, input[type=url].valid + label:after, input[type=url]:focus.valid + label:after, textarea.materialize-textarea.valid + label:after, textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1; }

input:not([type]).invalid, input:not([type]):focus.invalid, input[type=date].invalid, input[type=date]:focus.invalid, input[type=datetime-local].invalid, input[type=datetime-local]:focus.invalid, input[type=email].invalid, input[type=email]:focus.invalid, input[type=number].invalid, input[type=number]:focus.invalid, input[type=password].invalid, input[type=password]:focus.invalid, input[type=search].invalid, input[type=search]:focus.invalid, input[type=tel].invalid, input[type=tel]:focus.invalid, input[type=text].invalid, input[type=text]:focus.invalid, input[type=time].invalid, input[type=time]:focus.invalid, input[type=url].invalid, input[type=url]:focus.invalid, textarea.materialize-textarea.invalid, textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336; }

input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after, input[type=date].invalid + label:after, input[type=date]:focus.invalid + label:after, input[type=datetime-local].invalid + label:after, input[type=datetime-local]:focus.invalid + label:after, input[type=email].invalid + label:after, input[type=email]:focus.invalid + label:after, input[type=number].invalid + label:after, input[type=number]:focus.invalid + label:after, input[type=password].invalid + label:after, input[type=password]:focus.invalid + label:after, input[type=search].invalid + label:after, input[type=search]:focus.invalid + label:after, input[type=tel].invalid + label:after, input[type=tel]:focus.invalid + label:after, input[type=text].invalid + label:after, input[type=text]:focus.invalid + label:after, input[type=time].invalid + label:after, input[type=time]:focus.invalid + label:after, input[type=url].invalid + label:after, input[type=url]:focus.invalid + label:after, textarea.materialize-textarea.invalid + label:after, textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1; }

input:not([type]) + label:after, input[type=date] + label:after, input[type=datetime-local] + label:after, input[type=email] + label:after, input[type=number] + label:after, input[type=password] + label:after, input[type=search] + label:after, input[type=tel] + label:after, input[type=text] + label:after, input[type=time] + label:after, input[type=url] + label:after, textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: .2s opacity ease-out,.2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: .8rem;
  left: .75rem;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out; }

.input-field label.active {
  font-size: .8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%); }

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s; }

.input-field .prefix.active {
  color: #26a69a; }

.input-field .prefix ~ input, .input-field .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.input-field .prefix ~ textarea {
  padding-top: .8rem; }

.input-field .prefix ~ label {
  margin-left: 3rem; }

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem); } }
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem); } }
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }

.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444; }

.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .material-icons, .input-field input[type=search]:focus ~ .mdi-navigation-close {
  color: #444; }

.input-field input[type=search] + label {
  left: 1rem; }

.input-field input[type=search] ~ .material-icons, .input-field input[type=search] ~ .mdi-navigation-close {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color; }

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }

textarea.materialize-textarea {
  overflow-y: hidden;
  padding: 1.6rem 0;
  resize: none;
  min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem; }

[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker, .select-wrapper input.select-dropdown:disabled, .switch, .switch *, [type=checkbox] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

[type=radio] + label:after, [type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

[type=radio]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a; }

[type=radio]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type=radio]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent; }

[type=radio]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

[type=radio].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #26a69a; }

[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:before, [type=radio]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -khtml-user-select: none; }

[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s; }

[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

[type=checkbox]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type=checkbox].filled-in + label:after {
  border-radius: 2px; }

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
  z-index: 1; }

.switch label .lever, .switch label .lever:after {
  content: "";
  display: inline-block; }

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0; }

[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0; }

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

.select-wrapper input.select-dropdown, [type=checkbox].filled-in:disabled:checked + label:before, input[type=range] {
  background-color: transparent; }

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

.switch, .switch * {
  -khtml-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a; }

.switch label .lever {
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  transition: background .3s ease;
  vertical-align: middle;
  margin: 0 16px; }

.switch label .lever:after {
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left .3s ease,background .3s ease,box-shadow .1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px; }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: 0;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px;
  padding: 0;
  display: block; }

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px; }

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26); }

.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: .8rem; }

select {
  display: none; }

select.browser-default {
  display: block; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.file-field input[type=file], .file-field span, input[type=range], input[type=range] + .thumb {
  cursor: pointer; }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7); }

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4); }

.select-dropdown li.optgroup ~ li:not(.optgroup) {
  padding-left: 1rem; }

.file-field {
  position: relative; }

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px; }

.file-field input.file-path {
  width: 100%; }

.file-field .btn, .file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem; }

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0); }

.range-field, input[type=range] {
  position: relative; }

input[type=range] {
  outline: 0;
  width: 100%;
  margin: 15px 0;
  padding: 0; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.drag-target, .side-nav, .side-nav.fixed, .table-of-contents.fixed {
  position: fixed; }

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0; }

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px; }

input[type=range]:focus {
  outline: 0; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid #fff; }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: #fff solid 1px;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.table-of-contents li {
  padding: 2px 0; }

.table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block; }

.side-nav a, .side-nav.fixed a {
  display: block;
  color: #444;
  padding: 0 15px; }

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f; }

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f; }

.side-nav {
  width: 240px;
  left: -105%;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: left; }

.side-nav.right-aligned {
  will-change: right;
  right: -105%;
  left: auto; }

.side-nav .collapsible {
  margin: 0; }

.side-nav li {
  float: none;
  padding: 0 15px;
  line-height: 64px; }

.side-nav li.active, .side-nav li:hover {
  background-color: #ddd; }

.side-nav a {
  font-size: 1rem;
  height: 64px;
  line-height: 64px; }

.drag-target {
  height: 100%;
  width: 10px;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0; }

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto; }

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    left: -105%; }

  .side-nav.fixed.right-aligned {
    right: -105%;
    left: auto; } }
.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73; }

.side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
  color: #fff; }

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity; }

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }

.preloader-wrapper.small {
  width: 36px;
  height: 36px; }

.preloader-wrapper.big {
  width: 64px;
  height: 64px; }

.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a; }

.spinner-blue, .spinner-blue-only {
  border-color: #4285f4; }

.spinner-red, .spinner-red-only {
  border-color: #db4437; }

.spinner-yellow, .spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green, .spinner-green-only {
  border-color: #0f9d58; }

.circle-clipper, .circle-clipper .circle, .gap-patch {
  height: 100%;
  border-color: inherit; }

.active .spinner-layer.spinner-blue {
  -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;
  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; }

.active .spinner-layer.spinner-red {
  -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;
  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; }

.active .spinner-layer.spinner-yellow {
  -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;
  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; }

.active .spinner-layer.spinner-green {
  -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;
  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; }

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg); } }
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes blue-fade-in-out {
  100%,25%,90%,from {
    opacity: 1; }
  26%,89% {
    opacity: 0; } }
@keyframes blue-fade-in-out {
  100%,25%,90%,from {
    opacity: 1; }
  26%,89% {
    opacity: 0; } }
@-webkit-keyframes red-fade-in-out {
  15%,51%,from {
    opacity: 0; }
  25%,50% {
    opacity: 1; } }
@keyframes red-fade-in-out {
  15%,51%,from {
    opacity: 0; }
  25%,50% {
    opacity: 1; } }
@-webkit-keyframes yellow-fade-in-out {
  40%,76%,from {
    opacity: 0; }
  50%,75% {
    opacity: 1; } }
@keyframes yellow-fade-in-out {
  40%,76%,from {
    opacity: 0; }
  50%,75% {
    opacity: 1; } }
@-webkit-keyframes green-fade-in-out {
  100%,65%,from {
    opacity: 0; }
  75%,90% {
    opacity: 1; } }
@keyframes green-fade-in-out {
  100%,65%,from {
    opacity: 0; }
  75%,90% {
    opacity: 1; } }
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  overflow: hidden; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  overflow: hidden; }

.circle-clipper .circle {
  width: 200%;
  border-width: 3px;
  border-style: solid;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg); }

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from,to {
    -webkit-transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg); } }
@keyframes left-spin {
  from,to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }
@-webkit-keyframes right-spin {
  from,to {
    -webkit-transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg); } }
@keyframes right-spin {
  from,to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

@-webkit-keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.slider {
  position: relative;
  height: 400px;
  width: 100%; }

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slider.fullscreen ul.slides {
  height: 100%; }

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px; }

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px; }

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden; }

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center; }

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0; }

.slider .slides li .caption p {
  color: #e0e0e0; }

.slider .slides li.active {
  z-index: 2; }

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%; }

.slider .indicators .indicator-item.active {
  background-color: #4CAF50; }

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.carousel .carousel-item {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0; }

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

.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0; }

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  user-select: none; }

.picker__header, .picker__table, .picker__table td, .picker__table th {
  text-align: center; }

.picker__input {
  cursor: default; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  transition: background .15s ease-out,top 0s .15s;
  -webkit-backface-visibility: hidden; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 /*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
.picker__frame, .picker__holder {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

.picker__frame {
  position: absolute;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .15s ease-out; }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; }

  .picker__wrap {
    display: block; } }
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }
.picker--opened .picker__holder {
  top: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background .15s ease-out; }

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: 20% auto; } }
.picker__input.picker__input--active {
  border-color: #E3F2FD; }

.picker__frame {
  margin: 0 auto;
  max-width: 325px; }

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto; } }
.picker__header {
  position: relative;
  margin-top: .75em; }

.picker__month, .picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month, .picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em; }

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFF;
  width: 40%; }

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFF;
  width: 25%; }

.picker__select--month:focus, .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

.picker__nav--next, .picker__nav--prev {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -.25em; }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

.picker__table {
  table-layout: fixed;
  font-size: 1rem;
  width: 100%; }

.picker__table td {
  margin: 0;
  padding: 0; }

.picker__weekday {
  width: 14.285714286%;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500; }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaa; }

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500; }

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff; }

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #ddd;
  font-weight: 500; }

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
  cursor: pointer; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  background: #0089ec; }

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb; }

.picker__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.picker__button--clear, .picker__button--close, .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0; }

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--clear:before, .picker__button--today:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -.05em;
  width: 0;
  border-top: .66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -.25em;
  width: .66em;
  border-top: 3px solid #e20; }

.picker__button--close:before {
  content: "\D7";
  top: -.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777; }

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaa; }

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300; }

.picker__nav--next:hover, .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #a1ded8; }

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px; }

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem; }

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400; }

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4); }

.picker__box {
  border-radius: 2px;
  overflow: hidden;
  padding: 0; }

.picker__calendar-container {
  padding: 0 1rem; }

.picker__calendar-container thead {
  border: none; }

.picker__table {
  margin-top: 0;
  margin-bottom: .5em; }

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent; }

.picker__day.picker__day--today {
  color: #26a69a; }

.picker__day.picker__day--today.picker__day--selected {
  color: #fff; }

.picker__weekday {
  font-size: .9rem; }

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #fff; }

.picker--focused .picker__day--selected.picker__day--outfocus, .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, button.picker__clear:focus, button.picker__close:focus, button.picker__today:focus {
  background-color: #a1ded8; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a; }

.picker__nav--next:before, .picker__nav--prev:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: .75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: .75em solid #676767; }

.picker__list {
  list-style: none;
  padding: .75em 0 4.2em;
  margin: 0; }

.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em; }

.picker__list-item--highlighted, .picker__list-item:hover {
  border-color: #0089ec;
  z-index: 10; }

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover, .picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }
.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10; }

.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
  background: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto; }

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0; }

.picker--time .picker__button--clear:before {
  top: -.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700; }

.picker--time .picker__button--clear:focus:before, .picker--time .picker__button--clear:hover:before {
  color: #fff; }

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }
                 /*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../font/ionicons/ionicons.eot?v=2.0.0");
  src: url("../font/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../font/ionicons/ionicons.ttf?v=2.0.0") format("truetype"), url("../font/ionicons/ionicons.woff?v=2.0.0") format("woff"), url("../font/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: "\f101"; }

.ion-alert-circled:before {
  content: "\f100"; }

.ion-android-add:before {
  content: "\f2c7"; }

.ion-android-add-circle:before {
  content: "\f359"; }

.ion-android-alarm-clock:before {
  content: "\f35a"; }

.ion-android-alert:before {
  content: "\f35b"; }

.ion-android-apps:before {
  content: "\f35c"; }

.ion-android-archive:before {
  content: "\f2c9"; }

.ion-android-arrow-back:before {
  content: "\f2ca"; }

.ion-android-arrow-down:before {
  content: "\f35d"; }

.ion-android-arrow-dropdown:before {
  content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e"; }

.ion-android-arrow-dropleft:before {
  content: "\f361"; }

.ion-android-arrow-dropleft-circle:before {
  content: "\f360"; }

.ion-android-arrow-dropright:before {
  content: "\f363"; }

.ion-android-arrow-dropright-circle:before {
  content: "\f362"; }

.ion-android-arrow-dropup:before {
  content: "\f365"; }

.ion-android-arrow-dropup-circle:before {
  content: "\f364"; }

.ion-android-arrow-forward:before {
  content: "\f30f"; }

.ion-android-arrow-up:before {
  content: "\f366"; }

.ion-android-attach:before {
  content: "\f367"; }

.ion-android-bar:before {
  content: "\f368"; }

.ion-android-bicycle:before {
  content: "\f369"; }

.ion-android-boat:before {
  content: "\f36a"; }

.ion-android-bookmark:before {
  content: "\f36b"; }

.ion-android-bulb:before {
  content: "\f36c"; }

.ion-android-bus:before {
  content: "\f36d"; }

.ion-android-calendar:before {
  content: "\f2d1"; }

.ion-android-call:before {
  content: "\f2d2"; }

.ion-android-camera:before {
  content: "\f2d3"; }

.ion-android-cancel:before {
  content: "\f36e"; }

.ion-android-car:before {
  content: "\f36f"; }

.ion-android-cart:before {
  content: "\f370"; }

.ion-android-chat:before {
  content: "\f2d4"; }

.ion-android-checkbox:before {
  content: "\f374"; }

.ion-android-checkbox-blank:before {
  content: "\f371"; }

.ion-android-checkbox-outline:before {
  content: "\f373"; }

.ion-android-checkbox-outline-blank:before {
  content: "\f372"; }

.ion-android-checkmark-circle:before {
  content: "\f375"; }

.ion-android-clipboard:before {
  content: "\f376"; }

.ion-android-close:before {
  content: "\f2d7"; }

.ion-android-cloud:before {
  content: "\f37a"; }

.ion-android-cloud-circle:before {
  content: "\f377"; }

.ion-android-cloud-done:before {
  content: "\f378"; }

.ion-android-cloud-outline:before {
  content: "\f379"; }

.ion-android-color-palette:before {
  content: "\f37b"; }

.ion-android-compass:before {
  content: "\f37c"; }

.ion-android-contact:before {
  content: "\f2d8"; }

.ion-android-contacts:before {
  content: "\f2d9"; }

.ion-android-contract:before {
  content: "\f37d"; }

.ion-android-create:before {
  content: "\f37e"; }

.ion-android-delete:before {
  content: "\f37f"; }

.ion-android-desktop:before {
  content: "\f380"; }

.ion-android-document:before {
  content: "\f381"; }

.ion-android-done:before {
  content: "\f383"; }

.ion-android-done-all:before {
  content: "\f382"; }

.ion-android-download:before {
  content: "\f2dd"; }

.ion-android-drafts:before {
  content: "\f384"; }

.ion-android-exit:before {
  content: "\f385"; }

.ion-android-expand:before {
  content: "\f386"; }

.ion-android-favorite:before {
  content: "\f388"; }

.ion-android-favorite-outline:before {
  content: "\f387"; }

.ion-android-film:before {
  content: "\f389"; }

.ion-android-folder:before {
  content: "\f2e0"; }

.ion-android-folder-open:before {
  content: "\f38a"; }

.ion-android-funnel:before {
  content: "\f38b"; }

.ion-android-globe:before {
  content: "\f38c"; }

.ion-android-hand:before {
  content: "\f2e3"; }

.ion-android-hangout:before {
  content: "\f38d"; }

.ion-android-happy:before {
  content: "\f38e"; }

.ion-android-home:before {
  content: "\f38f"; }

.ion-android-image:before {
  content: "\f2e4"; }

.ion-android-laptop:before {
  content: "\f390"; }

.ion-android-list:before {
  content: "\f391"; }

.ion-android-locate:before {
  content: "\f2e9"; }

.ion-android-lock:before {
  content: "\f392"; }

.ion-android-mail:before {
  content: "\f2eb"; }

.ion-android-map:before {
  content: "\f393"; }

.ion-android-menu:before {
  content: "\f394"; }

.ion-android-microphone:before {
  content: "\f2ec"; }

.ion-android-microphone-off:before {
  content: "\f395"; }

.ion-android-more-horizontal:before {
  content: "\f396"; }

.ion-android-more-vertical:before {
  content: "\f397"; }

.ion-android-navigate:before {
  content: "\f398"; }

.ion-android-notifications:before {
  content: "\f39b"; }

.ion-android-notifications-none:before {
  content: "\f399"; }

.ion-android-notifications-off:before {
  content: "\f39a"; }

.ion-android-open:before {
  content: "\f39c"; }

.ion-android-options:before {
  content: "\f39d"; }

.ion-android-people:before {
  content: "\f39e"; }

.ion-android-person:before {
  content: "\f3a0"; }

.ion-android-person-add:before {
  content: "\f39f"; }

.ion-android-phone-landscape:before {
  content: "\f3a1"; }

.ion-android-phone-portrait:before {
  content: "\f3a2"; }

.ion-android-pin:before {
  content: "\f3a3"; }

.ion-android-plane:before {
  content: "\f3a4"; }

.ion-android-playstore:before {
  content: "\f2f0"; }

.ion-android-print:before {
  content: "\f3a5"; }

.ion-android-radio-button-off:before {
  content: "\f3a6"; }

.ion-android-radio-button-on:before {
  content: "\f3a7"; }

.ion-android-refresh:before {
  content: "\f3a8"; }

.ion-android-remove:before {
  content: "\f2f4"; }

.ion-android-remove-circle:before {
  content: "\f3a9"; }

.ion-android-restaurant:before {
  content: "\f3aa"; }

.ion-android-sad:before {
  content: "\f3ab"; }

.ion-android-search:before {
  content: "\f2f5"; }

.ion-android-send:before {
  content: "\f2f6"; }

.ion-android-settings:before {
  content: "\f2f7"; }

.ion-android-share:before {
  content: "\f2f8"; }

.ion-android-share-alt:before {
  content: "\f3ac"; }

.ion-android-star:before {
  content: "\f2fc"; }

.ion-android-star-half:before {
  content: "\f3ad"; }

.ion-android-star-outline:before {
  content: "\f3ae"; }

.ion-android-stopwatch:before {
  content: "\f2fd"; }

.ion-android-subway:before {
  content: "\f3af"; }

.ion-android-sunny:before {
  content: "\f3b0"; }

.ion-android-sync:before {
  content: "\f3b1"; }

.ion-android-textsms:before {
  content: "\f3b2"; }

.ion-android-time:before {
  content: "\f3b3"; }

.ion-android-train:before {
  content: "\f3b4"; }

.ion-android-unlock:before {
  content: "\f3b5"; }

.ion-android-upload:before {
  content: "\f3b6"; }

.ion-android-volume-down:before {
  content: "\f3b7"; }

.ion-android-volume-mute:before {
  content: "\f3b8"; }

.ion-android-volume-off:before {
  content: "\f3b9"; }

.ion-android-volume-up:before {
  content: "\f3ba"; }

.ion-android-walk:before {
  content: "\f3bb"; }

.ion-android-warning:before {
  content: "\f3bc"; }

.ion-android-watch:before {
  content: "\f3bd"; }

.ion-android-wifi:before {
  content: "\f305"; }

.ion-aperture:before {
  content: "\f313"; }

.ion-archive:before {
  content: "\f102"; }

.ion-arrow-down-a:before {
  content: "\f103"; }

.ion-arrow-down-b:before {
  content: "\f104"; }

.ion-arrow-down-c:before {
  content: "\f105"; }

.ion-arrow-expand:before {
  content: "\f25e"; }

.ion-arrow-graph-down-left:before {
  content: "\f25f"; }

.ion-arrow-graph-down-right:before {
  content: "\f260"; }

.ion-arrow-graph-up-left:before {
  content: "\f261"; }

.ion-arrow-graph-up-right:before {
  content: "\f262"; }

.ion-arrow-left-a:before {
  content: "\f106"; }

.ion-arrow-left-b:before {
  content: "\f107"; }

.ion-arrow-left-c:before {
  content: "\f108"; }

.ion-arrow-move:before {
  content: "\f263"; }

.ion-arrow-resize:before {
  content: "\f264"; }

.ion-arrow-return-left:before {
  content: "\f265"; }

.ion-arrow-return-right:before {
  content: "\f266"; }

.ion-arrow-right-a:before {
  content: "\f109"; }

.ion-arrow-right-b:before {
  content: "\f10a"; }

.ion-arrow-right-c:before {
  content: "\f10b"; }

.ion-arrow-shrink:before {
  content: "\f267"; }

.ion-arrow-swap:before {
  content: "\f268"; }

.ion-arrow-up-a:before {
  content: "\f10c"; }

.ion-arrow-up-b:before {
  content: "\f10d"; }

.ion-arrow-up-c:before {
  content: "\f10e"; }

.ion-asterisk:before {
  content: "\f314"; }

.ion-at:before {
  content: "\f10f"; }

.ion-backspace:before {
  content: "\f3bf"; }

.ion-backspace-outline:before {
  content: "\f3be"; }

.ion-bag:before {
  content: "\f110"; }

.ion-battery-charging:before {
  content: "\f111"; }

.ion-battery-empty:before {
  content: "\f112"; }

.ion-battery-full:before {
  content: "\f113"; }

.ion-battery-half:before {
  content: "\f114"; }

.ion-battery-low:before {
  content: "\f115"; }

.ion-beaker:before {
  content: "\f269"; }

.ion-beer:before {
  content: "\f26a"; }

.ion-bluetooth:before {
  content: "\f116"; }

.ion-bonfire:before {
  content: "\f315"; }

.ion-bookmark:before {
  content: "\f26b"; }

.ion-bowtie:before {
  content: "\f3c0"; }

.ion-briefcase:before {
  content: "\f26c"; }

.ion-bug:before {
  content: "\f2be"; }

.ion-calculator:before {
  content: "\f26d"; }

.ion-calendar:before {
  content: "\f117"; }

.ion-camera:before {
  content: "\f118"; }

.ion-card:before {
  content: "\f119"; }

.ion-cash:before {
  content: "\f316"; }

.ion-chatbox:before {
  content: "\f11b"; }

.ion-chatbox-working:before {
  content: "\f11a"; }

.ion-chatboxes:before {
  content: "\f11c"; }

.ion-chatbubble:before {
  content: "\f11e"; }

.ion-chatbubble-working:before {
  content: "\f11d"; }

.ion-chatbubbles:before {
  content: "\f11f"; }

.ion-checkmark:before {
  content: "\f122"; }

.ion-checkmark-circled:before {
  content: "\f120"; }

.ion-checkmark-round:before {
  content: "\f121"; }

.ion-chevron-down:before {
  content: "\f123"; }

.ion-chevron-left:before {
  content: "\f124"; }

.ion-chevron-right:before {
  content: "\f125"; }

.ion-chevron-up:before {
  content: "\f126"; }

.ion-clipboard:before {
  content: "\f127"; }

.ion-clock:before {
  content: "\f26e"; }

.ion-close:before {
  content: "\f12a"; }

.ion-close-circled:before {
  content: "\f128"; }

.ion-close-round:before {
  content: "\f129"; }

.ion-closed-captioning:before {
  content: "\f317"; }

.ion-cloud:before {
  content: "\f12b"; }

.ion-code:before {
  content: "\f271"; }

.ion-code-download:before {
  content: "\f26f"; }

.ion-code-working:before {
  content: "\f270"; }

.ion-coffee:before {
  content: "\f272"; }

.ion-compass:before {
  content: "\f273"; }

.ion-compose:before {
  content: "\f12c"; }

.ion-connection-bars:before {
  content: "\f274"; }

.ion-contrast:before {
  content: "\f275"; }

.ion-crop:before {
  content: "\f3c1"; }

.ion-cube:before {
  content: "\f318"; }

.ion-disc:before {
  content: "\f12d"; }

.ion-document:before {
  content: "\f12f"; }

.ion-document-text:before {
  content: "\f12e"; }

.ion-drag:before {
  content: "\f130"; }

.ion-earth:before {
  content: "\f276"; }

.ion-easel:before {
  content: "\f3c2"; }

.ion-edit:before {
  content: "\f2bf"; }

.ion-egg:before {
  content: "\f277"; }

.ion-eject:before {
  content: "\f131"; }

.ion-email:before {
  content: "\f132"; }

.ion-email-unread:before {
  content: "\f3c3"; }

.ion-erlenmeyer-flask:before {
  content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4"; }

.ion-eye:before {
  content: "\f133"; }

.ion-eye-disabled:before {
  content: "\f306"; }

.ion-female:before {
  content: "\f278"; }

.ion-filing:before {
  content: "\f134"; }

.ion-film-marker:before {
  content: "\f135"; }

.ion-fireball:before {
  content: "\f319"; }

.ion-flag:before {
  content: "\f279"; }

.ion-flame:before {
  content: "\f31a"; }

.ion-flash:before {
  content: "\f137"; }

.ion-flash-off:before {
  content: "\f136"; }

.ion-folder:before {
  content: "\f139"; }

.ion-fork:before {
  content: "\f27a"; }

.ion-fork-repo:before {
  content: "\f2c0"; }

.ion-forward:before {
  content: "\f13a"; }

.ion-funnel:before {
  content: "\f31b"; }

.ion-gear-a:before {
  content: "\f13d"; }

.ion-gear-b:before {
  content: "\f13e"; }

.ion-grid:before {
  content: "\f13f"; }

.ion-hammer:before {
  content: "\f27b"; }

.ion-happy:before {
  content: "\f31c"; }

.ion-happy-outline:before {
  content: "\f3c6"; }

.ion-headphone:before {
  content: "\f140"; }

.ion-heart:before {
  content: "\f141"; }

.ion-heart-broken:before {
  content: "\f31d"; }

.ion-help:before {
  content: "\f143"; }

.ion-help-buoy:before {
  content: "\f27c"; }

.ion-help-circled:before {
  content: "\f142"; }

.ion-home:before {
  content: "\f144"; }

.ion-icecream:before {
  content: "\f27d"; }

.ion-image:before {
  content: "\f147"; }

.ion-images:before {
  content: "\f148"; }

.ion-information:before {
  content: "\f14a"; }

.ion-information-circled:before {
  content: "\f149"; }

.ion-ionic:before {
  content: "\f14b"; }

.ion-ios-alarm:before {
  content: "\f3c8"; }

.ion-ios-alarm-outline:before {
  content: "\f3c7"; }

.ion-ios-albums:before {
  content: "\f3ca"; }

.ion-ios-albums-outline:before {
  content: "\f3c9"; }

.ion-ios-americanfootball:before {
  content: "\f3cc"; }

.ion-ios-americanfootball-outline:before {
  content: "\f3cb"; }

.ion-ios-analytics:before {
  content: "\f3ce"; }

.ion-ios-analytics-outline:before {
  content: "\f3cd"; }

.ion-ios-arrow-back:before {
  content: "\f3cf"; }

.ion-ios-arrow-down:before {
  content: "\f3d0"; }

.ion-ios-arrow-forward:before {
  content: "\f3d1"; }

.ion-ios-arrow-left:before {
  content: "\f3d2"; }

.ion-ios-arrow-right:before {
  content: "\f3d3"; }

.ion-ios-arrow-thin-down:before {
  content: "\f3d4"; }

.ion-ios-arrow-thin-left:before {
  content: "\f3d5"; }

.ion-ios-arrow-thin-right:before {
  content: "\f3d6"; }

.ion-ios-arrow-thin-up:before {
  content: "\f3d7"; }

.ion-ios-arrow-up:before {
  content: "\f3d8"; }

.ion-ios-at:before {
  content: "\f3da"; }

.ion-ios-at-outline:before {
  content: "\f3d9"; }

.ion-ios-barcode:before {
  content: "\f3dc"; }

.ion-ios-barcode-outline:before {
  content: "\f3db"; }

.ion-ios-baseball:before {
  content: "\f3de"; }

.ion-ios-baseball-outline:before {
  content: "\f3dd"; }

.ion-ios-basketball:before {
  content: "\f3e0"; }

.ion-ios-basketball-outline:before {
  content: "\f3df"; }

.ion-ios-bell:before {
  content: "\f3e2"; }

.ion-ios-bell-outline:before {
  content: "\f3e1"; }

.ion-ios-body:before {
  content: "\f3e4"; }

.ion-ios-body-outline:before {
  content: "\f3e3"; }

.ion-ios-bolt:before {
  content: "\f3e6"; }

.ion-ios-bolt-outline:before {
  content: "\f3e5"; }

.ion-ios-book:before {
  content: "\f3e8"; }

.ion-ios-book-outline:before {
  content: "\f3e7"; }

.ion-ios-bookmarks:before {
  content: "\f3ea"; }

.ion-ios-bookmarks-outline:before {
  content: "\f3e9"; }

.ion-ios-box:before {
  content: "\f3ec"; }

.ion-ios-box-outline:before {
  content: "\f3eb"; }

.ion-ios-briefcase:before {
  content: "\f3ee"; }

.ion-ios-briefcase-outline:before {
  content: "\f3ed"; }

.ion-ios-browsers:before {
  content: "\f3f0"; }

.ion-ios-browsers-outline:before {
  content: "\f3ef"; }

.ion-ios-calculator:before {
  content: "\f3f2"; }

.ion-ios-calculator-outline:before {
  content: "\f3f1"; }

.ion-ios-calendar:before {
  content: "\f3f4"; }

.ion-ios-calendar-outline:before {
  content: "\f3f3"; }

.ion-ios-camera:before {
  content: "\f3f6"; }

.ion-ios-camera-outline:before {
  content: "\f3f5"; }

.ion-ios-cart:before {
  content: "\f3f8"; }

.ion-ios-cart-outline:before {
  content: "\f3f7"; }

.ion-ios-chatboxes:before {
  content: "\f3fa"; }

.ion-ios-chatboxes-outline:before {
  content: "\f3f9"; }

.ion-ios-chatbubble:before {
  content: "\f3fc"; }

.ion-ios-chatbubble-outline:before {
  content: "\f3fb"; }

.ion-ios-checkmark:before {
  content: "\f3ff"; }

.ion-ios-checkmark-empty:before {
  content: "\f3fd"; }

.ion-ios-checkmark-outline:before {
  content: "\f3fe"; }

.ion-ios-circle-filled:before {
  content: "\f400"; }

.ion-ios-circle-outline:before {
  content: "\f401"; }

.ion-ios-clock:before {
  content: "\f403"; }

.ion-ios-clock-outline:before {
  content: "\f402"; }

.ion-ios-close:before {
  content: "\f406"; }

.ion-ios-close-empty:before {
  content: "\f404"; }

.ion-ios-close-outline:before {
  content: "\f405"; }

.ion-ios-cloud:before {
  content: "\f40c"; }

.ion-ios-cloud-download:before {
  content: "\f408"; }

.ion-ios-cloud-download-outline:before {
  content: "\f407"; }

.ion-ios-cloud-outline:before {
  content: "\f409"; }

.ion-ios-cloud-upload:before {
  content: "\f40b"; }

.ion-ios-cloud-upload-outline:before {
  content: "\f40a"; }

.ion-ios-cloudy:before {
  content: "\f410"; }

.ion-ios-cloudy-night:before {
  content: "\f40e"; }

.ion-ios-cloudy-night-outline:before {
  content: "\f40d"; }

.ion-ios-cloudy-outline:before {
  content: "\f40f"; }

.ion-ios-cog:before {
  content: "\f412"; }

.ion-ios-cog-outline:before {
  content: "\f411"; }

.ion-ios-color-filter:before {
  content: "\f414"; }

.ion-ios-color-filter-outline:before {
  content: "\f413"; }

.ion-ios-color-wand:before {
  content: "\f416"; }

.ion-ios-color-wand-outline:before {
  content: "\f415"; }

.ion-ios-compose:before {
  content: "\f418"; }

.ion-ios-compose-outline:before {
  content: "\f417"; }

.ion-ios-contact:before {
  content: "\f41a"; }

.ion-ios-contact-outline:before {
  content: "\f419"; }

.ion-ios-copy:before {
  content: "\f41c"; }

.ion-ios-copy-outline:before {
  content: "\f41b"; }

.ion-ios-crop:before {
  content: "\f41e"; }

.ion-ios-crop-strong:before {
  content: "\f41d"; }

.ion-ios-download:before {
  content: "\f420"; }

.ion-ios-download-outline:before {
  content: "\f41f"; }

.ion-ios-drag:before {
  content: "\f421"; }

.ion-ios-email:before {
  content: "\f423"; }

.ion-ios-email-outline:before {
  content: "\f422"; }

.ion-ios-eye:before {
  content: "\f425"; }

.ion-ios-eye-outline:before {
  content: "\f424"; }

.ion-ios-fastforward:before {
  content: "\f427"; }

.ion-ios-fastforward-outline:before {
  content: "\f426"; }

.ion-ios-filing:before {
  content: "\f429"; }

.ion-ios-filing-outline:before {
  content: "\f428"; }

.ion-ios-film:before {
  content: "\f42b"; }

.ion-ios-film-outline:before {
  content: "\f42a"; }

.ion-ios-flag:before {
  content: "\f42d"; }

.ion-ios-flag-outline:before {
  content: "\f42c"; }

.ion-ios-flame:before {
  content: "\f42f"; }

.ion-ios-flame-outline:before {
  content: "\f42e"; }

.ion-ios-flask:before {
  content: "\f431"; }

.ion-ios-flask-outline:before {
  content: "\f430"; }

.ion-ios-flower:before {
  content: "\f433"; }

.ion-ios-flower-outline:before {
  content: "\f432"; }

.ion-ios-folder:before {
  content: "\f435"; }

.ion-ios-folder-outline:before {
  content: "\f434"; }

.ion-ios-football:before {
  content: "\f437"; }

.ion-ios-football-outline:before {
  content: "\f436"; }

.ion-ios-game-controller-a:before {
  content: "\f439"; }

.ion-ios-game-controller-a-outline:before {
  content: "\f438"; }

.ion-ios-game-controller-b:before {
  content: "\f43b"; }

.ion-ios-game-controller-b-outline:before {
  content: "\f43a"; }

.ion-ios-gear:before {
  content: "\f43d"; }

.ion-ios-gear-outline:before {
  content: "\f43c"; }

.ion-ios-glasses:before {
  content: "\f43f"; }

.ion-ios-glasses-outline:before {
  content: "\f43e"; }

.ion-ios-grid-view:before {
  content: "\f441"; }

.ion-ios-grid-view-outline:before {
  content: "\f440"; }

.ion-ios-heart:before {
  content: "\f443"; }

.ion-ios-heart-outline:before {
  content: "\f442"; }

.ion-ios-help:before {
  content: "\f446"; }

.ion-ios-help-empty:before {
  content: "\f444"; }

.ion-ios-help-outline:before {
  content: "\f445"; }

.ion-ios-home:before {
  content: "\f448"; }

.ion-ios-home-outline:before {
  content: "\f447"; }

.ion-ios-infinite:before {
  content: "\f44a"; }

.ion-ios-infinite-outline:before {
  content: "\f449"; }

.ion-ios-information:before {
  content: "\f44d"; }

.ion-ios-information-empty:before {
  content: "\f44b"; }

.ion-ios-information-outline:before {
  content: "\f44c"; }

.ion-ios-ionic-outline:before {
  content: "\f44e"; }

.ion-ios-keypad:before {
  content: "\f450"; }

.ion-ios-keypad-outline:before {
  content: "\f44f"; }

.ion-ios-lightbulb:before {
  content: "\f452"; }

.ion-ios-lightbulb-outline:before {
  content: "\f451"; }

.ion-ios-list:before {
  content: "\f454"; }

.ion-ios-list-outline:before {
  content: "\f453"; }

.ion-ios-location:before {
  content: "\f456"; }

.ion-ios-location-outline:before {
  content: "\f455"; }

.ion-ios-locked:before {
  content: "\f458"; }

.ion-ios-locked-outline:before {
  content: "\f457"; }

.ion-ios-loop:before {
  content: "\f45a"; }

.ion-ios-loop-strong:before {
  content: "\f459"; }

.ion-ios-medical:before {
  content: "\f45c"; }

.ion-ios-medical-outline:before {
  content: "\f45b"; }

.ion-ios-medkit:before {
  content: "\f45e"; }

.ion-ios-medkit-outline:before {
  content: "\f45d"; }

.ion-ios-mic:before {
  content: "\f461"; }

.ion-ios-mic-off:before {
  content: "\f45f"; }

.ion-ios-mic-outline:before {
  content: "\f460"; }

.ion-ios-minus:before {
  content: "\f464"; }

.ion-ios-minus-empty:before {
  content: "\f462"; }

.ion-ios-minus-outline:before {
  content: "\f463"; }

.ion-ios-monitor:before {
  content: "\f466"; }

.ion-ios-monitor-outline:before {
  content: "\f465"; }

.ion-ios-moon:before {
  content: "\f468"; }

.ion-ios-moon-outline:before {
  content: "\f467"; }

.ion-ios-more:before {
  content: "\f46a"; }

.ion-ios-more-outline:before {
  content: "\f469"; }

.ion-ios-musical-note:before {
  content: "\f46b"; }

.ion-ios-musical-notes:before {
  content: "\f46c"; }

.ion-ios-navigate:before {
  content: "\f46e"; }

.ion-ios-navigate-outline:before {
  content: "\f46d"; }

.ion-ios-nutrition:before {
  content: "\f470"; }

.ion-ios-nutrition-outline:before {
  content: "\f46f"; }

.ion-ios-paper:before {
  content: "\f472"; }

.ion-ios-paper-outline:before {
  content: "\f471"; }

.ion-ios-paperplane:before {
  content: "\f474"; }

.ion-ios-paperplane-outline:before {
  content: "\f473"; }

.ion-ios-partlysunny:before {
  content: "\f476"; }

.ion-ios-partlysunny-outline:before {
  content: "\f475"; }

.ion-ios-pause:before {
  content: "\f478"; }

.ion-ios-pause-outline:before {
  content: "\f477"; }

.ion-ios-paw:before {
  content: "\f47a"; }

.ion-ios-paw-outline:before {
  content: "\f479"; }

.ion-ios-people:before {
  content: "\f47c"; }

.ion-ios-people-outline:before {
  content: "\f47b"; }

.ion-ios-person:before {
  content: "\f47e"; }

.ion-ios-person-outline:before {
  content: "\f47d"; }

.ion-ios-personadd:before {
  content: "\f480"; }

.ion-ios-personadd-outline:before {
  content: "\f47f"; }

.ion-ios-photos:before {
  content: "\f482"; }

.ion-ios-photos-outline:before {
  content: "\f481"; }

.ion-ios-pie:before {
  content: "\f484"; }

.ion-ios-pie-outline:before {
  content: "\f483"; }

.ion-ios-pint:before {
  content: "\f486"; }

.ion-ios-pint-outline:before {
  content: "\f485"; }

.ion-ios-play:before {
  content: "\f488"; }

.ion-ios-play-outline:before {
  content: "\f487"; }

.ion-ios-plus:before {
  content: "\f48b"; }

.ion-ios-plus-empty:before {
  content: "\f489"; }

.ion-ios-plus-outline:before {
  content: "\f48a"; }

.ion-ios-pricetag:before {
  content: "\f48d"; }

.ion-ios-pricetag-outline:before {
  content: "\f48c"; }

.ion-ios-pricetags:before {
  content: "\f48f"; }

.ion-ios-pricetags-outline:before {
  content: "\f48e"; }

.ion-ios-printer:before {
  content: "\f491"; }

.ion-ios-printer-outline:before {
  content: "\f490"; }

.ion-ios-pulse:before {
  content: "\f493"; }

.ion-ios-pulse-strong:before {
  content: "\f492"; }

.ion-ios-rainy:before {
  content: "\f495"; }

.ion-ios-rainy-outline:before {
  content: "\f494"; }

.ion-ios-recording:before {
  content: "\f497"; }

.ion-ios-recording-outline:before {
  content: "\f496"; }

.ion-ios-redo:before {
  content: "\f499"; }

.ion-ios-redo-outline:before {
  content: "\f498"; }

.ion-ios-refresh:before {
  content: "\f49c"; }

.ion-ios-refresh-empty:before {
  content: "\f49a"; }

.ion-ios-refresh-outline:before {
  content: "\f49b"; }

.ion-ios-reload:before {
  content: "\f49d"; }

.ion-ios-reverse-camera:before {
  content: "\f49f"; }

.ion-ios-reverse-camera-outline:before {
  content: "\f49e"; }

.ion-ios-rewind:before {
  content: "\f4a1"; }

.ion-ios-rewind-outline:before {
  content: "\f4a0"; }

.ion-ios-rose:before {
  content: "\f4a3"; }

.ion-ios-rose-outline:before {
  content: "\f4a2"; }

.ion-ios-search:before {
  content: "\f4a5"; }

.ion-ios-search-strong:before {
  content: "\f4a4"; }

.ion-ios-settings:before {
  content: "\f4a7"; }

.ion-ios-settings-strong:before {
  content: "\f4a6"; }

.ion-ios-shuffle:before {
  content: "\f4a9"; }

.ion-ios-shuffle-strong:before {
  content: "\f4a8"; }

.ion-ios-skipbackward:before {
  content: "\f4ab"; }

.ion-ios-skipbackward-outline:before {
  content: "\f4aa"; }

.ion-ios-skipforward:before {
  content: "\f4ad"; }

.ion-ios-skipforward-outline:before {
  content: "\f4ac"; }

.ion-ios-snowy:before {
  content: "\f4ae"; }

.ion-ios-speedometer:before {
  content: "\f4b0"; }

.ion-ios-speedometer-outline:before {
  content: "\f4af"; }

.ion-ios-star:before {
  content: "\f4b3"; }

.ion-ios-star-half:before {
  content: "\f4b1"; }

.ion-ios-star-outline:before {
  content: "\f4b2"; }

.ion-ios-stopwatch:before {
  content: "\f4b5"; }

.ion-ios-stopwatch-outline:before {
  content: "\f4b4"; }

.ion-ios-sunny:before {
  content: "\f4b7"; }

.ion-ios-sunny-outline:before {
  content: "\f4b6"; }

.ion-ios-telephone:before {
  content: "\f4b9"; }

.ion-ios-telephone-outline:before {
  content: "\f4b8"; }

.ion-ios-tennisball:before {
  content: "\f4bb"; }

.ion-ios-tennisball-outline:before {
  content: "\f4ba"; }

.ion-ios-thunderstorm:before {
  content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc"; }

.ion-ios-time:before {
  content: "\f4bf"; }

.ion-ios-time-outline:before {
  content: "\f4be"; }

.ion-ios-timer:before {
  content: "\f4c1"; }

.ion-ios-timer-outline:before {
  content: "\f4c0"; }

.ion-ios-toggle:before {
  content: "\f4c3"; }

.ion-ios-toggle-outline:before {
  content: "\f4c2"; }

.ion-ios-trash:before {
  content: "\f4c5"; }

.ion-ios-trash-outline:before {
  content: "\f4c4"; }

.ion-ios-undo:before {
  content: "\f4c7"; }

.ion-ios-undo-outline:before {
  content: "\f4c6"; }

.ion-ios-unlocked:before {
  content: "\f4c9"; }

.ion-ios-unlocked-outline:before {
  content: "\f4c8"; }

.ion-ios-upload:before {
  content: "\f4cb"; }

.ion-ios-upload-outline:before {
  content: "\f4ca"; }

.ion-ios-videocam:before {
  content: "\f4cd"; }

.ion-ios-videocam-outline:before {
  content: "\f4cc"; }

.ion-ios-volume-high:before {
  content: "\f4ce"; }

.ion-ios-volume-low:before {
  content: "\f4cf"; }

.ion-ios-wineglass:before {
  content: "\f4d1"; }

.ion-ios-wineglass-outline:before {
  content: "\f4d0"; }

.ion-ios-world:before {
  content: "\f4d3"; }

.ion-ios-world-outline:before {
  content: "\f4d2"; }

.ion-ipad:before {
  content: "\f1f9"; }

.ion-iphone:before {
  content: "\f1fa"; }

.ion-ipod:before {
  content: "\f1fb"; }

.ion-jet:before {
  content: "\f295"; }

.ion-key:before {
  content: "\f296"; }

.ion-knife:before {
  content: "\f297"; }

.ion-laptop:before {
  content: "\f1fc"; }

.ion-leaf:before {
  content: "\f1fd"; }

.ion-levels:before {
  content: "\f298"; }

.ion-lightbulb:before {
  content: "\f299"; }

.ion-link:before {
  content: "\f1fe"; }

.ion-load-a:before {
  content: "\f29a"; }

.ion-load-b:before {
  content: "\f29b"; }

.ion-load-c:before {
  content: "\f29c"; }

.ion-load-d:before {
  content: "\f29d"; }

.ion-location:before {
  content: "\f1ff"; }

.ion-lock-combination:before {
  content: "\f4d4"; }

.ion-locked:before {
  content: "\f200"; }

.ion-log-in:before {
  content: "\f29e"; }

.ion-log-out:before {
  content: "\f29f"; }

.ion-loop:before {
  content: "\f201"; }

.ion-magnet:before {
  content: "\f2a0"; }

.ion-male:before {
  content: "\f2a1"; }

.ion-man:before {
  content: "\f202"; }

.ion-map:before {
  content: "\f203"; }

.ion-medkit:before {
  content: "\f2a2"; }

.ion-merge:before {
  content: "\f33f"; }

.ion-mic-a:before {
  content: "\f204"; }

.ion-mic-b:before {
  content: "\f205"; }

.ion-mic-c:before {
  content: "\f206"; }

.ion-minus:before {
  content: "\f209"; }

.ion-minus-circled:before {
  content: "\f207"; }

.ion-minus-round:before {
  content: "\f208"; }

.ion-model-s:before {
  content: "\f2c1"; }

.ion-monitor:before {
  content: "\f20a"; }

.ion-more:before {
  content: "\f20b"; }

.ion-mouse:before {
  content: "\f340"; }

.ion-music-note:before {
  content: "\f20c"; }

.ion-navicon:before {
  content: "\f20e"; }

.ion-navicon-round:before {
  content: "\f20d"; }

.ion-navigate:before {
  content: "\f2a3"; }

.ion-network:before {
  content: "\f341"; }

.ion-no-smoking:before {
  content: "\f2c2"; }

.ion-nuclear:before {
  content: "\f2a4"; }

.ion-outlet:before {
  content: "\f342"; }

.ion-paintbrush:before {
  content: "\f4d5"; }

.ion-paintbucket:before {
  content: "\f4d6"; }

.ion-paper-airplane:before {
  content: "\f2c3"; }

.ion-paperclip:before {
  content: "\f20f"; }

.ion-pause:before {
  content: "\f210"; }

.ion-person:before {
  content: "\f213"; }

.ion-person-add:before {
  content: "\f211"; }

.ion-person-stalker:before {
  content: "\f212"; }

.ion-pie-graph:before {
  content: "\f2a5"; }

.ion-pin:before {
  content: "\f2a6"; }

.ion-pinpoint:before {
  content: "\f2a7"; }

.ion-pizza:before {
  content: "\f2a8"; }

.ion-plane:before {
  content: "\f214"; }

.ion-planet:before {
  content: "\f343"; }

.ion-play:before {
  content: "\f215"; }

.ion-playstation:before {
  content: "\f30a"; }

.ion-plus:before {
  content: "\f218"; }

.ion-plus-circled:before {
  content: "\f216"; }

.ion-plus-round:before {
  content: "\f217"; }

.ion-podium:before {
  content: "\f344"; }

.ion-pound:before {
  content: "\f219"; }

.ion-power:before {
  content: "\f2a9"; }

.ion-pricetag:before {
  content: "\f2aa"; }

.ion-pricetags:before {
  content: "\f2ab"; }

.ion-printer:before {
  content: "\f21a"; }

.ion-pull-request:before {
  content: "\f345"; }

.ion-qr-scanner:before {
  content: "\f346"; }

.ion-quote:before {
  content: "\f347"; }

.ion-radio-waves:before {
  content: "\f2ac"; }

.ion-record:before {
  content: "\f21b"; }

.ion-refresh:before {
  content: "\f21c"; }

.ion-reply:before {
  content: "\f21e"; }

.ion-reply-all:before {
  content: "\f21d"; }

.ion-ribbon-a:before {
  content: "\f348"; }

.ion-ribbon-b:before {
  content: "\f349"; }

.ion-sad:before {
  content: "\f34a"; }

.ion-sad-outline:before {
  content: "\f4d7"; }

.ion-scissors:before {
  content: "\f34b"; }

.ion-search:before {
  content: "\f21f"; }

.ion-settings:before {
  content: "\f2ad"; }

.ion-share:before {
  content: "\f220"; }

.ion-shuffle:before {
  content: "\f221"; }

.ion-skip-backward:before {
  content: "\f222"; }

.ion-skip-forward:before {
  content: "\f223"; }

.ion-social-android:before {
  content: "\f225"; }

.ion-social-android-outline:before {
  content: "\f224"; }

.ion-social-angular:before {
  content: "\f4d9"; }

.ion-social-angular-outline:before {
  content: "\f4d8"; }

.ion-social-apple:before {
  content: "\f227"; }

.ion-social-apple-outline:before {
  content: "\f226"; }

.ion-social-bitcoin:before {
  content: "\f2af"; }

.ion-social-bitcoin-outline:before {
  content: "\f2ae"; }

.ion-social-buffer:before {
  content: "\f229"; }

.ion-social-buffer-outline:before {
  content: "\f228"; }

.ion-social-chrome:before {
  content: "\f4db"; }

.ion-social-chrome-outline:before {
  content: "\f4da"; }

.ion-social-codepen:before {
  content: "\f4dd"; }

.ion-social-codepen-outline:before {
  content: "\f4dc"; }

.ion-social-css3:before {
  content: "\f4df"; }

.ion-social-css3-outline:before {
  content: "\f4de"; }

.ion-social-designernews:before {
  content: "\f22b"; }

.ion-social-designernews-outline:before {
  content: "\f22a"; }

.ion-social-dribbble:before {
  content: "\f22d"; }

.ion-social-dribbble-outline:before {
  content: "\f22c"; }

.ion-social-dropbox:before {
  content: "\f22f"; }

.ion-social-dropbox-outline:before {
  content: "\f22e"; }

.ion-social-euro:before {
  content: "\f4e1"; }

.ion-social-euro-outline:before {
  content: "\f4e0"; }

.ion-social-facebook:before {
  content: "\f231"; }

.ion-social-facebook-outline:before {
  content: "\f230"; }

.ion-social-foursquare:before {
  content: "\f34d"; }

.ion-social-foursquare-outline:before {
  content: "\f34c"; }

.ion-social-freebsd-devil:before {
  content: "\f2c4"; }

.ion-social-github:before {
  content: "\f233"; }

.ion-social-github-outline:before {
  content: "\f232"; }

.ion-social-google:before {
  content: "\f34f"; }

.ion-social-google-outline:before {
  content: "\f34e"; }

.ion-social-googleplus:before {
  content: "\f235"; }

.ion-social-googleplus-outline:before {
  content: "\f234"; }

.ion-social-hackernews:before {
  content: "\f237"; }

.ion-social-hackernews-outline:before {
  content: "\f236"; }

.ion-social-html5:before {
  content: "\f4e3"; }

.ion-social-html5-outline:before {
  content: "\f4e2"; }

.ion-social-instagram:before {
  content: "\f351"; }

.ion-social-instagram-outline:before {
  content: "\f350"; }

.ion-social-javascript:before {
  content: "\f4e5"; }

.ion-social-javascript-outline:before {
  content: "\f4e4"; }

.ion-social-linkedin:before {
  content: "\f239"; }

.ion-social-linkedin-outline:before {
  content: "\f238"; }

.ion-social-markdown:before {
  content: "\f4e6"; }

.ion-social-nodejs:before {
  content: "\f4e7"; }

.ion-social-octocat:before {
  content: "\f4e8"; }

.ion-social-pinterest:before {
  content: "\f2b1"; }

.ion-social-pinterest-outline:before {
  content: "\f2b0"; }

.ion-social-python:before {
  content: "\f4e9"; }

.ion-social-reddit:before {
  content: "\f23b"; }

.ion-social-reddit-outline:before {
  content: "\f23a"; }

.ion-social-rss:before {
  content: "\f23d"; }

.ion-social-rss-outline:before {
  content: "\f23c"; }

.ion-social-sass:before {
  content: "\f4ea"; }

.ion-social-skype:before {
  content: "\f23f"; }

.ion-social-skype-outline:before {
  content: "\f23e"; }

.ion-social-snapchat:before {
  content: "\f4ec"; }

.ion-social-snapchat-outline:before {
  content: "\f4eb"; }

.ion-social-tumblr:before {
  content: "\f241"; }

.ion-social-tumblr-outline:before {
  content: "\f240"; }

.ion-social-tux:before {
  content: "\f2c5"; }

.ion-social-twitch:before {
  content: "\f4ee"; }

.ion-social-twitch-outline:before {
  content: "\f4ed"; }

.ion-social-twitter:before {
  content: "\f243"; }

.ion-social-twitter-outline:before {
  content: "\f242"; }

.ion-social-usd:before {
  content: "\f353"; }

.ion-social-usd-outline:before {
  content: "\f352"; }

.ion-social-vimeo:before {
  content: "\f245"; }

.ion-social-vimeo-outline:before {
  content: "\f244"; }

.ion-social-whatsapp:before {
  content: "\f4f0"; }

.ion-social-whatsapp-outline:before {
  content: "\f4ef"; }

.ion-social-windows:before {
  content: "\f247"; }

.ion-social-windows-outline:before {
  content: "\f246"; }

.ion-social-wordpress:before {
  content: "\f249"; }

.ion-social-wordpress-outline:before {
  content: "\f248"; }

.ion-social-yahoo:before {
  content: "\f24b"; }

.ion-social-yahoo-outline:before {
  content: "\f24a"; }

.ion-social-yen:before {
  content: "\f4f2"; }

.ion-social-yen-outline:before {
  content: "\f4f1"; }

.ion-social-youtube:before {
  content: "\f24d"; }

.ion-social-youtube-outline:before {
  content: "\f24c"; }

.ion-soup-can:before {
  content: "\f4f4"; }

.ion-soup-can-outline:before {
  content: "\f4f3"; }

.ion-speakerphone:before {
  content: "\f2b2"; }

.ion-speedometer:before {
  content: "\f2b3"; }

.ion-spoon:before {
  content: "\f2b4"; }

.ion-star:before {
  content: "\f24e"; }

.ion-stats-bars:before {
  content: "\f2b5"; }

.ion-steam:before {
  content: "\f30b"; }

.ion-stop:before {
  content: "\f24f"; }

.ion-thermometer:before {
  content: "\f2b6"; }

.ion-thumbsdown:before {
  content: "\f250"; }

.ion-thumbsup:before {
  content: "\f251"; }

.ion-toggle:before {
  content: "\f355"; }

.ion-toggle-filled:before {
  content: "\f354"; }

.ion-transgender:before {
  content: "\f4f5"; }

.ion-trash-a:before {
  content: "\f252"; }

.ion-trash-b:before {
  content: "\f253"; }

.ion-trophy:before {
  content: "\f356"; }

.ion-tshirt:before {
  content: "\f4f7"; }

.ion-tshirt-outline:before {
  content: "\f4f6"; }

.ion-umbrella:before {
  content: "\f2b7"; }

.ion-university:before {
  content: "\f357"; }

.ion-unlocked:before {
  content: "\f254"; }

.ion-upload:before {
  content: "\f255"; }

.ion-usb:before {
  content: "\f2b8"; }

.ion-videocamera:before {
  content: "\f256"; }

.ion-volume-high:before {
  content: "\f257"; }

.ion-volume-low:before {
  content: "\f258"; }

.ion-volume-medium:before {
  content: "\f259"; }

.ion-volume-mute:before {
  content: "\f25a"; }

.ion-wand:before {
  content: "\f358"; }

.ion-waterdrop:before {
  content: "\f25b"; }

.ion-wifi:before {
  content: "\f25c"; }

.ion-wineglass:before {
  content: "\f2b9"; }

.ion-woman:before {
  content: "\f25d"; }

.ion-wrench:before {
  content: "\f2ba"; }

.ion-xbox:before {
  content: "\f30c"; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

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

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

[hidden], template {
  display: none; }

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

body {
  margin: 0; }

a {
  background: 0 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

pre {
  white-space: pre-wrap; }

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

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

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

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

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

body {
  color: #4a4a4a;
  font-family: "Roboto", sans-serif; }
  body h1, body h2, body h3, body h4, body h5 {
    font-family: "Roboto", sans-serif;
    margin-top: 0; }
  body h1, body h2, body h3 {
    font-weight: bold;
    font-size: 2.5; }
  body h1 {
    font-size: 2.3rem; }
    @media (min-width: 992px) {
      body h1 {
        font-size: 4.3rem; } }
  body h2 {
    font-size: 2rem; }
    @media (min-width: 992px) {
      body h2 {
        font-size: 3.5rem; } }
  body h3 {
    font-size: 2rem; }
    @media (min-width: 992px) {
      body h3 {
        font-size: 3rem; } }
  body ul, body ol {
    list-style-type: none; }

a {
  transition: all .2s ease; }

.clear {
  clear: both;
  float: none; }

a:focus {
  outline: none; }

#pageContent a {
  color: #f9a26c; }
  #pageContent a:hover {
    color: #3a5c77; }

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

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

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

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

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

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

  h2,
  h3 {
    page-break-after: avoid; }

  #pre-nav, #navHead:after {
    display: none; }

  #navHead:after {
    display: none; }

  nav #nav-desktop .mobileWrap {
    display: none; }

  #home-header #pageHead:before, #page-header #pageHead:before {
    display: none; }

  footer.page-footer {
    display: none; }

  .vc_col-sm-4 {
    position: relative;
    left: 100px;
    text-align: center; }

  #page-header {
    height: 200px !important; } }
/*------------------------------------*\
    Stick Nav
\*------------------------------------*/
#navHead {
  height: 100px;
  z-index: 90;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #3a5c77;
  box-shadow: none; }
  @media (min-width: 992px) {
    #navHead:after {
      content: '';
      height: 60px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 40px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0+94 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 94%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ } }
  #navHead .off-canvas {
    top: -100px; }
  #navHead .fixed {
    top: 0;
    z-index: 90; }
  @media (min-width: 992px) {
    #navHead .mobile {
      display: none !important; } }

.nav-up {
  top: -40px; }

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.navbar-fixed {
  z-index: 90;
  height: 100px; }

#pre-nav {
  background: #3a5c77;
  height: 40px;
  width: 100%; }
  #pre-nav .social-links {
    height: 100%;
    text-align: right;
    width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end; }
    @media screen and (max-width: 530px) {
      #pre-nav .social-links {
        align-items: flex-start;
        padding: 5px 0;
        justify-content: center; } }
    #pre-nav .social-links a {
      color: #fff;
      display: inline-block;
      height: 100%;
      display: inline-flex;
      align-items: center;
      position: relative;
      top: -4px;
      margin-right: 10px;
      transition: all .2s ease; }
      @media (min-width: 992px) {
        #pre-nav .social-links a {
          top: -8px; } }
      #pre-nav .social-links a:hover {
        color: #f9a26c; }
      #pre-nav .social-links a.spaced i {
        margin-right: 5px; }
      #pre-nav .social-links a i {
        font-size: 24px;
        line-height: 24px;
        height: auto; }
    #pre-nav .social-links a.nav-donate {
      background: #f9a26c;
      display: block;
      padding: 8px 12px;
      margin: 0 0 0 5px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.1em;
      line-height: 1em;
      height: auto;
      top: 0; }
      @media (min-width: 992px) {
        #pre-nav .social-links a.nav-donate {
          border-radius: 3px; } }
      #pre-nav .social-links a.nav-donate:hover {
        background: #fff;
        color: #f9a26c; }

nav ul a:hover {
  background-color: #3a5c77;
  color: #fff; }
nav #nav-desktop {
  width: 100%;
  padding: 0 20px;
  min-height: 55px;
  height: 60px;
  position: relative;
  z-index: 10;
  background-color: #3a5c77; }
  @media (min-width: 992px) {
    nav #nav-desktop {
      background-color: transparent; } }
  @media screen and (max-width: 530px) {
    nav #nav-desktop {
      height: 80px; } }
  nav #nav-desktop .mobile button.hamburger {
    padding: 0; }
    nav #nav-desktop .mobile button.hamburger:focus {
      background-color: transparent; }
  nav #nav-desktop ul .sub-menu {
    position: absolute;
    background-color: #E6E6E6;
    z-index: 90; }
    nav #nav-desktop ul .sub-menu li {
      display: block;
      float: none;
      margin: 0;
      min-width: 190px;
      padding: 0;
      line-height: normal;
      position: relative; }
      nav #nav-desktop ul .sub-menu li a {
        padding: 15px; }
    nav #nav-desktop ul .sub-menu .sub-menu {
      left: 100%;
      top: 0; }
  @media (min-width: 992px) {
    nav #nav-desktop ul .menu-item-has-children:hover > ul {
      display: block; } }
  nav #nav-desktop .navbar-fixed {
    background: #E6E6E6;
    position: fixed; }
  nav #nav-desktop .leftMain {
    position: relative;
    width: 50%;
    float: left;
    height: 100%; }
    @media (min-width: 601px) {
      nav #nav-desktop .leftMain {
        width: 20%; } }
  nav #nav-desktop .rightMain {
    position: relative;
    float: right;
    height: 100%; }
    nav #nav-desktop .rightMain .searchIcon {
      display: inline-block;
      float: left; }
      nav #nav-desktop .rightMain .searchIcon .search-close {
        display: none; }
    nav #nav-desktop .rightMain .socialNav {
      display: inline-block;
      float: left; }
      nav #nav-desktop .rightMain .socialNav a {
        display: inline-block;
        margin-left: 15px; }
        nav #nav-desktop .rightMain .socialNav a i {
          height: 100%;
          line-height: 100%;
          width: auto; }
  nav #nav-desktop .nav-actiavator {
    width: 12%;
    line-height: 100%;
    position: absolute;
    float: none;
    right: 20px;
    top: 0;
    z-index: 100;
    width: auto;
    display: inline-flex;
    align-items: center;
    height: 100%; }
  nav #nav-desktop .mobileWrap {
    height: 0;
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0;
    float: right;
    background-color: #3a5c77;
    overflow: hidden;
    text-align: right; }
    @media screen and (max-width: 990px) {
      nav #nav-desktop .mobileWrap {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } }
    @media (min-width: 992px) {
      nav #nav-desktop .mobileWrap {
        overflow: visible;
        height: auto;
        text-align: left;
        background-color: transparent;
        left: 0;
        right: inherit; } }
    nav #nav-desktop .mobileWrap .searchIcon {
      display: none; }
      @media (min-width: 992px) {
        nav #nav-desktop .mobileWrap .searchIcon {
          float: left;
          display: inline-block; } }
      nav #nav-desktop .mobileWrap .searchIcon .search-close {
        display: none; }
    @media (min-width: 992px) {
      nav #nav-desktop .mobileWrap {
        height: 100%;
        width: fit-content;
        float: right;
        position: relative;
        top: 0; } }
    nav #nav-desktop .mobileWrap ul.menu {
      text-align: right;
      position: relative;
      background: transparent;
      display: inline-block;
      width: 35vw;
      min-width: 320px; }
      @media (min-width: 992px) {
        nav #nav-desktop .mobileWrap ul.menu {
          float: left;
          width: initial; } }
      nav #nav-desktop .mobileWrap ul.menu > li {
        display: block;
        position: relative; }
        @media screen and (max-width: 991px) {
          nav #nav-desktop .mobileWrap ul.menu > li {
            border: 1px solid RGBA(255, 255, 255, 0.25);
            float: none; } }
        @media screen and (max-width: 630px) {
          nav #nav-desktop .mobileWrap ul.menu > li {
            display: block; } }
        nav #nav-desktop .mobileWrap ul.menu > li:hover {
          background: #3a5c77;
          color: #fff; }
        nav #nav-desktop .mobileWrap ul.menu > li a {
          display: inline-block;
          transition: all .25s ease;
          width: 100%;
          padding: 0 70px 0 15px; }
          @media screen and (max-width: 991px) {
            nav #nav-desktop .mobileWrap ul.menu > li a {
              border-bottom: none; } }
          @media screen and (max-width: 630px) {
            nav #nav-desktop .mobileWrap ul.menu > li a {
              display: block;
              line-height: 40px; } }
          nav #nav-desktop .mobileWrap ul.menu > li a:active {
            background: #3a5c77; }
          @media (min-width: 992px) {
            nav #nav-desktop .mobileWrap ul.menu > li a {
              border-bottom: 0;
              padding: 0 10px 0 10px; } }
          @media screen and (min-width: 991px) and (max-width: 1135px) {
            nav #nav-desktop .mobileWrap ul.menu > li a {
              padding: 0 5px 0 5px;
              font-size: 13px; } }
        nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap {
          position: relative;
          width: 100%;
          overflow: hidden;
          height: 0; }
          @media (min-width: 992px) {
            nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap {
              position: absolute;
              right: 0;
              width: 200px; } }
          nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu {
            width: auto;
            text-align: left;
            position: relative;
            background: transparent; }
            @media screen and (min-width: 631px) {
              nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu {
                width: 100%;
                display: inline-block;
                left: 0; } }
            nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li {
              width: 100%;
              position: relative; }
              nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li a {
                width: 100%;
                padding: 0 20px;
                display: block;
                background: #f9a26c;
                border-bottom: 1px solid #eee; }
                @media (min-width: 601px) {
                  nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li a {
                    padding: 20px 20px; } }
                nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li a:active, nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li a:hover {
                  background-color: #3a5c77; }
              nav #nav-desktop .mobileWrap ul.menu > li div.sub-menu-wrap ul.sub-menu li div.sub-menu-wrap {
                right: 0; }
        nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle {
          width: 60px;
          height: 40px;
          display: block;
          /* height: 50px; */
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          border-left: 1px solid RGBA(255, 255, 255, 0.25);
          text-align: center; }
          nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle.active i {
            transform: rotate(180deg); }
          @media (min-width: 601px) {
            nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle {
              height: 100%;
              line-height: inherit; } }
          @media (min-width: 992px) {
            nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle {
              display: none !important; } }
          nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle i {
            line-height: 40px;
            transition: all .2s ease;
            transform-origin: center;
            height: 100%; }
            @media (min-width: 601px) {
              nav #nav-desktop .mobileWrap ul.menu > li div.sub-toggle i {
                line-height: inherit; } }
    @media (min-width: 992px) {
      nav #nav-desktop .mobileWrap div.sub-menu-wrap ul.sub-menu {
        display: block;
        width: 250px;
        text-align: left; } }
    @media (min-width: 992px) {
      nav #nav-desktop .mobileWrap div.sub-menu-wrap ul.sub-menu li div.sub-menu-wrap {
        right: -250px;
        top: 0; } }
  nav #nav-desktop .searchWrap {
    overflow: hidden;
    position: absolute;
    height: auto;
    right: 0;
    top: 100%;
    display: none;
    background: #3a5c77; }
    nav #nav-desktop .searchWrap.mobile {
      display: block;
      overflow: visible;
      position: relative; }
    nav #nav-desktop .searchWrap form {
      padding: 10px;
      line-height: 1em; }
      nav #nav-desktop .searchWrap form input[type='text'] {
        background: #3a5c77;
        display: inline-block;
        width: auto;
        float: left;
        margin: 0;
        padding: 0 5px; }
      nav #nav-desktop .searchWrap form button[type='submit'] {
        background: #404142;
        outline: none;
        border: none;
        padding: 8px; }
        nav #nav-desktop .searchWrap form button[type='submit'] i {
          line-height: 1em;
          height: auto; }
nav .homeLink {
  height: 100%; }

a#logo-container {
  line-height: 100%;
  height: 100px;
  align-items: center;
  display: flex;
  position: relative;
  top: -40px; }
  @media screen and (max-width: 530px) {
    a#logo-container {
      top: 0px;
      height: 100%; } }
  a#logo-container img {
    height: 90%;
    width: auto;
    max-width: 200px; }

/*------------------------------------*\
    Mobile / Side Nav
\*------------------------------------*/
.side-nav a {
  height: 54px;
  line-height: 54px; }
.side-nav ul.mainMenu li {
  padding: 0;
  border-top: 1px solid #efefef;
  position: relative; }
  .side-nav ul.mainMenu li a {
    padding: 0 20px; }
    .side-nav ul.mainMenu li a:hover {
      background-color: #efefef; }
  .side-nav ul.mainMenu li:hover {
    background-color: transparent; }
.side-nav ul.mainMenu li.active {
  background-color: transparent; }
  .side-nav ul.mainMenu li.active a {
    background-color: #efefef; }
.side-nav ul.mainMenu li.current_page_item > a {
  background-color: #efefef; }
.side-nav ul.mainMenu ul.sub-menu {
  display: none; }
  .side-nav ul.mainMenu ul.sub-menu a {
    height: 44px;
    line-height: 44px;
    font-size: .8rem;
    padding-left: 31px;
    color: #888; }
  .side-nav ul.mainMenu ul.sub-menu ul.sub-menu a {
    padding-left: 50px; }
.side-nav ul.mainMenu .current_page_parent > ul.sub-menu {
  display: block;
  width: 100%; }
.side-nav ul.mainMenu .current_page_ancestor ul.sub-menu {
  display: block;
  width: 100%; }
.side-nav .menu-item-has-children > .toggle {
  position: absolute;
  right: 3px;
  top: 12px; }
  .side-nav .menu-item-has-children > .toggle:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: 'expand_more';
    float: left;
    padding: 5px; }
.side-nav .menu-item-has-children > .toggle.opened:after {
  content: 'expand_less'; }
.side-nav .menu-item-has-children .menu-item-has-children > .toggle {
  top: 6px; }

a {
  color: #E6E6E6; }

a:active, a:hover {
  color: #a1a2a3; }

#loginForm {
  overflow: hidden;
  z-index: 900;
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 60px;
  right: 40px;
  background: #3a5c77;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 0;
  height: 0; }
  @media screen and (max-width: 991px) {
    #loginForm {
      top: 0;
      right: 0; } }
  #loginForm .login-inner {
    padding: 10px 20px 20px; }
    #loginForm .login-inner .close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 2px 5px;
      margin: 5px;
      border: 1px solid #fff;
      line-height: 1em;
      opacity: .75;
      cursor: pointer;
      transition: all .2s ease; }
      #loginForm .login-inner .close:hover {
        background: #f9a26c;
        opacity: 1; }
      #loginForm .login-inner .close i {
        font-size: 1em;
        height: auto;
        line-height: 1em; }
    #loginForm .login-inner .row {
      margin-bottom: 0; }
      #loginForm .login-inner .row input[type='text'], #loginForm .login-inner .row input[type='password'] {
        display: inline-block;
        width: 100%; }
        #loginForm .login-inner .row input[type='text']:focus, #loginForm .login-inner .row input[type='password']:focus {
          border-color: #f9a26c; }
      #loginForm .login-inner .row input[type='text'] {
        margin-right: 9%; }
      #loginForm .login-inner .row input[type="submit"] {
        padding: 1rem 2rem;
        text-align: center;
        font-size: 1em;
        color: #fff;
        transition: all .2s ease;
        line-height: 1em;
        height: auto;
        font-weight: bold;
        background: transparent;
        outline: none;
        border: 2px solid #f9a26c;
        padding: 10px 20px; }
        @media (min-width: 992px) {
          #loginForm .login-inner .row input[type="submit"] {
            min-width: 200px; } }
      #loginForm .login-inner .row a:not(.btn) {
        display: block;
        line-height: 1em;
        color: #fff;
        opacity: .75;
        transition: all .2s ease; }
        #loginForm .login-inner .row a:not(.btn):hover {
          opacity: 1; }
      #loginForm .login-inner .row a.btn {
        background: transparent;
        outline: none;
        border: 2px solid #f9a26c;
        padding: 10px 20px;
        font-size: 1em;
        color: #fff; }

/* ==========================================================================
   Sidebar Children NAV for PAGE Template
   ========================================================================== */
.childnav_toggle {
  display: none;
  margin-bottom: 10px; }

#content .childNav > ul {
  padding: 0; }
#content .childNav a:hover {
  text-decoration: none; }
#content .childNav ul li {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: outside none none;
  display: inline-block;
  position: relative;
  width: 100%; }
#content .childNav > ul > li {
  border-top: 1px solid #eef2f3; }
  #content .childNav > ul > li > a {
    display: inline-block;
    padding: 11px 10px;
    width: 100%;
    position: relative;
    color: #000; }
#content .childNav .page_item .children {
  display: none;
  padding: 10px 0;
  width: 100%; }
#content .childNav .page_item > .children > li > a {
  color: #999;
  display: inline-block;
  font-size: 14px;
  padding: 8px 7px 8px 10px;
  width: 100%; }
#content .childNav .page_item > .children > li > .children > li > a {
  padding: 8px 7px 8px 25px;
  font-size: 13px; }
#content .childNav .page_item_has_children .toggle {
  background: #babbbc;
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  top: 10px;
  font-size: 15px;
  display: inline-block;
  line-height: 31px;
  color: #a1b1bc; }
  #content .childNav .page_item_has_children .toggle:after {
    content: "expand_more";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.7em; }
  #content .childNav .page_item_has_children .toggle .opened:after {
    content: "expand_less"; }
#content .childNav .page_item_has_children > .children > li > a {
  background-color: #f7f8f9; }
#content .childNav .page_item_has_children > .children > li:hover {
  background-color: #f7f8f9; }
#content .childNav .page_item_has_children > .children > li > .children > li > a:hover {
  background-color: transparent;
  color: #cdac3c; }
#content .childNav .page_item.current_page_item > .children {
  display: block; }
#content .childNav .page_item.current_page_parent > .children {
  display: block; }
#content .childNav .page_item.current_page_ancestor > .children {
  display: block; }
#content .childNav > .submenu > .page_item.current_page_item > a {
  background-color: #f7f8f9; }
#content .childNav > .submenu > .page_item.current_page_parent > a {
  background-color: #f7f8f9; }
#content .childNav .submenu .subDrop {
  cursor: pointer;
  float: right;
  font-size: 21px;
  color: #000;
  margin: -35px 15px 0px; }
#content .childNav .submenu .page_item.current_page_parent .children .page_item.current_page_item > a {
  color: #1174b1; }
#content .childNav .submenu .page_item.current_page_parent .children a:hover {
  color: #47c1ff; }
#content .childNav .page-item .glyphicon.glyphicon-menu-right {
  color: #999;
  font-size: 10px;
  position: absolute;
  right: 13px;
  top: 39%; }
#content .childNav .page_item.current_page_parent > a > span.glyphicon.glyphicon-menu-right:before {
  content: ''; }

#home-header, #page-header {
  position: relative;
  top: -60px; }
  #home-header #pageHead, #page-header #pageHead {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%; }
    #home-header #pageHead .container .intro-wrap, #page-header #pageHead .container .intro-wrap {
      position: relative;
      z-index: 2;
      color: #fff;
      width: 100%; }
      @media (min-width: 300px) {
        #home-header #pageHead .container .intro-wrap, #page-header #pageHead .container .intro-wrap {
          margin: 0 auto; } }
      #home-header #pageHead .container .intro-wrap .intro-content, #page-header #pageHead .container .intro-wrap .intro-content {
        width: 100%;
        text-align: center;
        max-width: 800px;
        margin: 0 auto; }
        #home-header #pageHead .container .intro-wrap .intro-content h1, #page-header #pageHead .container .intro-wrap .intro-content h1 {
          font-weight: bold;
          font-size: 32px;
          line-height: 1em;
          margin-bottom: 0;
          text-transform: uppercase; }
          @media (min-width: 601px) {
            #home-header #pageHead .container .intro-wrap .intro-content h1, #page-header #pageHead .container .intro-wrap .intro-content h1 {
              font-size: 45px; } }
          @media (min-width: 992px) {
            #home-header #pageHead .container .intro-wrap .intro-content h1, #page-header #pageHead .container .intro-wrap .intro-content h1 {
              font-size: 64px; } }
    #home-header #pageHead:before, #page-header #pageHead:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(12, 20, 28, 0.8) 0%, rgba(196, 196, 196, 0) 100%); }

#home-header {
  height: 100vh; }
  #home-header #pageHead {
    height: calc(100vh - 200px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    #home-header #pageHead:after {
      width: 100%;
      padding-top: 20%;
      background-image: url("../img/play-circles.png");
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      background-position: center bottom;
      background-size: contain; }
    #home-header #pageHead #slide_wrap {
      height: 100%;
      width: 100vw; }
      #home-header #pageHead #slide_wrap .slick-list {
        height: 100%; }
        #home-header #pageHead #slide_wrap .slick-list .slick-track {
          height: 100%; }
          #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet {
            max-width: 100vw;
            width: 100vw; }
            #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet .slideBg {
              height: 100%;
              background-size: cover;
              background-position: center;
              width: 100vw;
              position: absolute; }
              #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet .slideBg:before {
                content: '';
                height: 100%;
                width: 100vw;
                position: absolute;
                top: 0;
                left: 0;
                background: RGBA(0, 0, 0, 0.4); }
            #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet .slideContent {
              position: relative;
              height: 100%;
              width: 100vw;
              display: inline-flex;
              align-items: center; }
              #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet .slideContent .contentInner {
                text-align: Center; }
                #home-header #pageHead #slide_wrap .slick-list .slick-track .slideSet .slideContent .contentInner h1 {
                  color: #fff; }
  #home-header #header-cta {
    min-height: 200px;
    background: #3a5c77;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center; }
    #home-header #header-cta .cta-wrap {
      position: relative;
      width: 100%;
      text-align: center;
      left: 0;
      top: -50px;
      height: 50px;
      width: 100%; }
      @media (min-width: 992px) {
        #home-header #header-cta .cta-wrap {
          top: -65px;
          height: 65px; } }
      #home-header #header-cta .cta-wrap .cta-play {
        width: 100px;
        margin: 0 auto; }
        @media (min-width: 992px) {
          #home-header #header-cta .cta-wrap .cta-play {
            width: 125px; } }
        #home-header #header-cta .cta-wrap .cta-play .cta-play-btn {
          background: #f9a26c;
          border-radius: 100%;
          width: 100%;
          padding-top: 100%;
          font-size: 0;
          line-height: 0;
          position: relative;
          cursor: pointer;
          transition: all .2s ease; }
          #home-header #header-cta .cta-wrap .cta-play .cta-play-btn:hover {
            background: #fff; }
            #home-header #header-cta .cta-wrap .cta-play .cta-play-btn:hover i {
              color: #3a5c77; }
          #home-header #header-cta .cta-wrap .cta-play .cta-play-btn i {
            color: #fff;
            font-size: 3.5rem;
            text-indent: 10px;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            text-align: center;
            display: inline-flex;
            align-items: center; }
            @media (min-width: 992px) {
              #home-header #header-cta .cta-wrap .cta-play .cta-play-btn i {
                font-size: 4rem; } }
            #home-header #header-cta .cta-wrap .cta-play .cta-play-btn i:before {
              width: 100%; }
    #home-header #header-cta .cta-copy-wrap {
      text-align: center;
      width: 100%;
      margin: 0 auto 0; }
      @media (min-width: 992px) {
        #home-header #header-cta .cta-copy-wrap {
          width: 75%;
          margin: 0 auto 0; } }
      #home-header #header-cta .cta-copy-wrap .cta-play {
        width: 100px;
        display: inline-block; }
        @media (min-width: 992px) {
          #home-header #header-cta .cta-copy-wrap .cta-play {
            width: 150px; } }
        #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn {
          background: #f9a26c;
          border-radius: 100%;
          padding-top: 100%;
          font-size: 0;
          line-height: 0;
          position: relative;
          cursor: pointer;
          transition: all .2s ease; }
          #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn:hover {
            background: #fff; }
            #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn:hover i {
              color: #3a5c77; }
          #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn i {
            color: #fff;
            font-size: 4rem;
            text-indent: 10px;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            text-align: center;
            display: inline-flex;
            align-items: center; }
            @media (min-width: 992px) {
              #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn i {
                font-size: 5rem; } }
            #home-header #header-cta .cta-copy-wrap .cta-play .cta-play-btn i:before {
              width: 100%; }
      #home-header #header-cta .cta-copy-wrap .cta-copy {
        color: #fff;
        font-size: 16px;
        display: inline-block; }
        @media (min-width: 601px) {
          #home-header #header-cta .cta-copy-wrap .cta-copy {
            font-size: 24px; } }
        #home-header #header-cta .cta-copy-wrap .cta-copy p {
          margin: 0; }
        #home-header #header-cta .cta-copy-wrap .cta-copy a {
          margin: 5px 10px; }
          @media (min-width: 992px) {
            #home-header #header-cta .cta-copy-wrap .cta-copy a {
              margin: 10px 30px; } }

#page-header {
  height: 40vh;
  width: 100%; }

footer.page-footer {
  position: relative;
  background-image: url(../img/footer-watermark.png);
  background-repeat: no-repeat;
  background-position: 12% bottom;
  background-color: #414141;
  color: #fff; }
  footer.page-footer .container {
    position: relative;
    z-index: 5;
    width: 90%; }
    @media (min-width: 992px) {
      footer.page-footer .container .col:not(.no-push) {
        margin-top: 30px; } }
    footer.page-footer .container .textwidget img {
      max-width: 100%; }
    footer.page-footer .container form {
      padding: 0 !important; }
      footer.page-footer .container form .mc-field-group {
        margin: 0;
        padding: 0 !important; }
        footer.page-footer .container form .mc-field-group .gfield_required {
          display: none; }
        footer.page-footer .container form .mc-field-group input {
          width: 100%;
          margin: 0;
          margin-bottom: 10px;
          padding: 0 !important;
          background-color: #fff;
          color: #333; }
          footer.page-footer .container form .mc-field-group input:focus {
            border-color: #f9a26c;
            box-shadow: 0 2px 0 0 #f9a26c; }
        footer.page-footer .container form .mc-field-group input[type='submit'] {
          padding: 1rem 2rem;
          font-size: 24px;
          text-align: center;
          background: #f9a26c;
          color: #fff;
          transition: all .2s ease;
          line-height: 1em;
          height: auto;
          font-weight: bold;
          border: none;
          outline: none; }
          @media (min-width: 992px) {
            footer.page-footer .container form .mc-field-group input[type='submit'] {
              min-width: 200px; } }
          footer.page-footer .container form .mc-field-group input[type='submit']:hover {
            background: #fff;
            color: #f9a26c; }
  footer.page-footer a {
    color: #fff; }
    footer.page-footer a:hover {
      color: #f9a26c; }
  footer.page-footer h3 {
    font-size: 24px;
    text-transform: uppercase; }
  footer.page-footer .social-links {
    text-align: right; }
  footer.page-footer .secondary-footer {
    position: relative; }
    footer.page-footer .secondary-footer .container {
      border-top: 2px solid #f9a26c;
      width: 90%;
      position: relative; }
      footer.page-footer .secondary-footer .container .row {
        margin-bottom: 0; }

body, html {
  overflow-x: hidden; }

body.logged-in .not-user {
  display: none !important; }
body.logged-in .user {
  display: block !important; }

.user {
  display: none !important; }

@media screen and (max-width: 991px) {
  .desktop {
    display: none; } }

.disp_none {
  display: none; }

.btn {
  padding: 1rem 2rem;
  font-size: 24px;
  text-align: center;
  background: #fff;
  color: #3a5c77;
  transition: all .2s ease;
  line-height: 1em;
  height: auto;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn {
      min-width: 200px; } }
  .btn:hover {
    background: #f9a26c;
    color: #fff !important; }
  .btn.orange-btn {
    background: #f9a26c;
    color: #404040 !important; }
    .btn.orange-btn:hover {
      background: #fff;
      color: #f9a26c !important; }
  .btn.blue-btn {
    background: #3a5c77;
    color: #fff !important; }
    .btn.blue-btn:hover {
      background: #fff;
      color: #3a5c77 !important; }

.whoteText {
  color: #fff; }

.orangeText {
  color: #f9a26c; }

.blueText {
  color: #3a5c77; }

.hidden {
  display: none; }

.animateText {
  font-size: 120px;
  font-weight: bold;
  font-family: Arial;
  color: #d0d0d0;
  position: absolute;
  z-index: -1;
  width: 100%; }
  @media screen and (max-width: 990px) {
    .animateText {
      display: none; } }
  .animateText.position-left {
    left: 5%; }
  .animateText.position-right {
    left: 75%; }
  .animateText.textBlock {
    opacity: 0.4; }
  .animateText.logoBlock.logoKick {
    background-image: url(../img/parallax-kick.png);
    height: 450px;
    width: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .animateText.logoBlock.logoHoop {
    background-image: url(../img/parallax-hoop-2.png);
    height: 450px;
    width: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.image10 {
  width: 10%;
  margin: 0 auto; }

.image20 {
  width: 20%;
  margin: 0 auto; }

.image30 {
  width: 30%;
  margin: 0 auto; }

.image40 {
  width: 40%;
  margin: 0 auto; }

.image50 {
  width: 50%;
  margin: 0 auto; }

.image60 {
  width: 60%;
  margin: 0 auto; }

.image70 {
  width: 70%;
  margin: 0 auto; }

.image80 {
  width: 80%;
  margin: 0 auto; }

.image90 {
  width: 90%;
  margin: 0 auto; }

.image100 {
  width: 100%;
  margin: 0 auto; }

nav #nav-desktop .mobileWrap ul.menu li.login:hover {
  background: transparent; }
nav #nav-desktop .mobileWrap ul.menu li.login a {
  display: inline;
  padding: 10px 15px;
  margin: 0 10px;
  border: 2px solid #f9a26c; }
  nav #nav-desktop .mobileWrap ul.menu li.login a.active, nav #nav-desktop .mobileWrap ul.menu li.login a:hover {
    background-color: #f9a26c; }

[type=radio]:checked, [type=radio]:not(:checked) {
  position: relative;
  visibility: visible;
  left: 0; }

select {
  display: block !important; }

.mec-container .comments {
  display: none; }
.mec-container .mec-event-content {
  padding-top: 0; }
  .mec-container .mec-event-content h1 {
    display: none; }

.mec-event-carousel-type1 .owl-item:hover .mec-event-carousel-content:before {
  height: 3.2rem; }
.mec-event-carousel-type1 .owl-item .mec-event-carousel-content {
  background: #fff;
  position: relative;
  border-bottom: 5px solid #3a5c77; }
  .mec-event-carousel-type1 .owl-item .mec-event-carousel-content:before {
    content: "READ MORE";
    font-weight: bold;
    position: absolute;
    bottom: 100%;
    font-size: 24px;
    width: 100%;
    line-height: 3.2rem;
    background: #3a5c77;
    left: 0;
    text-align: center;
    transition: all .2s ease;
    height: 0;
    color: #fff;
    overflow: hidden; }
    .mec-event-carousel-type1 .owl-item .mec-event-carousel-content:before:hover {
      color: #3a5c77;
      background: #fff; }

.mec-owl-carousel .owl-item {
  cursor: pointer; }

.owl-dots {
  display: none; }

blockquote {
  border-left-color: #3a5c77;
  font-size: 1.15em; }

article.discussion-topics .ctdb-author-data {
  width: 20% !important;
  padding: 20px;
  margin: 0; }
  @media screen and (max-width: 991px) {
    article.discussion-topics .ctdb-author-data {
      width: 100% !important; } }
  article.discussion-topics .ctdb-author-data .ctdb-info-avatar {
    width: 100%; }
article.discussion-topics .ctdb-content-wrap {
  padding: 0 30px;
  width: 80%; }
  @media screen and (max-width: 991px) {
    article.discussion-topics .ctdb-content-wrap {
      width: 100%; } }

div#comments ul.commentSet {
  padding: 0;
  border: 2px solid #ccc;
  border-radius: 10px;
  overflow: hidden; }
  div#comments ul.commentSet li {
    list-style-type: none; }
    div#comments ul.commentSet li:nth-child(odd) {
      background: #eee; }
    div#comments ul.commentSet li div.comment-body {
      position: relative; }
      @media screen and (min-width: 991px) {
        div#comments ul.commentSet li div.comment-body:after {
          content: '';
          position: absolute;
          top: 5%;
          height: 90%;
          left: 20%;
          background: #ddd;
          width: 2px; } }
      div#comments ul.commentSet li div.comment-body div.comment-data {
        float: left;
        padding: 30px;
        position: relative; }
        @media screen and (max-width: 991px) {
          div#comments ul.commentSet li div.comment-body div.comment-data {
            width: 100%; } }
        @media screen and (min-width: 991px) {
          div#comments ul.commentSet li div.comment-body div.comment-data.comment-left {
            width: 20%; } }
        @media screen and (max-width: 991px) {
          div#comments ul.commentSet li div.comment-body div.comment-data.comment-left:after {
            content: '';
            position: absolute;
            background: #ddd;
            width: 90%;
            height: 2px;
            right: 5%;
            top: 100%; } }
        @media screen and (min-width: 991px) {
          div#comments ul.commentSet li div.comment-body div.comment-data.comment-right {
            width: 80%; } }

section#sponsorWrap .sponsorImg {
  margin-top: 35px;
  height: 100px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.home-event {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .home-event {
      padding: 180px 0; } }
  .home-event .event-intro {
    color: #fff;
    font-size: 18px;
    line-height: 1.1em; }
    @media (min-width: 992px) {
      .home-event .event-intro {
        font-size: 24px; } }
    .home-event .event-intro .vc_column-inner {
      width: 75%;
      margin: 0 auto; }
      .home-event .event-intro .vc_column-inner h3 {
        font-size: 28px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: bold; }
        @media (min-width: 992px) {
          .home-event .event-intro .vc_column-inner h3 {
            margin-bottom: 75px; } }
  .home-event .mec-skin-carousel-events-container {
    font-size: 40px;
    color: #fff;
    font-weight: bold; }

#events_frame.home .eventsInner .singleEvent {
  cursor: pointer;
  padding: 10px; }
  #events_frame.home .eventsInner .singleEvent .eventInner {
    transition: all .25s ease;
    background: #fff; }
    #events_frame.home .eventsInner .singleEvent .eventInner:hover {
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
    #events_frame.home .eventsInner .singleEvent .eventInner .eventImage {
      position: relative;
      max-height: 400px;
      overflow: hidden; }
      #events_frame.home .eventsInner .singleEvent .eventInner .eventImage .eventDate {
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 80px;
        color: #3a5c77;
        background: #f9a26c;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        display: flex;
        align-items: center;
        font-weight: bold; }
        #events_frame.home .eventsInner .singleEvent .eventInner .eventImage .eventDate p {
          line-height: 1em;
          width: 100%;
          text-align: center;
          margin: 0; }
      #events_frame.home .eventsInner .singleEvent .eventInner .eventImage .innerImage {
        width: 100%;
        padding-top: 115%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    #events_frame.home .eventsInner .singleEvent .eventInner .eventInfo {
      padding: 0 15px 15px; }
      #events_frame.home .eventsInner .singleEvent .eventInner .eventInfo .eventCopy h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #3a5c77;
        margin-bottom: 0px; }
      #events_frame.home .eventsInner .singleEvent .eventInner .eventInfo .eventCopy p {
        margin-top: 0; }
#events_frame.home .slick-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 110px);
  height: 90px;
  width: 80px;
  display: flex;
  align-items: center;
  background: #f9a26c;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  text-indent: -35px; }
  #events_frame.home .slick-arrow.slick-prev {
    left: 0; }
  #events_frame.home .slick-arrow.slick-next {
    right: 0; }
  #events_frame.home .slick-arrow i {
    font-size: 110px; }

#main-content.mec-container .mec-single-event .mec-events-event-image {
  display: none; }

.news-holder {
  position: relative; }
  .news-holder .newsFeature .news-inner {
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .news-holder .newsFeature .news-inner:hover .news-copy a.btn {
      height: 3.5rem; }
    .news-holder .newsFeature .news-inner .news-copy {
      padding: 20px;
      background-color: #fff;
      border-bottom: 5px solid #3a5c77;
      position: relative; }
      .news-holder .newsFeature .news-inner .news-copy h3 {
        font-size: 1em;
        font-weight: bold;
        color: #3a5c77;
        margin-bottom: 0;
        text-transform: uppercase; }
      .news-holder .newsFeature .news-inner .news-copy a.btn {
        position: absolute;
        left: 0;
        bottom: 100%;
        overflow: hidden;
        padding: 0;
        line-height: 3.5rem;
        height: 0;
        box-shadow: none;
        width: 100%;
        transition: all .2s ease; }
        .news-holder .newsFeature .news-inner .news-copy a.btn.show {
          height: 3.5rem; }

.social_icon_wrap a i {
  font-size: 24px;
  margin-right: 5px; }

.loading {
  height: 30px;
  width: auto;
  transition: height .2s ease; }

.loading.loaded {
  height: 0; }

.controls {
  display: inline-block; }

.gallery-holder {
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  width: 95%; }

.pic {
  margin: 0rem;
  width: 100%; }

.pic img {
  max-width: 100%;
  height: auto;
  display: block; }

@media screen and (min-width: 768px) {
  .gallery-holder {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 5vh;
    width: 80%; }

  .pic {
    margin: 0rem;
    width: 20%;
    padding: 0.5rem;
    box-sizing: border-box; }

  .pic img {
    max-width: 100%;
    height: auto;
    display: block; } }
.newsFeature {
  width: 100%;
  margin-bottom: 30px; }

.newsFeature .thumbnail {
  height: 250px;
  background-size: cover;
  background-position: center center; }

.news-holder {
  clear: both; }

.controls {
  margin-bottom: 30px;
  margin-top: 30px; }

.controls button {
  margin-right: 15px; }

.controls button.active {
  background-color: transparent;
  color: #26a69a; }

.news-holder {
  padding-top: 50px;
  padding-bottom: 40px; }

.filter-button button {
  margin-bottom: 20px; }

.loading {
  opacity: 0;
  transition: all .2s ease;
  text-align: center;
  height: 0; }

.loaded {
  opacity: 1;
  height: 50px; }

@media screen and (min-width: 601px) {
  .newsFeature {
    width: 50%;
    padding: 0 0.75rem;
    box-sizing: border-box; }

  .newsFeature.oneCol {
    width: 100%; }

  .newsFeature.twoCol {
    width: 50%; }

  .newsFeature.threeCol {
    width: 33%; } }
.homeLinks {
  position: relative;
  padding: 50px 0; }
  .homeLinks .wpb_single_image {
    margin-bottom: 0; }
    .homeLinks .wpb_single_image figure {
      height: 225px;
      overflow: hidden; }
  .homeLinks .wpb_text_column {
    padding: 20px;
    background-color: #fff;
    border-bottom: 5px solid #3a5c77;
    position: relative; }
    .homeLinks .wpb_text_column h3 {
      font-size: 1em;
      font-weight: bold;
      color: #3a5c77;
      margin-bottom: 0;
      text-transform: uppercase; }
    .homeLinks .wpb_text_column a.btn {
      position: absolute;
      left: 0;
      bottom: 100%;
      overflow: hidden;
      padding: 0;
      line-height: 3.5rem;
      height: 0;
      box-shadow: none;
      width: 100%;
      transition: all .2s ease; }
      .homeLinks .wpb_text_column a.btn.show {
        height: 3.5rem; }
  .homeLinks:after {
    content: '';
    position: absolute;
    height: 275px;
    width: 200vw;
    left: -50vw;
    background-color: #f9a26c;
    bottom: 30px;
    z-index: -2; }

section#overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background: RGBA(0, 0, 0, 0.5);
  transition: opacity .5s ease;
  display: none;
  opacity: 0; }
  section#overlay.visible {
    display: block;
    opacity: 1; }
  section#overlay .content-window .content-set {
    width: 100%;
    height: 100%;
    margin-top: calc(10vh - 20px);
    background: #fff;
    display: none;
    opacity: 0;
    transition: background .5s ease;
    position: Relative;
    background-color: #f9a26c; }
    section#overlay .content-window .content-set:after {
      content: '';
      height: 30px;
      width: 100%;
      background: #f9a26c;
      display: block; }
    section#overlay .content-window .content-set .title {
      text-align: center;
      height: 40px;
      display: inline-flex;
      align-items: center;
      width: 100%; }
      section#overlay .content-window .content-set .title h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        color: #fff;
        margin: 0 auto; }
        section#overlay .content-window .content-set .title h2:before {
          display: none; }
    section#overlay .content-window .content-set .content-outer {
      height: calc(80vh - 210px);
      position: relative;
      min-height: 320px; }
      @media (min-width: 992px) {
        section#overlay .content-window .content-set .content-outer {
          height: calc(80vh - 130px); } }
      section#overlay .content-window .content-set .content-outer .content-inner {
        width: 94%;
        margin: 0 auto; }
        section#overlay .content-window .content-set .content-outer .content-inner .row {
          margin-bottom: 0; }
        section#overlay .content-window .content-set .content-outer .content-inner .video-frame {
          padding: 10px;
          background: #f9a26c;
          height: calc(80vh - 130px); }
          @media screen and (max-width: 662px) {
            section#overlay .content-window .content-set .content-outer .content-inner .video-frame {
              height: calc(80vh - 200px); } }
        section#overlay .content-window .content-set .content-outer .content-inner .clip-switch {
          background: #444;
          color: #fff;
          background-clip: content-box;
          cursor: pointer;
          transition: all .25s ease; }
          section#overlay .content-window .content-set .content-outer .content-inner .clip-switch.active {
            background-color: #f9a26c;
            color: #fff; }
          section#overlay .content-window .content-set .content-outer .content-inner .clip-switch p {
            margin: 0;
            padding: 10px; }
        section#overlay .content-window .content-set .content-outer .content-inner iframe {
          opacity: 0;
          display: none;
          transition: all .2s ease; }
        section#overlay .content-window .content-set .content-outer .content-inner iframe.active {
          display: block;
          opacity: 1; }
        section#overlay .content-window .content-set .content-outer .content-inner div.images {
          margin-top: 30px; }
          section#overlay .content-window .content-set .content-outer .content-inner div.images a.col {
            padding: 0;
            font-size: 0;
            transition: all .1s ease; }
            section#overlay .content-window .content-set .content-outer .content-inner div.images a.col img {
              max-width: 100%; }
            section#overlay .content-window .content-set .content-outer .content-inner div.images a.col:hover {
              transform: scale(1.05); }
        section#overlay .content-window .content-set .content-outer .content-inner form label {
          font-size: .8em; }
    section#overlay .content-window .content-set.visible {
      display: block;
      opacity: 1; }
    section#overlay .content-window .content-set p {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.25em; }
    section#overlay .content-window .content-set .close {
      cursor: pointer;
      position: absolute;
      right: 1.5%;
      top: 10px;
      height: 33px;
      line-height: 1em;
      width: 33px;
      text-align: center;
      line-height: 38px;
      font-size: 01em;
      border: 2px solid #ccc;
      background: #eee;
      color: #ccc;
      opacity: .5;
      transition: opacity .2s ease; }
      section#overlay .content-window .content-set .close:hover {
        opacity: 1; }
      section#overlay .content-window .content-set .close i {
        font-size: 30px; }

.page-donation-form form ul li {
  display: block; }
  .page-donation-form form ul li.gfield_price {
    text-align: center; }
    .page-donation-form form ul li.gfield_price input {
      width: 225px;
      background: #eee;
      text-align: center;
      font-size: 2rem !important;
      border-bottom: 2px solid #f9a26c;
      border-bottom: none !important;
      color: #3a5c77;
      padding: 10px 5px !important;
      height: auto; }
      .page-donation-form form ul li.gfield_price input:focus {
        outline: none;
        box-shadow: none !important; }
      @media (min-width: 992px) {
        .page-donation-form form ul li.gfield_price input {
          font-size: 3rem !important; } }
  .page-donation-form form ul li h2 {
    text-align: center;
    margin-bottom: 0; }
  .page-donation-form form ul li h3 {
    text-align: center; }
  .page-donation-form form ul li .spacer {
    height: 2px;
    background-color: #3a5c77;
    margin: 40px 0; }
.page-donation-form form input[type='submit'] {
  outline: none;
  border: 4px solid #3a5c77;
  background: #3a5c77;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.5em !important;
  margin: 0 auto !important;
  display: block !important;
  transition: all .25s ease; }
  .page-donation-form form input[type='submit']:hover {
    color: #3a5c77;
    background-color: #fff; }

form#donation-preform {
  width: 100%; }
  form#donation-preform ul {
    list-style-type: none;
    padding-left: 0; }
    form#donation-preform ul li {
      display: inline-block;
      margin: 0 5px 0 0;
      width: calc(49% - 5px);
      height: 50px;
      position: relative; }
    form#donation-preform ul label, form#donation-preform ul input {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    form#donation-preform ul input[type='radio'] {
      opacity: 0.011; }
      form#donation-preform ul input[type='radio']:checked + label {
        background: #f9a26c; }
      form#donation-preform ul input[type='radio'] + label:after, form#donation-preform ul input[type='radio'] + label:before {
        display: none; }
    form#donation-preform ul label {
      padding: 10px;
      border: 1px solid #CCC;
      cursor: pointer;
      color: #fff;
      background: #3a5c77;
      border-radius: 10px;
      outline: none;
      border: none;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      height: auto; }
      form#donation-preform ul label:hover {
        background: #DDD; }
  form#donation-preform div.custom-amount-entry {
    position: relative; }
    form#donation-preform div.custom-amount-entry:before {
      content: "$";
      position: absolute;
      left: 10px;
      top: 4px;
      font-size: 35px;
      height: 100%;
      width: 30px;
      z-index: 30;
      color: #666; }
    form#donation-preform div.custom-amount-entry input {
      padding: 10px 20px 10px 35px;
      font-size: 28px;
      width: calc(100% - 70px);
      margin-bottom: 20px;
      border-radius: 10px;
      border: 2px solid #3a5c77;
      outline: none;
      background: #fff; }
  form#donation-preform button#donation-button {
    width: calc(100% - 10px);
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
    color: #fff;
    background: #3a5c77;
    font-size: 24px;
    margin: 5px 0;
    cursor: pointer; }

.monthly-option label {
  font-size: 1.1em; }
  .monthly-option label span {
    top: 7px; }
