body {
  display: grid;
  grid-template: auto 1fr/1fr;
}

body, html {
  min-height: 100vh;
  height: auto !important;
  overflow-x: hidden !important;
}

footer {
  background-color: #0c5d74;
  position: relative;
}
footer * {
  color: #FFF;
  font-size: 0.85em;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(rgba(12, 93, 116, 0), rgb(12, 93, 116), rgb(12, 93, 116), rgb(12, 93, 116));
}

#admin-logo {
  max-height: none !important;
  height: auto !important;
  max-width: 200px;
}

img.site-image, img.site-logo {
  max-height: none !important;
  height: auto !important;
  max-width: 200px;
}

#main-menu a:active:hover, #main-menu a:hover,
#mobile-menu a:active:hover,
#mobile-menu a:hover {
  background: transparent;
  background-color: #587b94;
}

#company-logo {
  background-color: #587b94;
}

@media all and (max-width: 768px) {
  .mobile-menu-container {
    background-color: #FFF;
  }
  .mobile-menu-container .fas.fa-bars {
    color: #333;
  }
}

.cookie-popup {
  height: 200px;
  transition: 1s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  z-index: 10000000000000000 !important;
}

.no-height {
  height: 0px !important;
}

.csm-tool-item:hover {
  box-sizing: border-box !important;
}

#password-create-errors,
#password-error-container {
  padding: 0.5em;
  background-color: #EBEBEB;
  border-radius: 3px;
  font-size: 0.8em;
}
#password-create-errors.alert-danger,
#password-error-container.alert-danger {
  background-color: rgb(255, 128, 128) !important;
  color: #FFF !important;
}

table.standard.table th {
  background-color: #EBEBEB;
}
table.standard.table tr td {
  vertical-align: middle;
  transition: 0.35s;
}
table.standard.table tr:hover td {
  background-color: #f4f4f4;
}

.search-icon {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.stat {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.stat > div {
  text-align: center;
}
.stat > div:first-child {
  font-size: 4em;
  font-weight: 600;
}

#pagination-spreads {
  text-align: center;
}
#pagination-spreads .selected {
  background-color: #587b94;
  color: #FFF;
}

.cols {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
}
.cols > div {
  padding: 0.15rem 0.75rem;
}

a.button.standard.outlined {
  text-align: center;
  color: #587b94 !important;
  border-color: #587b94 !important;
}

a.button.standard,
button.standard {
  background-color: #304758;
}
a.button.standard:hover,
button.standard:hover {
  background-color: #587b94 !important;
  color: #FFF !important;
}
a.button.transparent,
button.transparent {
  border: none;
  background-color: transparent;
  background: transparent;
}
a.button.sticky,
button.sticky {
  padding: 0.35em;
}
a.button.sticky:hover,
button.sticky:hover {
  transform: scale(1.1);
  background-color: #f2f2f2;
}
a.button.sticky.active,
button.sticky.active {
  background-color: #304758 !important;
  color: #FFF;
  border-radius: 3px;
}
a.button.corp *, a.button.corp,
button.corp *,
button.corp {
  color: #587b94 !important;
}
a.button.corp *:hover, a.button.corp:hover,
button.corp *:hover,
button.corp:hover {
  color: #FFF !important;
}
a.button.corp *:hover *, a.button.corp:hover *,
button.corp *:hover *,
button.corp:hover * {
  color: #FFF !important;
}

.bkg-green {
  background-color: rgb(34, 173, 34) !important;
}

.bkg-red {
  background-color: rgb(173, 50, 34) !important;
}

.light-blue-bkg {
  background-color: #ecf0f3 !important;
}

select {
  padding: 0.35rem !important;
  color: #222;
  font-size: 1rem !important;
}
select.nbr {
  margin-top: 0 !important;
}

