table.cfdump_struct {
  display: block;
}

.mb-20 {
  margin-bottom: 20px;
}

body {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  color: #414042;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 15px 0;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  margin: 0 0 18px 0;
}

h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 18px 0;
}
h3.italic {
  font-style: italic;
}
h3.bold {
  font-weight: 600;
}

h4 {
  font-weight: 500;
  font-size: 21px;
  line-height: 33px;
  margin: 0 0 18px 0;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 18px 0;
}

p {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 18px 0;
}

a {
  color: #F15C22;
  text-decoration: underline;
  outline-color: #0DB7B9;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

.button, input[type="submit"], input[type="reset"], #rates__pdf {
  min-width: 150px;
  height: 48px;
  background-color: #F15C22;
  text-decoration:none;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  flex-shrink: 0;
  padding: 12px 30px;
  cursor: pointer;
  outline-color: #A9380D;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.button:hover {
  background-color: #D9521E;
}

.button--primary {
  background-color: #F15C22;
  border: none;
  outline-color: #A9380D !important;
}

.button--primary:hover {
  background-color: #D9521E !important;
}

.button--secondary {
  background-color: #FFFFFF !important;
  border: 1px solid #afafaf !important;
  color: #414042 !important;
  outline-color: #0DB7B9 !important;
}

.button--secondary:hover {
  background-color: #FFFFFF !important;
  border: 1px solid #F15C22 !important;
  color: #F15C22 !important;
}

.button--tertiary {
  background-color: #0DB7B9 !important;
  border: none;
  color: #ffffff !important;
  outline-color: #0a9091 !important;
}

.button--tertiary:hover {
  background-color: #0a9091 !important;
}

.button--tertiary-outline {
  background-color: transparent !important;
  border: 1px solid #0DB7B9 !important;
  color: #0DB7B9 !important;
  outline-color: #0a9091 !important;
}

.button--tertiary-outline:hover {
  background-color: #0DB7B9 !important;
  color: #ffffff !important;
}

.button--small {
  min-width: 0 !important;
  height: 36px !important;
  font-weight: 400 !important;
  padding: 6px 9px !important;
}

#page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

#feedback {
  background: #0DB7B9;
  width: 120px;
  height: 36px;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  right: -24px;
  top: calc(50vh);
  display: inline-block;
  font-weight: 500;
  color: #FFFFFF;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transform-origin: 50% 0%;
  cursor: pointer;
}

#feedback a, #feedback-mobile a {
  text-decoration: none;
  color: #fff;
}

#feedback-mobile {
  display: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /*justify-content: flex-end;*/
  margin-top: 18px;
  z-index: 1;
}

#feedback-mobile div {
  background: #0DB7B9;
  text-align: center;
  padding: 12px 0;
  font-weight: 500;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
}

#feedback-mobile p {
  margin-bottom: 0;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1296px;
  padding: 0 48px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  box-sizing: border-box;
}

.content.--sidebar {
  padding-left: 60px;
  padding-right: 60px;
}

#logo {
  padding: 6px;
  outline-color: #0DB7B9;
}

.button--primary.--logout, .button--secondary.--logout {
  background-image: url('../icons/logoff.svg');
  background-size: 18px auto;
  background-position: left 30px center;
  background-repeat: no-repeat;
  padding-left: 51px;
}

.button--primary.--logout:hover {
  background-image: url('../icons/logoff-white.svg');
}

.button--secondary.--logout:hover {
  background-image: url('../icons/logoff-orange.svg');
}

/* Header styles */

#header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #EAE8ED;
  padding: 6px 0;
  box-sizing: border-box;
}

#header button {
  width: auto;
}

#nav {
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.nav__link {
  position: relative;
  margin-right: 12px;
  margin-bottom: 0;
}

.nav__link--main {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.nav__link--main button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/chev.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
  transition: all 0.3s;
}

.nav__link--main:hover button {
  transform: rotate(180deg);
  background-image: url('../icons/chev-orange.svg');
}

.nav__link--main:hover a {
  color: #F15C22;
}

.nav__link a {
  font-size: 18px;
  color: #0A9193;
  text-decoration: none;
  outline-color: #0DB7B9;
  padding: 14px 17px;
  background:#fff;
  display: block;
  white-space: nowrap;
}

.nav__link a:hover {
  color: #F15C22;
}

.nav__link a.--current {
  color: #F15C22;
  font-weight: 500;
}

.nav__link a.--current ~ button {
  background-image: url('../icons/chev-orange.svg');
}

.nav__link--sub {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 54px;
  left: -14px;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
  border-radius: 6px;
  min-width: 220px;
  padding: 12px;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  transition: all 0.3s;
  z-index: 100;
}

.nav__link:hover > .nav__link--sub {
  pointer-events: auto;
  opacity: 1;
}

.nav__link--sub:hover {
  pointer-events: auto;
  opacity: 1;
}

#mobile-header {
  display: none;
}

.mobile-header__top {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid #EAE8ED;
}

.menu-toggle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline-color: #0DB7B9;
  transition: all 0.3s;
}

.menu-toggle:hover {
  background: transparent;
  background-image: url('../icons/menu.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.menu-toggle.active {
  background: transparent;
  background-image: url('../icons/close.svg');
  background-repeat: no-repeat;
  background-position: center;
}

#mobile-header__menu {
  display: none;
  /*height: calc(100VH - 73px);*/
  flex-direction: column;
  box-sizing: border-box;
}

#mobile-header__menu a.button {
  width: calc(100% - 36px);
  margin: 0 18px;
}

#mobile-header__menu.active {
  display: flex;
}

#mobile-header__menu ul {
  list-style: none;
  margin: 0 0 18px 0;
}

#mobile-header__menu .nav__link {
  margin-right: 0;
  padding: 3px 30px 3px 12px;
  border-bottom:  1px solid #EAE8ED;
}

#mobile-header__menu .nav__link a {
  width: 100%;
}

#mobile-header__menu .nav__link--main {
  justify-content: space-between;
}

#mobile-header__menu .nav__link--sub {
  display: none;
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
  background: transparent;
  border: none;
  border-left:  1px solid #EAE8ED;
  box-shadow: none;
  border-radius: 0;
  min-width: auto;
  padding: 0 0 0 9px;
  margin: 0 0 18px 6px;
  box-sizing: border-box;
  list-style: none;
  transition: all 0.3s;
}

#mobile-header__menu .nav__link--sub.active {
  display: block;
}

#mobile-header__menu .nav__link--main:hover button {
  transform: rotate(0);
  background-image: url('../icons/chev-orange.svg');
}

#mobile-header__menu .nav__link--sub a {
  font-size: 16px;
  line-height: 24px;
  color: #414042;
  opacity: 0.72;
}

#mobile-header__menu .nav__link--sub a:hover {
  opacity: 1;
}

#mobile-header__menu .nav__link--sub a:active {
  opacity: 1;
}

#mobile-header__menu .nav__link--sub li {
  margin-bottom: 9px;
}

/* Footer style */
#footer {
  width: 100%;
  border-top: 1px solid #EAE8ED;
  box-sizing: border-box;
  padding: 90px 0 0 0;
}

#footer .container {
  margin-left: auto;
  margin-right: auto;
}

#footer-logo {
  margin-bottom: 24px;
  display: flex;
}

#footer-logo a{
  padding: 6px;
}

.footer__flex {
  width: 100%;
  display: flex;
}

.footer__flex__row {
  flex-grow: 1;
}

.footer__flex__row ul {
  list-style: none;
  margin: 0;
}

.footer__flex__row ul li {
  margin: 0 0 6px 0;
  display: flex;
  align-items: flex-start;
}

.footer__contact-list li{
  margin-bottom: 12px !important;
}

.footer__flex__row ul li img {
  margin-right: 6px;
}

.footer__flex__row a {
  text-decoration: none;
  color: #414042;
}

.footer__flex__row a:hover {
  color: #0A9193;
  text-decoration: underline;
}

.footer__flex__row--title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.footer__flex__row--title p {
  flex-grow: 1;
  font-weight: 500;
  color: #0A9193;
  margin: 0 12px 0 0;
}

.footer__flex__row--title button {
  display: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.footer__flex__row--title button.active {
  background-image: url('../icons/minus.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__flex__row--endorsement {
  margin-bottom: 24px;
}

.footer__flex__row--endorsement:last-child {
  margin-bottom: 0;
}

.footer__flex__row--social-group {
  display: flex;
  margin-bottom: 9px;
}

.footer__flex__row--social-group:last-child {
  margin-bottom: 0;
}

.footer__social-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE8ED;
  border-radius: 100%;
  margin-right: 9px;
}

.footer__social-icon:hover {
  background: #FAFCFC;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.03);
}

.footer__social-icon:last-child {
  margin-right: 0;
}

.footer__bottom {
  width: 100%;
  background: #EEF4F4;
  padding: 12px 0;
  margin-top: 60px;
}

.footer__bottom ul {
  list-style: none;
  margin: 0;
  width: 100%;
}

.footer__bottom ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}

.footer__bottom ul li:last-child {
  margin-right: 0;
}

.footer__bottom ul li a {
  color: #0A9193;
  margin: 0;
}

.footer__bottom ul li p {
  margin: 0;
}

/* Intro section style */

.intro {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 42px;
  box-sizing: border-box;
}

.intro > *:last-child {
  margin-bottom: 0;
}

.intro h1 {
  width: 100%;
  /*max-width: 840px;*/
}

.intro__copy {
  /*max-width: 840px;*/
  font-size: 21px;
  line-height: 33px;
  width: 100%;
  color: #767577;
}

.intro__copy strong {
  color: #414042;
}
.intro__copy.italic {
  font-style: italic;
}

.intro.--center {
  align-items: center;
  text-align: center;
}

/* Input styles */
.input {
  position: relative;
}

.input p {
  margin-bottom: 0;
}

.input label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 9px;
}

.input.--checkbox label, .input.--radio label {
  margin-bottom: 0;
  font-size: 16px !important;
}

