/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a{
    color:#777;
    text-decoration:none;
}

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 24px auto; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

.clearboth {
  clear: both; }

/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  zoom: 1; }

/* end the rest, thank you mr. meyer! */
/* first/last */
.first {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.last {
  margin-right: 0 !important;
  padding-right: 0 !important; }

/* left right */
.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

/* small/large */
.small {
  font-size: .75em; }

.large {
  font-size: 1.25em; }

.hide {
  display: none; }

/** PADDING to GRIDS **/
.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-box {
  padding: 1em; }

/** TOOLTIP **/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* PAGINATION */
.pagination, .extra_prompt {
  margin: 10px 18px;
  text-align: center;
  background: #f2f2f2;
  color: #013451;
  font-size: 1.2em; }

.pagination a, .extra_prompt a {
  text-decoration: none;
  color: #f5fcfc;
  padding: 12px 18px;
  font-weight: bold;
  display: block; }

/*
	.pagination a:hover {color: #FF9B00;}
.pagination .current { color: #FF9B00; padding: 1px 5px;}
*/
body {
  background: #f5fcfc;
  font-family: "Raleway", sans-serif;
  color: #47351f; }

.width {
  width: auto;
  max-width: 1536px;
  min-width: 242px;
  margin: 0 auto; }

.content2 {
}

    .content2 > div{
        justify-content: center;
    }
    .content2 > div > div {
        width: 60%;
    }

    .content2 h4 a{
        margin-top:40px;
        font-size:1.6em;
    }


.ribbon-right {
  text-align: right; }

.wum-box {
  padding: 1em; }

.pure-button {
  margin-bottom: 4px; }

.button {
  background: #ee7722;
  padding: 24px 0 24px 0;
  border-bottom: 10px solid rgba(245, 252, 252, 0.5); }

.button.current {
  background: #53bbd5;
  padding: 24px 0 24px 0; }

.button.blue {
  background: #53bbd5;
  color: #f5fcfc; }

.button strong {
  font-family: "Montserrat", sans-serif; }

.button.mini {
  padding: 4px 0 4px 0; }

.button:hover {
  background: rgba(238, 119, 34, 0.75); }

.button.blue:hover {
  background: rgba(83, 187, 213, 0.75) !important; }

.button-signin, .button-account {
  background: #ee7722;
  color: #f5fcfc; }

.button-medium {
  font-size: 75%; }

.button-small {
  font-size: 80% !important; }

.button-unfollow {
  background: #c82d2d;
  color: #f5fcfc; }

.button-unfollow:hover {
  background: rgba(200, 45, 45, 0.75); }

.button-removerequest {
  background: #53bbd5;
  color: #f5fcfc; }

.button-removerequest:hover {
  background: #c82d2d; }

.button-follow {
  background: #53bbd5;
  color: #f5fcfc; }

.button-follow:hover {
  background: rgba(83, 187, 213, 0.75); }

.button-orange {
  background: #ee7722;
  color: #f5fcfc; }

.button-orange-opaque {
  background: rgba(238, 119, 34, 0.5);
  color: #47351f; }

.button-blue {
  background: #53bbd5;
  color: #f5fcfc; }

.button-blue-opaque {
  background: rgba(83, 187, 213, 0.1);
  color: #53bbd5; }

.button-brown {
  background: #47351f;
  color: #f5fcfc; }

.button-full {
  color: #f5fcfc;
  text-decoration: none;
  display: block;
  padding: 8px 72px;
  text-align: center; }

.button-number:hover {
  cursor: auto !important; }

/* HEADER STYLES */
header {
  background: #53bbd5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }

header .width {
  border-bottom: 1px solid #f5fcfc; }

header #wumlogo {
  float: left;
  margin: 12px 0 12px 18px; }

header nav {
  float: right;
  margin: 12px 18px 12px 18px; }

header nav ul, header nav div {
  float: right; }

header nav ul li {
  float: left;
  line-height: 38px;
  margin: 0 10px; }

li.nav-sm-show {
  display: none; }

header nav ul li a {
  text-decoration: none;
  color: #f5fcfc;
  padding: 3px 0; }

header nav ul li a:hover {
  color: rgba(245, 252, 252, 0.75); }

header nav ul li.active a {
  border-bottom: 4px solid rgba(245, 252, 252, 0.5);
  color: rgba(245, 252, 252, 0.75); }

/* The Dropdown Styles */
/* =================== */
/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 58px;
  margin-left: -85px;
  text-align: center;
  background: #53bbd5;
  border: 2px solid #f5fcfc; }

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: list-item; }

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 170px;
  float: none;
  position: relative;
  border-bottom: none; }

li.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #f5fcfc transparent;
  margin-top: -10px;
  margin-left: 87px; }

/* FEATURE STYLES */
#feature {
  background: #53bbd5;
  padding: 60px 0 40px;
  border-bottom: 8px solid #47351f;
  margin: 0 0 0;
  text-align: center; }
  #feature .width {
    padding: 24px 0 0 0; }
  #feature .wum-box {
    padding: 1em 18px; }
  #feature h1 {
    font-family: "Montserrat", sans-serif;
    color: #f5fcfc;
    font-size: 3.2em;
    margin: 1em 18px 0 18px; }
    #feature h2, #feature h3 {
        margin: 1.0em 5em;
        font-size: 1.8em;
        line-height: 1.6em;
        font-family: "Raleway", sans-serif;
        font-weight: normal;
        color: #fff;
        margin-bottom:0;
    }
    #feature h3 {
        font-size: 1.8em;
    }
    #feature h2 span{
        font-size:0.7em;
    }

  #feature #logomark {
    margin: 20px auto; }
  #feature h4 {
    margin: 24px 0 24px 18px;
    color: #f5fcfc;
    font-size: 2em;
    text-align: center;
    display: inline-block;
    font-family: "Montserrat", sans-serif; }
    #feature h4 a {
    margin-top:20px;
      color: #f5fcfc;
      text-decoration: none; }
      #feature h4 a span {
        font-size: .4em;
        display: block; }

