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

body{
	letter-spacing: .25px;
}

hr{
	height: 1px;
	border:none;
	color: #999; /* old IE */
    background-color: #999;
}

html {
    width: 100%;
    height: 100%;
    display: table;
}

body {
    width: 100%;
    display: table-cell;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
	background: rgb(215,214,221);
background: linear-gradient(315deg, rgba(215,214,221,1) 0%, rgba(242,242,244,1) 15%, rgba(252,252,252,1) 41%, rgba(255,255,255,1) 100%);
}

td, th {
    padding: .5rem 1rem;
}

.row .payments #fast-checkout{
  background:none;
}

.shell {
  position: relative;
  line-height: 1;
}
.shell span {
  position: absolute;
  left: 3px;
  top: 1px;
  color: red;
  pointer-events: none;
  z-index: -1;
}
.shell span i {
  /* any of these 3 will work */
  color: transparent;
  opacity: 0;
  visibility: hidden;
}

input.masked,
.shell span {
  
  background-color: transparent;
  text-transform: uppercase;
}

/*awesome button*/
.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
	background-color:#191942;
	border-color: #191942;
    border-radius: 0px;
    border-width:2px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    padding-top: 5px!important;
    padding-right: 20px!important;
    padding-bottom: 40px!important;
    padding-left: 20px!important;
    /*border-radius: 9px;*/
}
.button:focus, .button:hover, button:focus, button:hover, input[type='button']:focus, input[type='button']:hover, input[type='reset']:focus, input[type='reset']:hover, input[type='submit']:focus, input[type='submit']:hover{
	color: #191942!important;
    background-image: initial;
    background-color: white;
}
button.active{
  color: #191942!important;
    background-image: initial;
    background-color: white; 
}
.button, button, input[type='button'], input[type='reset'], input[type='submit'], 
.button:after, button:after, input[type='button']:after, input[type='reset']:after, input[type='submit']:after {
    transition: all 300ms ease 0ms;
}

.selection-body label{
	padding: 0;
    margin: 0;
    font-size: 14px;
}
.selection-body td{
	padding:4px;
}
.selection-body td input{
	margin:0;
}
.pdf .top-nav-title img {
  width:400px;
}
.pdf .top-nav{
  width:100%;
}
.pdf .top-nav-title{
  width:100%;
}
.top-nav-title img{
	width:200px;
}
.beneficiaryheader{
  display:flex;justify-content:space-between;align-items:center;
}
#beneficiaries li, #employees li{
  margin:10px 0;
  list-style: none;
}
.buttonrow{
  display:flex;
  justify-content: space-around;
  margin:45px 0;
}
.row .column-responsive{
	margin:0 auto;
}
.loginlogo{
	margin: 25px auto;
	width:400px;
    border-radius: 0.1rem;
    /*box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);*/
}
.side-nav{
	padding:2rem;
	background: #ffffff;
    border-radius: 0.1rem;
    box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}
.side-nav a{

}
.info-block{
  border:1px solid lightgray;
  border:1px solid lightgray;
  padding:10px;
  margin-top:10px;
  margin-bottom:10px;
}
a.active{
	color:#12f15d;
}
.side-nav hr{
	margin:1rem 0;
	font-weight: bold;
}
.content {
	margin-bottom: 25px;
}
.content .input:not(.checkbox){
	display:flex;
	width:fit-content;
	width:-moz-fit-content;
}
.content .input.radio{
  flex-direction: column;
}

.baseline .input.checkbox label {
  align-items: baseline;
}


.pdf .top-nav .contact-info {
  list-style: none;
  float:right;
}
.pdf .contact-infonew {
  list-style: none;
}
.pdf .contact-infonew li {
  margin:1px;
  font-size:10px;
}

.pdf .top-nav .contact-info li {
  margin:1px;
  font-size:10px;
}

.pdf .top-nav .top-nav-logo {
  float:left;
}

.pdf .top-nav-titlenew
{
  display:flex;
  align-items: top;
  justify-content: space-between;
}
.pdf .top-nav-logonew {
  text-align: center;
  width:250px;
}

.center .input{
	margin:0 auto;
}
.passwordcheck{
  width:0px!important;
}
.passwordcheck-label{
  width:0px!important;
  height:0;
}

.input.password i{
  font-size:20px;
  position:relative;
  left:-30px;
  top:-33px;
}

