/* mixins
-------------------------------------- */
/* structure */
/* clear */
/* style placeholder text in a form field */
/* hide text meant for screen readers */
/* triangles */
/* extends and helper classes
-------------------------------------- */
.clip {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

img.border {
  border-radius: 6px;
}

.anchor:target {
  display: block;
  position: relative;
  margin-top: -108px;
  padding-top: 108px;
}

#__bs_notify__ {
  padding: 0.25em !important;
  font-size: 0.75em !important;
  opacity: 0.25;
}

/* animations
----------------------------------------------- */
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.99);
    opacity: 0.9;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.99);
    opacity: 0.9;
  }
}
@keyframes fade-right {
  0% {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-down {
  0% {
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
svg {
  transition: fill 0.2s ease-out;
}

/* Slider */
.slick-slider {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 100%;
}

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

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

a img {
  border: none;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  overflow: visible;
}

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

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

.page-template-page-employee-conf .page-header,
.page-template-page-sk-training-conf .page-header {
  min-height: 64vh;
}

.page-template-page-employee-suggestions .tab-content {
  padding-top: 0;
  padding-right: 0.75em;
}
@media (min-width: 700px) {
  .page-template-page-employee-suggestions .tab-content {
    padding-right: 1.5em;
  }
}
@media (min-width: 900px) {
  .page-template-page-employee-suggestions .tab-content {
    padding-right: 2em;
  }
}
.page-template-page-employee-suggestions .response-title {
  display: block;
}
.page-template-page-employee-suggestions .response-title::before {
  content: "";
  display: block;
  margin-top: -285px;
  height: 285px;
  visibility: hidden;
  pointer-events: none;
}
.page-template-page-employee-suggestions .container-block-employee {
  max-width: 1055px;
}

.container-block-employee {
  max-width: 812px;
}

.employee-form {
  padding-top: 1em;
}
@media (min-width: 900px) {
  .employee-form {
    padding-top: 2em;
  }
}
.employee-form .gfield_radio {
  margin: 0;
  padding: 0;
  list-style: none;
}
.employee-form textarea {
  height: 160px;
}
.employee-form .container-block-title {
  margin: 1em 0 0.5em;
  font-weight: 600;
}
.employee-form .tab-nominations .dropdown {
  overflow: visible;
}
.employee-form .tab-nominations .dropdown .gfield_description.validation_message {
  margin-top: -3px;
}
.employee-form .tab-nominations h4 {
  margin-bottom: 0.5em;
}
.employee-form .gform_wrapper {
  position: relative;
}
.employee-form .gfield_html {
  display: block;
  width: 100%;
}
.employee-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
.employee-form .gform_fields .full {
  width: 100%;
}
.employee-form .flex-form-child {
  flex: 1 100%;
}
.employee-form .flex-form-child.dont-go > label {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  clip: auto;
}
.employee-form .gfield_radio {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.employee-form .gfield_radio li {
  position: relative;
  color: #43484C;
}
.employee-form .ginput_container_radio {
  margin-bottom: 0.75em;
}
.employee-form .ginput_container_radio li {
  margin: 0 4em 0.5em 0;
}
.employee-form .tooltip {
  right: -19px;
  top: 37%;
  width: 12px;
  height: 14px;
}
.employee-form .tooltip-content {
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 258px;
  min-width: 120px;
  margin: 0;
  padding: 8px 12px 16px;
  background-color: white;
  border: 1px solid rgba(201, 201, 201, 0.4);
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
.employee-form .tooltip-content p {
  color: #333;
}
.employee-form .tooltip-content p::after {
  display: none;
}
.employee-form .tooltip-content::after, .employee-form .tooltip-content::before {
  content: "";
  display: block;
  position: absolute;
}
.employee-form .tooltip-content::before {
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  z-index: 1;
  background-color: white;
}
.employee-form .tooltip-content::after {
  bottom: -12px;
  left: 105px;
  width: 24px;
  height: 24px;
  width: 24px;
  transform: rotate(45deg);
  background: url("../../images/icons/arrow-tooltip.svg") no-repeat center/cover;
}
.employee-form .tooltip-content.tip-b {
  width: 218px;
}
.employee-form .tooltip-content.tip-b::after {
  left: 175px;
}
@media (min-width: 500px) {
  .employee-form .tooltip-content.tip-b {
    left: 268px;
  }
  .employee-form .tooltip-content.tip-b::after {
    left: 75px;
  }
}
.employee-form .captcha {
  margin-bottom: 2.5em;
}
.employee-form .gform_footer {
  max-width: 356px;
}
.employee-form .seakeeper-standards {
  display: block;
  margin: 0 auto 2rem;
}
.employee-form .seakeeper-standards.desktop {
  display: none;
}
@media (min-width: 900px) {
  .employee-form .seakeeper-standards.desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .employee-form .seakeeper-standards.mobile {
    display: none;
  }
}
.employee-form .response {
  padding-bottom: 2.25em;
}
.employee-form .response p:first-of-type {
  font-weight: bold;
}
@media (min-width: 700px) {
  .employee-form .ginput_container_radio {
    margin-bottom: 1em;
  }
}
@media (min-width: 750px) {
  .employee-form .flex-form-child {
    flex: 0 auto;
    width: calc(50% - 0.75em);
  }
  .employee-form .container-block-title {
    margin-bottom: 0.875em;
  }
  .employee-form .captcha {
    margin-bottom: 5em;
  }
  .employee-form .name {
    margin-top: -80px;
  }
}
@media (min-width: 900px) {
  .employee-form .flex-form-child {
    width: calc(50% - 1em);
  }
}

/*# sourceMappingURL=employees.css.map */
