body {
  background: #eee;
  min-width: 0 !important;
}

.nav-secondary {
  margin: 0 -10000px;
  padding: 0 10000px;
}

#experts-body {
  background: #eee;
  min-width: 320px;
  font-family: 'Roboto',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  margin-top: -40px;
}

#experts-body a,#experts-body a:link {
  text-decoration: none;
}

#experts-body p {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #555;
}

#experts-body h1,#experts-body h2,#experts-body h3,#experts-body h4,#experts-body h5 {
  font-weight: 400;
}

#experts-body h2:after {
  display: none;
}

#experts-body section {
  margin: 0;
}

#experts-body .container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1400px;
  min-width: 320px;
}

#experts-body .full-bleed {
  width: 100%;
}

#experts-body .full-bleed h2 {
  margin: 0 0 32px;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
}

#experts-body .main-header .main-title {
  margin-bottom: 16px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #experts-body .main-header .main-title {
    margin-bottom: 34px;
  }
}

#experts-body .main-header .main-strapline {
  display: none;
  margin: 0;
}

#experts-body .main-header .main-header-inner {
  box-shadow: 0 7px 4px rgba(0,0,0,0.05);
  position: relative;
}

#experts-body .main-header .banner {
  overflow: hidden;
}

#experts-body .main-header .banner .title-container {
  margin: 0 auto;
  padding: 28px 20px 0;
}

@media screen and (min-width: 768px) {
  #experts-body .main-header .banner .title-container {
    padding: 28px 20px 0;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .main-header .banner .title-container {
    padding: 62px 20px 0;
  }
}

#experts-body .nav-primary ul {
  margin: 0;
  padding: 0;
}

#experts-body .nav-primary ul:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .nav-primary ul li {
  float: left;
  padding: 11px 0 7px;
  border-bottom: 2px solid transparent;
  margin: 0 12px;
}

#experts-body .nav-primary ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#experts-body .nav-primary ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

#experts-body .nav-secondary .container {
  padding-left: 0;
  padding-right: 0;
}

#experts-body .nav-secondary .container:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#experts-body .nav-secondary .container input {
  display: none;
}

#experts-body .nav-secondary .nav-level-0 {
  padding: 18px 20px 14px 54px;
  height: 50px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0 {
    text-align: center;
    padding: 67px 0 0;
    height: 100px;
    float: left;
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0 {
    padding: 29px 0 24px 54px;
    height: 70px;
    text-align: left;
  }
}

#experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 label {
  width: 100%;
  display: block;
  height: 60px;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 label {
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 label {
    height: 70px;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-technology:before,#experts-body .nav-secondary .nav-level-0.nav-marketing:before,#experts-body .nav-secondary .nav-level-0.nav-product-design:before,#experts-body .nav-secondary .nav-level-0.nav-product:before,#experts-body .nav-secondary .nav-level-0.nav-location:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0.nav-technology:before,#experts-body .nav-secondary .nav-level-0.nav-marketing:before,#experts-body .nav-secondary .nav-level-0.nav-product-design:before,#experts-body .nav-secondary .nav-level-0.nav-product:before,#experts-body .nav-secondary .nav-level-0.nav-location:before {
    top: 38px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-technology:before,#experts-body .nav-secondary .nav-level-0.nav-marketing:before,#experts-body .nav-secondary .nav-level-0.nav-product-design:before,#experts-body .nav-secondary .nav-level-0.nav-product:before,#experts-body .nav-secondary .nav-level-0.nav-location:before {
    top: 50%;
    left: 17px;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: -10px;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-technology:after,#experts-body .nav-secondary .nav-level-0.nav-marketing:after,#experts-body .nav-secondary .nav-level-0.nav-product-design:after,#experts-body .nav-secondary .nav-level-0.nav-product:after,#experts-body .nav-secondary .nav-level-0.nav-location:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 6px;
  margin-top: -3px;
}

#experts-body .nav-secondary .nav-level-1 {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  display: none;
  margin-top: -9999px;
  z-index: -1;
  opacity: 0;
  float: left;
  width: 100%;
  padding: 8px 0;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-1 {
    padding: 0;
    display: block;
  }
}

#experts-body .nav-secondary .nav-level-1:hover {
  display: block;
}

#experts-body .nav-secondary .nav-level-1 ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#experts-body .nav-secondary .nav-level-1 ul:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .nav-secondary .nav-level-1 li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-1 li {
    width: 20%;
  }
}

#experts-body .nav-secondary .nav-level-1 li:last-child:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .nav-secondary .nav-level-1 li a {
  width: 100%;
  display: block;
  padding: 3px 0 4px 55px;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-1 li a {
    padding: 16px 0 16px 55px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-1 li a {
    height: auto;
  }
}

