#employment-form {
	max-width: 1000px;
}

.select2 {
	width: 100%;
}

form.jb-form {
  position: relative;
  margin: 20px 0;
  background: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  text-shadow: none;
  font-family: inherit
}

form.jb-form li {
  margin: 0!important;
  width: auto!important;
  background: none!important;
  list-style: none!important;
  list-style-type: none!important;
  list-style-image: none!important;
  clear: both
}

.jb-radio-set .nowrap {
	display: inline-block !important;
	float: none !important;
	width: auto !important;
}
#contactForm input[type="text"],
#contactForm textarea {
	width: 100%;
}
#contactForm .button {
    margin: 15px auto !important;
}
.align-center {
	text-align: center;
}

form.jb-form li:before {
  content: none
}

form.jb-form ul:after,
form.jb-form li:after,
form.jb-form li div:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden
}

.jb-form br {
  display: none
}

form.jb-form .jb-item-instructions br {
  display: inline
}

.jb-form ul,
.entry-content .jb-form ul,
.comment-content .jb-form ul,
.mu_register .jb-form ul,
.jb-form ol,
.entry-content .jb-form ol {
  padding: 0!important;
  background: none!important;
  list-style: none!important;
  list-style-type: none!important;
  list-style-image: none!important;
  font-size: 15px;
  line-height: inherit
}
.jb-form ul + ul {
	margin-top: 30px;
}

.jb-form ul li {
  margin: 0!important;
  background: none!important;
  list-style: none!important;
  list-style-type: none!important;
  list-style-image: none!important
}

.jb-form ul li:before {
  content: none
}

.jb-form li,
.entry-content .jb-form li {
  clear: both;
  margin: 0!important;
  padding: 6px 1% 9px!important;
  width: 64%;
  background: none!important;
  list-style: none!important;
  list-style-type: none!important;
  list-style-image: none!important
}
.jb-form li[class*="jb-left"],
.entry-content .jb-form li[class*="jb-left"] {
	padding-left: 0 !important;
}
.jb-form li[class*="jb-right"],
.entry-content .jb-form li[class*="jb-right"] {
	padding-right: 0 !important;
}

