section#evaluation-report-application {
  display: block;
  width: 100%;
  margin: 120px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  section#evaluation-report-application {
    max-width: 1382px;
  }
}
section#evaluation-report-application h1 {
  font-family: var(--icc-es-heading-font);
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  color: var(--icc-es-green);
  margin-bottom: 65px;
}
section#evaluation-report-application > div.gform_wrapper {
  --gf-color-primary: var(--icc-es-green)!important;
  --gf-field-pg-prog-color: var(--icc-es-green)!important;
  --gf-ctrl-label-color-primary: var(--icc-es-green)!important;
  --gf-ctrl-label-color-secondary: var(--icc-es-green)!important;
  --gf-ctrl-choice-check-color: var(--icc-es-green)!important;
  --gf-ctrl-desc-color: var(--icc-es-green)!important;
  --gf-ctrl-btn-border-color-secondary: var(--icc-es-green)!important;
  --gf-ctrl-btn-color-secondary: var(--icc-es-green)!important;
  --gf-local-color: var(--icc-es-green)!important;
  --gf-ctrl-btn-icon-color-secondary: var(--icc-es-green)!important;
  --gf-ctrl-btn-bg-color-ctrl: var(--icc-es-green)!important;
  --gf-ctrl-file-zone-icon-color: var(--icc-es-green)!important;
  --gf-ctrl-border-color: #f3f5f2!important;
  --gf-local-bg-color: #f3f5f2!important;
  --gf-ctrl-bg-color: #f3f5f2!important;
  --gf-ctrl-bg-color-focus: #fafbfa!important;
  --gf-ctrl-border-color-focus: #f3f5f2!important;
  --gf-ctrl-color: var(--icc-es-green)!important;
  --gf-ctrl-outline-color-focus: var(--icc-es-green)!important;
  --gf-ctrl-color-focus: #495057!important;
  --gf-ctrl-btn-bg-color-hover-primary: var(--icc-es-black)!important;
  --gf-ctrl-btn-bg-color-hover-ctrl: var(--icc-es-black)!important;
  --gf-color-danger: var(--icc-es-red)!important;
  --gf-ctrl-label-font-size-primary: 21px!important;
  --gf-ctrl-padding-y: 12px!important;
  --gf-ctrl-size: 55px!important;
  --gf-local-font-size: 18px!important;
  --gf-ctrl-font-size: 18px!important;
  --gf-local-line-height: 31px!important;
  --gf-ctrl-line-height: 31px!important;
  --gf-ctrl-outline-width-focus: 1px!important;
  --gf-ctrl-radius: 0!important;
  --gf-ctrl-btn-font-size: 18px!important;
  --gf-ctrl-btn-padding-y: 22px!important;
  --gf-ctrl-btn-padding-x: 55px!important;
  --gf-ctrl-btn-radius: 33px!important;
  --gf-form-footer-gap: 22px!important;
  --gf-form-footer-margin-y-start: 55px!important;
  --gf-field-pg-prog-margin-y-end: 0!important;
  --gf-field-pg-prog-text-transform: none!important;
  --gf-ctrl-label-font-size-secondary: 21px!important;
  --gf-ctrl-choice-size: 26px!important;
  --gf-form-gap-y: 20px!important;
  color: var(--icc-es-green) !important;
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section h3 {
  margin: 0;
  background-color: var(--icc-es-green);
  color: white;
  cursor: pointer;
  padding: 20px;
  font-size: 18px;
  line-height: 1;
  border-radius: 29px;
  position: relative;
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 11px);
  right: 15px;
  background-color: var(--icc-es-green);
  background-position: center center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow-right.svg");
  transition: transform 0.3s ease-in-out;
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:hover, section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:focus, section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:active {
  background-color: var(--icc-es-black);
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:hover:before, section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:focus:before, section#evaluation-report-application > div.gform_wrapper .collapsible-section h3:active:before {
  background-color: var(--icc-es-black);
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section h3.active:before {
  transform: rotate(90deg);
}
section#evaluation-report-application > div.gform_wrapper .field_sublabel_below {
  border-bottom: none;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end {
  padding: 10px 15px 15px 15px !important;
  border: 1px solid var(--icc-es-beige);
  border-radius: 35px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item {
  display: block;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item + .repeater-field-item {
  margin-top: 30px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header {
  background-color: var(--icc-es-green);
  color: white;
  padding: 20px;
  border-radius: 29px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: white;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions {
  align-self: end;
  text-align: right;
  font-size: 0;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li {
  font-size: 0;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li i {
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: var(--icc-es-green);
  background-position: center center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li i.icon-up-open, section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li i.icon-down-open {
  background-image: url("../img/icons/arrow-right.svg");
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li i.icon-down-open {
  transform: rotate(90deg);
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item > .repeater-field-header > .repeater-field-header > .repeater-field-header-acctions li i.icon-cancel-1 {
  margin-left: 10px;
  background-image: url(../img/icons/cross.svg);
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item .repeater-field-content {
  padding: 20px 0 10px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item .repeater-field-content .container-repeater-field {
  border: 1px solid var(--gf-ctrl-bg-color);
  border-radius: 30px;
  padding: 20px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-warp-item .repeater-field-item .repeater-field-content .container-repeater-field .gfield {
  margin-bottom: 20px;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-footer {
  padding: 50px 0 25px 0;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-footer .gf-repeater-field-button-add {
  margin: 25px 0 0 0;
  padding: 20px 40px;
  color: white;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 29px;
  position: relative;
  z-index: 1;
  background-color: var(--icc-es-green);
  cursor: pointer;
  box-shadow: none !important;
}
section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-footer .gf-repeater-field-button-add:hover, section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-footer .gf-repeater-field-button-add:focus, section#evaluation-report-application > div.gform_wrapper .gfield--type-repeater_end .repeater-field-footer .gf-repeater-field-button-add:active {
  background-color: var(--icc-es-black);
}
section#evaluation-report-application > div.gform_wrapper .digi_signature_class .clearButton {
  margin-top: 25px;
}
section#evaluation-report-application > div.gform_wrapper div.gform-body {
  border: 1px solid var(--icc-es-beige);
  padding: 30px 10% 60px 10%;
  position: relative;
}
section#evaluation-report-application > div.gform_wrapper div.gform-body:before {
  content: "";
  width: 13px;
  left: 0;
  position: absolute;
  top: 41.75%;
  height: 16.5%;
  background-color: var(--icc-es-green);
}
section#evaluation-report-application > div.gform_wrapper div.gform-body h2 {
  font-family: var(--icc-es-heading-font);
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
section#evaluation-report-application > div.gform_wrapper #gform_resume_email {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 52px;
  padding: 12px;
  background-color: #fafbfa;
  border: 1px solid var(--icc-es-green);
  font-size: 18px;
  color: var(--icc-es-green);
}
section#evaluation-report-application > div.gform_wrapper .gform-footer {
  text-align: center;
}
section#evaluation-report-application > div.gform_wrapper .gform-footer input[type=submit][id^=gform_send_resume_link_button] {
  display: inline-block;
  width: 232px;
  margin: 25px 0 0 0;
  padding: 20px 40px;
  color: white;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 29px;
  position: relative;
  z-index: 1;
  background-color: var(--icc-es-green);
  cursor: pointer;
}
section#evaluation-report-application > div.gform_wrapper .gform-footer input[type=submit][id^=gform_send_resume_link_button]:hover, section#evaluation-report-application > div.gform_wrapper .gform-footer input[type=submit][id^=gform_send_resume_link_button]:focus, section#evaluation-report-application > div.gform_wrapper .gform-footer input[type=submit][id^=gform_send_resume_link_button]:active {
  background-color: var(--icc-es-black);
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps {
  display: flex;
  flex-wrap: wrap;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step {
  display: block;
  flex: 1 1 auto;
  text-align: center;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  display: inline-block;
  font-size: 21px;
  padding: 18px 0;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step.gf_step_pending .gf_step_label {
  color: var(--icc-es-dark-gray);
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step.gf_step_hidden {
  display: none;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  display: inline-block;
  position: relative;
}
section#evaluation-report-application > div.gform_wrapper .gf_page_steps .gf_step.gf_step_active .gf_step_label:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
  background-color: var(--icc-es-green);
}
section#evaluation-report-application > div.gform_wrapper input[type=radio],
section#evaluation-report-application > div.gform_wrapper input[type=checkbox] {
  border: 1px solid var(--icc-es-green);
  cursor: pointer;
}
section#evaluation-report-application > div.gform_wrapper input[type=radio] + label,
section#evaluation-report-application > div.gform_wrapper input[type=checkbox] + label {
  cursor: pointer;
}
section#evaluation-report-application > div.gform_wrapper select {
  cursor: pointer;
}
section#evaluation-report-application > div.gform_wrapper .gfield_required,
section#evaluation-report-application > div.gform_wrapper .gfield_required_asterisk {
  font-size: var(--gf-ctrl-label-font-size-secondary);
}
section#evaluation-report-application > div.gform_wrapper .gform-field-label--type-sub .gfield_required,
section#evaluation-report-application > div.gform_wrapper .gform-field-label--type-sub .gfield_required_asterisk {
  font-size: var(--gf-ctrl-label-font-size-tertiary);
}
section#evaluation-report-application > div.gform_wrapper input[type=checkbox] {
  position: relative;
}
section#evaluation-report-application > div.gform_wrapper input[type=checkbox]:checked {
  background-color: var(--icc-es-green);
}
section#evaluation-report-application > div.gform_wrapper input[type=checkbox]:before {
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  background-color: var(--icc-es-green);
  background-image: url(../img/icons/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
}
section#evaluation-report-application > div.gform_wrapper .gfield_description {
  font-size: 12px;
}
section#evaluation-report-application > div.gform_wrapper .collapsible-section {
  border-bottom: none;
}
section#evaluation-report-application > div.gform_wrapper .form-desc {
  display: block;
  font-size: 12px;
  max-width: 300px;
}
section#evaluation-report-application > div.gform_wrapper label + .gfield_description {
  margin-top: -8px;
}
section#evaluation-report-application > div.gform_wrapper a.more-link i.ic-eye {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: text-bottom;
  margin-left: 5px;
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-clip: border-box;
  mask-origin: border-box;
  mask-size: 21px 21px;
  mask-composite: add;
  background-color: var(--icc-es-green);
  mask-image: url("../img/icons/view.svg");
}
section#evaluation-report-application > div.gform_wrapper .gform-page-footer {
  justify-content: center;
}

