﻿/* Sass Document */
/* Scss Document */
/*===COLORS===*/
/*===COLORS===*/
.rd-pushable-content {
  margin-right: 0 !important; }

main {
  margin-top: 7rem; }

.profile-nav .container {
  position: relative;
  padding: 0; }
  .profile-nav .container .hidden-links li {
    display: block;
    clear: both;
    width: 100%; }

.profile-nav.affix {
  width: 100% !important;
  z-index: 20 !important;
  top: 7rem;
  position: fixed;
  position: sticky;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.35); }

#profile-header {
  margin: 0;
  border: none;
  padding: 0;
  background-color: #efefef;
  position: relative;
  overflow: visible; }
  #profile-header .profile-bg {
    width: 100%;
    height: 215px;
    background-color: #000;
    background-image: url(images/vontz-min.jpg);
    background-size: cover;
    display: block;
    clear: both; }
  #profile-header .media-right {
    overflow: hidden;
    padding: 0;
    border: solid 0.5em #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3); }
    #profile-header .media-right .pro-img {
      min-width: 150px;
      width: auto;
      min-height: 180px;
      height: auto; }
  #profile-header .contact-body {
    color: #000;
    width: 100%;
    font-size: 1.6rem; }
    #profile-header .contact-body h3 {
      font-size: 1.6rem;
      line-height: 2.4rem;
      letter-spacing: 0.3rem;
      font-weight: bold;
      margin: 1.5rem 0 1rem; }
    #profile-header .contact-body p {
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 1.54; }
    #profile-header .contact-body .contact-links .pill-btn {
      max-width: 240px; }

#professional-data {
  margin: 0; }
  #professional-data ul {
    list-style: none; }

.expand-all-control:hover,
.collapse-all-control:hover {
  cursor: pointer; }

.expand-all-control .fa,
.collapse-all-control .fa {
  float: right; }

.jump-to-controls {
  padding: 1em;
  background-color: #d41f24;
  color: white;
  font-size: 14px;
  font-weight: bold;
  height: 60px; }
  .jump-to-controls a {
    color: white; }
  .jump-to-controls .fa {
    padding-left: 1em; }

