/*
Theme Name: The Recruitment Alternative
Theme URI: http://therecruitmentalternative.com.au/
Author: Josh Kohlbach
Author URI: http://rymera.com.au
Description: Custom WordPress theme for The Recruitment Alternative
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: recruitalt
Domain Path: /languages/
*/
/* Misc Variables */
/* Colors */
/* Fonts */
body {
  border-top: 5px solid #2467a1;
  color: #302f2f;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: justify;
  line-height: 200%;
}
/* Site width */
.site {
  width: 100%;
}
.wrap {
  max-width: 1138px;
  margin: 0 auto;
}
/* Links */
a {
  color: #fc6432;
}
a:visited {
  color: #fc6432;
}
a:hover,
a:focus,
a:active {
  color: #e35b2d;
}
p {
  line-height: 200%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-align: left;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #21629c;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 25px;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.alignnone {
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.noborder {
  border: none !important;
}
#secondary .alignleft,
#secondary .alignright,
#secondary .aligncenter,
#secondary .alignnone {
  border: none;
}
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */

}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/* =Header
----------------------------------------------- */
#site-branding {
  padding-top: 5px;
}
#site-top-side {
  text-align: right;
  padding-top: 8px;
  padding-bottom: 5px;
  color: #2467a1;
}
#site-top-side #country-switcher {
  display: inline-block;
  padding-right: 30px;
}
#site-top-side #country-switcher select {
  padding: 2px 30px 2px 5px;
}
#site-top-side #top-email {
  font-size: 16pt;
  font-weight: 600;
  background: transparent url('images/icon-email.png') no-repeat left center;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  color: #2467a1;
}
#site-top-side #top-phone {
  font-size: 24pt;
  font-weight: 600;
  line-height: 140%;
}
/* =Site Search
----------------------------------------------- */
#site-search {
  text-align: right;
}
#site-search form {
  float: right;
  width: 270px;
  height: 45px;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0) url('images/site-search-bg.png') no-repeat right 3px;
  padding-top: 12px;
  padding-right: 10px;
}
#site-search form input[type="text"] {
  background-color: #EFF5FA;
  border: 1px solid #D5D5D5;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1) inset;
  color: #302F2F;
  font-size: 10pt;
  line-height: 150%;
  font-weight: 400;
  padding: 4px 2px 2px 8px;
  border-radius: 3px;
}
#site-search form input[type="text"]::-webkit-input-placeholder {
  color: #302f2f;
}
#site-search form input[type="text"]:-moz-placeholder {
  color: #302f2f;
}
#site-search form input[type="text"]::-moz-placeholder {
  color: #302f2f;
}
#site-search form input[type="text"]:-ms-input-placeholder {
  color: #302f2f;
}
#site-search form button[type="submit"] {
  background: transparent url('images/icon-search-button.png') no-repeat center top;
  border: none;
  text-indent: -9999px;
  width: 30px;
  height: 38px;
  padding: 0;
  font-size: 0px;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation .menu {
  background: #2467a1;
  height: 54px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 54px;
}
.main-navigation ul li {
  float: left;
  position: relative;
}
.main-navigation ul li a {
  background: #2467a1;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  padding: 17px 25px;
  font-size: 16px;
  line-height: 20px;
}
.main-navigation ul li a:hover {
  background-color: #2d73af;
}
.main-navigation ul li ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 54px;
  z-index: 99999;
  background: #2d73af;
  height: auto;
  width: auto;
  white-space: nowrap;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 999;
}
.main-navigation ul li ul li {
  width: 100%;
  padding: 0;
}
.main-navigation ul li ul li a {
  background: #2d73af;
  padding: 5px 27px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  display: block;
}
.main-navigation ul li ul li a:hover {
  background: #fc6432;
}
.main-navigation ul li ul li ul {
  left: 100%;
  top: 0;
}
.main-navigation ul li:hover ul {
  display: block;
}
.main-navigation ul li.icon-home a {
  background: #2467a1 url('images/icon-home.png') no-repeat center center;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  padding: 27px 30px;
}
.main-navigation ul li.icon-home a:hover {
  background-color: #2d73af;
}
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-item a {
  background-color: #fc6432;
}
.main-navigation ul li.current_page_item a:hover,
.main-navigation ul li.current-menu-item a:hover {
  background-color: #fc6432;
}
.main-navigation ul li.current_page_item ul li a,
.main-navigation ul li.current-menu-item ul li a {
  background: #2d73af;
}
.main-navigation ul li.current_page_item ul li a:hover,
.main-navigation ul li.current-menu-item ul li a:hover {
  background: #fc6432;
}
/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
  }
  .main-navigation ul {
    display: none;
  }
}
/* =LayerSlider
----------------------------------------------- */
.ls-wp-fullwidth-container {
  border-bottom: none;
  margin-bottom: 0em;
}
/* =Content
----------------------------------------------- */
#content-container {
  background: transparent url('images/content-bg.jpg') repeat left top;
  overflow: hidden;
  padding-bottom: 30px;
}
#floating-icons {
  display: none;
}
@media (min-width: 1300px) {
  #floating-icons {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 245px;
    margin-left: 1138px;
	width: 85px;
  }
  #floating-icons img {
    margin-bottom: 15px;
  }
  .logged-in #floating-icons {
    top: 280px;
  }
}
#top-banner-standard {
  height: 130px;
  background: #f7f7f7;
  margin: 1em 0;
  padding: 40px 0 20px 0;
  font-size: 23pt;
  font-weight: normal;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #2467a1;
}
#top-banner-standard .orangetext {
  font-weight: 600;
}
#top-banner-standard .top-banner-button-container {
  text-align: right;
  margin-top: -15px;
}
#top-banner-standard .top-banner-button-container a {
  display: inline-block;
}
#top-banner-standard .top-banner-button-container a img.top-banner-button {
  display: inline-block;
  margin-right: 10px;
}
#top-banner-standard .top-banner-button-container a img.top-banner-button:last-child {
  margin-right: 0;
}
.orangetext {
  color: #fc6432;
}
.biggerorangetext {
  font-weight: 600;
  font-size: 125%;
  color: #fc6432;
}
.bluetextsmaller {
  color: #2467a1;
  font-size: 75%;
}
.bluetext {
  color: #2467a1;
}
.boldtext {
  font-weight: 600;
}
.textsmaller {
  font-size: 75%;
}
#secondary .ls-container p {
  text-align: center;
  line-height: 150%;
}
#secondary .ls-container blockquote {
  max-width: 100%;
}
#secondary .ls-container blockquote p {
  line-height: 180%;
}
blockquote {
  text-align: center;
  font-weight: 600;
  border: none;
  color: black;
  margin: 0;
  padding: 10px 25px;
}
blockquote p {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  text-transform: none;
  text-align: center;
}
blockquote:before {
  background: url('images/beforeBlockquote.png') no-repeat left top;
  width: 22px;
  height: 15px;
  position: absolute;
  left: 0;
}
blockquote:after {
  background: url('images/afterBlockquote.png') no-repeat left top;
  width: 22px;
  height: 15px;
  position: absolute;
  right: 0;
  margin-top: -20px;
}
.entry-content blockquote p {
  text-transform: none;
}
.page-template-page-staff-php .entry-content h1 {
  font-size: 18pt;
  margin-top: 10px;
  font-weight: 600;
}
.clearfix {
  clear: both;
  display: block;
  height: 0;
}
.hentry {
  margin: 0 0 3em 0;
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  clear: right;
}
.hentry:last-child {
  border: none;
}
.hentry .entry-header h1 {
  margin-top: 15px;
  font-size: 32px;
}
.hentry .entry-header h2 {
  margin-top: 0;
  font-size: 22px;
}
.hentry .entry-header h2 a {
  color: #2467a1;
}
.page.hentry {
  border-bottom: none !important;
}
.search .page.hentry {
  border-bottom: 1px solid #d6d6d6 !important;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0em 0 0;
  padding-bottom: 1.5em;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.find-out-more {
  display: none;
  border: none;
}
.page-header {
  border-bottom: none;
}
@media (min-width: 1500px) {
  .find-out-more {
    display: block;
    position: absolute;
    margin-left: -180px;
    margin-top: -265px;
  }
}
.thumbnail_holder {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.thumbnail_holder img {
  border: 1px solid #d6d6d6;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.entry-content ul {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content ul li {
  background: transparent url('images/icon-star.png') no-repeat left top;
  list-style: none;
  padding-left: 37px;
  margin-left: 0;
  margin-bottom: 20px;
  padding-top: 6px;
  line-height: normal;
  min-height: 32px;
}
.entry-content ul.square li {
  background: transparent url('images/icon-square.png') no-repeat left 5px;
  padding-top: 0;
  line-height: normal;
  margin-bottom: 5px;
}
.wpjb-job .wpjb-job-content ul li {
  background: rgba(0, 0, 0, 0);
  list-style: disc;
  padding-left: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: normal;
  min-height: 30px;
}
#request-call-back-tab {
  right: 0;
  position: fixed;
  z-index: 99999;
  top: 115px;
}
#request-call-back-tab img.request-call-back-button {
  cursor: pointer;
}
#request-call-back-tab .request-call-back-form {
  background: transparent url('images/request-call-back-phone.png') no-repeat top left;
  position: absolute;
  right: 160px;
  top: 0;
  z-index: 99999;
  height: 450px;
  width: 235px;
  padding: 5.5em 2.5em 0 3em;
  display: none;
}
#request-call-back-tab .request-call-back-form p {
  margin-bottom: 20px;
}
#request-call-back-tab .request-call-back-form .wpcf7-form-control-wrap {
  color: #000000;
}
#request-call-back-tab .request-call-back-form input {
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #000000;
  font-size: 90%;
}
#request-call-back-tab .request-call-back-form input[type="text"],
#request-call-back-tab .request-call-back-form input[type="tel"] {
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}
#request-call-back-tab .request-call-back-form input::-webkit-input-placeholder {
  color: #000000;
}
#request-call-back-tab .request-call-back-form input:-moz-placeholder {
  color: #000000;
}
#request-call-back-tab .request-call-back-form input::-moz-placeholder {
  color: #000000;
}
#request-call-back-tab .request-call-back-form input:-ms-input-placeholder {
  color: #000000;
}
#request-call-back-tab .request-call-back-form .let-us-call {
  text-align: center;
  color: #ffffff;
  padding-bottom: 0px;
  line-height: 150%;
  font-weight: 600;
  font-size: 95%;
  margin-top: 5px;
}
#request-call-back-tab .request-call-back-form .wpcf7-submit {
  margin-top: 1em;
  text-indent: -9999px;
  font-size: 0px;
  border: none;
  background: transparent url('images/request-call-back-button.png') no-repeat top left;
  height: 50px;
  width: 154px;
}
#request-call-back-tab .request-call-back-form div.wpcf7-mail-sent-ok,
#request-call-back-tab .request-call-back-form div.wpcf7-validation-errors {
  border: none;
  padding: 0;
  color: #FFF;
  font-size: 90%;
  line-height: 120%;
  margin: -14px 0 0 0;
}
#request-call-back-tab .request-call-back-form span.wpcf7-not-valid-tip {
  color: #F00;
  font-size: 1em;
  display: block;
  position: absolute;
  z-index: 99;
  background: #FFF;
  border: 1px solid #F00;
  padding: 0.5em;
  font-size: 80%;
  line-height: 120%;
  right: -125%;
  top: -22%;
}
.page-bottom-section {
  background: #2467a1;
  padding: 1em 15px 0 15px;
  color: #ffffff;
}
.page-bottom-section p {
  margin-bottom: 10px;
}
.page-bottom-section a {
  color: #ffffff;
}
.page-bottom-section a:hover {
  color: #ffffff;
}
.wpcf7 p {
  margin-bottom: 15px;
}
.wpcf7 .wpcf7-form-control-wrap:first-child {
  margin-right: 3px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  padding: 3px 8px;
  border: 1px solid #e7e6e6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
.wpcf7 input[type="text"]::-webkit-input-placeholder,
.wpcf7 input[type="email"]::-webkit-input-placeholder,
.wpcf7 input[type="tel"]::-webkit-input-placeholder {
  color: #302f2f;
}
.wpcf7 input[type="text"]:-moz-placeholder,
.wpcf7 input[type="email"]:-moz-placeholder,
.wpcf7 input[type="tel"]:-moz-placeholder {
  color: #302f2f;
}
.wpcf7 input[type="text"]::-moz-placeholder,
.wpcf7 input[type="email"]::-moz-placeholder,
.wpcf7 input[type="tel"]::-moz-placeholder {
  color: #302f2f;
}
.wpcf7 input[type="text"]:-ms-input-placeholder,
.wpcf7 input[type="email"]:-ms-input-placeholder,
.wpcf7 input[type="tel"]:-ms-input-placeholder {
  color: #302f2f;
}
.wpcf7 textarea {
  padding: 3px 8px;
  width: 100%;
  max-height: 132px;
  border: 1px solid #e7e6e6;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3) inset;
}
.wpcf7 textarea::-webkit-input-placeholder {
  color: #302f2f;
}
.wpcf7 textarea:-moz-placeholder {
  color: #302f2f;
}
.wpcf7 textarea::-moz-placeholder {
  color: #302f2f;
}
.wpcf7 textarea:-ms-input-placeholder {
  color: #302f2f;
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: normal;
}
.page-template-page-job-board-php #secondary {
  padding-top: 10px;
}
.page-template-page-job-board-php #secondary h2.widget-title {
  font-size: 16px;
  color: #302f2f;
  border-bottom: 1px solid #302f2f;
  padding-bottom: 5px;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts {
  list-style: none;
  padding-left: 0;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li {
  list-style: none;
  margin-bottom: 10px;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input {
  width: 100%;
  padding: 3px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input.wpjb-button {
  color: #ffffff;
  text-transform: uppercase;
  background: #fc6432;
  border: none;
  font-weight: 600;
  height: 35px;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input::-webkit-input-placeholder {
  color: #302f2f;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input:-moz-placeholder {
  color: #302f2f;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input::-moz-placeholder {
  color: #302f2f;
}
.page-template-page-job-board-php #secondary #wpjb_widget_alerts li input:-ms-input-placeholder {
  color: #302f2f;
}
.entry-content .quiz .wpsqt_multiple_question li {
  list-style: none;
  list-style-image: none;
  background: transparent;
  padding-left: 0;
}
.entry-content .quiz .wpsqt_multiple_question li label {
  font-weight: normal;
}
.entry-content .quiz .wpsqt_multiple_question li label input[type="radio"],
.entry-content .quiz .wpsqt_multiple_question li label input[type="checkbox"] {
  margin-right: 3px;
  margin-bottom: 3px;
}
.entry-content .quiz .button-secondary {
  background: #2467a1;
  border: none;
  padding: 3px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  height: 35px;
}
.entry-content .quiz .wpsqt-show-answer {
  margin-bottom: 20px;
  display: inline-block;
}
.entry-content .quiz .wpsqt-answer-explanation {
  margin-bottom: 20px;
}
.entry-content .quiz .wpsqt_message {
  color: red;
  font-weight: 600;
}
.wpjb-page-search {
  margin-top: 2em;
  margin-bottom: 8em;
}
.wpjb-page-search .wpjb-element-input-text,
.wpjb-page-search .wpjb-element-input-select,
.wpjb-page-search .wpjb-element-input-button {
  display: inline-block;
  width: 30%;
  margin-right: 3%;
}
.wpjb-page-search .wpjb-form .wpjb-field {
  display: block;
  width: 100%;
  text-align: left;
}
.wpjb-page-search .wpjb-form .wpjb-field select {
  max-width: 100%;
}
.wpjb-page-search .wpjb-form .wpjb-field input[type="text"] {
  max-width: 100%;
  padding: 0px 6px;
  min-height: 26px;
}
.wpjb-page-search .wpjb-form .wpjb-field input[type="text"]::-webkit-input-placeholder {
  color: #302f2f;
}
.wpjb-page-search .wpjb-form .wpjb-field input[type="text"]:-moz-placeholder {
  color: #302f2f;
}
.wpjb-page-search .wpjb-form .wpjb-field input[type="text"]::-moz-placeholder {
  color: #302f2f;
}
.wpjb-page-search .wpjb-form .wpjb-field input[type="text"]:-ms-input-placeholder {
  color: #302f2f;
}
.wpjb-page-search .wpjb-form .wpjb-element-input-button .wpjb-field {
  text-align: right;
}
.wpjb-page-search .wpjb-form .wpjb-element-input-button .wpjb-field input[type="submit"].wpjb-submit {
  background: #2467a1 url('images/search-magnifier.png') no-repeat 75px center;
  border: none;
  padding: 3px 35px 3px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  height: 35px;
}
#wpjb-job-list {
  margin-bottom: 4em;
}
#wpjb-job-list .wpjb-bulb {
  display: inline-block;
  margin-top: 5px;
  padding: 4px 5px;
  background: #fc6432;
}
.wpjb-job-list-info {
  float: right;
}
.wpjb-job-list-info-title {
  float: left;
  color: #FFF;
  background: transparent url('images/all-jobs-bg.png') no-repeat left top;
  padding: 3px 39px 3px 14px;
  text-transform: uppercase;
}
#wpjb-main .wpjb-table tbody {
  border-top: none !important;
}
.widget_wpjb-recent-jobs ul,
.widget_wpjb-job-board-menu ul {
  padding-left: 0;
}
.widget_wpjb-recent-jobs ul li,
.widget_wpjb-job-board-menu ul li {
  list-style: none;
}
@media screen and (min-width: 1150px) {
  #primary {
    min-height: 670px;
  }
}
#contactFormPrivacyText {
  float: left;
  margin-left: 210px;
  margin-top: -75px;
  line-height: 150%;
}
a.pdf {
  background: transparent url('images/pdf-icon.png') no-repeat left top;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  color: #302f2f;
}
hr {
  border-top: 1px solid #d6d6d6;
}
/* =Sidebars
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
#secondary {
  padding-top: 30px;
}
#dc_jqaccordion_widget-3-item ul a,
#dc_jqaccordion_widget-3-item ul a.dcjq-parent {
  padding: 10px 10px !important;
}
.page-template-page-employers-php #top-banner-standard,
.page-template-page-employers-articles-php #top-banner-standard {
  padding: 0;
}
.page-template-page-employers-php #top-banner-standard .wrap,
.page-template-page-employers-articles-php #top-banner-standard .wrap {
  overflow: hidden;
}
.page-template-page-employers-php #top-banner-standard h1,
.page-template-page-employers-articles-php #top-banner-standard h1 {
  text-transform: none;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 25px;
}
.page-template-page-employers-php #top-banner-standard h1 span.orangetext,
.page-template-page-employers-articles-php #top-banner-standard h1 span.orangetext {
  font-weight: normal;
}
.page-template-page-employers-php #top-banner-standard h2,
.page-template-page-employers-articles-php #top-banner-standard h2 {
  text-align: center;
  margin-top: 0;
}
.page-template-page-employers-php #top-banner-standard .employers-affordable-heading,
.page-template-page-employers-articles-php #top-banner-standard .employers-affordable-heading {
  text-align: center;
  margin-top: 35px;
}
.page-template-page-employers-php #secondary,
.page-template-page-employers-articles-php #secondary {
  padding-top: 30px;
  margin-top: -160px;
  position: absolute;
  z-index: 100;
  max-width: 285px;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item {
  line-height: 135%;
  text-align: left;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a {
  background: #2467a1;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-size: 95%;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a.active,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a.active {
  background: #fc6432;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a.active:hover,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a.active:hover {
  background: #fc6432;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a.active:after,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a.active:after {
  content: none;
  float: right;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a.dcjq-parent.active,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a.dcjq-parent.active {
  background: #fc6432;
  color: #ffffff;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item a:hover,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item a:hover {
  background: #21629c;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a.active:after,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a.active:after {
  content: '-';
  float: right;
}
.page-template-page-employers-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a:after,
.page-template-page-employers-articles-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a:after {
  content: '+';
  float: right;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a {
  background: #ffffff;
  color: #302f2f;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active {
  background: #ffffff;
  color: #fc6432;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:hover,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:hover {
  background: #ffffff;
  color: #fc6432;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:after,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:after {
  content: none;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:hover,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:hover {
  background: #f7f7f7;
}
.page-template-page-employers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:after,
.page-template-page-employers-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:after {
  content: none;
}
.page-template-page-employers-php #secondary .widget_black_studio_tinymce img,
.page-template-page-employers-articles-php #secondary .widget_black_studio_tinymce img {
  margin-right: 3px;
}
.page-template-page-employers-php h2,
.page-template-page-employers-articles-php h2 {
  color: #fc6432;
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-template-page-employers-php h3,
.page-template-page-employers-articles-php h3 {
  font-size: 1.3em;
  color: #fc6432;
}
.page-template-page-employers-php h4,
.page-template-page-employers-articles-php h4 {
  font-size: 1.1em;
  color: #2467a1;
}
.page-template-page-job-seekers-php #top-banner-standard,
.page-template-page-job-seeker-articles-php #top-banner-standard {
  padding: 0;
}
.page-template-page-job-seekers-php #top-banner-standard h1,
.page-template-page-job-seeker-articles-php #top-banner-standard h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
}
.page-template-page-job-seekers-php #top-banner-standard h2,
.page-template-page-job-seeker-articles-php #top-banner-standard h2 {
  text-align: center;
  margin-top: 0;
}
.page-template-page-job-seekers-php #secondary,
.page-template-page-job-seeker-articles-php #secondary {
  padding-top: 30px;
  margin-top: -160px;
  position: absolute;
  z-index: 100;
  max-width: 285px;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item {
  line-height: 135%;
  text-align: left;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a {
  background: #2467a1;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  font-size: 95%;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a.active,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a.active {
  background: #fc6432;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a.active:hover,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a.active:hover {
  background: #fc6432;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a.active:after,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a.active:after {
  content: none;
  float: right;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a.dcjq-parent.active,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a.dcjq-parent.active {
  background: #fc6432;
  color: #ffffff;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item a:hover,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item a:hover {
  background: #21629c;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a.active:after,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a.active:after {
  content: '-';
  float: right;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a:after,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu li.menu-item.menu-item-has-children a:after {
  content: '+';
  float: right;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a {
  background: #ffffff;
  color: #302f2f;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active {
  background: #ffffff;
  color: #fc6432;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:hover,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:hover {
  background: #ffffff;
  color: #fc6432;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:after,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a.active:after {
  content: none;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:hover,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:hover {
  background: #f7f7f7;
}
.page-template-page-job-seekers-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:after,
.page-template-page-job-seeker-articles-php #secondary ul.portalmenu ul.sub-menu li.menu-item a:after {
  content: none;
}
.page-template-page-job-seekers-php #secondary .widget_black_studio_tinymce img,
.page-template-page-job-seeker-articles-php #secondary .widget_black_studio_tinymce img {
  margin-right: 3px;
}
.page-template-page-job-seekers-php h2,
.page-template-page-job-seeker-articles-php h2 {
  color: #fc6432;
  margin-top: 15px;
  margin-bottom: 25px;
}
.page-template-page-job-seekers-php h3,
.page-template-page-job-seeker-articles-php h3 {
  font-size: 1.3em;
  color: #fc6432;
}
.page-template-page-job-seekers-php h4,
.page-template-page-job-seeker-articles-php h4 {
  font-size: 1.1em;
  color: #2467a1;
}
.page-template-page-job-seeker-articles-php .hentry header h2.entry-title,
.page-template-page-employers-articles-php .hentry header h2.entry-title {
  font-size: 20px;
}
.page-template-page-job-seeker-articles-php .hentry header h2.entry-title a,
.page-template-page-employers-articles-php .hentry header h2.entry-title a {
  color: #302f2f;
}
h1.jobboard-heading {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
/* =Media
----------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */

  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/* =Footer
----------------------------------------------- */
.site-footer {
  height: 125px;
  background: #000000;
  margin-top: 3em;
  color: #ffffff;
  overflow: hidden;
  font-size: 8pt;
  margin-top: 0;
}
.site-footer .site-info {
  padding-top: 20px;
}
.site-footer .site-info h2 {
  color: #ffffff;
  font-weight: 300;
  margin-top: 2px;
  text-align: center;
}
.site-footer .site-info .footer-farleft {
  border-right: 2px solid #FFF;
  padding-right: 15px;
  padding-left: 0;
}
.site-footer .site-info .footer-farleft a {
  color: #fff;
}
.site-footer .site-info .footer-farleft p.copyright {
  margin-bottom: 10px;
}
.site-footer .site-info .footer-social-icons-container {
  text-align: center;
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}
.site-footer .site-info .footer-social-icons-container .footer-social-icons {
  margin-top: -5px;
}
.site-footer .site-info .footer-social-icons-container .footer-social-icons a {
  display: inline-block;
}
.site-footer .site-info .footer-sitemap-container a {
  color: #fff;
}
.site-footer .site-info .footer-sitemap-container .sitemapheader {
  color: #fc6432;
  margin-bottom: 0;
}
.site-footer .site-info .privacylinks {
  text-align: right;
  margin-bottom: 0;
}
.site-footer .site-info .privacylinks a {
  color: #fc6432;
}
.site-footer .site-info .copyright {
  text-align: right;
}

