@charset "UTF-8";

/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, sass/materialize/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/materialize/_normalize.scss */
body {
  margin: 0;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 57, sass/materialize/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, sass/materialize/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 78, sass/materialize/_normalize.scss */
[hidden],
template {
  display: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 99, sass/materialize/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 119, sass/materialize/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, sass/materialize/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, sass/materialize/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, sass/materialize/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, sass/materialize/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, sass/materialize/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, sass/materialize/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, sass/materialize/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, sass/materialize/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, sass/materialize/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, sass/materialize/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/materialize/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, sass/materialize/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, sass/materialize/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, sass/materialize/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, sass/materialize/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, sass/materialize/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, sass/materialize/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, sass/materialize/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, sass/materialize/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, sass/materialize/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

/* line 3, sass/materialize/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, sass/materialize/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 38, sass/materialize/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}
/* line 42, sass/materialize/_global.scss */
.valign-wrapper .valign {
  display: block;
}

/* line 56, sass/materialize/_global.scss */
.clearfix {
  clear: both;
}

/* line 84, sass/materialize/_global.scss */
.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

/* line 89, sass/materialize/_global.scss */
.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);
}

/* line 96, sass/materialize/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2");
}

/* line 102, sass/materialize/_global.scss */
.clear {
  clear: both;
}

/* line 107, sass/materialize/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #4c85c5;
}

/* line 115, sass/materialize/_global.scss */
i {
  line-height: inherit;
}
/* line 118, sass/materialize/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}
/* line 122, sass/materialize/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}
/* line 126, sass/materialize/_global.scss */
i.tiny {
  font-size: 1rem;
}
/* line 129, sass/materialize/_global.scss */
i.small {
  font-size: 2rem;
}
/* line 132, sass/materialize/_global.scss */
i.medium {
  font-size: 4rem;
}
/* line 135, sass/materialize/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 142, sass/materialize/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 152, sass/materialize/_global.scss */
.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}
/* line 160, sass/materialize/_global.scss */
.pagination li a {
  color: #444;
}
/* line 162, sass/materialize/_global.scss */
.pagination li.active a {
  color: #fff;
}
/* line 164, sass/materialize/_global.scss */
.pagination li.active {
  background-color: #4c85c5;
}
/* line 166, sass/materialize/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
/* line 171, sass/materialize/_global.scss */
.pagination li i {
  font-size: 2.2rem;
  vertical-align: middle;
}
/* line 178, sass/materialize/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 1099px) {
  /* line 184, sass/materialize/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 188, sass/materialize/_global.scss */
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  /* line 192, sass/materialize/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
/* line 201, sass/materialize/_global.scss */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
/* line 207, sass/materialize/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
/* line 213, sass/materialize/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
/* line 226, sass/materialize/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}
/* line 230, sass/materialize/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 237, sass/materialize/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 243, sass/materialize/_global.scss */
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/* line 251, sass/materialize/_global.scss */
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 265, sass/materialize/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 268, sass/materialize/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 276, sass/materialize/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 280, sass/materialize/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  /* line 289, sass/materialize/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 1099px) {
  /* line 294, sass/materialize/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 299, sass/materialize/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 304, sass/materialize/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px) {
  /* line 309, sass/materialize/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1100px) {
  /* line 314, sass/materialize/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 319, sass/materialize/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 324, sass/materialize/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 329, sass/materialize/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 1099px) {
  /* line 334, sass/materialize/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 342, sass/materialize/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 349, sass/materialize/_global.scss */
footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #4c85c5;
}
/* line 354, sass/materialize/_global.scss */
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);
}

/* line 491, sass/materialize/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
/* line 498, sass/materialize/_global.scss */
.collection .collection-item {
  background-color: white;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
/* line 506, sass/materialize/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
/* line 511, sass/materialize/_global.scss */
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
/* line 520, sass/materialize/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
/* line 529, sass/materialize/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}
/* line 533, sass/materialize/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}
/* line 537, sass/materialize/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
/* line 546, sass/materialize/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}
/* line 550, sass/materialize/_global.scss */
.collection .collection-item.active {
  background-color: #0f529e;
  color: #cbe1fa;
}
/* line 554, sass/materialize/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}
/* line 559, sass/materialize/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #0f529e;
}
/* line 564, sass/materialize/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #dddddd;
}
/* line 571, sass/materialize/_global.scss */
.collection.with-header .collection-header {
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
/* line 576, sass/materialize/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}
/* line 579, sass/materialize/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 586, sass/materialize/_global.scss */
.secondary-content {
  float: right;
  color: #0f529e;
}

/* line 590, sass/materialize/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 598, sass/materialize/_global.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: color("grey", "darken-1");
  position: absolute;
  right: 15px;
  box-sizing: border-box;
}
/* line 609, sass/materialize/_global.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0f529e;
  border-radius: 2px;
}
/* line 616, sass/materialize/_global.scss */
span.badge.new:after {
  content: " new";
}

/* line 620, sass/materialize/_global.scss */
nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0;
}

/* line 627, sass/materialize/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 633, sass/materialize/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 643, sass/materialize/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #86b9f3;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
/* line 652, sass/materialize/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0f529e;
  transition: width .3s linear;
}
/* line 660, sass/materialize/_global.scss */
.progress .indeterminate {
  background-color: #0f529e;
}
/* line 662, sass/materialize/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
/* line 674, sass/materialize/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  /* line 689, sass/materialize/_global.scss */
  0% {
    left: -35%;
    right: 100%;
  }

  /* line 693, sass/materialize/_global.scss */
  60% {
    left: 100%;
    right: -90%;
  }

  /* line 697, sass/materialize/_global.scss */
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  /* line 704, sass/materialize/_global.scss */
  0% {
    left: -200%;
    right: 100%;
  }

  /* line 708, sass/materialize/_global.scss */
  60% {
    left: 107%;
    right: -8%;
  }

  /* line 712, sass/materialize/_global.scss */
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 723, sass/materialize/_global.scss */
.hide {
  display: none !important;
}

/* line 728, sass/materialize/_global.scss */
.left-align {
  text-align: left;
}

/* line 731, sass/materialize/_global.scss */
.right-align {
  text-align: right;
}

/* line 734, sass/materialize/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 746, sass/materialize/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 755, sass/materialize/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 759, sass/materialize/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 765, sass/materialize/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 772, sass/materialize/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, sass/materialize/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, sass/materialize/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
}

/* line 12, sass/materialize/_grid.scss */
.col > .row, .flush.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
/* line 15, sass/materialize/_grid.scss */
.col > .row.pad, .flush.row.pad {
  margin-left: 0;
  margin-right: 0;
}

/* line 21, sass/materialize/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* line 25, sass/materialize/_grid.scss */
.section.no-pad {
  padding: 0;
}
/* line 28, sass/materialize/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}
/* line 31, sass/materialize/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 37, sass/materialize/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
}
/* line 43, sass/materialize/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 49, sass/materialize/_grid.scss */
.row .col {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-height: 1px;
}
/* line 58, sass/materialize/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 65, sass/materialize/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.33333%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s1 {
  right: 8.33333%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s1 {
  left: 8.33333%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.66667%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s2 {
  right: 16.66667%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s2 {
  left: 16.66667%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.33333%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s4 {
  right: 33.33333%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s4 {
  left: 33.33333%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.66667%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s5 {
  right: 41.66667%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s5 {
  left: 41.66667%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.33333%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s7 {
  right: 58.33333%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s7 {
  left: 58.33333%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.66667%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s8 {
  right: 66.66667%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s8 {
  left: 66.66667%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.33333%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s10 {
  right: 83.33333%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s10 {
  left: 83.33333%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.66667%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s11 {
  right: 91.66667%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s11 {
  left: 91.66667%;
}
/* line 77, sass/materialize/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}
/* line 80, sass/materialize/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}
/* line 83, sass/materialize/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 94, sass/materialize/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m1 {
    left: 8.33333%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m2 {
    left: 16.66667%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m4 {
    left: 33.33333%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m5 {
    left: 41.66667%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m7 {
    left: 58.33333%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m8 {
    left: 66.66667%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m10 {
    left: 83.33333%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m11 {
    left: 91.66667%;
  }
  /* line 106, sass/materialize/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 109, sass/materialize/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 112, sass/materialize/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 124, sass/materialize/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l1 {
    left: 8.33333%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l2 {
    left: 16.66667%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l4 {
    left: 33.33333%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l5 {
    left: 41.66667%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l7 {
    left: 58.33333%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l8 {
    left: 66.66667%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l10 {
    left: 83.33333%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l11 {
    left: 91.66667%;
  }
  /* line 136, sass/materialize/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 139, sass/materialize/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 142, sass/materialize/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

/* line 6, sass/dei/_typography.scss */
html {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  /* line 6, sass/dei/_typography.scss */
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1099px) {
  /* line 6, sass/dei/_typography.scss */
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 6, sass/dei/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, sass/dei/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
}

/* line 31, sass/dei/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, sass/dei/_typography.scss */
h1 {
  font-size: 2.5rem;
  line-height: 110%;
  margin: 1.25rem 0 1rem 0;
}

/* line 33, sass/dei/_typography.scss */
h2 {
  font-size: 2.125rem;
  line-height: 110%;
  margin: 1.0625rem 0 0.85rem 0;
}

/* line 34, sass/dei/_typography.scss */
h3 {
  font-size: 1.75rem;
  line-height: 110%;
  margin: 0.875rem 0 0.7rem 0;
}

/* line 35, sass/dei/_typography.scss */
h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 0.625rem 0 0.5rem 0;
}

/* line 36, sass/dei/_typography.scss */
h5 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

/* line 37, sass/dei/_typography.scss */
h6 {
  font-size: 0.825rem;
  line-height: 110%;
  margin: 0.4125rem 0 0.33rem 0;
}

/* line 39, sass/dei/_typography.scss */
h4, h5, h6 {
  font-weight: 500;
}

/* line 42, sass/dei/_typography.scss */
h2 {
  color: #0f529e;
}

/* line 49, sass/dei/_typography.scss */
.blue {
  color: #0f529e;
}

/* line 52, sass/dei/_typography.scss */
.light-blue {
  color: #4c85c5;
}

/* line 55, sass/dei/_typography.scss */
.dark-blue {
  color: #082e58;
}

/* line 58, sass/dei/_typography.scss */
.gold {
  color: #a99a6f;
}

/* line 63, sass/dei/_typography.scss */
em {
  font-style: italic;
}

/* line 64, sass/dei/_typography.scss */
strong, b {
  font-weight: 700;
}

/* line 65, sass/dei/_typography.scss */
small {
  font-size: 75%;
}

/* line 66, sass/dei/_typography.scss */
.light, footer.page-footer .footer-copyright {
  font-weight: 400;
}

/* line 67, sass/dei/_typography.scss */
.thin {
  font-weight: 300;
}