/* CONTENT STYLES */
.fedica-feature {
    background-color: #47351f;
    color:#fff;
    text-align:center;
    padding:0 50px;
    font-size:1.5em;
    white-space:pre-wrap;
}

.fedica-feature h2{
    font-size:2em;
}

    .fedica-feature h3 {
        font-size: 1.6em;
    }


#content {
  margin-top: 65px;
  padding: 20px 0; }
  #content h1 {
    text-align: center;
    color: #53bbd5;
    background: rgba(71, 53, 31, 0.1);
    font-size: 2em;
    padding: .5em;
    font-family: "Montserrat", sans-serif; }
  #content h2 {
    color: #53bbd5;
    font-family: "Montserrat", sans-serif;
    font-size: 1.6em;
    line-height: 1.8em;
    margin: 0.5em 18px 0.1em 18px; }
  #content h3 {
    padding: 1em 0 .2em 0;
    margin: 12px 18px;
    border-bottom: 2px solid rgba(71, 53, 31, 0.1);
    color: #ee7722; }
  #content h4 {
    color: #53bbd5;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2em;
    line-height: 1.8em;
    margin: 0.5em 18px; }
  #content h5 {
    color: rgba(83, 187, 213, 0.5);
    font-family: "Montserrat", sans-serif;
    line-height: 2em; }
  #content p {
    color: rgba(71, 53, 31, 0.5);
    font-size: 1.0em;
    line-height: 1.4em;
    margin: 0.5em 18px 1em 18px; }
  #content p.checkdate {
    text-align: right;
    padding-top: 2.1em;
    font-size: .8em; }
  #content p.astrix {
    text-align: center;
    font-size: .75em; }
  #content ul {
    color: rgba(71, 53, 31, 0.5);
    font-size: 1.0em;
    line-height: 1.4em;
    margin: 0.5em 18px 1em 18px; }
  #content .skinny {
    width: 60%;
    margin: 0 auto 96px; }
    #content .skinny .left {
      margin-right: 18px; }
    #content .skinny .right {
      margin-left: 18px; }
    #content .skinny .columnIII {
      text-align: left;
      font-size: .8em;
      margin: 24px 0 0; }
      #content .skinny .columnIII h4 {
        margin: 0 0 9px;
        color: #f5fcfc;
        background: #ee7722;
        padding: 6px 18px;
        border-left: 4px solid rgba(245, 252, 252, 0.5); }
      #content .skinny .columnIII p {
        margin: 0 18px 0 18px;
        font-family: .6em; }
    #content .skinny .columnIII:hover {
      background: #f5fcfc; }