input[type=password], input[type=text] {
  padding: 0.5rem !important;
  color: #222;
  border: 1px solid #666;
  font-size: 1rem !important;
}
input[type=password].vcode, input[type=text].vcode {
  text-align: center;
  border-radius: 5px;
  width: 3rem;
}

#cvp_application label {
  font-size: 1rem !important;
}
#cvp_application input {
  width: 100%;
}

.fancybox-wrapper {
  display: flex;
  flex-direction: row;
  flex-shrink: 1;
  align-items: center;
  justify-content: flex-start;
}
.fancybox-wrapper label {
  margin: 0 !important;
}
.fancybox-wrapper > label {
  width: auto !important;
  margin-left: 1em !important;
}
.fancybox-wrapper .fancy-check {
  width: auto !important;
  display: inline-block;
  margin: 0 0 -5px 0;
}
.fancybox-wrapper .fancy-check label {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border: 2px solid #587b94;
  background-color: #FFF;
}
.fancybox-wrapper .fancy-check input[type=radio],
.fancybox-wrapper .fancy-check input[type=checkbox] {
  width: auto !important;
}
.fancybox-wrapper .fancy-check input[type=radio] ~ label,
.fancybox-wrapper .fancy-check input[type=checkbox] ~ label {
  transition: 0.35s;
}
.fancybox-wrapper .fancy-check input[type=radio]:checked ~ label,
.fancybox-wrapper .fancy-check input[type=checkbox]:checked ~ label {
  background-color: #304758;
  position: relative;
  transform: scale(0.9);
}
.fancybox-wrapper .fancy-check input[type=radio]:checked ~ label::after,
.fancybox-wrapper .fancy-check input[type=checkbox]:checked ~ label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  box-shadow: inset 0 0 5px solid rgba(0, 0, 0, 0.8);
  background-color: #FFF;
  border: 1px solid #587b94;
}
.fancybox-wrapper .fancy-check input[type=radio] ~ label {
  border-radius: 50%;
}
.fancybox-wrapper .fancy-check input[type=radio] ~ label::after {
  border-radius: 50%;
}

input.error-required,
textarea.error-required,
select.error-required {
  box-shadow: 0 0 30px rgb(146, 82, 82);
  background-color: rgba(146, 82, 82, 0.5);
  color: #FFF;
}

section.responsible-parties .delete-item-container, section.operation .delete-item-container {
  display: grid;
  grid-template: 1fr/1fr auto;
  gap: 1em;
}

.delete-item,
.add-item {
  padding: 0.35em 0.5em 0.25em 0.5em;
  transition: 0.35s;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #587b94;
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.delete-item:hover,
.add-item:hover {
  border: 1px solid #CCC;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  background: #F2F2F2;
  text-shadow: 1px 1px 2px #FFF;
  color: #333;
}

#responsible-parties label {
  display: grid;
  grid-template: 1fr/auto 1fr;
}
#responsible-parties > div {
  padding: 0.5em;
  border-radius: 4px;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  margin-top: 0.5em;
}

table.standard.nbr tr th {
  background-color: #F2F2F2;
}

.full-width-form-fields input, .full-width-form-fields select, .full-width-form-fields textarea {
  width: 100%;
}
.full-width-form-fields label {
  font-size: 0.8rem;
}