#experts-body .nav-secondary .nav-level-1 li.nav-current a {
  background-image: url(../img/icons/icon-option-checked.svg);
}

#experts-body .nav-secondary .nav-mobile-level-1 {
  margin-top: 0;
  border-right: 7px solid transparent;
  float: none;
  display: none;
  max-height: 198px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-mobile-level-1 {
    display: none !important;
  }
}

#experts-body .nav-secondary .nav-mobile-level-1::-webkit-scrollbar {
  width: 7px;
}

#experts-body .nav-secondary .nav-mobile-level-1::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(255,255,255,0.2);
}

#experts-body .nav-secondary .nav-mobile-level-1::-webkit-scrollbar-track {
  background: transparent;
  margin: 10px 0;
}

#experts-body input:checked+.nav-technology ~ .nav-technology {
  margin-top: 0;
  opacity: 1;
  z-index: 0;
}

#experts-body input:checked+.nav-technology ~ .nav-mobile-level-1.nav-technology {
  display: block;
}

#experts-body input:checked+.nav-marketing ~ .nav-marketing {
  margin-top: 0;
  opacity: 1;
  z-index: 0;
}

#experts-body input:checked+.nav-marketing ~ .nav-mobile-level-1.nav-marketing {
  display: block;
}

#experts-body input:checked+.nav-product ~ .nav-product {
  margin-top: 0;
  opacity: 1;
  z-index: 0;
}

#experts-body input:checked+.nav-product ~ .nav-mobile-level-1.nav-product {
  display: block;
}

#experts-body input:checked+.nav-product-design ~ .nav-product-design {
  margin-top: 0;
  opacity: 1;
  z-index: 0;
}

#experts-body input:checked+.nav-product-design ~ .nav-mobile-level-1.nav-product-design {
  display: block;
}

#experts-body input:checked+.nav-location ~ .nav-location {
  margin-top: 0;
  opacity: 1;
  z-index: 0;
}

#experts-body input:checked+.nav-location ~ .nav-mobile-level-1.nav-location {
  display: block;
}

#experts-body .nav-technology,#experts-body .nav-marketing,#experts-body .nav-product,#experts-body .nav-product-design,#experts-body .nav-location {
  position: relative;
}

#experts-body .nav-filters {
  margin: 16px 0;
}

#experts-body .nav-filters .filters-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#experts-body .nav-filters .filters-list:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .nav-filters li {
  float: left;
  display: block;
  padding: 6px 4px 6px 10px;
  margin: 0 10px 9px 0;
}

#experts-body .nav-filters li span {
  display: block;
}

#experts-body .nav-filters li a {
  margin: 0 0 0 6px;
}

#experts-body .results-container {
  margin: 48px 0;
  min-height: 400px;
}

#experts-body .people-list {
  list-style: none;
  margin: -16px -.75%;
  padding: 0;
  -webkit-animation: fadeIn 300ms ease-in;
  -moz-animation: fadeIn 300ms ease-in;
  animation: fadeIn 300ms ease-in;
}

#experts-body .people-list:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .people-list-empty {
  display: block;
  text-align: center;
  color: #666;
  font-weight: 300;
  padding: 100px 0 0;
  font-size: 16px;
  -webkit-animation: fadeIn 500ms ease-in;
  -moz-animation: fadeIn 500ms ease-in;
  animation: fadeIn 500ms ease-in;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#experts-body .person-card {
  width: 98.5%;
  float: left;
  margin: 8px .75%;
}

@media screen and (min-width: 768px) {
  #experts-body .person-card {
    width: 48.5%;
    margin: 8px .75%;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .person-card {
    width: 23.5%;
    margin: 8px .75%;
  }
}

#experts-body .person-card .person-card-inner {
  display: block;
}

#experts-body .person-card .person-image {
  display: block;
  height: 100px;
  margin: 10px auto 6px;
}

#experts-body .person-card span {
  display: block;
}

#experts-body .person-card span.person-role {
  margin-bottom: 4px;
}

#experts-body .person-card .person-card-header {
  padding: 6px 0 8px;
}

#experts-body .person-card .person-card-header h4 {
  margin: 0;
}

#experts-body .person-card .person-card-header .person-location {
  margin: 2px 0 0;
}

#experts-body .person-card .person-card-footer {
  padding: 8px 10px 10px;
  display: block;
}

#experts-body .back-to-top-container {
  width: 100%;
  padding: 50px 0 30px;
  text-align: right;
}

#experts-body .back-to-top {
  display: block;
  font-size: 13px;
  color: #757575 !important;
  font-weight: 300;
}

#experts-body .back-to-top:after {
  content: '';
  display: inline-block;
  background: url(../img/icons/icon-up-arrow.svg) no-repeat;
  width: 12px;
  height: 6px;
  background-size: contain;
  margin: 4px 0 0 8px;
  vertical-align: top;
}