/* ==========================================================================
   Team Profile Images
   ========================================================================== */

.team-profiles,
.profile-details {
  width: 100%;
  *zoom: 1;
}

.profile-details {
  margin-top: 40px;
}

.team-profiles:before,
.team-profiles:after,
.profile-details:before,
.profile-details:after {
  content: "";
  display: table;
}

.team-profiles:after,
.profile-details:after {
  clear: both;
}

.team-member {
  width: 207px;
  height: 300px;
  margin: 60px 30px 0;
  float: left;
}

.team-member img{
  margin-bottom: 10px;
}

.team-member-profile {
  text-align: left;  
}

.staff-name {
  color: #fc6432;
  font-weight: bold;
}

.staff-profile header {
  float: left;
  margin: 15px 20px 0 0;
  width: 14.4%;
}

.individual-staff-profile {
  float: right;
  width: 83%;
}

/* ==========================================================================
   Job Adder
   ========================================================================== */

#ja-jobs-widget ul {
  list-style: disc outside none;
}

#ja-jobs-widget ul {
  margin-top: 0;
  padding-left: 20px;
}

#ja-jobs-widget ul li {
  background-image: none;
  list-style: inherit;
  padding-left: 0;
  margin-bottom: 10px
}

#ja-jobs-widget .classifications {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
  padding-left: 0;
}

