:root {
  --main-color: #0d6efd;
  --main-color-hover: #074095;
  --secondary-color: #078546;
  --secondary-color-hover: #055b30;
}


button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}


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

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

* {
  margin: 0;
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  min-height: 100vh;
  overflow: auto
}

.tcpa-flow-container {
  padding: 0 15px 15px
}

.nav {
  align-items: center;
  border-bottom: 2px solid #f9f9f9;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6)
}

.nav .nav-container,
.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 75px
}

.nav .nav-container {
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 20px
}

.nav .nav-container .box {
  width: 100%;
  margin: auto 10px;
  position: relative
}

.nav .nav-container .box a .logo {
  max-width: 100%;
  max-height: 55px;
}

.nav .box.logo-box {
  max-width: 195px;
  width: 100%
}

.nav .box.steps,
.nav .box.steps ul {
  display: flex;
  justify-content: center;
  align-items: center
}

.nav .box.steps ul {
  gap: 10px;
  list-style: none;
  padding-left: 0
}

.nav .box.steps ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #0d2e5c;
  font-family: SharpSans Display No1 Bold, Arial, sans-serif;
  font-weight: 700
}

.nav .box.steps ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIzNi45ODggMjM2Ljk4OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM2Ljk4OCAyMzYuOTg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjE5OC4wOTgsMjQuMzI2IDg3LjU0MywxMzQuODgxIDM4Ljg5MSw4Ni4yMjkgMCwxMjUuMTIxIDg3LjU0MywyMTIuNjYyIDIzNi45ODgsNjMuMjE3ICIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  filter: invert(12%) sepia(20%) saturate(6679%) hue-rotate(202deg) brightness(98%) contrast(93%)
}

@media screen and (max-width:1045px) {
  .nav .box.steps ul {
    display: block
  }
}

@media screen and (max-width:706px) {
  .nav .box.steps {
    display: none
  }
}

@media(max-width:500px) {
  .box {
    text-align: center
  }
}

.tcpa-flow-container {
  display: flex;
  align-items: center
}

.tcpa-flow-container .compliance-text {
  font-size: 14px;
  font-family: Osawld, sans-serif;
  color: #717171;
  font-weight: 400;
  text-align: justify
}

.tcpa-flow-container .compliance-text a {
  text-decoration: none;
  color: #162d59
}

p {
  color: #162d59
}

p {
  font-size: 18px;
  line-height: 24px
}

.progress-container {
  border-radius: 50px;
  max-width: 360px;
  min-height: auto;
  margin: 15px auto 15px auto;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  background: #edf2f7;
  height: 18px
}

.progress-container .progress {
  border-radius: 50px;
  background-image: linear-gradient(270deg, var(--main-color), var(--main-color-hover));
  height: 100%;
  padding-right: 6px;
  text-align: right;
  color: #fff;
  font-size: 12px;
  transition: all 3ms;
  padding-top: 3px
}

.container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 20px 0 0 0
}

.container p {
  text-align: center;
  color: #808994;
  display: inline;
  font-size: 12px;
  margin-left: 5px;
  font-weight: 400
}

.container p img {
  filter: invert(92%) sepia(0) saturate(280%) hue-rotate(185deg) brightness(95%) contrast(91%);
  height: auto;
  width: 15px
}

.tcpa-flow-container {
  display: flex;
  align-items: center
}

.tcpa-flow-container .compliance-text {
  font-size: 14px;
  font-family: Osawld, sans-serif;
  color: #717171;
  font-weight: 400;
  text-align: justify
}

.tcpa-flow-container .compliance-text a {
  text-decoration: none;
  color: #162d59
}

.tcpa {
  padding: 0 0 10px
}

.tcpa-container {
  margin-top: 20px
}