.ui-datepicker {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ui-datepicker td {
  border-top: 1px solid #CCC;
  padding: 0;
  text-align: center;
}
.ui-datepicker td:not(:last-child) {
  border-right: 1px solid #CCC;
}
.ui-datepicker td a {
  transition: 0.35s;
  position: relative;
  transform: scale(1);
  color: #587b94;
  text-decoration: none;
  padding: 0.5rem;
  background-color: transparent;
}
.ui-datepicker td:hover {
  background-color: #304758;
}
.ui-datepicker td:hover a {
  transform: scale(1.3);
  color: #FFF;
}
.ui-datepicker td.ui-datepicker-other-month {
  background-color: #EBEBEB;
}
.ui-datepicker tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.ui-datepicker .ui-datepicker-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: grid;
  grid-template: 1fr/1fr 1fr;
  background-color: #587b94;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-header > a {
  text-decoration: none;
  color: #FFF;
  align-self: center;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header > a:nth-child(1)::after, .ui-datepicker .ui-datepicker-header > a:nth-child(1)::before, .ui-datepicker .ui-datepicker-header > a:nth-child(2)::after, .ui-datepicker .ui-datepicker-header > a:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ui-datepicker .ui-datepicker-header > a:nth-child(1)::before {
  content: "\f0d9";
  margin-right: 1em;
}
.ui-datepicker .ui-datepicker-header > a:nth-child(2)::after {
  content: "\f0da";
  margin-left: 1em;
}
.ui-datepicker .ui-datepicker-header > div {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header > div:last-child {
  grid-column-start: 1;
  grid-column-end: span 2;
}

.swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1201px) {
  .swiper {
    width: 1000px;
  }
}
@media screen and (max-width: 1001px) {
  .swiper {
    width: 800px;
  }
}
@media screen and (max-width: 801px) {
  .swiper {
    width: 640px;
  }
}
@media screen and (max-width: 641px) {
  .swiper {
    width: 474px;
  }
}
@media screen and (max-width: 475px) {
  .swiper {
    width: 374px;
    height: 300px;
  }
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 475px) {
  .swiper .swiper-slide img {
    width: 374px;
    height: 300px;
  }
}
.swiper .swiper-slide .bottom-left-headline,
.swiper .swiper-slide .bottom-right-headline,
.swiper .swiper-slide .top-left-headline,
.swiper .swiper-slide .top-right-headline {
  position: absolute;
  color: #FFF;
  max-width: 55%;
  text-align: left;
}
.swiper .swiper-slide .bottom-left-headline h1,
.swiper .swiper-slide .bottom-right-headline h1,
.swiper .swiper-slide .top-left-headline h1,
.swiper .swiper-slide .top-right-headline h1 {
  font-weight: 700 !important;
  line-height: 2.25rem;
}
.swiper .swiper-slide .bottom-left-headline.width-45,
.swiper .swiper-slide .bottom-right-headline.width-45,
.swiper .swiper-slide .top-left-headline.width-45,
.swiper .swiper-slide .top-right-headline.width-45 {
  max-width: 45%;
}
.swiper .swiper-slide .bottom-left-headline.width-50,
.swiper .swiper-slide .bottom-right-headline.width-50,
.swiper .swiper-slide .top-left-headline.width-50,
.swiper .swiper-slide .top-right-headline.width-50 {
  max-width: 50%;
}
.swiper .swiper-slide .bottom-left-headline.width-60,
.swiper .swiper-slide .bottom-right-headline.width-60,
.swiper .swiper-slide .top-left-headline.width-60,
.swiper .swiper-slide .top-right-headline.width-60 {
  max-width: 60%;
}
@media screen and (max-width: 801px) {
  .swiper .swiper-slide .bottom-left-headline,
  .swiper .swiper-slide .bottom-right-headline,
  .swiper .swiper-slide .top-left-headline,
  .swiper .swiper-slide .top-right-headline {
    text-align: center;
    max-width: 90%;
  }
  .swiper .swiper-slide .bottom-left-headline > div, .swiper .swiper-slide .bottom-left-headline h1,
  .swiper .swiper-slide .bottom-right-headline > div,
  .swiper .swiper-slide .bottom-right-headline h1,
  .swiper .swiper-slide .top-left-headline > div,
  .swiper .swiper-slide .top-left-headline h1,
  .swiper .swiper-slide .top-right-headline > div,
  .swiper .swiper-slide .top-right-headline h1 {
    padding: 0.5em;
  }
  .swiper .swiper-slide .bottom-left-headline h1,
  .swiper .swiper-slide .bottom-right-headline h1,
  .swiper .swiper-slide .top-left-headline h1,
  .swiper .swiper-slide .top-right-headline h1 {
    font-size: 1.5em;
    line-height: 1.5rem;
  }
}
.swiper .swiper-slide .top-left-headline {
  left: 3em;
  top: 2em;
}
@media screen and (max-width: 801px) {
  .swiper .swiper-slide .top-left-headline {
    left: 0;
    top: 1em;
  }
}
.swiper .swiper-slide .top-right-headline {
  right: 3em;
  top: 2em;
}
@media screen and (max-width: 801px) {
  .swiper .swiper-slide .top-right-headline {
    right: 0;
    top: 1em;
  }
}
.swiper .swiper-slide .bottom-left-headline {
  left: 3em;
  bottom: 2em;
}
@media screen and (max-width: 801px) {
  .swiper .swiper-slide .bottom-left-headline {
    left: 0;
    bottom: 1em;
  }
}
.swiper .swiper-slide .bottom-right-headline {
  right: 3em;
  bottom: 2em;
}
@media screen and (max-width: 801px) {
  .swiper .swiper-slide .bottom-right-headline {
    right: 0;
    bottom: 1em;
  }
}

@media screen and (max-width: 641px) {
  .col-count-3.offset.swiper-container-block {
    grid-template-columns: 0 1fr 0 !important;
  }
}
h1.corp, p.corp {
  color: #587b94;
}
h1.corp-brown, p.corp-brown {
  color: #604223;
}

.bottom-submit {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #587b94;
  z-index: 2;
}

#calving-container {
  border: 1px solid #EBEBEB;
  padding: 1em;
}
#calving-container .calving-tab-header {
  background-color: #587b94;
  color: #FFF;
  padding: 0.5em;
  font-size: 1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.calving-tab-header {
  display: grid;
  grid-template: 1fr/1fr auto;
  gap: 1em;
}

