/* Compiled Less CSS File */
/* Generated from "custom.css" */

/**************************
Devices
**************************/
/**************************
Mixins
**************************/
/**************************
Variables
**************************/
.gray-gradient,
.home .entry #search-job-profiles {
  background: #707070;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #707070 0%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #3a3a3a));
  background: -webkit-linear-gradient(top, #707070 0%, #3a3a3a 100%);
  background: -o-linear-gradient(top, #707070 0%, #3a3a3a 100%);
  background: -ms-linear-gradient(top, #707070 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #707070 0%, #3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#707070', endColorstr='#3a3a3a', GradientType=0);
}
/**************************
Scaffolding
**************************/
* {
  font-family: Georgia, serif;
  font-size: 12pt;
  font-weight: 400;
  line-height: 24px;
  color: #4b4b4b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: Helvetica, Arial, sans-serif;
}
h4,
h5,
h6 {
  color: #4b4b4b;
  font-weight: 400;
}
h1 {
  font-size: 18pt;
  color: #000000;
}
h1 a,
h1 em {
  font-size: 18pt;
  color: #000000;
}
h2,
h3,
h4 {
  font-size: 16pt;
  color: #000000;
}
h2 a,
h3 a,
h4 a,
h2 em,
h3 em,
h4 em {
  font-size: 16pt;
  color: #000000;
}
h2 {
  font-weight: 700;
}
h2 a,
h2 em {
  font-weight: 700;
}
h5 {
  font-size: 15pt;
}
h5 a,
h5 em {
  font-size: 15pt;
}
h6 {
  font-size: 12pt;
}
a {
  color: #4b4b4b;
  border-bottom: hidden !important;
  text-decoration: none;
}
a:hover {
  color: #52a4db;
  text-decoration: none;
}
strong {
  color: #4b4b4b;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  img {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  img {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  img {
    height: auto;
  }
}
input,
select,
textarea {
  width: auto;
  padding: 10px 20px;
  border-color: #4b4b4b;
}
#_atssh {
  display: none;
}
.single #_atssh {
  display: block;
}
.button,
.gform_footer input[type="submit"] {
  color: #ffffff;
}
.btn-primary {
  background-color: #52a4db;
  border-color: #52a4db;
}
.btn-primary:hover {
  background-color: #ce5656;
  border-color: #ce5656;
}
.social {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .social {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .social {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.social a {
  width: 26px;
  height: 26px;
  background: #d2d6d9;
  display: block;
  margin: 0 3px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .social a {
    float: none !important;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .social a {
    float: none !important;
    display: inline-block;
  }
}
.social a i {
  color: #ffffff;
  font-size: 12pt;
  line-height: 26px;
}
.social a:hover {
  opacity: .8 ;
}
.social a.twitter {
  background-color: #95e5ff;
}
.social a.fb {
  background-color: #758ab6;
}
.social a.envelope {
  background-color: #7ea79a;
}
.social a.rss {
  background-color: #ff984c;
}
.city-shortcode {
  text-transform: capitalize;
}
/**************************
Header
**************************/
#top-menu {
  background: #4b4b4b;
  margin: 0;
  padding: 3px 0;
}
#top-menu ul {
  margin: 0;
  padding: 0;
}
#top-menu li {
  margin: 5px 0;
  padding: 0 5px;
  display: block;
  border-right: 1px solid #ffffff;
}
#top-menu li:first-child {
  border-right: none;
}
#top-menu li a {
  height: auto;
  margin: 0 5px;
  padding: 3px 5px;
  display: block;
  font-size: 10pt;
  font-family: "din-condensed-web", sans-serif;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.site-header {
  background: transparent;
  min-height: 0;
  display: block;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}