@media(max-width:600px) {
  .tcpa {
    padding: 0
  }
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.content-wrapper {
  flex-grow: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 90px
}

.flow-container {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 17px 5px rgba(0, 0, 0, .1);
  margin-top: 20px;
  padding: 50px 50px;
  font-family: Osawld, sans-serif;
  font-weight: 700;
  color: #162d59;
  font-size: 12px;
  letter-spacing: .5px
}

.flow-container .row {
  width: 100%;
  max-width: 480px
}

.flow-container .row .box {
  display: flex;
  flex-direction: column;
  margin: 20px 0
}

.flow-container .row .box .header-title {
  color: #162d59;
  font-family: Osawld, sans-serif;
  margin: 15px 0 15px;
  text-align: center;
  font-size: 32px
}

.flow-container .row .box .next-button-container-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.default-button {
  width: 100%;
  margin: 5px;
  background-color: var(--main-color);
  cursor: pointer;
  padding: 16px 0;
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: .25rem;
  border: none
}

.default-button:hover {
  background-color: var(--main-color-hover);
  box-shadow: 0 1px 7px -3px #000
}

.default-button:disabled {
  cursor: not-allowed;
  background-color: #f0986a
}

.alternate-button-color:nth-child(2):not(#continue_button) {
  color: #162d59;
  background-color: #edf2f7
}

.alternate-button-color:nth-child(2):not(#continue_button):hover {
  background-color: #d3d6db
}

@media(max-width:600px) {
  .flow-container {
    height: 100%;
    margin: 0 15px
  }

  .flow-container .row {
    width: 100%
  }

  .flow-container .row .box .header-title {
    font-size: 30px
  }
}

@media(max-width:430px) {
  .flow-container .row .box .header-title {
    margin: 0 0 15px
  }
}

@media screen and (max-width:420px) {
  .flow-container {
    padding: 20px
  }
}

@media(max-width:375px) {
  .flow-container .row .box {
    margin: 20px 0
  }

  .flow-container .row .box .header-title {
    font-size: 28px
  }
}

@media(max-width:320px) {
  .content-wrapper {
    min-height: 600px
  }

  .flow-container {
    margin: 0;
    padding: 0 10px
  }

  .flow-container .row .box .header-title {
    font-size: 24px
  }
}

.workers-comp {
  background-color: #edf2f7
}

.nav {
  align-items: center;
  border-bottom: 2px solid #ededed;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 -2px 24px 0 rgba(0, 0, 0, .6)
}

.nav .nav-container,
.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 75px
}

.nav .nav-container {
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding: 10px 20px
}

.nav .nav-container .box {
  width: 100%;
  margin: auto 10px;
  position: relative
}

.nav .nav-container .box a .logo {
  max-width: 100%
}

.nav .box.logo-box {
  max-width: 195px;
  width: 100%
}

.nav .box.steps,
.nav .box.steps ul {
  display: flex;
  justify-content: center;
  align-items: center
}

.nav .box.steps ul {
  gap: 10px;
  list-style: none;
  padding-left: 0
}

.nav .box.steps ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #0d2e5c;
  font-family: SharpSans Display No1 Bold, Arial, sans-serif;
  font-weight: 700
}

.nav .box.steps ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDIzNi45ODggMjM2Ljk4OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjM2Ljk4OCAyMzYuOTg4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjE5OC4wOTgsMjQuMzI2IDg3LjU0MywxMzQuODgxIDM4Ljg5MSw4Ni4yMjkgMCwxMjUuMTIxIDg3LjU0MywyMTIuNjYyIDIzNi45ODgsNjMuMjE3ICIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  filter: invert(12%) sepia(20%) saturate(6679%) hue-rotate(202deg) brightness(98%) contrast(93%)
}

@media screen and (max-width:1045px) {
  .nav .box.steps ul {
    display: block
  }
}

@media screen and (max-width:706px) {
  .nav .box.steps {
    display: none
  }
}

.progress {
  text-align: right;
}

input {
  width: 100%;
  height: 50px;
  background-color: #edf2f7;
  border: 1px solid #d2d6dc;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}

select {
  width: 100%;
  height: 50px;
  background-color: #edf2f7;
  border: 1px solid #d2d6dc;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.imgholder {
  margin-left: 10px;
  margin-right: 10px;
}

.imgholder img {
  width: 110px;
}

.disclaimer {
  margin: 0 auto;
  max-width: 1130px;
  padding: 30px 20px;
  width: 100%;
  font-size: 10px;
  color: grey;
  line-height: normal;
}

.disclaimer p {
  font-size: 10px;
  color: grey;
  line-height: normal;
}

#lock {
  width: 12px !important;
}

.swal-text-large {
  font-size: 22px;
}

#progress {
  width: 10%;
}

.content-wrapper {
  min-height: 402px;
  background-color: #f9f9f9;
}

.agree {
  height: auto;
  width: auto;
  margin-right: 5px;
}

.tcpa-container {
  display: none;
}

#tcpatext {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: smaller;
  color: grey;
}