a.button,
button {
  transition: 0.35s;
  position: relative;
}
a.button.trasparent,
button.trasparent {
  border: none;
  background-color: transparent;
}
a.button.trasparent:active,
button.trasparent:active {
  transform: scale(0.8);
}
a.button.trasparent:hover,
button.trasparent:hover {
  color: #587b94;
}
a.button.denied,
button.denied {
  color: red;
}
a.button.denied i,
button.denied i {
  position: relative;
  transform: rotate(180deg);
  transition: 0.5s;
}
a.button.approved,
button.approved {
  color: green;
}
a.button.non-status,
button.non-status {
  color: #CCC;
}

table.admin-review table {
  border-left-color: #CCC !important;
}
table.admin-review tr:nth-child(even) td {
  background-color: #f4f4f4;
}
table.admin-review tr:nth-child(odd) td {
  background-color: #FFF;
}
table.admin-review tr > td:first-child {
  white-space: nowrap;
}
table.admin-review .not-checked {
  color: red;
}
table.admin-review .is-checked {
  color: green;
}

.section-toggler {
  background: linear-gradient(90deg, #587b94, #304758);
  color: #FFF;
  padding: 0.34em;
  font-size: 1.2em;
  cursor: pointer;
  margin-top: 0.25em;
}
.section-toggler:hover {
  opacity: 0.8;
}

.application-section {
  border: 1px solid #EBEBEB;
  padding: 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

body {
  counter-reset: group;
}

.span-count::after {
  display: inline;
  counter-increment: group;
  content: counter(group);
}

#desktop-nav {
  position: relative;
  border-bottom: 6px solid #013c4d;
  height: 300px;
  background-image: url("/client/media/images/header-bkg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  display: grid;
  transition: 0.35s;
  grid-template: 1fr/350px 1fr;
}
@media screen and (max-width: 1400px) {
  #desktop-nav {
    height: 250px;
  }
}
@media screen and (max-width: 1000px) {
  #desktop-nav {
    height: 200px;
  }
}
@media screen and (max-width: 655px) {
  #desktop-nav {
    display: none;
  }
}
#desktop-nav .button-deck {
  position: relative;
  z-index: 1;
}
#desktop-nav .button-deck a {
  text-transform: uppercase;
  align-self: center;
  justify-self: center;
}
#desktop-nav .button-deck a span {
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
  position: relative;
  transition: 0.35s;
  display: block;
  padding: 0.5em 2em;
}
@media screen and (max-width: 1400px) {
  #desktop-nav .button-deck a span {
    font-size: 1em;
    padding: 0.35em 1em;
  }
}
@media screen and (max-width: 1000px) {
  #desktop-nav .button-deck a span {
    font-size: 0.85em;
  }
}
#desktop-nav .button-deck a:hover {
  text-decoration: none !important;
}
#desktop-nav .button-deck a:hover span {
  background-color: transparent !important;
  cursor: pointer;
  transform: scale(1.1);
  color: #333;
}
#desktop-nav .button-deck a:not(:last-child) {
  border-right: 3px solid #005b7f;
}
#desktop-nav::after {
  display: block;
  margin: auto;
  content: url("/client/media/images/Trusted_Verified_Desired.png");
  position: absolute;
  z-index: 0;
  height: 40px !important;
  width: auto !important;
  left: 40%;
  bottom: 15.5%;
}
@media screen and (max-width: 880px) {
  #desktop-nav::after {
    content: url("/client/media/images/Trusted_Verified_Desired-sm.png");
  }
}