#ja-jobs-widget .classifications li {
  background-image: none;
  padding-left: 0;
  margin-right: 5px;
  display: inline;
}

#ja-jobs-widget .classifications li:after {
  content: "\00a0-";
}

#ja-jobs-widget .classifications li:last-child:after {
  content: none;
}

#ja-jobs-widget .date-posted {
  float: right;
  margin-bottom: 0;
  font-style: italic;
}

#ja-jobs-widget .meta {
  margin-bottom: 10px;
}

#ja-jobs-widget .meta,
#ja-jobs-widget .ja-form,
#ja-jobs-widget .apply {
  clear: both;
  margin: 0 auto;
  *zoom: 1;
}

#ja-jobs-widget .meta:before,
#ja-jobs-widget .meta:after,
#ja-jobs-widget .ja-form:before,
#ja-jobs-widget .ja-form:after,
#ja-jobs-widget .apply:before,
#ja-jobs-widget .apply:after {
  content: "";
  display: table;
}

#ja-jobs-widget .meta:after,
#ja-jobs-widget .ja-form:after,
#ja-jobs-widget .apply:after {
  clear: both;
}

#ja-jobs-widget .job {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#ja-jobs-widget .job:last-child {
  border-bottom: none;
}

#ja-jobs-widget .job h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

