/* Import Susy */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation
*    change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
  display: none; }

/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
template {
  display: none; }

/* Links
   ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.66667em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type='search'] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Define Susy Layout */
/* Set Border Box */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Set Border Radius */
/* Set Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* Set Button */
.aocprofile_container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .aocprofile_container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 800px) {
    .aocprofile_container {
      padding: 0 2.5%; } }
  @media (max-width: 500px) {
    .aocprofile_container {
      padding: 0 5%; } }
  .aocprofile_container .aocprofile_top {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0 0; }
  .aocprofile_container .aocprofile_avatar {
    width: 10%;
    float: left;
    margin-right: 2.85714%;
    text-align: center; }
    @media (max-width: 500px) {
      .aocprofile_container .aocprofile_avatar {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; } }
    .aocprofile_container .aocprofile_avatar img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    .aocprofile_container .aocprofile_avatar .aocprofile-edit {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      color: #21AAE0;
      font-size: 14px;
      margin-top: 10px; }
  .aocprofile_container .aocprofile-loading {
    display: none;
    width: 31px;
    height: 31px;
    margin: 0 0 0 10px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/loading.gif) no-repeat scroll 0 0 transparent; }
  .aocprofile_container .aocprofile_message {
    display: none;
    margin-bottom: 10px; }
    .aocprofile_container .aocprofile_message .success {
      color: #419BF9;
      font-size: 14px; }
    .aocprofile_container .aocprofile_message .error {
      color: #FF0000;
      font-size: 14px; }
  .aocprofile_container .aocprofile-submit {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .aocprofile_container .authorlink {
    float: left;
    width: auto;
    margin: 0 5px 0 0; }
    @media (max-width: 500px) {
      .aocprofile_container .authorlink {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  @media (max-width: 500px) {
    .aocprofile_container .follow-msglinks {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .aocprofile_container .authorname {
    margin-bottom: 0; }
  .aocprofile_container .aocprofile-follow {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    background: #2968B9;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 1px 16px;
    margin-right: 12px;
    border-radius: 3px;
    background-clip: padding-box; }
  .aocprofile_container .aocprofile-directmsg, .aocprofile_container .aocprofile-booklesson, .aocprofile_container .aocprofile-share {
    color: #2968B9;
    font-weight: 700;
    vertical-align: middle; }
    .aocprofile_container .aocprofile-directmsg:after, .aocprofile_container .aocprofile-booklesson:after, .aocprofile_container .aocprofile-share:after {
      content: "";
      padding: 0 12px 0 0; }
  .aocprofile_container .aocprofile-directmsg {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto; }
  .aocprofile_container .profilefacebook, .aocprofile_container .profiletwitter, .aocprofile_container .profileshare {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 21px;
    min-height: 21px;
    padding: 0;
    text-indent: -9999px;
    margin-right: 8px; }
  .aocprofile_container .profilefacebook {
    background: url(../images/facebook.png) no-repeat scroll center center transparent;
    margin-right: 0; }
  .aocprofile_container .profiletwitter {
    background: url(../images/twitter.png) no-repeat scroll center center transparent; }
  .aocprofile_container .profileshare {
    background: url(../images/share.png) no-repeat scroll center center transparent; }
  .aocprofile_container .aocprofile-share:after {
    padding: 0; }
  .aocprofile_container .fa-circle {
    font-size: 8px;
    margin-right: 2px;
    font-weight: 400; }
  .aocprofile_container .aocprofile_desc, .aocprofile_container .aocprofile_career, .aocprofile_container .aocprofile_awards, .aocprofile_container .aocprofile_links, .aocprofile_container .aocprofile_userurl {
    width: 87.14286%;
    float: right;
    margin-right: 0; }
    @media (max-width: 500px) {
      .aocprofile_container .aocprofile_desc, .aocprofile_container .aocprofile_career, .aocprofile_container .aocprofile_awards, .aocprofile_container .aocprofile_links, .aocprofile_container .aocprofile_userurl {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .aocprofile_container .follow-msglinks {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 0 8px 0;
    margin: 0; }
  .aocprofile_container .aocprofile_meta {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3px; }
    .aocprofile_container .aocprofile_meta ul {
      list-style-type: none;
      margin: 0; }
    .aocprofile_container .aocprofile_meta li {
      float: left;
      list-style-type: none;
      width: auto;
      padding: 0;
      color: #000; }
      .aocprofile_container .aocprofile_meta li:after {
        content: "|";
        color: #C8C8C8;
        padding: 0 5px; }
      .aocprofile_container .aocprofile_meta li:last-child:after {
        content: "";
        padding: 0; }
  .aocprofile_container a {
    color: #21AAE0; }
    .aocprofile_container a:hover, .aocprofile_container a:focus {
      color: #21AAE0; }
  .aocprofile_container .aocprofile-hide {
    display: none; }
  .aocprofile_container .aocprofile_data {
    width: 69.14286%;
    float: left;
    margin-right: 2.85714%; }
    @media (max-width: 800px) {
      .aocprofile_container .aocprofile_data {
        width: 60.57143%;
        float: left;
        margin-right: 2.85714%; } }
    @media (max-width: 500px) {
      .aocprofile_container .aocprofile_data {
        width: 65.71429%;
        float: right;
        margin-right: 0; } }
  .aocprofile_container .aocprofile_right {
    width: 15.14286%;
    float: right;
    margin-right: 0; }
    @media (max-width: 800px) {
      .aocprofile_container .aocprofile_right {
        width: 23.71429%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 500px) {
      .aocprofile_container .aocprofile_right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .aocprofile_container .view_followers {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    list-style-type: none; }
    @media (max-width: 500px) {
      .aocprofile_container .view_followers {
        margin-bottom: 10px; } }
    .aocprofile_container .view_followers li {
      list-style-type: none; }
  @media (max-width: 500px) {
    .aocprofile_container .view_followers {
      margin-bottom: 10px; } }
  .aocprofile_container .view_followers li {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative; }
    .aocprofile_container .view_followers li small {
      font-weight: 400;
      color: #666;
      font-size: 12px;
      position: absolute;
      top: 30px;
      left: 0; }
      .aocprofile_container .view_followers li small:before {
        content: "\00000A"; }
    .aocprofile_container .view_followers li:last-child {
      float: right;
      margin-right: 0;
      text-align: right; }
      .aocprofile_container .view_followers li:last-child small {
        left: unset;
        right: 0; }
  .aocprofile_container .aocprofile_menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .aocprofile_container .aocprofile_menu ul {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      list-style-type: none;
      margin: 40px 0 0 0; }
    .aocprofile_container .aocprofile_menu li {
      list-style-type: none;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      text-transform: uppercase;
      padding-bottom: 20px;
      margin-right: 56px;
      border-bottom: 2px solid transparent; }
      .aocprofile_container .aocprofile_menu li:last-child {
        margin-right: 0; }
      .aocprofile_container .aocprofile_menu li a {
        color: #676767; }
        .aocprofile_container .aocprofile_menu li a:hover {
          color: #21AAE0; }
      .aocprofile_container .aocprofile_menu li:hover {
        border-bottom: 2px solid #419BF9; }
    .aocprofile_container .aocprofile_menu li.active {
      border-bottom: 2px solid #419BF9; }
      .aocprofile_container .aocprofile_menu li.active a {
        color: #21AAE0; }
  .aocprofile_container .aocprofile_bottom {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .aocprofile_container .profilemenu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 16px 0 16px 0;
    padding-top: 16px;
    border-top: #AAAAAA 1px solid;
    position: relative; }
    .aocprofile_container .profilemenu ul {
      padding: 0;
      list-style-type: none;
      margin: 0; }
      .aocprofile_container .profilemenu ul li {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: auto;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        .aocprofile_container .profilemenu ul li a {
          color: #676767;
          font-size: 120%;
          font-weight: 700;
          text-decoration: none; }
          .aocprofile_container .profilemenu ul li a:hover {
            color: #21AAE0; }
        .aocprofile_container .profilemenu ul li a.active {
          color: #21AAE0;
          font-weight: 700; }
        .aocprofile_container .profilemenu ul li ul {
          position: absolute;
          top: 2.5em;
          left: 0;
          display: none;
          width: 100%;
          padding: 5px 0; }
          .aocprofile_container .profilemenu ul li ul li {
            background: #FFFFFF;
            margin: 0; }
            .aocprofile_container .profilemenu ul li ul li a {
              font-size: 100%;
              font-weight: 400; }
            .aocprofile_container .profilemenu ul li ul li ul {
              top: 0;
              left: 100%; }
        .aocprofile_container .profilemenu ul li:after {
          content: "";
          padding: 0 10px; }
        .aocprofile_container .profilemenu ul li:last-child:after {
          padding: 0; }
  .aocprofile_container .profileposts {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    list-style-type: none; }
    .aocprofile_container .profileposts li {
      width: 22.85714%;
      float: left;
      margin-right: 2.85714%;
      margin-top: 32px;
      margin-bottom: 32px;
      list-style-type: none; }
      @media (max-width: 500px) {
        .aocprofile_container .profileposts li {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
      .aocprofile_container .profileposts li:nth-child(4n) {
        float: right;
        margin-right: 0; }
        @media (max-width: 500px) {
          .aocprofile_container .profileposts li:nth-child(4n) {
            float: left; } }
      .aocprofile_container .profileposts li:nth-child(4n+5) {
        clear: left; }
        @media (max-width: 500px) {
          .aocprofile_container .profileposts li:nth-child(4n+5) {
            clear: unset; } }
      .aocprofile_container .profileposts li .profilepost-date, .aocprofile_container .profileposts li .profilepost, .aocprofile_container .profileposts li h4, .aocprofile_container .profileposts li .profilepost-meta {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .aocprofile_container .profileposts li .profilepost-date {
        font-size: 14px; }
      .aocprofile_container .profileposts li .attachment-cat-thumb {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      .aocprofile_container .profileposts li h4 {
        color: #404041;
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0 0 0; }
        .aocprofile_container .profileposts li h4 a {
          color: #404041; }
          .aocprofile_container .profileposts li h4 a:hover {
            color: #21AAE0; }
      .aocprofile_container .profileposts li .profilepost-rating {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%; }
      .aocprofile_container .profileposts li .profilepost-star.active {
        color: #21AAE0; }
      .aocprofile_container .profileposts li .profilepost-views {
        width: 48.57143%;
        float: right;
        margin-right: 0; }
    .aocprofile_container .profileposts .premium-content {
      position: relative; }
      .aocprofile_container .profileposts .premium-content:after {
        /*content: "\f091";*/
        content: '';
        border-radius: 0;
        background-color: transparent;
        padding: 6px;
        color: #fff;
        position: absolute;
        font-family: FontAwesome;
        line-height: 1.2;
        right: -12px;
        top: 5px; 
        background-image:url(https://theartofcoachingvolleyball.com/wp-content/themes/coaching_vb/images/Premium_with_trophy.png);
        background-size:contain;
        background-position: top right;
        background-repeat: no-repeat;
        width:45%;
        height:29px;
      }
  .aocprofile_container .aocprofile-pagination {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; }
    .aocprofile_container .aocprofile-pagination a {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      background-color: #333;
      color: #fff;
      font-size: 16px;
      width: auto;
      padding: 3px 10px;
      margin: 0 2px 5px 0;
      text-decoration: none;
      cursor: pointer; }
      .aocprofile_container .aocprofile-pagination a:hover {
        background-color: #21AAE0;
        text-decoration: none; }
    .aocprofile_container .aocprofile-pagination span {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      background-color: #333;
      color: #fff;
      font-size: 16px;
      width: auto;
      padding: 3px 10px;
      margin: 0 2px 5px 0;
      cursor: pointer; }
    .aocprofile_container .aocprofile-pagination .dot {
      background-color: transparent;
      color: #333; }
    .aocprofile_container .aocprofile-pagination a.active, .aocprofile_container .aocprofile-pagination span.current {
      background-color: #21AAE0;
      text-decoration: none; }

.aocprofile-popupoverlay {
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  background: url(../images/overlay.png) repeat scroll 0 0 transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001; }

.aocprofile-popuploading {
  display: none;
  float: left;
  width: 220px;
  height: 19px;
  background: url(../images/ajax-loader.gif) no-repeat scroll 0 0 transparent;
  margin: -9.5px 0 0 -110px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100002; }

.aocprofile-popupcontainer {
  display: none;
  float: left;
  width: 560px;
  min-height: 200px;
  background: #FFFFFF;
  padding: 0;
  margin: -100px 0 0 -280px;
  position: fixed;
  z-index: 100003;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 1px 1px 10px #000000;
  box-shadow: 1px 1px 10px #000000; }
  @media (max-width: 800px) {
    .aocprofile-popupcontainer {
      width: 90%;
      margin-left: -45%;
      min-height: unset; } }
  .aocprofile-popupcontainer .aocprofile-popupclose {
    float: right;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 100004; }
    .aocprofile-popupcontainer .aocprofile-popupclose a {
      background: url(../images/close.png) no-repeat scroll 0 0 transparent;
      float: left;
      width: 100%;
      height: 100%;
      text-indent: -99999px; }
  .aocprofile-popupcontainer .aocprofile-popupcontainerinner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 3% 5%;
    position: relative; }
  .aocprofile-popupcontainer h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px; }
  .aocprofile-popupcontainer p {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 10px; }
    .aocprofile-popupcontainer p label {
      font-weight: 700;
      font-size: 14px; }
    .aocprofile-popupcontainer p .required {
      color: #FF0000; }
    .aocprofile-popupcontainer p input:text, .aocprofile-popupcontainer p textarea {
      width: 100%; }
    .aocprofile-popupcontainer p:nth-child(2n) {
      float: right;
      margin-right: 0; }
    .aocprofile-popupcontainer p:last-child {
      margin-bottom: 0; }
  .aocprofile-popupcontainer .full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .aocprofile-popupcontainer .avatar-img {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px; }
    .aocprofile-popupcontainer .avatar-img .pr-avatar, .aocprofile-popupcontainer .avatar-img .pravatar-btn {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .aocprofile-popupcontainer .avatar-img .pr-avatar img, .aocprofile-popupcontainer .avatar-img .pravatar-btn img {
        float: none;
        width: 120px;
        height: 120px;
        -o-object-fit: contain;
        object-fit: contain; }
  .aocprofile-popupcontainer .aocprofile-loading {
    display: none;
    width: 31px;
    height: 31px;
    margin: 0 0 0 10px;
    padding: 0;
    vertical-align: middle;
    background: url(../images/loading.gif) no-repeat scroll 0 0 transparent; }
  .aocprofile-popupcontainer .aocprofile-message {
    display: none;
    margin-bottom: 10px; }
    .aocprofile-popupcontainer .aocprofile-message .success {
      color: #419BF9;
      font-size: 14px; }
    .aocprofile-popupcontainer .aocprofile-message .error {
      color: #FF0000;
      font-size: 14px; }
  .aocprofile-popupcontainer .aocprofile-popupsuboverlay {
    display: none;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin: 0;
    background: url(../images/overlay.png) repeat scroll 0 0 transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100005; }
  .aocprofile-popupcontainer .aocprofile-popupsubloading {
    display: none;
    float: left;
    width: 220px;
    height: 19px;
    background: url(../images/ajax-loader.gif) no-repeat scroll 0 0 transparent;
    margin: -9.5px 0 0 -110px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100006; }
  .aocprofile-popupcontainer .aocprofile-popupsubcontainer {
    display: none;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 560px;
    min-height: 200px;
    background: #FFFFFF;
    padding: 0;
    position: absolute;
    top: 17%;
    left: 50%;
    margin: -100px 0 0 -280px;
    z-index: 100007;
    -webkit-box-shadow: 1px 1px 10px #000000;
    box-shadow: 1px 1px 10px #000000; }
    .aocprofile-popupcontainer .aocprofile-popupsubcontainer .aocprofile-popupsubcontainerinner {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 3% 5%; }
    .aocprofile-popupcontainer .aocprofile-popupsubcontainer p {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .aocprofile-popupcontainer .aocprofile-popupsubcontainer .aocprofile-popupsubclose {
      float: right;
      width: 13px;
      height: 13px;
      padding: 0;
      margin: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100008; }
      .aocprofile-popupcontainer .aocprofile-popupsubcontainer .aocprofile-popupsubclose a {
        float: left;
        width: 100%;
        height: 100%;
        padding: 0;
        background: url(../images/close.png) no-repeat scroll 0 0 transparent;
        text-indent: -9999px; }

.following-container {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .following-container ul {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    list-style-type: none;
    margin: 0 !important; }
  .following-container li {
    width: 17.71429%;
    float: left;
    margin-right: 2.85714%;
    list-style-type: none !important;
    margin-bottom: 2.85714%; }
    .following-container li:nth-child(5n) {
      float: right;
      margin-right: 0; }
    .following-container li:nth-child(5n+6) {
      clear: left; }
    @media (max-width: 800px) {
      .following-container li {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; }
        .following-container li:nth-child(5n) {
          float: left;
          margin-right: 2.85714%; }
        .following-container li:nth-child(5n+6) {
          clear: unset; }
        .following-container li:nth-child(4n) {
          float: right;
          margin-right: 0; }
        .following-container li:nth-child(4n+5) {
          clear: left; } }
    @media (max-width: 500px) {
      .following-container li {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; }
        .following-container li:nth-child(5n) {
          float: left;
          margin-right: 2.85714%; }
        .following-container li:nth-child(5n+6) {
          clear: unset; }
        .following-container li:nth-child(4n) {
          float: left;
          margin-right: 2.85714%; }
        .following-container li:nth-child(4n+5) {
          clear: unset; }
        .following-container li:nth-child(3n) {
          float: right;
          margin-right: 0; }
        .following-container li:nth-child(3n+4) {
          clear: left; } }
    .following-container li .authorimg, .following-container li .authorname {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      .following-container li .authorimg img, .following-container li .authorname img {
        float: unset;
        height: 130px;
        -o-object-fit: contain;
        object-fit: contain; }
    .following-container li .authorimg {
      min-height: 120px; }
    .following-container li .authorname {
      color: #21AAE0; }
      .following-container li .authorname a {
        font-size: 14px;
        color: #21AAE0; }

.aocprofile-emailnotification {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 20px 0; }
  .aocprofile-emailnotification .aocpr-message {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    display: none; }
  .aocprofile-emailnotification p {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px; }
    .aocprofile-emailnotification p:last-child {
      clear: left;
      margin-bottom: 0; }
  .aocprofile-emailnotification label {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    margin-right: 20px;
    font-weight: 700; }
  .aocprofile-emailnotification .field {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto; }
  .aocprofile-emailnotification .fieldtext {
    margin-right: 10px;
    margin-left: 3px; }
  .aocprofile-emailnotification .aocpr-submit {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 10px 0 0;
    vertical-align: middle; }
  .aocprofile-emailnotification .aocpr-submit {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    background: #2968B9;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 3px 10px;
    border-radius: 3px;
    background-clip: padding-box; }
    .aocprofile-emailnotification .aocpr-submit:hover, .aocprofile-emailnotification .aocpr-submit:focus {
      background: #2968B9; }
  .aocprofile-emailnotification .aocpr-loading {
    display: none;
    width: 31px;
    height: 31px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    background: url(../images/loading.gif) no-repeat scroll 0 0 transparent; }