/* line 70, sass/dei/_typography.scss */
.flow-text {
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 400px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 440px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 480px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 520px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 560px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 600px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 640px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 680px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 720px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 760px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 800px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 840px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 880px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 920px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 960px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 1000px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 1040px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 1080px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 1120px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 1160px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  /* line 70, sass/dei/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 3, sass/dei/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: white;
}

/* line 12, sass/dei/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: white;
  transition: box-shadow .25s;
  border-radius: 2px;
}
/* line 21, sass/dei/_cards.scss */
.card .card-title {
  font-size: 1.3em;
  color: #4c85c5;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 24, sass/dei/_cards.scss */
body.secondary-colors .card .card-title {
  color: #0f529e;
}
/* line 29, sass/dei/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}
/* line 35, sass/dei/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}
/* line 38, sass/dei/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
/* line 42, sass/dei/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 40%;
  overflow: hidden;
}
/* line 46, sass/dei/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 54, sass/dei/_cards.scss */
.card.slider-card .card-image {
  max-height: 70%;
  overflow: visible;
}
/* line 58, sass/dei/_cards.scss */
.card.slider-card .card-content {
  max-height: 30%;
  overflow: hidden;
}
/* line 64, sass/dei/_cards.scss */
.card.small {
  height: 300px;
}
/* line 68, sass/dei/_cards.scss */
.card.medium {
  height: 400px;
}
/* line 72, sass/dei/_cards.scss */
.card.large {
  height: 500px;
}
/* line 77, sass/dei/_cards.scss */
.card .card-image {
  position: relative;
}
/* line 81, sass/dei/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
/* line 92, sass/dei/_cards.scss */
.card .card-image .card-title {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
/* line 102, sass/dei/_cards.scss */
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
/* line 106, sass/dei/_cards.scss */
.card .card-content p {
  margin: 0;
  color: inherit;
}
/* line 115, sass/dei/_cards.scss */
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
  z-index: 2;
}
/* line 122, sass/dei/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #4c85c5;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}
/* line 128, sass/dei/_cards.scss */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #99bade;
}
/* line 131, sass/dei/_cards.scss */
.card .card-action + .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
/* line 137, sass/dei/_cards.scss */
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: white;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
/* line 148, sass/dei/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
/* line 154, sass/dei/_cards.scss */
.slider-container .card .card-content {
  padding: 0;
}

/* line 1, sass/materialize/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  /* line 1, sass/materialize/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1099px) {
  /* line 1, sass/materialize/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1, sass/materialize/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, sass/materialize/_toast.scss */
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 45, sass/materialize/_toast.scss */
.toast .btn, .toast .btn-large, .toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
/* line 49, sass/materialize/_toast.scss */
.toast .wc-forward {
  margin-right: 3rem;
}
/* line 53, sass/materialize/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  /* line 22, sass/materialize/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
    font-size: 0.7rem;
  }
  /* line 61, sass/materialize/_toast.scss */
  .toast .button {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1099px) {
  /* line 22, sass/materialize/_toast.scss */
  .toast {
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 22, sass/materialize/_toast.scss */
  .toast {
    float: right;
  }
}

/* line 1, sass/materialize/_tooltip.scss */
.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%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left;
}

/* line 22, sass/materialize/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
}
/* line 1, sass/materialize/_dropdown.scss */
.dropdown-content {
  background-color: white;
  margin: 0;
  display: none;
  min-width: 300px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
/* line 14, sass/materialize/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 32px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
/* line 24, sass/materialize/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eeeeee;
}
/* line 28, sass/materialize/_dropdown.scss */
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
/* line 32, sass/materialize/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
/* line 37, sass/materialize/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #0f529e;
  display: block;
  line-height: 22px;
  padding: 5px 16px;
}
/* line 46, sass/materialize/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}
/* line 53, sass/materialize/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}
/* line 58, sass/materialize/_dropdown.scss */
.dropdown-content.select-dropdown li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * 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
 */
/* line 12, sass/materialize/_waves.scss */
.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;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}
/* line 39, sass/materialize/_waves.scss */
.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 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
/* line 61, sass/materialize/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
/* line 65, sass/materialize/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
/* line 68, sass/materialize/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
/* line 71, sass/materialize/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
/* line 74, sass/materialize/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
/* line 77, sass/materialize/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
/* line 80, sass/materialize/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
/* line 85, sass/materialize/_waves.scss */
.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: none;
}

/* line 95, sass/materialize/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 99, sass/materialize/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 132, sass/materialize/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
/* line 140, sass/materialize/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 148, sass/materialize/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 166, sass/materialize/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 171, sass/materialize/_waves.scss */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, sass/materialize/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  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: 1099px) {
  /* line 1, sass/materialize/_modal.scss */
  .modal {
    width: 80%;
  }
}
/* line 22, sass/materialize/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}
/* line 26, sass/materialize/_modal.scss */
.modal .modal-content {
  padding: 24px;
  margin: 0 auto;
  max-width: 1600px;
}
/* line 31, sass/materialize/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}
/* line 35, sass/materialize/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
/* line 42, sass/materialize/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
/* line 46, sass/materialize/_modal.scss */
.modal .modal-footer .button, .modal .modal-footer button {
  margin: 6px 0;
}

/* line 51, sass/materialize/_modal.scss */
.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 67, sass/materialize/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
/* line 71, sass/materialize/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
/* line 79, sass/materialize/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 87, sass/materialize/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, sass/materialize/_collapsible.scss */
.collapsible {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, sass/materialize/_collapsible.scss */
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: white;
  border-bottom: 1px solid #dddddd;
}
/* line 18, sass/materialize/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

/* line 29, sass/materialize/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
/* line 34, sass/materialize/_collapsible.scss */
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}

/* line 44, sass/materialize/_collapsible.scss */
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
/* line 48, sass/materialize/_collapsible.scss */
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
/* line 51, sass/materialize/_collapsible.scss */
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 30px;
}
/* line 58, sass/materialize/_collapsible.scss */
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 59, sass/materialize/_collapsible.scss */
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
/* line 62, sass/materialize/_collapsible.scss */
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: white;
}
/* line 66, sass/materialize/_collapsible.scss */
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 37.5px 0 45px;
}

/* line 76, sass/materialize/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}
/* line 79, sass/materialize/_collapsible.scss */
.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);
}
/* line 85, sass/materialize/_collapsible.scss */
.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;
}

/* line 1, sass/materialize/_chips.scss */
.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;
}
/* line 12, sass/materialize/_chips.scss */
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
/* line 20, sass/materialize/_chips.scss */
.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 1, sass/materialize/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}
/* line 7, sass/materialize/_materialbox.scss */
.materialboxed:hover {
  will-change: left, top, width, height;
}
/* line 8, sass/materialize/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 15, sass/materialize/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, sass/materialize/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, sass/materialize/_materialbox.scss */
.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;
}

/* line 2, sass/materialize/forms/_forms.scss */
select:focus {
  outline: 1px solid #a6ccf7;
}

/* line 6, sass/materialize/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #115cb1;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, sass/materialize/forms/_input-fields.scss */
::-webkit-input-placeholder {
  color: inherit;
}

/* line 10, sass/materialize/forms/_input-fields.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}

/* line 14, sass/materialize/forms/_input-fields.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}

/* line 18, sass/materialize/forms/_input-fields.scss */
:-ms-input-placeholder {
  color: inherit;
}
/* Search Field */
/* line 186, sass/materialize/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}
/* line 192, sass/materialize/forms/_input-fields.scss */
.input-field input[type=search]:focus {
  background-color: white;
  border: 0;
  box-shadow: none;
  color: #444;
}
/* line 200, sass/materialize/forms/_input-fields.scss */
.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .mdi-navigation-close, .input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
/* line 205, sass/materialize/forms/_input-fields.scss */
.input-field input[type=search] + label {
  left: 1rem;
}
/* line 210, sass/materialize/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 225, sass/materialize/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 4.5rem;
  background-color: transparent;
}
/* line 230, sass/materialize/forms/_input-fields.scss */
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 1.5rem;
}

/* line 239, sass/materialize/forms/_input-fields.scss */
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Switch
   ========================================================================== */
/* line 5, sass/materialize/forms/_switches.scss */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/* line 12, sass/materialize/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 16, sass/materialize/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
/* line 21, sass/materialize/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #5a92d3;
}
/* line 24, sass/materialize/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #0f529e;
  left: 24px;
}

/* line 31, sass/materialize/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
/* line 44, sass/materialize/forms/_switches.scss */
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  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 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

/* line 61, sass/materialize/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(15, 82, 158, 0.1);
}

/* line 66, sass/materialize/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

/* line 71, sass/materialize/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

/* line 76, sass/materialize/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}
/* File Input
   ========================================================================== */
/* line 4, sass/materialize/forms/_file-input.scss */
.file-field {
  position: relative;
}
/* line 7, sass/materialize/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
/* line 12, sass/materialize/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}
/* line 14, sass/materialize/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large {
  float: left;
  height: 1.5rem;
  line-height: 1.5rem;
}
/* line 20, sass/materialize/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}
/* line 24, sass/materialize/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Range
   ========================================================================== */
/* line 4, sass/materialize/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 9, sass/materialize/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, sass/materialize/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
/* line 23, sass/materialize/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, sass/materialize/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #0f529e;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
/* line 41, sass/materialize/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #0f529e;
  font-size: 0;
  transform: rotate(45deg);
}
/* line 50, sass/materialize/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
/* line 53, sass/materialize/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: white;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 63, sass/materialize/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 67, sass/materialize/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 73, sass/materialize/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #0f529e;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

/* line 85, sass/materialize/forms/_range.scss */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

/* line 90, sass/materialize/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 97, sass/materialize/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

/* line 103, sass/materialize/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #0f529e;
  margin-top: -5px;
}

/* line 113, sass/materialize/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 118, sass/materialize/forms/_range.scss */
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

/* line 123, sass/materialize/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 137, sass/materialize/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 141, sass/materialize/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 145, sass/materialize/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #0f529e;
}

/* line 153, sass/materialize/forms/_range.scss */
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

/* line 157, sass/materialize/forms/_range.scss */
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
/* line 5, sass/materialize/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}
/* line 9, sass/materialize/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}
/* line 12, sass/materialize/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
/* line 22, sass/materialize/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #739fd1;
}
/* line 27, sass/materialize/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #739fd1;
}

/* line 1, sass/materialize/_sideNav.scss */
.side-nav {
  position: fixed;
  width: 75vw;
  max-width: 400px;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: white;
  z-index: 999;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

.side-nav.active {
  transform: translateX(0);
}
/* line 23, sass/materialize/_sideNav.scss */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
/* line 30, sass/materialize/_sideNav.scss */
.side-nav .collapsible {
  margin: 0;
}
/* line 35, sass/materialize/_sideNav.scss */
.side-nav li {
  float: none;
  line-height: 64px;
}
/* line 39, sass/materialize/_sideNav.scss */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 42, sass/materialize/_sideNav.scss */
.side-nav a {
  color: #444444;
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
}
/* line 50, sass/materialize/_sideNav.scss */
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 52, sass/materialize/_sideNav.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
  margin: 10px 15px;
}
/* line 58, sass/materialize/_sideNav.scss */
.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
  color: white;
}
/* line 59, sass/materialize/_sideNav.scss */
.side-nav a.btn-flat {
  color: #343434;
}
/* line 62, sass/materialize/_sideNav.scss */
.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
  background-color: #115eb5;
}
/* line 63, sass/materialize/_sideNav.scss */
.side-nav a.btn-floating:hover {
  background-color: #0f529e;
}

/* line 69, sass/materialize/_sideNav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 80, sass/materialize/_sideNav.scss */
.side-nav.fixed a {
  display: block;
  padding: 0 30px;
  color: #444444;
}

/* line 89, sass/materialize/_sideNav.scss */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
/* line 95, sass/materialize/_sideNav.scss */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1099px) {
  /* line 103, sass/materialize/_sideNav.scss */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 106, sass/materialize/_sideNav.scss */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
}
/* line 114, sass/materialize/_sideNav.scss */
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #4c85c5;
}
/* line 116, sass/materialize/_sideNav.scss */
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: white;
}

/* line 122, sass/materialize/_sideNav.scss */
#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;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, sass/materialize/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
/* line 36, sass/materialize/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
/* line 41, sass/materialize/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
/* line 46, sass/materialize/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  /* line 54, sass/materialize/_preloader.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  /* line 58, sass/materialize/_preloader.scss */
  to {
    transform: rotate(360deg);
  }
}