article#certification-workflows {
  display: block;
  width: 100%;
  margin: 120px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  article#certification-workflows {
    max-width: 1382px;
  }
}
article#certification-workflows h1 {
  font-family: var(--icc-es-heading-font);
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  color: var(--icc-es-green);
  margin-bottom: 65px;
}

svg.info-horizontal,
svg.info-vertical {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (prefers-reduced-motion: reduce) {
  svg.info-horizontal > *,
  svg.info-vertical > * {
    animation: none !important;
  }
}
svg.info-horizontal .pencil,
svg.info-vertical .pencil {
  animation: pencil 1.5s linear 0s infinite normal forwards running;
}
svg.info-horizontal .bounce-in,
svg.info-vertical .bounce-in {
  animation: bounceIn 2s linear 0s infinite normal forwards running;
}
svg.info-horizontal .hue,
svg.info-vertical .hue {
  animation: hue 2s linear 0s infinite normal forwards running;
}
svg.info-horizontal .flip,
svg.info-vertical .flip {
  animation: flip2 2s linear 0s infinite normal forwards running;
  backface-visibility: visible;
}
svg.info-horizontal .rotate,
svg.info-vertical .rotate {
  animation: rotate 2s linear 0s infinite normal forwards running;
}
svg.info-horizontal .rotate.speed3,
svg.info-vertical .rotate.speed3 {
  animation-duration: 3s;
}
svg.info-horizontal .rotate.speed5,
svg.info-vertical .rotate.speed5 {
  animation-duration: 5s;
}
svg.info-horizontal .rotate.speed8,
svg.info-vertical .rotate.speed8 {
  animation-duration: 8s;
}
svg.info-horizontal .rotate.speed10,
svg.info-vertical .rotate.speed10 {
  animation-duration: 10s;
}
svg.info-horizontal .rotate.counterclockwise,
svg.info-vertical .rotate.counterclockwise {
  animation-direction: reverse;
}
svg.info-horizontal .st0,
svg.info-vertical .st0 {
  fill: #0e1a35;
}
svg.info-horizontal .st1,
svg.info-vertical .st1 {
  stroke: #333;
}
svg.info-horizontal .st1, svg.info-horizontal .st2, svg.info-horizontal .st3, svg.info-horizontal .st4,
svg.info-vertical .st1,
svg.info-vertical .st2,
svg.info-vertical .st3,
svg.info-vertical .st4 {
  stroke-miterlimit: 10;
  stroke-width: 3px;
}
svg.info-horizontal .st1, svg.info-horizontal .st5,
svg.info-vertical .st1,
svg.info-vertical .st5 {
  fill: none;
}
svg.info-horizontal .st6,
svg.info-vertical .st6 {
  fill: #ffa201;
}
svg.info-horizontal .st2,
svg.info-vertical .st2 {
  fill: #ebf1f4;
}
svg.info-horizontal .st2, svg.info-horizontal .st4,
svg.info-vertical .st2,
svg.info-vertical .st4 {
  stroke: #21837c;
}
svg.info-horizontal .st3,
svg.info-vertical .st3 {
  fill: #21837c;
}
svg.info-horizontal .st3, svg.info-horizontal .st5,
svg.info-vertical .st3,
svg.info-vertical .st5 {
  stroke: #0b5940;
}
svg.info-horizontal .st7,
svg.info-vertical .st7 {
  fill: #262e42;
}
svg.info-horizontal .st4, svg.info-horizontal .st8, svg.info-horizontal .gear1, svg.info-horizontal .gear2,
svg.info-vertical .st4,
svg.info-vertical .st8,
svg.info-vertical .gear1,
svg.info-vertical .gear2 {
  fill: #d0d5cb;
}
svg.info-horizontal .st9,
svg.info-vertical .st9 {
  fill: #0a8ef3;
}
svg.info-horizontal .st10, svg.info-horizontal .st11,
svg.info-vertical .st10,
svg.info-vertical .st11 {
  fill: #0b5940;
}
svg.info-horizontal .st12,
svg.info-vertical .st12 {
  font-family: Roboto-Regular, Roboto;
}
svg.info-horizontal .st12, svg.info-horizontal .st11,
svg.info-vertical .st12,
svg.info-vertical .st11 {
  font-size: 30px;
  isolation: isolate;
}
svg.info-horizontal .st13,
svg.info-vertical .st13 {
  fill: #00d6c4;
}
svg.info-horizontal .st11,
svg.info-vertical .st11 {
  font-family: Roboto-Medium, Roboto;
  font-weight: 500;
}
svg.info-horizontal .st14,
svg.info-vertical .st14 {
  fill: #333;
}
svg.info-horizontal .st5,
svg.info-vertical .st5 {
  stroke-linecap: round;
  stroke-width: 1.01px;
}

svg.info-horizontal {
  display: block;
}
@media (max-width: 768px) {
  svg.info-horizontal {
    display: none;
  }
}

svg.info-vertical {
  display: none;
}
@media (max-width: 768px) {
  svg.info-vertical {
    display: block;
  }
}

.gform-theme--framework input[type=text]::placeholder,
.gform-theme--framework input[type=email]::placeholder,
.gform-theme--framework input[type=url]::placeholder,
.gform-theme--framework input[type=tel]::placeholder {
  color: var(--icc-es-dark-gray);
}

/*# sourceMappingURL=get-certified.css.map */