.notification-ribbon{
    background-color: #191942;
    border-color: #191942;
    color:white;
    padding-left:50px;
    margin:10px 0;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700 !important;
}

.notification-block{
  padding-bottom:25px;
  position: relative;
  margin-left:15px;
  width:250px;
}
.notification-ribbon a{
  color:white;
}
.notification-ribbon {
bottom: 5px;
right: 50px;
height: 30px;
background: #191942;
padding: 0 10px;
transition: all 300ms ease 0ms;
border-top: 2px solid #191942;
border-bottom: 2px solid #191942;
border-right: 4px solid white;
border-left: 1px solid white;
}
.notification-ribbon:before {
  content: "";
width: 0;
height: 0;
border-width: 15px 10px;
border-style: solid;
border-color: #191942 #191942 #191942 transparent;
position: absolute;
left: -15px;
transition: all 300ms ease 0ms;
}
.notification-ribbon:after {
  position: absolute;
content: '';
width: 0;
height: 0;
border-left: 15px solid #191942;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
right: -15px;
transition: all 300ms ease 0ms;
}

.notification-ribbon:hover a{
  color:white;
}

.notification-ribbon:hover   {
  background-color: #12f15d;
  border-top-color:white;
  border-bottom-color:white;
}

.notification-ribbon:hover:after {
  border-left: 15px solid #12f15d;
}

.notification-ribbon:hover:before {
  border-color: #12f15d #12f15d #12f15d transparent;
}

.notification-ribbon.error{
  background: crimson;
border-top: 2px solid crimson;
border-bottom: 2px solid crimson;
}

.notification-ribbon.error:after{
  border-left: 15px solid crimson;
}

.notification-ribbon.error:before{
  border-color: crimson crimson crimson transparent;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.center.content .input:not(.checkbox), .center.content .input:not(.radio){
	display:flex;
	flex-direction: column;
	width:fit-content;
	width:-moz-fit-content;
}

.center .button,.center button,.center input[type="button"],.center input[type="reset"],.center input[type="submit"]{
	width:100%;
}

.content .input.datetime input,.content .input.number input{
	width:275px;
}
.search-wrap .row .input.select {
  flex-direction: column;
}
.search-wrap {
  padding:25px 0 45px;
}
.search-wrap .column-50:last-child{
  border-left:0.1rem solid #e1e1e1;
}
.input:not(.checkbox) input,.input select{
	width:300px;
}
.columncheckbox{
  border-left:.5px dotted gray;
  padding-left:10px;
  margin-top:25px;
  margin-bottom:25px;
}
.columncheckbox .input.select .checkbox, .columncheckbox .input.select legend, .columncheckbox .input.select fieldset{
  font-size:16px;
}
.columncheckbox .input.select .checkbox label, .columncheckbox .input.select legend label{
  width:100%;
  padding:2px 0 0 0;
  margin:0;
}
.columncheckbox .input.select fieldset{
  margin-left:40px;
  margin-top:10px;
}
.columncheckbox .input.select .checkbox{
  margin-left:20px;
}
.columncheckbox .input.select {
  flex-direction: column;
}
.fullform .content .input input.initial,.fullform .content .input select.initial{
  width:75px;
}

.input select.shortselect{
  width:100px;
}

.captcha{
  width:100px!important;
}

.input.radio input{
  width:auto;
}

.checkbox input.checkbox {
  width:25px;
}
.content .search-wrap .input .checkbox label, .content .search-wrap .input .radio label {
  padding:8px 0 0 0;
  margin:0;
}
.content label{
	font-size: 16px;
}
.content .input:not(.checkbox) label {
	padding:8px 0 0 0;
	width:150px;
}

.content .input.radio label{
  padding:0;
  margin-left:25px;
}

.input.radio label:first-of-type{
  margin-left:0;
}

.content .input .interestrule{
	width:100px;
}

.top-nav{
	margin: 0 auto 0;
  max-width:100%;
  padding:2rem 4rem;
}

.top-nav-links {
	display: flex;
    justify-content: space-between;
    
}

.top-nav-links a{
	padding: 1rem 2rem 1rem .25rem;
	margin-left:35px;
}

.side-nav a, .top-nav a{
  position: relative;
}

.side-nav a::before, .top-nav a::before, .fullform form > legend::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #31f36e;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hidden{
  display:none!important;
}