#experts-body .page-profile .banner .container {
  margin: 0 auto;
  padding: 0 20px 130px;
}

#experts-body .page-profile .main-title {
  position: relative;
  padding-left: 44px;
  margin: 20px 0 40px;
}

#experts-body .page-profile .main-title:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  margin-top: -14px;
}

#experts-body .page-profile .profile {
  position: relative;
  top: -128px;
  max-width: 825px;
  padding: 44px 0 45px 28px;
}

@media screen and (min-width: 768px) {
  #experts-body .page-profile .profile {
    padding-left: 65px;
  }
}

#experts-body .page-profile .profile:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .page-profile .profile h2,#experts-body .page-profile .profile h3 {
  margin: 16px 0;
}

#experts-body .page-profile .profile h2 {
  margin: 0;
}

#experts-body .page-profile .profile p {
  margin-top: 0;
}

#experts-body .page-profile .profile p.location {
  margin: 0 0 10px;
}

#experts-body .page-profile .profile p.title {
  margin: 8px 0 0;
  font-weight: 400;
}

#experts-body .page-profile .profile ul {
  padding: 0;
  margin: 0;
}

#experts-body .page-profile .profile ul p {
  margin: 0 0 5px;
}

#experts-body .page-profile .profile .social-icons {
  padding: 0 0 64px;
  border-bottom: 1px solid #EDEDED;
}

#experts-body .page-profile .profile .social-icons li {
  display: inline-block;
  width: 32px;
  height: 32px;
}

#experts-body .page-profile .profile .social-icons li a {
  display: block;
  width: 100%;
  height: 100%;
}

#experts-body .page-profile .profile-col {
  width: 150px;
}

@media screen and (min-width: 768px) {
  #experts-body .page-profile .profile-col {
    width: 19.5%;
    float: left;
  }
}

#experts-body .page-profile .profile-col.profile-col-img {
  margin: 0 auto;
  left: -14px;
  position: relative;
}

#experts-body .page-profile .profile-col.profile-col-main {
  width: 100%;
  clear: both;
}

@media screen and (min-width: 768px) {
  #experts-body .page-profile .profile-col.profile-col-main {
    width: 71.7%;
    margin-left: 8.7%;
    clear: none;
  }
}

#experts-body .page-profile .profile-row {
  padding: 0 28px 45px 0;
}

@media screen and (min-width: 768px) {
  #experts-body .page-profile .profile-row {
    padding-right: 130px;
  }
}

#experts-body .page-profile .profile-header.profile-row {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #experts-body .page-profile .profile-header.profile-row {
    padding: 9px 130px 10px 0;
  }
}

#experts-body .info-page h3 {
  margin: 0;
  padding: 58px 0 52px;
  font-size: 24px;
  font-weight: 300;
}

#experts-body .content-block {
  background: #fff;
  padding: 32px;
}

@media screen and (min-width: 768px) {
  #experts-body .content-block {
    padding: 40px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .content-block {
    padding: 65px 90px;
  }
}

#experts-body .content-block p {
  margin: 24px 0;
}

#experts-body .content-block p:last-of-type {
  margin-bottom: 0;
}

#experts-body .content-block p:first-of-type {
  margin-top: 0;
}

#experts-body .content-block ul {
  padding: 0;
  margin: 0;
}

#experts-body .content-block ul h5 {
  margin: 10px 0;
}

#experts-body .content-block ul ul {
  padding-left: 30px;
}

#experts-body .content-block ul ul p {
  font-size: 13px;
  margin: 5px 0;
}

#experts-body .content-block ul ul p:last-child {
  margin-bottom: 20px;
}

#experts-body .critera h2 {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #experts-body .critera .list {
    width: 75%;
  }
}

#experts-body .critera .title--blue {
  font-weight: 400;
  font-size: 20px;
  margin: 19px 0;
}

#experts-body .block-list {
  padding: 0;
  margin: 0 -2%;
  list-style: none;
  padding-bottom: 170px;
  font-size: 0;
}

#experts-body .block-list h4 {
  margin: 0 0 19px;
  padding-left: 44px;
  position: relative;
  font-size: 20px;
}

#experts-body .block-list li {
  width: 96%;
  margin: 0 2% 40px;
  display: block;
  vertical-align: top;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #experts-body .block-list li {
    width: 46%;
    margin: 0 2% 40px;
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .block-list li {
    width: 28%;
  }
}

#experts-body .block-list p {
  font-weight: 300;
  color: #757575;
}

#experts-body .overlapping {
  margin-bottom: -150px;
}

#experts-body .overlapping.little-overlap {
  margin-bottom: -90px;
}

#experts-body .overlapping.little-overlap .overlapping__content {
  top: -90px;
}

