/* ************************************************************************ */
/* ************************************************************************ */
/* ************************************************************************ */
/* Some universal mixins */
/* ************************************************************************ */
/* ************************************************************************ */
/* Team section group
/* ************************************************************************ */
.profile-photo-group {
  padding-bottom: 52px;
}

.profile-photo-group figure {
  text-align: center;
  position: relative;
  margin-bottom: 1.6rem;
}

.profile-photo-group figure:hover .profile-pic img, .profile-photo-group figure:focus .profile-pic img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.profile-photo-group figure .profile-pic {
  display: block;
  position: relative;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 50%;
  background: #e6e6e6;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8em;
  font-size: 4.5em;
  font-weight: 100;
  background-color: #fff590;
  -webkit-transform: translate3d(0, 0, 0);
}

.profile-photo-group figure .profile-pic-medium {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
    background: #e6e6e6;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
    margin: 0 auto;
    /*margin-bottom: 16px;*/
    /*text-align: center;*/
    /*line-height: 1.8em;*/
    /*font-size: 4.5em;*/
    font-weight: 100;
    background-color: #fff590;
    -webkit-transform: translate3d(0, 0, 0);
    text-decoration: none;
    color: #f68b1c;
    font-size: 1.75em;
}

.profile-photo-group figure .profile-pic-large {
    display: block;
    position: relative;
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 50%;
    background: #e6e6e6;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.8em;
    font-size: 4.5em;
    font-weight: 100;
    background-color: #fff590;
    -webkit-transform: translate3d(0, 0, 0);
    text-decoration: none;
    color: #f68b1c;
}

.profile-photo-group figure .profile-pic-large img {
	margin-top: -16px;
}

.profile-photo-group figure .profile-pic-medium img {
    margin-top: -16px;
    margin-left: -12px;
}

.profile-pic-medium-align {
    padding-top: 4px;
    margin: 12px;

}

.profile-photo-group figure .profile-pic a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
}

.profile-photo-group figure .profile-pic img {
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
}

.profile-photo-group figure .profile-edit {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  bottom: 52px;
  right: 16px;
  line-height: 2.4em;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease, background-color 0.2s ease;
          transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  -webkit-transform: translate3d(0, 0, 0);
}




.profile-photo-group figure .profile-edit-medium {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    bottom: 50px;
    right: 40px;
    line-height: 1.9em;
    overflow: hidden;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease, background-color 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    font-size: 15px;
}

.profile-photo-group figure .profile-edit-medium a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.profile-photo-group figure .profile-edit a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
}

.profile-photo-group figure .profile-edit-medium a:hover, .profile-photo-group figure .profile-edit-medium a:focus {
    color: #ffffff;
}

.profile-photo-group figure .profile-edit-medium:hover, .profile-photo-group figure .profile-edit-medium:focus {
    background: #f68b1c;
    box-shadow: 0 16px 30px 0 rgba(51, 51, 51, 0.25);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);

}





.profile-photo-group figure .profile-edit a:hover, .profile-photo-group figure .profile-edit a:focus {
  color: #ffffff;
}

.profile-photo-group figure .profile-edit:hover, .profile-photo-group figure .profile-edit:focus {
  background: #f68b1c;
  box-shadow: 0 16px 30px 0 rgba(51, 51, 51, 0.25);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.profile-photo-group figure .profile-name {
  font-weight: 300;
  font-size: 1em;
}

.profile-photo-group figure .profile-name a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}

.profile-photo-group figure .profile-title {
  font-size: .8em;
  font-weight: 400;
  color: #545454;
}

/* ************************************************************************ */
/* Header account navigation button
/* ************************************************************************ */
.profile-menu-pic {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  top: -3px;
  left: -7px;
  float: left;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  border: 1px solid transparent;
}

/* ************************************************************************ */
/* Header account navigation button
/* ************************************************************************ */
.profile-inline {
  position: relative;
}

.profile-inline .profile-inline-pic {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  overflow: hidden;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: box-shadow 0.2s ease, top 0.2s ease, left 0.2s ease, -webkit-transform 0.2s ease;
          transition: box-shadow 0.2s ease, top 0.2s ease, left 0.2s ease, transform 0.2s ease;
  text-align: center;
  line-height: 1.8em;
  font-size: 2.2em;
  font-weight: 200;
  background-color: #fff590;
}

.profile-inline .profile-inline-pic a {
  text-decoration: none;
}

.profile-inline .profile-inline-pic:hover, .profile-inline .profile-inline-pic:focus, .profile-inline .profile-inline-pic.focus {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  box-shadow: 0 16px 30px 0 rgba(51, 51, 51, 0.25);
}

.profile-inline .profile-inline-pic:hover img, .profile-inline .profile-inline-pic:focus img, .profile-inline .profile-inline-pic.focus img {
  -webkit-filter: none;
          filter: none;
}

.profile-inline .profile-inline-name {
  position: relative;
  margin-left: 38px;
  float: left;
  line-height: 1.4em;
  padding-top: 3px;
}

/* ************************************************************************ */
/* Large account image
/* ************************************************************************ */
.profile-large-preview {
  position: relative;
}

.profile-large-preview .profile-large-pic {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 16px 30px 0 rgba(51, 51, 51, 0.25);
  text-align: center;
  line-height: 1.8em;
  font-size: 7em;
  font-weight: 100;
  background-color: #fff590;
  -webkit-transition: box-shadow 0.2s ease, top 0.2s ease, left 0.2s ease, -webkit-transform 0.2s ease;
          transition: box-shadow 0.2s ease, top 0.2s ease, left 0.2s ease, transform 0.2s ease;
}

.profile-large-preview .profile-large-initials {
  width: 200px;
  height: 200px;
}

/* ************************************************************************ */
/* Large account image
/* ************************************************************************ */
.profile-button-group {
  clear: both;
  display: block;
  margin-bottom: 6px;
}

.profile-button-group .profile-button {
  padding: 2px 8px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8em;
  border-radius: 6px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  float: left;
  margin-left: 8px;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
}

.profile-button-group .profile-button-pic {
  display: block;
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
  float: left;
  text-align: center;
  line-height: 1.9em;
  font-size: 1.2em;
  font-weight: 200;
  background-color: #fff590;
}


.profile-photo-group figure .profile-pic-small{
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    background: #e6e6e6;
    box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.15);
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.8em;
    font-size: 4.5em;
    font-weight: 100;
    background-color: #fff590;
    -webkit-transform: translate3d(0, 0, 0);
    text-decoration: none;
    color: #f68b1c;
}




.profile-pic-small-x{
    font-size: 8px;
    margin-top: -57px;
    padding-top: 1px;
    text-decoration: none;
}

.profile-pic-small-x img{
	margin-top: -4px;
	width: 16px;
	height: 16px;
}


.profile-pic-small-xx{
    font-size: 7px;
    margin-top: -10px;
    text-decoration: none;
}

.profile-pic-small-xx img{
    margin-top: -168px;

}

.contactpill {
	margin-top: -4px;
	float: left; 
	border-radius: 32px; 
	height: 32px; 
	width: 64px; 
	background-color: #F68C1F
	border: 1px solid #F68C1F;
}

.contactpill div {
	float: left;
}

.contactpill .profile-pic-small-x img{
	margin-top: -4px;
}

.contactpill .profile-pic-small-x{
    font-size: 15px;
    margin-top: -48px;
    text-decoration: none;
    padding-left: 7px;
}





/* ************************************************************************ */
/* Overrides
/* ************************************************************************ */
.btnOverride {
  -webkit-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease;
}

.fadedOverride {
  opacity: .4;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}

.faded:hover {
  opacity: 1;
}