.input canvas{
  border: 2px dotted #CCCCCC;
  border-radius: 1px;
  cursor: crosshair;
}
.error{
  border:1px solid red!important;
}

.input:has(> .requiredfield) > label:after {
    content:" *";
    color: gray;
  }

.input:has(> .signature) > label:after {
    content:" *";
    color: gray;
  }

.signature-block{
  align-items: flex-start;
}

.main{
  /*min-height: 100%*/
}
footer{
  padding: 25px;
 /* background: rgb(78, 79, 79);
  color:white;*/
}
/*.main{
	padding-top:150px;
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
}

.sticky + .main {
  padding-top: 120px;
}

.sticky.scrolling{
	box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
	height:90px;
	transition: all 300ms ease 0ms;
}

.signatureimage{
  width:250px;
}

.top-nav-links div a{
  top:1rem;
}

.top-nav-links a + ul {
  visibility: hidden;
  margin-left:4rem;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 2rem;
  /*display: none;*/
  list-style: none;
  color:white;
  padding-bottom: 10px;
  background-image: linear-gradient(
150deg
,#191942 0%,rgb(81,81,112) 100%);
}

.top-nav-links a:hover + ul,
.top-nav-links a + ul:hover {
  visibility: visible;
  opacity: 1;
  /*display: block;*/
}

.top-nav-links a + ul li {
  clear: both;
  width: 100%;
}
.top-nav-links a + ul li a {
  margin:1rem;
  color:white;
}
.checkmark:before{
  content: '\2713';
  color:#12f15d;
}

td, th {
    border:0;
    border-top: 0.1rem solid #e1e1e1;
}

.fullform td {
    border:0;
    border-bottom: 0.1rem solid #e1e1e1;
}

.fullform th {
  border:0;
}

.fullform .content .input.select .checkbox label{
  width:170px;
}
.fullform .content .columncheckbox .input.select .checkbox label{
  width:fit-content;
}

.hint{
      position: absolute;
    width: 50px;
    height: 50px;
    padding: 0!important;
    border-radius: 100px;
    right: 100px;
    font-size: 20px;
    color: #191942!important;
    background-image: initial;
    background-color: white;
}
#autosavemsg{
  background:none;
  position:fixed;
  bottom:20px;
  left:20px;
  padding:20px;
  /*box-shadow: 0 0 5px #222;*/
  border-radius:0;
  display:none;
  width:auto;
}
#savemsg{
  border:.5px solid black;
  background:white;
  position:fixed;
  top:100px;
  right:20px;
  padding:20px;
  box-shadow: 0 0 5px #222;
  border-radius:8px;
  display:none;
  width:auto;
}