.input textarea {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.input input[type='text'], input[type='date'], input[type='email'], input[type='password'], input[type='phone'], input[type='number'],.input textarea{
  width: 100%;
  padding: 15px 18px;
  border-radius: 6px;
  border: none;
  border: 1px solid #afafaf;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  outline-color: #0DB7B9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input input[type='text']:hover, input[type='email']:hover, input[type='password']:hover, input[type='phone']:hover, .input textarea:hover {
  border-color: #d2cfd6;
}

.validity {
  margin-top: 6px;
  font-size: 12px;
  color: #EB5746;
  line-height: 18px;
  display: none;
}

.input.--alert {
  color: #EB5746;
}

.input.--alert input[type='text'], .input.--alert input[type='email'],  .input.--alert input[type='password'], .input.--alert input[type='phone'], .input.--alert textarea {
  border-color: #EB5746;
  color: #EB5746;
}

.input.--alert input[type='text']:hover, .input.--alert input[type='email']:hover, .input.--alert input[type='password']:hover, .input.--alert input[type='phone']:hover, .input.--alert textarea:hover {
  border-color: #EB5746;
}

.input.--alert .validity {
  display: block
}

/* Used for showing password fields. Needs js file as well.*/
.show-pass {
  background-image: url('../icons/eye.svg');
  background-repeat: no-repeat;
  background-position: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  appearance: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% + 5px);
  right: 18px;
  margin: 0;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.select {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #414042;
  line-height: 24px;
  padding: 15px 18px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #afafaf;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../icons/carets.svg');
  background-repeat: no-repeat;
  background-position: right 9px top 50%, 0 0;
  background-size: auto, 100%;
  box-sizing: border-box;
  cursor: pointer;
}

/* Hide arrow icon in IE browsers */
.select::-ms-expand {
  display: none;
}

.select:hover {
  border-color: #d2cfd6;
}

.select:focus {
  box-shadow: 0 0 0 2px #0DB7B9;
  box-shadow: 0 0 0 2px -moz-mac-focusring;
  outline: none;
}

/* Disabled styles */
.select:disabled, .select[aria-disabled=true] {
  color: #959396;
}

.input.--radio {
  display: block;
}

.input.--radio p:first-child{
  margin-bottom: 12px;
}

.input .radio {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.flex-break + * {
  margin-top: 12px;
}

/* Form errors */
.input__error-message {
  color: red;
}

.input--error {
  border-color: red !important;
  outline-color: red !important;
}

#new-liability-r8 .input .radio.--has-embed,
#new-liability-r9 .input .radio.--has-embed {
  display: block;
}

.input .radio:last-child {
  margin-bottom: 0px;
}

.input .radio input[type="radio"]{
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 100%;
  margin: 1px 12px 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: #F15C22;
  cursor: pointer;
}

.input .radio input[type="radio"]:hover {
  border-color: #d2cfd6;
}

.input .radio input[type="radio"]:checked {
  border: 6px solid #F15C22;
}

.input .radio input[type="radio"]:checked .profile--radio:hover {
  border: 6px solid #F15C22;
}

.input.--checkbox {
  display: flex;
  margin-bottom: 6px;
}
#new-liability-r8 .input.--checkbox.--has-embed,
#new-liability-r9 .input.--checkbox.--has-embed {
  display: block;
}

.input.--checkbox:last-child {
  margin-bottom: 0;
}

.input.--embeded {
  display: none;
  margin-left: 30px;
  margin-bottom: 12px;
  width: calc(50% - 45px);
}
#new-liability-r8 .input.--embeded,
#new-liability-r9 .input.--embeded {
  margin-left: 33px;
  margin-top: 8px;
}

.input.--embeded .inner-label {
  position: static;
  margin-bottom: 7px;
}

.flex-field {
  display: flex;
}

.flex-field > div {
  flex-basis: 50%;
}

.flex-field > div + div {
  margin-left: 7px;
}

input:checked ~ .input.--embeded {
  display: block;
}

.input .radio input:checked ~ .input.--embeded {
  display: block;
  flex-basis: 100%;
}

.input .radio input:checked ~ .input.--embeded .row__question .row__input {
  margin-left: 0;
}

.input .checkbox {
  background-image: url('../icons/check.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  margin: 1px 12px 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline-color: #F15C22;
  cursor: pointer;
}

.input .checkbox:checked {
  background-color: #F15C22;
  border: none;
}

.input .checkbox:hover {
  border-color: #d2cfd6;
}

hr {
  border: 0;
  margin: 0 0 30px 0;
  border-top: 1px solid #EAE8ED;
}

/* List styles */
ul{
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 18px;
  padding: 0;
  box-sizing: border-box;
}

ol{
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 18px;
  padding: 0;
  box-sizing: border-box;
}

li {
  margin-bottom: 12px;
}

li:last-child {
  margin-bottom: 0;
}

/* Table styles */
table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #EAE8ED;
  margin-bottom: 12px;
}

table caption {
  text-align: left;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 18px;
}

table th {
  font-weight: 500;
  text-align: left;
  padding: 0px 18px 12px 18px;
  white-space: nowrap;
}

table tr:nth-child(even) {
  background: #FAFCFC;
}

table td {
  border-top: 1px solid #EAE8ED;
  padding: 12px 18px;
  white-space: nowrap;
}

/* Chip Styles */
.chip {
  padding: 0 12px;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
}

.chip p {
  margin-bottom: 0;
  white-space: nowrap;
}

.chip--active {
  background: #0BB8BA;
}

.chip--past, .chip--info, .chip--cancelled, .chip--past, .chip--retired {
  background: #8D8C8E;
}

.chip--pending {
  background: #EB5746;
}

.chip--quote, .chip--renewed, .chip--discount {
  background: #62C1E4;
}

.chip--completed {
  background: #64D082;
}

.chip--optional {
  background: #EDDA6C;
  color: #414042;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  #logo img {
    width: 150px;
  }

  #nav li {
    margin-right: 12px;
  }

  #nav li a {
    font-size: 16px;
  }

  .container {
    padding: 0 48px;
  }

  .content {
    padding: 60px 0;
  }

  .content.--sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .intro {
    padding-bottom: 42px;
  }

  #footer {
    padding-top: 60px;
  }

  .footer__flex__row:last-child {
    flex-grow: 0;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 12px;
  }

  h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  #header {
    border-bottom: none;
  }

  #main-header {
    display: none;
  }

  #mobile-header {
    display: block;
    padding: 0;
  }

  .button--primary.--logout, .button--secondary.--logout {
    background-position: left 43% center;
    padding-left: 51px;
  }

  #nav {
    display: none;
  }

  #feedback {
    display: none;
  }

  #feedback-mobile {
    display: flex;
  }

  .container {
    padding: 0 18px;
  }

  .content {
    padding: 42px 0 48px 0;
  }

  .intro__copy {
    font-size: 16px;
    line-height: 24px;
  }

  .input.--embeded {
    width: 100%;
  }

  #footer {
    padding-top: 48px;
  }

  #footer .container {
    padding: 0;
  }

  .footer__flex {
    flex-direction: column;
  }

  .footer__flex__row {
    padding: 12px 30px;
    border-bottom: 1px solid #EAE8ED;
  }

  .footer__flex__row .--sub {
    display: none;
    padding-top: 12px;
  }

  .footer__flex__row .--sub.active {
    display: block;
  }

  .footer__flex__row--title {
    margin-bottom: 0;
  }

  .footer__flex__row--title button {
    display: block;
  }

  .footer__bottom {
    margin-top: 0;
  }

  .footer__bottom ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__bottom ul li {
    margin: 0 0 12px 0;
  }

  .footer__bottom ul li:last-child {
    margin-bottom: 0;
  }

  .footer__flex__row--endorsement {
    display: inline-block;
    margin: 0 18px 0 0;
  }

  .footer__contact-list {
    display: inline-block;
  }

  .footer__flex__row:first-child {
    text-align: center;
  }

  #footer-logo {
    justify-content: center;
  }

  #footer-logo img{
    width: 250px;
  }
}

@media screen and (max-width: 420px) {
  .button {
    width: 100%;
  }
  input[type="submit"] {
    width: 100%;
  }
  input[type="reset"] {
    width: 100%;
  }

  .button--primary.--logout, .button--secondary.--logout {
    background-position: left 38% center;
    padding-left: 51px;
  }
}


/* Single Webinar */
.split-container {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.single-weby {
  width: calc(50% - 21px);
  margin-right: 42px;
}

.single-weby__table {
  overflow: auto;
  margin-bottom: 18px;
}

.single-weby__table table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #EAE8ED;
}

.single-weby__table table caption {
  text-align: left;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0 18px;
}

.single-weby__table table td {
  border-top: 1px solid #EAE8ED;
  padding: 12px 18px;
}

.single-weby__table table tr:nth-child(even) {
  background: #FAFCFC;
}

.single-weby__table table tr td {
  white-space: nowrap;
}

.steps {
  width: calc(50% - 21px);
}

.steps__block {
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-bottom: 18px;;
  box-sizing: border-box;
}

.steps__block:last-child {
  margin-bottom: 0;
}

.steps__block p {
  margin-bottom: 30px;
}

.steps__block__videos p{
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 30px;
}

.steps__block__videos a{
  color: #0A9193;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .steps__block {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .split-container {
    flex-direction: column;
  }

  .single-weby {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .steps {
    width: 100%;
  }

  .steps__block {
    padding: 30px 18px;
  }
}

@media screen and (max-width: 420px) {
  .steps__block button {
    width: 100%;
  }
}

/* My Policies */