/* FOLLOW BACK OPTIONS */
.order {
  float: right;
  margin: 12px 18px 6px; }
  .order ul {
    background: rgba(83, 187, 213, 0.5);
    border: 1px solid rgba(83, 187, 213, 0.85); }
    .order ul li {
      float: left;
      font-family: "Montserrat", sans-serif;
      font-size: .8em; }
      .order ul li a {
        color: #f5fcfc;
        padding: 6px 12px;
        display: inline-block;
        text-decoration: none; }
    .order ul a.active {
      background: rgba(83, 187, 213, 0.85); }

/* FORM THINGS */
form {
  color: #47351f !important; }

fieldset {
  margin: 0 36px !important; }

label {
  margin: 12px 0 3px !important; }

/* HOME PAGE */
#home {
  /* 	h2 {margin: 0; background: $orange; color: $white; padding: .5em $right; font-size: 1em; font-family: $font_title; border-left: 4px solid $white_opaque; } */ }
  #home h1 {
    padding: .5em 0 0; }
    #home h1 span {
      display: block;
      background: #53bbd5;
      font-size: .6em;
      padding: .5em;
      margin: .5em 0 0 0; }
      #home h1 span a {
        color: #f5fcfc;
        text-decoration: none; }
  #home p a.button {
    color: #f5fcfc;
    text-decoration: none;
    display: block;
    padding: 8px 72px;
    text-align: center; }

/* WHY PAGE */
/* FOLLOWER REVIEW */
/* ---------------------- */
p.wum-number {
  font-family: "Raleway", sans-serif; }
  p.wum-number span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6em;
    line-height: 1.1em;
    color: #53bbd5; }

p.account-age, p.last-tweet {
  font-family: "Raleway", sans-serif; }
  p.account-age span, p.last-tweet span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8em;
    line-height: 1.2em;
    color: #53bbd5; }

/* DASHBOARD */
#dashboard p.account-age, #dashboard p.last-tweet {
  font-size: .8em;
  text-align: left; }

/* PRICING PAGE */
#pricing-plans h2 {
  margin: 0;
  text-align: center;
  background: #53bbd5;
  color: #f5fcfc !important;
  padding: .5em 0 0 0;
  font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  line-height: 1em !important; }
  #pricing-plans h2 span {
    display: block;
    background: #ee7722;
    color: #f5fcfc !important;
    font-family: "Montserrat", sans-serif;
    margin: .5em 0 0 0;
    padding: .3em 0 .3em 0;
    font-size: .8em; }
#pricing-plans h3 {
  border-bottom: 1px solid #53bbd5;
  color: #ee7722;
  padding: .2em;
  font-size: 1.2em;
  margin: 24px 18px 0; }
#pricing-plans ul {
  margin: 0.5em 0 24px; }
  #pricing-plans ul li {
    padding: .2em 0;
    font-size: .9em; }
#pricing-plans h4 {
  margin: 0 18px 24px 18px;
  color: #f5fcfc; }

/* SUPPORT PAGE */
#support h2 {
  margin: 0;
  text-align: left;
  background: #53bbd5;
  color: #f5fcfc;
  padding: 0.2em 0 0.2em 18px;
  font-size: 1.3em;
  font-family: "Montserrat", sans-serif; }
  #support h2 span {
    display: block;
    background: #ee7722;
    margin: .5em 0 0 0;
    padding: 0.3em 0 0.3em 18px;
    font-size: .8em; }