#experts-body .overlapping.overlapping--no-margin {
  margin-bottom: 0;
}

#experts-body .overlapping .overlapping__content {
  position: relative;
  top: -150px;
}

#experts-body .banner--info-page .main-title {
  font-size: 34px;
  padding: 70px 0 180px;
}

#experts-body .roles-container .roles {
  margin-top: -88px;
  padding-bottom: 20px;
}

#experts-body .roles {
  position: relative;
}

#experts-body .roles:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .roles .role {
  width: 100%;
  float: left;
  margin: 0 0 16px;
}

@media screen and (min-width: 768px) {
  #experts-body .roles .role {
    width: 48.67%;
    margin: 0 1.33% 16px 0;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .roles .role {
    width: 24%;
    margin: 0 1.33% 0 0;
  }
}

#experts-body .roles .role:last-child {
  margin-right: 0;
}

#experts-body .roles .role .role-header {
  width: 100%;
  height: 88px;
}

#experts-body .roles .role .role-desc {
  padding: 20px 34px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #experts-body .roles .role .role-desc {
    height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .roles .role .role-desc {
    height: 490px;
  }
}

#experts-body .roles .role .role-desc .view-link {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 14px 0 0;
  display: block;
}

@media screen and (min-width: 768px) {
  #experts-body .roles .role .role-desc .view-link {
    position: absolute;
    bottom: 32px;
    padding: 0;
  }
}

#experts-body .roles .role .role-desc .view-link br {
  display: none;
}

@media screen and (min-width: 768px) {
  #experts-body .roles .role .role-desc .view-link br {
    display: block;
  }
}

#experts-body .roles .role .role-desc h3 {
  margin: 0 0 20px;
  padding: 0;
}

#experts-body .roles .role .role-desc p {
  margin: .4em 0;
}

#experts-body .roles .role .role-desc ul {
  padding: 0;
  margin: 0 0 0 15px;
}

#experts-body .roles .role .role-desc ul:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .roles .role .role-desc ul.two-cols li {
  width: 50%;
  float: left;
}

#experts-body .roles .role .role-desc ul.two-cols li:nth-child(2n+2) {
  width: 41%;
  margin-left: 9%;
}

#experts-body .page-become-an-expert .banner-image {
  width: 100%;
  height: 500px;
}

#experts-body .page-become-an-expert .main-content:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .start-application {
  width: 420px;
  float: left;
  margin-top: 105px;
}

#experts-body .start-application:after {
  content: "";
  display: table;
  clear: both;
}

#experts-body .start-application h3 {
  margin-bottom: 20px;
}

#experts-body .start-application .btn {
  padding: 8px 15px;
  display: inline-block;
  margin-top: 25px;
}

#experts-body .application-directions {
  float: right;
  width: 545px;
  margin-top: 88px;
  margin-bottom: 88px;
}

#experts-body .application-directions ol {
  padding: 0;
}

#experts-body .application-directions ol li {
  padding: 25px 90px 25px 100px;
  position: relative;
  min-height: 90px;
}

#experts-body .application-directions ol li:last-child {
  padding-bottom: 30px;
}

#experts-body .application-directions ol li:before {
  position: absolute;
  left: 25px;
  width: 1em;
  padding: 12px;
}

#experts-body .main-footer {
  height: 60px;
  background: #444;
}

body .devsite-main-content {
  max-width: none;
  padding: 0;
}

#experts-body h2 {
  border-bottom: 0;
}

#experts-body .page-become-an-expert .acknowledgement:before {
  background: url(../img/icons/icon-shield-tick.svg) no-repeat;
  background-size: contain;
  margin-top: 0;
}

#experts-body .page-become-an-expert .teams:before {
  background: url(../img/icons/icon-group.svg) no-repeat;
  background-size: contain;
  margin-top: 5px;
}

#experts-body .page-become-an-expert .events:before {
  background: url(../img/icons/icon-calendar-tick.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-become-an-expert .professionals:before {
  background: url(../img/icons/icon-card.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-become-an-expert .invitations:before {
  background: url(../img/icons/icon-ticket.svg) no-repeat;
  background-size: contain;
  margin-top: 5px;
}

#experts-body .page-become-an-expert .summit:before {
  background: url(../img/icons/icon-calendar.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-about .content-creation:before {
  background: url(../img/icons/icon-content.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-about .speaking:before {
  background: url(../img/icons/icon-chat.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-about .mentoring:before {
  background: url(../img/icons/icon-bug.svg) no-repeat;
  background-size: contain;
}

#experts-body .page-become-an-expert .has-icon:before,#experts-body .page-about .has-icon:before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

#experts-body .full-bleed.full-bleed-turquoise {
  background-color: #00BBD3;
}

#experts-body .full-bleed.full-bleed-grey {
  background-color: #EDEDED;
}

#experts-body .full-bleed h2 {
  color: #fff;
}

#experts-body .full-bleed .title--blue {
  color: #079BE5;
}

#experts-body .full-bleed .title--dark-grey {
  color: #757575;
}

#experts-body .main-header {
  background: #1976d2;
}

#experts-body .main-header .main-title-logo {
  overflow: hidden;
  width: 222px;
  height: 70px;
  margin: 0 0 33px;
}

#experts-body .main-header .main-title-logo:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

#experts-body .main-header .main-title {
  color: #fff;
  font-weight: 300;
  margin-bottom: 9px;
  font-size: 50px;
  letter-spacing: .8px;
}

