/* Target all elements 
  * {border: 1px solid red;}
 */

/* import customclients */
/*@import url("customclient.css"); */

.type-light {font-family: 'Inter', sans-serif; font-weight: 300;}
.type-medium {font-family: 'Inter', sans-serif; font-weight: 400;}

body {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  margin-top: 100px;
  background-color: #ffffff;
}

body.whitebg {
  font-family: 'Inter', sans-serif;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  margin-top: 100px;
  background-color: #FFFFFF;
}

.homescreen-columns {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

header {
  min-height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}

.cookie-gradient {
  background-image:
    linear-gradient(
      #2a7fff, #0051ca
    );
}

.cookiepopup {margin:2px auto; width:420px; text-align:center;}

.cookie-panel {
    background-color: #E87722;
    padding: 10px;
    margin-top: 10px;
}

.cookie-panel-container{
  width: 100%;
  padding: 20px;
  background-color: #E87722;
  color: #ffffff;
  position:fixed;
  left:0px;
  bottom:0px;
  z-index: 999;
}

.cookie-panel-content{
  float: left;
  color: #ffffff;
  margin-top: 3px;
}

.cookie-panel-button{
  float: right;
  margin-right: 20px;
  border-radius: 5px;
}

.cookie-link{
  color: #FEFFCA;
}

.cookie-link:hover{
  color: #ffffff;
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

span.cookie-info {font-size: 1em; color: #ffffff;}
form.cookie-info-form {height: 10px}

input[type="text"], textarea{
  background-color: #ffffff;
}

input.hiddensubmit[type="file"]{
  display: none;
}

.custom-file-upload {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #000000; /* prev highlight colour */
  padding: 8px 16px 8px 16px;
  border: none;
  text-decoration: none;
  width: 130px;
  text-align: center;
}

.custom-file-upload:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.lightbox {
  background-color: black;
  color: white;
  padding: 30px;
  width: 100%;
  height: 100%;
  opacity: 0.90;
  z-index: 9999999999;
  position: fixed;
  text-align: center;
  margin-top: -60px;
}

.lightbox-uploader {
  color: #000000; /* prev highlight colour */
  width: 100%;
  z-index: 9999999999;
  position: absolute;
  text-align: center;
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
}

.general-content{
  margin: 20px 0px 20px 0px;
}


.branding{
  height: 65px;
  padding-top: 5px;
  background-color: #ffffff;
}

.senasenblue {color: #28a1e9;}
.green {color: #30a607;}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.top-bar{
  background: #f5f5f5;
  border-top: 1px #bebebe solid;
  border-bottom: 1px #bebebe solid;
  height: 47px;
}

.top-bar-section li a{
  background: #f5f5f5;
  color: #000000;
}

.top-bar-section li a:hover{
  background: #f5f5f5;
  color: #bebebe;
}

.top-bar-section li a:not(.button){
  background: #f5f5f5;
  color: #000000;
}

.top-bar-section .dropdown li:not(.has-form) > a:not(.button) {
    color: #555555;
    background: #555555;
    font-weight: 400;
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: #a0a0a0;
    background: #555555;
    font-weight: 400;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #000000; /* prev highlight colour */
}

.top-bar-section .left li .dropdown{
  right: auto;
  left: 0;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  border-left: 1px solid #bebebe;
  background-color: #ffffff;
}

.has-dropdown .not-click{
  color: red;
}

.top-bar-section li:not(.has-form) a:not(.button):active {
    color: red;
}

.top-bar-section li a.nav-label{
  color:#000000;
}

.top-bar-section li a.nav-label:active{
  color:#000000;
}

@media only screen and (min-width: 780px) {
 li.mobile-nav-only{display: none;}
}

div.hnav{
  width:100%;
  color: #000000; padding: 3px; font-weight: 100; font-size: 0.8em; width:100%;
  background-color: white;
  border-bottom: 1px white solid;
}

ul.hnav-list{
  margin: 0px;
}

ul.hnav-list li{
  display: inline;
}

a.hnav-link{
  color:#000000;
  margin-left: 20px;
}

a.hnav-link:hover{
  color: #a5a5a5;
  margin-left: 20px;
}

p {line-height: 1.3rem;}

.btn-login {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border: solid #000000 2px;
  text-decoration: none;
}

.btn-login:hover {
  background: #3cb0fd;
  color: #000000;
  text-decoration: none;
}

.action-button-login{
  color: #000000;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #C8C8C8 1px;
  border-radius: 5px;
}

.action-button-login:hover{
  color: #000000;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  border-radius: 5px;
}

.action-button-login-onblack{
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 1px;
  text-decoration: none;
  margin-right: 20px;
  border-radius: 5px;
}

.action-button-login-onblack:hover{
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  border: solid #000000 1px;
  text-decoration: none;
  margin-right: 20px;
  border-radius: 5px;
}

.action-button-general{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-left: 20px;
  border-radius: 5px;
}

.action-button-general:hover{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  color: #000000;
  margin-left: 20px;
  border-radius: 5px;
}

.action-button-general:visited{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-left: 20px;
  border-radius: 5px;
}

.action-button-general-mini{
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 5px;
}

.action-button-general-mini:hover{
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  border: solid #000000 1px;
  background-color: #000000;
  margin-right: 10px;
  border-radius: 5px;
}

.action-button-general-mini:visited{
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-right: 10px;
  border-radius: 5px;
}

.action-button-general-mini-secondary{
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 5px;
}

.action-button-general-mini-secondary:hover{
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  margin-left: 0px;
  margin-right: 10px;
  border-radius: 5px;
}

.action-button-join{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-left: 20px;
  border-radius: 5px;
}

.action-button-join:hover{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000;
  margin-left: 20px;
  border-radius: 5px;
}

.account-registration-button-join{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  margin-left: 0px;
  border-radius: 5px;
}

.account-registration-button-join:hover{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000;
  margin-left: 0px;
  border-radius: 5px;
}

.action-button-join-large{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background: #30a607;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-left: 5px;
  border: solid #228201 1px;
  text-decoration: none;
  border-radius: 5px;
}

.action-button-join-large:hover{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background: #228201;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-left: 5px;
  border: solid #228201 1px;
  text-decoration: none;
  border-radius: 5px;
}

.action-button-join-mini{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background: #30a607;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-left: 5px;
  border: solid #228201 1px;
  text-decoration: none;
  border-radius: 5px;
}

.action-button-join-mini:hover{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  background: #228201;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  margin-left: 5px;
  border: solid #228201 1px;
  text-decoration: none;
  border-radius: 5px;
}

.btn-connect-investor {
  color: #ffffff;
  background-color: #000000; /* prev highlight colour */
  font-size: 12px;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  padding: 7px 9px 7px 9px;
  border-radius: 5px;
}

.btn-connect-investor:hover {
  color: #ffffff;
  background-color: #000000;
  font-size: 12px;
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  padding: 7px 9px 7px 9px;
}


@media only screen and (max-width: 640px) {

  .action-button-login{
    color: #000000;
    font-size: 12px;
    padding: 7px 20px 7px 20px;
    border: solid #C8C8C8 1px;
  }

  .action-button-login:hover{
    color: #000000;
    font-size: 12px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
  }

  .action-button-join{
    color: #ffffff;
    font-size: 12px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    background-color: #000000; /* prev highlight colour */
    margin-left: 5px;
  }

  .action-button-join:hover{
    color: #ffffff;
    font-size: 12px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    background-color: #000000;
    margin-left: 5px;
  }

}






.hero-homepage {background: url(/images/profilir-hero-1440x700-notext.webp) no-repeat;}
.hero-assetmanagers {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-08.jpg) no-repeat;}
.hero-privatecompanies {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-09.jpg) no-repeat;}
.hero-publiccompanies {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-12.jpg) no-repeat;}
.hero-investors {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-13.jpg) no-repeat;}
.hero-marketplace {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-14.jpg) no-repeat;}
.hero-demos {background: url(https://sen-open.s3-eu-west-1.amazonaws.com/senasen-hero-08.jpg) no-repeat;}

.hero{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  height: 500px;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  padding: 100px 100px 0px 100px;
}

.below-hero{}

.overview-text-home{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 20px 20px 40px 20px;
}

.overview-text{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 20px 10px 40px 10px;
}

.overview-text-minimal{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  padding: 20px 10px 20px 10px;
}


.home-panel-apex{
width: 100%;
background-color: #ffffff;
padding: 40px 0px 40px 0px;
}

.home-panel-joinnetwork{
  width: 100%;
  background-color: #FAF9F7;
  padding: 40px 0px 40px 0px;
  margin-top: -2px;
}

.home-panel-joinboxes{
  width: 100%;
 background-color: #000000; /* prev highlight colour */ 
 padding: 40px 0px 40px 0px;
}

.home-panel-experiences{
  width: 100%;
  background-color: #FAF9F7;
  padding: 40px 0px 40px 0px;
}

.home-panel-shareinsights{
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px 40px 0px;
  margin-top: -2px;
}

.home-panel-engage{
  width: 100%;
  background-color: #FAF9F7;
  padding: 30px 0px 30px 0px;
}

.home-panel-control{
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px 40px 0px;
}


/* video hero */

video#bgvideo {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url(/assets/video/senasen-hero-video-01-preview.jpg) no-repeat;
background-size: cover;
}

#block{
  width: 100%; height: 500px; margin-bottom: 20px;
}


.header-404 {border-bottom: 1px solid #E87722;}

.external-referral-logo{
  width: 300px;
}

@media only screen and (max-width: 400px) {
  .external-button {
    clear: both;
    display: block;
    width: 95%;
    margin-bottom: 20px;
  }
}

.hero-homepage-overlay{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  text-align: left;
  position: absolute;
  top: 90px;
  left: calc(50% - 500px);
  width: 600px;
}

.hero-homepage-overlay-subtitle{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  padding: 20px 20px 20px 20px;
  text-align: left;
  position: absolute;
  top: 210px;
  left: calc(50% - 500px);
  width: 600px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
.hero-homepage-overlay{
  left: unset;
}

.hero-homepage-overlay-subtitle{
  left: unset;
  }
}

.hero-homepage-overlay-center{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  color: #FFFFFF;
  padding: 20px 20px 20px 20px;
  text-align: center;
  position: absolute;
  top: 120px;
  left: calc(50% - 300px);
  width: 600px;
}

.hero-homepage-overlay-subtitle-center{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  padding: 20px 20px 20px 20px;
  text-align: center;
  position: absolute;
  top: 240px;
  left: calc(50% - 300px);
  width: 600px;
}

#overlay_comments {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

#comments_popup{
  width: 50%;
  margin: 250px 25%;
  padding: 30px 30px;
  position: fixed;
  z-index: 9999;
  background: white;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
border: solid 1px black;
max-height: 500px;
overflow: auto;
border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #comments_popup{
    width: 80%;
    margin: 250px 10%;
    padding: 20px 20px;
    max-height: 500px;
  }
}

ul.comment-list li ul{list-style-type: square; margin-left: 20px;}

#comments_popup div{
}

.comments-container{
  max-height: 300px;
  overflow: auto;
  margin-bottom: 20px;
}

.socialbar-comments{
  margin-top: 10px;
}

.comments-details{
  margin-right: 20px;
}

.comments-timestamp{
  color: #000000;
  margin-left:10px;
}

.comments-text{
  padding:10px 0px;
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 10px 0px;
}

.comments-text a{
  margin-left:10px;
}

#overlay_answer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100;
}

#answer_popup{
  width: 50%;
  margin: 150px 25%;
  padding: 30px 30px;
  position: fixed;
  z-index: 9999;
  background: white;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
border: solid 1px black;
max-height: 700px;
overflow: auto;
}

@media only screen and (max-width: 768px) {
  #answer_popup{
    width: 80%;
    margin: 150px 10%;
    padding: 20px 20px;
    max-height: 700px;
  }
}

#answer_popup div{
}

.answer-container{
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
}

.document-list-container {
  width: 48%;
  float: left;
  padding: 15px 0px 0px 0px;
  margin: 0px 10px 20px 0px;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid black;
}

.document-list-container .socialbar{
  border-bottom: none;
}


@media only screen and (max-width: 890px) {
    .document-list-container{
      margin-bottom:40px;
      width: 100%;
      float: unset;
      clear: both;
      padding: 5px 0px 0px 0px;
      margin: 0px 10px 20px 0px;
      background-color: white;
      padding: 20px;
      border-radius: 5px;
    }
 } 

 .fund-list-container{
  margin-bottom:15px;
  width: 48%;
  float: left;
  padding: 20px 30px 0px 0px;
  margin: 0px 2% 20px 0px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #000000;
}

