@charset "UTF-8";

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media not print{
  .form-checkbox::-ms-check{
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}

.form-checkbox{
  appearance: none;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #3b82f6;
  background-color: #fff;
}

.form-checkbox:focus{
  outline: none;
  border-color: #60a5fa;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-0{
  top: 0px;
}

.right-2{
  right: 0.5rem;
}

.clear-both{
  clear: both;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-10{
  margin-left: 2.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-4{
  height: 1rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-20{
  width: 5rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-full{
  width: 100%;
}

.w-max{
  width: max-content;
}

.min-w-full{
  min-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-initial{
  flex: 0 1 auto;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-end{
  align-self: flex-end;
}

.overflow-x-auto{
  overflow-x: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-transparent{
  border-color: transparent;
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-cerulean-700{
  --tw-border-opacity: 1;
  border-color: rgba(34, 115, 136, var(--tw-border-opacity));
}

.hover\:border-brown-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(197, 177, 149, var(--tw-border-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-tan-200{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 238, 228, var(--tw-bg-opacity));
}

.bg-cerulean-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 247, 248, var(--tw-bg-opacity));
}

.bg-cerulean-700{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 115, 136, var(--tw-bg-opacity));
}

.bg-shadow-100{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 245, 243, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.p-1{
  padding: 0.25rem;
}

.p-4{
  padding: 1rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-6{
  padding-left: 1.5rem;
}

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

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

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

.align-middle{
  vertical-align: middle;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-brown-700{
  --tw-text-opacity: 1;
  color: rgba(90, 85, 77, var(--tw-text-opacity));
}

.text-cerulean-700{
  --tw-text-opacity: 1;
  color: rgba(34, 115, 136, var(--tw-text-opacity));
}

.hover\:text-brown-600:hover{
  --tw-text-opacity: 1;
  color: rgba(122, 100, 65, var(--tw-text-opacity));
}

.no-underline{
  text-decoration: none;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.opacity-50{
  opacity: 0.5;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

#select-fee {
  outline: none;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #fff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

/* @import 'ember-power-select';*/

/* @import 'ember-power-datepicker';*/

html {
  overflow: auto;
}

html,
body,
body > .ember-view:not(.ember-tooltip):not(.ember-popover) {
  height: 100%;
}

.ember-tooltip {
  z-index: 10000;
}

body {
  padding-top: 65px;
}

body.no-scroll {
  overflow: hidden;
}

a,
.btn-link {
  color: #227388;
}

label,
dt {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.push-down-sm {
  margin-top: 5px;
}

.push-down {
  margin-top: 15px;
}

.push-up {
  margin-bottom: 15px;
}

.push-right {
  margin-left: 15px;
}

.push-left {
  margin-right: 15px;
}

.ml-sm {
  margin-left: 5px;
}

.mr-sm {
  margin-right: 5px;
}

.progress-bar {
  width: 100%;
}

/* nested rows*/

.row-fluid .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.four-oh-four {
  margin: 0 auto;
  display: block;
}

.leaflet-pm-helper-icon {
  height: 25px;
  width: 25px;
}

#page_footer a,
.alert a {
  color: #49759c;
  text-decoration: underline;
  font-weight: 400;
}

.map-tip {
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.8rem;
  background-color: #faf9f8;
  border-radius: 4px;
}

.property-details-map-container {
  margin-bottom: 6.5rem;
  padding-top: 8px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  margin-top: 0px;
  background-color: #f0f0f5;
}

.checkbox-field .form-control {
  width: auto;
  box-shadow: none;
}

.download-btn {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 14px;
}

.padding-h {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-link.simple {
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

.modal-wide .modal-dialog {
  width: 80%;
}

.modal-body.prevent-modal-overflow {
  max-height: 60vh;
  overflow: scroll;
}

.add-contact {
  padding: 0 4px;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.with-scrollbar {
  margin-right: 1em;
}

.app-map {
  position: relative;
}

.app-map .base-toggle {
  position: absolute;
  top: 10px;
  left: 60px;
  z-index: 1000;
}

.app-map .sub-base-toggle {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 1000;
}

.app-map .layer-select {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

@media (max-width: 767px) {
  body {
    padding-top: 65px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 175px;
  }

  .dl-horizontal dd {
    margin-left: 195px;
  }

  .mu-details-list.dl-horizontal dt {
    width: 195px;
  }

  .mu-details-list.dl-horizontal dd {
    margin-left: 205px;
  }

  .ph-bulk-recommendation-overview.dl-horizontal dt {
    width: 200px;
  }

  .ph-bulk-recommendation-overview.dl-horizontal dd {
    margin-left: 210px;
  }
}

form {
  outline: none;
}

label > textarea {
  font-weight: normal;
}

h3 > i.material-icons {
  vertical-align: top;
}

.form-block {
  display: block;
}

.radio-group ul {
  list-style-type: none;
  padding-left: 0;
}

.radio-group {
  margin-top: 1em;
}

.radio-group legend {
  font-size: 14px;
  border: 0;
  margin-bottom: 5px;
  font-weight: bold;
}

.radio-group .radio-inline {
  padding-left: 18px;
}

hr.slim {
  margin-top: 10px;
  margin-bottom: 10px;
}

.block {
  display: block;
}

.flush {
  margin: 0;
}

.preserve-text-formatting {
  word-break: break-all;
  white-space: pre-wrap;
}

.col-right-tight {
  padding-right: 0.4em;
}

.col-left-tight {
  padding-left: 0.4em;
}

.loading-container {
  text-align: center;
  font-weight: 100;
}

.tip-panel {
  color: #504120;
  border: 1px solid #e2ba90;
  border-radius: 2px;
  padding: 0.6em;
  margin: 0.7em 0;
  background-color: #fdfdfd;
}

.nav-pills > li > a {
  padding: 10px 5px;
}

.alert {
  border-radius: 3px;
}

.alert-message {
  white-space: pre-wrap;
}

.padding-none {
  padding: 0;
}

.padding-sm {
  padding: 0.8em;
}

.clear-both {
  clear: both;
}

.btn .material-icons {
  vertical-align: middle;
  line-height: 0.7;
}

.btn.btn-light {
  text-transform: none;
  font-weight: normal;
}

.form-field-hint {
  color: #0d6d5a;
  padding-bottom: 1em;
  display: block;
}

.card .card-body {
  max-height: 250px;
  overflow-y: auto;
}

.scrollable-md {
  max-height: 350px;
  overflow-y: auto;
}

.my-account {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-account a {
  color: #fff !important;
}

.my-account a .text-muted {
  color: #cecece !important;
}

.my-account a:hover,
.my-account a:focus,
.my-account a:visited,
.my-account a:active {
  text-decoration: none;
}

.forgot-password {
  margin-top: 1em;
}

.forgot-password h3 {
  margin-top: 1em;
  margin-bottom: 0.8em;
}

.primary-block {
  background: transparent url("/content/login-img-8740d400cebe72a2fff035aad1c21ec1.jpg") repeat center center/cover;
  padding-top: 15px;
  padding-bottom: 15px;
}

.primary-block > .content {
  margin: 2% 20%;
  padding: 15px 30px;
  text-align: center;
  line-height: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

@media (max-width: 450px) {
  .primary-block > .content {
    margin: 2% 5%;
  }
}

.primary-block .primary-header {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

.primary-block .secondary-content {
  font-size: 1.2em;
  line-height: 1.3;
}

.primary-block .action-area {
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (max-width: 768px) {
  .primary-block .action-area {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

.over-image-container {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  padding: 15px;
}

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

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

.icon-button.btn-sm .material-icons {
  font-size: 1.2em;
}

.topics {
  padding-top: 2em;
}

.topics .topic-card {
  padding-bottom: 2em;
}

.site-filter-dropdown {
  width: 180px;
}

.site-filter-label {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 15px;
}

.list-header {
  margin-top: 1.4em;
  border-bottom: 1px solid #eee;
}

.list-header.harvests {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.user-details-card .loading-icon {
  font-size: 1.2em;
  line-height: 1;
}

/* Wrapper for page content to push down footer */

#page_wrapper,
.page_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */

#page_push,
#page_footer {
  height: 60px;
}

#page_footer {
  background-color: #faf9f8;
  color: #666;
  padding: 20px;
}

#page_footer .footer-right {
  float: right;
}

@media (max-width: 991px) {
  #page_footer .footer-right {
    float: none;
  }

  #page_footer {
    text-align: center;
  }

  #page_wrapper {
    /* Negative indent footer by it's height */
    margin: 0 auto -80px;
  }

  /* Set the fixed height of the footer here */

  #page_push,
  #page_footer {
    height: 80px;
  }
}

#help-manual {
  border: 0;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}

/* Desktop */

h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  margin-top: 60px;
  margin-bottom: 20px;
}

h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 30.8px;
  margin-top: 15px;
  margin-bottom: 25px;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24.2px;
  margin-top: 44px;
  margin-bottom: 0;
}

h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.btn,
.dropdown-menu,
.form-control {
  border-radius: 2px;
}

.dropdown-menu,
.form-control {
  border-color: #ccc;
}

.dropdown-menu > li > button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu,
.property-page-dropdown {
  font-size: 12px;
  right: 0;
  left: revert;
  min-width: 200px;
}

.property-page-dropwdown-header {
  font-size: 1.5rem;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}

.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}

.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}

.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}

.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}

.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}

.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}

.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-power-select-selected-item,
.ember-power-select-clear-btn,
.ember-power-select-placeholder,
.ember-power-select-trigger-multiple-input {
  line-height: 2.3;
}

.ember-power-select-multiple-trigger {
  height: auto;
}

.ember-power-select-trigger-multiple-input {
  margin-left: 8px;
}

.ember-power-select-multiple-option {
  line-height: 1.8;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ember-basic-dropdown-content {
  z-index: 2003;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-radius: 2px;
}

.ember-power-datepicker-content {
  z-index: 10000;
}

.ember-tether {
  z-index: 10000;
}

.padded {
  padding: 8px;
}

input[type=checkbox] {
  margin: -7px 0 0;
}

.agreement-header p {
  margin-top: 0.4em;
}

/* Tablet */

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 19px;
  }
}

/* Phone */

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 17px;
  }

  h2 {
    font-size: 23px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
  }

  h3 {
    font-size: 19px;
    line-height: 21px;
    margin-top: 38px;
  }

  h4 {
    font-weight: 400;
  }
}

body {
  font-size: 14px;
  line-height: 20px;
}

.text-lg {
  font-size: 24px;
  line-height: 30px;
}

.text-md {
  font-size: 18px;
  line-height: 24px;
}

.text-sm {
  font-size: 16px;
  line-height: 24px;
}

.text-bold {
  font-weight: bold;
}

.grey-well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  min-height: 20px;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.navbar {
  min-height: 64px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181717+0,3d3733+54 */
  background: #181717; /* Old browsers */
  background: -moz-linear-gradient(top, #181717 0%, #3d3733 54%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #181717 0%, #3d3733 54%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #181717 0%, #3d3733 54%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#181717", endColorstr="#3d3733", GradientType=0); /* IE6-9 */
}

.navbar .login-btn {
  color: #eee !important;
  border-bottom-width: 1px;
  border-radius: 2px;
}

.navbar-right {
  margin-right: 0;
}

.navbar-brand {
  padding: 7px 15px;
  height: 64px;
}

.navbar-text {
  margin-top: 22px;
  margin-bottom: 22px;
  color: #f7f4f4;
}

.navbar .btn:hover,
.navbar .btn:focus,
.navbar .btn.focus {
  color: #d1d3d4;
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-link.active {
  color: #eee;
}

a {
  cursor: pointer;
}

h2 {
  font-size: 22px;
}

.navbar h3 {
  font-weight: 300;
  font-size: 24px;
  color: #f7f4f4 !important;
  margin: 20px 0;
}

.page-head {
  background-color: #f5eee4;
  height: 70px;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.3);
}

.page-head h1 {
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  margin: 11px 0 0 5px;
  color: #5a554d;
}

@media (max-width: 411px) {
  .page-head {
    height: 60px;
  }

  .page-head h1 {
    font-size: 25px;
    margin: 7px 0 0 -1px;
  }
}

.label-icon {
  font-weight: normal;
  padding-top: 0.6rem;
}

.label-icon .material-icons {
  font-size: 1.7rem;
  vertical-align: sub;
}

h2 .label-icon {
  font-size: 55%;
}

.breadcrumb > .active {
  color: #227388;
}

.account-nav .breadcrumb {
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 0;
  background-color: #f9f8f7;
  color: #227388;
}

.breadcrumb > span {
  padding: 0 0 0 4px;
  color: #ccc;
}

.acount-nav .breadcrumb > li + li::before {
  padding: 0 1px;
}

.account-nav .primary .sticky-element--sticky {
  z-index: 1500;
  padding: 2px;
}

.account-nav .primary .sticky-element--sticky .nav-tabs {
  border-bottom: 0;
}

.account-nav .primary .sticky-element--sticky .breadcrumb {
  margin-bottom: 0;
}

.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1px;
  margin: 0;
  font-weight: 500;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0 solid #fff;
}

.nav-tabs > li > a:hover {
  border-color: #f7f5f3 #f7f5f3 #f1edea;
}

.nav-tabs > li.active > a {
  background-color: #f7f5f3;
  border-bottom: 6px solid #e06a34 !important;
}

.nav > li > a {
  color: #666;
  padding: 8px 20px;
  border-bottom: 5px solid white;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 411px) {
  .nav > li > a {
    padding: 10px 15px;
  }
}

@media (max-width: 1075px) {
  .nav > li > a {
    padding: 8px 12px;
  }
}

.nav > li > a:hover {
  background-color: #f7f5f3;
}

.nav-tabs > li > a.active {
  /* box-shadow: inset 0 -10px 9px -7px rgba(224,106,52,1); */
  border-bottom: 6px solid #e06a34 !important;
  border: 0 solid #fff;
}

.card-group::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.outline-card {
  padding: 0 1rem;
  border: 1px solid #e8e6e4;
}

.card {
  padding: 0;
  border-radius: 5px;
  background-color: #f7f6f4;
  margin-bottom: 10px;
}

@media (max-width: 411px) {
  .card a {
    display: block;
    padding: 5px 0;
  }
}

.card .card-head {
  background-color: #f1efed;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card .card-body {
  min-height: 25px;
}

.card .card-foot {
  font-weight: 600;
}

.card .card-head,
.card .card-body,
.card .card-foot {
  padding: 10px;
}

.card .card-head h4 {
  margin: 0;
}

.card .card-head h4 .material-icons {
  vertical-align: middle;
}

.muted {
  color: #acacac;
}

.bg-container {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin-top: 15px;
  padding-bottom: 15px;
}

.login-page .center-block {
  float: none;
}

body.login,
body.expired-password,
.login-bg {
  background: rgba(0, 0, 0, 0) url("/content/login-img-8740d400cebe72a2fff035aad1c21ec1.jpg") repeat fixed center center/cover;
}

.login-bg {
  height: calc(100vh - 130px);
}

.login-form {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  margin-top: 15px;
  padding-bottom: 15px;
  float: none;
}

.login-form h3 {
  font-weight: 500;
  text-align: center;
}

.login-form .spacer {
  height: 1px;
  margin: 15px 0 25px;
  border-bottom: 2px solid #d0d0d0;
}

.login-form .login-desc {
  text-align: center;
}

.maintenance .bg-container {
  margin-top: 10em;
  padding: 0.5em 1.5em 1em;
}

.maintenance .bg-container h3 {
  margin-top: 1em;
}

.btn {
  text-transform: uppercase;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}

.btn-upper {
  text-transform: uppercase;
}

.btn-primary {
  background-color: #006f8a;
  border-color: #017a95;
  color: white;
}

.btn-primary:hover {
  background-color: #015e73;
  border-color: #005d74;
}

.btn-fake,
.btn-fake:hover,
.btn-fake:disabled {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  cursor: auto;
  opacity: 1;
}

.btn-transparent {
  background-color: transparent;
  color: #006f8a;
  border: 1px solid #017a95;
}

.filter-bar {
  max-width: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.filter-bar button {
  margin-top: 25px;
}

.btn-rta {
  margin-bottom: 10px;
}

nav .btn-transparent {
  background-color: transparent;
  color: #f7f4f4;
  border: 1px solid #f7f4f4;
}

.leaflet-container {
  height: 700px;
  width: 100%;
}

/*set z-index of draw toolbar to go under add a property dropdown*/

.leaflet-top.leaflet-right {
  z-index: 999;
}

.form-control.small-form-control {
  width: inherit;
  height: inherit;
}

.form-control.checkbox-field-fix {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.data-list {
  margin-top: 10px;
}

.data-row .material-icons {
  font-size: 18px;
  vertical-align: sub;
}

.data-list .data-row:nth-child(odd) {
  background-color: #f7f5f3;
}

.data-list .data-row {
  margin: 0;
  padding: 10px 0;
  vertical-align: middle;
}

.data-list .data-row.hovered {
  background-color: antiquewhite;
}

.collapse-panel {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 1em;
}

.collapse-panel table {
  margin-bottom: 0;
}

.collapse-panel .header {
  border: 0;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.collapse-panel .loading {
  padding: 0.6em;
}

.collapse-panel td {
  padding: 0.2em;
}

.reporting-requirements-panel {
  white-space: unset;
  overflow: hidden;
}

.pool-property-list {
  max-height: 500px;
  overflow-y: auto;
}

.tall-map .leaflet-container {
  height: 700px;
}

.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: auto;
}

.modal-dialog {
  z-index: 2002;
  right: 0;
  margin: 60px auto !important;
  padding: 10px !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 80px auto !important;
    padding: 30px !important;
  }
}

.modal-backdrop {
  z-index: 2001;
  opacity: 0.8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal-backdrop.clickable {
  cursor: pointer;
}

.property-page-mu-list {
  padding: 5px;
  width: 450px;
  background: #f7f5f3;
  border: solid;
  border-radius: 2px;
  border-color: #ccc;
  margin-right: -6px;
}

.property-page-mu-list .hovered {
  background: antiquewhite;
  cursor: pointer;
}

.biologist-select-dropdown.ember-power-select-dropdown,
.cal-dropdown-menu {
  z-index: 2004;
}

.manage-users .user-item {
  padding: 0.1em 0;
}

.manage-users .type-item {
  margin-bottom: 8px;
  padding-bottom: 0.6em;
}

.manage-users .type-name {
  font-weight: 500;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eee;
}

.info-tooltip .material-icons {
  font-size: 1em;
}

.open-user-details {
  padding: 0.4em 0;
  text-transform: none;
  font-weight: 500;
}

.site-card {
  background-color: #f2efe9;
  border-radius: 2px;
}

.site-card .open-user-details {
  padding: 0;
}

.site-card h4 {
  margin-top: 0.6em;
  margin-bottom: 0.9em;
}

.site-card dl {
  margin-bottom: 10px;
}

.site-card dt {
  font-weight: 500;
}

.permit-rec-card {
  background-color: #f2efe9;
  border-radius: 2px;
}

.permit-rec-card h4 {
  margin-top: 0.6em;
  margin-bottom: 0.9em;
}

.permit-rec-card dl {
  margin-bottom: 10px;
}

.permit-rec-card dt {
  font-weight: 500;
}

.permit-add-rec-button {
  margin: 12px 3px;
}

.enrollment-unit-item.is-hovered {
  color: red;
}

.enrollment-unit-item .alert {
  margin-bottom: 0;
}

.wmp-container {
  background-color: #f7f7f7;
  margin: 0 -15px 15px;
  padding: 1em;
}

.wmp-container p {
  margin-top: 0;
}

.wmp-container .history-item:nth-child(odd) {
  background-color: #fbfbfb;
}

.site-list-items {
  height: 684px;
  overflow-y: auto;
}

.site-list-items .data-row {
  margin: 0 -15px;
}

.site-list-map {
  margin-top: 45px;
}

.site-list-map .leaflet-container {
  min-height: 517px;
}

.pull-back {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

ul.pagination {
  margin: 0;
}

.enrollment-primary {
  padding: 1.5em;
  background-color: #5a5a5a;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  color: #eee;
}

.enrollment-primary h3 {
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 10px;
}

.enrollment-primary .btn-link {
  color: #8ecbff;
}

.enrollment-primary .info-card {
  padding: 1em;
  background-color: #6178a5;
  color: white;
  border-radius: 3px;
}

.enrollment-status {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.enrollment-list {
  max-height: 456px;
  overflow-y: auto;
}

.permit-primary {
  padding: 1.5em;
  /* background-color: #5a5a5a;*/
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  color: #eee;
}

.permit-primary h3 {
  font-weight: 100;
  margin-top: 15px;
  margin-bottom: 10px;
}

.permit-primary .btn-link {
  color: #8ecbff;
}

.permit-primary .info-card {
  padding: 1em;
  background-color: #6178a5;
  color: white;
  border-radius: 3px;
}

.permit-status {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.permit-list {
  max-height: 456px;
  overflow-y: auto;
}

.tags-display .table {
  background-color: transparent;
  margin-bottom: 0;
}

h2 .needs-attention {
  font-size: 1.7rem;
  padding: 0.6rem;
}

.date-field .form-control[readonly] {
  background-color: #fff;
}

.datepicker-small {
  width: 222px;
  z-index: 10000;
}

.cal-dropdown-menu.ember-basic-dropdown-content {
  display: block;
}

.ember-basic-dropdown-content.bootstrap-datepicker-theme {
  margin-top: 3px;
  background: #fff;
  border: 1px solid #ccc;
}

#contact-page {
  margin-top: 5em;
  word-break: break-all;
}

#notifications .alert {
  margin-bottom: 10px;
  min-width: 300px;
  float: right;
  clear: both;
}

#notifications .alert-primary {
  color: white;
  background-color: #2e69b3;
  border-color: #2e69b3;
}

#notifications .alert-danger {
  color: white;
  background-color: #a94442;
  border-color: #a94442;
}

#notifications .alert-close {
  font-size: 13px;
  opacity: 1;
  text-shadow: none;
}

/*
  Temp fix for liquid-wormhole issue for notifications
  see https://github.com/pzuraq/liquid-wormhole/issues/29
*/

.default-liquid-destination {
  /* width: initial !important; */
  height: 0 !important;
  z-index: 99999;
}

.notification-content {
  z-index: 5000;
}

.sticky-element--sticky {
  z-index: 2000;
  background-color: white;
  position: sticky;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px -1px;
  width: 100% !important;
  left: 0;
  right: 0;
}

.sticky-element--sticky h2,
.sticky-element--sticky h3 {
  background-color: white;
}

.primary header {
  padding-top: 15px;
  padding-bottom: 25px;
}

.primary header h2 {
  font-weight: 300;
  margin: 0;
}

.primary header h2 .season {
  font-size: 0.7em;
  font-weight: 300;
}

.primary .sticky-element--sticky {
  z-index: 10000;
  position: sticky;
  margin: 0;
  padding: 15px;
  transition: 0.3s box-shadow, 0.3s padding, 0.3s margin;
}

.primary .sticky-element--sticky header {
  padding: 0;
}

.secondary .sticky-element--sticky {
  z-index: 2;
  padding: 5px 15px;
  width: calc(100vw - 45px) !important;
  margin: 0 15px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 4px -1px;
  transition: 0.3s top, 0.3s box-shadow, 0.3s padding;
}

.secondary .sticky-element--sticky-bottom {
  margin: 0 15px 0 0;
}

.inline {
  display: inline-block;
}

.recommendations-form {
  padding: 1.8em;
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 7px -3px;
  margin-bottom: 2.5em;
  position: relative;
}

.recommendations-form h3 {
  margin-top: 0;
  font-weight: 300;
}

.recommendations-form .light-label {
  font-weight: 500;
}

.recommendations-form .total-count {
  font-size: 2em;
  margin-top: 5px;
}

.recommendations-form .recommendation-card,
.recommendations-form .summary-block {
  padding: 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.recommendations-form .summary-block {
  background-color: #f1f1f1;
}

.recommendations-form .right-area {
  border-left: 1px solid #ddd;
}

.pronghorn-recommendation-form {
  margin-bottom: 2.5em;
  position: relative;
  max-height: 700px;
  overflow: scroll;
}

.pronghorn-recommendation-form h3 {
  margin-top: 0;
  font-weight: 300;
}

.pronghorn-recommendation-form hr {
  border-top: 1px solid #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pronghorn-recommendation-form .permit-app-info {
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 7px -3px;
  margin-top: 30px;
}

.pronghorn-recommendation-form .light-label {
  font-weight: 500;
}

.pronghorn-recommendation-form .total-count {
  font-size: 2em;
  margin-top: 5px;
}

.pronghorn-recommendation-form .recommendation-card,
.pronghorn-recommendation-form .summary-block {
  padding: 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.pronghorn-recommendation-form .summary-block {
  background-color: #f1f1f1;
}

.pronghorn-recommendation-form .right-area {
  border-left: 1px solid #ddd;
}

.amd-recommendation-permits {
  margin-bottom: 2.5em;
  position: relative;
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}

.amd-recommendation-permits h3 {
  margin-top: 0;
  font-weight: 300;
}

.amd-recommendation-permits hr {
  border-top: 1px solid #333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.amd-recommendation-permits .permit-app-info {
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 7px -3px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

.amd-recommendation-permits .permit-app-info.selected {
  border: 1px solid green;
}

.amd-recommendation-permits .light-label {
  font-weight: 500;
}

.amd-recommendation-permits .total-count {
  font-size: 2em;
  margin-top: 5px;
}

.amd-recommendation-permits .recommendation-card {
  padding: 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-top: 0.5rem;
}

.amd-recommendation-permits .recommendation-card dl {
  margin-bottom: 0;
}

.amd-recommendation-permits .right-area {
  border-left: 1px solid #ddd;
}

.reassign-arrow-forward {
  line-height: 3.5;
}

.biologist-reassignment .site-preview {
  max-height: 400px;
  overflow-y: auto;
}

.update-notify {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 5000;
  background-color: #333;
  color: white;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.update-notify:hover {
  color: #f5f5f5;
}

.update-notify:hover .material-icons {
  text-decoration: none;
}

.update-notify .material-icons {
  padding-right: 1rem;
}

.no-gutter > div[class^=col-]:first-child {
  padding-left: 0;
}

.no-gutter > div[class^=col-]:last-child {
  padding-right: 0;
}

.tooltip-wide {
  width: 320px !important;
  max-width: 320px !important;
}

.tooltip-wide .tooltip-inner {
  max-width: 300px !important;
  width: 300px !important;
}

.tooltip-ultra-wide {
  max-width: 620px;
  width: 620px;
}

.tooltip-ultra-wide .tooltip-inner {
  max-width: 600px;
  width: 3600px;
}

.tooltip-ultra-wide .tooltip {
  max-width: 620px;
  width: 620px;
}

.report-iframe .loading {
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
}

.report-iframe iframe {
  border: 0;
  width: 100%;
  min-height: 400px;
}

.tag-search-iframe {
  height: 370px;
  width: 440px;
  overflow: hidden;
}

.column-group {
  background-color: #f9f8f7;
  padding-top: 1rem;
}

.column-group-label {
  font-weight: normal;
  font-size: 1.1em;
}

/** Stepper component CSS **/

.stepper-container {
  font-family: "Lato", sans-serif;
  padding-left: 25px;
  padding-bottom: 5px;
  width: 1000px;
  margin: 0 auto;
}

.stepper-wrapper {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 6px 10px 10px 30px;
  min-width: 220px;
  float: left;
  position: relative;
  background-color: #f9f8f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .step::after,
.arrow-steps .step::before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #f9f8f7;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step::before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child::before {
  border: none;
}

.arrow-steps .step:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.arrow-steps .step span::before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}

.arrow-steps .step.done span::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #006f8a;
}

.arrow-steps .step.current::after {
  border-left: 17px solid #006f8a;
}

.my-alert-timestamp {
  margin-left: 10px;
}

.draw-search-btn {
  margin-top: 23px;
}

/** Spinner component CSS **/

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #4d4d4d;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.lds-small {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.lds-small div {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #4d4d4d;
  border-radius: 50%;
  animation: lds-small 1.2s linear infinite;
}

.lds-small div:nth-child(1) {
  animation-delay: 0s;
  top: 19px;
  left: 33px;
}

.lds-small div:nth-child(2) {
  animation-delay: -0.1s;
  top: 11px;
  left: 31px;
}

.lds-small div:nth-child(3) {
  animation-delay: -0.2s;
  top: 6px;
  left: 26px;
}

.lds-small div:nth-child(4) {
  animation-delay: -0.3s;
  top: 4px;
  left: 19px;
}

.lds-small div:nth-child(5) {
  animation-delay: -0.4s;
  top: 6px;
  left: 11px;
}

.lds-small div:nth-child(6) {
  animation-delay: -0.5s;
  top: 11px;
  left: 6px;
}

.lds-small div:nth-child(7) {
  animation-delay: -0.6s;
  top: 19px;
  left: 4px;
}

.lds-small div:nth-child(8) {
  animation-delay: -0.7s;
  top: 26px;
  left: 6px;
}

.lds-small div:nth-child(9) {
  animation-delay: -0.8s;
  top: 31px;
  left: 11px;
}

.lds-small div:nth-child(10) {
  animation-delay: -0.9s;
  top: 33px;
  left: 19px;
}

.lds-small div:nth-child(11) {
  animation-delay: -1s;
  top: 31px;
  left: 26px;
}

.lds-small div:nth-child(12) {
  animation-delay: -1.1s;
  top: 26px;
  left: 31px;
}

@keyframes lds-small {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.site-details-dropdown {
  vertical-align: unset;
}

.amd-recs .overview {
  padding: 1rem;
}

.amd-recs .overview .dl-horizontal {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .amd-recs .overview .dl-horizontal dt {
    width: auto;
  }

  .amd-recs .overview .dl-horizontal dd {
    margin-left: unset;
  }
}

.permit-tag-search-prefix {
  font-size: large;
  margin-top: 30px;
  width: unset;
}

.permit-tag-search-input {
  padding-left: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ph-recommendation-card {
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 7px -3px;
  margin-top: 30px;
}

.spin {
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}

.report-section-header {
  font-size: larger;
  font-weight: bolder;
}

.survey-season-table-subheader {
  font-size: 11px;
  line-height: 12px;
}

.deer-population-estimator-worksheet {
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 7px -3px;
  padding: 20px;
}

.reporting-wizard-step .content-columns {
  display: flex;
  flex-direction: row;
}

.reporting-wizard-step .site-details {
  width: 100%;
}

.reporting-wizard-step .site-details h4 {
  margin: 10px 0;
}

.reporting-wizard-units-list {
  width: 100%;
}

.reporting-wizard-units-list p {
  margin-top: 0;
}

.reporting-wizard-units-list .list-group {
  max-height: 250px;
  text-align: center;
}

.reporting-wizard-sites p {
  margin-top: 0;
}

.reporting-wizard-sites .sites-list {
  max-height: 250px;
  overflow-y: auto;
}

.reporting-wizard-aggregate h4 {
  margin: 10px 0;
}

.reporting-wizard-unit h4 {
  margin: 10px 0;
}

.reporting-wizard-unit .btn {
  font-size: 12px;
}

.reporting-status-item .dl-horizontal dt {
  width: 125px;
}

.reporting-status-item .dl-horizontal dd {
  margin-left: 135px;
}

.reporting-status-item .collapse-panel .header {
  text-align: left;
}

@media (min-width: 640px){
  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:w-1\/3{
    width: 33.333333%;
  }
}

@media (min-width: 1024px){
  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}