/* line 61, sass/materialize/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #0f529e;
}

/* line 70, sass/materialize/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 75, sass/materialize/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 80, sass/materialize/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 85, sass/materialize/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, sass/materialize/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -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;
}

/* line 108, sass/materialize/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -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;
}

/* line 114, sass/materialize/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -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;
}

/* line 120, sass/materialize/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -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;
}

/* line 130, sass/materialize/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  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 {
  /* line 138, sass/materialize/_preloader.scss */
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  /* line 139, sass/materialize/_preloader.scss */
  25% {
    -webkit-transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  /* line 140, sass/materialize/_preloader.scss */
  37.5% {
    -webkit-transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  /* line 141, sass/materialize/_preloader.scss */
  50% {
    -webkit-transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  /* line 142, sass/materialize/_preloader.scss */
  62.5% {
    -webkit-transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  /* line 143, sass/materialize/_preloader.scss */
  75% {
    -webkit-transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  /* line 144, sass/materialize/_preloader.scss */
  87.5% {
    -webkit-transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  /* line 145, sass/materialize/_preloader.scss */
  to {
    -webkit-transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  /* line 149, sass/materialize/_preloader.scss */
  12.5% {
    transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  /* line 150, sass/materialize/_preloader.scss */
  25% {
    transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  /* line 151, sass/materialize/_preloader.scss */
  37.5% {
    transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  /* line 152, sass/materialize/_preloader.scss */
  50% {
    transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  /* line 153, sass/materialize/_preloader.scss */
  62.5% {
    transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  /* line 154, sass/materialize/_preloader.scss */
  75% {
    transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  /* line 155, sass/materialize/_preloader.scss */
  87.5% {
    transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  /* line 156, sass/materialize/_preloader.scss */
  to {
    transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  /* line 160, sass/materialize/_preloader.scss */
  from {
    opacity: 1;
  }

  /* line 161, sass/materialize/_preloader.scss */
  25% {
    opacity: 1;
  }

  /* line 162, sass/materialize/_preloader.scss */
  26% {
    opacity: 0;
  }

  /* line 163, sass/materialize/_preloader.scss */
  89% {
    opacity: 0;
  }

  /* line 164, sass/materialize/_preloader.scss */
  90% {
    opacity: 1;
  }

  /* line 165, sass/materialize/_preloader.scss */
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  /* line 169, sass/materialize/_preloader.scss */
  from {
    opacity: 1;
  }

  /* line 170, sass/materialize/_preloader.scss */
  25% {
    opacity: 1;
  }

  /* line 171, sass/materialize/_preloader.scss */
  26% {
    opacity: 0;
  }

  /* line 172, sass/materialize/_preloader.scss */
  89% {
    opacity: 0;
  }

  /* line 173, sass/materialize/_preloader.scss */
  90% {
    opacity: 1;
  }

  /* line 174, sass/materialize/_preloader.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  /* line 178, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 179, sass/materialize/_preloader.scss */
  15% {
    opacity: 0;
  }

  /* line 180, sass/materialize/_preloader.scss */
  25% {
    opacity: 1;
  }

  /* line 181, sass/materialize/_preloader.scss */
  50% {
    opacity: 1;
  }

  /* line 182, sass/materialize/_preloader.scss */
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  /* line 186, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 187, sass/materialize/_preloader.scss */
  15% {
    opacity: 0;
  }

  /* line 188, sass/materialize/_preloader.scss */
  25% {
    opacity: 1;
  }

  /* line 189, sass/materialize/_preloader.scss */
  50% {
    opacity: 1;
  }

  /* line 190, sass/materialize/_preloader.scss */
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  /* line 194, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 195, sass/materialize/_preloader.scss */
  40% {
    opacity: 0;
  }

  /* line 196, sass/materialize/_preloader.scss */
  50% {
    opacity: 1;
  }

  /* line 197, sass/materialize/_preloader.scss */
  75% {
    opacity: 1;
  }

  /* line 198, sass/materialize/_preloader.scss */
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  /* line 202, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 203, sass/materialize/_preloader.scss */
  40% {
    opacity: 0;
  }

  /* line 204, sass/materialize/_preloader.scss */
  50% {
    opacity: 1;
  }

  /* line 205, sass/materialize/_preloader.scss */
  75% {
    opacity: 1;
  }

  /* line 206, sass/materialize/_preloader.scss */
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  /* line 210, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 211, sass/materialize/_preloader.scss */
  65% {
    opacity: 0;
  }

  /* line 212, sass/materialize/_preloader.scss */
  75% {
    opacity: 1;
  }

  /* line 213, sass/materialize/_preloader.scss */
  90% {
    opacity: 1;
  }

  /* line 214, sass/materialize/_preloader.scss */
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  /* line 218, sass/materialize/_preloader.scss */
  from {
    opacity: 0;
  }

  /* line 219, sass/materialize/_preloader.scss */
  65% {
    opacity: 0;
  }

  /* line 220, sass/materialize/_preloader.scss */
  75% {
    opacity: 1;
  }

  /* line 221, sass/materialize/_preloader.scss */
  90% {
    opacity: 1;
  }

  /* line 222, sass/materialize/_preloader.scss */
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, sass/materialize/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, sass/materialize/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, sass/materialize/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
/* line 252, sass/materialize/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 268, sass/materialize/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
/* line 274, sass/materialize/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 284, sass/materialize/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -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;
}

/* line 290, sass/materialize/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -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 {
  /* line 297, sass/materialize/_preloader.scss */
  from {
    -webkit-transform: rotate(130deg);
  }

  /* line 298, sass/materialize/_preloader.scss */
  50% {
    -webkit-transform: rotate(-5deg);
  }

  /* line 299, sass/materialize/_preloader.scss */
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  /* line 303, sass/materialize/_preloader.scss */
  from {
    transform: rotate(130deg);
  }

  /* line 304, sass/materialize/_preloader.scss */
  50% {
    transform: rotate(-5deg);
  }

  /* line 305, sass/materialize/_preloader.scss */
  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  /* line 309, sass/materialize/_preloader.scss */
  from {
    -webkit-transform: rotate(-130deg);
  }

  /* line 310, sass/materialize/_preloader.scss */
  50% {
    -webkit-transform: rotate(5deg);
  }

  /* line 311, sass/materialize/_preloader.scss */
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  /* line 315, sass/materialize/_preloader.scss */
  from {
    transform: rotate(-130deg);
  }

  /* line 316, sass/materialize/_preloader.scss */
  50% {
    transform: rotate(5deg);
  }

  /* line 317, sass/materialize/_preloader.scss */
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, sass/materialize/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  /* line 327, sass/materialize/_preloader.scss */
  from {
    opacity: 1;
  }

  /* line 328, sass/materialize/_preloader.scss */
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  /* line 332, sass/materialize/_preloader.scss */
  from {
    opacity: 1;
  }

  /* line 333, sass/materialize/_preloader.scss */
  to {
    opacity: 0;
  }
}

/* line 1, sass/materialize/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
/* line 7, sass/materialize/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 16, sass/materialize/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}
/* line 20, sass/materialize/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
/* line 26, sass/materialize/_slider.scss */
.slider .slides {
  background-color: color("grey", "base");
  margin: 0;
  height: 400px;
}
/* line 31, sass/materialize/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
/* line 42, sass/materialize/_slider.scss */
.slider .slides li img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
/* line 49, sass/materialize/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
/* line 57, sass/materialize/_slider.scss */
.slider .slides li .caption p {
  color: color("grey", "lighten-2");
}
/* line 60, sass/materialize/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}
/* line 67, sass/materialize/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 70%;
  margin: 0;
  z-index: 99;
}
/* line 75, sass/materialize/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 0 1px;
  background-color: rgba(15, 82, 158, 0.1);
  transition: background-color .3s;
  border-radius: 50%;
}
/* line 87, sass/materialize/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #0f529e;
}

/* line 1, sass/materialize/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}
/* line 10, sass/materialize/_carousel.scss */
.carousel .carousel-item {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 16, sass/materialize/_carousel.scss */
.carousel .carousel-item img {
  width: 100%;
}
/* line 21, sass/materialize/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
/* line 26, sass/materialize/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 7, sass/materialize/date_picker/_default.scss */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
/* line 22, sass/materialize/date_picker/_default.scss */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 28, sass/materialize/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
/* line 34, sass/materialize/date_picker/_default.scss */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 51, sass/materialize/date_picker/_default.scss */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 60, sass/materialize/date_picker/_default.scss */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 70, sass/materialize/date_picker/_default.scss */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  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;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  /* line 88, sass/materialize/date_picker/_default.scss */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 96, sass/materialize/date_picker/_default.scss */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 103, sass/materialize/date_picker/_default.scss */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 109, sass/materialize/date_picker/_default.scss */
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
/* line 116, sass/materialize/date_picker/_default.scss */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  /* line 127, sass/materialize/date_picker/_default.scss */
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
/**
 * When the picker opens...
 */
/* line 156, sass/materialize/date_picker/_default.scss */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

/* line 166, sass/materialize/date_picker/_default.scss */
.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) {
  /* line 174, sass/materialize/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 187, sass/materialize/date_picker/_default.scss */
.picker__input.picker__input--active {
  border-color: color("blue", "lighten-5");
}

/* line 191, sass/materialize/date_picker/_default.scss */
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  /* line 197, sass/materialize/date_picker/_default.scss */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, sass/materialize/date_picker/_default.date.scss */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 13, sass/materialize/date_picker/_default.date.scss */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 22, sass/materialize/date_picker/_default.date.scss */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
/* line 32, sass/materialize/date_picker/_default.date.scss */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 41, sass/materialize/date_picker/_default.date.scss */
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

/* line 46, sass/materialize/date_picker/_default.date.scss */
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

/* line 52, sass/materialize/date_picker/_default.date.scss */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
/* line 59, sass/materialize/date_picker/_default.date.scss */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

/* line 73, sass/materialize/date_picker/_default.date.scss */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 82, sass/materialize/date_picker/_default.date.scss */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

/* line 95, sass/materialize/date_picker/_default.date.scss */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 104, sass/materialize/date_picker/_default.date.scss */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

/* line 117, sass/materialize/date_picker/_default.date.scss */
.picker__table th, .picker__table td {
  text-align: center;
}

/* line 126, sass/materialize/date_picker/_default.date.scss */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 133, sass/materialize/date_picker/_default.date.scss */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 142, sass/materialize/date_picker/_default.date.scss */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 150, sass/materialize/date_picker/_default.date.scss */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 170, sass/materialize/date_picker/_default.date.scss */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 175, sass/materialize/date_picker/_default.date.scss */
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

/* line 181, sass/materialize/date_picker/_default.date.scss */
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

/* line 187, sass/materialize/date_picker/_default.date.scss */
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

/* line 199, sass/materialize/date_picker/_default.date.scss */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 207, sass/materialize/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

/* line 218, sass/materialize/date_picker/_default.date.scss */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 225, sass/materialize/date_picker/_default.date.scss */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 231, sass/materialize/date_picker/_default.date.scss */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 239, sass/materialize/date_picker/_default.date.scss */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 251, sass/materialize/date_picker/_default.date.scss */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 259, sass/materialize/date_picker/_default.date.scss */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 266, sass/materialize/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 272, sass/materialize/date_picker/_default.date.scss */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 276, sass/materialize/date_picker/_default.date.scss */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 282, sass/materialize/date_picker/_default.date.scss */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 287, sass/materialize/date_picker/_default.date.scss */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 296, sass/materialize/date_picker/_default.date.scss */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 302, sass/materialize/date_picker/_default.date.scss */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 309, sass/materialize/date_picker/_default.date.scss */
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}

/* line 314, sass/materialize/date_picker/_default.date.scss */
.picker__date-display {
  text-align: center;
  background-color: #0f529e;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}

/* line 323, sass/materialize/date_picker/_default.date.scss */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #7aace5;
}

/* line 329, sass/materialize/date_picker/_default.date.scss */
.picker__weekday-display {
  background-color: #0c417d;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}

/* line 338, sass/materialize/date_picker/_default.date.scss */
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

/* line 342, sass/materialize/date_picker/_default.date.scss */
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}

/* line 347, sass/materialize/date_picker/_default.date.scss */
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 352, sass/materialize/date_picker/_default.date.scss */
.picker__box {
  padding: 0;
}

/* line 355, sass/materialize/date_picker/_default.date.scss */
.picker__calendar-container {
  padding: 0 1rem;
}
/* line 358, sass/materialize/date_picker/_default.date.scss */
.picker__calendar-container thead {
  border: none;
}

/* line 364, sass/materialize/date_picker/_default.date.scss */
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 369, sass/materialize/date_picker/_default.date.scss */
.picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 378, sass/materialize/date_picker/_default.date.scss */
.picker__day.picker__day--today {
  color: #0f529e;
}

/* line 382, sass/materialize/date_picker/_default.date.scss */
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

/* line 387, sass/materialize/date_picker/_default.date.scss */
.picker__weekday {
  font-size: .9rem;
}

/* line 394, sass/materialize/date_picker/_default.date.scss */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #0f529e;
  color: #ffffff;
}
/* line 399, sass/materialize/date_picker/_default.date.scss */
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #7aace5;
}

/* line 405, sass/materialize/date_picker/_default.date.scss */
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

/* line 411, sass/materialize/date_picker/_default.date.scss */
.picker__close, .picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #0f529e;
}

/* line 419, sass/materialize/date_picker/_default.date.scss */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 429, sass/materialize/date_picker/_default.date.scss */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

/* line 433, sass/materialize/date_picker/_default.date.scss */
button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus {
  background-color: #7aace5;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, sass/materialize/date_picker/_default.time.scss */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 15, sass/materialize/date_picker/_default.time.scss */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  /* line 24, sass/materialize/date_picker/_default.time.scss */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
/* line 29, sass/materialize/date_picker/_default.time.scss */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 37, sass/materialize/date_picker/_default.time.scss */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 42, sass/materialize/date_picker/_default.time.scss */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 50, sass/materialize/date_picker/_default.time.scss */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */
/* line 58, sass/materialize/date_picker/_default.time.scss */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 69, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

/* line 83, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

/* line 92, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

/* line 99, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 109, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 116, sass/materialize/date_picker/_default.time.scss */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  /* line 122, sass/materialize/date_picker/_default.time.scss */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 5, sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, sass/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, sass/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, sass/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, sass/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, sass/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 166, sass/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 167, sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 168, sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 169, sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 170, sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 171, sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 172, sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 173, sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 174, sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 175, sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 176, sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 177, sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 178, sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 179, sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 180, sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 181, sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 182, sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 183, sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 184, sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 186, sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 188, sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 189, sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 190, sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 192, sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 194, sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 195, sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 197, sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 198, sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 201, sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 202, sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 203, sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 204, sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 205, sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 206, sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 207, sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 208, sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 209, sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 210, sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 211, sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 212, sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 213, sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 214, sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 215, sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 216, sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 217, sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 218, sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 220, sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 222, sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 224, sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 225, sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 226, sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 228, sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 230, sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 232, sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 233, sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 234, sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 236, sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 237, sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 238, sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 240, sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 241, sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 242, sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 243, sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 244, sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 245, sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 246, sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 247, sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 248, sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 249, sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 250, sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 251, sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 252, sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 253, sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 254, sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 255, sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 256, sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 257, sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 258, sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 259, sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 260, sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 261, sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 262, sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 263, sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 264, sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 265, sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 266, sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 267, sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 268, sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 269, sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 270, sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 272, sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 273, sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 274, sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 275, sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 276, sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 277, sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 279, sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 280, sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 281, sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 282, sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 283, sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 284, sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 285, sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 286, sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 287, sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 288, sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 289, sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 290, sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 291, sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 293, sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 296, sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 297, sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 298, sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 299, sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 301, sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 302, sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 303, sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 304, sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 305, sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 306, sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 307, sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 308, sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 309, sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 310, sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 311, sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 312, sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 313, sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 314, sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 315, sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 316, sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 317, sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 318, sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 319, sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 320, sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 321, sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 322, sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 323, sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 324, sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 325, sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 326, sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 327, sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 328, sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 329, sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 330, sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 331, sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 332, sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 333, sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 334, sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 335, sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 336, sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 337, sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 338, sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 340, sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 342, sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 344, sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 346, sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 347, sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 349, sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 351, sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 355, sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 358, sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 360, sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 362, sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 363, sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 364, sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 365, sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 366, sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 367, sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 368, sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 369, sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 370, sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 371, sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 372, sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 373, sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 374, sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 375, sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 376, sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 377, sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 378, sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 379, sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 380, sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 381, sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 382, sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 383, sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 384, sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 385, sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 386, sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 387, sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 388, sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 389, sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 390, sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 391, sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 392, sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 393, sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 394, sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 395, sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 396, sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 397, sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 398, sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 399, sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 400, sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 402, sass/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 403, sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 404, sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 405, sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 406, sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 407, sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 408, sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 409, sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 410, sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 411, sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 412, sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 413, sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 415, sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 416, sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 417, sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 418, sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 420, sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 421, sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 422, sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 423, sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 424, sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 426, sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 429, sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 431, sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 432, sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 433, sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 434, sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 435, sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 436, sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 437, sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 438, sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 439, sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 440, sass/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 441, sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 442, sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 443, sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 444, sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 445, sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 446, sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 447, sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 448, sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 449, sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 450, sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 451, sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 452, sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 453, sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 454, sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 455, sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 456, sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 458, sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 460, sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 461, sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 462, sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 463, sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 464, sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 465, sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 466, sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 467, sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 468, sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 469, sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 472, sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 474, sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 476, sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 478, sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 479, sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 480, sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 481, sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 482, sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 487, sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 488, sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 490, sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 492, sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 493, sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 494, sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 495, sass/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 496, sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 497, sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 499, sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 501, sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 503, sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 504, sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 506, sass/font-awesome/_icons.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 507, sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 508, sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 509, sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 510, sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 511, sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 512, sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 514, sass/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 515, sass/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 516, sass/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 517, sass/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 518, sass/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 519, sass/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 520, sass/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 521, sass/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 522, sass/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 523, sass/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 524, sass/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 525, sass/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 526, sass/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 527, sass/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 528, sass/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 529, sass/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 530, sass/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 531, sass/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 532, sass/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 533, sass/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 534, sass/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 535, sass/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 536, sass/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 537, sass/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 538, sass/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 539, sass/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 540, sass/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 541, sass/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 542, sass/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 543, sass/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 544, sass/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 545, sass/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 546, sass/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 547, sass/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 548, sass/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 549, sass/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 550, sass/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 551, sass/font-awesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 554, sass/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 555, sass/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 556, sass/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 557, sass/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 558, sass/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 559, sass/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 560, sass/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 561, sass/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 562, sass/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 563, sass/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 564, sass/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 565, sass/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 566, sass/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 567, sass/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 568, sass/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 569, sass/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 570, sass/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 571, sass/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 572, sass/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 573, sass/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 574, sass/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 575, sass/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 576, sass/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 577, sass/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 578, sass/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 579, sass/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 580, sass/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 581, sass/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 582, sass/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 583, sass/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 584, sass/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 585, sass/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 586, sass/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 587, sass/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 588, sass/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 589, sass/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 590, sass/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 592, sass/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 593, sass/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 594, sass/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 595, sass/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 596, sass/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* Image Alignment
----------------------------------------------------------------------------------------*/
/* line 3, sass/wordpress/_wp-styles.scss */
.alignnone {
  display: block;
  position: relative;
}

/* line 7, sass/wordpress/_wp-styles.scss */
.alignright {
  float: right;
  margin: 10px;
  display: inline;
}

/* line 12, sass/wordpress/_wp-styles.scss */
.alignleft {
  float: left;
  margin-right: 30px;
  display: inline;
}

/* line 17, sass/wordpress/_wp-styles.scss */
.aligncenter {
  display: block;
  text-align: center;
  margin: auto;
}

/* line 22, sass/wordpress/_wp-styles.scss */
.sticky, .bypostauthor {
  font-weight: normal;
}

/* line 26, sass/wordpress/_wp-styles.scss */
img, .alignright, .alignleft, .aligncenter, .wp-caption {
  max-width: 100%;
  height: auto;
}

/* line 34, sass/wordpress/_wp-styles.scss */
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* line 42, sass/wordpress/_wp-styles.scss */
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}

/* line 48, sass/wordpress/_wp-styles.scss */
.postmetadata {
  margin: 10px 0 10px 0;
}

/* line 49, sass/wordpress/_wp-styles.scss */
.entry-meta {
  position: relative;
}

/* line 50, sass/wordpress/_wp-styles.scss */
.post-edit-link {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  color: #FFF;
  background: #000;
  padding: 1em;
  z-index: 999;
}
/* line 59, sass/wordpress/_wp-styles.scss */
.post-edit-link:hover {
  opacity: 0.9;
  color: #FFF;
}

/* Caption Styling
----------------------------------------------------------------------------------------*/
/* line 67, sass/wordpress/_wp-styles.scss */
.wp-caption {
  max-width: 100%;
}

/* line 73, sass/wordpress/_wp-styles.scss */
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  padding: 0 9px 9px;
  text-align: center;
}

/* line 78, sass/wordpress/_wp-styles.scss */
.wp-caption .wp-caption-text {
  padding-top: 9px;
}

/* line 82, sass/wordpress/_wp-styles.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 86, sass/wordpress/_wp-styles.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 90, sass/wordpress/_wp-styles.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
/* Magnific Popup CSS */
/* line 76, sass/plugins/_gallery-mag.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 93, sass/plugins/_gallery-mag.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 105, sass/plugins/_gallery-mag.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 120, sass/plugins/_gallery-mag.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 131, sass/plugins/_gallery-mag.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 138, sass/plugins/_gallery-mag.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 148, sass/plugins/_gallery-mag.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 155, sass/plugins/_gallery-mag.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 159, sass/plugins/_gallery-mag.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 165, sass/plugins/_gallery-mag.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 172, sass/plugins/_gallery-mag.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 180, sass/plugins/_gallery-mag.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 188, sass/plugins/_gallery-mag.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 207, sass/plugins/_gallery-mag.scss */
.mfp-hide {
  display: none !important;
}

/* line 218, sass/plugins/_gallery-mag.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 228, sass/plugins/_gallery-mag.scss */
.mfp-preloader a {
  color: #cccccc;
}
/* line 230, sass/plugins/_gallery-mag.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 238, sass/plugins/_gallery-mag.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 245, sass/plugins/_gallery-mag.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 253, sass/plugins/_gallery-mag.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 266, sass/plugins/_gallery-mag.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 274, sass/plugins/_gallery-mag.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 296, sass/plugins/_gallery-mag.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 303, sass/plugins/_gallery-mag.scss */
.mfp-close:active {
  top: 1px;
}

/* line 308, sass/plugins/_gallery-mag.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 314, sass/plugins/_gallery-mag.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 324, sass/plugins/_gallery-mag.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 336, sass/plugins/_gallery-mag.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 349, sass/plugins/_gallery-mag.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 353, sass/plugins/_gallery-mag.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 362, sass/plugins/_gallery-mag.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 376, sass/plugins/_gallery-mag.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 384, sass/plugins/_gallery-mag.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 392, sass/plugins/_gallery-mag.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 396, sass/plugins/_gallery-mag.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
/* line 401, sass/plugins/_gallery-mag.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 407, sass/plugins/_gallery-mag.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 410, sass/plugins/_gallery-mag.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
/* line 415, sass/plugins/_gallery-mag.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 425, sass/plugins/_gallery-mag.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 428, sass/plugins/_gallery-mag.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 433, sass/plugins/_gallery-mag.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 437, sass/plugins/_gallery-mag.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 442, sass/plugins/_gallery-mag.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
/* line 462, sass/plugins/_gallery-mag.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 477, sass/plugins/_gallery-mag.scss */
.mfp-figure {
  line-height: 0;
}
/* line 479, sass/plugins/_gallery-mag.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
/* line 493, sass/plugins/_gallery-mag.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 499, sass/plugins/_gallery-mag.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 503, sass/plugins/_gallery-mag.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 511, sass/plugins/_gallery-mag.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 520, sass/plugins/_gallery-mag.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 527, sass/plugins/_gallery-mag.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 540, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 545, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 551, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 555, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 560, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 570, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 574, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 578, sass/plugins/_gallery-mag.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 598, sass/plugins/_gallery-mag.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 602, sass/plugins/_gallery-mag.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 606, sass/plugins/_gallery-mag.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 610, sass/plugins/_gallery-mag.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 622, sass/plugins/_gallery-mag.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 625, sass/plugins/_gallery-mag.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 632, sass/plugins/_gallery-mag.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 635, sass/plugins/_gallery-mag.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 638, sass/plugins/_gallery-mag.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 648, sass/plugins/_gallery-mag.scss */
.item.dei {
  padding: 10px;
}
/* line 650, sass/plugins/_gallery-mag.scss */
.item.dei img {
  width: 100%;
}

/* line 4, sass/plugins/_wpcourseware.scss */
.wpcw_clear {
  clear: both;
  height: 1px;
  padding: 0;
  margin: 0;
  line-height: 1px;
}

/* Shortcode - Course Progress */
/* line 13, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress {
  font-size: 10pt;
  border-spacing: 0;
  border-radius: 3px;
  border: 1px solid #DDD;
  border-bottom: 0;
}

/* line 21, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress td {
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

/* line 27, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress th {
  padding: 5px 15px;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  background: #e9e9e9;
}

/* line 37, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress .wpcw_fe_course_progress_grade, #wpcw_fe_course_progress .wpcw_fe_course_progress_pc, #wpcw_fe_course_progress .wpcw_fe_course_progress_certificate {
  text-align: center;
}

/* line 41, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress .wpcw_fe_course_progress_grade {
  font-weight: 600;
}

/* line 45, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress #wpcw_fe_course {
  margin: 0;
  background: #fff;
}

/* line 50, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress td.wpcw_fe_course_progress_detail {
  padding: 5px;
  background: #efefef;
  display: none;
}

/* line 56, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress .wpcw_fe_course_progress_course {
  line-height: 20px;
}

/* line 60, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress .wpcw_fe_course_progress_course a {
  background: url("../img/icon_toggle_closed.png") no-repeat 0 3px;
  padding-left: 22px;
  display: block;
  text-decoration: none;
}

/* line 67, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress .wpcw_fe_course_progress_course.active a {
  background-image: url("../img/icon_toggle_open.png");
}

/* line 71, sass/plugins/_wpcourseware.scss */
.wpcw_fe_course_progress_course a:hover {
  text-decoration: underline;
}

/* line 76, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course_progress td.wpcw_fe_course_progress_detail #wpcw_fe_course td {
  padding: 2px 5px;
}

/* Course Header */
/* line 81, sass/plugins/_wpcourseware.scss */
.wpcw_fe_course_title {
  font-size: 18pt;
}

/* line 85, sass/plugins/_wpcourseware.scss */
.wpcw_fe_course_desc {
  font-size: 12pt;
  margin: 10px 0 30px;
}

/* Course Details */
/* line 91, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course {
  font-size: 10pt;
  border-spacing: 0;
  border-radius: 3px;
  border: 1px solid #DDD;
  border-bottom: 0;
}

/* line 99, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course td {
  padding: 10px 15px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

/* line 105, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course .wpcw_fe_unit_none td {
  color: #AAA;
  font-weight: 600;
  text-align: center;
}

/* line 111, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course .wpcw_fe_quiz {
  color: #AAA;
  text-align: left;
}

/* line 116, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course .wpcw_fe_module td {
  font-weight: 600;
}

/* line 129, sass/plugins/_wpcourseware.scss */
#wpcw_fe_course .wpcw_fe_unit a {
  font-weight: 600;
  color: #0f529e;
}

/* Widget Progress */
/* line 135, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress #wpcw_fe_course {
  font-size: 9pt;
}

/* line 139, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress #wpcw_fe_course td {
  padding: 2px 5px;
}

/* line 143, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress #wpcw_fe_course .wpcw_fe_unit_progress span {
  display: none;
}

/* line 152, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress #wpcw_fe_course .wpcw_fe_unit_complete a, .wpcw_widget_progress #wpcw_fe_course .wpcw_fe_unit_complete {
  color: #888;
}

/* line 156, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress tr.wpcw_fe_module {
  cursor: pointer;
}

/* line 160, sass/plugins/_wpcourseware.scss */
.wpcw_widget_progress .wpcw_fe_toggle {
  text-align: right;
  vertical-align: top;
  font-size: 150%;
  font-weight: 600;
}

/* Progress */
/* line 168, sass/plugins/_wpcourseware.scss */
.wpcw_fe_unit_progress span {
  display: block;
  background: url("../img/icon_pending_24.png") transparent no-repeat;
  height: 24px;
  width: 24px;
  margin: 0 auto;
}

/** Icons from: http://www.iconfinder.com/search/?q=iconset%3Afunction_icon_set */
/* line 181, sass/plugins/_wpcourseware.scss */
.wpcw_fe_unit_progress_complete span {
  background-image: url("../img/icon_complete_24.png");
}

/* Completion Box */
/* line 186, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box {
  margin: 10px 0;
  border: 1px solid #DDD;
  padding: 15px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.2em;
}

/* line 197, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box p {
  line-height: 1.2em !important;
  margin: 0 0 1em !important;
}

/* line 202, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box p:last-child {
  margin-bottom: 0 !important;
}

/* line 8, sass/materialize/_mixins.scss */
.wpcw_fe_progress_box_complete:before, .wpcw_fe_progress_box_complete:after {
  content: " ";
  display: table;
}
/* line 12, sass/materialize/_mixins.scss */
.wpcw_fe_progress_box_complete:after {
  clear: both;
}

/* line 212, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box_pending {
  color: #050505;
  background: #BAF5BA;
  border-color: #26C510;
}

/* line 218, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box_error {
  color: #7c0a0a;
  background: #fcd6d6;
  border-color: #7c0a0a;
}

/* line 224, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box_success {
  color: green;
  background: #BAF5BA;
  border-color: #26C510;
}

/* line 230, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box_warning {
  color: #918817;
  background-color: #FFFFE0;
  border-color: #E6DB55;
}

/* line 236, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_box_mark, .wpcw_fe_progress_box_download {
  float: right;
  margin: 5px 0 10px 20px;
}

/* line 241, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_submit_data input.fe_btn {
  margin-left: 5px;
  margin-right: 5px;
}

/* Quiz Boxes */
/* line 396, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box {
  margin: 10px 0;
  padding: 15px 20px;
  line-height: 1.2em;
}

/* line 406, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_single {
  padding: 15px 0 10px;
}

/* line 411, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box .wpcw_fe_quiz_q_single:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 416, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_single_error {
  color: #7c0a0a;
  background: #FDE0E0;
  border: 1px solid #7c0a0a;
  margin: 10px auto 15px;
  font-size: .9em;
  padding: 5px;
  border-radius: 3px;
}

/* line 426, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_single textarea {
  margin: 15px 0 5px;
  width: 95%;
}

/* line 431, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_pending {
  border: none;
}

/* line 436, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_title {
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 441, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_image, .wpcw_fe_quiz_a_image {
  margin: 10px 0;
}

/* line 446, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_wrap .wpcw_fe_quiz_q_image img, .wpcw_fe_quiz_box_wrap .wpcw_fe_quiz_a_image img {
  max-width: 100%;
  border: 1px solid #ddd;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #fff;
  padding: 3px;
}

/* line 456, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_pass_mark {
  font-size: 90%;
  margin-bottom: 5px;
  line-height: 1.2em;
}

/* line 462, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_hdr {
  margin: 15px 0 10px;
  clear: both;
}

/* line 468, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_wrap ul.wpcw_fe_quiz_q_answers {
  padding: 10px 0 10px 15px;
  list-style-type: none;
  margin: 0;
}
/* line 472, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_wrap ul.wpcw_fe_quiz_q_answers li {
  list-style: none;
}
/* line 475, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_wrap ul.wpcw_fe_quiz_q_answers label {
  text-transform: none;
}

/* line 480, sass/plugins/_wpcourseware.scss */
ul.wpcw_fe_quiz_q_answers input[type="radio"]:checked + label {
  font-weight: 600;
}

/* line 484, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_submit {
  text-align: center;
  padding: 10px 0 10px;
}

/* line 489, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_retake {
  text-align: center;
  padding: 10px 0 10px;
}

/* line 494, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_retake .wpcw_loader {
  margin-bottom: 15px;
}

/* line 498, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_title {
  margin-bottom: 15px;
  font-size: 110%;
}

/* line 503, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_error .wpcw_fe_quiz_q_title {
  font-weight: 600;
  color: #7c0a0a;
}

/* line 508, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_hint {
  margin: 5px 0;
  font-size: 90%;
  font-style: italic;
  font-size: 90%;
}

/* line 516, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_error ul.wpcw_fe_quiz_q_answers input[type="radio"]:checked + label {
  color: #7c0a0a;
}

/* line 520, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_error .wpcw_fe_quiz_status {
  padding-left: 10px;
  font-style: italic;
}

/* line 527, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_correct, .wpcw_fe_quiz_q_user_grade, .wpcw_fe_quiz_q_your_answer, .wpcw_fe_quiz_q_explanation {
  margin: 5px 0;
}

/* line 531, sass/plugins/_wpcourseware.scss */
#wpcw_fe_outer_wrap ul.wpcw_fe_quiz_q_possible_list {
  margin: .5em 0;
  list-style: disc;
}

/* line 536, sass/plugins/_wpcourseware.scss */
#wpcw_fe_outer_wrap ul.wpcw_fe_quiz_q_possible_list li {
  margin: .2em 3em;
  padding: 0;
  line-height: 1.2em;
}

/* line 542, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_result {
  margin: 5px 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: 600;
  min-height: 16px;
  background-position: 0 2px;
}

/* line 551, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_result_correct {
  color: green;
  background-image: url("../img/icon_tick.png");
}

/* line 556, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_result_incorrect {
  color: #7c0a0a;
  background-image: url("../img/icon_cross.png");
}

/* line 561, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_box_full_answers b {
  color: #0f529e;
}

/* line 565, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_answer_later {
  float: right;
  margin: 5px 15px;
}

/* Quiz Types - Specifics */
/* line 572, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_open input[type="text"] {
  margin-top: 5px;
  width: 80%;
  border-bottom: 1px solid #555555;
  background: rgba(255, 255, 255, 0.05);
}

/* line 579, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_open textarea {
  width: 80%;
}

/* line 583, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_upload_wrapper {
  margin-top: 10px;
}

/* line 587, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_upload_existing {
  margin: 0 10px 10px;
}

/* line 591, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_upload_change_file_wrap {
  margin: 0 10px 15px;
}

/* line 595, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_q_upload_change_file_cancel {
  display: none;
}

/* Powered By */
/* line 600, sass/plugins/_wpcourseware.scss */
.wpcw_powered_by {
  text-align: right;
  margin: 0 0 10px;
}

/* Loader */
/* line 607, sass/plugins/_wpcourseware.scss */
.wpcw_loader {
  display: block;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* line 614, sass/plugins/_wpcourseware.scss */
.wpcw_loader img {
  box-shadow: none !important;
}

/* line 618, sass/plugins/_wpcourseware.scss */
.wpcw_fe_submit_loader {
  display: none;
  text-align: center;
}

/* Progress Bars  - Common */
/* line 624, sass/plugins/_wpcourseware.scss */
.wpcw_progress_wrap {
  display: block;
}

/* line 628, sass/plugins/_wpcourseware.scss */
.wpcw_progress {
  display: inline-block;
  width: 130px;
  margin: 0 auto;
  height: 22px;
  vertical-align: middle;
  padding: 1px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #efefef;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  background-repeat: repeat-x;
}

/* line 645, sass/plugins/_wpcourseware.scss */
.wpcw_progress_bar {
  display: block;
  background-color: #5CB85C;
  width: 0%;
  height: 100%;
  color: #FFF;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-color: #5CB85C;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: repeat-x;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 692, sass/plugins/_wpcourseware.scss */
.wpcw_progress_percent {
  display: inline-block;
  line-height: 22px;
  margin-left: 4px;
  text-align: center;
}

/* Progress Bars  - Upload */
/* line 700, sass/plugins/_wpcourseware.scss */
.wpcw_fe_upload_progress {
  display: none;
  margin: 10px auto 15px;
}

/* line 705, sass/plugins/_wpcourseware.scss */
.wpcw_fe_upload_progress .wpcw_progress {
  width: 300px;
  background: #fff;
}

/* Timers */
/* line 711, sass/plugins/_wpcourseware.scss */
#wpcw_fe_timer_countdown {
  float: right;
  padding: 0 0 10px 24px;
  font-weight: 600;
  background: transparent url("../img/icon_timer.png") no-repeat;
  line-height: 24px;
}

/* line 719, sass/plugins/_wpcourseware.scss */
#wpcw_fe_timer_countdown .countdown-section {
  padding-left: .4em;
}

/* line 723, sass/plugins/_wpcourseware.scss */
#wpcw_fe_timer_countdown .countdown-period {
  padding-left: .2em;
}

/* line 727, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_begin_quiz {
  text-align: center;
  clear: both;
  margin: 10px 10px 20px;
}

/* line 733, sass/plugins/_wpcourseware.scss */
.wpcw_fe_quiz_begin_quiz_hdr {
  margin: 0 0 25px;
}

/* Detailed Progress */
/* line 739, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_breakdown_wrap {
  border-top: 1px solid #26C510;
  padding-top: 15px;
  margin-top: 20px;
}

/* line 746, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_result_by_tag {
  line-height: 1.2em;
  margin: 0 0 .3em;
}

/* line 751, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_result_by_tag b, .wpcw_fe_progress_timing b {
  padding-right: .5em;
}

/* line 755, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_timing_pad {
  margin-top: 10px;
}

/* Detailed Progress - Download */
/* line 760, sass/plugins/_wpcourseware.scss */
.wpcw_fe_progress_download {
  display: inline-block;
  margin: .1em .1em .5em .5em;
  float: right;
}

/* Detailed Progress - Custom Feedback */
/* line 767, sass/plugins/_wpcourseware.scss */
.wpcw_fe_custom_feedback_wrap {
  border-color: #ccc;
  background: #efefef;
}

/* line 773, sass/plugins/_wpcourseware.scss */
.wpcw_fe_custom_feedback_item {
  margin: 0 0 .8em;
  border-bottom: 1px solid #ccc;
  padding-bottom: .8em;
}

/* line 779, sass/plugins/_wpcourseware.scss */
.wpcw_fe_custom_feedback_wrap .wpcw_fe_custom_feedback_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 785, sass/plugins/_wpcourseware.scss */
.wpcw_fe_table {
  width: 100%;
}

/* line 789, sass/plugins/_wpcourseware.scss */
#wpcw_sticky_bar_inner {
  width: 100% !important;
}

/* line 1, sass/dei/_flexbox.scss */
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3, sass/dei/_flexbox.scss */
.display-flex.align-start {
  align-content: flex-start;
}
/* line 4, sass/dei/_flexbox.scss */
.display-flex.align-end {
  align-content: flex-end;
}
/* line 5, sass/dei/_flexbox.scss */
.display-flex.align-center {
  align-content: center;
}
/* line 6, sass/dei/_flexbox.scss */
.display-flex.align-baseline {
  align-content: baseline;
}
/* line 7, sass/dei/_flexbox.scss */
.display-flex.align-stretch {
  align-content: stretch;
}
/* line 8, sass/dei/_flexbox.scss */
.display-flex.justify-start {
  justify-content: flex-start;
}
/* line 9, sass/dei/_flexbox.scss */
.display-flex.justify-end {
  justify-content: flex-end;
}
/* line 10, sass/dei/_flexbox.scss */
.display-flex.justify-center {
  justify-content: center;
}
/* line 11, sass/dei/_flexbox.scss */
.display-flex.justify-between {
  justify-content: space-between;
}
/* line 12, sass/dei/_flexbox.scss */
.display-flex.justify-around {
  justify-content: space-around;
}

@-webkit-keyframes move-left {
  /* line 3, sass/dei/_main.scss */
  from {
    left: 0;
  }

  /* line 4, sass/dei/_main.scss */
  to {
    left: -100%;
  }
}

@-moz-keyframes move-left {
  /* line 3, sass/dei/_main.scss */
  from {
    left: 0;
  }

  /* line 4, sass/dei/_main.scss */
  to {
    left: -100%;
  }
}

@keyframes move-left {
  /* line 3, sass/dei/_main.scss */
  from {
    left: 0;
  }

  /* line 4, sass/dei/_main.scss */
  to {
    left: -100%;
  }
}

@-webkit-keyframes move-right {
  /* line 7, sass/dei/_main.scss */
  from {
    right: 0;
  }

  /* line 8, sass/dei/_main.scss */
  to {
    right: -100%;
  }
}

@-moz-keyframes move-right {
  /* line 7, sass/dei/_main.scss */
  from {
    right: 0;
  }

  /* line 8, sass/dei/_main.scss */
  to {
    right: -100%;
  }
}

@keyframes move-right {
  /* line 7, sass/dei/_main.scss */
  from {
    right: 0;
  }

  /* line 8, sass/dei/_main.scss */
  to {
    right: -100%;
  }
}

@-webkit-keyframes move {
  /* line 11, sass/dei/_main.scss */
  from {
    opacity: 0;
  }

  /* line 12, sass/dei/_main.scss */
  to {
    opacity: 1;
  }
}

@-moz-keyframes move {
  /* line 11, sass/dei/_main.scss */
  from {
    opacity: 0;
  }

  /* line 12, sass/dei/_main.scss */
  to {
    opacity: 1;
  }
}

@keyframes move {
  /* line 11, sass/dei/_main.scss */
  from {
    opacity: 0;
  }

  /* line 12, sass/dei/_main.scss */
  to {
    opacity: 1;
  }
}

/* line 14, sass/dei/_main.scss */
main {
  clear: both;
  overflow: hidden;
}
@media (min-width: 1401px) {
  /* line 14, sass/dei/_main.scss */
  main {
    min-height: calc(100vh - 191px );
  }
}

/* line 23, sass/dei/_main.scss */
.textwidget div.AuthorizeNetSeal {
  float: right;
  margin: -2rem 0 0 0 !important;
}

/* line 29, sass/dei/_main.scss */
.row-contained {
  max-width: 1600px;
}

/* line 32, sass/dei/_main.scss */
#home-content {
  clear: both;
  position: relative;
  overflow: hidden;
}
/* line 36, sass/dei/_main.scss */
#home-content .blue-cir-lg {
  position: absolute;
  display: block;
  font-weight: bold;
  top: 50%;
  left: 50%;
  width: 3em;
  height: 3em;
  background: #0f529e;
  color: #FFF;
  margin-left: -1.5em;
  margin-top: -1.5em;
  text-align: center;
  line-height: 3;
  border-radius: 50%;
  z-index: 2;
}
@media (min-width: 1100px) {
  /* line 36, sass/dei/_main.scss */
  #home-content .blue-cir-lg {
    font-size: 2em;
  }
}
/* line 56, sass/dei/_main.scss */
#home-content .fadein {
  display: none;
}
/* line 58, sass/dei/_main.scss */
#home-content .fadein.moving {
  display: block;
  opacity: 0;
}
/* line 59, sass/dei/_main.scss */
#home-content .fadein.move-in {
  -webkit-animation: move 0.6s;
  -moz-animation: move 0.6s;
  -ms-animation: move 0.6s;
  -o-animation: move 0.6s;
  animation: move 0.6s;
  display: block;
}
/* line 64, sass/dei/_main.scss */
#home-content .cta-home {
  padding: 12.5% 15px;
  text-align: center;
  color: #4c85c5;
  background: rgba(255, 255, 255, 0.68);
  position: relative;
}
/* line 71, sass/dei/_main.scss */
#home-content .cta-home .bg-full {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/home-bg-right.jpg);
}
/* line 87, sass/dei/_main.scss */
#home-content .cta-home a.btn, #home-content .cta-home a.btn-large {
  height: auto;
  font-weight: 500;
  text-transform: none;
  box-shadow: none;
  padding: 0.5rem;
  margin: 20px auto !important;
}