.fund-list-image{
  float: left;
  width: 20%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.profilir-graph-returns{
  margin: 20px 0px 40px 0px;
}

@media only screen and (max-width: 890px) {
    .fund-list-container{
      margin-bottom:20px;
      width: 90%;
      margin-left: 5%;
      float: unset;
      clear: both;
      display: flex;
    }
 } 

.fund-list-overview {
  padding-left:20px;
  float: left;
  width: 75%;
}

@media only screen and (max-width: 640px) {

  #block{
    width: 100%; height: 250px;
  }
  
  .hero-homepage-overlay{
    font-size: 26px;
    line-height: 28px;
    top: 0px;
    left: calc(50% - 200px);
    width: 360px;
  }

  .hero-homepage-overlay-subtitle{
    font-size: 17px;
    line-height: 28px;
    top: 65px;
    left: calc(50% - 200px);
    width: 300px;
  }

}


h1 {
clear: both;
font-weight: 200;
display: block;
max-width: 100%;
margin: 30px 0px 40px 0px;
font-size: 36px;
color: #000000;
background-color: transparent;
text-align: center;
border-bottom: none;
}

h1.homepage-tag {
clear: both;
font-weight: 400;
display: block;
max-width: 100%;
margin: 0px 0px 20px 0px;
padding: 10px 10px 5px 0px;
font-size: 28px;
color: #000000;
background-color: none;
text-align: center;
border:none;
}

h1.bluebar {
  font-size: 1.3rem; display: block; color: #ffffff; padding:7px 10px 7px 10px;
  background: #000000; /* prev highlight colour */ /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#000000, #027ebf); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#000000, #027ebf); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#000000, #027ebf); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#000000, #027ebf); /* Standard syntax (must be last) */
}