#support h3 {
  border-bottom: 2px solid rgba(71, 53, 31, 0.1);
  color: #ee7722;
  margin-right: 18px; }

/* CJG GRID STUFFS */
.cjg-grid {
  width: 100%; }
  .cjg-grid .cjg-1-3 {
    width: 33.3333333333333333%;
    margin: 0;
    float: left; }
  .cjg-grid .cjg-2-3 {
    width: 66.6666666666666666%;
    margin: 0;
    float: left; }
  .cjg-grid .cjg-1-4 {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left; }
  .cjg-grid .cjg-2-4 {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left; }
  .cjg-grid .cjg-3-4 {
    width: 75%;
    margin: 0;
    padding: 0;
    float: left; }

/* LITE STYLES */
#lite, #pro, #follower_review, #super-pro {
  	/*
  #account_options {background: $orange_opaque; color: $white; padding: $top_small $right $bottom_small $left;
  		ul { text-align: center;
  			li {margin-bottom: 4px;
  				a {display: block; background: $orange; color: $white; border-bottom: 4px solid $white_opaque; padding: 6px; text-decoration: none; font-family: $font_title; }
  				a:hover {background: $orange_hover;}
  			}
  		}
  	}
  */
  /** USER PROFILES **/ }
  #lite p, #pro p, #follower_review p, #super-pro p {
    font-size: 1em; }
  #lite #account, #pro #account, #follower_review #account, #super-pro #account {
    background: #53bbd5;
    color: #f5fcfc;
    padding: 12px 18px 12px 18px;
    margin-top: 12px;
    border-radius: 3px; }
  #lite #account_options ul, #pro #account_options ul, #follower_review #account_options ul, #super-pro #account_options ul {
    margin-top: 12px; }
    #lite #account_options ul li, #pro #account_options ul li, #follower_review #account_options ul li, #super-pro #account_options ul li {
      margin: 1px 0 0; }
      #lite #account_options ul li a, #pro #account_options ul li a, #follower_review #account_options ul li a, #super-pro #account_options ul li a {
        display: block;
        text-align: left !important; }
  #lite #history .wum_group, #pro #history .wum_group, #follower_review #history .wum_group, #super-pro #history .wum_group {
    margin-left: 18px; }
  #lite #history ul.wum_account, #pro #history ul.wum_account, #follower_review #history ul.wum_account, #super-pro #history ul.wum_account {
    margin: 6px 6px 6px 0;
    float: left; }
    #lite #history ul.wum_account img, #pro #history ul.wum_account img, #follower_review #history ul.wum_account img, #super-pro #history ul.wum_account img {
      border-radius: 50%; }
  #lite .user_group, #pro .user_group, #follower_review .user_group, #super-pro .user_group {
    margin: 12px 18px; }
  #lite .user-option, #pro .user-option, #follower_review .user-option, #super-pro .user-option {
    width: 100%;
    margin: 0 auto;
    font-size: .9em; }
    #lite .user-option .suspended h6, #pro .user-option .suspended h6, #follower_review .user-option .suspended h6, #super-pro .user-option .suspended h6 {
      font-family: "Montserrat", sans-serif;
      color: red;
      font-weight: bold;
      font-size: 1.2em;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 1em;
      transform: rotate(-7deg);
      -webkit-transform: rotate(-7deg);
      /* Chrome, Safari, Opera */
      -ms-transform: rotate(-7deg);
      /* IE 9 */ }
    #lite .user-option .primary-option, #pro .user-option .primary-option, #follower_review .user-option .primary-option, #super-pro .user-option .primary-option {
      margin: 0 0 6px; }
      #lite .user-option .primary-option a, #pro .user-option .primary-option a, #follower_review .user-option .primary-option a, #super-pro .user-option .primary-option a {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-size: 1.4em; }
    #lite .user-option .secondary-option, #pro .user-option .secondary-option, #follower_review .user-option .secondary-option, #super-pro .user-option .secondary-option {
      float: left;
      width: 48%;
      margin: 3px 1% 3px; }
      #lite .user-option .secondary-option a, #pro .user-option .secondary-option a, #follower_review .user-option .secondary-option a, #super-pro .user-option .secondary-option a {
        display: block;
        font-size: .9em; }
    #lite .user-option .terchiary-option, #pro .user-option .terchiary-option, #follower_review .user-option .terchiary-option, #super-pro .user-option .terchiary-option {
      clear: left;
      width: 98%;
      padding: 0 0 3px;
      margin: 0 auto 0; }
      #lite .user-option .terchiary-option a, #pro .user-option .terchiary-option a, #follower_review .user-option .terchiary-option a, #super-pro .user-option .terchiary-option a {
        display: block;
        font-size: .9em; }
  #lite .user_miniprofile, #pro .user_miniprofile, #follower_review .user_miniprofile, #super-pro .user_miniprofile {
    color: #47351f;
    font-size: .9em;
    margin: 0 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(83, 187, 213, 0.5);
    transition: background 0.3s ease; }
    #lite .user_miniprofile p, #pro .user_miniprofile p, #follower_review .user_miniprofile p, #super-pro .user_miniprofile p {
      font-size: 1.2em; }
    #lite .user_miniprofile h4, #pro .user_miniprofile h4, #follower_review .user_miniprofile h4, #super-pro .user_miniprofile h4 {
      margin: 0; }
      #lite .user_miniprofile h4 a, #pro .user_miniprofile h4 a, #follower_review .user_miniprofile h4 a, #super-pro .user_miniprofile h4 a {
        text-decoration: none;
        color: #53bbd5; }
    #lite .user_miniprofile img, #pro .user_miniprofile img, #follower_review .user_miniprofile img, #super-pro .user_miniprofile img {
      border-radius: 6%;
      margin: 0; }
    #lite .user_miniprofile ul, #pro .user_miniprofile ul, #follower_review .user_miniprofile ul, #super-pro .user_miniprofile ul {
      margin: 0 auto; }
    #lite .user_miniprofile .timespans, #pro .user_miniprofile .timespans, #follower_review .user_miniprofile .timespans, #super-pro .user_miniprofile .timespans {
      font-size: .8em;
      text-align: center;
      padding: 8px 0 !important;
      color: rgba(71, 53, 31, 0.5);
      border-right: 1px solid rgba(71, 53, 31, 0.1);
      border-top: 1px solid rgba(71, 53, 31, 0.1);
      margin-right: -1px; }
      #lite .user_miniprofile .timespans span, #pro .user_miniprofile .timespans span, #follower_review .user_miniprofile .timespans span, #super-pro .user_miniprofile .timespans span {
        display: block;
        font-size: 1.2em;
        color: #53bbd5;
        font-weight: bold; }
      #lite .user_miniprofile .timespans li.fullwidth, #pro .user_miniprofile .timespans li.fullwidth, #follower_review .user_miniprofile .timespans li.fullwidth, #super-pro .user_miniprofile .timespans li.fullwidth {
        width: 100%; }
    #lite .user_miniprofile ul.stats, #pro .user_miniprofile ul.stats, #follower_review .user_miniprofile ul.stats, #super-pro .user_miniprofile ul.stats {
      font-size: 1em;
      line-height: 1.5em;
      vertical-align: middle;
      width: 90%;
      margin: 0 auto 0;
      text-align: center; }
      #lite .user_miniprofile ul.stats li, #pro .user_miniprofile ul.stats li, #follower_review .user_miniprofile ul.stats li, #super-pro .user_miniprofile ul.stats li {
        padding-bottom: 6px;
        float: left;
        width: 33%;
        border-right: 1px solid rgba(71, 53, 31, 0.1); }
        #lite .user_miniprofile ul.stats li span, #pro .user_miniprofile ul.stats li span, #follower_review .user_miniprofile ul.stats li span, #super-pro .user_miniprofile ul.stats li span {
          display: block;
          font-size: 1.4em;
          color: #ee7722;
          font-weight: bold; }
      #lite .user_miniprofile ul.stats li:last-child, #pro .user_miniprofile ul.stats li:last-child, #follower_review .user_miniprofile ul.stats li:last-child, #super-pro .user_miniprofile ul.stats li:last-child {
        border-right: none; }
    #lite .user_miniprofile .sub-list, #pro .user_miniprofile .sub-list, #follower_review .user_miniprofile .sub-list, #super-pro .user_miniprofile .sub-list {
      font-size: 85%; }
    #lite .user_miniprofile .user-unfollowed, #pro .user_miniprofile .user-unfollowed, #follower_review .user_miniprofile .user-unfollowed, #super-pro .user_miniprofile .user-unfollowed {
      position: absolute;
      top: 0;
      bottom: 0;
      height: auto;
      width: 100%;
      background: rgba(71, 53, 31, 0.75);
      z-index: 10; }
      #lite .user_miniprofile .user-unfollowed p, #pro .user_miniprofile .user-unfollowed p, #follower_review .user_miniprofile .user-unfollowed p, #super-pro .user_miniprofile .user-unfollowed p {
        margin-top: 140px;
        font-family: "Montserrat", sans-serif;
        color: #f5fcfc;
        font-weight: bold;
        font-size: 1.5em; }
    #lite .user_miniprofile .user_miniprofile:last-child, #pro .user_miniprofile .user_miniprofile:last-child, #follower_review .user_miniprofile .user_miniprofile:last-child, #super-pro .user_miniprofile .user_miniprofile:last-child {
      border-bottom: none; }
    #lite .user_miniprofile .user-overlay, #pro .user_miniprofile .user-overlay, #follower_review .user_miniprofile .user-overlay, #super-pro .user_miniprofile .user-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      height: auto;
      width: 100%;
      background: rgba(71, 53, 31, 0.75);
      z-index: 10;
      text-align: center; }
      #lite .user_miniprofile .user-overlay h6, #pro .user_miniprofile .user-overlay h6, #follower_review .user_miniprofile .user-overlay h6, #super-pro .user_miniprofile .user-overlay h6 {
        margin: 30px 12px 12px;
        font-family: "Montserrat", sans-serif;
        color: #f5fcfc;
        font-weight: bold;
        font-size: 1.5em;
        text-transform: uppercase;
        transform: rotate(-7deg);
        -webkit-transform: rotate(-7deg);
        /* Chrome, Safari, Opera */
        -ms-transform: rotate(-7deg);
        /* IE 9 */ }
      #lite .user_miniprofile .user-overlay p, #pro .user_miniprofile .user-overlay p, #follower_review .user_miniprofile .user-overlay p, #super-pro .user_miniprofile .user-overlay p {
        font-family: "Montserrat", sans-serif;
        color: #f5fcfc;
        font-weight: bold;
        font-size: 1em; }
    #lite .user_miniprofile .overlay-suspended, #pro .user_miniprofile .overlay-suspended, #follower_review .user_miniprofile .overlay-suspended, #super-pro .user_miniprofile .overlay-suspended {
      margin-top: 30px; }
      #lite .user_miniprofile .overlay-suspended h6, #pro .user_miniprofile .overlay-suspended h6, #follower_review .user_miniprofile .overlay-suspended h6, #super-pro .user_miniprofile .overlay-suspended h6 {
        color: #ee7722; }
    #lite .user_miniprofile .user-followed, #pro .user_miniprofile .user-followed, #follower_review .user_miniprofile .user-followed, #super-pro .user_miniprofile .user-followed {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: rgba(83, 187, 213, 0.85);
      z-index: 10; }
      #lite .user_miniprofile .user-followed h6, #pro .user_miniprofile .user-followed h6, #follower_review .user_miniprofile .user-followed h6, #super-pro .user_miniprofile .user-followed h6 {
        margin-top: 30px;
        font-family: "Montserrat", sans-serif;
        color: #f5fcfc;
        font-weight: bold;
        font-size: 1.5em; }
      #lite .user_miniprofile .user-followed p, #pro .user_miniprofile .user-followed p, #follower_review .user_miniprofile .user-followed p, #super-pro .user_miniprofile .user-followed p {
        color: #f5fcfc;
        font-weight: bold;
        font-size: .8em; }
  #lite .user_miniprofile:hover, #pro .user_miniprofile:hover, #follower_review .user_miniprofile:hover, #super-pro .user_miniprofile:hover {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3px; }