/* line 97, sass/dei/_main.scss */
#home-content .cta-home h1 {
  margin-top: 15%;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 800;
}
/* line 104, sass/dei/_main.scss */
#home-content .cta-home-left {
  background: rgba(182, 182, 182, 0.68);
  color: #0f529e;
}
/* line 107, sass/dei/_main.scss */
#home-content .cta-home-left .bg-full {
  background-image: url(../img/home-bg-left.jpg);
}
/* line 111, sass/dei/_main.scss */
#home-content .cta-home-left.move-aside {
  left: -100%;
  position: absolute;
}
/* line 116, sass/dei/_main.scss */
#home-content .cta-home-right.move-aside {
  right: -100%;
  position: absolute;
}
@media only screen and (min-width: 601px) {
  /* line 122, sass/dei/_main.scss */
  #home-content .cta-home {
    min-height: calc(100vh - 190px);
  }
  /* line 125, sass/dei/_main.scss */
  #home-content .cta-home-left.move-aside {
    -webkit-animation: move-left 0.6s;
    -moz-animation: move-left 0.6s;
    -ms-animation: move-left 0.6s;
    -o-animation: move-left 0.6s;
    animation: move-left 0.6s;
  }
  /* line 128, sass/dei/_main.scss */
  #home-content .cta-home-right.move-aside {
    -webkit-animation: move-right 0.6s;
    -moz-animation: move-right 0.6s;
    -ms-animation: move-right 0.6s;
    -o-animation: move-right 0.6s;
    animation: move-right 0.6s;
  }
}
/* line 231, sass/dei/_main.scss */
h6.entry-meta span {
  display: inline-block;
  padding: 0 15px 10px 0;
  font-weight: 600;
}

