/*
Theme Name: Probotics
Author: Lucas Sa
Author URI: http://www.lucasdesa.com/
Description: This is a custom Theme built for Probotics.
Version: 1.0
*/
.right {
  float: right;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}
h1 {
  color: #262964;
}
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0 0 6px 0;
}
.subtitle {
  color: #696969 !important;
  font-weight: 300 !important;
  text-align: left;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.boxShadow {
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  background: #434343;
  color: #696969;
}
.top-bar-wrap {
  height: 60px;
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.topbar-logo-wrap {
  float: left;
  width: 120px;
  height: auto;
  margin: 12px 0 0 0;
}
.topbar-logo-wrap img {
  width: 100%;
}
.menu-wrap {
  float: right;
  margin: 11px 12px 0 0;
}
.nav-menu {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: .8em;
}
.nav-menu li {
  list-style: none;
  display: inline;
  margin: 0;
}
.nav-menu li a {
  padding: 8px 4px;
  text-decoration: none;
  display: inline-block;
  background: white;
  border-right: 1px white solid;
  border-left: 1px white solid;
  border-top: 1px white solid;
  border-bottom: 3px white solid;
  color: #6f6f6f;
}
.nav-menu li a:hover,
.nav-menu li a:active,
.nav-menu li.current-menu-item a,
.nav-menu li.current-page-ancestor a,
.nav-menu li.current-post-ancestor a {
  text-decoration: none;
  border-right: 1px #efefef solid;
  border-left: 1px #efefef solid;
  border-top: 1px #efefef solid;
  border-bottom: 3px #262964 solid;
  color: #262964;
}
.menu-mobile-hamburger {
  float: right;
  width: 40px;
  height: 40px;
  margin: 16px 5px 0 0;
}
.menu-mobile {
  position: fixed;
  width: 250px;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  z-index: 600;
  transition: transform 0.3s ease-out;
  transform: translateX(-100%);
  padding-right: 16px;
}
.show-menu {
  transform: translateX(0);
  -webkit-box-shadow: 0px 0px 300px -16px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 300px -16px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 300px -16px rgba(0, 0, 0, 0.44);
}
.logo-menu-mobile img {
  width: 160px;
  padding: 25px 0 25px 55px;
}
.menu-mobile-line {
  border-bottom: 1px #f2f2f2 solid;
}
.nav-menu-mobile {
  margin: 0;
  padding: 14px 0 0 55px;
}
.nav-menu-mobile li {
  font-size: 22px;
  list-style: none;
}
.nav-menu-mobile li a {
  font-weight: 400;
  color: #797979;
  text-decoration: none;
  display: block;
  padding: 12px 0 12px 0;
}
.content-wrap {
  margin-top: 60px;
  padding-bottom: 5px;
  background: #f1f1f1;
}
.header-banner-wrap {
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.home-banner {
  height: 550px;
}
.header-banner-filter {
  width: 100%;
  background: url(images/bg_filter.png) top center;
}
.probity-header {
  font-size: 28px;
  color: white;
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
  text-transform: uppercase;
}
.probity-header-home {
  color: #535353;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 36px;
}
.probity-header-home strong {
  color: #262964;
  font-weight: bold;
}
.probity-header span {
  color: #262964;
  font-weight: 700;
  text-shadow: 0px 0px 14px rgba(255, 255, 255, 0.3);
}
.probity-sbheader {
  font-size: 20px;
  font-style: italic;
  color: white;
  font-weight: 300;
  text-align: center;
  padding-bottom: 60px;
  margin-top: 15px;
  text-shadow: 0px 0px 14px #1e1e1e;
  line-height: 38px;
}
.probity-header-inn {
  padding: 0;
}
.probity-sbheader-inn {
  padding: 0;
}
.header-banner-filter-inn {
  width: 100%;
  background: url(images/bg_filter.png) top center;
  padding: 35px 0;
}
@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
}
.arrowDown {
  position: absolute;
  height: 15px;
  width: 100%;
  text-align: center;
  background: url(images/arrow_down.png) top center no-repeat;
  animation: bounce 2s infinite ease-in-out;
  bottom: 8px;
}
.services-home-list {
  padding-bottom: 28px;
}
.services-title {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
.serv-home-list-wrap {
  width: 100%;
  background: white;
  border-bottom: 5px solid #262964;
  text-align: center;
  transition-duration: 0.4s;
  margin-bottom: 32px;
  border-radius: 3px;
  overflow: hidden;
}
.serv-home-list-image {
  width: 100%;
  height: 125px;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.serv-home-list-image img {
  position: absolute;
  margin: auto;
  min-height: 101%;
  min-width: 101%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  opacity: 0.8;
  filter: grayscale(40%);
  transition-duration: 0.4s;
}
.serv-home-list-title {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 20px;
  padding: 0 15px;
}
.serv-home-list-button a {
  padding: 9px 24px;
  background: #262964;
  color: white !important;
  outline: none;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 28px;
  transition-duration: 0.4s;
  font-weight: normal !important;
}
.serv-home-list-button a:hover {
  text-decoration: none;
  color: white;
  background: #262964;
}
.serv-home-list-wrap:hover {
  border-bottom: 5px solid #262964;
  -webkit-box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 35px -2px rgba(0, 0, 0, 0.21);
}
.serv-home-list-wrap:hover .serv-home-list-image img {
  opacity: 0.9;
  filter: grayscale(20%);
}
.footer-top-line {
  width: 100%;
  height: 6px;
  background: #696969;
  padding: 0;
  margin: 0;
}
footer {
  margin: 0;
  padding: 0;
}
.footer-wrap {
  background: #434343;
  padding: 45px 0;
  color: #d9d9d9;
  font-size: 12px;
}
.probityRights {
  text-align: center;
  margin-bottom: 10px;
  line-height: 20px;
}
.probityRights a {
  display: inline-block;
  color: white;
  padding: 4px 3px;
  border-bottom: 2px transparent solid;
  font-weight: 300;
  font-size: 13px;
}
.probityRights a:hover {
  border-bottom: 2px #262964 solid;
  text-decoration: none;
}
.phoneNumbers {
  text-align: center;
}
.phoneNumbers span {
  color: white;
  font-size: 16px;
}
.logo-footer {
  width: 115px;
  margin: 7px auto 0 auto;
  opacity: 1;
}
.logo-footer:hover {
  opacity: 1;
}
.linkedin-footer {
  width: 101px;
  height: 37px;
  margin: 0 auto;
  background: transparent;
}
.linkedin-footer a {
  display: block;
  color: #cdcdcd;
  border-radius: 3px;
}
.linkedin-footer a:hover {
  text-decoration: none;
  color: white;
  background: #545454;
}
.follow-us {
  float: left;
  margin: 10px 0 0 7px;
  font-size: 13px;
}
.linkedin-logo {
  float: right;
  width: 23px;
  height: 23px;
  margin: 7px 7px 7px 0;
  opacity: 0.6;
}
.linkedin-footer a:hover .linkedin-logo {
  opacity: 1;
}
.divLine-footer {
  border-top: 1px #545454 solid;
  width: 100%;
  margin: 15px 0;
}
.page-wrap {
  padding: 35px 0;
}
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  color: #262964;
  font-weight: 400;
}
.page-wrap a {
  color: #262964;
  font-weight: 700;
}
.page-wrap a:hover {
  color: #262964;
}
.page-wrap p {
  line-height: 30px;
}
.titles-wrap {
  margin: 0 0 25px 0;
}
.article-item-link {
  text-decoration: none;
}
.article-item-link:hover {
  text-decoration: none;
}
.article-item-wrap {
  width: 100%;
  background: white;
  display: block;
  margin-bottom: 16px;
  color: #757575;
  font-size: 13px;
  border-bottom: 2px #e2e2e2 solid;
  border-right: 2px #e2e2e2 solid;
  border-radius: 3px;
  overflow: hidden;
  text-align: left;
}
.article-item-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 29px;
  overflow: hidden;
}
.article-item-wrap p {
  margin-bottom: 0;
}
.article-item-wrap span {
  color: #262964;
  font-weight: bold;
}
.article-item-wrap .article-item-image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 8px white solid;
  opacity: 0.8;
  filter: grayscale(40%);
  transition-duration: 0.4s;
}
.article-item-wrap .article-item-desc {
  padding: 16px;
  font-weight: normal;
}
.article-item-wrap .article-item-desc p {
  line-height: 22px;
  text-align: left !important;
}
.article-item-link:hover .article-item-image {
  opacity: 0.9;
  filter: grayscale(0%);
}
.article-item-link:hover .article-item-wrap {
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
}
.article-item-link:hover .article-item-wrap h2 {
  color: #262964;
}
.read-more-article {
  color: #262964;
  font-weight: bold;
  margin-top: 6px;
  font-size: 11px;
}
.lightBoxInfo {
  padding: 20px;
  background: white;
  width: 100%;
  border-bottom: 2px #e2e2e2 solid;
  border-right: 2px #e2e2e2 solid;
  border-radius: 4px;
  margin: 12px 0;
}
.lightBoxInfo p {
  text-align: left !important;
  margin: 0;
}
.sectors-item-wrap {
  background: white;
  padding: 16px;
  border-bottom: 2px #E2E2E2 solid;
  border-right: 1px #E2E2E2 solid;
  text-align: center;
  margin-bottom: 20px;
  border-top: 4px solid #262964;
  transition-duration: 0.4s;
  border-radius: 3px;
}
.sectors-item-wrap:hover {
  border-top: 4px solid #262964;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
}
.sectors-icon-wrap {
  border-radius: 50%;
  background: #f5f5f5;
  margin: 8px auto;
  width: 140px;
  height: 140px;
}
.sectors-icon {
  padding-top: 42px;
  opacity: .6;
  width: 55px;
  margin: 0 auto;
}
.sectors-title {
  color: #4a4a4a;
  font-weight: 700;
  margin: 16px 0;
}
.go-back {
  font-size: 10px;
  color: white !important;
  float: right;
  padding: 6px 12px;
  background: #696969;
  margin: 16px 0 0 0;
  font-weight: 300;
  border-radius: 3px;
}
.go-back:hover {
  text-decoration: none;
  color: white;
  background: #262964;
}
.call-back-link {
  display: inline-block;
  padding: 8px 16px;
  background: #262964;
  color: white !important;
  font-weight: normal !important;
  margin: 8px 0;
  border-radius: 4px;
}
.call-back-link:hover {
  text-decoration: none;
  background: #464a8f;
}
.single-thumbnail-img {
  float: right;
  margin: 0 0 20px 20px;
  filter: grayscale(20%);
  opacity: 0.9;
}
.team-list-wrap {
  background: white;
  padding: 16px;
  border-bottom: 3px #262964 solid;
  border-right: 1px #e2e2e2 solid;
  text-align: center;
  margin: 28px 0;
  border-radius: 4px;
}
.team-list-wrap p {
  text-align: center;
}
.team-list-wrap small {
  font-size: 70%;
}
.team-list-p {
  text-align: center;
  margin: 8px 0 4px 0;
  line-height: 25px;
  font-size: 13px;
  overflow: hidden;
}
.team-list-p p {
  margin: 0;
  line-height: 25px !important;
}
.team-list-photo {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  margin: 0 auto 8px auto;
  border: 8px #f9f9f9 solid;
}
.team-list-photo img {
  width: 100%;
  -webkit-filter: grayscale(25%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(25%);
}
.contact-info-wrap {
  background: white;
  padding: 16px;
  border-right: 1px #e2e2e2 solid;
  border-bottom: 3px #262964 solid;
  border-radius: 3px;
  margin: 12px 0;
}
.contact-info-wrap ul {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.contact-info-wrap li {
  margin: 4px 0;
  list-style: none;
}
.testimonials-wrap {
  padding: 25px 16px 16px 16px;
  background: white;
  border-radius: 4px;
  border-right: 2px #e2e2e2 solid;
  border-bottom: 2px #e2e2e2 solid;
  text-align: center;
  margin: 20px 0 0 0;
}
.testimonials-wrap p {
  text-align: center;
}
.testimonials-photo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px #f9f9f9 solid;
  display: inline-block;
  margin-top: -50px;
  background-size: cover;
  background-position: center;
}
.testimonials-desc {
  text-align: center;
}
.testimonials-desc .left-quotes,
.testimonials-desc .right-quotes {
  font-size: 40px;
}
.testimonials-desc .left-quotes {
  float: left;
}
.testimonials-desc .right-quotes {
  float: right;
}
.testimonials-desc h4 {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 18px;
  margin: 0;
}
.testimonials-desc .testimonials-excerpt {
  text-transform: uppercase;
  font-size: 13px;
}
.testimonials-desc .testimonials-t {
  font-size: 15px;
  font-style: italic;
}
.profile-page-header {
  padding: 16px;
  width: 100%;
  background: white;
  border-radius: 4px;
  border-bottom: 3px #262964 solid;
  border-right: 2px #e2e2e2 solid;
  text-align: center;
  margin: 40px 0 22px 0;
}
.profile-page-header h1 {
  font-weight: bold;
  font-size: 22px;
}
.profile-page-header p {
  text-align: center;
  margin: 0;
}
.profile-page-header .profile-page-excerpt {
  text-transform: uppercase;
  margin: 3px 0 0 0;
  font-size: 13px !important;
}
.profile-page-header .profile-page-excerpt p {
  margin: 0;
}
.profile-page-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: -60px auto 0 auto;
  border: 8px #f2f2f2 solid;
}
.profile-page-photo img {
  width: 100%;
}
.cases-wrap {
  background: white;
  border-radius: 4px;
  border-bottom: 2px #e2e2e2 solid;
  border-right: 2px #e2e2e2 solid;
  text-align: center;
  margin: 6px 0;
  overflow: hidden;
}
.cases-img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: 4px white solid;
}
.cases-title {
  padding: 8px;
  font-size: 14px;
}
.logoList {
  width: 100%;
  margin: 16px 0;
  padding: 0;
}
.logoList li {
  list-style: none;
  margin: 0;
  float: left;
  box-sizing: border-box;
  width: 48%;
  padding-bottom: 48%;
  margin: 1%;
  background: white;
  border: 10px solid white;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.11);
}
.logoList li img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.form-wrap {
  padding: 4px;
}
.submitBtn {
  padding: 8px 20px;
  border: none;
  background: #262964;
  color: white;
  border-radius: 4px;
  float: right;
  width: 100%;
}
.uipathItems {
  padding: 28px 0 16px 0;
  text-align: center;
  background: white;
  border-radius: 4px;
  border-right: 1px #e2e2e2 solid;
  border-bottom: 1px #e2e2e2 solid;
}
.uipathItems p {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
}
.uipathItems .item {
  padding: 0 25px;
}
.uipathItems h4 {
  font-weight: bold;
  font-size: 14px;
  color: #31738e;
}
.uipathItems .UIicons {
  margin: 0 auto 20px auto;
  width: 68px;
}
@media (min-width: 576px) {
  .probity-header {
    font-size: 35px;
  }
  .services-title {
    font-size: 25px;
    font-weight: 300;
  }
  .sectors-item-wrap {
    border-top: 4px solid #c18e9a;
  }
  .serv-home-list-image img {
    opacity: 0.8;
  }
  .logo-footer {
    opacity: 0.7;
  }
  .serv-home-list-title {
    height: 46px;
  }
  .article-item-wrap h2 {
    height: 90px;
  }
  .article-item-expert {
    height: 87px;
    overflow: hidden;
  }
  .logoList li {
    width: 31.33%;
    padding-bottom: 31.33%;
    margin: 1%;
  }
  .submitBtn {
    width: 110px;
  }
}
.menu-item-type-custom a {
  background: #262964 !important;
  color: white !important;
  border: 0 none !important;
  text-align: center !important;
}
.menu-item-type-custom a:hover {
  border: 0 none !important;
  background: #4e518c !important;
}
@media (min-width: 768px) {
  .menu-wrap {
    margin: 19px 12px 0 0;
  }
  .nav-menu {
    font-size: .9em;
  }
  .nav-menu li {
    margin: 0 1px;
  }
  .nav-menu li a {
    padding: 8px 7px;
  }
  .top-bar-wrap {
    height: 80px;
  }
  .content-wrap {
    margin-top: 80px;
  }
  .topbar-logo-wrap {
    width: 215px;
    margin: 12px 0 0 0;
  }
  .probity-header {
    font-size: 40px;
  }
  .probity-sbheader {
    font-size: 22px;
  }
  .services-title {
    font-size: 30px;
  }
  .team-list-p {
    height: 50px;
  }
  .team-list-links {
    height: 24px;
    overflow: hidden;
  }
  .logoList li {
    width: 24%;
    padding-bottom: 24%;
    margin: 0.5%;
  }
  .probity-header-home {
    margin-top: 100px;
  }
  .menu-mobile-hamburger {
    margin: 26px 5px 0 0;
  }
}
@media (min-width: 992px) {
  .probity-header {
    font-size: 45px;
  }
  .serv-home-list-image {
    height: 142px;
  }
  .probityRights {
    text-align: left;
  }
  .phoneNumbers {
    text-align: right;
  }
  .logo-footer {
    margin: 7px 0 0 0;
  }
  .linkedin-footer {
    float: right;
  }
  .logoList li {
    width: 19%;
    padding-bottom: 19%;
    margin: 0.5%;
  }
  .iframeForm {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  .services-title {
    font-size: 35px;
  }
  .logoList li {
    width: 15.66%;
    padding-bottom: 15.66%;
    margin: 0.5%;
  }
  .probity-header-home {
    margin-top: 120px;
  }
}
.bold {
  font-weight: 700 !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