.site-header > .wrap {
  padding: 0;
}
.site-header p.site-description {
  font-size: 10.5pt;
  font-weight: 300;
  line-height: 1.5;
  font-style: italic;
}
.site-header #logo-wrap,
.site-header #header-right-wrap {
  height: auto;
  display: block;
  margin-top: 3px;
  margin-bottom: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header #header-right-wrap {
    margin-top: 25px;
  }
}
.site-header .logo-link {
  margin-top: 12px;
  display: block;
}
@media only screen and (min-width: 1200px)  {
  .site-header .logo-link {
    border-right: 1px dashed #d2d6d9;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header #logo-image {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  .site-header #logo-image {
    margin: 25px auto 20px auto;
  }
}
.site-header aside .widget {
  height: auto;
  display: block;
  overflow: hidden;
  font-size: 20pt;
}
.site-header aside .widget .widget-title {
  display: none;
}
.site-header aside .widget .fb-like,
.site-header aside .widget #twitter-widget-0 {
  margin-top: 7px;
}
.site-header aside .widget #twitter-widget-0 {
  vertical-align: bottom;
  margin-left: 10px;
}
.site-header aside .widget#text-14 {
  max-height: 34px;
  overflow: hidden;
}
.nav-primary {
  background: transparent;
  max-width: 1140px;
  margin: 5px auto 0 auto;
  display: block;
  clear: both;
  border-radius: 6px;
}
.nav-primary .wrap {
  padding: 0;
}
.nav-primary .wrap #menu-main-menu {
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.nav-primary .wrap #menu-main-menu > li {
  width: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.nav-primary .wrap #menu-main-menu > li > a {
  width: auto;
  text-align: center;
  padding: 4px 12px;
}
.nav-primary .wrap #menu-main-menu > li > a:hover {
  color: #4b4b4b;
}
.nav-primary .wrap #menu-main-menu > li:first-child a {
  border-left: none !important;
}
.nav-primary .wrap #menu-main-menu > li:last-child a {
  border-right: none !important;
}
.nav-primary .wrap #menu-main-menu li,
.nav-primary .wrap #menu-main-menu a {
  height: auto;
  display: block;
  font-family: "din-condensed-web", sans-serif;
  text-decoration: none !important;
  color: #ce5656;
}
.nav-primary .wrap #menu-main-menu li.search {
  width: 250px !important;
}
.nav-primary .wrap #menu-main-menu li.search .search-form {
  width: 100%;
}
.nav-primary .wrap #menu-main-menu li.search input[type="search"] {
  background: #e8e8e8;
  width: 80%;
  padding: 5px 10px;
  font-family: "din-condensed-web", sans-serif;
  text-transform: uppercase;
  color: #999999;
  border: none;
  float: left;
}
.nav-primary .wrap #menu-main-menu li.search input[type="submit"] {
  background: #e8e8e8 url(images/search.png) center center no-repeat;
  width: 20%;
  padding: 5px 10px;
  float: right;
  font-size: 0px;
}
.nav-primary .wrap #menu-main-menu a {
  width: 100%;
  font-size: 14pt;
  text-transform: uppercase;
  transition: none;
  overflow: hidden;
  border-right: 1px dashed #d2d6d9;
}
.nav-primary .wrap #menu-main-menu a:hover {
  text-decoration: none;
}
.nav-primary .wrap #menu-main-menu .sub-menu {
  background: #f4f4f4;
  border: none;
  box-shadow: none;
  margin: -1px 0 0 0;
}
.nav-primary .wrap #menu-main-menu .sub-menu li {
  width: 100%;
}
.nav-primary .wrap #menu-main-menu .sub-menu li a {
  background: none;
  padding: 4px 12px;
  border: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
}
.nav-primary .wrap #menu-main-menu .sub-menu li a:hover {
  background: #e8e8e8;
}
#at4m-mobile-container {
  display: none !important;
}
#click-menu {
  border-radius: 6px;
  padding: 10px;
}
/**************************
Footer
**************************/
.footer-widgets {
  background: #ffffff;
  padding: 0 0 50px 0;
}
.footer-widgets h4 {
  font-weight: 700;
}
.footer-widgets p {
  color: #ffffff;
}
.footer-widgets .widget-area {
  width: 100%;
  margin: 0;
  padding: 0 2%;
  float: left;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}