.button.alt {
  background: #7dc66f;
  border:none;
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.button.alt:hover, .button.alt:active {
  background: white;
  border:1px solid #191942;
}

.hint:hover{
  background: #31f36e;
  border-color:white;
  color:white!important;
}

.print.fullform th{
  font-weight:normal;
  color:black;
}
.print.fullform td{
  font-weight: normal;
  color:black;
}

.print.fullform h3{
  text-align:center;
  text-decoration: underline;
  margin-bottom: 45px;
}

.print.fullform h4{
  text-align: center;
}

.print.fullform .small-table td, .print.fullform .small-table th{
  font-size:12px;
}

.print.fullform .content{
  margin:0;
  padding:0;
}

.print.fullform .content legend{
  width:100%;
  border-radius:0;
}

.print.fullform table.fullborder td{
  border-bottom: 0.1rem solid #e1e1e1;
}

.print.fullform .table-header th{
  font-weight: bold;
  border-bottom: 0.1rem solid #e1e1e1;
}

.print.fullform table.fullborder {
  font-size:12px;
}

.print.fullform table.fullborder th{
  width:175px;
}

.print.fullform table.fullborder tr {
  width:100%;
}

.headerlogo{
  width:600px;
  display:block;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}
.print.fullform .signatureimage{
  width:300px;
}

tr.empty td{
  border:none;
}

.disclaimer{
  font-size: 10px;
  margin:35px;
}

.showLast {
    display: none;
}

.pLast .showLast {
    display: block;
}

.fullform .content .input:not(.checkbox) label{
  width:275px;
}

.fullform .content .checkbox input{
  width:25px;
}

.fullform .content .input {
  width:-webkit-fill-available;
  margin:0 50px;
}

.fullform .content .input:not(.checkbox) input, .fullform .content .input select{
  
}

.fullform .content .input .checkbox label{
  width:fit-content;
}

.fullform .content .input.checkbox{
  margin:2rem 50px;
}

.fullform .content .input.signature-block {
  margin:25px 50px;
}

.input.signature-block .signature-container{
  display:flex;
  flex-direction: column;
}

.input.signature-block .signature-container button{
  width:fit-content;
  margin-top:10px;
  padding-top: 0px!important;
  padding-right: 10px!important;
  padding-bottom: 20px!important;
  padding-left: 10px!important;
  letter-spacing: 1px;
  border-radius: 0px;
  color:white!important;
}
.input.signature-block .signature-container button:hover{
  background: #31f36e;
  border-color:white;
}

.scheduleoption{
  display:none;
}

.fullform form > legend, .fullform .block legend, .fullform legend{
  background-color:#191942;
  border-color: #191942;
  color:white;
  padding:5px 5px 5px 10px;
  text-transform: uppercase;;
  border-radius:1px;
  margin: 20px 0;
}

.fullform table{
  padding:0 20px;
}

.fullform table th {
  width:275px;
}
.captchablock{
  margin-left:50px;
}
.row .column-responsive {
  padding: 0 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .side-nav a:hover::before, 
  .top-nav a:hover::before 
  /*.top-nav-links div:hover a::before*/
  {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {

  .fullform .content .input.signature-block {
    margin: 5px 10px;
}

  .fullform .content .input {
      width: -webkit-fill-available;
      margin: 0 10px;
  }

  .fullform .content .columncheckbox .input.select .checkbox label {
      width: 100%;
  }

  .fullform .content .input:not(.checkbox) label {
      width: 200px;
  }

  .input:not(.checkbox) input, .input select {
      width: 50%;
  }

  .login .input:not(.checkbox) input, .login .input select{
    width:100%;
  }
  
}

@media screen and (max-width: 740px) {

  .fullform .content .input.signature-block {
    margin: 5px 10px;
    flex-direction: column;
}

  
}
@media screen and (max-width: 640px) {

  .captchablock{
  margin-left:0;
}

  .input.password i{
    font-size:20px;
    position:relative;
    left:0;
    top:-85px;
    width:100%!important;
  }

  .buttonrow{
  flex-direction: column;
}

    .content table td, table th {
        display:table-cell;
    }
    .content table tbody {
        display:contents;
    }
    .content table {
      display:inline-table;
    }
    .main .content .search-wrap .input .checkbox label {
      width:150px;
    }
    /*.row {
      width:fit-content;
    }*/

    .search-wrap .column-50:last-child{
      border-left:0;
    }

    .main .container .content .checkbox input.checkbox {
        width: 25px;
    }

    .content .input:not(.checkbox){
        display:flex;
        flex-direction: column;
        width:-webkit-fill-available;
        width:-moz-available;
        margin:0;
    }
    .center.content .input:not(.checkbox){
		width:-webkit-fill-available;
        width:-moz-available;
        margin:0;
	}
    .content .input:not(.checkbox) *{
        width:100%;
    }
    .button, button, input[type="button"], input[type="reset"], input[type="submit"]{
    	width:100%;
    }
    .top-nav-links a{
		padding: 1rem 2rem 1rem .25rem;
		margin-left:15px;
	}
	.main .container .content .input:not(.checkbox) *{
	    width: auto;
	}
}
@media screen and (max-width: 520px) {


  .container .row .fullform .content *{
    font-size:14px;
  }

  .columncheckbox .input.select fieldset {
    margin-left: 0px;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    
    padding-top: 2px!important;
    padding-right: 10px!important;
    padding-bottom: 20px!important;
    padding-left: 10px!important;
    border-radius: 1px;
}

.main .container .content .input:not(.checkbox) * {
    width:100%;
}
.input.password i{
    left:0;
}
.fullform .content .input.checkbox {
    margin: 0;
}
  
}
.lds-dual-ring {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #111;
  border-color: #111 transparent #111 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  .new-page {
    page-break-before: always;
  }
  .keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}
}
.keep-together {
    page-break-inside: avoid;
}

.break-before {
    page-break-before: always;
}

.break-after {
    page-break-after: always;
}