.policy-table {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 6px 0 0 0;
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.policy-table--stack {
  display: none;
  flex-direction: column;
  margin: 30px 18px;
  padding: 30px 18px;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  box-sizing: border-box;
}

.policy-table__scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.policy-table table {
  width: 100%;
  border-spacing: 0;
  overflow-x: auto;
  margin-bottom: 12px;
}

.policy-table table th{
  font-weight: 500;
  padding: 12px 18px 12px 0;
  white-space: nowrap;
}

.policy-table table th:first-child {
  padding: 12px 18px 12px 30px;
}
.policy-table table th:last-child {
  padding: 12px 30px 12px 0;
}

.policy-table table td{
  padding: 12px 18px 12px 0;
  white-space: nowrap;
}

.policy-table table td:first-child {
  padding: 12px 18px 12px 30px;
}
.policy-table table td:last-child {
  padding: 12px 30px 12px 0;
}

.policy-table table tr:nth-child(even) {
  background: #EEF4F4;
}

.policy-info {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin: 6px 30px 30px 30px;
  padding: 30px;
  box-sizing: border-box;
}

.policy-info__block {
  flex-grow: 1;
  margin-right: 48px;
}

.policy-info__block:last-child {
  margin-right: 0;
}

.policy-info__block p {
  margin-bottom: 12px;
}

.content-section {
  width: 100%;
  display: flex;
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  box-sizing: border-box;
}

.content-section img {
  opacity: 0.3;
  margin-right: 15px;
}

.content-section p {
  color: #767577;
  flex-grow: 1;
  font-size: 18px;
  line-height: 30px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .policy-info__block {
    margin-right: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .policy-table {
    padding: 0;
  }

  .policy-table--stack {
    display: flex;
  }
  .policy-table__scroll {
    display: none;
  }

  .policy-info {
    flex-direction: column;
    margin: 6px 18px 30px 18px;
    padding: 30px 18px;
  }

  .policy-info__block {
    flex-grow: 0;
    margin-right: 0px;
    margin-bottom: 30px
  }

  .policy-info__block:last-child {
    margin-bottom: 0;
  }

  .policy-info__block p {
    margin-bottom: 6px;
  }

  .policy-info__block p:last-child {
    margin-bottom: 0px;
  }



  .content-section {
    padding: 18px;
  }

  .content-section p {
    font-size: 16px;
    line-height: 24px;
  }
}


@media screen and (max-width: 420px) {
  .policy-info__block .button {
    width: 100%;
  }
}


/* My Policies Welcome */
.new-policy {
  width: 100%;
  display: flex;
}

.new-policy__block {
  width: 50%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-right: 42px;
  box-sizing: border-box;
}

.new-policy__block p {
  margin-bottom: 30px;
}

.new-policy__block:last-child {
  margin-right: 0px;
}


/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .new-policy__block {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .new-policy {
    flex-direction: column;
  }

  .new-policy__block {
    width: 100%;
    padding: 30px 18px;
    margin-bottom: 30px;
  }

  .new-policy__block:last-child {
    margin-bottom: 0;
  }

  .new-policy__block p {
    margin-bottom: 18px;
  }

}

@media screen and (max-width: 420px) {
  .new-policy__block button {
    width: 100%;
  }
}

/* Agent Policy Info */
.policies {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 30px 42px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.policies__select {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #414042;
  line-height: 24px;
  padding: 15px 18px;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #afafaf;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../icons/carets.svg');
  background-repeat: no-repeat, repeat;
  background-position: right 9px top 50%, 0 0;
  background-size: auto, 100%;
  box-sizing: border-box;
  cursor: pointer;
}

/* Hide arrow icon in IE browsers */
.policies__select::-ms-expand {
  display: none;
}

.policies__select:hover {
  border-color: #d2cfd6;
}

.policies__select:focus {
  box-shadow: 0 0 0 2px #0DB7B9;
  box-shadow: 0 0 0 2px -moz-mac-focusring;
  outline: none;
}

/* Disabled styles */
.policies__select:disabled, .policies__select[aria-disabled=true] {
  color: #959396;
}

.policy-holder {
  width: 100%;
}

.policy-holder hr {
  border: 0;
  border-top: 1px solid #EAE8ED;
  margin: 30px 0 42px 0;
}

.policy-holder__block {
  width: 100%;
}

.policy-holder__state {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.policy-holder__state h4{
  margin: 0 18px 0 0;
}

.policy-holder__table {
  overflow: auto;
  margin-bottom: 30px;
}

.policy-holder__table table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #EAE8ED;
  margin-bottom: 12px;
}

.policy-holder__table table th {
  font-weight: 500;
  text-align: left;
  padding: 0px 18px 12px 18px;
}

.policy-holder__table table td {
  border-top: 1px solid #EAE8ED;
  padding: 12px 18px;
}

.policy-holder__table table tr td {
  white-space: nowrap;
}

.policy-holder__documents {
  width: 100%;
}

.policy-holder__documents h5 {
  margin-bottom: 30px;
}

.documents__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.documents__container a {
  width: 100%;
  color: #414042;
  text-decoration: none;
  display: flex;
  align-items: center;
  outline-color: #0DB7B9;
  padding: 18px 30px 18px 24px;
  box-sizing: border-box;
}

.documents__container__block {
  width: 350px;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
}

.documents__container__block:hover {
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
}

.documents__container__block p {
  margin-bottom: 3px;
}

.documents__container__block p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.documents__container__block img{
  margin-right: 24px;
}

/* Chip Styles */
.chip {
  padding: 0 12px;
  border-radius: 20px;
  color: #ffffff;
  background: #8D8C8E;
}

.chip--active {
  background: #0BB8BA;
}

.chip--past, .chip--info, .chip--cancelled, .chip--past, .chip--retired {
  background: #8D8C8E;
}

.chip--pending {
  background: #EB5746;
}

.chip--quote, .chip--renewed {
  background: #62C1E4;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .policies {
    margin-bottom: 42px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .policies {
    padding: 30px 18px;
    margin-bottom: 42px;
  }

  .policies__select {
    width: 100%;
  }

  .policy-holder__state {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .policy-holder__state h4{
    margin: 0 0 6px 0;
  }
  .documents__container__block {
    margin: 0 18px 18px 0;
  }

  .policy-holder hr {
    margin: 24px 0 42px 0;
  }

}

@media screen and (max-width: 420px) {
  .documents__container__block {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .documents__container a {
    width: 100%;
  }

  .policy-holder hr {
    margin: 12px 0 30px 0;
  }
}

/* Agent Downloads */

.downloads {
  width: 100%;
}

.downloads__grouping {
  width: 100%;
  margin-bottom: 30px;
}

.downloads__grouping:last-child {
  margin-bottom: 0;
}

.downloads h4 {
  margin-bottom: 30px;
}

.downloads__table {
  overflow: auto;
}

.downloads__table table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #EAE8ED;
  margin-bottom: 12px;
}

.downloads__table a {
  color: #0A9193;
}

.downloads__table a:hover {
  color: #F15C22;
}

.downloads__table table th {
  font-weight: 500;
  text-align: left;
  padding: 0px 18px 12px 18px;
}

.downloads__table table td {
  border-top: 1px solid #EAE8ED;
  padding: 12px 18px;
}

.downloads__table table tr:nth-child(even) {
  background: #FAFCFC;
}

.downloads__table table tr td {
  white-space: nowrap;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {

}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .downloads__grouping {
    width: 100%;
    margin-bottom: 18px;
  }

  .downloads h4 {
    margin-bottom: 18px;
  }
}

/* Autopay enroll */
.enroll {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.enroll__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.enroll__row--stack {
  align-items: flex-start;
}

.enroll__row p {
  flex-grow: 1;
  margin: 0;
}

.enroll--checkbox {
  background-image: url('../icons/check.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #ffffff;
  border: 1px solid #afafaf;
  border-radius: 3px;
  margin: 3px 12px 3px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline-color: #F15C22;
  cursor: pointer;
}

.enroll--checkbox:checked {
  background-color: #F15C22;
  border: none;
}

.enroll--checkbox:hover {
  border-color: #d2cfd6;
}

.enroll__row__input {
  width: 100%;
  margin-right: 30px;
}

.enroll__row__input:last-child {
  margin-right: 0;
}

.enroll__row__input label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 9px;
}

.enroll__row input[type='text'], input[type='email'] {
  width: 100%;
  padding: 15px 18px;
  border-radius: 6px;
  border: 1px solid #afafaf;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  outline-color: #0DB7B9;
}

.enroll__row input[type='text']:hover, input[type='email']:hover {
  border-color: #d2cfd6;
}

.validity {
  margin-top: 6px;
  font-size: 12px;
  color: #EB5746;
  line-height: 18px;
  display: none;
}

.input--alert {
  color: #EB5746;
}

.input--alert input[type='text'], .input--alert input[type='email'] {
  border-color: #EB5746;
  color: #EB5746;
}

.input--alert input[type='text']:hover, .input--alert input[type='email']:hover {
  border-color: #EB5746;
}

.input--alert .validity {
  display: block
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .enroll {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .enroll {
    padding: 30px 18px;
  }

  .enroll__row {
    align-items: flex-start;
  }

  .enroll__row--stack {
    flex-direction: column;
  }

  .enroll__row__input {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .enroll__row__input:last-child {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .button {
    width: 100%;
  }
}


/* Make payment styles */
.payment {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.payment__block {
  display: flex;
  margin-bottom: 6px;
}

.payment__title {
  margin-bottom: 30px;
}

.payment__block p {
  margin-bottom: 0;
}

.payment__block p:first-child {
  width: 72px;
  margin-right: 30px;
}

.payment button {
  margin-top: 30px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {

}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .payment {
    padding: 30px 18px;
  }

  .payment__title {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 420px) {

}


/* Webinars List */
.webinars {
  width: 100%;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.webinars__text-sec {
  margin-bottom: 30px;
}

.webinars__text-sec h2, .webinars__text-sec h3, .webinars__text-sec h4, .webinars__text-sec h5, .webinars__text-sec p {
  max-width: 720px;
  width: 100%;
}

.webinars__text-sec .--flex{
  display: flex;
}

.webinars__text-sec .--flex p {
  min-width: 720px;
  width: 720px;
  margin-bottom: 0;
}

.webinars__text-sec .--flex div img {
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 0 12px 12px;
}

.webinars__toggle {
  width: 100%;
  /* height: 70px; */
  background: #ffffff;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 18px 30px 0 30px;
  margin-bottom: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.tog-active {
  height: auto;
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
  cursor: auto;
}

.webinars__toggle:last-child {
  margin-bottom: 0;
}

.webinars_toggle__state {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.webinars_toggle__state__title {
  display: flex;
  align-items: center;
}

.webinars_toggle__state__title h4{
  margin: 0;
}

.webinars_toggle__state__title div.chip{
  margin: 0 18px 0 0;
}

.webinars_toggle__state__button {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.webinars_toggle__state__button button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/plus.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.tog-active .webinars_toggle__state__button button {
  background-image: url('../icons/minus.svg');
}

.webinars__toggle__content {
  display: none;
}

.tog-active .webinars__toggle__content {
  display: block;
}

.webinars__toggle__content__date {
  color: #747476;
}

.webinars__toggle__content .button {
  margin-bottom: 18px;
}

.webinars__search {
  margin-bottom: 6px;
}

.webinars__search input {
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 33px !important;
  padding: 27px 30px 28px 84px !important;
  background-image: url('../icons/search.svg');
  background-repeat: no-repeat;
  background-position: left 30px top 50%, 0 0;
  background-size: 30px, auto;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .webinars {
    padding: 30px;
  }

  .webinars__text-sec .--flex p {
    min-width: 600px;
    width: 600px;
  }

  .webinars__toggle {
    padding: 18px 30px 0 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .webinars {
    padding: 30px 18px;
    margin-bottom: 42px;
  }

  .webinars__toggle {
    padding: 18px 18px 0 18px;
  }

  .webinars__text-sec .--flex {
    flex-direction: column;
  }

  .webinars__text-sec .--flex p {
    min-width: 0;
    width: 100%;
  }

  .webinars__text-sec .--flex div img {
    padding: 18px 0 0 0;
  }

  .webinars_toggle__state__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .webinars_toggle__state__title div.chip{
    margin: 0 0 6px 0;
  }

  .webinars__search input {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 14px 30px 14px 54px !important;
    background-position: left 18px top 50%, 0 0;
    background-size: 24px, auto;
  }

}

@media screen and (max-width: 420px) {
  .webinars {
    padding: 0;
    border: none;
  }
  .button {
    width: 100%;
  }
}

/* Quick Quote Form */
.quote {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.quote__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.quote__row--stack {
  align-items: flex-start;
}

.quote .input {
  width: 100%;
  margin-right: 30px;
}

.quote .input:last-child {
  margin-right: 0;
}

.quote .input textarea {
  font-family: canada-type-gibson, sans-serif; ;
}

.contact-info {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.contact-info p {
  margin-bottom: 6px;
}

.contact-info p:last-child {
  margin-bottom: 0px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .quote {
    padding: 30px;
  }

  .contact-info {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .quote {
    padding: 30px 18px;
  }

  .quote__row {
    margin-bottom: 18px;
    align-items: flex-start;
  }

  .quote__row--stack {
    flex-direction: column;
  }

  .quote .input {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .quote .input:last-child {
    width: 100%;
    margin: 0;
  }

  .contact-info {
    padding: 30px 18px;
  }
}

@media screen and (max-width: 420px) {

}

/* Commissions */
.intro h1.commissions-title {
  margin-bottom: 0px;
}

.commissions {
  width: 100%;
}

#commissions__form {
  display: flex;
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.commissions__form--flex {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.commissions__form--flex:last-child {
  flex-grow: 0;
}

.commissions__form--flex .input {
  width: 100%;
  min-height: 54px;
  margin-right: 18px;
}

.commissions__form--flex .submit, .commissions__form--flex .reset {
  margin-right: 18px;
}

.commissions__form--flex a:last-child {
  margin-right: 0;
}

.commissions__table {
  overflow: auto;
}

/* Styling for search input */
.select-box {
  width: 100%;
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #414042;
  margin: 0;
  padding: 9px 6px 0 6px;
  border: 1px solid #afafaf;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../icons/carets.svg');
  background-repeat: no-repeat;
  background-position: right 6px top 14px, 0 0;
  background-size: auto, 100%;
  cursor: pointer;
  box-sizing: border-box;
}

.select-box:hover {
  border-color: #d2cfd6;
}

.selected {
  order: 0;
  margin-bottom: 7px;
}

.select-box .options-container {
  max-height: 0;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  order: 1;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
  margin-top: 54px;
}

.select-box .option,
.selected {
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
}

.select-box .option:last-child {
  margin-bottom: 6px;
}

.select-box .option:hover {
  background: #E6F7F8;
}

.select-box .option.active {
  background: #0DB7B9;
}

.select-box .option.active label {
  color: #fff;
}

.select-box label {
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.select-box .option .radio {
  display: none;
}

.search-box input {
  width: calc(100% - 12px) !important;
  position: absolute;
  padding: 12px 18px 12px 45px !important;
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 3px;
  z-index: 100;
  border: 1px solid #EAE8ED;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  outline-color: #0DB7B9;
  background-image: url('../icons/search.svg');
  background-repeat: no-repeat;
  background-position: left 12px top 12px, 0 0;
  background-size: auto, 100%;
  box-sizing: border-box;
}

.search-box input:hover {
  border-color: #d2cfd6;
}

.select-box .options-container.active ~ .search-box input {
  opacity: 1;
  pointer-events: auto;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {

  #commissions__form {
    flex-direction: column;
    align-items: flex-start;
  }

  .commissions__form--flex {
    width: 100%;
    margin-right: 0;
  }

  .commissions__form--flex:last-child {
    margin-top: 0;
  }

  .commissions__form--flex .input:last-child {
    margin-right: 0;
  }

  .commissions__form--flex .button {
    width: calc(50% - 9px);
  }

  .commissions__form--flex {
    display: flex;
    margin-bottom: 18px;
  }

  .commissions__form--flex:last-child {
    margin-bottom: 0;
  }

  .commissions__form--flex a {
    width: 100%;
    margin-right: 18px;
  }

  .commissions__form--flex a:last-child {
    margin-right: 0;
  }

  .commissions__form--flex .submit, .commissions__form--flex .reset {
    width: 100%;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  #commissions__form {
    padding: 30px 18px;
    margin-bottom: 30px;
  }

  .commissions__form--flex {
    flex-direction: column;
  }

  .commissions__form--flex .input {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .commissions__form--flex .input:last-child {
    margin-bottom: 0;
  }

  .commissions__form--flex a {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .commissions__form--flex a:last-child {
    margin-bottom: 0;
  }

  .commissions__select {
    width: 100%;
    margin-bottom: 18px;
  }

  .commissions__select:last-child {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 420px) {

}


/* Payment History */
.history {
  width: 100%;
}

#history__form {
  display: flex;
  align-items: center;
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.history__form--flex {
  display: flex;
  flex-grow: 1;
  margin-right: 18px;
}

.history__form--flex:last-child {
  flex-grow: 0;
  margin-right: 0;
}

.history__form--flex .input {
  width: 100%;
  margin-right: 18px;
}

.history__form--flex .input:last-child {
  margin-right: 0;
}

.history__form--flex > * {
  margin-right: 18px;
}

.history__form--flex > :last-child {
  margin-right: 0;
}

.history__table {
  overflow: auto;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {

  #history__form {
    flex-direction: column;
    align-items: flex-start;
  }

  .history__form--flex {
    width: 100%;
    margin-right: 0;
  }

  .history__form--flex .input {
    width: calc(50% - 9px);
  }

  .history__form--flex a {
    width: 100%;
  }

  .history__form--flex .submit, .history__form--flex .reset {
    width: 100%;
  }

  .history__form--flex {
    display: flex;
    margin-bottom: 18px;
  }

  .history__form--flex:last-child {
    margin-bottom: 0;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  #history__form {
    padding: 30px 18px;
    margin-bottom: 30px;
  }

  .history__form--flex {
    flex-direction: column;
  }

  .history__form--flex .input {
    width: 100%;
    margin-bottom: 18px;
  }

  .history__form--flex .input:last-child {
    margin-bottom: 0;
  }

  .history__form--flex a {
    margin-bottom: 18px;
  }

  .history__form--flex a:last-child {
    margin-bottom: 0
  }

}

@media screen and (max-width: 420px) {

}

/* Profile */
.profile {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.profile h5 {
  margin-bottom: 30px;
}

.profile__row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.profile__row--stack {
  align-items: flex-start;
}

.profile__row p {
  flex-grow: 1;
  margin: 0;
}

.profile__row .input {
  width: 100%;
  margin-right: 30px;
  position: relative;
}

.profile__row .input:last-child {
  margin-right: 0;
}

.profile__row__radio {
  margin-bottom: 30px;
}

.profile__row__radio p:first-child{
  margin-bottom: 12px;
}

.profile--radio {
  display: flex;
  margin-bottom: 6px;
}

.profile__buttons input[type="submit"] {
  margin-right: 30px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .profile {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .profile {
    padding: 30px 18px;
  }

  .profile h5 {
    margin-bottom: 18px;
  }

  .profile__row {
    align-items: flex-start;
  }

  .profile__row--stack {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .profile__row .input {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .profile__row .input:last-child {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 420px) {

  .profile__buttons input[type="submit"] {
    margin: 0 0 18px 0;
  }
}

/* Forgot Password */
.forgot-password {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.forgot-password__form {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.forgot-password__left {
  margin-right: 30px;
  width: calc(50% - 15px);
}

.forgot-password__right {
  padding-top: 35px;
  width: calc(50% - 15px);
}

.forgot-password__field label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 9px;
}

.forgot-password__submit {
  color: #fff;
  margin-right: 30px;
}

.forgot-password__help {
  color: var(--color-blue-chill);
}

.forgot-password__suggestions p {
  color: var(--color-ship-gray);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}

.forgot-password__suggestions ul {
  margin: 0;
  padding: 0;
}

.forgot-password__suggestions ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 9px;
}

.validity {
  margin-top: 6px;
  font-size: 12px;
  color: #EB5746;
  line-height: 18px;
  display: none;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .forgot-password {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .forgot-password {
    padding: 30px 18px;
  }

  .forgot-password__left {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }

  .forgot-password__help {
    text-align: center;
    width: 100%;
  }

  .forgot-password__right {
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .forgot-password__right a {
    width: 100%;
    text-align: center;
    display: block;
  }

  .forgot-password__right input {
    width: 100%;
    margin-bottom: 18px;
  }

  .forgot-password__left {
    margin-bottom: 18px;
  }

  .forgot-password__suggestions {
    text-align: center;
  }

  .forgot-password__right input {
    margin: 0 0 18px 0;
  }
}

/* Change Password */
.create-password {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.create-password__form {
  display: flex;
  flex-flow: row wrap;
}

.create-password__left {
  margin-bottom: 30px;
  margin-right: 30px;
  width: calc(50% - 15px);
}

.create-password__right {
  margin-bottom: 30px;
  width: calc(50% - 15px);
}

.create-password__right .input, .create-password__left .input {
  position: relative;
}

.create-password__row {
  width: 100%;
}

.create-password__submit {
  color: #fff;
  margin-right: 30px;
}

.create-password__help {
  color: #0a9193;
  display: inline-block;
}


/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .create-password {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .create-password {
    padding: 30px 18px;
  }

  .create-password__left {
    margin-bottom: 18px;
    margin-right: 0;
    width: 100%;
  }

  .create-password__right {
    padding-top: 0;
    margin-bottom: 18px;
    width: 100%;
  }

  .button {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .create-password__submit {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .create-password__help {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* Rates */
.rates {
  width: calc(100% - 42px - 42px);
  border: 1px solid #EAE8ED;
  background-color: #FAFCFC;
  padding: 42px;
}

.rate-submit__table {
  overflow: auto;
  margin-bottom: 48px;
}

.rate-submit__table h5 {
  margin-bottom: 18px;
}

.rate-submit__table table tr td p {
  margin-bottom: 0;
}

#rates__form {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.rates__columns {
  display: flex;
  margin-bottom: 12px;
}

.rates h5 {
  margin-bottom: 18px;
}

.rates__columns__col h5 {
  margin-bottom: 30px
}

.rates__columns__col {
  width: 100%;
  margin-right: 42px;
}

.rates__columns__col:last-child {
  margin-right: 0;
}

.rates__column_col p {
  width: 100%;
  margin: 0;
}

.col--row {
  display: flex
}

.col--row .input {
  margin-right: 30px;
}

.col--row .input:last-child {
  margin-right: 0;
}

.rates .input {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.col__input:last-child {
  margin-right: 0;
}

.col__radios {
  flex-grow: 1;
  justify-content: space-between;
  display: block;
  margin-bottom: 30px;
}

.col__radios p:first-child{
  margin-bottom: 12px;
}

.rates__buttons {
  text-align: center;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  #rates__form {
    padding: 30px;
  }

  .rate-submit__table {
    margin-bottom: 30px;
  }

  .rates__columns {
    margin-bottom: 0;
  }

  .rates__columns__col {
    margin-right: 30px;
  }

}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  #rates__form {
    padding: 30px 18px;
  }

  .rate-submit__table {
    margin-bottom: 18px;
  }

  .rates__columns {
    flex-direction: column;
  }

  .rates__columns__col {
    margin: 0px -10px !important;
  }

  .rates__columns__col h5 {
    margin-bottom: 18px;
  }

  .rates__column__select {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .rates__column__select:last-child {
    width: 100%;
    margin: 0;
  }

  .col--row {
    flex-direction: column;
  }

  .input {
    margin-bottom: 18px;
  }

  .col__radios {
    margin-bottom: 0;
  }

  .rates__buttons {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {

}

/* App form */

/*
.app {
    width: 100%;
  }

  .--flex {
    display: flex;
  }

  #app__form {
    width: 100%;
    background: #FAFCFC;
    border: 1px solid #EAE8ED;
    border-radius: 6px;
    padding: 42px;
    box-sizing: border-box;
  }

  .app__form__section {
    width: 100%;
  }

  .app__form__section h3 {
    margin-bottom: 30px;
  }

  .section__rows {
    margin-bottom: 42px;
  }

  .section__rows__row {
    width: 100%;
    margin-bottom: 30px;
  }

  .section__rows__row h5 {
    max-width: 840px;
    margin-bottom: 6px;
  }

  .section__rows__row p {
    max-width: 840px;
  }

  .section__rows__row p.title__copy{
    margin-bottom: 18px;
  }

  .section__rows__row:last-child {
    margin-bottom: 0;
  }

  .row__input {
    width: 100%;
    margin-right: 30px;
  }

  .row__input:last-child {
    margin-right: 0;
  }

  .row__question {
    margin-bottom: 12px;
  }

  .row__question:last-child {
    margin-bottom: 0;
  }

  .row__question p:first-child {
    margin-bottom: 12px;
  }

  .row__question .row__input {
    margin-left: 18px;
  }

  .row__question .inputs {
    margin-bottom: 30px;
  }

  .row__question .inputs:last-child {
    margin-bottom: 0;
  }

  .row__question .inputs.--flex .input {
    margin-left: 0;
  }

  .row__question .inputs.--flex .input:first-child {
    margin-left: 18px;
  }

  .app__save {
    text-align: center;
  }

  #app__save--fixed {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: calc(100VH - 84px);
    left: 0;
    right: 0;
    padding: 18px 30px;
    background: #FFFFFF;
    box-shadow: 0 -8px 24px 0 rgba(0,0,0,0.06);
    box-sizing: border-box;
    transition: all 0.3s;
  }

  #app__save--fixed p {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .hide {
    top: 100VH !important;
  }

  .app__save p{
    margin-bottom: 30px;
  }

  @media screen and (max-width: 1100px) {
    #app__form {
      padding: 30px;
    }

  }

  @media screen and (max-width: 900px) {
    .--flex {
      flex-direction: column;
    }

    #app__form {
      padding: 30px 18px;
    }

    .app__form__section h3 {
      margin-bottom: 18px;
    }

    .section__rows {
      margin-bottom: 30px;
    }

    .section__rows__row {
      margin-bottom: 18px;
    }

    .row__question .row__input {
      margin-left: 0;
    }

    .row__input {
      margin-bottom: 18px;
    }

    .row__input:last-child {
      margin-bottom: 0;
    }

    .row__question .inputs {
      margin-bottom: 18px;
    }

    .row__question .inputs.--flex .input:first-child {
      margin-left: 0;
    }

    .app__save p{
      margin-bottom: 18px;
    }

    #app__save--fixed {
      flex-direction: column;
      top: calc(100VH - 150px);
      text-align: center;
    }

    #app__save--fixed p {
      margin-right: 0;
      margin-bottom: 18px;
    }

    #app__save--fixed a {
      width: 100%;
    }

  }

  @media screen and (max-width: 420px) {
    a.button {
      width: 100%;
    }
  }*/
.app {
  width: 100%;
}

.--flex {
  display: flex;
}

#app__form {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.radio {
  flex-direction: row !important;
  align-items: center;
  position: relative;
}

.radio > label {
  position: static !important;
  /*left: 30px;
  top: 0;*/
}

.--checkbox {
  flex-direction: row !important;
  align-items: center;
  position: relative;
}

.--checkbox > label {
  position: static !important;
  /*left: 30px;*/
}

label.--embeded {
  position: relative;
  left: 0;
  font-size: 18px !important;
  margin-bottom: 9px !important;
}

.--embeded-insert {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.--embeded-insert p {
  margin-bottom: 0 !important;
}

.--embeded-insert .--checkbox {
  flex-grow: 1;
}

.app__form__section {
  width: 100%;
}

#new-liability-r8 .app__form__section .section__rows,
#new-liability-r9 .app__form__section .section__rows {
  margin-left: 32px;
}

.app__form__section h3 {
  margin-bottom: 30px;
}

.section__rows {
  margin-bottom: 42px;
}

.section__rows__row {
  width: 100%;
  margin-bottom: 30px;
}

.section__rows__row .row__table {
  overflow: auto;
  margin: 24px 0 0 0;
}

.section__rows__row table tr:nth-child(even) {
  background: #fff;
}

.section__rows__row table .input {
  display: block !important;
  align-items: center;
  margin-bottom: 9px;
}

.section__rows__row table .input.--radio, .section__rows__row table .input.--checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 9px;
}

.section__rows__row table .input:last-of-type {
  margin-bottom: 0;
}

.section__rows__row table .input label {
  margin-right: 12px;
}

.section__rows__row table .input input {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  min-width: 90px;
}

.section__rows__row table .input input[type="radio"], .section__rows__row table .input input[type="checkbox"] {
  min-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section__rows__row h5 {
  max-width: 840px;
  margin-bottom: 6px;
}

.section__rows__row p {
  max-width: 840px;
}

.section__rows__row p.title__copy{
  margin-bottom: 18px;
}

.section__rows__row:last-child {
  margin-bottom: 0;
}

.inputs--stacked {
  width: 100%;
  margin-right: 30px;
}

.inputs--stacked .row__input.input {
  margin-bottom: 18px;
}

.row__input {
  width: 100%;
  margin-right: 30px;
}

.row__input:last-child {
  margin-right: 0;
}

.row__input.--checkbox p {
  margin-bottom: 12px;
}

.row__question {
  margin-bottom: 12px;
}

.row__question:last-child {
  margin-bottom: 0;
}

.row__question p:first-child {
  margin-bottom: 12px;
}

.row__question .row__input {
  margin-left: 18px;
}
#new-liability-r8 .row__question .--embeded .row__input,
#new-liability-r9 .row__question .--embeded .row__input {
  margin-left: 0;
}

.row__question .inputs {
  margin-bottom: 30px;
}

.row__question .inputs:last-child {
  margin-bottom: 0;
}

.row__question .inputs.--flex .input {
  margin-left: 0;
}

.row__question .inputs.--flex .input:first-child {
  margin-left: 18px;
}

.row__question .split {
  display: flex;
}

.row__question .split .split__block {
  flex-grow: 1;
}

.app__save {
  text-align: center;
}

#app__save--fixed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: calc(100VH - 84px);
  left: 0;
  right: 0;
  padding: 18px 30px;
  background: #FFFFFF;
  box-shadow: 0 -8px 24px 0 rgba(0,0,0,0.06);
  box-sizing: border-box;
  transition: all 0.3s;
}

#app__save--fixed p {
  margin-right: 30px;
  margin-bottom: 0;
}

.hide {
  top: 100VH !important;
}

.app__save p{
  margin-bottom: 30px;
}

.input.--embeded {
  width: auto;
}

p.indented {
  margin-left: 30px;
  opacity: 0.72;
  font-size: 15px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  #app__form {
    padding: 30px;
  }

}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .--flex {
    flex-direction: column;
  }

  #app__form {
    padding: 30px 18px;
  }

  .app__form__section h3 {
    margin-bottom: 18px;
  }

  .section__rows {
    margin-bottom: 30px;
  }

  .section__rows__row {
    margin-bottom: 18px;
  }

  .row__question .row__input {
    margin-left: 0;
  }

  .row__input {
    margin-bottom: 18px;
  }

  .row__input:last-child {
    margin-bottom: 0;
  }

  .row__question .inputs {
    margin-bottom: 18px;
  }

  .row__question .inputs.--flex .input:first-child {
    margin-left: 0;
  }

  .app__save p{
    margin-bottom: 18px;
  }

  #app__save--fixed {
    flex-direction: column;
    top: calc(100VH - 150px);
    text-align: center;
  }

  #app__save--fixed p {
    margin-right: 0;
    margin-bottom: 18px;
  }

  #app__save--fixed a {
    width: 100%;
  }

  .row__question .split {
    flex-direction: column;
  }

  .row__question .split .split__block {
    margin-bottom: 6px;
  }

}

@media screen and (max-width: 420px) {
  a.button {
    width: 100%;
  }
}


/* Insurance App */

.iapp {
  width: 100%;
}

.iapp__state {
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  display: flex;
  padding: 30px 42px;
  margin-bottom: 42px;
}

.iapp__state p {
  margin-bottom: 6px;
}

.iapp__state h4 {
  margin-bottom: 0;
}

.iapp__state__block {
  margin-right: 48px;
  flex-shrink: 0
}

.iapp__state__block:first-child {
  margin-left: 18px;
}

.iapp__state__block:last-child {
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: flex-end;
}

.iapp__state__block:last-child label {
  margin: 0 42px 0 0;
  max-width: 240px;
}

.iapp__state .chip p {
  margin-bottom: 0;
}

.--submit {
  opacity: 0.3;
  pointer-events: none;
}

.iapp__forms p {
  max-width: 720px;
}

.forms__container {
  padding-top: 12px;
}

.forms__block {
  margin-bottom: 30px;
}

.forms__block__row {
  padding: 12px;
  border-bottom: 1px solid #EAE8ED;
}

.forms__required-fields-title {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

.forms__block__row-inner {
  display: flex;
  align-items: flex-start;
}

.forms__block__row-inner .--checkbox {
  flex-direction: unset;
}

.forms__block__row:nth-child(odd) {
  background: #FAFCFC;
}

.forms__block__row:first-of-type {
  border-top: 1px solid #EAE8ED;
}

.forms__block__row .chip {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}

.forms__block__row .input {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-right: 18px;
}

.forms__block__row .input a {
  color: #0A9193;
}

.forms__block__row .input input[type="checkbox"] {
  background-color: #FFFFFF;
  background-size: 85%;
  background-position: 1px 2px;
  border: 2px solid #EAE8ED;
  border-radius: 9px;
  outline-color: #0DB7B9;
  pointer-events: none;
}

.forms__block__row .input input[type="checkbox"]:checked {
  background-color: #64D082;
  border: none;
}

.iapp__submit p {
  max-width: 720px;
}

.iapp__submit .input {
  margin-bottom: 30px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .iapp__state {
    flex-wrap: wrap;
    padding: 30px;
  }

  .iapp__state__block {
    margin-right: 72px;
    margin-bottom: 30px;
  }

  .iapp__state__block:first-child {
    margin-left: 0;
  }

  .iapp__state__block:last-child {
    justify-content: flex-start;
  }

  .iapp__state__block:last-child p {
    max-width: 100%;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .iapp__state {
    padding: 30px 18px;
    margin-bottom: 30px;
  }

  .iapp__state__block:nth-child(3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .iapp__state__block:last-child {
    display: block;
  }

  .iapp__state__block:last-child label {
    margin-bottom: 12px;
  }
  .iapp__state__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .iapp__state__block:nth-child(3) {
    margin-bottom: 30px;
  }

  .forms__block__row {
    flex-direction: column;
  }

  .forms__block__row .input {
    margin-bottom: 9px;
  }

  .iapp__submit .input {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 420px) {
  .iapp__state__block:last-child a {
    width: 100%;
  }
}

/* Login */
.container.--login {
  max-width: 1056px;
}

.login {
  width: 100%;
  display: flex;
}

.login__dual {
  flex-grow: 1;
}

.login__dual p.intro__copy {
  margin-bottom: 30px;
}

.login__dual .input {
  margin-bottom: 30px;
}

.login__dual .input.--checkbox {
  margin-bottom: 0;
}

.login__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login__flex a {
  color: #0A9193;
}

.login__flex:last-child {
  margin-bottom: 0;
}

.login__dual.--new-user {
  max-width: 420px;
  margin-left: 60px;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.login__dual.--new-user h2 {
  margin-bottom: 15px;
}

.login__dual.--new-user p {
  font-size: 18px;
  line-height: 30px;
  color: #767577;
  margin-bottom: 30px;
}

.login__dual.--new-user a.button {
  margin-bottom: 18px;
}

.login__dual.--new-user a:last-child {
  margin-bottom: 0;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .login__dual.--new-user {
    padding: 0 48px;
    margin-left: 30px;
  }

  .login__dual p.intro__copy {
    margin-bottom: 42px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .login__dual.--new-user p {
    font-size: 16px;
    line-height: 24px;
  }

  .login__dual.--new-user {
    max-width: 100%;
    margin: 0;
    padding: 30px 18px;
  }

  .login__dual .input {
    margin-bottom: 18px;
  }

  .login {
    flex-direction: column;
  }

  .login__dual p.intro__copy {
    margin-bottom: 30px;
  }

  .login__flex:last-child {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 420px) {

  .login__flex .input.--checkbox {
    margin-bottom: 18px;
  }

  .login__flex a {
    width: 100%;
    margin-bottom: 18px;
  }

  .login__flex a:last-child {
    margin-bottom: 0;
  }

  .login__flex {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }
}


/* New Account registration */

.new-account-registration .noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Layout */
body {
  margin: 0;
}
.new-account-registration {
  padding: 42px 18px 48px;
}
.new-account-registration .third,
.new-account-registration .half,
.new-account-registration .full {
  width: 100%;
}
.new-account-registration__form-field {
  margin-bottom: 18px;
}
.new-account-registration__form-field.bottom30 {
  margin-bottom: 30px;
}
.new-account-registration__form-field:last-child {
  margin-bottom: 0;
}
.new-account-registration label:not(.inline) {
  display: block;
}
.new-account-registration label.inline {
  cursor: pointer;
}
.new-account-registration .valign {
  vertical-align: middle;
}

/* Main-styles.css overrides */
.input .checkbox {
  margin: 0 12px 0 0;
}
.input .radio input[type="radio"] {
  margin: 0 12px 0 0;
}

/* General element styling */
.new-account-registration a {
  color: #F15C22;
  text-decoration: underline;
}
.new-account-registration label {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 9px;
}
.new-account-registration label[for="new-account-registration__agree"] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.new-account-registration label[for="new-account-registration__insured-no"],
.new-account-registration label[for="new-account-registration__insured-yes"] {
  margin-bottom: 0;
}
.new-account-registration select,
.new-account-registration input[type="text"],
.new-account-registration input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #afafaf;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.6;
  padding: 15px 18px;
  width: 100%;
}
.new-account-registration select {
  background: url('data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+Y2FyZXRzPC90aXRsZT4KPHBhdGggZD0iTTIxLjMzMyAxOC42NjdsLTUuMzMzIDYuNjY3LTUuMzMzLTYuNjY3aDEwLjY2N3pNMTYgNi42NjdsNS4zMzMgNi42NjdoLTEwLjY2N2w1LjMzMy02LjY2N3oiPjwvcGF0aD4KPC9zdmc+Cg==') no-repeat 98% 50%;
  background-color: #FFFFFF;
  background-size: 24px;
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.new-account-registration textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #afafaf;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 24px;
  padding: 15px 18px;
  resize: vertical;
  width: 100%;
}
.new-account-registration input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  border-radius: 6px;
  background-color: #F15C22;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding: 12px 0;
  width: 100%;
}
.new-account-registration input[type="submit"]:hover {
  background: #D9521E;
}

/* Specific Fields */
.new-account-registration__heading {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 9px;
}
.new-account-registration__description {
  color: rgba(65,64,66,0.72);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 42px;
}
.new-account-registration__form-wrap {
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  background-color: #FAFCFC;
  padding: 30px 18px;
}
.new-account-registration__insured-heading {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 12px;
}
.new-account-registration__insured-item {
  position: relative;
  font-size: 22px;
  margin-bottom: 6px;
}
.new-account-registration__insured-item:last-child {
  margin-bottom: 0;
}

/* Tablet styles */
@media only screen and (min-width: 900px) {

  /* Layout */
  .new-account-registration {
    padding: 60px 48px;
  }
  .new-account-registration .third {
    float: left;
    max-width: 34%;
    padding-right: 30px;
    width: 33.3%;
  }
  .new-account-registration .third.last {
    padding-right: 0;
  }
  .new-account-registration .half {
    float: left;
    max-width: 50%;
    padding-right: 30px;
    width: 50%;
  }
  .new-account-registration .half.last {
    padding-right: 0;
  }
  .new-account-registration .full {
    clear: both;
    max-width: 100%;
    width: 100%;
  }

  /* General element styling */
  .new-account-registration input[type="submit"] {
    padding: 12px 24px;
    width: auto;
  }

  /* Specific fields */
  .new-account-registration__heading {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .new-account-registration__description {
    font-size: 21px;
    line-height: 33px;
  }
  .new-account-registration__form-wrap {
    padding: 42px;
  }
}

/* Desktop styles */
@media only screen and (min-width: 1100px) {

  /* Layout */
  .new-account-registration {
    padding: 72px 120px;
  }
  .new-account-registration__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.new-account-registration * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/* Information request */
.information-request {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.information-request h1,
.information-request h2,
.information-request h3,
.information-request h4,
.information-request h5,
.information-request h6 {
  margin-bottom: 30px;
  width: 100%;
}

.information-request table td {
  box-sizing: border-box;
  white-space: normal;
}

.information-request table td.form-row {
  margin-bottom: 0 !important;
}
/*
.information-request table td input[type=checkbox] {
  align-self: flex-start;
}

.information-request input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #F15C22;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
}

.information-request input[type="checkbox"]:checked {
  background: #F15C22 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIyMCA2IDkgMTcgNCAxMiI+PC9wb2x5bGluZT48L3N2Zz4=) center no-repeat;
  background-size: 75%;
}
*/
.information-request form .form-row {
  flex-flow: column nowrap;
  display: flex;
  align-items: flex-start;
}

.information-request__form {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.information-request__form:last-child {
  margin-bottom: 0;
}

.information-request__form .interest-areas__checkbox-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.information-request__form .interest-areas__grad-date-wrap {
  display: none;
  margin: 8px 0 8px 30px;
}
.information-request__contact-me-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.information-request__left {
  align-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  margin-right: 30px;
  width: calc(50% - 15px);
}

.information-request__left .information-request__left {
  margin-bottom: 0;
}

.information-request__right {
  align-content: flex-start;
  display: flex;
  flex-flow: row wrap;
  width: calc(50% - 15px);
}

.information-request__row {
  width: 100%;
}

.information-request__centered {
  justify-content: center;
  display: flex;
  width: 100%;
}

.information-request__centered input {
  margin-right: 0;
}

.information-request__field {
  margin-bottom: 30px;
  width: 100%;
}

.information-request__field label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 9px;
}

.information-request__field input[type=checkbox] {
  margin-right: 8px;
}

.information-request__field input[type=checkbox] + label {
  margin-bottom: 0;
}

.information-request__submit {
  color: #fff;
  margin-right: 30px;
}

.information-request__help {
  color: var(--color-blue-chill);
}

.validity {
  margin-top: 6px;
  font-size: 12px;
  color: #EB5746;
  line-height: 18px;
  display: none;
}

.input--alert {
  color: #EB5746;
}

.input--alert input[type='text'],
.input--alert input[type='email'] {
  border-color: #EB5746;
  color: #EB5746;
}

.input--alert input[type='text']:hover,
.input--alert input[type='email']:hover {
  border-color: #EB5746;
}

.input--alert .validity {
  display: block
}

.information-request-info {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .information-request {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .information-request__left {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }

  .information-request__right {
    padding-top: 0;
    width: 100%;
  }

  .button {
    margin-bottom: 30px;
    width: 100%;
  }

  .information-request__help {
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* Find my account */
.find-account {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.find-account__block {
  width: 50%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-right: 42px;
  box-sizing: border-box;
}

.find-account__block.right {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.find-account__block p {
  margin-bottom: 30px;
}

.find-account__block:last-child {
  margin-right: 0px;
}

.right__toggle {
  width: 100%;
  /* height: 70px; */
  background: #ffffff;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 18px 18px 0 18px;
  margin-bottom: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.tog-active {
  height: auto;
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
  cursor: auto;
}

.right__toggle:last-child {
  margin-bottom: 0;
}

.right__toggle__state {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
}

.right__toggle__state__title {
  display: flex;
  align-items: center;
}

.right__toggle__state__title h4{
  margin: 0;
}

.right__toggle__state__title div.chip{
  margin: 0 18px 0 0;
}

.right__toggle__state__button {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.right__toggle__state__button button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('assets/icons/plus.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.tog-active .right__toggle__state__button button {
  background-image: url('assets/icons/minus.svg');
}

.right__toggle__content {
  display: none;
  margin-bottom: 18px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #EAE8ED;
}

.tog-active .right__toggle__content {
  display: block;
}

.form__row {
  display: flex;
  margin-bottom: 30px;
}

.form__row:last-child {
  margin-bottom: 0;
}

.form__row .input {
  width: 100%;
  margin-right: 30px;
}

.form__row .input:last-child {
  margin-right: 0;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .find-account__block {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .find-account {
    flex-direction: column;
  }

  .find-account__block {
    padding: 30px 18px;
    width: 100%;
    margin-bottom: 30px;
  }

  .find-policy__block:last-child {
    margin-bottom: 0;
  }

  .find-account__block p {
    margin-bottom: 18px;
  }

  .form__row {
    margin-bottom: 18px;
    flex-direction: column;
  }

  .form__row .input {
    margin-bottom: 18px;
  }

  .form__row .input:last-child {
    margin-bottom: 0;
  }

  .right__toggle {
    padding: 18px 18px 0 18px;
  }

  .right__toggle__state__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 420px) {
  a.button--primary {
    width: 100%;
  }
}

/* Default template */
.default-template {
  width: 100%;
  display: flex;
}

.text-container {
  width: 100%;
  flex-grow: 1;
  max-width: 720px;
  margin-right: 60px;
}

.text-container__section {
  margin-bottom: 30px;
}

.text-container__section:last-child {
  margin-bottom: 0;
}

.text-container__section a.button {
  margin-right: 18px;
}

.text-container__section a.button:last-child {
  margin-right: 0;
}

.documents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.documents a {
  width: 100%;
  color: #414042;
  text-decoration: none;
  display: flex;
  align-items: center;
  outline-color: #0DB7B9;
  padding: 18px 30px 18px 24px;
  box-sizing: border-box;
}

.documents__block {
  width: 320px;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
  display: flex;
}

.documents__block:hover {
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
}

.documents__block p {
  margin-bottom: 3px;
}

.documents__block p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.documents__block img{
  margin-right: 24px;
}

.default-table {
  overflow: auto;
}

#sidebar-area {
  width: 300px;
  flex-shrink: 0;
}

#sidebar {
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

#sidebar li {
  margin-bottom: 0;
  border-bottom: 1px solid #EAE8ED;
}

#sidebar li:last-child {
  border-bottom: none;
}

.sidebar__item {
  display: flex;
  justify-content: space-between;
  padding: 18px;
}

#sidebar li a{
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #0A9193;
}

#sidebar li a:hover {
  color: #F15C22;
}

#sidebar li img {
  outline-color: #0DB7B9;
  cursor: pointer;
  margin-left: 12px;
}

#sidebar li button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/chev.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
  transition: all 0.3s;
}

#sidebar li.tog-active button {
  transform: rotate(180deg);
}

.sidebar__sub {
  list-style: none;
  display: none;
}

#sidebar li.tog-active .sidebar__sub {
  display: block;
}

.sidebar__sub li {
  border: none !important;
  padding-bottom: 12px !important;
}

.sidebar__sub li:last-child {
  padding-bottom: 18px !important;
}

.sidebar__sub li a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #414042 !important;
  opacity: 0.72;
}
.sidebar__sub li a:hover {
  opacity: 1;
}
.sidebar__sub li.active a {
  opacity: 1;
}

#sidebar-mobile {
  display: none;
  width: 100%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin-bottom: 42px;
  box-sizing: border-box;
}

#sidebar-mobile__top {
  width: 100%;
  padding: 18px;
  background-image: url('../icons/carets.svg');
  background-repeat: no-repeat;
  background-position: right 9px top 50%, 0 0;
  background-size: auto, 100%;
  box-sizing: border-box;
  outline-color: #0DB7B9;
  cursor: pointer;
}

#sidebar-mobile__top p {
  font-size: 18px;
  margin: 0 12px 0 0;
  color: #0A9193;
}

#sidebar-mobile__top.active ~ #sidebar-mobile__content {
  display: block;
}

#sidebar-mobile__content {
  display: none;
  border-top: 1px solid #EAE8ED;
}

#sidebar-mobile__content ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar-mobile__content li {
  margin: 0;
  border-bottom: 1px solid #EAE8ED;
}

#sidebar-mobile__content li:last-child {
  border-bottom: none;
}

#sidebar-mobile__content .nav__link--main {
  padding: 18px 12px;
  margin: 0;
  justify-content: space-between;
}

#sidebar-mobile__content .nav__link--main:hover button {
  transform: rotate(0deg);
  background-image: url('../icons/chev.svg');
}

#sidebar-mobile__content .nav__link--main:hover a {
  color: #0A9193;
}

#sidebar-mobile__content .nav__link--main a:hover {
  color: #F15C22;
}

#sidebar-mobile__content .nav__link--sub {
  display: none;
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  padding: 0 12px 6px 12px;
}

#sidebar-mobile__content .nav__link--sub.active {
  display: block
}

#sidebar-mobile__content .nav__link--sub li {
  padding-bottom: 12px;
}

#sidebar-mobile__content .nav__link--sub a {
  color: #414042;
  opacity: 0.72;
}

#sidebar-mobile__content .nav__link--sub a:hover {
  opacity: 1;
}

#sidebar-mobile__content .nav__link--sub li {
  border: none;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  #sidebar-area {
    width: 240px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  #sidebar-area {
    display: none;
  }

  #sidebar-mobile {
    display: block;
  }

  .text-container {
    margin-right: 0;
  }
}

@media screen and (max-width: 420px) {
  a.button {
    width: 100%;
  }

  .documents__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
}

/* Policy Documents */

.docs {
  width: 100%;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  box-sizing: border-box;
}

.docs__toggle {
  width: 100%;
  height: 70px;
  background: #ffffff;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 18px 30px 12px 30px;
  margin-bottom: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.tog-active {
  height: auto;
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
  cursor: auto;
}

.docs__toggle:last-child {
  margin-bottom: 0;
}

.docs_toggle__state {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.docs_toggle__state__title {
  display: flex;
  align-items: center;
}

.docs_toggle__state__title h4{
  margin: 0 18px 0 0;
}

.docs_toggle__state__button {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.docs_toggle__state__button button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/plus.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.tog-active .docs_toggle__state__button button {
  background-image: url('../icons/minus.svg');
}

.docs__toggle__table {
  overflow: auto;
  margin-bottom: 18px;
}

.docs__toggle__documents {
  width: 100%;
}

.docs__toggle__documents h5 {
  margin-bottom: 30px;
}

.documents__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.documents__container a {
  width: 100%;
  height: 100%;
  color: #414042;
  text-decoration: none;
  display: flex;
  align-items: center;
  outline-color: #0DB7B9;
  padding: 18px 24px;
  box-sizing: border-box;
}

.documents__container__block {
  width: 320px;
  background: #FFFFFF;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
}

.documents__container__block:hover {
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
}

.documents__container__block p {
  margin-bottom: 3px;
  margin-right: 12px;
  word-break: break-all;
}

.documents__container__block p:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.documents__container__block img{
  margin-right: 24px;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .docs {
    padding: 30px;
  }

  .docs__toggle {
    padding: 18px 30px 0 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .docs {
    padding: 30px 18px;
  }

  .docs__toggle {
    height: 96px;
    padding: 18px 18px 0 18px;
  }

  .docs__toggle__documents h5 {
    margin-bottom: 18px;
  }

  .tog-active {
    height: auto;
  }

  .docs_toggle__state__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .docs_toggle__state__title h4{
    margin: 0 0 6px 0;
  }

  .documents__container__block {
    margin: 0 18px 18px 0;
  }

}

@media screen and (max-width: 420px) {
  .documents__container__block {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .documents__container a {
    width: 100%;
  }
}

/* Link to policy */

.link-policy {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.link-policy__block {
  width: 50%;
  background: #FAFCFC;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 42px;
  margin-right: 42px;
  box-sizing: border-box;
}

.link-policy__block.right {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.link-policy__block p {
  margin-bottom: 30px;
}

.link-policy__block:last-child {
  margin-right: 0px;
}

.link-policy__block .input {
  margin-bottom: 30px;
}

.right__toggle {
  width: 100%;
  /* height: 70px; */
  background: #ffffff;
  border: 1px solid #EAE8ED;
  border-radius: 6px;
  padding: 18px 18px 0 18px;
  margin-bottom: 6px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.tog-active {
  height: auto;
  background: #FAFCFC;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.06);
  cursor: auto;
}

.right__toggle:last-child {
  margin-bottom: 0;
}

.right__toggle__state {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 12px;
}

.right__toggle__state__title {
  display: flex;
  align-items: center;
}

.right__toggle__state__title h4{
  margin: 0;
}

.right__toggle__state__title div.chip{
  margin: 0 18px 0 0;
}

.right__toggle__state__button {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.right__toggle__state__button button {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  background: transparent;
  background-image: url('../icons/plus.svg');
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  outline-color: #0DB7B9;
}

.tog-active .right__toggle__state__button button {
  background-image: url('../icons/minus.svg');
}

.right__toggle__content {
  display: none;
  margin-bottom: 18px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #EAE8ED;
}

.tog-active .right__toggle__content {
  display: block;
}

/* Tablet Styles*/
@media screen and (max-width: 1100px) {
  .link-policy__block {
    padding: 30px;
  }
}

/* Mobile Styles*/
@media screen and (max-width: 900px) {
  .link-policy {
    flex-direction: column;
  }

  .link-policy__block {
    width: 100%;
    padding: 30px 18px;
    margin-bottom: 30px;
  }

  .link-policy__block:last-child {
    margin-bottom: 0;
  }

  .link-policy__block p {
    margin-bottom: 18px;
  }

  .link-policy__block .input {
    margin-bottom: 18px;
  }

  .right__toggle {
    padding: 18px 18px 0 18px;
  }

  .right__toggle__state__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

}

@media screen and (max-width: 420px) {
  a.button--primary {
    width: 100%;
  }
}

/* Alerts */
.alerts-widget {
  position: absolute;
  top: 18px;
  right: 18px;
}
@media screen and (max-width: 420px) {
  .alerts-widget {
    width: calc(100% - 36px);
  }
}

ul.alerts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alert {
  right: 0;
  /*min-width: 480px;*/
  max-width: 720px;
  display: flex;
  margin: 0 0 12px 0;
  padding: 0 0 0 45px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  background: #eee;
  border-left: 6px solid #ddd;
}

.alert.show {
  animation: show_alert 1s ease forwards;
}

@keyframes show_alert {
  0% {
    transform: translateX(100%);
  }
  40% {
    transform: translateX(-10%);
  }
  80% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0);
  }
}

.alert.hide {
  display: none;
}

.alert.--success {
  background: #E3FDEA;
  border-left: 6px solid #64D082;
  background-image: url('../icons/info-success.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.alert.--error,
.alert.--danger {
  background: #FFECEA;
  border-left: 6px solid #EB5746;
  background-image: url('../icons/alert.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.alert.--info {
  background: #F7F2D8;
  border-left: 6px solid #DBC960;
  background-image: url('../icons/info-info.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.alert.--action {
  background: #DBF5FF;
  border-left: 6px solid #00B9FF;
  background-image: url('../icons/info-action.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

.alert:last-of-type {
  margin-bottom: 0;
}

.alert p {
  margin: 18px 18px 18px 0;
  font-size: 18px;
  line-height: 24px;
  flex-grow: 1;
}

.alert__close {
  display: flex;
  border: none;
  background-color: rgba(0,0,0, 0.05);
  background-image: url('../icons/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 60px;
}

.clearfix::after {
  content: '';
  clear:both;
  display: block;
}

.field-below-radios {
  margin-top: 20px;
  margin-left: 20px
}

.input.--checkbox.app-checkbox {
  flex-direction: row;
}
.input.--checkbox.app-checkbox label {
  position: static;
}

/* Risk management Contact form */

.customer-service-reps {
  border-bottom: 1px solid #eae8ed;
  padding: 30px 0;
}
@media screen and (min-width: 901px) {
  .customer-service-reps {
    padding: 0 0 42px 0;
  }
}

/* Heading */
.customer-service-reps__heading {
  font-size: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 18px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__heading {
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 30px;
  }
  .customer-service-reps.has-subhead .customer-service-reps__heading {
    padding-bottom: 18px;
  }
}

/* Subheading */
.customer-service-reps__subheading {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 18px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__subheading {
    padding-bottom: 30px;
  }
}

/* Column heading styles */
.customer-service-reps__head {
  display: none;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__head {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 12px 12px;
  }
}

.customer-service-reps__head-col {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.customer-service-reps__head-col-mobile {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 3px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__head-col-mobile {
    display: none;
  }
}
.customer-service-reps__link-head-col-mobile {
  margin-top: 6px;
}

/* Block */
.customer-service-reps__block {
  align-items: center;
  border-top: 1px solid #eae8ed;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 18px;
}
.customer-service-reps__block:not(.odd) {
  background-color: var(--color__fog);
}
.customer-service-reps__block:last-child {
  border-bottom: 1px solid #eae8ed;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__block {
    flex-wrap: nowrap;
    padding: 12px;
  }
}

/* Column styles */
.customer-service-reps__col {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 24px;
}
.customer-service-reps__image-col,
.customer-service-reps__image-head-col {
  flex-basis: 100%;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__image-col,
  .customer-service-reps__image-head-col {
    flex-basis: 60px;
    margin-right: 18px;
    min-width: 60px;
  }
}

.customer-service-reps__name-col,
.customer-service-reps__name-head-col {
  flex-basis: 100%;
  margin-top: 9px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__name-col,
  .customer-service-reps__name-head-col {
    flex-basis: 36%;
    margin: 0 12px 0 0;
  }
}

.customer-service-reps__initial-col,
.customer-service-reps__initial-head-col {
  flex-basis: 100%;
  margin-top: 12px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__initial-col,
  .customer-service-reps__initial-head-col {
    flex-basis: 24%;
    margin: 0 12px 0 0;
  }
}

.customer-service-reps__link-col,
.customer-service-reps__link-head-col {
  flex-basis: 100%;
  margin-top: 12px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__link-col,
  .customer-service-reps__link-head-col {
    flex-basis: 21%;
    margin-top: 0;
  }
}

/* Image */
.customer-service-reps__image {
  border-radius: 50%;
  max-width: 48px;
  width: 48px;
}
@media screen and (min-width: 901px) {
  .customer-service-reps__image {
    height: 60px;
		max-width: 60px;
		object-fit: cover;
    width: 60px;
  }
}

/* Form styles */
.gravity-form {
  border-bottom: 1px solid #eae8ed;
  padding: 30px 0;
}
@media screen and (min-width: 901px) {
  .gravity-form {
    padding: 42px 0;
  }
}
.gravity-form__heading {
  font-size: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  line-height: 30px;
  padding-bottom: 18px;
}
@media screen and (min-width: 901px) {
  .gravity-form__heading {
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 30px;
  }
}
.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_wrapper ul.gform_fields {
  margin: 0!important;
  list-style-type: none;
  display: block;
}
.gform_wrapper ul, html>body .entry ul {
  text-indent: 0;
}
.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
  box-sizing: border-box!important;
}
.gform_wrapper ul li.gfield {
  clear: both;
}
.gform_wrapper form li,
.gform_wrapper li {
  margin-left: 0!important;
  list-style-type: none!important;
  list-style-image: none!important;
  list-style: none!important;
  overflow: visible;
}
.gform_wrapper *,
.gform_wrapper :after,
.gform_wrapper :before {
  box-sizing: border-box!important;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_footer {
  margin: 6px 0 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 901px) {
  .gform_footer {
    margin-top: 12px !important;
  }
}
.ginput_container {
  margin: 0 !important;
  padding: 9px 0 0 !important;
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-weight: 400 !important;
}
.gform_wrapper .gsection {
  border-bottom: none !important;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: inherit !important;
  margin-top: 12px;
}
.gfield {
  margin: 0 !important;
  padding: 0 0 12px !important;
}
@media screen and (min-width: 901px) {
  .gfield {
    padding-bottom: 18px !important;
  }
}
.gfield_required {
  color: #414042 !important;
  margin-left: 0 !important;
}
.gform_wrapper input:not([type='submit']):not([type='radio']),
.gform_wrapper select,
.gform_wrapper textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff !important;
  border: 1px solid #afafaf !important;
  border-radius: 6px !important;
  color: #777;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  min-height: 55px !important;
 /* opacity: 0.6 !important;*/
  padding: 15px 18px !important;
  width: 100% !important;
}	
/* next 15 lines added from live on the assumption that they were not deleted by R8 changes on staging */
.gform_wrapper input:not([type='submit']):not([type='radio'])::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: #ccc;
}
.gform_wrapper input:not([type='submit']):not([type='radio']):-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #ccc;
}
.gform_wrapper input:not([type='submit']):not([type='radio'])::-ms-input-placeholder,
.gform_wrapper select::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
  color: #ccc;
}
.gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked + label,
.gform_wrapper ul.gfield_radio li input[type='radio']:checked + label,
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-size: inherit !important;
  font-weight: 400 !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: visible !important;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin-bottom: 0 !important;
}
.gform_wrapper input[type='radio'] {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: #fff; !important;
  border: 1px solid #afafaf !important;
  border-radius: 100% !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  height: 18px !important;
  margin: 0 12px 0 12px !important;
  min-width: 18px !important;
  outline-color: #f15c22 !important;
}
.gform_wrapper input[type='radio']:hover {
  border-color: #d2cfd6 !important;
}
.gform_wrapper input[type='radio']:checked {
  border: 6px solid #f15c22 !important;
}
.gform_wrapper .gfield_radio li:first-child input[type='radio'] {
    margin-left: 0 !important;
}
.gform_wrapper select::-ms-expand {
    display: none;
}
.gform_wrapper input[type='submit'].full {
    width: 100%;
}

.gform_wrapper input[type='submit']:hover {
    background-color: #fff; !important;
    border: 1px solid #f15c22 !important;
    color: #f15c22 !important;
}
.gfield_label {
    font-size: 18px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 22px !important;
}

/* Predefined gravity classes */
@media screen and (min-width: 901px) {
  .gf_left_half,
  .gf_left_third,
  .gf_middle_third {
      padding-right: 30px !important;
  }
}
.gf_left_half,
.gf_right_half {
    width: 100% !important;
}
@media screen and (min-width: 901px) {
  .gf_left_half,
  .gf_right_half {
      display: inline-block;
      width: 49% !important;
  }
}
.gf_left_third,
.gf_middle_third,
.gf_right_third {
    width: 100% !important;
}
@media screen and (min-width: 901px) {
  .gf_left_third,
  .gf_middle_third,
  .gf_right_third {
      display: inline-block;
      width: 33% !important;
  }
}
li.gf_readonly input:not([type='submit']) {
    background-color: transparent !important;
    border: none !important;
    font-size: 18px !important;
    outline: none;
    padding: 0 !important;
}
.gform_wrapper .gform__error {
  color: #ff0000;
  display: none;
}
.gform_wrapper #gform__error-header {
  padding-bottom: 40px;
}


.rates div.col--row {
  margin-right: -10px;
  margin-left: -10px;
}

.rates div.col--row .input {
  margin-right: 10px;
  margin-left: 10px;
}

.rates div.col--row .input.--checkbox{
  padding-top: 20px;
  margin-bottom: 30px;
}

.rates .ratable {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 30px;
}

.rates .ratable p #ratable-header {
  font-weight: 600;
}

.rates .rate-score-table {
  margin-bottom: 30px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.rates .rate-score-table p {
  margin: 0px;
}

.rates .rate-score-table .header,
.rates .rate-score-table .cell {
  flex: 1;
  min-width: 150px;
  padding: 12px 18px;
  font-weight: 500;
}

.rates .rate-score-table .header.empty {
  padding: 0px 18px;
}

.rates .rates-score-header,
.rates .rates-score-cell {
  margin: 0px;
  flex: 1 1 100%;
  min-width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


.rates .rates-score-cell {
  border: 1px solid #EAE8ED;
  background: #FFFFFF;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  .payment > table > tbody > tr {
    display: flex;
    flex-direction: column;
  }
}
