/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.board {
  background: #fff;
}
.board .profile-tabs {
  position: relative;
  margin: 2.5rem auto;
  margin-bottom: 0;
  box-sizing: border-box;
}
.profile-tabs .nav-item {
  position: relative;
}
.board > div.board-inner {
  background: #fafafa url('../../images/geometry.png');
  background-size: 30%;
}
p.narrow {
  width: 60%;
  margin: 0.62rem auto;
}
.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.profile-tabs > li.active > a, .profile-tabs > li.active > a:hover, .profile-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.profile-tabs > li {
  z-index: 2;
}
.profile-tabs .nav-link.active, .profile-tabs .nav-link {
  outline: 0;
  border: 0;
  border-radius: 100px;
}
span.round-tabs {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  /* position: absolute;*/
  left: 0;
  text-align: center;
  font-size: 25px;
}
.profile-tabs li a:focus, .profile-tabs li a:active {
  border: none;
}
span.round-tabs.one {
  color: #22c222;
  border: 2px solid #22c222;
}
li.active span.round-tabs.one {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #22c222;
}
span.round-tabs.two {
  color: #febe29;
  border: 2px solid #febe29;
}
li.active span.round-tabs.two {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #febe29;
}
span.round-tabs.three {
  color: #3e5e9a;
  border: 2px solid #3e5e9a;
}
li.active span.round-tabs.three {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #3e5e9a;
}
span.round-tabs.four {
  color: #f1685e;
  border: 2px solid #f1685e;
}
li.active span.round-tabs.four {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #f1685e;
}
span.round-tabs.five {
  color: #999;
  border: 2px solid #999;
}
li.active span.round-tabs.five {
  background: #fff !important;
  border: 2px solid #ddd;
  color: #999;
}
.profile-tabs .nav-link span.round-tabs {
  background: #fafafa;
}
.profile-tabs > li {
  width: 12%;
}
.profile-tabs .nav-link:after {
  content: " ";
  position: absolute;
  left: 44%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  transition: 0.1s ease-in-out;
}
.profile-tabs .nav-link.active:after {
  content: " ";
  left: 44%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 0.62rem solid transparent;
  border-bottom-color: #ddd;
}
.profile-tabs > li a {
  width: 4.37rem;
  height: 4.37rem;
  margin: 1.25rem auto;
  border-radius: 100%;
  padding: 0;
}
.profile-tabs > li a:hover {
  background: transparent;
}
.tab-pane {
  position: relative;
  padding-top: 3.12rem;
}
.tab-content .head {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.56rem;
  text-transform: uppercase;
  padding-bottom: 0.62rem;
}
.btn-outline-rounded {
  padding: 0.62rem 2.5rem;
  margin: 1.25rem 0;
  border: 2px solid transparent;
  border-radius: 1.56rem;
}
.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}
@media (max-width: 585px) {
  .board {
    height: auto !important;
  }
  span.round-tabs {
    font-size: 1rem;
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem;
  }
  .tab-content .head {
    font-size: 1.25rem;
  }
  .profile-tabs > li a {
    width: 3.12rem;
    height: 3.12rem;
    line-height: 3.12rem;
  }
  .profile-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .btn-outline-rounded {
    padding: 0.75rem 1.25rem;
  }
}
.fprlv06-view {
  background: #fff none repeat scroll 0 0 !important;
}