@media (min-width: 768px) {
  main {
    padding-top: 0; }
  #profile-header .mid-nav {
    display: block;
    background-color: #2d2d2d;
    border-top: solid 1px #a7a7a7; }
  .profile-nav {
    display: block;
    background-color: #2d2d2d;
    border-top: solid 1px #a7a7a7; }
    .profile-nav .greedy-nav {
      position: relative;
      min-width: 250px; }
      .profile-nav .greedy-nav a {
        display: block;
        padding: 1rem;
        color: #fff;
        font-weight: 600; }
      .profile-nav .greedy-nav .visible-links li.active {
        border-bottom: 4px solid #e00122; }
    .profile-nav ul {
      list-style: none;
      padding: 0 1.5rem;
      margin: 0 auto; }
      .profile-nav ul li {
        display: inline-block;
        margin: 0; }
  #profile-header {
    display: block;
    padding: 0;
    width: 100%; }
    #profile-header .profile-bg {
      position: absolute;
      z-index: 2; }
    #profile-header .media-right {
      position: relative;
      z-index: 5;
      width: 210px;
      height: 260px;
      margin: 5rem 1.5rem 5rem 0;
      float: left; }
      #profile-header .media-right .pro-img {
        min-width: 210px;
        width: auto;
        min-height: 260px;
        height: auto; }
    #profile-header h1 {
      position: relative;
      z-index: 5;
      font-size: 4rem;
      margin: 5rem 0 1rem;
      color: #fff;
      text-shadow: 2px 2px 3px rgba(9, 9, 9, 0.5); }
    #profile-header h2 {
      position: relative;
      z-index: 5;
      font-size: 2.3rem;
      color: #fff;
      margin: 0 0 1.5rem;
      text-shadow: 2px 2px 3px rgba(9, 9, 9, 0.5); }
    #profile-header .contact-body {
      width: auto;
      position: relative;
      z-index: 5;
      display: flex;
      margin: 9.5rem 0 5rem; }
      #profile-header .contact-body .location {
        float: right;
        order: 2; }
        #profile-header .contact-body .location h3 {
          font-size: 1.6rem;
          line-height: 2.4rem;
          letter-spacing: 0.3rem;
          font-weight: bold;
          margin: 0rem 0 1rem;
          color: #000; }
        #profile-header .contact-body .location p {
          font-size: 1.4rem;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1.54; }
      #profile-header .contact-body .contact-links {
        padding: 0;
        float: left;
        order: 1;
        min-width: 240px; }
        #profile-header .contact-body .contact-links .pill-btn {
          display: block;
          width: 100%;
          clear: both;
          float: none; }
          #profile-header .contact-body .contact-links .pill-btn:nth-child(even) {
            margin: 1rem 0; }
  #professional-data {
    margin: 3rem auto 0; }
    #professional-data ul {
      list-style: none; }
    #professional-data .accordion {
      border-bottom: none;
      margin: 0 0 3rem; }
      #professional-data .accordion header {
        padding: 0;
        background-color: transparent;
        margin: 1.5rem 0; }
        #professional-data .accordion header h2 {
          font-size: 3.2rem;
          line-height: 2rem;
          margin: 1.5rem 0;
          color: #e00122;
          font-weight: 600; }
          #professional-data .accordion header h2 a {
            display: block;
            width: 100%;
            color: #fff;
            position: relative;
            padding-right: 3rem;
            display: flex; }
            #professional-data .accordion header h2 a:hover {
              color: #a7a7a7;
              text-decoration: none; }
            #professional-data .accordion header h2 a:after {
              content: url(images/77-essential-icons-left-arrow.png);
              position: absolute;
              right: 0;
              top: -3px; }
            #professional-data .accordion header h2 a.open:after {
              content: url(images/down-arrow.png); }
          #professional-data .accordion header h2:hover {
            color: #e00122;
            text-decoration: none; }
      #professional-data .accordion h2 {
        font-weight: 600; }
      #professional-data .accordion h3 {
        color: #000;
        font-weight: 600; }
  .greedy-nav a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem; }
  .greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 15px;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 0;
    background-color: #8c8c8c;
    border-left: solid 1px #9a9a9a;
    border-right: solid 1px #9a9a9a;
    margin: 0; }
    .greedy-nav button > span {
      font-size: 2.5rem;
      position: relative;
      top: 2px;
      right: 0px;
      transform: rotate(0deg); }
    .greedy-nav button:hover, .greedy-nav button.active, .greedy-nav button:focus {
      background-color: #5b5b5b;
      color: #fff;
      outline: none !important;
      border: none;
      box-shadow: none; }
    .greedy-nav button::after {
      content: attr(count);
      position: absolute;
      width: 30px;
      height: 30px;
      left: -17px;
      top: 7px;
      text-align: center;
      background-color: #e00122;
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      border-radius: 50%;
      border: 3px solid #fff;
      font-weight: bold;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35); }
    .greedy-nav button:hover::after {
      transform: scale(1.075); }
    .greedy-nav button.active {
      background-color: #000; }
      .greedy-nav button.active span {
        top: 5px;
        right: -2px;
        display: inline-block;
        transform: rotate(90deg);
        color: #e00122; }
  .greedy-nav .hamburger {
    position: relative;
    width: 32px;
    height: 4px;
    background: #fff;
    margin: auto; }
    .greedy-nav .hamburger:before, .greedy-nav .hamburger:after {
      content: '';
      position: absolute;
      left: 0;
      width: 32px;
      height: 4px;
      background: #fff; }
    .greedy-nav .hamburger:before {
      top: -8px; }
    .greedy-nav .hamburger:after {
      bottom: -8px; }
  .greedy-nav .visible-links {
    display: inline-table; }
    .greedy-nav .visible-links li {
      display: table-cell;
      text-align: center; }
  .greedy-nav .hidden-links {
    background: #fff;
    position: absolute;
    padding: 0.5rem 0;
    right: 0px;
    top: 140%;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.35);
    z-index: 0; }
    .greedy-nav .hidden-links:after {
      content: "";
      width: 0;
      height: 0;
      z-index: 1;
      position: absolute;
      top: -9px;
      right: 3.3rem;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-bottom: 13px solid #fff; }
    .greedy-nav .hidden-links:before {
      content: "";
      width: 0;
      height: 0;
      z-index: 0;
      position: absolute;
      top: -9px;
      right: 3.5rem;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #000;
      opacity: 0.35;
      filter: blur(1px); }
    .greedy-nav .hidden-links li {
      display: block;
      width: 100%; }
      .greedy-nav .hidden-links li a {
        color: #000;
        padding: 1rem 1.5rem; }
        .greedy-nav .hidden-links li a:hover {
          color: #fff;
          background: #747474; }
  .greedy-nav .visible-links li:first-child {
    font-weight: bold; }
  .greedy-nav .hidden {
    visibility: hidden; } }

@media (max-width: 1024px) {
  .profile-nav {
    display: block;
    background-color: #000;
    border-top: solid 1px #a7a7a7;
    margin: 0 auto;
    width: 100%;
    padding: 0; }
    .profile-nav ul {
      list-style: none;
      padding: 0; }
      .profile-nav ul li {
        float: left; }
    .profile-nav a {
      display: block;
      padding: 1rem 1rem;
      color: #000;
      font-weight: 600;
      font-size: 1.2rem; }
  #profile-header {
    display: block;
    padding: 0;
    width: 100%; }
    #profile-header .profile-bg {
      position: absolute;
      z-index: 2; }
    #profile-header .media-right {
      position: relative;
      z-index: 5;
      width: 210px;
      height: 260px;
      float: left; }
      #profile-header .media-right .pro-img {
        min-width: 210px;
        width: auto;
        min-height: 260px;
        height: auto; }
    #profile-header h1 {
      position: relative;
      z-index: 5;
      font-size: 4rem;
      margin: 5rem 0 1rem;
      color: #fff;
      text-shadow: 2px 2px 3px rgba(9, 9, 9, 0.5); }
    #profile-header h2 {
      position: relative;
      z-index: 5;
      font-size: 2.3rem;
      color: #fff;
      margin: 0 0 1.5rem;
      text-shadow: 2px 2px 3px rgba(9, 9, 9, 0.5); }
    #profile-header .contact-body {
      width: auto;
      position: relative;
      z-index: 5;
      display: flex;
      margin: 9.5rem 0 1rem; }
      #profile-header .contact-body .location {
        order: 2; }
        #profile-header .contact-body .location h3 {
          font-size: 1.6rem;
          line-height: 2.4rem;
          letter-spacing: 0.3rem;
          font-weight: bold;
          margin: 0rem 0 1rem;
          color: #000; }
        #profile-header .contact-body .location p {
          font-size: 1.4rem;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1.54; }
      #profile-header .contact-body .contact-links {
        float: left;
        order: 1;
        min-width: 240px; }
        #profile-header .contact-body .contact-links .pill-btn {
          display: block;
          max-width: 230px;
          width: 100%;
          clear: both;
          float: none; }
          #profile-header .contact-body .contact-links .pill-btn:last-child {
            margin-top: 1rem; }
  #professional-data {
    margin: 3rem auto; }
    #professional-data ul {
      list-style: none; }
    #professional-data .accordion {
      border-bottom: none;
      margin: 0 0 3rem; }
      #professional-data .accordion header {
        padding: 0;
        background-color: transparent;
        margin: 1.5rem 0; }
        #professional-data .accordion header h2 {
          font-size: 3.2rem;
          line-height: 2rem;
          margin: 1.5rem 0;
          color: #e00122;
          font-weight: 600; }
          #professional-data .accordion header h2 a {
            display: block;
            width: 100%;
            color: #fff;
            position: relative;
            padding-right: 3rem;
            display: flex; }
            #professional-data .accordion header h2 a:hover {
              color: #a7a7a7;
              text-decoration: none; }
            #professional-data .accordion header h2 a:after {
              content: url(images/77-essential-icons-left-arrow.png);
              position: absolute;
              right: 0;
              top: -3px; }
            #professional-data .accordion header h2 a.open:after {
              content: url(images/down-arrow.png); }
          #professional-data .accordion header h2:hover {
            color: #e00122;
            text-decoration: none; }
      #professional-data .accordion h2 {
        font-weight: 400; }
      #professional-data .accordion h3 {
        color: #000;
        font-weight: 700; } }