#ja-jobs-widget .job .summary {
  margin-bottom: 0;
}

#ja-jobs-widget .ja-field-container,
#ja-jobs-widget .ja-submit {
  width: 50%;
  float: left;
}

#ja-jobs-widget .ja-submit {
  margin-top: 33px;
}

#ja-jobs-widget .ja-job-search {
  margin-bottom: 60px;
}

#ja-jobs-widget .ja-pager .previous,
#ja-jobs-widget .ja-pager .current-page,
#ja-jobs-widget .ja-pager .page,
#ja-jobs-widget .ja-pager .last-page {
  margin-right: 10px;
}

#ja-jobs-widget .ja-pager-container {
  background-color: #eee;
  padding: 10px 20px;
}

#ja-jobs-widget .ja-pager-summary {
  font-weight: bold;
}

#ja-jobs-widget .powered-by-jobadder {
  font-size: 12px;
}

#ja-jobs-widget .apply {
  margin-top: 20px;
}

#ja-jobs-widget .ja-button {
  float: right;
}

#ja-jobs-widget .ja-job-apply .ja-button,
#ja-jobs-widget .ja-job-search .ja-button {
  float: left;
}

#ja-jobs-widget .ja-job-apply .back-link {
  clear: both;
  float: left;
}


/************************************************************************************
** RESPONSIVE STYLESHEETS
************************************************************************************/
/* Small devices (mobile, 0px and up) */
@media only screen and (min-width: 0px) {
  /* mobile and up, this is the base responsive stylesheet */
  /* Colors */
  #site-branding h1 {
    text-align: center;
  }
  #site-top-side {
    text-align: left;
  }
  #site-top-side #top-email {
    text-align: left;
  }
  #site-top-side #top-phone {
    text-align: left;
    font-size: 20pt;
  }
  #site-search form {
    background: transparent;
    float: none;
    margin: 0 0 10px 0;
    text-align: left;
  }
  #site-navigation .menu-toggle {
    text-align: left;
    font-size: 20pt;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #site-navigation .menu-toggle:after {
    content: '▼';
  }
  #site-navigation.toggled .menu-toggle {
    margin-bottom: 20px;
  }
  #site-navigation.toggled .menu-toggle:after {
    content: '▲';
  }
  .main-navigation ul,
  .main-navigation ul.menu {
    height: 100%;
    overflow: hidden;
  }
  .main-navigation ul li,
  .main-navigation ul.menu li {
    float: none;
    width: 100%;
  }
  .main-navigation ul li a,
  .main-navigation ul.menu li a {
    width: 100%;
  }
  .main-navigation ul li ul,
  .main-navigation ul.menu li ul {
    width: 100%;
  }
  .main-navigation ul li ul li a,
  .main-navigation ul.menu li ul li a {
    padding: 5px 27px;
  }
  #top-banner-standard {
    height: auto;
  }
  #top-banner-standard .top-banner-button-container {
    margin-top: 20px;
    text-align: center;
  }
  #top-banner-standard .top-banner-button-container a img.top-banner-button:last-child {
    margin: 2px auto;
  }
  .site-footer {
    height: auto;
  }
  .site-footer .site-info .footer-farleft {
    border-right: none;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .site-footer .site-info .footer-sitemap-container {
    text-align: center;
  }
  .site-footer .site-info .footer-sitemap-container p {
    text-align: center;
  }
  .site-footer .site-info .privacylinks {
    text-align: center;
  }
  .site-footer .site-info .copyright {
    text-align: center;
  }
  img.alignright {
    margin-bottom: 1em;
  }
  table.stafftable td {
    display: block;
    clear: right;
    text-align: center;
  }
  table.stafftable td .wp-caption {
    text-align: center;
    margin: 0 auto;
  }
  #contactFormPrivacyText {
    float: none;
    margin-left: 0;
    margin-top: 0;
    line-height: 150%;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    margin-bottom: 10px;
  }
  #request-call-back-tab {
    display: none;
  }
  .page-template-page-employers-php #secondary,
  .page-template-page-employers-articles-php #secondary,
  .page-template-page-job-seekers-php #secondary,
  .page-template-page-job-seeker-articles-php #secondary {
    padding-top: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 100;
    max-width: inherit;
    width: 100%;
  }
  article.case-studies .entry-header h1 {
    font-size: 24px;
  }
  .thumbnail_holder {
    clear: right;
    display: block;
    float: none;
  }
  .page-template-page-employers-php #secondary .widget_black_studio_tinymce img,
  .page-template-page-employers-articles-php #secondary .widget_black_studio_tinymce img {
    width: 91px;
  }
  .page-template-page-employers-php #secondary .widget_black_studio_tinymce img.job-seeker-button,
  .page-template-page-employers-articles-php #secondary .widget_black_studio_tinymce img.job-seeker-button {
    width: auto;
  }
  .page-template-page-employers-php #top-banner-standard,
  .page-template-page-employers-articles-php #top-banner-standard,
  .page-template-page-job-seekers-php #top-banner-standard,
  .page-template-page-job-seeker-articles-php #top-banner-standard {
    padding: 20px 0 20px 0;
  }
  .page-template-page-employers-php #top-banner-standard .employers-affordable-heading,
  .page-template-page-employers-articles-php #top-banner-standard .employers-affordable-heading {
    margin-top: 0px;
  }
  .alignright {
    margin: 0 auto;
    float: none;
    clear: right;
    display: block;
  }
  .team-member {
    margin: 60px auto 0;
    float: none;
  }
  .staff-profile header {
    float: none;
    width: 100%;
  }

  .individual-staff-profile {
    float: none;
    width: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* 768px and up, tablets and other small screens */
  /* Colors */
  #site-branding h1 {
    text-align: left;
  }
  #site-top-side {
    text-align: right;
  }
  #site-top-side #top-email {
    text-align: right;
  }
  #site-top-side #top-phone {
    font-size: 24pt;
    text-align: right;
  }
  #site-search {
    text-align: right;
  }
  #site-search form {
    text-align: right;
    float: right;
    margin-top: 5px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0) url('images/site-search-bg.png') no-repeat right 3px;
  }
  .main-navigation ul,
  .main-navigation ul.menu {
    height: 54px;
    overflow: visible;
  }
  .main-navigation ul li,
  .main-navigation ul.menu li {
    float: left;
    width: auto;
  }
  .main-navigation ul li a,
  .main-navigation ul.menu li a {
    width: 100%;
    padding: 17px 20px;
  }
  .main-navigation ul li ul,
  .main-navigation ul.menu li ul {
    width: auto;
  }
  .main-navigation ul li ul li,
  .main-navigation ul.menu li ul li {
    width: 100%;
  }
  .main-navigation ul li ul li a,
  .main-navigation ul.menu li ul li a {
    padding: 5px 27px;
  }
  .main-navigation ul li.icon-home a,
  .main-navigation ul.menu li.icon-home a {
    padding: 27px 30px;
  }
  #top-banner-standard {
    height: 130px;
  }
  #top-banner-standard .top-banner-button-container {
    margin-top: -15px;
    text-align: right;
  }
  #top-banner-standard .top-banner-button-container a {
    max-width: 47%;
  }
  #top-banner-standard .top-banner-button-container a img.top-banner-button:last-child {
    margin: 2px auto;
  }
  .site-footer {
    height: 125px;
  }
  .site-footer .site-info .footer-farleft {
    border-right: 2px solid #FFF;
    padding-right: 15px;
    padding-left: 0;
  }
  .site-footer .site-info .footer-sitemap-container {
    text-align: left;
  }
  .site-footer .site-info .footer-sitemap-container p {
    text-align: left;
  }
  .site-footer .site-info .privacylinks {
    text-align: right;
  }
  .site-footer .site-info .copyright {
    text-align: right;
  }
  table.stafftable td {
    display: table-cell;
    clear: none;
    text-align: left;
  }
  table.stafftable td .wp-caption {
    text-align: left;
    margin: 0 0 1.5em 0;
  }
  #contactFormPrivacyText {
    float: left;
    margin-left: 210px;
    margin-top: -75px;
    line-height: 150%;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"] {
    margin-bottom: 0px;
  }
  article.case-studies .entry-header h1 {
    font-size: 32px;
  }
  .thumbnail_holder {
    clear: none;
    display: block;
    float: left;
  }
  .page-template-page-employers-php #secondary .widget_black_studio_tinymce img,
  .page-template-page-employers-articles-php #secondary .widget_black_studio_tinymce img {
    width: auto;
  }
  .page-template-page-employers-php #top-banner-standard,
  .page-template-page-employers-articles-php #top-banner-standard {
    padding: 0;
  }
  .page-template-page-employers-php #top-banner-standard .employers-affordable-heading,
  .page-template-page-employers-articles-php #top-banner-standard .employers-affordable-heading {
    margin-top: 45px;
  }
  .alignright {
    margin: 0 0 1.5em 1.5em;
    float: right;
    clear: none;
  }
  .team-member {
    margin: 60px 15px 0;
    float: left;
  }
  .staff-profile header {
    float: left;
    width: 14.4%;
  }
  .individual-staff-profile {
    float: right;
    width: 83%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* 992px and up, regular desktops */
  /* Colors */
  .main-navigation ul,
  .main-navigation ul.menu {
    height: 54px;
    overflow: visible;
  }
  .main-navigation ul li.current-menu-ancestor a,
  .main-navigation ul.menu li.current-menu-ancestor a {
    background: #fc6432 url('images/ancestor-parent-bg.png') no-repeat center bottom;
  }
  .main-navigation ul li.current-menu-ancestor ul,
  .main-navigation ul.menu li.current-menu-ancestor ul {
    display: block !important;
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 13px;
    background: transparent;
    width: 1000px;
    box-shadow: none;
    z-index: 998;
  }
  .main-navigation ul li.current-menu-ancestor ul li,
  .main-navigation ul.menu li.current-menu-ancestor ul li {
    width: auto;
    padding: 0;
    display: inline;
    float: left;
    overflow: hidden;
  }
  .main-navigation ul li.current-menu-ancestor ul li.current-menu-item a,
  .main-navigation ul.menu li.current-menu-ancestor ul li.current-menu-item a,
  .main-navigation ul li.current-menu-ancestor ul li.current_page_item a,
  .main-navigation ul.menu li.current-menu-ancestor ul li.current_page_item a {
    background: #fc6432;
    display: inline-block;
    padding: 5px 8px 5px 8px;
  }
  .main-navigation ul li.current-menu-ancestor ul li a,
  .main-navigation ul.menu li.current-menu-ancestor ul li a {
    background: #2d73af;
    display: inline-block;
    padding: 5px 8px 5px 8px;
  }
  .main-navigation ul li.current-menu-ancestor ul li a:hover,
  .main-navigation ul.menu li.current-menu-ancestor ul li a:hover {
    background: #fc6432;
  }
  .main-navigation ul li.current-menu-ancestor.meet-the-team ul,
  .main-navigation ul.menu li.current-menu-ancestor.meet-the-team ul {
    max-width: 389px;
  }
  .page-template-page-employers-php #secondary,
  .page-template-page-employers-articles-php #secondary,
  .page-template-page-job-seekers-php #secondary,
  .page-template-page-job-seeker-articles-php #secondary {
    padding-top: 30px;
    margin-top: -160px;
    position: absolute;
    z-index: 100;
    max-width: 278px;
    width: auto;
  }
  .team-member {
    margin: 60px 20px 0;
    float: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* 1200px and up, big desktops */
  .main-navigation ul li a,
  .main-navigation ul.menu li a {
    padding: 17px 25px;
  }
  #request-call-back-tab {
    display: block;
  }
  .page-template-page-employers-php #secondary,
  .page-template-page-employers-articles-php #secondary,
  .page-template-page-job-seekers-php #secondary,
  .page-template-page-job-seekers-articles-php #secondary,
  .page-template-page-job-seeker-articles-php #secondary {
    max-width: 285px;
  }
  .team-member {
    margin: 60px 30px 0;
    float: left;
  }
}

.wpjb-job-text p{
margin-bottom: 5px !important;
}

.post-password-required .entry-title{display:none;}