@media screen and (min-width: 1024px) {
  #experts-body .main-header .main-title {
    margin-bottom: 15px;
    font-size: 55px;
  }
}

#experts-body .main-header .main-strapline {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #experts-body .main-header .main-strapline {
    font-size: 17px;
    letter-spacing: .5px;
  }
}

@media screen and (max-width: 720px) {
  .devsite-breadcrumb-nav {
    display: none;
  }

  #experts-body {
    margin-top: -72px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .main-header .main-strapline {
    font-size: 24px;
  }
}

#experts-body .page-all .main-strapline {
  display: block;
}

#experts-body .page-all .main-header .banner .title-container {
  padding: 28px 20px;
}

@media screen and (min-width: 768px) {
  #experts-body .page-all .main-header .banner .title-container {
    padding: 28px 20px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .page-all .main-header .banner .title-container {
    padding: 62px 20px 38px;
  }
}

#experts-body .info-page .main-header .title-container,#experts-body .page-profile .main-header .title-container {
  margin: 0 auto;
  padding: 28px 20px;
}

@media screen and (min-width: 768px) {
  #experts-body .info-page .main-header .title-container,#experts-body .page-profile .main-header .title-container {
    padding: 62px 12px 0 20px;
  }
}

#experts-body .info-page .main-header .main-title-logo,#experts-body .page-profile .main-header .main-title-logo {
  margin: 0;
}

@media screen and (min-width: 768px) {
  #experts-body .info-page .main-header .main-title-logo,#experts-body .page-profile .main-header .main-title-logo {
    margin: 0 0 33px;
  }
}

#experts-body .top-shadow {
  position: relative;
  z-index: 100;
  height: 1px;
  margin: 0 0 -1px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.15);
}

#experts-body .top-shadow-light {
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  background-color: rgba(0,0,0,0.05);
}

#experts-body .info-page .main-title {
  font-size: 32px;
  color: #757575;
  margin: 36px 0 48px;
}

#experts-body .nav-primary ul {
  list-style: none;
}

#experts-body .nav-primary ul li {
  text-align: center;
}

#experts-body .nav-primary ul>li a,#experts-body .nav-primary ul>li a:link,#experts-body .nav-primary ul>li a:visited {
  color: #74bef8 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-primary ul>li a,#experts-body .nav-primary ul>li a:link,#experts-body .nav-primary ul>li a:visited {
    font-size: 16px;
  }
}

#experts-body .nav-primary ul>li a:hover {
  color: #fff !important;
}

#experts-body .page-experts .nav-primary ul>li:nth-child(1),#experts-body .page-profile .nav-primary ul>li:nth-child(1),#experts-body .page-about .nav-primary ul>li:nth-child(2),#experts-body .page-become-an-expert .nav-primary ul>li:nth-child(3) {
  border-bottom: 2px solid #fff;
}

#experts-body .page-experts .nav-primary ul>li:nth-child(1) a,#experts-body .page-profile .nav-primary ul>li:nth-child(1) a,#experts-body .page-about .nav-primary ul>li:nth-child(2) a,#experts-body .page-become-an-expert .nav-primary ul>li:nth-child(3) a {
  color: #fff !important;
  font-weight: 600;
}

#experts-body .nav-secondary {
  background: #1976d2;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary {
    background: url(../img/gradient.svg) repeat-x #3367d6;
    background-size: 70px;
    background-position: top;
  }
}

#experts-body .nav-secondary input:checked+.nav-level-0,#experts-body .nav-secondary input:checked+.nav-level-0:hover,#experts-body .nav-secondary input:checked+.nav-level-0:active {
  background: #3367d6 !important;
  border-bottom: none;
}

#experts-body .nav-secondary .nav-level-0 {
  text-transform: uppercase;
  border-bottom: 1px solid #1976d2;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0 {
    border-right: 1px solid #0387cf;
    border-bottom: none;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0:first-of-type {
    border-left: 1px solid #0387cf;
  }
}

#experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 a:link,#experts-body .nav-secondary .nav-level-0 a:hover,#experts-body .nav-secondary .nav-level-0 a:visited,#experts-body .nav-secondary .nav-level-0 label {
  color: #fff !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 15px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 a:link,#experts-body .nav-secondary .nav-level-0 a:hover,#experts-body .nav-secondary .nav-level-0 a:visited,#experts-body .nav-secondary .nav-level-0 label {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0 a,#experts-body .nav-secondary .nav-level-0 a:link,#experts-body .nav-secondary .nav-level-0 a:hover,#experts-body .nav-secondary .nav-level-0 a:visited,#experts-body .nav-secondary .nav-level-0 label {
    font-size: 13px;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-technology {
  background: #5B6ABF;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-technology {
    background: transparent;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-technology:hover,#experts-body .nav-secondary .nav-level-0.nav-technology.active {
  background: #5B6ABF;
}

#experts-body .nav-secondary .nav-level-0.nav-technology:before {
  background-image: url(../img/fallbacks/icons/icon-technology.png);
  background-image: url(../img/icons/icon-technology.svg);
}

#experts-body .nav-secondary .nav-level-0.nav-marketing {
  background: #7D56C1;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-marketing {
    background: transparent;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-marketing:hover,#experts-body .nav-secondary .nav-level-0.nav-marketing.active {
  background: #7D56C1;
}

#experts-body .nav-secondary .nav-level-0.nav-marketing:before {
  background-image: url(../img/fallbacks/icons/icon-marketing.png);
  background-image: url(../img/icons/icon-marketing.svg);
}

#experts-body .nav-secondary .nav-level-0.nav-product {
  background: #EB3F79;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-product {
    background: transparent;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-product:hover,#experts-body .nav-secondary .nav-level-0.nav-product.active {
  background: #EB3F79;
}

#experts-body .nav-secondary .nav-level-0.nav-product:before {
  background-image: url(../img/fallbacks/icons/icon-product.png);
  background-image: url(../img/icons/icon-product.svg);
}

#experts-body .nav-secondary .nav-level-0.nav-product-design {
  background: #FF6F42;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-product-design {
    background: transparent;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-product-design:hover,#experts-body .nav-secondary .nav-level-0.nav-product-design.active {
  background: #FF6F42;
}

#experts-body .nav-secondary .nav-level-0.nav-product-design:before {
  background-image: url(../img/fallbacks/icons/icon-design.png);
  background-image: url(../img/icons/icon-design.svg);
}

#experts-body .nav-secondary .nav-level-0.nav-location {
  background: #00BBD3;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-location {
    background: transparent;
  }
}

#experts-body .nav-secondary .nav-level-0.nav-location:hover,#experts-body .nav-secondary .nav-level-0.nav-location.active {
  background: #00BBD3;
}

#experts-body .nav-secondary .nav-level-0.nav-location:before {
  background-image: url(../img/fallbacks/icons/icon-location.png);
  background-image: url(../img/icons/icon-location.svg);
}

#experts-body .nav-secondary .nav-level-0.nav-technology:before,#experts-body .nav-secondary .nav-level-0.nav-marketing:before,#experts-body .nav-secondary .nav-level-0.nav-product:before,#experts-body .nav-secondary .nav-level-0.nav-product-design:before,#experts-body .nav-secondary .nav-level-0.nav-location:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#experts-body .nav-secondary .nav-level-0.nav-technology:after,#experts-body .nav-secondary .nav-level-0.nav-marketing:after,#experts-body .nav-secondary .nav-level-0.nav-product:after,#experts-body .nav-secondary .nav-level-0.nav-product-design:after,#experts-body .nav-secondary .nav-level-0.nav-location:after {
  background: url(../img/fallbacks/icons/icon-down-arrow.png) no-repeat center;
  background-image: url(../img/icons/icon-down-arrow.svg);
  background-size: contain;
}

@media screen and (min-width: 768px) {
  #experts-body .nav-secondary .nav-level-0.nav-technology:after,#experts-body .nav-secondary .nav-level-0.nav-marketing:after,#experts-body .nav-secondary .nav-level-0.nav-product:after,#experts-body .nav-secondary .nav-level-0.nav-product-design:after,#experts-body .nav-secondary .nav-level-0.nav-location:after {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-0.nav-technology:after,#experts-body .nav-secondary .nav-level-0.nav-marketing:after,#experts-body .nav-secondary .nav-level-0.nav-product:after,#experts-body .nav-secondary .nav-level-0.nav-product-design:after,#experts-body .nav-secondary .nav-level-0.nav-location:after {
    display: block;
  }
}

#experts-body .nav-secondary .nav-level-1 ul {
  list-style: none;
}

@media screen and (min-width: 1024px) {
  #experts-body .nav-secondary .nav-level-1 ul {
    padding: 8px 0;
  }
}

