#register-instructions {
}
.checkgroup {
    display:inline-block;
}
fieldset {
    border: 0;
    border-top: 1px solid #004a8f;
    margin: 30px 0;
    position: relative;
    padding: 35px 5px 5px 5px;
}
fieldset legend {
    position: absolute;
    top: 5px;
    font-size: 14px;
    font-weight: 700;
}
input[type='text'],
input[type='password'] {
    font-size: 13px;
    width: 200px;
}
label {
    font-size: 13px;
    width: 180px;
    display: inline-block;
    margin: 5px 0;
}
ul.no-restrict label {
    width: 100%;
}
#register-instructions {
    padding: 0;
}
#register-form {
    margin: 10px 0 10px 0;
}
span.required {
    color: #790707;
    font-size: 13px;
}
.iti-flag {
    background-image: url(../images/flags.png);
}
input.input-sm {
    width: 50px;
}
input.input-md {
    width: 200px;
}
input.input-lg {
    width: 350px;
}
.tr_hide {
    display:none;
}
input[name="txtPermPhoneArea"],
input[name="txtPermPhone1"],
input[name="txtPermPhone2"],
input[name="txtcellPhoneArea"],
input[name="txtcellPhone1"],
input[name="txtcellPhone2"],
input[name="txtFamilyPhoneArea"],
input[name="txtFamilyPhone1"],
input[name="txtFamilyPhone2"] {
    width: 50px;
}
#credDisplay {
    padding-left: 5%;
}
.red-alert {
    color: #D70005;
}
@charset "utf-8";

input,
textarea,
select,
button,
label {
  margin: 0;
  font-size: 13px;
  //font-family: Verdana, arial, Helvetica, 'Times New Roman';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-focus-inner {
  padding: 0 !important;
  border: 0 !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type="tel"],
input[type="number"],
textarea {
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 3px;
  height: 29px;
  color: #666666;
  background: #fcfcfc;
  border: 1px solid #c6c6c6;
  border-top-color: #b6b6b6;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.6); 
  min-width: 32%;}
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=url]:focus,
  input[type=search]:focus,
  input[type=password]:focus,
  textarea:focus {
    color: #404040;
    background: white;
    border-color: #6e9ef7;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(110, 158, 247, 0.5);
    box-shadow: 0 0 2px rgba(110, 158, 247, 0.5); }

textarea {
  padding: 4px 7px;
  height: 67px;
  line-height: 19px;
  overflow: auto;
  resize: auto;
    width: 100%; }

.lt-ie9 input {
  line-height: 27px; }
  