.footer-widgets .widget-area * {
  font-family: "din-condensed-web", sans-serif;
}
.footer-widgets .widget-area:last-child {
  border-right: none;
}
.footer-widgets .widget-area .widget {
  width: 100%;
  display: block;
  padding: 1% 10%;
}
@media only screen and (min-width: 1200px)  {
  .footer-widgets .widget-area .widget {
    min-height: 330px;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .footer-widgets .widget-area .widget {
    min-height: 350px;
  }
}
.footer-widgets .widget-area .widget .widget-title {
  color: #4b4b4b;
  text-transform: uppercase;
  font-size: 30pt;
  letter-spacing: -2px;
}
.footer-widgets .widget-area.footer-widgets-1 .widget {
  background: #7ecac1;
}
.footer-widgets .widget-area.footer-widgets-2 .widget {
  background: #f59b56;
}
.footer-widgets .widget-area.footer-widgets-2 .widget .widget-title:before {
  content: "search our";
  font-size: 11pt;
  color: #ffffff;
  font-family: Georgia, serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
}
@media only screen and (min-width: 1200px)  {
  .footer-widgets .widget-area.footer-widgets-2 .widget {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .footer-widgets .widget-area.footer-widgets-2 .widget {
    padding-top: 10%;
  }
}
.footer-widgets .widget-area.footer-widgets-3 .widget {
  background: #cc6699;
}
.footer-widgets .widget-area.footer-widgets-3 .widget .widget-title:before {
  content: "search our";
  font-size: 11pt;
  color: #ffffff;
  font-family: Georgia, serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
}
@media only screen and (min-width: 1200px)  {
  .footer-widgets .widget-area.footer-widgets-3 .widget {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .footer-widgets .widget-area.footer-widgets-3 .widget {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 1200px)  {
  .footer-widgets .widget-area {
    width: 33%;
    border-right: 1px dashed #d2d6d9;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .footer-widgets .widget-area {
    width: 33%;
    border-right: 1px dashed #d2d6d9;
  }
}
.footer-widgets #uwpqsf_id {
  border: none;
}
.footer-widgets #uwpqsf_id form * {
  font-family: Georgia, serif;
  font-size: 12pt;
  border: none;
}
.footer-widgets #uwpqsf_id form label {
  text-transform: capitalize;
  color: #ffffff;
}
.footer-widgets #uwpqsf_id form .uform_title,
.footer-widgets #uwpqsf_id form .uwpqsf_class > span {
  color: #ffffff;
  font-weight: 400 !important;
  font-style: italic;
  display: none;
}
.footer-widgets #uwpqsf_id form .uwpqsf_class select {
  height: 30px;
  font-style: italic;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer-widgets #uwpqsf_id form .uwpqsf_class select {
    height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets #uwpqsf_id form .uwpqsf_class select {
    height: 60px;
  }
}
.footer-widgets #uwpqsf_id form #uwpqsf_id_btn {
  background: #000000;
  width: 90%;
  margin-top: 6px;
  padding: 5px 0;
  outline: 3px solid #000000;
  border: 1px solid #ffffff;
  font-family: "din-condensed-web", sans-serif;
}
.footer-widgets #uwpqsf_id form #uwpqsf_id_btn:hover {
  color: #ce5656;
}
.footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 label {
  width: 33%;
}
.footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 label input {
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 label {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 label {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 label {
    width: 100%;
    text-align: left;
  }
}
@media xs-hs {
  .footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 {
    margin: 15px 0;
  }
}
@media xs {
  .footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class.cmf-radio-0 {
    margin: 15px 0;
  }
}
.footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class label.-keyword {
  width: 30%;
  float: left;
  text-align: right;
  display: block;
  height: 40px;
  line-height: 40px;
}
.footer-widgets #uwpqsf_id form#uwpqsffrom_188 .uwpqsf_class input.uwpqsftext {
  width: 62%;
  height: 30px;
  float: right;
  margin: 5px 4% 5px 0;
  padding: 5px;
}
.footer-widgets #uwpqsf_id form#uwpqsffrom_191 .uwpqsf_class > span {
  display: block;
}
#site-footer-wrap {
  background: #d2d6d9;
  position: relative;
}
#site-footer-wrap .site-footer {
  background: #d2d6d9;
  padding: 30px 0;
}
#site-footer-wrap .site-footer p,
#site-footer-wrap .site-footer a,
#site-footer-wrap .site-footer div {
  font-size: 9pt;
  font-family: Helvetica, Arial, sans-serif;
}
#site-footer-wrap .site-footer #gwfoot-footer-one-area {
  width: 70%;
  float: left;
}
#site-footer-wrap .site-footer #gwfoot-footer-one-area #menu-footer-menu li {
  float: left;
  margin: 0 10px;
  padding: 0 10px;
}
#site-footer-wrap .site-footer #gwfoot-footer-one-area #menu-footer-menu li a {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #site-footer-wrap .site-footer #gwfoot-footer-one-area {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #site-footer-wrap .site-footer #gwfoot-footer-one-area {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #site-footer-wrap .site-footer #gwfoot-footer-one-area {
    width: 100%;
    float: none;
  }
}
#site-footer-wrap .site-footer #gwfoot-footer-two-area {
  width: 30%;
  float: right;
}
#site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area {
  clear: both;
}
#site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area .social {
  margin-bottom: 10px;
}
#site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area .social a {
  height: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area .social {
    padding: 20px 0 0 0;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area .social {
    padding: 20px 0 0 0;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area .social {
    padding: 20px 0 0 0;
    text-align: center;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area .widget-area {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #site-footer-wrap .site-footer #gwfoot-footer-two-area {
    width: 100%;
    float: none;
  }
}
/**************************
Aside
**************************/
.sidebar {
  color: #4b4b4b;
}
.sidebar .widget {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.sidebar .widget:last-child {
  border-bottom: none;
}
.sidebar .widget .widget-title {
  margin: 0 0 30px 0;
  padding: 0;
  display: block;
  font-size: 16pt;
  font-weight: 700;
  text-transform: none;
  text-align: left;
}
.sidebar .widget .widget-title > span {
  background: #ffffff;
  padding: 2px 10px 2px 0;
}
.sidebar .widget .widget-wrap {
  margin: 15px 0;
  padding: 15px 0;
}
@media only screen and (min-width: 1200px)  {
  .sidebar .widget .widget-first {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .sidebar .widget .widget-first {
    margin-top: 0;
    padding-top: 0;
  }
}
.sidebar .widget .rpwe-li {
  height: auto;
  display: block;
  color: #4b4b4b;
  padding: 1rem 0;
  overflow: hidden;
}
.sidebar .widget .rpwe-li .rpwe-img {
  float: left;
  padding: 0;
}
.sidebar .widget .rpwe-li .rpwe-img:hover {
  opacity: .8;
}
.sidebar .widget .rpwe-li .rpwe-img img {
  border-radius: 6px;
}
.sidebar .widget .rpwe-li .rpwe-title {
  color: #4b4b4b;
  font-size: 12pt !important;
  margin: 0;
}
.sidebar .widget .rpwe-li .rpwe-title a {
  color: #4b4b4b;
}
.sidebar .widget .rpwe-li .rpwe-summary {
  font-size: 12pt !important;
}
.sidebar .widget .rpwe-li .more-link {
  display: inline-block;
  clear: both;
}
.sidebar .widget .rpwe-li .rpwe-time {
  color: #4b4b4b;
  font-size: 10pt;
}
.sidebar .form-widget .widget-wrap,
.sidebar .gform_widget .widget-wrap {
  margin-bottom: 30px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.sidebar .form-widget .widget-wrap .widget-title,
.sidebar .gform_widget .widget-wrap .widget-title {
  display: none;
}
.sidebar .form-widget .widget-wrap .gform_wrapper,
.sidebar .gform_widget .widget-wrap .gform_wrapper {
  width: 92%;
  margin: 0 auto;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_heading,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_heading {
  margin-bottom: 10px;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_heading h3,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_heading h3 {
  font-size: 16pt;
  text-align: center;
  margin: 0;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body {
  width: 70%;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body li,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body li {
  margin: 0;
  padding: 0;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body label,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body label {
  font-size: 10pt;
  font-weight: 400;
  color: #666;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body label.gfield_label,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body label.gfield_label {
  text-indent: -9999px;
  height: 0;
  position: absolute;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body input,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body input {
  width: 100%;
  padding-left: 30px !important;
  border: 1px solid #cdcdcd;
  background: #ebebeb;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_body input[type="email"],
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_body input[type="email"] {
  /*background: #ebebeb url(images/mail-icon.jpg) 10px center no-repeat;*/

}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_footer,
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_footer {
  width: 26%;
  float: right;
  margin: 7px 0 0 0;
  padding: 0;
  clear: none;
}
.sidebar .form-widget .widget-wrap .gform_wrapper .gform_footer input[type="submit"],
.sidebar .gform_widget .widget-wrap .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 9px 0;
}
.recent-post-block {
  height: 215px;
  display: block;
  padding: 135px 0 0 0;
  background-size: 96% !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
.recent-post-block span {
  background: #52a4db;
  width: 100%;
  padding: 0 5%;
  display: block;
  color: #ffffff;
  font-style: italic;
}
.recent-post-block span:first-child {
  padding-top: 7px;
}
.recent-post-block span:last-child {
  padding-bottom: 6px;
}
.current-cat > a {
  color: #52a4db;
}
/**************************
Page
**************************/
#inner-wrap {
  overflow: hidden;
}
.site-container {
  background: url(images/gray-bg.jpg);
  overflow: hidden;
}
.site-inner-wrap {
  background: #ffffff;
  width: 100%;
}
.site-inner {
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 0 0 4rem 0;
}
.site-inner .content-sidebar-wrap {
  max-width: 1140px;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
  padding: 20px 0;
}
.site-inner .content-sidebar-wrap .pagination {
  width: 100%;
  display: block;
  clear: both;
}
.site-inner .content-sidebar-wrap .pagination li a {
  background: #d2d6d9;
  color: #4b4b4b;
  font-weight: 700;
  font-size: 12pt;
  text-decoration: none;
}
.site-inner .content-sidebar-wrap .pagination li a:hover {
  background: #52a4db;
  color: #ffffff;
}
.site-inner .content-sidebar-wrap .pagination li.active a {
  background: #52a4db;
  color: #ffffff;
}
.site-inner .content-sidebar-wrap .pagination li.active a:hover {
  background: #52a4db;
  color: #ffffff;
}
.entry {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.entry .entry-header {
  background: #ffffff;
  height: auto;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}
.entry .entry-header .entry-title {
  font-size: 18pt;
  font-weight: 700;
  margin: 0;
}
.entry .entry-header .entry-title a {
  font-size: 18pt;
  font-weight: 700;
  margin: 0;
}
.entry .entry-header .entry-meta {
  width: 60%;
  display: inline-block;
  margin: 25px 0 0;
  overflow: hidden;
  color: #4b4b4b;
}
.entry .entry-header .entry-meta a {
  color: #52a4db;
}
.entry .entry-header .entry-meta span {
  display: inline-block;
}
.entry .entry-header h2 a {
  color: #4b4b4b;
}
.entry .entry-content {
  height: auto;
  padding: 0;
  overflow: hidden;
}
.entry .entry-content a {
  color: #52a4db;
}
.entry .entry-content a:hover {
  color: #4b4b4b;
}
.entry .entry-content blockquote {
  border-color: #dddddd;
}
.entry .entry-content blockquote p {
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 18pt !important;
}
.entry .entry-content blockquote:before {
  display: none;
}
.entry .entry-footer {
  display: block;
  margin: 0 0 40px 0;
  padding: 15px 0 40px 0;
  border-bottom: 1px solid #dddddd;
}
.entry .entry-footer .entry-meta {
  margin: 0;
  padding: 0;
  border-top: none;
  color: #4b4b4b;
}
.entry .entry-footer .entry-meta a {
  color: #52a4db;
}
.entry .entry-footer .entry-meta .entry-comments-link:before {
  content: "";
  margin: 0;
}
.entry:last-child .entry-footer {
  border: none;
}
.wp-caption-text {
  margin: 15px 0;
  font-size: 9pt;
}
.sidebar-content .content {
  float: right;
}
.wp-post-image {
  margin: 0 auto 2rem auto;
  float: none;
  display: block;
}
.post-edit-link {
  display: none;
}
@media only screen and (min-width: 1200px)  {
  .sidebar-content-sidebar .content-sidebar-wrap {
    max-width: 83%;
  }
  .sidebar-secondary {
    max-width: 15%;
    margin-top: 20px;
  }
  .sidebar-secondary h4 {
    font-size: 12pt !important;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    max-width: 83%;
  }
  .sidebar-secondary {
    max-width: 15%;
    margin-top: 20px;
  }
  .sidebar-secondary h4 {
    font-size: 12pt !important;
  }
}
/**************************
Posts
**************************/
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .post-header-ad {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .post-header-ad {
    display: none;
  }
}
.post-body-ad {
  height: auto;
  display: block;
  float: none;
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .post-body-ad img {
    float: none;
    margin: 10px auto;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .post-body-ad img {
    float: none;
    margin: 10px auto;
    display: block;
  }
}
/**************************
Career Profile Posts
**************************/
.header-wrap {
  background: #4b4b4b;
  height: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
  border: 2px solid #d2d6d9;
}
.header-wrap * {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, serif;
}
.header-wrap#career-profile-header {
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.header-wrap#career-profile-header header h1 {
  width: auto;
  float: left;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header-wrap#career-profile-header header h1 {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .header-wrap#career-profile-header header h1 {
    float: none;
    text-align: center;
  }
  .header-wrap#career-profile-header header h1 .btn {
    float: none !important;
  }
}
.header-wrap#career-profile-header header > div {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header-wrap#career-profile-header header {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .header-wrap#career-profile-header header {
    text-align: center;
  }
}
#career-profile-content .entry-content h2 {
  margin-top: 0;
}
#career-profile-content .entry-content .col > ul > li {
  list-style: none;
  margin: 10px 0;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
#career-profile-content .entry-content ul {
  margin: 0;
  padding: 0;
}
#career-profile-content .entry-content ul li,
#career-profile-content .entry-content ul span,
#career-profile-content .entry-content ul a,
#career-profile-content .entry-content ul p {
  font-family: Helvetica, Arial, sans-serif;
}
#career-profile-content .entry-content ul li {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
#career-profile-content .entry-content ul li p {
  font-size: 13pt;
  line-height: 1.5;
  color: #000000;
}
#career-profile-content .entry-content ul li div.question {
  font-style: italic;
  font-size: 12.5pt;
  height: auto;
  display: inline-block;
  padding: 0;
}
#career-profile-content .entry-content ul li div.answer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14pt;
  color: #000000;
  display: inline-block;
  margin: 8px 0 0 0;
}
#career-profile-content .entry-content ul li i {
  color: #ce5656;
  margin: 0 5px 0 0;
}
#career-profile-content .entry-content ul li ul li {
  color: #000000;
  margin: 5px 0;
  list-style: disc;
}
#career-profile-content .entry-content ul li ul li .rank-question {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12.5pt;
}
.post-header-ad {
  text-align: center;
}
/**************************
Career Archive Pages
**************************/
.career-archive-page .entry {
  padding: 10px 0;
  border-bottom: 1px solid #d2d6d9;
}
.career-archive-page .entry .entry-header {
  padding-top: 20px;
  margin-bottom: 0;
}
.career-archive-page .entry .entry-header h2 {
  margin-top: 0;
}
.career-archive-page .entry .entry-header h2 a {
  color: #52a4db;
  font-size: 14pt;
}
#career-archive-rich-description {
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/**************************
Home
**************************/
.home .trigger {
  top: 800px;
}
.home .entry .entry-title {
  text-align: center;
  line-height: 140%;
}
.home .entry .entry-content ul {
  height: auto;
  display: block;
  clear: both;
}
.home .entry .entry-content ul.careers-list {
  width: 100%;
  margin: 10px 0;
  padding: 5px 4%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 3px #e8e8e8;
}
.home .entry .entry-content ul.careers-list li {
  width: 50%;
  float: left;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry .entry-content ul.careers-list li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry .entry-content ul.careers-list li {
    width: 100%;
  }
}
.home .entry .entry-content ul.careers-list li.careers-item {
  width: 50%;
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0;
  float: left;
  border-bottom: 1px solid #e8e8e8;
}
.home .entry .entry-content ul.careers-list li.careers-item a {
  color: #4b4b4b;
}
.home .entry .entry-content ul.careers-list li.careers-item:before {
  font-family: FontAwesome;
  content: "\f005";
  font-size: 16px;
  margin: 0 10px 0 0;
  color: #d2d6d9;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry .entry-content ul.careers-list li.careers-item {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry .entry-content ul.careers-list li.careers-item {
    width: 100%;
  }
}
.home .entry #search-job-profiles {
  border: none;
  border-radius: 2px;
}
.home .entry #search-job-profiles .col {
  padding-top: 14px;
  padding-bottom: 12px;
  border-right: 1px solid #3a3a3a;
  border-left: 1px solid #707070;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry #search-job-profiles .col {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry #search-job-profiles .col {
    text-align: center;
  }
}
.home .entry #search-job-profiles .col > a {
  color: #ffffff;
  font-style: italic;
  height: 30px;
  display: block;
}
.home .entry #search-job-profiles .col > a:hover {
  color: #52a4db;
}
.home .entry #search-job-profiles #uwpqsf_id {
  border: none;
}
.home .entry #search-job-profiles #uwpqsf_id form * {
  border: none;
}
.home .entry #search-job-profiles #uwpqsf_id form .uform_title {
  display: none;
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class label,
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class span {
  color: #ffffff;
  font-family: "din-condensed-web", sans-serif;
  font-size: 18pt;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class {
    width: 100%;
  }
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class .-keyword {
  width: 41%;
  float: left;
  margin: 0 0 0 4%;
  padding: 0;
  text-transform: uppercase;
  font-size: 16pt;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class .-keyword {
    width: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class .-keyword {
    width: 51%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class .-keyword {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class .-keyword {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class input.uwpqsftext {
  width: 55%;
  height: 30px;
  float: left;
  display: block;
  margin: 0;
  padding: 5px 0;
  border-radius: 20px;
  box-shadow: inset 0px 2px 3px #d2d6d9;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class input.uwpqsftext {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class input.uwpqsftext {
    width: 45%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class input.uwpqsftext {
    width: 90%;
    margin: 0 auto 15px auto;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_class input.uwpqsftext {
    width: 90%;
    margin: 0 auto 15px auto;
    float: none;
  }
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_submit {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  clear: none;
  overflow: hidden;
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_submit #uwpqsf_id_btn {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-family: "din-condensed-web", sans-serif;
  text-transform: lowercase;
  font-size: 18pt;
}
.home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_submit #uwpqsf_id_btn:hover {
  color: #52a4db;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_submit {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .home .entry #search-job-profiles #uwpqsf_id form .uwpqsf_submit {
    width: 100%;
  }
}
/**************************
Contact Us
**************************/
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span {
  width: 48%;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .ginput_complex label {
  font-size: 12pt;
  color: #4b4b4b;
  padding: .75rem !important;
  border-radius: 0;
}
.gform_wrapper .gform_body ul li {
  text-indent: 0  !important;
}
.gform_wrapper .gform_body ul li:before {
  content: "" !important;
}
.gform_footer input[type="submit"] {
  font-size: 12pt !important;
  padding: 0.6em 1.6em;
}
/**************************
Advanced Search
**************************/
.page-id-192 .entry-content #uwpqsf_id {
  background: #cc6699;
  padding: 5%;
  border: none;
}
.page-id-192 .entry-content #uwpqsf_id form * {
  border: none;
}
.page-id-192 .entry-content #uwpqsf_id form .uform_title {
  display: none;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class label,
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class span {
  color: #ffffff;
  font-family: "din-condensed-web", sans-serif;
  font-size: 18pt;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class select {
  height: 30px;
  font-style: italic;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class.cmf-radio-1 {
  margin: 20px 0;
  height: auto;
  display: block;
  overflow: hidden;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class.cmf-radio-1 label {
  margin: 7px 0 7px 20px;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class.cmf-radio-1 label input {
  margin-right: 5px;
}
.page-id-192 .entry-content #uwpqsf_id form .uwpqsf_class.cmf-radio-1 label input.uwpqsftext {
  margin: 5px 4% 5px 0;
  padding: 5px;
}
.page-id-192 .entry-content #uwpqsf_id form #uwpqsf_id_btn {
  background: #000000;
  width: 90%;
  margin-top: 6px;
  padding: 5px 0;
  outline: 3px solid #000000;
  border: 1px solid #ffffff;
  font-family: "din-condensed-web", sans-serif;
}
.page-id-192 .entry-content #uwpqsf_id form #uwpqsf_id_btn:hover {
  color: #ce5656;
}