.border-bottom-thick {
  border-bottom: 6px solid #013c4d;
}

.border-top-thick {
  border-top: 6px solid #013c4d;
}

.border-bottom-heavy {
  border-bottom: 10px solid #013c4d;
}

.border-top-heavy {
  border-top: 10px solid #013c4d;
}

a.kitch-button {
  position: relative !important;
  padding: 0.35em 1em 0.35em 3em;
  border-radius: 6px;
  background: linear-gradient(#90bcdb, #6088ad);
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transition: 0.35s !important;
  transform: scale(0.85) !important;
  display: inline-block;
}
a.kitch-button:hover {
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  transform: scale(0.8) !important;
  opacity: 0.5;
}
a.kitch-button::after {
  display: inline-block;
  content: url("/client/media/images/kitch-button-wrapty.png");
  position: absolute;
  left: 0em;
  top: -1.165rem;
  transform: scale(0.65);
}

.mobile-floater {
  position: relative;
  right: -3em;
  text-align: center;
}
@media screen and (max-width: 655px) {
  .mobile-floater {
    right: initial;
  }
}
.mobile-floater img.desktop-img {
  width: 175px;
  height: auto;
  display: inline-block;
  position: absolute;
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 1165px) {
  .mobile-floater img.desktop-img {
    left: -100px;
  }
}
.mobile-floater img.mobile-img {
  display: none;
}
@media screen and (max-width: 655px) {
  .mobile-floater img.desktop-img {
    display: none;
  }
  .mobile-floater img.mobile-img {
    display: block;
    width: 175px;
    height: auto;
    margin: auto;
  }
}

.callout-block {
  padding: 1em;
  background-color: #9ab1c1;
  border: 4px solid #013c4d;
}

.overflow-hide {
  overflow: hidden;
}

.bold {
  font-weight: 600;
}

.corp {
  color: #013c4d;
}

#mobile-menu .mobile-menu-wrap > a:hover {
  background-color: #0c5d74;
}

#mobile-menu .mobile-menu-wrap {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

a.button, input[type=submit].button, button.button, .button {
  font-weight: 600;
  text-transform: uppercase;
  background-color: #005b7f;
}
a.button:hover, input[type=submit].button:hover, button.button:hover, .button:hover {
  background-color: #013c4d;
}/*# sourceMappingURL=styles.css.map */