@media (max-width: 991px) {
  main {
    margin-top: 5rem; }
    main .profile-nav.affix {
      top: 5rem; } }

@media (max-width: 767px) {
  main {
    margin-top: 0; }
    main #profile-header {
      padding: 0;
      width: 100%; }
      main #profile-header .profile-bg {
        position: absolute;
        z-index: 2; }
      main #profile-header .container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center; }
        main #profile-header .container .shadow {
          margin: 1.5rem 0 0; }
          main #profile-header .container .shadow .media-right {
            z-index: 5;
            order: 3;
            /*max-height: 180px;
                max-width:150px;*/
            margin: 1.5rem 0 0; }
            main #profile-header .container .shadow .media-right .pro-img {
              min-width: 150px;
              width: 21rem;
              min-height: 180px;
              height: auto; }
        main #profile-header .container h1 {
          order: 1;
          z-index: 5;
          font-size: 2.2rem;
          margin: 1.5rem 0 1rem;
          color: #000;
          font-weight: 700;
          text-shadow: none; }
        main #profile-header .container h2 {
          order: 2;
          z-index: 5;
          font-size: 1.7rem;
          color: #5b5b5b;
          text-shadow: none;
          margin: 0 0 0.5rem; }
        main #profile-header .container .contact-body {
          order: 4;
          padding: 0;
          display: block;
          max-width: none;
          margin: 0 0 1.5rem; }
          main #profile-header .container .contact-body .location {
            float: none;
            text-align: center; }
            main #profile-header .container .contact-body .location h3 {
              font-size: 1.6rem;
              line-height: 2.4rem;
              letter-spacing: 0.3rem;
              font-weight: bold;
              margin: 1.5rem 0 1rem; }
            main #profile-header .container .contact-body .location p {
              font-size: 1.4rem;
              font-weight: normal;
              letter-spacing: normal;
              line-height: 1.54; }
          main #profile-header .container .contact-body .contact-links {
            width: 100%;
            max-width: none;
            float: none;
            text-align: -webkit-center; }
            main #profile-header .container .contact-body .contact-links .pill-btn {
              display: block;
              width: 100%; }
      main #profile-header .profile-nav {
        display: none; }
    main #professional-data {
      margin: 0; }
      main #professional-data ul {
        list-style: none; }
      main #professional-data .accordion {
        border-bottom: solid 1px #fff;
        margin: 0 -1.5rem; }
        main #professional-data .accordion header {
          padding: 1rem;
          margin: 0;
          background-color: #000; }
          main #professional-data .accordion header h2 {
            font-size: 1.6rem;
            line-height: 2rem;
            margin: 0;
            color: #fff; }
            main #professional-data .accordion header h2 a {
              display: block;
              width: 100%;
              color: #fff;
              position: relative;
              padding-right: 3rem;
              display: flex; }
              main #professional-data .accordion header h2 a:hover {
                color: #a7a7a7;
                text-decoration: none; }
              main #professional-data .accordion header h2 a:after {
                content: url(images/77-essential-icons-left-arrow.png);
                position: absolute;
                right: 0;
                top: -3px; }
              main #professional-data .accordion header h2 a.open:after {
                content: url(images/down-arrow.png); }
            main #professional-data .accordion header h2:hover {
              color: #a7a7a7;
              text-decoration: none; }
        main #professional-data .accordion .well h3 {
          font-weight: 600; } }
