﻿/*
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff');
}
*/
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-ExtraLight"), local("Source Sans Pro"), url("../fonts/SourceSansPro-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-Light"), local("Source Sans Pro"), url("../fonts/SourceSansPro-Light.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-Regular"), local("Source Sans Pro"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-Semibold"), local("Source Sans Pro Semibold"), url("../fonts/SourceSansPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-Bold"), local("Source Sans Pro Bold"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: local("SourceSansPro-Black"), local("Source Sans Pro Black"), url("../fonts/SourceSansPro-Black.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-ExtraLightIt"), local("Source Sans Pro"), url("../fonts/SourceSansPro-ExtraLightIt.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-LightIt"), local("Source Sans Pro"), url("../fonts/SourceSansPro-LightIt.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-It"), local("Source Sans Pro"), url("../fonts/SourceSansPro-It.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-SemiboldIt"), local("Source Sans Pro"), url("../fonts/SourceSansPro-SemiboldIt.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-BoldIt"), local("Source Sans Pro"), url("../fonts/SourceSansPro-BoldIt.woff") format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: local("SourceSansPro-BlackIt"), local("Source Sans Pro"), url("../fonts/SourceSansPro-BlackIt.woff") format("woff");
}
h1.iss-heading {
  font-size: 2.25rem;
  font-weight: bold;
}

h2.iss-heading {
  font-size: 1.5rem;
  font-weight: 600;
}

h3.iss-heading {
  font-size: 1.25rem;
  font-weight: normal;
}

h4.iss-heading {
  font-size: 1.125rem;
  font-weight: 600;
}

h5.iss-heading {
  font-size: 1rem;
  font-weight: 600;
}

h6.iss-heading {
  font-size: 0.875rem;
  font-weight: 600;
}

.iss-label {
  margin-bottom: 0;
}

/* Preferred icon size */
.issi {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.issi-primary {
  color: #ff6d41;
}

.issi-light {
  color: #e6ecef;
}

.issi-secondary {
  color: #479cc8;
}

.issi-info {
  color: #68d5c8;
}

.issi-warning {
  color: #e6c54f;
}

.issi-error {
  color: #f9777f;
}

.issi-danger {
  color: #f9777f;
}

.issi-success {
  color: #5dbf74;
}

.iss-helper-hidden-accessible {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.iss-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.iss-helper-hidden {
  display: none;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .header,
  .footer,
  .body {
    width: 100vw;
  }
}
.iss-panel {
  background: #ffffff;
  border: inherit;
  border-radius: 4px;
  padding: 0.625rem 1.25rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.iss-panel-noborder {
  background: #ffffff;
  padding: 0.625rem 1.25rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.iss-panel-titlebar {
  display: flex;
  justify-content: space-between;
}

.iss-panel-content {
  margin: 1.4375rem 0 0 0;
}

.iss-panel-content-wrapper[aria-hidden=true] {
  display: none;
}

.iss-panel-title {
  line-height: 1.5rem;
  font-weight: 600;
}

.iss-panel-titlebar-toggler {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 2px;
  background-color: #e6ecef;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /*
  .k-i-minus {
      &:before {
          content: 'remove';
      }
  }

  .k-i-plus {
      &:before {
          content: 'add';
      }
  }
  */
}
.iss-panel-titlebar-toggler:hover {
  text-decoration: none;
  color: #479cc8;
}

.iss-fieldset {
  border: 1px solid #dadfe2;
  border-radius: 0;
}

.iss-fieldset-content {
  padding: 1.25rem;
}

.iss-fieldset-content-wrapper {
  overflow: hidden;
}

.iss-fieldset-legend-text {
  vertical-align: middle;
}

.iss-fieldset-toggler {
  vertical-align: middle;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #e6ecef;
  color: #88989b;
  border: none;
  /*
  &.issi-minus {
    &:before {
      content: 'remove';
    }
  }

  &.issi-plus {
    &:before {
      content: 'add';
    }
  }
    */
}
.iss-fieldset-toggler.issi {
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem;
  margin: 0 0.5rem 0 0;
}

.iss-fieldset-legend {
  margin: 0 0 0 1rem;
  width: auto;
  color: #88989b;
  font-size: 0.875rem;
  padding: 0 1rem;
}
.iss-fieldset-legend a {
  color: inherit;
  text-decoration: none;
}