/* new global branding header styles */
h2 {color: #000000; /* prev highlight colour */ font-size: 20px; display: block; clear: both; margin-bottom: 20px;}
h2.grey {color: #000000; font-size: 20px; display: block; clear: both; margin-bottom: 20px;}
h2.white {color: #ffffff; font-size: 20px; display: block; clear: both; margin-bottom: 20px;}
h2.headline {color: #000000; font-size: 24px; display: block; clear: both; margin-bottom: 20px; font-weight: 700;}
h2.associated-subtitle {color: #000000; font-size: 24px; display: block; clear: both; margin-bottom: 10px; font-weight: 700;}
h2.homepage-tag-white {color: #ffffff; font-size: 26px; display: block; clear: both; margin-bottom: 40px; text-align: center;}
h2.homepage-tag-blue {color: #000000; /* prev highlight colour */ font-size: 26px; display: block; clear: both; margin-bottom: 40px; text-align: center;}
h2.tableheading {color: #000000; /* prev highlight colour */ font-size: 20px; display: block; clear: both; margin-bottom: 0px;}

h3 { font-family: 'Inter', sans-serif; font-weight: 400; color: #000000; font-size: 16px; clear:both; display: block; margin-bottom: 5px;}
h3.blue {font-family: 'Inter', sans-serif; font-weight: 400; color: #000000; /* prev highlight colour */ font-size: 16px; clear:both; display: block; margin-bottom: 5px;}
h3.white {font-family: 'Inter', sans-serif; font-weight: 400; color: #ffffff; font-size: 16px; clear:both; display: block; margin-bottom: 5px;}
h3.homepage-tag { font-family: 'Inter', sans-serif; font-weight: 400; color: #000000; font-size: 16px; clear:both; display: block; margin-bottom: 5px;}

/* end of new global branding header styles */

h3.subheading {color: #000000; font-size: 1em; font-weight: 700; margin-bottom: 20px;}
h3.brand {color: #28a1e9; font-size: 1.1em;}
h3.subtle-heading{
  font-weight: 100;
  font-size: 1.2em;
  font-style: italic;
  color: #000000;
}

h4.hero {color: #ffffff; font-weight: 300; font-size: 1em;}

h4.label {
  color: #000000; font-weight: 400; font-size: 1em; margin-bottom: 0px; }

h5 {font-size: 1.125rem; }
h5.homepage-tag {font-size: 1.125rem; }

h6 {font-size: 1rem;}

.account-type-title
{
  color: #000000; /* prev highlight colour */
  font-size: 21px;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.team-member-title
{
  color: #000000; /* prev highlight colour */
  font-size: 22px;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

.public-header-overlay-upper{
  color: #E87722;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.public-header-title{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #000000;
  padding: 20px 20px 20px 0px;
  text-align: left;
  letter-spacing: -4px;
}

.public-header-overlay-subtitle{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  padding: 20px 0px 20px 0px;
  text-align: left;
}

p.demooverview
{
  margin-top: 20px;
  margin-bottom: 20px;
}

.grey {color: #DADBDC;}
.vat {font-size: 0.3em;}

.stripe {color: #ffffff; padding: 10px; font-weight: 400; font-size: 1.3em; width:100%;
    background: #000000; /* prev highlight colour */ /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#000000, #027ebf); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#000000, #027ebf); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#000000, #027ebf); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#000000, #027ebf); /* Standard syntax (must be last) */
}

.stripe-payment-container{
  margin: 50px 0px;
}

.stripe-payment-info{
  font-size: 20px;
}

.stripe-payment-logo{
  width: 150px;
}

.stripe-payment-explainer{
  font-size: 20px;
  display: block;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  line-height: 1.4em;
}

input.referral-field{
  text-align: center;
  padding: 10px;
}

#subbox-flex { display: flex; flex-wrap: wrap;}

.subbox-accountlevel-Basic .subbox-bronze {background-color: #ffffff; order: 1; flex: 33%; margin-right: 1%; border-radius: 5px; border: 1px solid #CD7F32; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Basic .subbox-silver {background-color: #ffffff; order: 2; flex: 32%; margin-right: 1%; border-radius: 5px;  border: 1px solid silver; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Basic .subbox-gold {background-color: #ffffff; order: 3; flex: 33%; border-radius: 5px;  border: 1px solid #baa200; padding: 10px 0px 20px 0px;}


@media only screen and (max-width: 600px) {
.subbox-accountlevel-Basic .subbox-bronze {background-color: #ffffff; order: 1; flex: 98%; margin: 20px 1% 20px 1%; border-radius: 5px; border: 1px solid #CD7F32; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Basic .subbox-silver {background-color: #ffffff; order: 2; flex: 98%; margin: 0px 1% 20px 1%; border-radius: 5px;  border: 1px solid silver; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Basic .subbox-gold {background-color: #ffffff; order: 3; flex: 98%; margin: 0px 1% 20px 1%; border: 1px solid #baa200; padding: 10px 0px 20px 0px;}
}

.subbox-accountlevel-Bronze .subbox-bronze {order: 3; flex: 100%; margin-top: 20px; display:none; }
.subbox-accountlevel-Bronze .subbox-silver {background-color: #ffffff; order: 1; flex: 49%; margin-right: 1%; border-radius: 5px; border: 1px solid silver; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Bronze .subbox-gold {background-color: #ffffff; order: 2; flex: 49%; margin-left: 1%; border-radius: 5px; border: 1px solid #baa200; padding: 10px 0px 20px 0px;}

.subbox-accountlevel-Silver .subbox-bronze {background-color: #ffffff; order: 1; flex: 49%; margin-right: 1%; border-radius: 5px; border: 1px solid #CD7F32; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Silver .subbox-silver {order: 3; flex: 100%; margin-top: 20px; display:none; }
.subbox-accountlevel-Silver .subbox-gold {background-color: #ffffff; order: 2; flex: 49%; margin-left: 1%; border-radius: 5px; border: 1px solid #baa200; padding: 10px 0px 20px 0px;}

.subbox-accountlevel-Gold .subbox-bronze {background-color: #ffffff; order: 1; flex: 49%; margin-right: 1%; border-radius: 5px; border: 1px solid #CD7F32; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Gold .subbox-silver {background-color: #ffffff; order: 2; flex: 49%; margin-left: 1%; border-radius: 5px; border: 1px solid silver; padding: 10px 0px 20px 0px;}
.subbox-accountlevel-Gold .subbox-gold {order: 3; flex: 100%; margin-top: 20px; display:none;}

.subbox-accountlevel-Bronze .subbox-bronze::before,
.subbox-accountlevel-Silver .subbox-silver::before, 
.subbox-accountlevel-Gold .subbox-gold::before {
  content: "Update your payment details: ";
  padding: 20px 0px 20px 0px;
  color: black;
  width: 100%;
  display: block;
  border-top: 1px solid gray;
}

.subbox-accountlevel-Basic .subbox-bronze::before,
.subbox-accountlevel-Silver .subbox-bronze::before,
.subbox-accountlevel-Gold .subbox-bronze::before  {
  content: "Bronze";
  padding: 20px 0px 20px 0px;
  color: #CD7F32;
  width: 100%;
  display: block;
}

.subbox-accountlevel-Basic .subbox-silver::before,
.subbox-accountlevel-Bronze .subbox-silver::before,
.subbox-accountlevel-Gold .subbox-silver::before  {
  content: "Silver";
  padding: 20px 0px 20px 0px;
  color: silver;
  width: 100%;
  display: block;
}

.subbox-accountlevel-Basic .subbox-gold::before,
.subbox-accountlevel-Bronze .subbox-gold::before,
.subbox-accountlevel-Silver .subbox-gold::before  {
  content: "Gold";
  padding: 20px 0px 20px 0px;
  color: #baa200;
  width: 100%;
  display: block;
}


span.blogdate{font-size: 0.8em; color: #ffffff; text-align: right; float: right; margin-top: 3px;}

blockquote, blockquote p {
    line-height: 1.4;
    color: #000000; /* prev highlight colour */
    font-size: 1.3em;
}
blockquote {
    margin: 0px 15px 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: no-border;
}

.bumper {margin-top:200px;}
.bumper40 {margin-top:40px;}
.bumper50 {margin-top:50px;}
.bumper60 {margin-top:60px;}
.bumper70 {margin-top:70px;}
.bumper80 {margin-top:80px;}
.bumper90 {margin-top:90px;}
.bumper100 {margin-top:100px;}
.bumper110 {margin-top:110px;}
.bumper120 {margin-top:120px;}
.bumper150 {margin-top:150px;}
.bumper-content {margin-top:20px;}
.bumper-low {margin-bottom:20px;}
.emptycase {margin-top:300px;}


@media only screen and (max-width: 640px) {
  .bumper {margin-top:240px;}
}

img.logo {margin:20px 0px 0px 0px; border: none; padding-top: 10px;}
img.logo-header {margin:12px 0px 0px 0px; border: none; padding-top: 0px; max-height:55px;}

div.logo-container-main{
  display: block;
  height:55px;
  max-width: auto;
  background: url(../images/home/profilir-logo-blue-orange.png) no-repeat;
  background-size: contain;
  margin-left: 20px;
  /* background: url(../images/profilir-logo-web-v2-370.svg) no-repeat; */
}

.user-login-area {float: right; color: #000000; font-size: 11px; background-color: transparent; margin-top: 30px;}
i.burger-icon {margin-left: 15px;}

a.logo-conditional {display: none;}
img.logo-conditional {display: none;}

@media only screen and (max-width: 640px) {
  img.logo-header {margin:10px 0px 0px 0px; border: none; padding-top: 0px; max-height:40px;}
  .branding{height: 130px; padding-top: 0px;}
  .user-login-area {float: right; color: #000000; font-size: 11px; background-color: transparent; margin-top: 20px;}
  i.burger-icon {margin-left: 20px; color: #E87722;}
}

img.blogthumb{ border: 1px solid #000000;}
img.img-border{ border: 1px solid #A7A9AB;}

div.homepage-experiences img.img-border{ 

/*  border-style: solid;
  border-width: 10px;
  border-image: linear-gradient(45deg, rgb(232,119,34), rgb(242,177,22)) 1;
  border-radius: 10px;
  box-shadow: 5px 6px #d7e9ec;*/

  position: relative;
  border: 2px solid transparent;
  border-radius: 5px;
  background: linear-gradient(orange, #ed820e);
  padding: 3px;
  box-shadow: 0px 0px 7px gray, inset 0 0 6px white;

}


div.homepage-experiences img.img-border::after{
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background: linear-gradient(orange, #ed820e);
    content: '';
    z-index: -1;
    border-radius: 5px;
} 


div.recent-joiners-list {text-align: center; margin-left: 15px;}
img.recent-joiner{margin-left:15px; margin-right: 15px; float:left;}

.popular {min-height:150px;}
.no-border {border:none;}
.nobullet {list-style: none;}
.nobullet-uses {list-style: none;}

.panel.overview-block {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ffffff;
  line-height: 1.4em;
}

.account-type-block{
  padding: 20px;
  margin-bottom: 20px;
  background: #f5f5f6;
  line-height: 1.4em;
  border-radius: 5px;
}

.account-type-block-rooms{
  line-height: 1.4em;
  border-radius: 5px;
  background: #FAF9F7;
  border: 1px solid #e1e1e1;
  padding: 40px;
  color: #000000;
  min-height: 300px;
  width: 95%;
  margin-bottom: 15px;
}




.homebox{background-color: #000000; /* prev highlight colour */ padding: 20px 20px 26px 20px; color: #ffffff; margin-bottom: 20px; display: inline-grid; max-height: 100%; min-height: 236px; display: block; border-radius: 5px;}
.homebox-investor-pricing {display: block;}
.homebox-title{color: #ffffff; font-size: 22px; margin-bottom: 8px;}
.homebox-text{color: #ffffff; font-size: 16px; line-height: 20px; margin-bottom: 0rem;}
.homebox-image {border-style: solid; border-width: 1px; border-color: #d8d8d8;}

.homebox-list {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 16px;
}

.homebox-list > li {
    line-height: 18px;
}

.homebox-list-cloud {
  list-style: none;
  padding: 0;
  margin-left: 0px;
  margin-top: 10px;
  font-size: 20px;
}

.homebox-list-cloud > li {
    margin-right: 20px;
}

.homebox-list-cloud a img {
    height: 40px;
    border:none;
    margin-right: 20px;
    padding-bottom: 10px;
}


.homebox-grey{background-color: #f5f5f6;; padding: 20px 20px 26px 20px; color: #787878; margin-bottom: 20px; display: inline-grid; max-height: 100%; min-height: 236px; display: block; border-radius: 5px;}
.homebox-grey-investor-pricing {display: block;}
.homebox-grey-title{color: #787878; font-size: 22px; margin-bottom: 8px;}
.homebox-grey-text{color: #787878; font-size: 16px; line-height: 20px; margin-bottom: 0rem;}
.homebox-grey-image {border-style: solid; border-width: 1px; border-color: #d8d8d8;}

@media only screen and (max-width: 640px) {
  .homebox-image {margin-bottom:20px;}
}

.homebox-article{background-color: #f5f5f6; padding:20px; color: #787878; margin-bottom: 20px; display: inline-grid; max-height: 100%;}
.homebox-category{font-family: 'Inter', sans-serif; font-weight: 400; color: #000000; /* prev highlight colour */ font-size: 16px; clear:both; display: block; margin-bottom: 12px;}
.homebox-article-title{color: #000000; font-size: 22px; clear:both; display: block; margin-bottom: 20px;}
.homebox-article-preview{color: #787878; font-size: 16px; clear:both;}


.homepage-experiences{
  border-radius: 5px;
  padding: 0px 40px 40px 40px;
  text-align: center;
}

.homepage-boxes-grid{
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #000000;
  padding: 20px;
  height: 300px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 24px;
}

.partner-company-logo{padding-bottom:40px;}

.overview-document-download{background-color: #cfcfce; margin-bottom: 20px; width: 100%; padding: 20px;}

.enable-email-alerts-list, .enable-email-alerts-list-investor{
  list-style: none;
}

/*.enable-email-alerts-list li:nth-child(-n+3) {
    display: none;
}*/

.enable-email-alerts-list li:nth-child(3) {
    display: none;
}

.enable-email-alerts-list-investor li:first-child{
   display: none; 
}


.pricing-overview{      
  text-align: left;
  display: block;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
  font-size: 18px;
  background: #E87722;
  color: #ffffff;
  clear: both;
  border-radius: 5px;
  /* border: 1px solid #000000; */
}

.pricing-block{background-color: #f5f5f6; padding:20px; color: #787878; margin-bottom: 20px; max-height: 100%; border-radius: 5px;}
.pricing-block-split {border-top: 2px solid #000000; /* prev highlight colour */}
.pricing-block-title{color: #000000; font-size: 22px; clear:both; display: block; margin-bottom: 20px;}
.pricing-block-features{color: #787878; font-size: 14px; clear:both;}
.pricing-block-list {list-style: none; margin-top: 20px;}

.subscription-level-title{
  color: #000000; /* prev highlight colour */
  font-size: 22px;
  display: block;
  clear: both;
  margin-bottom: 20px;
  padding-left: 20px;
}

input.subscribe-proceed{font-size: 20px;}

.highlight-link{color: #E87722;}

a.homebox-link-white{color: #ffffff;}
a.homebox-link-white:hover{color: #ffffff;}

a.highlight-link{color: #E87722;}
a.highlight-link:hover{color: #F79650;}

a.highlight-button {
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #E87722;
  font-size: 14px;
  background: #fff;
  padding: 16px 16px 16px 16px;
  border: 1px solid #E87722;
  text-decoration: none;  
  display: inline-block;
  margin-bottom: 10px;
}

a.highlight-button:hover {
  background: #E87722;
  color: #ffffff;
}

a.highlight-button-primary {
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #000000; /* prev highlight colour */
  font-size: 14px;
  background: #fff;
  padding: 16px 16px 16px 16px;
  border: 1px solid #000000; /* prev highlight colour */
  text-decoration: none;
  display: inline-block;  
  margin-bottom: 10px;
}

a.highlight-button-primary:hover {
  background: #000000;
  color: #ffffff;
}

.highlight-button-inactive {
  /*width: 140px;*/
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #A7A9AB;
  font-size: 14px;
  background: #fff;
  padding: 16px 16px 16px 16px;
  border: 1px solid #A7A9AB;
  text-decoration: none;  
  display: inline-block;
  margin-bottom: 10px;
}

.highlight-button-inactive:hover {
  background: #F9F9F9;
}

.meeting-requested{
  width: 165px;
}


a.highlight-button-inactive {
  /*width: 140px;*/
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #A7A9AB;
  font-size: 14px;
  background: #fff;
  padding: 16px 16px 16px 16px;
  border: 1px solid #A7A9AB;
  text-decoration: none;  
  display: inline-block;
}

a.highlight-button-inactive:hover {
  background: #F9F9F9;
}

  button.alert-orange, .button.alert-orange {
    background-color: #E87722;
    border-color: #E87722;
    color: white; }
    button.alert-orange:hover, button.alert-orange:focus, .button.alert-orange:hover, .button.alert-orange:focus {
      background-color: #F79650; }
    button.alert-orange:hover, button.alert-orange:focus, .button.alert-orange:hover, .button.alert-orange:focus {
      color: white; }


/*a.highlight-button-inactive-followers {
  width: 115px;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #A7A9AB;
  font-size: 14px;
  background: #fff;
  padding: 8px 16px 8px 16px;
  border: 1px solid #A7A9AB;
  text-decoration: none;  
  display: inline-block;
  text-align: center;
}

a.highlight-button-inactive-followers:hover {
  width: 115px;
  background: #F9F9F9;
}

a.highlight-button-inactive-viewprofiles {
  width: 130px;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #A7A9AB;
  font-size: 14px;
  background: #fff;
  padding: 8px 16px 8px 16px;
  border: 1px solid #A7A9AB;
  text-decoration: none;  
  display: inline-block;
  text-align: center;
}

a.highlight-button-inactive-viewprofiles:hover {
  background: #F9F9F9;
  width: 130px;
}
*/
/* class for hover info*/

a.highlight-button-inactive:hover span {display:none; }
a.highlight-button-inactive:hover:before {content:"Upgrade"; text-align: center;}


a.highlight-button-followers {width: 165px;}
a.highlight-button-followers:hover {width: 165px;}
a.highlight-button-viewprofiles {width: 165px;}
a.highlight-button-viewprofiles:hover {width: 165px;}

/*.info-hover-followers:hover + #info-panel-followers{
display: block;
position: absolute;
top: 80px;
left: 120px;
background: #E87722;
color: white;
padding: 5px;
border-radius: 5px;
font-size: 14px;
}

#info-panel-followers {
  display: none;
}*/


/*.subscription-required-text{display: none;}

.subscription-required-link:hover + .subscription-required-text {
  display: block;
  color: red;
}*/

@media only screen and (max-width: 640px) {
  a.highlight-button-primary, a.highlight-button, a.highlight-button-inactive, .highlight-button-primary, .highlight-button, .highlight-button-inactive {
  font-size: 13px;
  padding: 8px 8px 8px 8px;
  margin-bottom: 10px;
  width: unset;
  text-align: center;
  }  
}

a.homebox-feature-link{color: #ffffff; font-size: 16px; display: block; border-top: #ffffff solid 1px; clear:both; padding-top:5px; margin-top: 48px;
position: absolute;
display: block;
width: 88%;
bottom: 35px;
}
a:hover.homebox-feature-link{color: #ffffff; font-size: 16px; display: block; border-top: #ffffff solid 1px; clear:both; padding-top:5px; margin-top: 48px;
position: absolute;
display: block;
width: 88%;
bottom: 35px;}

a.sidebox-article-link{color: #E87722;; font-size: 16px; display: block; border-top: #000000 solid 1px; clear:both; padding-top:5px; margin-top: 48px;}
a:hover.sidebox-article-link{color: #000000; /* prev highlight colour */ font-size: 16px; display: block; border-top: #000000 solid 1px; clear:both; padding-top:5px; margin-top: 48px;}

a.homebox-article-link{color: #E87722;; font-size: 16px; display: block; border-top: #000000 solid 1px; clear:both; padding-top:5px; margin-top: 0px;
position: absolute;
width: 90%;}
a:hover.homebox-article-link{color: #E87722;; /* prev highlight colour */ font-size: 16px; display: block; border-top: #000000 solid 1px; clear:both; padding-top:5px; margin-top: 0px;
position: absolute;
width: 90%;}

a.account-type-link{color: #E87722;; font-size: 16px; display: block; border-top: #000000 solid 2px; clear:both; padding-top:5px; margin-top: 48px;}
a:hover.account-type-link{color: #E87722;; /* prev highlight colour */ font-size: 16px; display: block; border-top: #000000 solid 2px; clear:both; padding-top:5px; margin-top: 48px;}

a.fund-infobox-title{
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}

.signup-box{
  border: 1px solid #f5f5f5;
  border-radius: 3px;
  padding: 20px;
  margin: 15px;
  width: 30%;
  text-align: center;
  float: left;
}

.signup-button{
  display: block;
  text-align: center;
  border-radius: 5px;
}

.signup-button-long{
  font-size: 12px;
  border-radius: 5px;
}

.button-condition-margin{margin-right:10px;}

.pricing-table-home {margin-left: 10px; margin-right: 10px;}

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(dottedangle.gif) scroll no-repeat left top;
}

.img-responsive{width: 100%;}

.icon-control {font-size: 16px;}

span.notes-icon{display: inline-block; color: #000000; /* prev highlight colour */ text-align: right; font-size: 10px; margin-top: 7px; margin-left: -15px; cursor: pointer;}
.note-link {margin-right:10px}

span.addcontent-icon{display: inline-block; color: #ffffff; text-align: right; font-size: 10px; margin-top: 7px; margin-left: -15px;}
.note-link {margin-right:10px}

.addcontent-icon-fixed{font-size: 16px;}

span.account-icon{display: inline-block; color: #ffffff; text-align: left; font-size: 12px; margin-top: 3px;}

ul.account-icon-menu {margin-left: -90px;}

div.notes-container {
    display: none;
    background-color: #ffffff;
    width: 200px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    z-index: 999999;
    text-align: center;
    position: fixed;
    top: 90px;
    right: 20px;}

.fa-padding-1{padding:1px;}
.fa-padding-2{padding:2px;}
.fa-padding-3{padding:3px;}
.fa-padding-4{padding:4px;}
.fa-padding-5{padding:5px;}
.fa-padding-6{padding:6px;}
.fa-padding-7{padding:7px;}
.fa-padding-8{padding:8px;}
.fa-padding-9{padding:9px;}
.fa-padding-10{padding:10px;}

/* Font awesome override for disappearing icons */

i.fa {
  -webkit-animation: show 1s 1;
  /* any other properties to override from FontAwesome's default .fa rule */
}
@-webkit-keyframes show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.intropanel{background-color: #ffffff; padding-top: 10px; padding-bottom: 20px;}

.intropanel-margin {padding-left: 35px; padding-top: 30px; color: #000000;}
span.intropanel-title {color: #000000; font-weight: 400; font-size: 3em; line-height: 1; background-color: transparent;}
span.intropanel-title-sm {color: #000000; font-weight: 400; font-size: 2.4em; line-height: 1; background-color: transparent;}

.user-documentation-notes {
  margin: 20px 0px;
  line-height: 20px;
}

div.accountinfopanel
  {background-color: #ffffff; margin-top: 20px; padding-top: 20px; padding-bottom: 20px;}

div.panel-alt
  {
    padding: 20px;
    background-color: #ffffff;
  }

  .home-padding
  {
    padding: 0px 20px 0px 20px;
  }

  hr {margin: 2rem 0 2rem;}

.home-overview {font-size: 1.2rem;}

.homesubtitle {
      width: 100%;
      margin: 10px 0px 20px 10px;
      padding: 15px 0px 15px 0px;
      border-top: 1px solid #DDDDDC;
      border-bottom: 1px solid #dddddd;
      display: inline-block;
      text-align: center;
      font-size: 1.3em;
}


.text-shadow {text-shadow: 1px 1px #252525;}

.newsfeed-pr-notifications {
    clear: both;
    max-width: 100%;
    margin: 45px 0px 20px 0px;
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 5px;
    background-color: #ffffff;
}

@media only screen and (max-width: 640px) {
  .newsfeed-pr-notifications {
      clear: both;
      max-width: 100%;
      margin: 0px 0px 20px 0px;
      border: 1px solid #d8d8d8;
      padding: 15px;
      border-radius: 5px;
      background-color: #ffffff;
  }  
}




ul.newsfeed-pr-list {list-style: none; font-size: 0.9em; margin-left:unset;}

ul.newsfeed-pr-list li {margin-bottom: 10px;}


.longprname {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block ruby;

}

span.newsfeed-pr-number
  {
      background-color: #EEEEEE;
      color: #000000;
      border-radius: 5px;
      padding: 1px 5px 1px 5px;
      font-size: 12px;
      display: block;
  }

span.newsfeed-pr-title {
  font-size: 0.9em;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.reportcomment{
  float: right;
}

span.boxtitle {
  display:block; 
  background-color: transparent; 
  padding:10px; 
  color: #000000; 
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
span.audio-title {display: block; height: 40px;}
span.content-title {display: block; height: 40px;}

.boxlink-document, .boxlink-audio{
  color: black;
  margin-right: 5px;
  margin-top: 5px;
  font-weight: 400;
  padding: 15px 15px 15px 0px;
  font-size: 18px;
}

.no-visible-link{border: none;}

audio {width: 100%;}

span.chrono_date {
  display:block;
  background-color: transparent; 
  color: #000000;
  font-weight: 100;
  font-size: 0.8em;
  margin:0px 0px 0px 20px;
}

span.chrono_date_profile {
  display:block;
  background-color: transparent; 
  color: #000000;
  font-weight: 100;
  font-size: 0.8em;
  margin: -10px 0px 5px 0px;
  padding: 0px 15px 15px 0px;
}

span.chrono_date_aud {
  display:block;
  background-color: transparent; 
  color: #000000;
  font-weight: 100;
  font-size: 0.8em;
  margin: 10px 0px 5px 0px;
  padding: 0px 15px 15px 0px;
}

span.chrono_date_investor {
  display:block;
  background-color: transparent; 
  color: #000000;
  font-weight: 100;
  font-size: 0.8em;
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
}

span.comment-show{
  color: inherit;
  font-size: 1em;
  line-height: 1.2em;
}

.vids_link_container{
  clear: both;
}

.showmore{
  margin-bottom: 20px;
  display: block;
}

article.newsfeed ul {list-style-type: none; margin-left: 0px;}

article.newsfeed .cmnt_first ul, 
article.newsfeed .cmnt_second ul, 
article.newsfeed .quest_second ul, 
article.newsfeed .quest_first ul 
  {
    list-style-type: square; 
    margin-left: 20px;
  }

ul.list-nomargin{ margin-left: 0px;}
ul li.commentlist{ margin-bottom: 15px;}

/* pricing tables */

.basic-bg {
  background-color: #aacfe6;
}

.bronze-bg {
  background-color: #cd7f32;
}

.silver-bg {
  background-color: #c4c7ce;
}

.gold-bg {
  background-color: #d4af37;
}

.pattern-panel-container{width:100%; background-color: #000000; /* prev highlight colour */}
.pattern-panel-title{color: #ffffff; font-size:24px; display: block; margin: 20px 0px 30px 0px; font-weight: 100;}
.pattern-panel-image{width:100%; clear:both;}

footer {background-color: #000000; color: #ffffff; padding:20px 0px 20px 0px; font-size: 0.8em; line-height: 24px;}
footer.footer-homepage {background-color: #000000; color: #ffffff; padding:125px 0px 125px 0px; font-size: 0.8em; margin-top: 200px; display: flow-root;}

img.companylogo {margin-left:-10px;}
img.companylogo-listingbox {margin-left:0em; margin-bottom:1em; width: 140px;}

/*@media only screen and (max-width: 640px) {
  img.companylogo-listingbox {margin-left:0em; margin-bottom:1em; width: 140px;}
  }
*/



img.companylogo-fundlist {margin-left:1em; margin-bottom:1em; padding-right: 20px;}

@media only screen and (max-width: 640px) {
  img.companylogo {margin-left:1em; margin-bottom:1em; max-width: 50%;}
  }

.footer-row{padding: 30px 0px 30px 0px;}
.footer-row-line {border-top: 2px solid #db752f; margin-top: 40px; margin-bottom: 20px; height:2px; display: block;}

.footerinfo {line-height: 1em;}
.footerlogo{padding: 0px 10px 20px 0px;}


@media only screen and (max-width: 640px) {
  .footerlogo-profilir {
    width: 200px;
  }
    .footerlogo-apex {
    width: 100px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .footerlogo-profilir {
    width: 200px;
  }
    .footerlogo-apex {
    width: 100px;
  }
}

.footer-menu{padding:0px;}
.footer-menu-low{padding:0px; margin-top:0px; margin-right: -10px;}
.footertext{font-size: 14px; margin-left: -10px;}

ul.footer-list {line-height: 1.2em; margin-top: 10px; font-size: 16px; display: grid; margin-left: -10px;}

.footer-line-blue  {border-top: 1px solid #000000; /* prev highlight colour */ padding-top: 20px; margin-top: 20px;}
.footer-line-white {border-top: 1px solid #ffffff; padding-top: 20px; margin-top: 20px;}
.footer-line-orange  {border-top: 1px solid #E87722; padding-top: 20px; margin-top: 20px;}

.footer-title{font-size: 16px; font-weight: 700; color: #ffffff;}

a.footerlink {color:#ffffff; line-height: 24px; padding: 0px 0px 0px 10px;}
a:hover.footerlink {color:#E87722; line-height: 24px; padding:0px 0px 0px 10px;}
a:visited.footerlink {color:#ffffff; line-height: 24px; padding:0px 0px 0px 10px;}

.signup-button{
  margin-bottom:25px;
  border-radius: 5px;
}

.pdf-download-icon{color: #e75050;}

#uploader{
  display: none;
  z-index: 99;
  color: #000000; /* prev highlight colour */
}

#success{
      text-align: left;
      display: block;
      padding: 15px 15px 15px 15px;
      margin-bottom: 20px;
      font-size: 18px;
      background: #EFFCF3;
      color: #0bab46;
      clear: both;
      border-radius: 5px;
      border: 1px solid #0bab46;
}

#error {
  clear: both;
  text-align: left;
  display: block;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  font-size: 16px;
  background: #de290a;
  color: #ffffff;
  border-radius: 0px;
}

#success p {
    margin-bottom: 0px;
}

#error h3 {font-size: 0.9rem; color: #ffffff;}
#error h4 {font-size: 0.8rem; color: #ffffff;}
#error p {color: #ffffff;}

#success h3 {font-size: 0.9rem; color: #0bab46;}
#success h4 {font-size: 0.8rem; color: #0bab46;}
#success p {color: #0bab46;}

.inline_error_disp {color: #f04124;}
.inline_succ_disp {color: #43ac6a;}

#error ol li{
  font-size:0.80em;
  text-align:left;
  margin-bottom:10px;
}

#success ol li{
  font-size:0.80em;
  text-align:left;
  margin-bottom:10px;
}

.moderation-notice{
      text-align: left;
      display: block;
      padding: 15px 15px 15px 15px;
      margin-bottom: 20px;
      font-size: 16px;
      background: #fdefe5;
      color: #000000; /* prev highlight colour */
      clear: both;
      border-radius: 5px;
      border: 1px solid #000000; /* prev highlight colour */
      line-height: 1.2em;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #000000;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.investor-background{
    line-height: 1.3em;
    margin-top: 15px;  
}

.cmp-overview{
    line-height: 1.3em;
    margin-top: 15px;
  }

.fund-overview{
  line-height: 1.3em;
  margin-top: 15px;
}

#qandadisp p {
  margin-left: 0px;
  margin-top: 15px;
}

.profile-documents-container{
  margin-top: 15px;
}

.profile-videos-container{
  margin-top: 15px;
}

.profile-comments-container{
  margin-top: 15px;
}

.profile-qa-container{
  margin-top: 15px;
}

.private-rooms-table{
  width: 100%;
}

.pr-legal-contained{
  height: 500px;
  border: 1px solid black;
  overflow: scroll;
  line-height: 22px;
  padding: 20px;
  margin-bottom: 20px;
}

.no-moderation-info{
    margin-bottom: 15px;
}

.question-extra{
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  display: inline-table;
  margin-bottom: 30px;
}

.question-extra-bumper{
  display: block;
  height: 10px;
}

table.manage_users{
  width: 100%;
}

table.private-rooms-dashboard{
  width: 100%;
}

table.full-width{
  width: 100%;
}


a.button-link{color: #000000; /* prev highlight colour */ padding: 0px 3px; border-radius: 5px;}
a:hover.button-link {color: #000000; /* prev highlight colour */ padding: 0px 3px; border-radius: 5px;}

ul {list-style: square;}
ul.fundmessages {list-style: none; margin: 0px 0px 20px 0px;}
ul.fundmessages li {margin-top: 15px;}

footer ul {margin-left: -1%; margin-top: 10px; list-style: none;}
footer ul li { display:inline-block;}

footer li a { padding: 7px 10px 7px 10px; color: #ffffff; text-decoration: none; font-size: 0.8em;}
footer li a:visited { padding: 7px 10px 7px 10px; color: #ffffff; text-decoration: none; font-size: 0.8em;}
footer li a:hover { padding: 7px 10px 7px 10px; color: #E87722; text-decoration: none; font-size: 0.8em;}
footer li a.active { padding: 7px 10px 7px 10px; color: #000000; text-decoration: none; font-size: 0.8em;}

/* Panels */
.panel-lists {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  padding: 0.5rem;
  background: #ffffff;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 5px;
}

.panel-lists-first{
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  padding: 0.5rem;
  background: #ffffff;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
}

.panel-lists-first ul{
  list-style: none;
  margin-left: auto;
}

.panel-lists ul{
  list-style: none;
  margin-left: auto;
}

.panel-lists-full {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  padding: 0.5rem;
  background: #ffffff;
  margin-bottom: 10px;
  margin-left: 0px;
  border-radius: 5px;
}

.fulllist{
  padding-top: 10px;
  position: relative;
  display: block;
  padding-left: 10px;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
}

.collapsible,
.page_collapsible {
    margin: 0;
    padding:10px;
  font-size: 0.9em;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.boxhover:hover {
    background: #ffffff;
}

.collapse-open {
    background: #135c9f;
    color: #ffffff;
}

.collapse-open span {
    display:block;
    float:right;
    padding:10px;
}

.collapse-open span {
    background:url(images/minus.png) center center no-repeat;
}

.collapse-close span {
    display:block;
    float:right;
    background:url(images/plus.png) center center no-repeat;
    padding:10px;
}

div.flat{margin: 0px 0px -20px 0px; padding: 0px;}
img.senasen-link-footer {margin-top:-13px; padding:0px;}

div.halfbox_first{
  clear: both;
	width: 49%;
	max-width: 50%;
	margin: 0px 10px 20px 0%;
  float: left;
}

div.halfbox_second{
	float: left;
	width: 49%;
	max-width: 50%;
	margin: 0px 0% 20px 0%;
}

div.halfbox_first_podcast{
  clear: both;
  width: 49%;
  max-width: 50%;
  margin: 0px 10px 20px 0%;
  float: left;
  min-height: 150px;
}

div.halfbox_second_podcast{
  float: left;
  width: 49%;
  max-width: 50%;
  margin: 0px 0% 20px 0%;
  min-height: 150px;
}

div.halfbox_first_notes{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
}

div.halfbox_second_notes{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
}

div.videoarea {padding: 0px 0px 0px 0px; width: 352px; min-width:352px;}
div.videoarea_float {padding: 0px 10px 0px 10px; float:left; width:50%; width: 352px; min-width:352px;}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* New Common classes */
.clear{
  clear:both;
}

.center{
  text-align:center;
}

th.center{
  text-align:center;
}


.bold{
  font-weight:700;
}

.right{
  text-align:right;
}

.left{
  text-align:left;
}

.vertical-options-logo {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
}

.vertical-options-nav {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {

  .vertical-options-nav {
    margin: unset;
    top: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: unset;
    background-color: white;
    padding-bottom: 20px;
  }

}

p.spacing{
  line-height: 1em;
}

p.dashboardlist{
  line-height: 0.9em; margin-bottom: 5px; clear: both;
}


.subtle{
  color: #C8C8C8; font-weight: 100; font-size: 0.7em;
}

.highlight {color: #000000; line-height: 1.25em;}

.height_enhancer1{
  height:20em;
}

.notifications-row{
  clear: both;
  width:100%;
  background-color: #43ac6a;
  color: #ffffff;
  padding-left: 20px;
  height: 35px;
}

span.homepage-notification{
  clear: both;
  /* display: block; */
  /* width: 100%; */
  background-color: #43ac6a;
  color: #ffffff;
  padding: 15px;
  border: 1px solid #2f8750;
  border-radius: 5px;
  font-size: 0.9rem;
  margin: -30px 0px 0px -500px;
  z-index: 9999;
  position: absolute;
}

input.loginbtn{
background: #e3e3e3;
border: 1px solid #bbb;
border-radius: 3px;
-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #000000;
font-weight: 300;
padding:8px;
text-align: center;
text-shadow: 0 1px 0 #fff;
}

input.loginbtn:hover {
background: #d9d9d9;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #000000;
cursor: pointer;
}

input.loginbtn:active{
background: #d0d0d0;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000;
}

.fld_note{
  color:#000000;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 18px;
}

.fld_note_major{
  color:#000000;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  display: block;
  line-height: 18px;
}

.notification-information{
  background-color: #ffffff;
  color: #000000;
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
}


.payment_note{
  color:#000000;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  display: block;
  line-height: 24px;
}

.cmp_vid_boxes{
  padding:20px;
  margin:10px 0px 30px 0px;
  width:100%;
  border: 1px solid lightgray;
  border-radius: 5px;
}

#add_usr_frm{
  display:none;
  margin:0 auto;

}

p.add_usr_close{
  margin:0px;
  text-align:right;
  padding:0px;
}

#msg_body_view{
  margin-bottom:20px;
  color:#000000;
  line-height: 24px;
  overflow: auto;
}

#old_msg_view{
  margin-bottom:20px;
  color:#000000;
  line-height: 1.6em;
}

#sidenotes{
  height:200px;
}

#nts_frm{
  border:none;
  margin:0;
  padding:0;
}

input.nts_butt{
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #E87722;
  font-size: 14px;
  background: #fff;
  padding: 8px 16px 8px 16px;
  border: 1px solid #E87722;
  text-decoration: none;  
  display: inline-block;
}

input.nts_butt:hover {
  background: #FBEBD6;
  cursor: pointer;
}

a.acct_panel_link{
  color:#fff;
  font-weight:bold;
}

a.companylink{
  color:#fff;
  font-weight:bold;
}

.rss_feed_box{
  padding:5px;
  max-height:inherit;
}

img.feed_item_img{
  max-height:120px;
  max-width:240px;
}

.rss_bx_left{
 float:left;
 max-width:300px;
}

.rss_bx_right{
 float:right;
 max-width:480px;
 padding-left:10px;
 font-size:0.90em;
}

.rss_bx_left h3{
  margin:0px;
  padding:0px;
  font-size:0.90em;
  color:#000000;
}

.rss_bx_right h3 a{
  text-decoration:none;
}

.rss_newsfeed_box{
  padding:5px;
  max-height:inherit;
  font-size:0.90em;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.rss_newsfeed_date{
  color:#000000;
  font-size: 16px;
  font-family: 'Inter', sans-serif; 
  font-weight: 300;
}

.rss_newsfeed_title{
  font-size:16px;
}

.rss_newsfeed_img{
  clear: both;
  max-width: 100%;
  margin: 20px 0px 20px 0px;
  border: 1px solid #b0b0b0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.29);
  padding-left: 0px;
}

/* show/hide content  */

/* .collapse{
  cursor: pointer;
  display: block;
  background: black;
  color: white;
  margin-bottom: 40px;
  width: 200px;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  text-align: center;
  border-radius: 5px;
  margin-left: calc(50% - 100px);
} */

.collapse{
  cursor: pointer;
  display: unset;
  background: white;
  color: #E87722;
  font-size: 30px;
}
.collapse + input{
  display: none; /* hide the checkboxes */
}
.collapse + input + div.togglebox{
  display:none;
}
.collapse + input:checked + div.togglebox{
  display:block;
  margin-top: 40px;
}


/* building blocks */

div.buildingblock{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 00px 0px;
  padding: 20px;
  /* border: 1px solid #d8d8d8; */
  /* border: 1px solid #000000; */
  background-color: #ffffff;
  /* border-radius: 5px;   */
}

div.buildingblock-details{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  background-color: #ffffff;
}

div.buildingblock-overview{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 60px 20px;
  background-color: #ffffff;
}

div.buildingblock-general{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}

div.buildingblock-videos{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}

div.buildingblock-comments{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 00px 0px;
  padding: 50px 20px 30px 20px;
  background-color: #ffffff;
}

div.buildingblock-comments-alt{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 00px 0px;
  padding: 50px 20px 30px 20px;
  background-color: #ffffff;
}

div.buildingblock-qa{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 00px 0px;
  padding: 50px 20px 30px 20px;
  background-color: #ffffff;
}

div.buildingblock-docs{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}

div.buildingblock-podcasts{
  clear: both;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  background-color: #ffffff;
}

div.buildingblock-verification{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}

div.buildingblock-returnhistory{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}

div.buildingblock-messages{
  clear: both;
  max-width: 100%;
  margin: 40px 0px 40px 0px;
  padding: 0px 20px 0px 20px;
  background-color: #ffffff;
}



@media only screen and (max-width: 450px) {

div.buildingblock{
  padding: 10px;
  }
}

div.buildingblock-videos{
  padding: 10px;
  }

.flowroot{
  display: flow-root;
}

.flowroot-minheight{
  display: flow-root;
  min-height: 350px;
}

article.newsfeed{
	clear: both;
	max-width: 100%;
	margin: 20px 0px 20px 0px;
  padding: 0px;
  background-color: #ffffff;
  border-radius: 5px;
}

article.newsfeed-panel{
	clear: both;
	max-width: 100%;
	margin: 0px 0px 0px 0px;
  padding: 0px;
}

article.newsfeed-bu{
  clear: both;
  max-width: 100%;
  margin: 20px 0px 20px 0px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  padding: 0px;
}

article.newsfeed-unit{
  clear: both;
  max-width: 100%;
  margin: 20px 0px 20px 0px;
  /* border: 1px solid #d8d8d8; */
  border: 1px solid #000;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #ffffff;
}

article.company-details-container{
  clear: both;
  max-width: 100%;
  margin: 30px 0px 20px 0px;
  padding: 0px;
}

@media only screen and (max-width: 450px) {
article.newsfeed-unit{
  clear: both;
  margin: 20px 0px 20px 0px;
/*  border: unset;
  border-top: 1px solid #d8d8d8;
  padding-left: 0px;
  border-radius: unset;*/
  background-color: #ffffff;
  }
}

div.newsfeed-inner{
	max-width: 100%;
	margin: 0px 0px 0px 0px;
  padding: 20px;
}

span.boxtitle-feed {
  clear: both;
  font-weight: 700;
  display: block;
  max-width: 100%;
  margin: 10px 0px 0px 10px;
  padding: 10px 10px 10px 10px;
  font-size: 1em;
  color: #000000;
  background-color: transparent;
  text-align: left;
}

span.boxtitle-feed-description{
  font-weight: 300;
  color: #000000;
}

/* span.boxtitle {clear: both; font-weight: 300; display: block; max-width: 100%; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; font-size: 1em; color: #ffffff; background-color: #787f84; text-align: left;} */
/* span.boxtitle:nth-child(2n+2) {clear: both; font-weight: 300; display: block; max-width: 100%; margin: 0px 0px 0px 10px; padding: 10px 10px 10px 10px; font-size: 1em; color: #ffffff; background-color: #787f84; text-align: left;} */

span.boxtitle {
    font-family: 'Inter', sans-serif; 
    font-weight: 500;
    clear: both;
    display: block;
    max-width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 10px 10px 5px 0px;
    font-size: 30px;
    color: #000000;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
  }

  span.boxtitle:nth-child(2n+2) {
    font-family: 'Inter', sans-serif; 
    font-weight: 500;
    clear: both;
    display: block;
    max-width: 100%;
    margin: 0px 0px 20px 10px;
    padding: 10px 10px 5px 0px;
    font-size: 30px;
    color: #000000;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
  }

span.boxtitle-video {
  clear: both;
  font-weight: 200;
  display: block;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 0px;
  color: #000000;
  background-color: transparent;
  text-align: left;
  height: 45px;
  font-size: 22px;
}

span.boxtitle-video:nth-child(2n+2) {
  clear: both;
  font-weight: 200;
  display: block;
  max-width: 100%;
  margin: 10px 0px 0px 10px;
  padding: 10px 10px 10px 0px;
  color: #000000;
  background-color: transparent;
  text-align: left;
  padding-bottom: 10px;
  height: 45px;
  font-size: 22px;
}

/* @media only screen and (max-width: 450px) {
  span.boxtitle-video, span.content-title, span.audio-title {
    height: auto;
  }
} */

span.boxtitle-inline {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  background-color: transparent;
  margin-left: calc(50% - 85px);
  margin-bottom: 40px;
}

/* social bar */

.socialbar{
  padding: 15px;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #DADBDC;
}

a.socialbar-icon{
  margin-right: 15px;
  color: #000000;
  font-weight: 700;
}

a.socialbar-icon:hover{
  margin-right: 15px;
  color: #000000;
  font-weight: 700;
}

span.socialbarlabel {
  margin-left: 3px;
  color: #000000;
  font-weight: 700;
}

@media only screen and (max-width: 400px) {
  .socialbar{
    padding: 5px 0px 5px 0px;
  }
  a.socialbar-icon{
    margin-right: 10px;
    font-weight: 400;
  }
  span.socialbarlabel {
    margin-left: 3px;
    font-weight: 400;
    font-size: 14px;
  }
}

.socialbar-container-audio{
  clear: both;
  margin-top: 70px;
  display: block;
  width: 100%;
}

.socialbar-container-audio-pr{
  clear: both;
  margin-top: 0px;
  display: block;
  width: 100%;
}

.disclaimer{
  line-height: 24px;
}

.disclaimer-pr{clear: both;
padding-top: 200px;}

.disclaimer-link{
margin-top: 50px;  
}

/* span.boxtitle-video:nth-child(2n+2) {clear: both; font-weight: 300; display: block; max-width: 100%; margin: 0px 0px 0px 10px; padding: 10px 10px 10px 10px; font-size: 1em; color: #ffffff; background-color: #787f84; text-align: left;} */

span.followup {clear: both; font-weight: 300; display: block; max-width: 100%; margin: 10px 1px 1px 1px; padding: 10px 10px 10px 10px; font-size: 1em; letter-spacing: -0.04em; color: #000000; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: right; border-bottom: 1px solid #ececec;}
span.formlabel {clear:both; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; color: #000000; display: inline-block; margin: 0px 0px 15px 0px;}
span.formlabel-heading {clear:both; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; color: #000000; display: inline-block; margin: 20px 0px 0px 0px;}
span.loginlabel {clear:both; margin:0px 0px 0px 0px; color: #fff;}
span.requiredicon {color:#c13a2d;}
span.requiredlabel {color:#c13a2d; vertical-align: super; font-size: 0.8em;}
span.dashboxlist {clear: both; font-weight: 300; display: block; max-width: 100%; margin: 10px 1px 1px 1px; padding: 5px 0px 5px 0px; font-size: 1em; letter-spacing: -0.04em; color: #000000; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: left;}
span.regulartext {color:#000000;}



.edit-logo-container{
  width: 100%;
  /*background-color: #f1f1f1;*/
  background: repeating-linear-gradient(
    45deg,
    #f8f8f8,
    #f8f8f8 25px,
    #efefef 25px,
    #efefef 50px
  );
  color: #000000;
  border-radius: 10px;
  border: 2px solid #000000; /* prev highlight colour */
  padding: 20px;
  display: flow-root;
  margin-bottom: 20px;
}

.edit-logo-container-image{
  width: calc(50% - 20px);
  float: left;
}

.edit-logo-container-content{
  width: calc(50% - 20px);
  float: right;
}




select.companylocation{margin: 0 0 2rem 0;}
select.editform-menu{margin: 0 0 2rem 0;}
select.editform-menu-reduced{margin: 0 0 1rem 0;}

select#user_type, select#user_perm {margin-bottom: 30px;}

#priv_extras {margin: 1rem 0 0 0;}


label.formlabel{clear:both; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; color: #000000; margin-bottom: 5px; display: inline-block;}


@media only screen and (max-width: 640px) {

  .formlabel-responsive {clear:both;}

}

div.stackedform-selection{
  display: block;
  width: calc(100% - 40px);
  clear: both;
  margin-bottom: 20px;
}

div.stackedform-label{
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

div.stackedform-option{
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

div.stackedform-option input{
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

div.stackedform-inlinelabel{
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  width: 150px;
}

div.stackedform-inlineoption{
  display: block;
  margin-bottom: 20px;
}

img.dashboxlogo
{
  margin:15px 10px 0px 0px; 
  width:30px; 
  height:30px;
  object-fit: cover;
}

img.dashboxlogo-feed
{
  margin: 0px 10px 0px 0px;
  width:30px;
  height:30px;
  object-fit: cover;
  display: block;
  float: left;
}

span.dashboxname {margin:0px 10px 10px 0px; padding-bottom: 10px;}

.dashboxname-newsfeed {
  margin:0px 0px 10px 0px;
  padding-bottom: 10px;
  font-size: 0.8em;
  width: 150px;
  display: inline-flex;
}

.dashboxname-newsfeed a{

}

#home_login_box{float:right; margin-right:10px; margin-top:0%; padding-top:0px; margin-bottom:0; background-color: transparent; box-sizing: content-box;}

.main_login_frm {margin:0px; padding: 0px; background-color: transparent;}
form#main_login_frm {margin:0px 0px 5px 0px; padding: 0px; background-color: transparent; height: 40px;}

#login_box_initial{
  display: block;
  margin-bottom: 200px;
}

span.loginlabel {clear:both; margin:0px 0px 0px 0px; color: #000;}

input.loginbtn{
background: #ffffff;
border: 1px solid #000000;
border-radius: 3px;
-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
box-shadow: inset 0 0 1px 1px #f6f6f6;
color: #000000;
font-weight: 300;
padding:5px;
text-align: center;
text-shadow: 0 1px 0 #fff;
}

input.loginbtn:hover {
background: #ffffff;
-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
box-shadow: inset 0 0 1px 1px #eaeaea;
color: #000000;
cursor: pointer;
}

input.loginbtn:active{
background: #ffffff;
-moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
-webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
box-shadow: inset 0 0 1px 1px #e3e3e3;
color: #000;
}

input.input-invite-member{
  line-height: 32px;
}

img.follow-button-example01{
  width:130px; height:50px;
  margin-bottom: 20px;
}

#home_login_box input[type=text], #home_login_box input[type=password]{
  padding:0px;
  margin:0px;
  display:inline;
  width:160px;
  height:30px;
}

.button {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #000000; /* prev highlight colour */
  padding: 8px 16px 8px 16px;
  border: none;
  text-decoration: none;
}

.button:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .button {
    font-size: 12px;
    background: #000000; /* prev highlight colour */
    padding: 8px 12px 8px 12px;
  }

  .button:hover {
    font-size: 12px;
    background: #000000; /* prev highlight colour */
  }
}

.button-large {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 16px;
  background: #000000; /* prev highlight colour */
  padding: 10px 20px 10px 20px;
  border: none;
  text-decoration: none;
}

.button-close {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 0.8em;
  background: #c4c4c4;
  padding: 5px 5px 5px 5px;
  border: solid #5f5f5f 1px;
  text-decoration: none;
  margin-right: 10px;
}

.button-close:hover {
  background: #525252;
  color: #ffffff;
  text-decoration: none;
}

.cookie-button-close {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #E87722;
  font-size: 0.8em;
  background: #ffffff;
  padding: 8px 15px 8px 15px;
  border: none;
  text-decoration: none;
}

.cookie-button-close:hover{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #E87722;
  font-size: 0.8em;
  background: #ffffff;
  padding: 8px 15px 8px 15px;
  border: none;
  text-decoration: none;
}

.btn-reg {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  background: #000000; /* prev highlight colour */
  padding: 6px 10px 6px 10px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.btn-reg:hover {
  background: #33baff;
  color: #ffffff;
  text-decoration: none;
}

.btn-reg-register{
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  background-color: #21a500;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.btn-reg-register:hover{
    background-color: #287714;
    color: #ffffff;
    text-decoration: none;
}

div.btn-reg-login-header{
  padding-top: 2px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
}

.button-green{
  background-color: #287714;
  color: #ffffff;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
}

.btn-reg-green {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 1.2em;
  background: #30a607;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 2px;
  text-decoration: none;
}

.btn-reg-green:hover {
  background: #30a607;
  color: #ffffff;
  text-decoration: none;
}

table.forgotpassword {border:none; background-color: transparent;}
table.forgotpassword td {border:none; background-color: transparent;}
table.table-archive {width:100%;}
table.table-blank{border:none; background-color: #ffffff;}
table.table-blank td {border:none; background-color: #ffffff;}

span.archive-video-file-location{display: none;}
span.radio-horizontal-margin{margin-left: 2px; margin-right:5px;}

.current-subscription{
  background-color: #43ac6a;
  color: #ffffff;
}

@media only screen and (max-width: 450px) {
  .hero{
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 50px 50px 0px 50px;
  }

  .action-button-login{
    color: #000000;
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
  }

  .action-button-login:hover{
    color: #000000;
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
  }

  .action-button-join{
    color: #ffffff;
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    background-color: #000000; /* prev highlight colour */
    margin-left: 5px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
  }

  .action-button-join:hover{
    color: #ffffff;
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    border: solid #000000 1px;
    background-color: #000000;
    margin-left: 5px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 615px) {
  .hero{
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    vertical-align: middle;
    padding: 50px 100px 0px 100px;
    margin-top: -12px;
  }
}

@media only screen and (max-width: 640px) {

  span.addcontent-icon{display: none;}
  span.notes-icon{display: none;}
  div.notes-container{display: none;}
  span.account-icon{display: none;}

  }

@media only screen and (max-width: 779px) {

  .cookiepopup_body {width: 300px; text-align:center;}
  .cookiepopup {width:200px; text-align:center;}

.flowroot-minheight{
  display: flow-root;
  min-height: unset;
}

div.halfbox_first{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
}

div.halfbox_second{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
}

div.halfbox_first_podcast{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
}

div.halfbox_second_podcast{
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0px 0% 20px 0%;
  margin-top: 100px;
}

.companyoverview {margin-left:20px;}
.popular {width:90%; margin-left: 15px;}
.videoarea {text-align: center; margin:0px;}
.mobile-margin {margin-left: 15px;}

.signup-box{
  padding: 20px;
  margin: 15px;
  width: 100%;
  text-align: center;
  clear:both;
}

}

@media only screen and (max-width: 40.063em) {

  .mobalign-left {margin-left: 5px;}
  .mobalign-right {margin-right: 30px;}

  span.intropanel-title-sm {font-size: 1.8em;}
  img.recent-joiner {height:50px; width: auto;}
  hr.thin {margin:0px 0px 10px 0px;}
  .signup-button {margin-bottom:25px;}
  .home-overview {clear:both; margin-top: 20px;}

}

.new_vid_player{
  width:100%;
  height:100%;
}

img.social_post_icon{
  cursor:pointer;
}

div.follow_list_bx{
  float:left;
  width:33%;
  padding:2px;
}

.follow_list_bx ul{
  list-style: none;
  margin-left: auto;
}

.left-small {
  border-right: none;
}

.tab-bar {
  background: #ffffff;
  border-bottom: 1px #bebebe solid;
  height: 50px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.44);
  -moz-box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.44);
  box-shadow: 0px 0px 2px 0px rgba(189,189,189,0.44);
 }

.top-bar-section li a:not(.button) {
    background: #f5f5f5;
    color: #555555;
}

.top-bar-section li a:not(.button):hover {
    background: #f5f5f5;
    color: #555555;
}

.top-bar-section ul li.active > a {
    background: #f5f5f5;
    color: #555555;
}

.top-bar-section ul li.active > a:hover {
    background: #f5f5f5;
    color: #555555;
}

.active{
  color: #555555;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #000000; /* prev highlight colour */
}

ul.nobullet-uses {background: unset;}


p.accountdetails {color: #000000; font-size: 12px;}


/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    box-sizing: border-box;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
    padding: 0.5em 0.6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}


/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
    padding: 0.2em 0.5em;
}


.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
    outline: 0;
    border-color: #129FEA;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
    outline: 0;
    border-color: #129FEA;
}

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
    margin: 0.5em 0;
    display: block;
}

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
    cursor: not-allowed;
    background-color: #eaeded;
    color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
    background-color: #eee; /* menu hover bg color */
    color: #777; /* menu text color */
    border-color: #ccc;
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
    color: #b94a48;
    border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
    outline-color: #e9322d;
}
.pure-form select {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: white;
}
.pure-form select[multiple] {
    height: auto;
}
.pure-form label {
    margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
    margin: 0;
    padding: 0.35em 0 0.75em;
    border: 0;
}
.pure-form legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
    display: block;
    margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
    display: block;
    margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.pure-form-aligned textarea {
    vertical-align: top;
}

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
    margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
    border-radius: 2em;
    padding: 0.5em 1em;
}

/* Grouped Inputs */
.pure-form .pure-group fieldset {
    margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}

.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-3-4 {
    width: 75%;
}
.pure-form .pure-input-2-3 {
    width: 66%;
}
.pure-form .pure-input-1-2 {
    width: 50%;
}
.pure-form .pure-input-1-3 {
    width: 33%;
}
.pure-form .pure-input-1-4 {
    width: 25%;
}

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
    display: inline-block;
    padding-left: 0.3em;
    color: #666;
    vertical-align: middle;
    font-size: 0.875em;
}

/* Block help for forms */
.pure-form-message {
    display: block;
    color: #666;
    font-size: 0.875em;
}

/* Tabs Foundation 6 */

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.login-base {background-color: #000000;}

.account-details {background-color: #000000; /* prev highlight colour */ color: #ffffff; text-align: left;}

/* New items added on September 07, 2017 */
.chk_all_bx_holder{
  color: #000000;
}

div.controls_list_holder{
  height: 180px;
  overflow: auto;
  width: 360px;
  border: 1px solid rgb(179, 179, 179);
  padding: 1%;
}

div.controls_list_holder2{
  background-color:#f4f4f4;
  height: 180px;
  overflow: auto;
  width: 580px;
  margin-left:3%;
  border: 1px solid rgb(179, 179, 179);
  padding: 1%;
}

div.sub_radio_btns_holder{
  display: block;
  background-color:#f4f4f4;
  margin-left: 5%;
  margin-bottom: 1%;
  padding: 2%;
  font-size:0.80em;
}

div.fnd_disc_disp{
  padding:20px;
  background-color:#f4f4f4;
  min-height:180px;
}

a.successlink-light {color: #b4ffc2;}
a.successlink-light:visited {color: #b4ffc2;}
a.successlink-light:hover {color: #005d12; text-decoration: underline;}

.submit-button{
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  border-radius: 5px;
}

.submit-button:hover{
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000;
  border-radius: 5px;
}


/* New Video Player styles */
div.vp-player-layout js-playerLayout{
  top:0px !important;
  bottom:0px !important;
  margin-left:10px;
}


@media only screen and (max-width : 480px) {

  .panel-lists {
    margin-left: 0px;
  }

  div.follow_list_bx{
    float:left;
    width:100%;
    padding:2px;
  }

    .pure-form button[type="submit"] {
        margin: 0.7em 0 0;
    }

    .pure-form input:not([type]),
    .pure-form input[type="text"],
    .pure-form input[type="password"],
    .pure-form input[type="email"],
    .pure-form input[type="url"],
    .pure-form input[type="date"],
    .pure-form input[type="month"],
    .pure-form input[type="time"],
    .pure-form input[type="datetime"],
    .pure-form input[type="datetime-local"],
    .pure-form input[type="week"],
    .pure-form input[type="number"],
    .pure-form input[type="search"],
    .pure-form input[type="tel"],
    .pure-form input[type="color"],
    .pure-form label {
        margin-bottom: 0.3em;
        display: block;
    }

    .pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
    }

    .pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
    }

    .pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
    }

    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
    .pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
    }
}

@media only screen and (min-width: 40.063em) {

  .btn-reg {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    background: #000000; /* prev highlight colour */
    padding: 10px 20px 10px 20px;
    border: solid #ffffff 2px;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .btn-reg:hover {
    background: #33baff;
    color: #ffffff;
    text-decoration: none;
  }

}

/* new cssmenu styles - set to 100% for full width bar */

nav{width:100%;margin:0 auto;}

/* foundation override */

/* custom tables */

table {
  background: white;
  margin-bottom: 1.25rem;
  /* border: solid 1px #dddddd; */
  border: solid 1px #000000; }
  table thead,
  table tfoot {
    background: whitesmoke; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #000000;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #000000;}
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F4F4F4; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

table.profilir-simple-table {
  width: 100%;
  background: none;
  margin-bottom: 1.25rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-collapse:collapse;  }

  table.profilir-simple-table thead,
  table.profilir-simple-table tfoot {
    background: none; }
    table.profilir-simple-table thead tr th,
    table.profilir-simple-table thead tr td,
    table.profilir-simple-table tfoot tr th,
    table.profilir-simple-table tfoot tr td {
      padding: 1rem 1rem 1rem;
      font-size: 0.9rem;
      font-weight: 400;
      color: #000000;
      text-align: left; }
  table.profilir-simple-table tr th,
  table.profilir-simple-table tr td {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    color: #000000;}
  table.profilir-simple-table tr.even, table.profilir-simple-table tr.alt, table.profilir-simple-table tr:nth-of-type(even) {
    background: none; }
  table.profilir-simple-table tr td {
    background: none; 
    border-bottom: none;
      /* border-bottom: 1px solid #000000; */
  }
  table.profilir-simple-table th {
    background: none;
    border-bottom: 1px solid #000000;
  }

  table.profilir-simple-table thead tr th,
  table.profilir-simple-table tfoot tr th,
  table.profilir-simple-table tbody tr td,
  table.profilir-simple-table tr td,
  table.profilir-simple-table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

table.profilir-simple-table thead tr th{
font-weight: 400;
font-size: 16px;
color: black;
background: none;
border-bottom: 1px solid #000000;
}

table.profilir-simple-table tr.profilir-table-heading{
  color: black;
  background: none;
}

table.profilir-simple-table-trans, 
table.profilir-simple-table-trans thead,
table.profilir-simple-table-trans tfoot,
table.profilir-simple-table-trans tr.even, 
table.profilir-simple-table-trans tr.alt, 
table.profilir-simple-table-trans tr:nth-of-type(even),
table.profilir-simple-table-trans tr td,
table.profilir-simple-table-trans thead tr th,
table.profilir-simple-table-trans tr.profilir-table-heading {
  background: none;
}

@media only screen and (max-width: 640px) {
  .profilir-simple-table{}
}

.return-history-table{
  width: 100%;
}

@media only screen and (max-width: 490px) {


table.return-history-table {
  width: 100%;
  background: none;
  margin-bottom: 1.25rem;
  border: none;
  border-collapse:collapse;  }

  table.return-history-table thead,
  table.return-history-table tfoot {
    background: none; }
    table.return-history-table thead tr th,
    table.return-history-table thead tr td,
    table.return-history-table tfoot tr th,
    table.return-history-table tfoot tr td {
      padding: 10px 5px 10px 5px;
      font-size: 12px;
      font-weight: 400;
      color: #000000;
      text-align: left; }
  table.return-history-table tr th,
  table.return-history-table tr td {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    color: #000000;}
  table.return-history-table tr.even, table.profilir-simple-table tr.alt, table.profilir-simple-table tr:nth-of-type(even) {
    background: none; }
  table.return-history-table tr td {
    background: none;
    border-bottom: 1px solid #DADBDC;}
  table.return-history-table thead tr th,
  table.return-history-table tfoot tr th,
  table.return-history-table tbody tr td,
  table.return-history-table tr td,
  table.return-history-table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem; }

  table.return-history-table thead tr th{
  font-weight: 400;
  font-size: 10px;
  color: black;
  background: none;
  border-bottom: 1px solid #000000;
  }

  table.return-history-table tr.profilir-table-heading{
    color: black;
    background: none;
  }

}

table.profilir-simple-table tr td.document-category{background: none; margin: 0px; padding: 15px; font-weight: 600;}
table.profilir-simple-table tbody tr td.document-category{background: none; margin: 0px; padding: 15px; font-weight: 600;}

table.profilir-simple-table tr th.center-cell,
table.profilir-simple-table tr td.center-cell {
  text-align: center;
}

.category_heading{
  background: none;
  padding: 15px;
  margin-bottom: 15px;
  clear: both;
}

.document-category{font-weight: 600;}


@media only screen and (max-width: 640px) {
  .return-history-table-mobile{
    display: block;
  }
  .return-history-table-desktop{
    display: none;   
  }
}

  .return-history-table-mobile{
    display: none;
  }
  .return-history-table-desktop{
   display: block;
  }

    .breadcrumbs {
      display: block;
      padding: 0.5625rem 0.875rem 0.5625rem;
      overflow: hidden;
      margin-left: 0;
      list-style: none;
      border-style: solid;
      border-width: 1px;
      background-color: #f4f4f4;
      border-color: #C8C8C8;
      border-radius: 0px; }
      .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.6875rem;
        line-height: 0.6875rem;
        text-transform: uppercase;
        color: #000000; /* prev highlight colour */ }
        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
          text-decoration: underline; }
        .breadcrumbs > * a {
          color: #000000; /* prev highlight colour */ }
        .breadcrumbs > *.current {
          cursor: default;
          color: #333333; }
          .breadcrumbs > *.current a {
            cursor: default;
            color: #333333; }
          .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
            text-decoration: none; }
        .breadcrumbs > *.unavailable {
          color: #999999; }
          .breadcrumbs > *.unavailable a {
            color: #999999; }
          .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
          .breadcrumbs > *.unavailable a:focus {
            text-decoration: none;
            color: #999999;
            cursor: default; }
        .breadcrumbs > *:before {
          content: "/";
          color: #aaaaaa;
          margin: 0 0.75rem;
          position: relative;
          top: 1px; }
        .breadcrumbs > *:first-child:before {
          content: " ";
          margin: 0; }

          button.secondary, .button.secondary {
            background-color: #ffffff;
            border: 1px solid #000000;
            color: #000000;
          }
            button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
              background-color: #000000;
              border: none;
              color: #ffffff;
             }

/* index popup; */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #ffffff;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
  clear: both;
  font-size: 18px;
}
/*.cnt223 p a{
color: #d91900;
font-weight: bold;
}*/
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.popup-button{
  width: 150px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
}
.popup-button-container{
  width:100%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .popup{
    width: 80%;
    margin: 0 10%;
  }
  .cnt223{
    min-width: 400px;
    width: 400px;
    min-height: 150px;
    margin: 100px auto;
    padding: 15px 35px;
  }
}

@media only screen and (max-width: 375px) {
  .popup{
    width: 90%;
    margin: 0 5%;
  }
  .cnt223{
    min-width: 300px;
    width: 300px;
    min-height: 150px;
    margin: 75px auto;
    padding: 15px 35px;
  }
}

/* css spinner */

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-shrink {
  0%, 25%, 100% {
    /* minimum scale and opacity */
    transform: scale(0.5);
    opacity: 0.25;
  }
  26% {
    transform: scale(1);
    opacity: 1;
  }
}


/* uploads show-hide */

div.alluploads {
  display: block;
}

.alluploads-bar{
  background-color: #e8f5fc;
  width: 99%;
  display: inline-block;
  padding: 5px 0px 5px 5px;
}

div.alluploads-alert {
  display: none;
}

.alluploads-show{
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
}
.alluploads-close{
  padding: 5px 5px 5px 5px;
  color: #000000; /* prev highlight colour */
}


.alluploads-show:focus ~ .alluploads-alert {
  display: block;
  text-align: center;
}
.alluploads-close:focus ~ .alluploads-alert {
  display: none;
  text-align: right;
}


/* profile views */

.profile-views-unit{
border: 1px solid #A7A9AB;
margin: 20px 10px;
padding: 20px;
border-radius: 5px;
display: inline-block;
width: 22%;
min-width: 22%;
text-align: center;
height: 320px;
min-height: 320px;
background-color: #ffffff;
}

.profile-views-name{
font-size: 18px;
margin-bottom: 5px;
}
.profile-views-account-type{
  font-size: 16px;
  margin-bottom: 15px;
  color: #E87722;
}
.profile-views-type{
  font-size: 16px;
  margin-bottom: 15px;
  color: #E87722;
}
.profile-views-avatar{
  height: 140px;
  width: 140px;
  overflow: hidden;
  margin-bottom: 10px;
}
.profile-views-time{
  font-size: 18px;
  margin: 15px 0px;
  color: #E87722;
}

.following-followers-unit{
border: 1px solid #A7A9AB;
margin: 20px 10px;
padding: 20px;
border-radius: 5px;
display: inline-block;
width: 22%;
min-width: 22%;
text-align: center;
height: 300px;
min-height: 300px;
background-color: #ffffff;
float: left;
}

.following-followers-unit-sm{
border: 1px solid #A7A9AB;
margin: 20px 10px;
padding: 20px;
border-radius: 5px;
display: inline-block;
width: 22%;
min-width: 22%;
text-align: center;
height: 250px;
min-height: 250px;
background-color: #ffffff;
float: left;
}

@media only screen and (max-width: 890px) {
    .following-followers-unit{
    border: 1px solid #A7A9AB;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 46%;
    min-width: 46%;
    text-align: center;
    height: 300px;
    min-height: 300px;
    background-color: #ffffff;
    float: left;
    }

    .following-followers-unit-sm{
    border: 1px solid #A7A9AB;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 46%;
    min-width: 46%;
    text-align: center;
    height: 250px;
    min-height: 250px;
    background-color: #ffffff;
    float: left;
    }
 } 

 @media only screen and (max-width: 700px) {
    .following-followers-unit{
    border: 1px solid #A7A9AB;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 96%;
    min-width: 96%;
    text-align: center;
    height: 300px;
    min-height: 300px;
    background-color: #ffffff;
    float: left;
    }

    .following-followers-unit-sm{
    border: 1px solid #A7A9AB;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 96%;
    min-width: 96%;
    text-align: center;
    height: 220px;
    min-height: 220px;
    background-color: #ffffff;
    float: left;
    }
 } 

.following-followers-name{
font-size: 18px;
margin-bottom: 5px;
}

.following-followers-avatar{
  height: 140px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (max-width: 540px) {
.profile-views-unit{
  border: 1px solid #A7A9AB;
  margin: 20px 10px;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  width: 96%;
  min-width: 96%;
  text-align: center;
  height: 360px;
  min-height: 360px;
}

.profile-views-avatar{
  height: 180px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}

  }


  @media only screen and (min-width: 541px) and (max-width: 980px) {
.profile-views-unit{
border: 1px solid #A7A9AB;
margin: 20px 10px;
padding: 20px;
border-radius: 5px;
display: inline-block;
width: 46%;
min-width: 46%;
text-align: center;
height: 400px;
min-height: 400px;
}

.profile-views-avatar{
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

  }

/* pricing table */

table.pricing-comparision { width: 100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

table.pricing-comparision th, table.pricing-comparision td { font-family: inherit; font-size: .875em; line-height: 1.45; color: #000000; vertical-align: middle; padding: 1em; }
table.pricing-comparision th { font-weight: 600; }


table.pricing-comparision colgroup:nth-child(1) { width: 40%; border: 1px solid #000000; }
table.pricing-comparision colgroup:nth-child(2) { width: 15%; border: 1px solid #000000; }
table.pricing-comparision colgroup:nth-child(3) { width: 15%; border: 1px solid #000000; }
table.pricing-comparision colgroup:nth-child(4) { width: 15%; border: 1px solid #000000; }
table.pricing-comparision colgroup:nth-child(5) { width: 15%; border: 1px solid #000000; }


/*table.pricing-comparision colgroup:nth-child(1) { width: 40%; border: 0 none; }
table.pricing-comparision colgroup:nth-child(2) { width: 20%; border: 1px solid #ccc; }
table.pricing-comparision colgroup:nth-child(3) { width: 20%; border: 1px solid #ccc; }
table.pricing-comparision colgroup:nth-child(4) { width: 20%; border: 10px solid #E87722; }
table.pricing-comparision colgroup:nth-child(5) { width: 20%; border: 1px solid #ccc; }*/

/* Tablehead */

/* table.pricing-comparision thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #000000; padding: 3em 0 2em; font-weight: 400; color: #999; vertical-align: top;} */
table.pricing-comparision thead th { background: #000000; text-align: center; position: relative; border-bottom: 1px solid #000000; padding: 3em 0 2em; font-weight: 400; color: #ffffff; vertical-align: top;}
/*table.pricing-comparision thead th:nth-child(1) { background: transparent;  }
table.pricing-comparision thead th:nth-child(3) {  padding: 2em 0 5em; }*/
table.pricing-comparision thead th h2 { font-weight: 300; font-size: 2em; line-height: 1.2; color: #E87722; }
table.pricing-comparision thead th h2 + p { font-size: 1.25em; line-height: 1.4; }
/*table.pricing-comparision thead th:nth-child(3) h2 { font-size: 3.6em; }
table.pricing-comparision thead th:nth-child(3) h2 + p { font-size: 1.5em; }
*/
table.pricing-comparision thead th p.promo { font-size: 1em; color: #fff; position: absolute; top: 9em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #E87722; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

table.pricing-comparision thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
table.pricing-comparision thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

table.pricing-comparision tbody th { background: #fff; border-left: 1px solid #000000; }
table.pricing-comparision tbody th span { font-weight: normal; font-size: 87.5%; color: #000000; display: block; }

table.pricing-comparision tbody td { background: #fff; text-align: center; }

table.pricing-comparision tbody tr:nth-child(even) th,
table.pricing-comparision tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #000000; border-width: 1px 0 1px 1px; }
table.pricing-comparision tbody tr:last-child td { border-bottom: 0 none; }

/* Tablefooter */

table.pricing-comparision tfoot th  { padding: 2em 1em; border-top: 1px solid #000000; }
table.pricing-comparision tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #000000; }

/*table.pricing-comparision tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: #59c7fb; border-radius: .5em; }*/

.pricingtable-unlimited{font-size: 1em; font-weight: 700;}


@media only screen and (min-width: 541px) {
.hidefordesktop {display: none;}
table.pricing-comparision tbody th span.pricingtable-unlimited-responsive{display: none;}
}


@media only screen and (max-width: 540px) {

table.pricing-comparision thead th {vertical-align: top;}
table.pricing-comparision thead th.table-top {vertical-align: top;}

table.pricing-comparision thead th h2 { font-weight: 300; font-size: 1.2em; line-height: 1.2; color: #E87722; }
table.pricing-comparision thead th h2 + p { font-size: 1.2em; line-height: 1.2; }

table.pricing-comparision tbody tr span.pricingtable-featuredescription{display: none;}

table.pricing-comparision colgroup:nth-child(1) { width: 40%; }
table.pricing-comparision colgroup:nth-child(2) { width: 15%; }
table.pricing-comparision colgroup:nth-child(3) { width: 15%; }
table.pricing-comparision colgroup:nth-child(4) { width: 15%; }
table.pricing-comparision colgroup:nth-child(5) { width: 15%; }

table.pricing-comparision tfoot.pricingtable-joinbuttons {display: none;}
table.pricing-comparision tbody th span.pricingtable-unlimited{display: none;}
table.pricing-comparision tbody th span.pricingtable-unlimited-responsive{font-size: 0.8em; font-weight: 300;}
.hideformobile {display: none;}
.wide-join{
  width: 97%;
  display: block;
  text-align: center;}
}



@media only screen and (max-width: 450px) {

table.pricing-comparision thead th h2 { font-weight: 300; font-size: 1em; line-height: 1.2; color: #E87722; }
table.pricing-comparision thead th h2 + p { font-size: 1em; line-height: 1.2; }

}

.icon-active{color: #11ad35;}
.icon-inactive{color: #f3370f;}


/* Trix */

form#cmnt_frm ul, form#asstmgr_cmnt_frm ul, form#cmp_cmnt_frm ul, form#cmp_quest_frm ul, form#asstmgr_quest_frm ul, form#quest_frm ul{
  list-style-type: square;
  margin-left: 20px;
}

trix-editor{
  background-color: #ffffff;
}

trix-toolbar{
  background-color: none;
}

/* Articles */

div.article{
  font-size: 1rem;
  line-height: 1.6;
}

.featuredarticle, .article{
margin: 20px 0px;
line-height: 1.6em;
}


.featuredarticle h3, .article h3{
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.articles-actions{
  margin-bottom: 20px;
}

.featured-article-banner{
  display: block;
  background-color: #E87722;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
}

a.profile-views-button{
  width: 80px; 
  padding: 5px 10px 5px 10px;
  display: inline-block; 
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #000000; /* prev highlight colour */
  font-size: 14px;
  background: #fff;
  border: 1px solid #000000; /* prev highlight colour */
  text-decoration: none;
  margin-bottom: 10px;
}

.input-article-title{
  width: 100%;
  padding: 15px; 
}


/* pretty radio */

input.vidTypeRadSelctr[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: black;
}
input.vidTypeRadSelctr[type="radio"]:checked + * {
  color: #E87722;
}
input.vidTypeRadSelctr[type="radio"]:checked + *::before {
  background: radial-gradient(red 0%, red 40%, transparent 50%, transparent);
  border-color: red;
}

/* homepage reg box styling */

.homepageregbox-slab{
  display: block;
  background: #f5f5f6;
  border: 2px solid #000000; /* prev highlight colour */
  border-radius: 5px;
  padding: 30px;
  color: #000000; /* prev highlight colour */
}

.homepageregbox-slab:hover {
  background: #FFFFFF;
}

.homepageregbox-slab-alt{
  display: block;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  padding: 40px;
  color: #252525;
  min-height: 350px;
  width: 95%;
  margin-bottom: 15px;
}

.homepageregbox-slab-alt:hover {
  background: #FFFFFF;
}

span.homepageregbox-slab-title{
  font-size: 22px;
  font-weight: 400;
  display: block;
  color: #000000; /* prev highlight colour */
}

span.homepageregbox-slab-description{
  font-weight: 400;
  display: block;
  color: #000000; /* prev highlight colour */ 
  line-height: 22px;
}

.homepageregbox-button-join{

}

span.homepageregbox-slab-button{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000; /* prev highlight colour */
  border-radius: 5px;
}

span.homepageregbox-slab-button:hover{
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  border: solid #000000 1px;
  background-color: #000000;
  border-radius: 5px;
}

/* search form styling */

.search-slab{
  display: block;
  background: #fff;
  border: 2px solid #E87722;
  border-radius: 5px;
  padding: 30px;
  color: #E87722;
}

.search-slab:hover {
  background: #FBEBD6;
}

span.search-slab-title{
  font-size: 22px;
  font-weight: 400;
  display: block;
  color: #E87722;
}

span.search-slab-description{
  font-weight: 400;
  display: block;
  color: #E87722; 
}

.form-section{
  margin: 10px 0px 10px 0px;
}

ul.list-two-cols {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  margin-left: 0px;
}

ul.sub-pricing-choices{
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  margin-left: 0px;
}

ul.sub-pricing-choices li{
  list-style: none;
  margin-left: 0px;
}

span.inline-checkbox, span.inline-radio{
  margin-right: 10px;
}

a.searchform-button-primary {
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 14px;
  background: #E87722;
  padding: 8px 16px 8px 16px;
  border: 1px solid #E87722;
  text-decoration: none;
  display: inline-block;  
  margin-bottom: 10px;
}

a.searchform-button-primary:hover {
  background: #E87722;
}

a.searchform-button-inactive {
  /*width: 140px;*/
  width: 165px;
  text-align: center;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  padding: 8px 16px 8px 16px;
  border: 1px solid #000000;
  text-decoration: none;  
  display: inline-block;
  margin-bottom: 10px;
}

.tooltip-box{

  }

.tooltip{
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid #F79650;
    top: 5px;
    left: 410px;
    padding: 5px 10px 4px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000000;
    width: auto;
  }

  .tooltip-link-sizeoveride{
    font-size: 16px;
  }

  .tooltip-investorregistration{
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid #F79650;
    top: -40px;
    left: unset;
    padding: 5px 10px 4px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000000;
    width: 350px;
  }


  @media only screen and (max-width: 515px) {
 .tooltip{
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid #F79650;
    top: 40px;
    left: 145px;
    padding: 5px 10px 4px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000000;
    width: auto;
  }
}

#success-Gold {
     text-align: left;
      display: block;
      padding: 15px 15px 15px 15px;
      margin-bottom: 20px;
      font-size: 18px;
      background: #ffffdd;
      color: #baa200;
      clear: both;
      border-radius: 5px;
      border: 3px solid #baa200;
      text-align: center;
      line-height: 24px;
}

#success-Silver {
     text-align: left;
      display: block;
      padding: 15px 15px 15px 15px;
      margin-bottom: 20px;
      font-size: 18px;
      background: #f8f8f8;
      color: #A3A2A2;
      clear: both;
      border-radius: 5px;
      border: 1px solid silver;
      text-align: center;
      line-height: 24px;
}

#success-Bronze {
     text-align: left;
      display: block;
      padding: 15px 15px 15px 15px;
      margin-bottom: 20px;
      font-size: 18px;
      background: #FFEAD7;
      color: #CD7F32;
      clear: both;
      border-radius: 5px;
      border: 1px solid #CD7F32;
      text-align: center;
      line-height: 24px;
}

span.subscribe-current-label{
  font-weight: 700;
  font-size: 20px;
}

.subscribe-rosette{
  font-size: 30px;
}

.referral-box-bronze, .referral-box-silver, .referral-box-gold{
  display: none;
}

/* Moderator tables */

table.mod-email-history tbody tr td.table-overflow-scroll{
  display: block;
  overflow: scroll;
  width: 600px;
}

/* Branded reg pages */

.branded-reg-logo{
  margin: 20px 0px;
  width: 50%;
}

span.pagination-label{
  padding: 5px 5px 5px 5px;
}

.pagination-bg{
  background-color: #E87722;
  padding: 10px 13px 10px 13px;
  color: white;
  border-radius: 20px;
}

.pagination-bg-inactive{
  background-color: #A7A9AB;
  padding: 10px 13px 10px 13px;
  color: white;
  border-radius: 20px;
}

/* private rooms only toggle */

.fa-toggle-off{
  color: red;
  font-size: 40px;
}

a.toggle-setting-off::after {
  content: "Private room only is switched off";
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  top: -9px;
}

.fa-toggle-on{
  color: green;
  font-size: 40px;
}

a.toggle-setting-on::after {
  content: "Private room only is switched on";
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  top: -9px;
}

/* homepage toggle */

.toggle-home{
  font-size: 70px;
  position: relative;
  top: 5px;
  left: 10px;
  color: #E87722;
}

span.poweredby{
  color: white;
  font-size: 18px;
}