@media only screen and (min-width: 1100px) {
  /* line 238, sass/dei/_main.scss */
  article {
    padding: 0 1em;
  }
}

/* line 246, sass/dei/_main.scss */
#post-nav ul {
  width: 100%;
  color: #0f529e;
}
/* line 249, sass/dei/_main.scss */
#post-nav ul .next {
  float: right;
}
/* line 252, sass/dei/_main.scss */
#post-nav ul li a {
  display: inline-block;
  color: inherit;
  padding: 1em;
}
/* line 256, sass/dei/_main.scss */
#post-nav ul li a:hover, #post-nav ul li a:focus {
  color: #4c85c5;
}
/* line 260, sass/dei/_main.scss */
#post-nav ul li.disabled a {
  opacity: 0.5;
}

/* line 274, sass/dei/_main.scss */
.card-reveal li a {
  color: #a99a6f;
}
/* line 276, sass/dei/_main.scss */
.card-reveal li a:hover {
  color: #8f8056;
}

/* line 281, sass/dei/_main.scss */
.acf-map {
  height: 200px;
  margin: 0 0 1em;
}

@media only screen and (min-width: 1100px) {
  /* line 287, sass/dei/_main.scss */
  .sidebar {
    position: relative;
  }
  /* line 290, sass/dei/_main.scss */
  .sidebar::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    background: #e9e9e9;
    width: 1000%;
    height: 1000em;
  }
}
/* line 301, sass/dei/_main.scss */
.sidebar .sidebar-inner {
  padding: 3em 1em 1em;
  position: relative;
  max-width: 378px;
  z-index: 10;
}
@media only screen and (max-width: 1099px) {
  /* line 301, sass/dei/_main.scss */
  .sidebar .sidebar-inner {
    position: static !important;
  }
}
/* line 311, sass/dei/_main.scss */
.sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 316, sass/dei/_main.scss */
.sidebar li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 320, sass/dei/_main.scss */
.sidebar li > a {
  display: block;
  padding: 0.25em 1em;
  font-weight: 500;
  border-left: 2px solid transparent;
}
/* line 327, sass/dei/_main.scss */
.sidebar li.active > a, .sidebar li.current-menu-item > a {
  border-color: #0f529e;
}
/* line 333, sass/dei/_main.scss */
.sidebar .wpcf7-form input {
  background: white;
}
/* line 337, sass/dei/_main.scss */
.sidebar .wpcf7-form input[type="submit"] {
  background: #0f529e;
}
/* line 340, sass/dei/_main.scss */
.sidebar .wpcf7-form textarea {
  border: none;
  background: white;
  margin-bottom: 1em;
}
/* line 345, sass/dei/_main.scss */
.sidebar .wpcf7-form textarea:focus {
  border-bottom: 2px solid #0f529e;
}
/* line 350, sass/dei/_main.scss */
.sidebar .widget {
  margin-bottom: 2em;
}
/* line 353, sass/dei/_main.scss */
.sidebar .widget-title {
  color: #0f529e;
}
/* line 356, sass/dei/_main.scss */
.sidebar .aib-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
/* line 361, sass/dei/_main.scss */
.sidebar .widget-first.widget_dei_pl_widget + #black-studio-tinymce-2 {
  margin-top: 8em;
}
/* line 364, sass/dei/_main.scss */
.sidebar .post-date {
  float: right;
  font-size: 0.65em;
}
/* line 368, sass/dei/_main.scss */
.sidebar .icons-contact {
  margin: 1em 0;
}
/* line 370, sass/dei/_main.scss */
.sidebar .icons-contact li {
  display: table-cell;
  width: 1%;
  text-align: center;
}
/* line 374, sass/dei/_main.scss */
.sidebar .icons-contact li a {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  color: #FFF;
  background: #333333;
  border-radius: 50%;
  border: none;
  padding: 0;
  line-height: 4;
  position: relative;
  overflow: hidden;
}
/* line 386, sass/dei/_main.scss */
.sidebar .icons-contact li a:hover span {
  opacity: 1;
}
/* line 391, sass/dei/_main.scss */
.sidebar .icons-contact li i {
  font-size: 2.2em;
}
/* line 394, sass/dei/_main.scss */
.sidebar .icons-contact li span {
  border-radius: 50%;
  opacity: 0;
  background: #0f529e;
  font-size: 10px;
  line-height: 1.2;
  padding: 0.95em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media only screen and (min-width: 1100px) {
  /* line 412, sass/dei/_main.scss */
  .sidebar .stretch-img {
    margin: 0 -26px;
  }
  /* line 414, sass/dei/_main.scss */
  .sidebar .stretch-img img {
    width: 100%;
  }
}

@-webkit-keyframes flipin {
  /* line 513, sass/dei/_main.scss */
  from {
    top: 0;
    transform: scale(1, 1);
  }

  /* line 514, sass/dei/_main.scss */
  to {
    top: 100%;
    transform: scale(0, 1);
  }
}

@-moz-keyframes flipin {
  /* line 513, sass/dei/_main.scss */
  from {
    top: 0;
    transform: scale(1, 1);
  }

  /* line 514, sass/dei/_main.scss */
  to {
    top: 100%;
    transform: scale(0, 1);
  }
}

@keyframes flipin {
  /* line 513, sass/dei/_main.scss */
  from {
    top: 0;
    transform: scale(1, 1);
  }

  /* line 514, sass/dei/_main.scss */
  to {
    top: 100%;
    transform: scale(0, 1);
  }
}

@-webkit-keyframes flipout {
  /* line 517, sass/dei/_main.scss */
  from {
    top: 100%;
    transform: scale(0, 1);
  }

  /* line 518, sass/dei/_main.scss */
  to {
    top: 0;
    transform: scale(1, 1);
  }
}

@-moz-keyframes flipout {
  /* line 517, sass/dei/_main.scss */
  from {
    top: 100%;
    transform: scale(0, 1);
  }

  /* line 518, sass/dei/_main.scss */
  to {
    top: 0;
    transform: scale(1, 1);
  }
}

@keyframes flipout {
  /* line 517, sass/dei/_main.scss */
  from {
    top: 100%;
    transform: scale(0, 1);
  }

  /* line 518, sass/dei/_main.scss */
  to {
    top: 0;
    transform: scale(1, 1);
  }
}

/* line 522, sass/dei/_main.scss */
.faculty-type-clinic-staff .entry-summary {
  padding: 10px 10px 0 0;
}


/* line 589, sass/dei/_main.scss */
.collapsible li {
  display: inline;
}

/* line 594, sass/dei/_main.scss */
.deipostquery.row.faculty-chips {
  padding-top: 4rem;
}

/* line 598, sass/dei/_main.scss */
.faculty-chips .col {
  padding-right: 4rem;
  position: relative;
  padding-left: 100px;
  margin-bottom: 3em;
  min-height: 90px;
}
/* line 604, sass/dei/_main.scss */
.faculty-chips .col img.attachment-square {
  position: absolute;
  left: 0;
  width: 90px;
  height: 90px;
  top: 0;
  border-radius: 50%;
}
/* line 612, sass/dei/_main.scss */
.faculty-chips .col:nth-of-type(2n+1) {
  clear: left;
}
/* line 616, sass/dei/_main.scss */
.faculty-chips .more {
  color: #0f529e;
}
@media (min-width: 600px) {
  /* line 620, sass/dei/_main.scss */
  .faculty-chips .col {
    padding-left: 170px;
    min-height: 170px;
  }
  /* line 623, sass/dei/_main.scss */
  .faculty-chips .col img.attachment-square {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 632, sass/dei/_main.scss */
  .faculty-chips .col:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 635, sass/dei/_main.scss */
  .faculty-chips .col:nth-of-type(3n+1) {
    clear: left;
  }
}

/* line 662, sass/dei/_main.scss */
.we-accept h3 {
  color: #333333;
}
/* line 664, sass/dei/_main.scss */
.we-accept h3 small {
  text-indent: 1em;
  display: inline-block;
}
/* line 669, sass/dei/_main.scss */
.we-accept img {
  display: inline;
}

/* line 672, sass/dei/_main.scss */
#main-content #wpsl-search-btn {
  background: #0f529e;
  color: #FFF;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 0.7em 2em;
  height: auto;
}
/* line 681, sass/dei/_main.scss */
#main-content .wpsl-input label {
  white-space: nowrap;
}
/* line 684, sass/dei/_main.scss */
#main-content #wpsl-stores, #main-content #wpsl-direction-details, #main-content #wpsl-gmap {
  height: 450px !important;
  height: 60vh !important;
}

