










/* Join Our Team --------------------------------------- */

.page-id-5492 .page-title {
  font-size: 36px;
  margin-bottom: 0;
  text-align: left;
  padding: 60px 0 0;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 700;
}
.page-id-5492.fullwidth #content .page-title, .jobs-head, .jobs-content, .jobs-application {
  width: 100% !important;
  float: none;
  margin: auto;
  max-width: 768px;
}

.page-id-5492.fullwidth #content-wrapper {
  max-width: 100%;
}
.page-id-5492.fullwidth #post-content {
max-width:100%;
}
.page-id-5492.fullwidth .padder {
  padding: 0px;
  border-radius: 0;
}
.jobs-top {
	padding-bottom: 10px;
}
.jobs-top .intro {
	padding: 20px 0;
}
.jobs-head .job-position, .job-apply .job-position {
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0;
  margin: 0;
  color: #1f31c9 !important;
  letter-spacing: 3px;
  font-size: 24px;
}
.job-apply {
position: relative;
padding: 20px 0;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 25px;
}

.job-apply .job-apply-wrapper {
max-width: 768px;
margin: auto;
}

.job-apply .job-appplication {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}

.job-apply .job-application .form-button-wrap {
  text-align: center;
  float: right;
  margin-top: -60px;
}

.jobs-head .job-notes, .job-apply .job-notes {
	font-style: italic; 
	font-weight: 600;
	font-size: 15px;
	margin: 0;
}

.jobs-head .job-notes span {
	text-decoration: underline;
}

.jobs-content .columns {
	padding: 0 0 30px;
	width:100%;
	margin-right: 0;
}

.jobs-content ul {
	list-style: none;
	
}

.jobs-content ul li {
  position: relative;
  margin: 0 0 10px 20px !important;
  font-size: 16px;
}

.jobs-content ul li:after {
	position: absolute;
	opacity: 1;
	visibility: visible;
	top: 1px;
	left: -14px;
	content: "\f111";
	font-family: "Font Awesome";
	font-size: 7px;
	color: #1f31c9;
}

.jobs-content h3 {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 15px;
}

.job-application .columns {
	padding: 0 0 30px;
}

.job-application .form-button-wrap {
	text-align: center;
}

.job-application .form-button-wrap .button {
	display: inline-block;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: none;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 11px 40px;
    margin: 0;
    font-size: 13.5px;
    line-height: 1;
    cursor: pointer;
    border-radius: 3px;
    max-width: 100%;
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;  
	  float: left;  
}



.job-application .form-button-wrap .button a {
	color: #000 !important;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 25px 5px 0;
  position: relative;
}
.job-application .form-button-wrap .button a::before {
content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #273af1;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.job-application .form-button-wrap .button a:hover::before {
  left: 0;
  right: 0;
}
.job-application .form-button-wrap .button a:after {
  position: absolute;
  content: "\f0a9";
  font-family: 'Font Awesome';
  right: 0;
  top: 0;
  color: #273af1;
}

.job-application.open .form-button-wrap .button a:after  {
content: "\f00d";
}

.job-application.open .form-button-wrap .button a {
color: #888 !important;
}
.job-application.open .form-button-wrap .button a:hover::before {
  left: 50%;
  right: 50%;
}
.form-wrap {
	display: none;
	clear:both;
}

/* Job Application Form Styling */
.form-wrap p {
  font-size: 15px;
  padding-bottom: 0;
}

.page-id-5492 .wpcf7 {
  width: 100%;
  padding: 25px 30px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #f6f6f6;
}

.job-application .wpcf7-form input[type='email'], .job-application .wpcf7-form input[type='text'] {
  max-width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12.5px;
  padding: 10px 10px;
  color: #999;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 0px;
  float: left;
  clear: both;
  margin: 0;
  height: 43px;
}

.job-application .wpcf7-form input {
  border: 1px solid #fff;
  background: #fff;
}
.page-id-5492 .wpcf7-form span.label {
  width: 100%;
  position: relative;
  display: block;
}
.page-id-5492 .wpcf7-form span.wpcf7-form-control-wrap {
	width: 100%;
	position: relative !important;
	display: inline-block;
}

.job-application .wpcf7-form textarea {
  width: 100%;
  line-height: 19px;
  height: 150px;
  resize: vertical;
    border: 1px solid #fff;
  background: #fff;
}

.job-application .wpcf7-form input[type='submit'] {
  background-color: #273af1;
   border: 1px solid #273af1;
  background: #273af1;
}

.page-id-5492 .wpcf7-form input {
	width: 100%
}

.page-id-5492 input[type='checkbox'] {
    background: transparent;
    border: 0;
    width: 4% !important;
}

.page-id-5492 .wpcf7-form input[type="text"] {
	width: 100%;
}

.page-id-5492 .wpcf7-form span.wpcf7-form-control-wrap.contact-method {
	width: 99%;
}

.page-id-5492 .wpcf7-form .text-area span.wpcf7-form-control-wrap {
	width: 99%;
}

@media only screen and (max-width: 640px) {
	.jobs-content .columns {
	    padding: 20px 10px;
	}
	
.page-id-5492 .wpcf7 {
  width: 100%;
  padding: 40px 20px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}		
	.page-id-5492 .wpcf7-form span.label {
	    width: 25%;
	    position: relative;
	    display: inline-block;
	}		
	.page-id-5492 .wpcf7-form span.wpcf7-form-control-wrap {
	    width: 74%;
	    position: relative !important;
	    display: inline-block;
	}	
	.page-id-5492 .newsletter.mobile {
	 display: none !important;
	}
	.page-id-5492 .page-title {
  font-size: 24px;
  padding: 0;
}

}

@media only screen and (max-width: 480px) {
	.page-id-5492 .wpcf7-form span.label {
	    width: 99%;
	    position: relative;
	    display: inline-block;
	}		
	
	.page-id-5492 .wpcf7-form span.wpcf7-form-control-wrap {
	    width: 99%;
	    position: relative !important;
	    display: inline-block;
	}		
}

@media only screen and (max-width: 320px) {
	.page-id-5492 .page-title {
	    font-size: 44px;
	    margin-bottom: 20px;
	    text-align: center;
	    padding: 50px 10px 0px 10px;
	}	
	
	.jobs-top .intro {
	    padding: 0px 10px;
	}
	
	.page-id-5492 .wpcf7 {
	    width: 100%;
	    padding: 35px 10px;
	    margin: 0 auto;
	    border: 1px solid #efefef;
	    border-radius: 3px;
	    -webkit-border-radius: 3px;
	}	
}

@media only screen and (max-width: 800px) {
.page-id-5492.fullwidth #content {
  width: 100% !important;
  padding: 40px;
  box-sizing: border-box;
}
.job-apply .job-application .form-button-wrap {
  text-align: center;
  float: none;
  margin-top: 10px;
}

.page-id-5492 .page-title {
padding-top: 0;
}
.job-apply {
  position: relative;
  padding: 20px 0;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}

.job-application .form-button-wrap .button {
padding: 0;
}
}