/* ALERTS */
.alert {
  text-align: center;
  margin: 12px 18px 12px 18px;
  padding: 6px 18px 6px 18px; }

.alert.notice {
  background: rgba(83, 187, 213, 0.1);
  border: 1px solid #53bbd5;
  border-radius: 3px; }

.alert.error {
  background: #ffeaea;
  border: 1px solid #e00000;
  border-radius: 3px; }

.alert.tweet {
  background: rgba(238, 119, 34, 0.1);
  border: 1px solid rgba(238, 119, 34, 0.5);
  border-radius: 3px;
  width: auto; }
  .alert.tweet p {
    text-align: left;
    font-size: 1.1em !important;
    font-family: "Montserrat", sans-serif;
    color: #f5fcfc;
    margin-bottom: .5em !important;
    padding-right: 18px !important; }
  .alert.tweet button {
    float: left;
    width: 100%;
    margin: 10px 24px 0 0;
    font-size: 1.3em; }

.mini-alert {
  color: red; }

/* AD RIBBON */
.ad-ribbon {
  background-color: rgba(83, 187, 213, 0.75);
  border-top: 8px solid #53bbd5;
  margin: 0 0 -20px 0;
  padding: 0; }

/* FOOTER STUFFS */
footer {
  background: #47351f;
  width: 100%;
  border-top: 8px solid #53bbd5;
  margin: 0;
  padding: 24px 0;
  text-align: center; }
  footer p {
    margin-bottom: 2em;
    font-size: .8em; }
    footer p a {
      color: rgba(245, 252, 252, 0.75);
      text-decoration: none; }
  footer h3 {
    color: #ee7722;
    font-family: "Montserrat", sans-serif; }