/* line 690, sass/dei/_main.scss */
form ol.reveal-choices,
form ol.reveal-choices2 {
  padding-left: 0;
}
/* line 8, sass/materialize/_mixins.scss */
form ol.reveal-choices:before, form ol.reveal-choices:after,
form ol.reveal-choices2:before,
form ol.reveal-choices2:after {
  content: " ";
  display: table;
}
/* line 12, sass/materialize/_mixins.scss */
form ol.reveal-choices:after,
form ol.reveal-choices2:after {
  clear: both;
}
/* line 693, sass/dei/_main.scss */
form ol.reveal-choices li,
form ol.reveal-choices2 li {
  margin: 1em 0 1.5em;
  list-style: none;
  padding: 0 1em 0 0;
}
/* line 697, sass/dei/_main.scss */
form ol.reveal-choices li .form-group,
form ol.reveal-choices2 li .form-group {
  margin: 1em 0 0;
}
@media only screen and (min-width: 1100px) {
  /* line 693, sass/dei/_main.scss */
  form ol.reveal-choices li,
  form ol.reveal-choices2 li {
    float: left;
    width: 50%;
  }
  /* line 703, sass/dei/_main.scss */
  form ol.reveal-choices li:nth-of-type(2n+1),
  form ol.reveal-choices2 li:nth-of-type(2n+1) {
    clear: left;
  }
}