/*input[type="submit"],*/
input[type=reset],
input[type=button] {
  display: inline-block;
  /* height: 32px; */
  line-height: 1;
  padding: 8px 12px;
  font-size: 27px;
  color: #FFF;
  text-align: center;
  /* text-shadow: 0 1px rgba(255, 255, 255, 0.8); */
  background: #f1f1f1;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #ccc #c5c5c5 #bbb;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
  -webkit-box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
}
  
  input[type=reset]:hover,
  input[type=button]:hover {
    color: #555;
    background-color: #f6f6f6; }
  
  
    input[name^="txtPermPhone"] {
        min-width: 0%;
    }
    input[name^="txtcellPhone"] {
        min-width: 0%;
    }
    input[name^="txtcellPhoneArea"] {
        min-width: 0%;
    }
    input[name^="txtcellPhone1"] {
        min-width: 0%;
    }
    input[name^="txtcellPhone2"] {
        min-width: 0%;
    }
  input[type=reset]:focus,
  input[type=reset].focus,
  input[type=button]:focus,
  input[type=button].focus {
    border-color: #6e9ef7;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(110, 158, 247, 0.5);
    box-shadow: 0 0 2px rgba(110, 158, 247, 0.5); }

  input[type=reset]:active,
  input[type=reset].active,
  input[type=button]:active,
  input[type=button].active {
    color: #fafafa;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    background: #6b6b6b;
    border-color: #383838 #595959 #777;
    background-image: -webkit-linear-gradient(top, #717171, #9a9a9a);
    background-image: -moz-linear-gradient(top, #717171, #9a9a9a);
    background-image: -o-linear-gradient(top, #717171, #9a9a9a);
    background-image: linear-gradient(to bottom, #717171, #9a9a9a);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 1px rgba(255, 255, 255, 0.8); }

select {
	font-family: Verdana, arial, Helvetica, 'Times New Roman';
    /*height: 29px;*/
    line-height: 17px;
    margin: 0;
    padding: 4px;
    color: #555;
	background: #f1f1f1;
	border: 1px solid;
	border-color: #ccc #c5c5c5 #bbb;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.05));
	-webkit-box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px #fcfcfc, 0 1px 1px rgba(0, 0, 0, 0.05);
	}
select option {
    text-shadow: none; }
input[type="password"] {
    min-width: 0;
    width: 200px;
}
#RedAlert {
  position: relative;
  line-height: 29px;
  padding: 0 10px;
  color: #5f5145;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fde2c1;
  border: 1px solid #e8c6a0;
  border-bottom-color: #d5b594;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #feebd1, #fad6ab);
  background-image: -moz-linear-gradient(top, #feebd1, #fad6ab);
  background-image: -o-linear-gradient(top, #feebd1, #fad6ab);
  background-image: linear-gradient(to bottom, #feebd1, #fad6ab);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05); }

#GreenAlert {
  position: relative;
  line-height: 29px;
  padding: 0 10px;
  color: #465a6b;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #d1ecfe;
  border: 1px solid #e8c6a0;
  border-bottom-color: #d5b594;
  border-color: #a0c9f5 #95bfe5 #91b6dd;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: -moz-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: -o-linear-gradient(top, #dff2fe, #b0dcfe);
  background-image: linear-gradient(to bottom, #dff2fe, #b0dcfe);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.05); }
  select {
  font-size: 13px;
  margin-bottom: 10px;
/*  width: 32%;*/
      height: 32px;
}
label {
  line-height: 1.8em;
  font-size: 0.9em;
  width: 31%;
  max-width: 250px;
}
.submit {
    background: #333;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100%;
    padding: 6px;
    font-weight: bold;
    font-size: 4.0vw;
    letter-spacing: -1px;
    text-align: center;
    
    margin: 20px 0;

    cursor: pointer;
    cursor: hand;
    
    box-shadow: 0 5px 0 #717c7d;
}
.submit[disabled] {
    background: #B1B9B7;
    box-shadow: 0 0 0 #000;
}
input[type='submit'] {
  -webkit-appearance: none;
    cursor: hand;
    cursor: pointer;
}
input[type='tel'] {
}
.entryyear {
  width: 92px;
}
.date {
  width: 10% !important;
}
input.validate-failed, input.validate-failed:focus,
select.validate-failed, select.validate-failed:focus
textarea.validate-failed, textarea.validate-failed:focus {
    border: 1px solid #c00;
    box-shadow: 0 0 10px #c00;
    outline: none;
}   
@media (max-width: 480px) {
  .submit {
    font-size: 15px;
      padding: 10px;  
  }
}
@media (min-width: 820px) {
  .submit {
    font-size: 30px;
  }
}

ul.no-style,
ul.todo-list {
    padding: 0;

    list-style-type: none;
}
.todo-list .col {
    margin: 0;
}
.todo-list label.checkbox {
    font-size: 13px;
    line-height: 27px;

    position: relative;

    display: block;

    margin-bottom: 4px;
    padding-left: 27px;

    cursor: pointer;

    color: #404040;
    
    max-width: 100%;
}
.todo-list label.checkbox [type='checkbox'] {
    position: absolute;
    left: -9999px;
}
.todo-list label.checkbox input + i {
    position: absolute;
    top: 5px;
    left: 0;

    display: block;

    box-sizing: border-box;
    width: 16px;
    height: 16px;

    -webkit-transition: border-color .3s;
       -moz-transition: border-color .3s;
        -ms-transition: border-color .3s;
         -o-transition: border-color .3s;
            transition: border-color .3s;

    border-width: 2px;
    border-style: solid;
    border-color: #b4b4b4;
    outline: none;
    background: #fff;
}
.todo-list label.checkbox input + i:after {
    font: normal 12px/16px FontAwesome !important;

    position: absolute;
    top: -1px;
    left: -2px;

    width: 15px;
    height: 15px;

    content: '\f00c';
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
        -ms-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
    text-align: center;

    opacity: 0;
    color: #c00;
}
.todo-list label.checkbox input:checked + i:after {
    opacity: 1;
}
.todo-list label.checkbox input:checked + i {
    border-color: #c00;
}
.todo-list > li {
    margin: 15px 0;
    padding: 0 15px;
}
.todo-list > li:not(:last-child) {
    border-bottom: 1px solid lightgray;
}
.todo-list-wrapper {
    margin: 0;
}
.todo-list-item > label.checkbox {
    width: 100% !important;
}
.todo-list-item b {
    display: inline-block;

    width: 250px;
}
.todo-list-item-content {
    color: #c00;
}
.progress {
    width: 140px;
    display: inline-block;
    margin: 0 5px;
    border-radius:10px;
    border: 1px solid lightgray;
}
.progress-bar {
    height:16px;
    border-radius: 10px;
    text-align:center;
}
.progress-bar-danger {
    background-color: #de4747;
    border: 1px solid #de4747;
}
.progress-bar-warning {
    background-color: #e89e53;
    border: 1px solid #e89e53;
}
.progress-bar-success {
    background-color: #8EE853;
    border: 1px solid #8EE853;    
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}
.popover > .arrow {
    border-width: 11px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.next-prev-bar div {
    width: 120px;
    height: 42px;
}
.next-prev-bar .next {
    float: right;
}
.next-prev-bar .prev {
    float: left;
}
.next-prev-bar button {
    font-size: 20px;

    cursor: pointer;
    cursor: hand;

    color: #fff;
    outline: none;
    background: #363839;
    border: 0;
    
    padding: 9px 0;
    width: 120px;
    
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.next-prev-bar button:hover,
.next-prev-bar button:focus {
    background-color: #263e8f;
}
.next-prev-bar button i {
    margin: 0 5px;

    color: #fff;
}
input#UAddressLine5 {
    width: 66px !important;
    min-width: 0;
}
.validate-requirements {
	list-style-type: none;
	margin: 0 0 15px 0;
}
.validate-requirements li {
    color: red;
}
.validate-requirements li.validate-passed {
    color: green;
}
.validate-requirements li:before {
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.validate-requirements li.validate-passed:before {
	content: "\f058";
}
.validate-requirements li:before {
	content: "\f057";
}
.auto-width {
    width: auto !important;  
    max-width: 100%;
}
.no-shadow {
   box-shadow: 0 0 0 rgba(0,0,0,0); 
   padding-top:45px;  
}
.no-shadow2 {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}