* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans' !important;
}
*:before {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fa {
  font-family: 'FontAwesome' !important;
}
::-moz-focus-inner {
  border: 0;
  outline: none;
}
html,
body {
  height: 100%;
}
html.over,
body.over {
  overflow: hidden;
}
body {
  color: #66696a;
  font-weight: 300;
  font-size: 15px;
  background: #cfe2ea;
}
a {
  color: #006e9b;
  text-decoration: none;
}
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #006e9b;
}
p {
  margin: 0 0 15px;
  line-height: 24px;
}
h2 {
  font-weight: 700;
  font-size: 21px;
  color: #006e9b;
  margin: 0 0 15px 0;
}
h3 {
  font-weight: 700;
  font-size: 16px;
  color: #66696a;
  margin: 0 0 15px 0;
}
h3.primary {
  color: #006e9b;
}
.caption {
  margin: 12px 0 0 0;
  font-size: 15px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  text-align: center;
}
#breadcrumbs {
  list-style: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#breadcrumbs .separator {
  color: #66696a;
}
.fa-ul {
  margin-left: 22px;
}
.fa-ul li {
  margin: 5px 0;
}
.fa-ul li .fa-li {
  width: 12px;
  left: -22px;
  top: 5px;
}
.fa-ul li .fa-li.fa {
  color: #006e9b;
}
#wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  background: #fff;
  margin: 50px 0;
}
#head {
  border-radius: 4px 4px 0 0;
  background: #006e9b;
  overflow: hidden;
}
#head .logo {
  float: left;
  width: 300px;
  padding: 10px 0;
  display: block;
  background: #fff;
}
#head .logo img {
  display: block;
  margin: 0 auto;
  height: 60px;
}
@media (max-width: 992px) {
  #head .logo {
    width: auto;
    padding: 10px 0 10px 25px;
  }
}
#head .phone {
  font-size: 32px;
  margin: 0 0 0 300px;
  line-height: 80px;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 300;
}
#head .phone a {
  color: #fff;
}
@media (max-width: 992px) {
  #head .phone span {
    display: none;
  }
}
#head .phone strong {
  font-weight: 700;
}
#head .phone i {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  top: 0;
  width: 80px;
  background: #6eb824;
  line-height: 80px;
  text-align: center;
  margin: 0 5px 0 0;
}
@media (max-width: 992px) {
  #head .phone i {
    display: block;
  }
}
@media (max-width: 992px) {
  #head .phone {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    padding-left: 91px;
    fonz-size: 36px;
    margin: 0;
    background: #006e9b;
  }
}
@media (max-width: 768px) {
  #head .phone {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  #head .phone {
    font-size: 30px;
  }
}
#head .expand {
  color: #fff;
  height: 80px;
  display: none;
  float: right;
  cursor: pointer;
  padding: 0 25px;
  background: #3c4144;
}
#head .expand i {
  line-height: 80px;
  font-size: 1.2em;
  position: relative;
  bottom: -1px;
}
@media (max-width: 992px) {
  #head .expand {
    display: block;
  }
}
@media (max-width: 992px) {
  #head {
    background: #fff;
  }
}
#nav {
  display: block;
  background: #3c4144;
  padding: 20px 0;
}
#nav ul {
  width: 100%;
  text-align: center;
}
#nav ul li {
  display: inline-block;
  margin: 0 20px;
}
#nav ul li:first-child {
  margin-left: 0;
}
#nav ul li:last-child {
  margin-right: 0;
}
#nav ul li a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 992px) {
  #nav ul li a {
    font-size: 16px;
    line-height: 34px;
  }
}
#nav ul li.current_page_item a {
  color: #006e9b;
}
@media (max-width: 992px) {
  #nav ul li {
    margin: 0;
    display: block;
  }
}
@media (max-width: 992px) {
  #nav {
    display: none;
  }
}
#headline {
  text-align: center;
  background: #edfaff;
  width: 100%;
  padding: 35px 0;
}
#headline h1 {
  font-weight: 700;
  color: #006e9b;
  font-size: 36px;
}
@media (max-width: 992px) {
  #headline h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #headline h1 {
    font-size: 21px;
  }
}
#headline span {
  display: block;
  font-weight: 300;
  color: #6eb824;
  font-size: 28px;
}
@media (max-width: 992px) {
  #headline span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #headline span {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  #headline {
    padding: 23px 0;
  }
}
@media (max-width: 768px) {
  #headline {
    padding: 18px 0;
  }
}
#content {
  padding: 20px 25px 40px 25px;
}
@media (max-width: 992px) {
  #content {
    padding: 25px;
  }
}
main ul {
  margin-bottom: 20px;
}
main ul li {
  list-style: inside none disc;
  margin-bottom: 5px;
}
#above .image {
  margin-bottom: 40px;
}
#above .image img {
  display: block;
  width: 100%;
}
#above .box {
  margin-bottom: 40px;
}
aside hr {
  border: 0;
  width: 170px;
  height: 1px;
  background: #dedede;
  margin: 30px 0;
}
#foot {
  width: 100%;
  background: #f4f4f4;
  border-top: 1px solid #dedede;
  padding: 40px 25px;
}
#foot .box {
  font-weight: normal;
  margin: 0 0 30px 0;
  font-size: 14px;
}
#foot .box p {
  line-height: 22px;
}
#foot .copy {
  width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
}
#foot .copy span {
  color: #006e9b;
}
#foot nav ul {
  width: 100%;
  text-align: center;
}
#foot nav ul li {
  margin: 0 10px;
  display: inline-block;
}
#foot nav ul li a {
  line-height: 24px;
  color: #66696a;
}
#foot nav ul li a:hover {
  color: #006e9b;
}
#respond {
  position: relative;
  margin-bottom: 30px;
}
#respond textarea {
  border: 1px solid #dedede;
  width: 100%;
  resize: vertical;
  padding: 15px;
}
#respond #submit {
  z-index: 1;
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #fff;
  padding: 0 25px;
  font-weight: 400;
  border: 0;
  display: block;
  line-height: 40px;
  background: #006e9b;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#respond .form-submit {
  margin: 0;
}
#respond .comment-notes,
#respond .form-allowed-tags {
  display: none;
}
#respond .left {
  width: 49%;
  float: left;
  background: none;
  margin-bottom: 15px;
}
#respond .right {
  width: 49%;
  float: right;
  background: none;
  margin-bottom: 15px;
}
#respond .comment-form-comment label {
  display: none;
}
#commentform input {
  padding: 11px 15px;
  background: none;
  border: 1px solid #dedede;
}
#comments {
  margin: 40px 0 20px 0;
}
#comments ul li {
  margin: 20px 0;
  position: relative;
  border-bottom: 1px solid #dedede;
  list-style: none;
}
#comments ul ul {
  margin: 0 0 0 40px;
}
#comments .info {
  line-height: 42px;
  overflow: hidden;
  margin: 0 0 20px 0;
}
#comments .info img {
  float: left;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#comments .info .author {
  display: block;
  float: left;
  margin: 0 0 0 20px;
}
#comments .info .author span {
  color: #006e9b;
}
#comments .text {
  position: relative;
  padding: 15px 0 25px 0;
}
#comments .reply {
  font-size: 13px;
  position: absolute;
  right: 0;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  bottom: 15px;
}
#comments .reply a {
  color: #66696a;
}
#comments small {
  font-size: 14px;
}
#single .image {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
#single .meta img {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 20px 0 0;
}
#single .meta .name {
  float: left;
  line-height: 50px;
  color: #006e9b;
}
#single .meta .date {
  float: right;
  line-height: 50px;
}
#single .title {
  margin: 30px 0 20px 0;
}
#single .title h1 {
  font-size: 24px;
  font-weight: 400;
}
.job_filters {
  background: #f4f4f4;
  border: 1px solid #dedede;
}
.job_filters .search_jobs {
  padding: 15px 20px;
}
.job_filters .search_jobs input {
  background: #fff;
  border: 1px solid #dedede;
  padding: 8px 12px;
}
.job_filters .job_types {
  background: #f4f4f4;
  border-top: 1px solid #dedede;
  padding: 10px 20px;
}
.job_filters .job_types li {
  border: 0;
  padding: 0;
  list-style: none;
  margin: 0 15px 0 0;
}
.job_filters .job_types input[type="checkbox"] {
  position: relative;
  bottom: -2px;
  right: -1px;
  display: inline-block;
  margin: 0 5px 0 0;
}
.job_filters .showing_jobs {
  padding: 10px 20px;
  background: none;
}
.rp4wp-related-job_listing > ul li.job_listing.no_job_listings_found,
.rp4wp-related-job_listing > ul li.no_job_listings_found.no_job_listings_found,
ul.job_listings li.job_listing.no_job_listings_found,
ul.job_listings li.no_job_listings_found.no_job_listings_found {
  border-bottom: 1px solid #dedede;
  padding: 20px;
}
.job_description {
  border-top: 1px solid #dedede;
  padding: 30px 0 0 0;
  margin: 25px 0 30px 0;
}
.single_job_listing .company {
  display: none;
}
.job-manager-application-wrapper .application .application_details,
.single_job_listing .application .application_details {
  background: #f4f4f4;
  border: 1px solid #dedede;
  box-shadow: none;
}
.job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button {
  display: table;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background: #006e9b;
  color: #fff;
  margin: 0;
  line-height: 42px;
}