/* line 710, sass/dei/_main.scss */
#self-quiz-results {
  margin: 1em 0;
}
/* line 713, sass/dei/_main.scss */
#self-quiz-results .score-btn {
  display: inline-block;
  position: relative;
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  position: relative;
  background: #0f529e;
  color: #FFF;
  font-size: 1.3rem;
  padding: 0 0.5em;
}
/* line 723, sass/dei/_main.scss */
#self-quiz-results .score-btn::after {
  position: absolute;
  top: -0.3em;
  right: -1em;
  bottom: 0;
  width: 0;
  content: "";
  border-top: 1.2em solid;
  border-bottom: 1.2em solid;
  border-left: 1.2em solid #0f529e;
}
/* line 735, sass/dei/_main.scss */
#self-quiz-results #score {
  color: #0f529e;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 3em;
  display: inline-block;
}

/* line 756, sass/dei/_main.scss */
.img-circle {
  border-radius: 50%;
}

/* line 760, sass/dei/_main.scss */
.lodging a {
  color: #0F529E;
}

/* line 778, sass/dei/_main.scss */
.tabbed-page {
  max-width: 100%;
  max-height: 100vh;
  overflow: auto;
}
/* line 783, sass/dei/_main.scss */
.tabbed-page table tr:nth-of-type(1) {
  font-weight: bold;
}

/* line 795, sass/dei/_main.scss */
#post-214 i.right, #post-212 i.right {
  margin: 0;
}
/* line 798, sass/dei/_main.scss */
#post-214 .card.medium, #post-212 .card.medium {
  height: 370px;
}
/* line 801, sass/dei/_main.scss */
#post-214 .card-image, #post-212 .card-image {
  max-height: 80%;
}
@media only screen and (max-width: 600px) {
  /* line 805, sass/dei/_main.scss */
  #post-214 .card.medium, #post-212 .card.medium {
    height: auto;
  }
}

@media only screen and (min-width: 601px) {
  /* line 813, sass/dei/_main.scss */
  #post-216 .card.medium {
    height: 480px;
  }
  /* line 815, sass/dei/_main.scss */
  #post-216 .card.medium .card-content {
    max-height: 60%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 822, sass/dei/_main.scss */
  #post-216 .card.medium {
    height: 440px;
  }
  /* line 824, sass/dei/_main.scss */
  #post-216 .card.medium .card-content {
    max-height: 50%;
  }
}