/* MEDIA QUERY GOODNESS -- BASED ON PURECSS BREAKPOINTS */
@media screen and (max-width: 80em) and (min-width: 64em) {
  header nav ul li {
    margin: 0 6px;
    font-size: .9em; } }
@media screen and (max-width: 64em) {
  .content-ribbon {
    text-align: center; }

  .ribbon-right {
    text-align: center;
    background: rgba(83, 187, 213, 0.1); }

  li.nav-sm-show {
    display: inline-block; }

  .nav-sm-hide {
    display: none; }

  nav ul ul {
    top: 58px; }

  header nav ul li {
    font-size: .9em; } }
@media screen and (max-width: 48em) {
  li.nav-sm-show {
    display: inline-block; }

  .nav-sm-hide {
    display: none; }

  nav ul ul {
    top: 58px; } }
@media screen and (max-width: 35.5em) {
  body {
    font-size: 80%; }

  header {
    background: #53bbd5;
    position: inherit;
    text-align: center; }
    header #wumlogo {
      float: none;
      display: inline-block;
      width: 289px;
      margin: 12px auto 12px; }
    header nav {
      float: none;
      margin: 0 18px 12px 18px;
      text-align: center; }
      header nav ul#nav-options {
        display: block;
        line-height: 38px;
        margin: 0 10px;
        width: 100%; }
        header nav ul#nav-options li {
          display: block;
          width: 100%; }
      header nav ul#nav-account {
        float: none;
        display: block;
        width: 230px;
        margin: 6px auto !important;
        position: relative;
        z-index: 99; }
      header nav li.nav-sm-show {
        display: inline-block; }
      header nav .nav-sm-hide {
        display: none; }

  nav ul ul {
    top: 34px; }

  #feature {
    margin-top: 0;
    padding-top: 0; }
    #feature h4 {
      font-size: 1.5em; }

  #content {
    margin-top: 0; }

  .sm-empty {
    display: none; } }