#experts-body .nav-secondary .nav-level-1 ul li.nav-current a,#experts-body .nav-secondary .nav-level-1 ul li.nav-current:hover a,#experts-body .nav-secondary .nav-level-1 ul li.nav-current:active a {
  background-image: url(../img/fallbacks/icons/icon-checkbox-checked.png);
  background-image: url(../img/icons/icon-checkbox-checked.svg);
  background-size: 22px;
}

#experts-body .nav-secondary .nav-level-1 ul li:hover a,#experts-body .nav-secondary .nav-level-1 ul li:active a {
  background-image: url(../img/fallbacks/icons/icon-checkbox-checked.png);
  background-image: url(../img/icons/icon-checkbox-hover.svg);
}

#experts-body .nav-secondary .nav-level-1 ul a {
  color: #fff;
  background-image: url(../img/fallbacks/icons/icon-checkbox-unchecked.png);
  background-image: url(../img/icons/icon-checkbox-unchecked.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  font-size: 15px;
  background-size: 22px;
}

#experts-body .nav-filters li {
  border: 1px solid #757575;
  min-width: 100px;
}

#experts-body .nav-filters li span {
  color: #757575;
  font-weight: 300;
  font-size: 14px;
  display: block;
  float: left;
  line-height: 26px;
}

#experts-body .nav-filters li a {
  overflow: hidden;
  color: #757575;
  font-weight: 300;
  font-size: 14px;
  display: block;
  float: right;
  width: 13px;
  height: 13px;
  background: url(../img/icons/icon-filter-remove.svg) center center no-repeat;
  padding: 13px;
  border-radius: 50%;
  color: transparent;
}

#experts-body .nav-filters li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

#experts-body .nav-filters li a:hover,#experts-body .nav-filters li a:active {
  background-color: #e5e5e5;
}

#experts-body .roles .role .role-header {
  background-size: 48px;
  background-position: center;
  background-repeat: no-repeat;
}

#experts-body .roles .role.role-tech .view-link {
  color: #5B6ABF;
}

#experts-body .roles .role.role-tech .role-header {
  background-color: #5B6ABF;
  background-image: url(../img/fallbacks/icons/icon-technology.png);
  background-image: url(../img/icons/icon-technology.svg);
}

#experts-body .roles .role.role-product-design .view-link {
  color: #FF6F42;
}

#experts-body .roles .role.role-product-design .role-header {
  background-color: #FF6F42;
  background-image: url(../img/fallbacks/icons/icon-design.png);
  background-image: url(../img/icons/icon-design.svg);
}

#experts-body .roles .role.role-product .view-link {
  color: #EB3F79;
}

#experts-body .roles .role.role-product .role-header {
  background-color: #EB3F79;
  background-image: url(../img/fallbacks/icons/icon-product.png);
  background-image: url(../img/icons/icon-product.svg);
}

#experts-body .roles .role.role-marketing .view-link {
  color: #7D56C1;
}

#experts-body .roles .role.role-marketing .role-header {
  background-color: #7D56C1;
  background-image: url(../img/fallbacks/icons/icon-marketing.png);
  background-image: url(../img/icons/icon-marketing.svg);
}

#experts-body .roles .role .role-desc {
  background: #fff;
}

#experts-body .roles .role .role-desc h3 {
  color: #079BE5;
  font-size: 20px;
}

#experts-body .roles .role .role-desc p,#experts-body .roles .role .role-desc li {
  font-size: 15px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.9;
  color: #555;
}

#experts-body .roles .role .role-desc li {
  font-size: 11px;
}

#experts-body .person-card {
  text-align: center;
  box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

#experts-body .person-card:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(50,50,50,0.5);
  -moz-box-shadow: 0 0 18px 0 rgba(50,50,50,0.5);
  box-shadow: 0 0 18px 0 rgba(50,50,50,0.5);
}

#experts-body .person-card .person-image {
  border-radius: 50%;
}

#experts-body .person-card .person-card-header {
  background: #fff;
}

#experts-body .person-card .person-card-header h4 {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#experts-body .person-card .person-card-header .person-location {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

#experts-body .person-card .role-product .person-card-footer {
  background: #EB3F79;
}

#experts-body .person-card .role-marketing .person-card-footer {
  background: #7D56C1;
}

#experts-body .person-card .role-product-design .person-card-footer {
  background: #FF6F42;
}

#experts-body .person-card .role-technology .person-card-footer {
  background: #5B6ABF;
}

#experts-body .person-card .person-card-footer {
  background: #7D56C1;
}

#experts-body .person-card .person-card-footer span {
  color: #F1F2F2;
  font-size: 13px;
}

#experts-body .person-card .person-card-footer span.person-role {
  font-weight: 500;
}

#experts-body .person-card .person-card-footer .person-skills-container {
  height: 34px;
  overflow: hidden;
  display: inline-block;
}