@media only screen and (max-width: 1099px) {
  /* line 837, sass/dei/_main.scss */
  .blog .row-contained,
  .category .row-contained,
  .single-post .row-contained,
  .date .row-contained {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 847, sass/dei/_main.scss */
  .blog .sidebar,
  .category .sidebar,
  .single-post .sidebar,
  .date .sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* line 858, sass/dei/_main.scss */
.select2-container .select2-choice > .select2-chosen {
  display: none;
}
/* line 866, sass/dei/_main.scss */
.wpcw_fe_navigation_box {
  padding-bottom: 2rem;
}

/* line 870, sass/dei/_main.scss */
.post-password-form {
  padding: 2rem;
}
/* line 873, sass/dei/_main.scss */
.post-password-form #pwbox-9230 {
  width: 20%;
}

/* line 885, sass/dei/_main.scss */
.rpwcm_members_content_list li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
/* line 888, sass/dei/_main.scss */
.rpwcm_members_content_list li a {
  text-decoration: none;
  color: white;
  background-color: #0f529e;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  padding: 5px 10px;
}
/* line 899, sass/dei/_main.scss */
.rpwcm_members_content_list li a:hover {
  background-color: #115eb5;
}

/* line 909, sass/dei/_main.scss */
select {
  height: auto;
}

/* line 914, sass/dei/_main.scss */
.product .images {
  padding-top: 2rem;
}
/* line 917, sass/dei/_main.scss */
.product .entry-summary {
  padding-top: 2rem;
}

/* line 923, sass/dei/_main.scss */
.post {
  margin-top: 2rem;
}
/* line 925, sass/dei/_main.scss */
.post .btn, .post .btn-large {
  margin-top: 2rem;
}

/* line 931, sass/dei/_main.scss */
.layer-slider-outer-wrapper {
  margin-top: 2rem;
}

/* line 935, sass/dei/_main.scss */
.marketplace-ad-image {
  display: block;
  margin: 2rem 0;
}

/* line 941, sass/dei/_main.scss */
.display-block {
  display: block;
  margin: 2rem 0;
}

/* line 947, sass/dei/_main.scss */
a.cancel {
  display: none;
}

/* line 967, sass/dei/_main.scss */
.wc-terms-and-conditions .checkbox a {
  text-decoration: underline;
}

/* line 973, sass/dei/_main.scss */
input#place_order {
  background: #559e00;
  border: none;
  width: 304px;
  padding: 1rem;
  margin-top: 1rem;
}

/* line 985, sass/dei/_main.scss */
.collapsible,
.collapsible-body,
.collapsible-header {
  border: none;
}

/* line 989, sass/dei/_main.scss */
.collapsible-header {
  background-color: transparent;
  border: none;
  min-height: 0;
  padding-left: 0;
}
/* line 994, sass/dei/_main.scss */
.collapsible-header .widget-title {
  display: inline-block;
  float: left;
}
/* line 998, sass/dei/_main.scss */
.collapsible-header i {
  display: inline-block;
}

/* line 1003, sass/dei/_main.scss */
.collapsible-body {
  clear: both;
}

/* line 1007, sass/dei/_main.scss */
.collapsible-body.cancel-policy {
  height: 14rem;
  overflow: scroll;
}

/* line 1012, sass/dei/_main.scss */
.sidebar .wpcf7-form input {
  background: white;
  border: none;
}

/* line 1017, sass/dei/_main.scss */
.sidebar .wpcf7-form textarea {
  border: none;
  /* border-bottom: 1px solid #333333; */
  margin-bottom: 1em;
  background: white;
}

@media (max-width: 1440px) {
  /* line 1029, sass/dei/_main.scss */
  .cancellation-policy {
    margin-top: 0.5em;
  }

  /* line 1032, sass/dei/_main.scss */
  .textwidget div.AuthorizeNetSeal {
    margin: -1rem 0 0 0 !important;
    width: 60px;
  }

  /* line 1036, sass/dei/_main.scss */
  .wp-image-1237 {
    float: left;
    width: 140px;
  }
}
/* line 1041, sass/dei/_main.scss */
.clear {
  clear: both;
}

/* line 1044, sass/dei/_main.scss */
.btn-floating {
  margin-right: 1em;
}

/* line 1056, sass/dei/_main.scss */
.upcoming-workshops-button,
.aib-provider-button {
  width: 100%;
  max-width: 20em;
  display: block;
  background-color: #35539c !important;
  border: 1px solid #35539c !important;
  border-radius: 0px;
  margin-top: 0.5em;
  color: white !important;
  font-size: 1.24em;
}

/* line 1068, sass/dei/_main.scss */
.mb4 {
  margin-bottom: 4.3em;
}

/* line 1072, sass/dei/_main.scss */
.w25 {
  max-width: 25em;
  width: 100%;
}

/* line 1114, sass/dei/_main.scss */
.register_title {
  color: red;
  font-size: 3em;
}

/* line 1122, sass/dei/_main.scss */
.product-name form span .btn.right, .product-name form span .right.btn-large {
  background: red;
  font-size: 2em;
}

/* line 1134, sass/dei/_main.scss */
.workshop-links {
  border: 1px solid #d0d0d0;
}

/* line 1138, sass/dei/_main.scss */
.quick-links-workshop {
  text-align: center;
  background-color: #4C85C5;
  padding: 0.5rem 0;
}
/* line 1142, sass/dei/_main.scss */
.quick-links-workshop h3 {
  color: #fff !important;
}

/* line 1146, sass/dei/_main.scss */
.workshop-list {
  padding: 1rem 2rem;
}
@media (min-width: 601px) {
  /* line 1146, sass/dei/_main.scss */
  .workshop-list {
    columns: 2 auto;
  }
}
/* line 1152, sass/dei/_main.scss */
.workshop-list li {
  list-style-type: disc;
  color: #4c85c5;
  margin-bottom: 1rem;
}
/* line 1159, sass/dei/_main.scss */
.workshop-list li a {
  color: #4c85c5;
  padding: .2rem;
}
/* line 1162, sass/dei/_main.scss */
.workshop-list li a:hover {
  color: #366ca8;
}

/* line 1169, sass/dei/_main.scss */
.cat-mobile-img {
  display: block;
}
@media (min-width: 601px) {
  /* line 1169, sass/dei/_main.scss */
  .cat-mobile-img {
    display: none;
  }
}

/* line 1175, sass/dei/_main.scss */
.cat-desktop-img {
  display: none;
}
@media (min-width: 601px) {
  /* line 1175, sass/dei/_main.scss */
  .cat-desktop-img {
    display: block;
  }
}

/* line 1182, sass/dei/_main.scss */
.side-nav a {
  height: 60px !important;
  line-height: 20px !important;
}

/* line 1187, sass/dei/_main.scss */
#wpsl-stores li {
  height: 425px !important;
}

/* line 1191, sass/dei/_main.scss */
.position-name {
  font-weight: 600;
}

/* line 1195, sass/dei/_main.scss */
.padding {
  padding-top: 2.5rem;
  text-align: center;
}

/* line 1200, sass/dei/_main.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 1, sass/dei/_woo.scss */
div.AuthorizeNetSeal {
  margin: 1rem 0 !important;
}

/* line 5, sass/dei/_woo.scss */
.title-bar {
  background: #0f529e;
  padding: 0;
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 50px;
}
/* line 13, sass/dei/_woo.scss */
.title-bar span {
  display: inline-block;
  background: #fbfbfb;
  padding-right: 1em;
}

/* line 185, sass/dei/_woo.scss */
.icon-btn {
  display: inline-block;
  text-align: center;
  background: #e9e9e9;
  border: 1px solid #d0d0d0;
  margin: 3px 0;
  padding: 10px;
  min-width: 9em;
  font-size: 0.75em;
}
/* line 194, sass/dei/_woo.scss */
.icon-btn i {
  display: block;
  font-size: 3em;
}

/* line 204, sass/dei/_woo.scss */
.modal .youtube-link {
  display: block;
  line-height: 1;
  font-size: 1.25em;
  padding: 0.5em 0;
}
/* line 209, sass/dei/_woo.scss */
.modal .youtube-link i {
  font-size: 1em;
  position: relative;
  top: 0.25em;
}
/* line 214, sass/dei/_woo.scss */
.modal .youtube-link:hover {
  color: #0f529e;
}

/* line 370, sass/dei/_woo.scss */
.product-categories li {
  border-bottom: 1px dashed #b6b6b6;
  position: relative;
  font-size: 1.3em;
}
/* line 374, sass/dei/_woo.scss */
.product-categories li a {
  display: block;
  padding: 0.5em 2em 0.5em 0;
}
/* line 378, sass/dei/_woo.scss */
.product-categories li .count {
  position: absolute;
  right: 0;
  top: 0.5em;
}

/* line 387, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item {
  margin: 0 0 1.5em;
  font-size: 0.85em;
  position: relative;
}
/* line 391, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item > a {
  color: #0f529e;
  font-weight: 600;
  padding: 0;
}
/* line 396, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item a.remove {
  color: red;
  float: right;
  opacity: 0.5;
}
/* line 8, sass/materialize/_mixins.scss */
.widget_shopping_cart .mini_cart_item dl:before, .widget_shopping_cart .mini_cart_item dl:after {
  content: " ";
  display: table;
}
/* line 12, sass/materialize/_mixins.scss */
.widget_shopping_cart .mini_cart_item dl:after {
  clear: both;
}
/* line 404, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item dt {
  width: 20%;
  float: left;
  clear: left;
  font-weight: 600;
}
/* line 410, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item dd {
  width: 80%;
  float: left;
  margin: 0;
}
/* line 415, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item dd p {
  margin: 0;
}
/* line 419, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item .quantity {
  clear: both;
}
/* line 422, sass/dei/_woo.scss */
.widget_shopping_cart .mini_cart_item:hover a.remove {
  opacity: 1;
}
/* line 424, sass/dei/_woo.scss */
.widget_shopping_cart .button {
  margin: 5px 0;
}

/* line 429, sass/dei/_woo.scss */
p.notice {
  clear: both;
  padding: 1em;
  margin: 1em 0;
  background: #f6f6f6;
  border: 1px solid #d0d0d0;
}

/* line 493, sass/dei/_woo.scss */
p.form-row {
  padding: 0 10px;
}
/* line 495, sass/dei/_woo.scss */
p.form-row textarea {
  margin-bottom: 2em;
}

@media only screen and (min-width: 601px) {
  /* line 500, sass/dei/_woo.scss */
  .form-row-first, .form-row-last {
    float: left;
    width: 50%;
  }

  /* line 504, sass/dei/_woo.scss */
  .form-row-first {
    clear: left;
  }
}

/* line 532, sass/dei/_woo.scss */
.userlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 536, sass/dei/_woo.scss */
.userlist li {
  clear: both;
  margin: 0 0 1em;
  counter-increment: step-counter;
  padding-left: 2rem;
  position: relative;
}
/* line 542, sass/dei/_woo.scss */
.userlist li input {
  margin: 0;
}
/* line 545, sass/dei/_woo.scss */
.userlist li::before {
  content: counter(step-counter);
  font-size: 80%;
  background-color: rgba(15, 82, 158, 0.2);
  color: #0f529e;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 11px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 559, sass/dei/_woo.scss */
.userlist li.add_user + li.add_user {
  opacity: 0.2;
  cursor: default;
  position: relative;
  z-index: -1;
}
/* line 565, sass/dei/_woo.scss */
.userlist .btn, .userlist .btn-large {
  float: right;
}

/* line 572, sass/dei/_woo.scss */
.my_account_orders .order-actions .button + .button {
  margin-left: 5px;
}
.entry-content ol {
  list-style: decimal;
}
.social-media-listing ol {
  margin-left: 12px;
}
.social-media-listing li {
  padding-left: 5px;
}
/* video container for responsive

Use this

<div class="video-container"> Video Embed code </div>

*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

/**
 * DizzyGuide
 */
/*span {
 font-weight: 100;
}
*/

.DizzyGuideNew{
  font-weight: 100;
}

.DizzyGuideSupNew{
  font-size: 32%;
  top: -1.5em;
}

