@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

.label {
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:700;
  font-family:"Times New Roman";
  font-style:italic;
  text-align:right;
  padding-right:20px;
  font-weight:900;
  font-size:15px;
  color:#333;
}

#profile_interests_content {
  margin-bottom:32px;
}

#profile_interests_content .label {
  text-align:left;
  margin-left:12px;
}

body {
  background-color:#ffffff;
  color:#333333;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  margin:0;
  padding:0;
  display:grid;
  grid-auto-rows:minmax(min-content,max-content);
  grid-template-columns:[body-start] 1fr [body-col-l] 2fr [body-mid] 2fr [body-col-r] 1fr [body-end];
}

@media only screen and (min-width: 2170px) {
  body {
    grid-template-columns:[body-start] 1fr [body-col-l] 720px [body-mid] 720px [body-col-r] 1fr [body-end];
  }
}

#fixed_background {
  background-image:url(https://img.mfcimg.com/photos2/284/28431132/673-293-525-699-13760995.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:contain;
  display:block;
  height:300px;
  width:100%;
  max-width:1440px;
  z-index:0;
  position:relative;
  top:initial;
  left:initial;
  grid-column-start:2;
  grid-column-end:span 2;
  grid-row-start:2;
  grid-row-end:span 1;
}

@media only screen and (max-width: 1440px) {
  #fixed_background {
    height:200px;
  }
}

#header_bar {
  padding:0;
  max-width:1440px;
  grid-column-start:2;
  grid-column-end:span 2;
  grid-row-start:1;
  grid-row-end:span 1;
}

#profile {
  display:grid;
  grid-auto-rows:minmax(min-content,max-content);
  width:100%;
  max-width:1440px;
  grid-column-start:2;
  grid-column-end:span 2;
  grid-row-start:3;
  grid-row-end:span 1;
}

.profile_section {
  display:block;
  border-spacing:0;
  width:auto;
}

.profile_subsection {
  margin-bottom:32px;
}

#profile_header_container {
  margin-left:0;
  min-height:0;
}

#profile_header_container>.heading {
  padding-left:152px;
  margin-bottom:0;
}

#profile_header_container>.container {
}

.profile_row:nth-of-type(1) {
  grid-column-start:1;
  grid-column-end:span 4;
  grid-row-start:1;
  grid-row-end:span 1;
}

#avatar_holder {
  width:120px;
  height:120px;
  margin-right:0;
  border-radius:50%;
  border:3px solid #333;
  background-image:url(https://img.mfcimg.com/photos2/284/28431132/740-232-535-355-13761632.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50%;
  position:absolute;
  top:-45px;
  left:16px;
}

#avatar_holder>img {
  display:none;
}

#status_container {
  display:flex;
  position:absolute;
  top:-45px;
  width:100%;
  height:126px;
  justify-content:space-between;
}

#status_label {
  display:none;
}

#status_value {
  display:flex;
  width:100%;
  justify-content:space-between;
  align-items:center;
  color:#fff;
}

#status_value>a {
  color:#fff;
  padding:0 16px;
}

#member_status_value {
  flex:0 0 150px;
  height:120px;
  display:flex!important;
  justify-content:flex-end;
  align-items:flex-end;
}

#member_status_value a[href="https://www.myfreecams.com/"] {
  margin-right:10px;
  margin-bottom:5px;
  display:block;
  width:25px;
  height:25px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  border-radius:50%;
  border:2px solid #333;
  background-color:#ff2b2b;
  background:radial-gradient(circle at 15px 5px,#ff2b2b,#960000);
}

#member_status_value a[href="https://www.myfreecams.com/#Cynthia32"] {
  margin-right:10px;
  margin-bottom:5px;
  display:block;
  width:25px;
  height:25px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  border-radius:50%;
  border:2px solid #333;
  background-color:#45d857;
  background:radial-gradient(circle at 15px 15px,#45d857,#fff);
}

#member_type_value {
  font-weight:700;
  color:#fcff4f;
  flex:1;
  padding:6px 16px 0 80px;
}

#member_message_value a {
  color:#fff;
  padding:0 16px;
}

#blurb_container {
  padding-top:30px;
  padding-bottom:30px;
  text-align:center;
  display:flex;
}

#blurb_label {
  display:none;
}

#blurb_value {
  text-align:center;
  font-size:16px!important;
  width:100%;
}

#unix_last_broadcast_container,#unix_last_updated_container {
  display:none;
}

#profile_about_me>.container {
  padding:4px 16px 8px;
}

#profile_friends>.container {
  padding:4px 16px 8px;
}

.container {
  display:block;
  margin:0;
}

.profile_row:nth-of-type(2) {
  grid-column-start:1;
  grid-column-end:span 4;
  grid-row-start:2;
  grid-row-end:span 1;
}

.profile_row:nth-of-type(3) {
  grid-column-start:1;
  grid-column-end:span 4;
  grid-row-start:3;
  grid-row-end:span 1;
}

.profile_row:nth-of-type(4) {
  grid-column-start:1;
  grid-column-end:span 4;
  grid-row-start:4;
  grid-row-end:span 1;
}

#footer_bar {
  padding:0;
  max-width:1440px;
  grid-column-start:2;
  grid-column-end:span 2;
  grid-row-start:4;
  grid-row-end:span 1;
}

.mfc_compliance_link {
  margin-top:10px;
  text-align:center;
  display:block!important;
  font-size:12px;
  padding-bottom:10px;
  grid-column-start:2;
  grid-column-end:span 2;
  grid-row-start:5;
  grid-row-end:span 1;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:0;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:12px 16px;
  background-color:#fc2f53;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-text-shadow:none;
  -moz-text-shadow:none;
  text-shadow:none;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}