#experts-body .person-card .person-card-footer .person-skills {
  height: 34px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 238px;
}

#experts-body .person-card .person-card-footer .person-skills span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}

#experts-body .page-profile .main-title {
  font-size: 28px;
  margin: 31px 0 27px;
}

#experts-body .page-profile .main-title:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#experts-body .page-profile .role-product .main-title:before {
  background-image: url(../img/fallbacks/icons/icon-product.png);
  background-image: url(../img/icons/icon-product.svg);
}

#experts-body .page-profile .role-product .banner {
  background: #EB3F79;
}

#experts-body .page-profile .role-marketing .main-title:before {
  background-image: url(../img/fallbacks/icons/icon-marketing.png);
  background-image: url(../img/icons/icon-marketing.svg);
}

#experts-body .page-profile .role-marketing .banner {
  background: #7D56C1;
}

#experts-body .page-profile .role-product-design .main-title:before {
  background-image: url(../img/fallbacks/icons/icon-design.png);
  background-image: url(../img/icons/icon-design.svg);
}

#experts-body .page-profile .role-product-design .banner {
  background: #FF6F42;
}

#experts-body .page-profile .role-technology .main-title:before {
  background-image: url(../img/fallbacks/icons/icon-technology.png);
  background-image: url(../img/icons/icon-technology.svg);
}

#experts-body .page-profile .role-technology .banner {
  background: #5B6ABF;
}

#experts-body .page-profile .profile {
  background: #fff;
}

#experts-body .page-profile .profile h2,#experts-body .page-profile .profile h3 {
  font-weight: 300;
  color: #666;
}

#experts-body .page-profile .profile h2 {
  font-size: 34px;
}

#experts-body .page-profile .profile h3 {
  font-size: 24px;
}

#experts-body .page-profile .profile ul li,#experts-body .page-profile .profile p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #555;
}

#experts-body .page-profile .profile ul {
  list-style: none;
}

#experts-body .page-profile .profile .profile-img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  margin: 0 0 30px;
}

#experts-body .page-profile .profile .social-icons li a {
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
}

#experts-body .page-profile .profile .social-icons li a.gplus {
  background-image: url(../img/icons/icon-gplus.png);
  background-image: url(../img/icons/icon-gplus.svg);
}

#experts-body .page-profile .profile .social-icons li a.linkedin {
  background-image: url(../img/icons/icon-linkedin.png);
  background-image: url(../img/icons/icon-linkedin.svg);
}

#experts-body .page-profile .profile .social-icons li a.twitter {
  background-image: url(../img/icons/icon-twitter.png);
  background-image: url(../img/icons/icon-twitter.svg);
}

#experts-body .page-profile .profile .social-icons li a.link {
  background-image: url(../img/icons/icon-link.png);
  background-image: url(../img/icons/icon-link.svg);
}

#experts-body .page-profile .profile-row:last-child {
  border-bottom: none;
}

#experts-body .page-become-an-expert .banner-image {
  background: url(../img/become-expert-banner.jpg) no-repeat center top;
  background-size: cover;
}

#experts-body .start-application h3 {
  color: #fff;
  font-size: 24px;
}

#experts-body .start-application p {
  color: #fff;
}

#experts-body .start-application .btn {
  background: #fff;
  color: #1976d2;
  border-radius: 2px;
}

#experts-body .application-directions p {
  color: #fff;
}

#experts-body .application-directions ol {
  background: #fff;
  counter-reset: li-counter;
  list-style-type: none;
}

#experts-body .application-directions ol li {
  font-size: 15px;
  border-bottom: 1px solid #BCBCBC;
  color: #555;
}

#experts-body .application-directions ol li:last-child {
  border-bottom: none;
}

#experts-body .application-directions ol li:before {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1976d2;
  border-radius: 50px;
  content: counter(li-counter);
  counter-increment: li-counter;
}

#experts-body .critera h2 {
  font-weight: 300;
}

#experts-body .critera ul {
  list-style: none;
}

#experts-body .critera ul .top-level {
  border-bottom: 2px solid #BCBCBC;
}

#experts-body .critera ul .top-level:last-child {
  border: none;
}

#experts-body .critera ul h5 {
  margin: 9px 0;
  color: #747474;
  font-weight: 300;
  font-size: 16px;
}

#experts-body .critera ul ul li {
  border-bottom: 2px solid #F1F2F2;
}

#experts-body .critera ul ul li:last-child {
  border: none;
}

#experts-body .page-about .banner-image {
  background: url(../img/become-expert-banner.jpg) no-repeat center top;
  background-size: cover;
}

#experts-body .page-about .title-categories {
  padding: 85px 0 121px;
}

#experts-body .page-about .block-list {
  padding-bottom: 0;
}