.jb-form li.jb-full {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.jb-form li:before,
.entry-content .jb-form li:before,
.comment-content .jb-form li:before,
.mu_register .jb-form li:before {
  content: none
}

.jb-span, .jb-checkbox-set .nowrap,
.jb-radio-set .nowrap,
.jb-form li div span.jb-span,
.jb-form [class*="jb-span"],
span.jb-full input,
span.jb-full input[type="text"].jb-medium,
span.jb-full select {
  display: block;
  float: left;
  margin: 0;
  width: 100%
}

.jb-checkbox-set .nowrap label,
.jb-checkbox-set .nowrap input,
.jb-radio-set .nowrap label,
.jb-radio-set .nowrap input {
	display: inline-block;
}

.jb-checkbox-set .nowrap label,
.jb-radio-set .nowrap label {
	padding-left: 5px;
}

.jb-form span.jb-left {
  float: left;
  width: 48%
}

.jb-form span.jb-right {
  float: right;
  width: 48%
}

.jb-form span.jb-span ul li {
  list-style: disc
}

.jb-form span.jb-span ol li {
  list-style: decimal
}

.jb-form span.jb-right input,
.jb-form span.jb-right input[type="text"],
.jb-form span.jb-right select,
.jb-form span.jb-left input,
.jb-form span.jb-left input[type="text"],
.jb-form span.jb-left select {
  width: 100%!important
}

.jb-form span.jb-time {
  float: left;
  margin: 0 .3em 0 0
}

.rtl .jb-form span.jb-time {
  float: right;
  margin: 0 0 0 .3em
}

.jb-form li div label,
.jb-form li span label {
  margin: 0;
/*   font-size: 90% */
}

.jb-form fieldset {
  clear: both;
  margin: 15px 0;
  padding: 0;
  border-radius: 3px;
  /*   border: 1px solid #d3d3d3; */
/*   background-color: #eee */
}

.jb-form .jb-legend {
/*
  margin: 5px 14px;
  padding: 0 6px;
*/
  border-bottom: 1px solid #ccc;
  color: #354432;
  font-size: inherit
}

.jb-form .jb-legend h3 {
  margin: 0!important;
  padding: 0!important;
  font-size: 20px;
  line-height: 2.0em
}

.jb-form label,
label.jb-desc {
  display: block;
  margin: 0;
  padding: 0 0 3px 0;
  color: #000
}

label.jb-desc {
  font-weight: bold
}

.jb-form.left-label .jb-desc,
.jb-form.right-label .jb-desc {
  float: left;
  margin: 0 15px 0 0;
  width: 20%
}

.jb-form.right-label .jb-desc {
  padding-top: 2px;
  text-align: right
}

.jb-form li div {
  margin: 0;
  padding: 0
}

.jb-form.left-label li div,
.jb-form.right-label li div {
  float: left;
  width: 65%
}

.jb-form label.jb-choice {
  margin: -16px 0 0 23px;
  padding: 0 0 5px;
  width: 88%;
  font-size: 100%;
  line-height: 150%
}

.rtl .jb-form label.jb-choice {
  margin: -16px 23px 0 0
}

.jb-form label .jb-required-asterisk {
  margin: 0;
  padding: 0;
  color: #bc1212;
  vertical-align: baseline;
  font-weight: bold
}

input.jb-text,
input[type="text"].jb-text,
input[type="tel"].jb-text,
input[type="email"].jb-text,
input[type="url"].jb-text,
textarea.jb-textarea {
  padding: 3px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
/*   background: none repeat scroll 0 0 #fafafa; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s
}

input.jb-text:focus,
input[type="text"].jb-text:focus,
input[type="tel"].jb-text:focus,
input[type="email"].jb-text:focus,
input[type="url"].jb-text:focus,
textarea.jb-textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 0px 1px rgba(0,0,0,.2), 0 0 8px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 0px 1px rgba(0,0,0,.2), 0 0 8px rgba(0,0,0,.2);
  box-shadow: inset 0 0px 1px rgba(0,0,0,.2), 0 0 8px rgba(0,0,0,.2)
}

input.jb-text.error:focus,
input[type="text"].jb-text.error:focus,
input[type="tel"].jb-text.error:focus,
input[type="email"].jb-text.error:focus,
input[type="url"].jb-text.error:focus,
textarea.jb-textarea.error:focus,
input.jb-text:required:focus,
input[type="text"].jb-text:required:focus,
input[type="tel"].jb-text:required:focus,
input[type="email"].jb-text:required:focus,
input[type="url"].jb-text:required:focus,
textarea.jb-textarea:required:focus {
  border-color: rgba(214,10,14,.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(214,10,14,.3), 0 0 8px rgba(237,99,115,0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(214,10,14,.3), 0 0 8px rgba(237,99,115,0.5);
  box-shadow: inset 0 1px 1px rgba(214,10,14,.3), 0 0 8px rgba(237,99,115,0.5)
  cursor: help;
}

input.jb-text,
input[type="text"].jb-text,
input[type="tel"].jb-text,
input[type="email"].jb-text,
input[type="url"].jb-text,
textarea.jb-textarea,
select.jb-select {
  margin: 0 0 5px 0;
  height: auto;
  color: #373737;
  font-size: 100%;
  font-family: inherit;
  line-height: normal
}

input.jb-text,
input[type="text"].jb-text,
input[type="tel"].jb-text,
input[type="email"].jb-text,
input[type="url"].jb-text,
textarea.jb-textarea {
	padding: 5px 8px;
}

select.jb-select {
  padding: 1px 0 0
}

input.jb-small,
input[type="text"].jb-small,
input[type="tel"].jb-small,
input[type="email"].jb-small,
input[type="url"].jb-small,
select.jb-small {
  width: 25%
}

input.jb-medium,
input[type="text"].jb-medium,
input[type="tel"].jb-medium,
input[type="email"].jb-medium,
input[type="url"].jb-medium,
select.jb-medium {
  width: 50%
}

input.jb-large,
input[type="text"].jb-large,
input[type="tel"].jb-large,
input[type="email"].jb-large,
input[type="url"].jb-large,
select.jb-large,
textarea.jb-textarea {
  width: 100%
}

input[type="file"].jb-small,
input[type="file"].jb-medium,
input[type="file"].jb-large {
  height: auto;
  line-height: normal
}

textarea {
	width: 100%;
}

textarea.jb-medium {
  height: 3em
}

textarea.jb-large {
  height: 5em
}

.jb-submit,
input[type="submit"].jb-submit {
  font-size: 1.1em
}

input.jb-checkbox,
input[type="checkbox"].jb-checkbox,
input.jb-radio,
input[type="radio"].jb-radio {
  display: block;
  margin: 4px 0 0;
  width: 13px;
  height: 13px;
  font-size: 1.1em
}

input.jb-other,
input[type="text"].jb-other {
  margin: 0 0 8px 25px
}

.jb-form li.jb-two-column div span,
.jb-form li.jb-three-column div span,
.jb-form li.jb-auto-column div span {
  margin: 0 5px 0 0;
  width: 46%
}

.jb-form li.jb-three-column div span {
  width: 30%
}

.jb-form li.jb-auto-column div span {
  width: auto
}

.jb-form li.jb-left-half,
.jb-form li.jb-left-third,
.jb-form li.jb-left-two-thirds {
  float: left;
  clear: left
}

.jb-form li.jb-right-half,
.jb-form li.jb-right-third,
.jb-form li.jb-right-two-thirds {
  float: right;
  clear: none
}

.jb-form li.jb-middle-third {
  float: left;
  clear: none;
  margin-left: 2%
}

.jb-form li.jb-left-half,
.jb-form li.jb-right-half {
  width: 50% !important
}

.jb-form li.jb-left-third,
.jb-form li.jb-middle-third,
.jb-form li.jb-right-third {
  width: 33.33%!important
}

.jb-form li.jb-quarter {
  width: 25%!important;
  float: left;
  clear: none;
}

.jb-form li.jb-quarter.first {
	clear: left;
}

.jb-form li.jb-left-two-thirds,
.jb-form li.jb-right-two-thirds {
  width: 66.66% !important;
}

li.jb-left-half .jb-small,
li.jb-left-half .jb-medium,
li.jb-left-half .jb-large,
li.jb-right-half .jb-small,
li.jb-right-half .jb-medium,
li.jb-right-half .jb-large,
li.jb-left-third .jb-small,
li.jb-left-third .jb-medium,
li.jb-left-third .jb-large,
li.jb-middle-third .jb-small,
li.jb-middle-third .jb-medium,
li.jb-middle-third .jb-large,
li.jb-right-third .jb-small,
li.jb-right-third .jb-medium,
li.jb-right-third .jb-large,
li.jb-quarter .jb-small,
li.jb-quarter .jb-medium,
li.jb-quarter .jb-large,
.jb-form li.jb-left-two-thirds .jb-small,
.jb-form li.jb-left-two-thirds .jb-medium,
.jb-form li.jb-left-two-thirds .jb-large,
.jb-form li.jb-right-two-thirds .jb-small,
.jb-form li.jb-right-two-thirds .jb-medium,
.jb-form li.jb-right-two-thirds .jb-large {
  width: 100%
}

label.jb-error {
  color: red;
  font-weight: bold;
  font-size: 90%
}

input.jb-error,
input.jb-text.jb-error,
input[type="text"].jb-text.jb-error,
input[type="tel"].jb-text.jb-error,
input[type="email"].jb-text.jb-error,
input[type="url"].jb-text.jb-error,
select.jb-error,
textarea.jb-error,
textarea.jb-textarea.jb-error,
{
  border: 1px solid red
}

.jb-radio-set.jb-two-column.inline div span {
	float: none;
	display: inline-block;
	width: auto;
}

.jb-radio-set.jb-two-column.inline div span + span {
	padding-left: 10px;
}

.inline input[type="text"] {
	display: inline-block !important;
}

.g-recaptcha {
	display: inline-block;
}

.add-name {
	display: inline-block;
	font-size: 20px;
	padding-top: 3px !important;
	float: left;
	cursor: pointer;
}
.add-name:after {
	display: none;
}
.add-name:before {
	font-family:"Font Awesome 5 Pro";
	color: #636466;
}
.add-name.plus:before {
	content: "\f300";
}
.add-name.minus:before {
	content: "\f2ee";
	font-weight: bold;
}

p#form_success,
.jb-form-success {
  color: green;
  font-weight: bold
}

#ui-datepicker-div {
  display: none;
  font-size: 12px
}

.jb-item-instructions {
  border-radius: 3px;
  background-color: #e3e3e3
}

.jb-item-instructions ul,
.jb-item-instructions ul li {
  padding-bottom: 0;
  list-style: disc
}

.jb-item-instructions ol,
.jb-item-instructions ol li {
  padding-bottom: 0;
  list-style: decimal
}

.jb-section-div {
  float: left;
  margin: 10px 0;
  padding: 10px;
  width: 97%;
  border-radius: 3px;
  background-color: #d4d4d4
}

.jb-form .jb-section-div h4 {
  margin: 0!important;
  padding: 0!important;
  border-bottom: 1px solid #bababa;
  font-size: 16px;
  line-height: inherit
}

.jb-section li .jb-section {
	margin: 0 !important;
}

.jb-clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0
}

.jb-conditional-hide {
  display: none
}

input[type="file"] {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.jb-item-file-upload .table {
	margin-top: 10px;
}

.jb-item-file-upload .table > .cell:first-child {
	width: 135px;
}

.jb-form li[class*="jb-left"] + li[class*="jb-left"],
.jb-form li[class*="jb-quarter"] + li[class*="jb-left"] {
	clear: none !important;
}

.jb-form li[class*="jb-left"].clear-left,
.jb-form li[class*="jb-left"] + li[class*="jb-left"].clear-left {
	clear: left !important;
}

small {
	font-size: 80%;
}

.border {
	border: 1px solid #ccc;
}

.button-contain {
	padding: 14px 0px;
}

.jb-section.ref-info {
	padding-left: 10px !important;
	position: relative;
}

.jb-section.ref-info:before{
	content: attr(data-num)'.';
	display: inline-block;
	position: absolute;
	top: 35px;
  left: 3px;
}

.captcha-container {
	text-align: center;
  padding: 20px 0 0 0;
}

.captcha-container > .g-recaptcha {
	display: inline-block;
}

#error.form-error {
	color: #ff0000;
	padding-top: 20px;
}

@media screen and (max-width: 560px) {
  #jb-form-1 .jb-item:not(.hide) {
	  display: block !important;
	  width: 100% !important;
  }
  
  #jb-form-1 .friends-family > .jb-radio-set.inline{
	  width: 90% !important;
  }
  #jb-form-1 .friends-family > .jb-radio-set.inline + .jb-item {
	  width: 8% !important;
  }
  #captcha {
	  float: none !important;
	  display: inline-block;
  }
  
  #captcha + .btn.dark {
	  float:none !important;
	  display: inline-block;
	  margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
	.jb-form li.jb-item {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 480px) {
  .jb-form .jb-legend h3 {
	  font-size: 20px;
		line-height: 25px;
		padding: 10px 0!important;
  }
  
  #jb-form-1 .jb-span {
	  display: block;
	  width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .jb-item-file-upload .table > .cell {
	  display: block;
	  width: 100%;
	  height: auto;
  }
}


.show-time {
	position: fixed;
	display: block;
	width: 350px;
	height: calc(100% - 105px);
	top:88px;
	left: 0;
	font-size: 12px;
	background-color: #FFF;
	padding: 20px;
	overflow: auto;
}