/** FONTS **/
/** @import url('https://fonts.googleapis.com/css?family=Poppins:200,400,500,700&display=swap'); **/
@import url('https://fonts.googleapis.com/css?family=Roboto:200,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:200,400,500,700&display=swap');


/** Scroll Bar Styles **/

.sidebar::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.sidebar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.sidebar::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.sidebar::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar::-webkit-scrollbar-track:hover {
  background: #666666;
}
.sidebar::-webkit-scrollbar-track:active {
  background: #333333;
}
.sidebar::-webkit-scrollbar-corner {
  background: transparent;
}


/** Base Elements **/

html{
    scrollbar-width: thin;
    scrollbar-color: light;
}

body{
    color: #d4d4d4;
    background: rgb(20,20,20);
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
}

*{
  /*  transition: background-color 0.5s, color 0.5s, border-color 0.5s; */
}

p {
  word-break: break-word;
  margin-bottom: 10px;
  line-height: 1.8;
}

a{
    color: #b4b4b4;
    cursor: pointer;
}
a:visited,
a:active,
a:focus,
a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins';
  font-weight: 600;
  word-wrap: break-word;
}

h1{
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.25;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    text-decoration: none;
    opacity: 0.7;
    color: inherit;
}

h5 {
  line-height: 20px;
}


h2{
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

hr{
    border: none;
    border-top: solid 1px #4B4B4B;
    clear: both;
    margin: 30px 0px;
}

img{
	max-width: 100%!important;
  height: auto!important;
}

table.table-fixed{
    table-layout: fixed;
}

th, td{
    overflow-wrap: break-word;
}

footer#app-footer{
    padding-top: 40px;
}

figure{
  margin-bottom: 15px;
}

body blockquote{
  font-size: 15px;
  font-style: italic;
  background-color: #313131;
}

.day-mode blockquote{
  background-color: #f1f1f1;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #141414;
}

.day-mode .table-striped>tbody>tr:nth-child(odd) {
    background-color: #efefef;
}

.form-control, .form-group .bootstrap-tagsinput{
    background: transparent;
    color: #fff;
}

.day-mode .form-control, .day-mode .form-group .bootstrap-tagsinput{
    color: #7c7c7c;
}

/** Feedback Survey **/

.feedback-modal{
  visibility: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.feedback-request{
  position: absolute;
  padding: 50px;
  width: 75vw;
  max-width: 800px;
  height: auto;
  border: 1px solid #000D33;
  background-color: white;
  text-align: center;
}

.feedback-survey{
  visibility: hidden;
  position: relative;
  width: 75vw;
  max-width: 800px;
  height: 70vw;
  max-height: 700px;
  border: 1px solid #000D33;
  background-color: white;
}

.feedback-survey .close{
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  user-select: none;
}

.embed{
  width: 100%;
  height: 100%;
  position: absolute;
}

.feedback-request .close{
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  user-select: none;
}

.feedback-modal .feedback-cta{
  background: #FFFFFF;
  border: 1px solid #0B0B0B;
  border-radius: 10px;
  width: 310px;
  max-width: 100%;
  min-height: 40px;
  margin: 5px auto;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #0B0B0B;
  padding: 10px 0px 5px 0px;
  display: block;
}

.feedback-modal .feedback-cta.primary{
  color: #fff;
  background: #6129FF;
  border-color: #6129FF;
}

/** Main Layout **/

.main-content{
    background: #1e1e1e;
    padding-top: 40px;
    margin-left: 225px;
    width: calc(100% - 225px);
    position: relative;
}

.modal-backArticle.main-content{
  background: none;
}

.col-md-1-5{
    width: 13.666667%;
    float: left;
}

.col-md-10-5{
    /* width: 86.333332%;
    float: left; */

}

.content-container{
    padding: 30px 30px;
    position: relative;
}

#index-cont {
    position: relative;
}

.day-mode{
    background: #fff;
    /*color: #7c7c7c;*/
    color: #383838;
}

 a{
    color: #5221D1;
}

a.badge{
    color: #5221D1!important;
}

.day-mode h1, .day-mode h1 a{
	color: #000000;
}

.day-mode h2{
    color: #000;
}

.day-mode hr{
    border-color: #0786fb;
}


.day-mode .main-content{
    background: #fff;
}

.clear{
    clear: both;
}



select option{
	background: #141414;
}

.day-mode select option{
  background: #fff;
}

.day-mode .jodit_container:not(.jodit_inline) .jodit_wysiwyg{
  background: #fff;
  border-left: solid 1px #ccc
}

.jodit_container:not(.jodit_inline) .jodit_wysiwyg{
	background: #141414;
}


.content strong{
    color: #fff;
}

.day-mode .content strong{
    color: #424242;
}



.loading-gif.loading{
    width: 100%;
    height: 200px;
    background: url('../images/loading.gif') top center no-repeat;
    transition: all 0s;
}

.sidebar{
    scrollbar-width: none;
}

.modal, #modal{
	z-index: 17000000;
}

.modal{
  --bs-modal-width: 722px!important;
  padding-top: 60px!important;
  padding-bottom: 60px!important;
}

.modal .modal-header{
  border-bottom: none;
}

.modal-open .modal .modal-header h1{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px!important;
  line-height: 26px;
  color: #000D33;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 10px;
}

.modal .modal-footer{
  border: none;
  justify-content: center;
}

.modal .modal-footer .btn{
  border: 1px solid rgba(11, 11, 11, 0.05);
  border-radius: 10px;
  width: 251px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  box-sizing: border-box;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

/** News Feed **/

.news-feed-list{
  margin: 0;
  padding: 0;
  position: relative;
  clear: both;
/*  margin-left: 6%;
  margin-right: 30%; */

  max-width: 1140px;
  padding-left: 5%;
  align-content: center;
  padding-top: 30px;
}



.news-feed-list li{
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
  margin-bottom: 40px;
  border-radius: 8px;
}

.headerWrap{
  width: calc(100% - 25px);
  display: flex;
  border-bottom: 1px solid #E5E7EE;
  margin-left: 25px;
}



 .feed-item-title a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #0A1532;
}

.news-feed-list a:hover{
	text-decoration: none;
	opacity: 0.7;
}



.news-feed-list .feed-item-info{
    margin-bottom: 10px;
}

.news-feed-list .feed-item-date{
    border-right: solid 1px #C4C8D4;
    padding-right: 20px;
    margin-right: 20px;

}

.day-mode .news-feed-list .feed-item-date{
    color: #7c7c7c;
}

.feed-item-details .feed-item-actions a{
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
}

.feed-item-details .feed-item-actions a:hover{
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    opacity: 0.8;
}

.news-feed-list .feed-item-info{
    color: #fff;
}

.vote-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
/*    padding-top: 50%;
    padding-bottom: 50%; */
}

.upvote{
    display: inline-block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin: 5px;
    background-size: 100% 100%;
}

.upvote.active{
    background: url('../images/icons/icon-new-upvote-active.png') center no-repeat!important;
    background-size: 100%!important;
}

.upvote:hover, .downvote:hover{
    opacity: 0.8;
}

.details-header .vote-count{
  font-size: 13px;
}

.vote-count{
    display: inline-block;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.downvote{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: 100%;
    cursor: pointer;
    margin: 5px;
}


.downvote.active{
  background: url('../images/icons/icon-new-downvote-active.png') 0px 0px no-repeat!important;
  background-size: 100%!important;
}

.day-mode .upvote{
  background: url('../images/icons/icon-new-upvote.png') 0px 0px  no-repeat;
  background-size: 100%;
}

.day-mode .downvote{
  background: url('../images/icons/icon-new-downvote.png') 0px 0px  no-repeat;
  background-size: 100%;
}


#category-select{
    padding: 10px;
    border: solid 1px #ccc;
    position: relative;
    max-height: 150px;
    overflow-y: scroll;    
}

#category-select input{
    margin-left: 0px;
}

/** Platform Content **/

#page-banner img{
    width: 100%;
}

#content-search{
    margin-bottom: 38px;
    margin-top: 15px;
}

#content-search label[for="global_search"]{
  display: inline-block;
  margin-right: 15px;
}

#content-search label span{
  margin-left: 5px;
}

#content-search #advanced-search-options{
    margin-top: 15px;
}


#content-search .input-group{
  display: inline;
}

#content-search .input-group-append{
  display: inline-block;
  margin-right: 24px;
}

#content-search .form-control[name="search"], #content-search .form-control[name="location"]{
    width: 300px;
    height: 40px;
    max-width: 100%;
}

#content-search .form-control[name="badges"], #content-search .form-control[name="certifications"], #content-search .form-control[name="extra_filters"]{
  width: 200px;
  max-width: 100%;
  border: 1px solid #0B0B0B;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.05), 0px 7.7037px 14px rgba(0, 0, 0, 0.05), 0px 1.62963px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #0B0B0B;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}



#content-search .display-flex{
  flex-wrap: wrap;
}

.form-control {
    height: 40px;
/*    background: url("../images/dropdown-arrow-day.png") no-repeat 97% 50% !important; */
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 2px #d2d2d2;
}

.form-controlnews {
  background: #FFFFFF;
  border: 1px solid #E5E7EE;
  border-radius: 100px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-right: 24px;
  display: inline-block;
  box-shadow: none;
  -webkit-box-flex: 1;
  flex-grow: 1;
  background: url("../images/dropdown-arrow-day.png") no-repeat 93% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 7px 15px;
  color: #B1B4BC;
  margin-bottom: 10px;
}

#content-search #search, #content-search #location, #content-search #max_distance{
  border: 1px solid #0B0B0B;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.05), 0px 7.7037px 14px rgba(0, 0, 0, 0.05), 0px 1.62963px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #0B0B0B;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.content-container #content-search #max_distance{
  width: 175px;
  margin-right: 5px;

}


#content-search #reset-search{
    margin-left: 15px;
}

#content-search #location.form-control{
  width: 250px;
}

.form-control, .form-group .bootstrap-tagsinput {
    background: transparent;
}


.offer-raise{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer-raise-total{
    display: block;
    font-size: 20px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}

.day-mode .offer-raise-total{
    color: #1e1e1e;
}

.blog-posts .post-excerpt{
    font-size: 16px;
    width: 85%;
    margin-bottom: 20px;
}

#opportunity-fields strong{
    font-weight: 500;
    color: #fff;
}

.day-mode #opportunity-fields strong{
    color: #000;
}

.platform-content{
	padding: 0px 25px;
  padding-bottom: 50px;
}

.platform-content #opportunity-fields{
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.platform-content #opportunity-fields li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 60px;
}

.platform-content #opportunity-fields li span{
    color: #0786FB;
    display: inline-block;
    margin-left: 10px;
}

.platform-content #opportunity-fields li span a{
    color: #0786FB;
}

.platform-content #opportunity-field-cont{
    position: relative;
}

.platform-content #opportunity-extra span{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #b4b4b4;
    line-height: 1.2;
}

.platform-content #opportunity-extra span:last-child{
    border-right: none;
}

.details-footer{
    position: relative;
    margin-top: 20px;
}

.details-footer .details-social{
    float: right;
}

.details-footer .details-social > a{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.details-footer .details-social > a:hover{
    opacity: 0.6;
}

.details-footer .details-extra-link{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #4b4b4b;
    color: #fff;
}

.details-footer .details-extra-link:last-child{
    border-right: none;
}

 .bookmarker, .bookmark{
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    transition: all 0s;

}

.day-mode .bookmarker, .day-mode .bookmark{
    background: url('../images/icons/icon-bookmark.png') top left no-repeat;
}

.bookmarker.bookmarked, .bookmark.bookmarked{
    background: url('../images/icons/bookmark_ic-active.png') top left no-repeat;
    background-size: contain;
}

.supervoter, .supervote{
    width: 13px;
    height: 13px;
    display: inline-block;
    background-size: contain;
    padding-left: 20px;
}

.day-mode .supervoter, .day-mode .supervote{
  background: url('../images/icons/icon-supervote.png') top left no-repeat;
  background-size: contain;
}

.supervoter.supervoted, .supervote.supervoted{
    background: url('../images/icons/supervote_ic-active.png') top left no-repeat;
    background-size: contain;
}

.feed-item-details .feed-item-actions a.comment-link{
  min-width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url(../images/icons/icon-comments.png) top left no-repeat;
  line-height: 14px;
  color: #000;
}

.comment-link img{
    vertical-align: top;
}

.share-link{
    display: inline-block;
    background-size: contain;
    height: 13px;
    min-width: 13px;
}

.day-mode .share-link{
    background: url('../images/icons/icon-share.png') top left no-repeat;
    background-size: contain;
}

.feed-item-actions a img, .feed-item-actions a, .post-actions a img, .post-actions a{
    vertical-align: middle;
}

.details-actions a img, .details-actions a{
    vertical-align: middle;
}

.blog-posts.profiles-list .post-details{
    border-left: none;
    margin-left: 0;
}

.profiles-list .post-field-info:last-child {
    border-right: none;
}

.profile-alias{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    margin-left: 10px;
}

.day-mode .profile-alias{
    color: #1e1e1e;
}

.profiles-list .mini-bio{
    font-size: 14px;
}

.profiles-list .post-field-label{
    background: #4b4b4b;
    display: inline-block;
    padding: 3px 5px 2px 5px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    margin-right: 10px;
    border: solid 1px transparent;
    border-radius: 2px;
    line-height: 1;
}

.profiles-list .post-thumb{
    width: 56px;
    height: 56px;
    margin-right: 20px;
}

.verified-icon{
    display: inline-block;
    height: 16px;
    min-width: 16px;
    background: url('../images/icons/Verified_ic.png') top left no-repeat;
    background-size: contain;
    margin-right: 18px;
}

.pro-icon{
    display: inline-block;
    height: 16px;
    min-width: 20px;
    background: url('../images/icons/crown_ic.png') top left no-repeat;
    background-size: contain;
    margin-right: 18px;
}


.profile-title{
    font-family: 'Roboto';
    font-weight: 500;
}
h1.profile-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.profile-fields{
    margin: 0;
    padding: 0;
}

.profile-fields li{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.profile-fields li strong{
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}

.day-mode .profile-fields li strong{
    color: #000;
}

.profile-fields li span{
    color: #0786FB;
}

.profile-images {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
}

.profile-image {
  width: 30%;
}

.profile-image .profile-image-background {
  width: 100%;
  position: relative;
}

.profile-image img {
  width: 100%;
}

.profile-banner{
    position: relative;
    height: 180px;
    background-color: black;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-container .details-header{
    margin-bottom: 0px;
}

.profile-container .platform-content{
    padding: 0px 20px;
}

.profile-field-info{
    margin-bottom: 15px;
}

.profile-extra{
    margin-top: 20px;
}

.profile-extra .details-social a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.details-field.post-field-label{
    background: #4b4b4b;
    display: inline-block;
    padding: 3px 5px 2px 5px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    margin-right: 10px;
    border: solid 1px transparent;
    border-radius: 2px;
    line-height: 1;
}

.profile-container .details-header .details-field:last-child{
    border-right: none;
}

.profile-container .profile-avatar{
    position: relative;
    width: 225px;
    float: left;
    margin-right: 30px;
    margin-top: -73px;
    margin-bottom: 20px;
    position: relative;
}

.profile-container .profile-avatar img{
    width: 100%;
}

.profile-container .profile-contact{
    float: right;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border: solid 1px transparent;
    border-radius: 3px;
    min-width: 250px;

}

.day-mode .profile-container .profile-contact{
    background: #ebebeb;
}

.profile-contact .contact-fee{
    float: right;
    color: #4b4b4b;
}

.profile-contact .contact-fee span{
    color: #0786FB;
    font-family: 'Roboto';
    font-weight: 700;
    margin-left: 5px;
}

.profile-contact .contact-info{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #4b4b4b;
}

.profile-contact .contact-info li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 5px;
}


#content-search .form-group select.form-control{
    background: url("../images/dropdown-arrow.png") no-repeat 95% 35%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.day-mode #content-search .form-group select.form-control{
    background: url("../images/caret-down-day.svg") no-repeat 95% 35%;
}

h1#feed-item-title{
    font-family: 'Roboto';
    font-weight: 500;
}

.platform-content #event-price{
    font-size: 36px;
    color: #0786FB;
    line-height: 54px;
}

.details-extra-field{
    margin-left: 50px;
}

.details-extra-field strong{
    color: #fff;
    font-weight: 500;
}

.day-mode .details-extra-field strong{
    color: #000;
}

.details-extra-field span{
    margin-left: 10px;
    color: #0786FB;
}

/* .feed-item-container .details-header{
    height: 50px;
}   */

/* .feed-item-container .details-header .details-close{
    height: 50px;
} */

#opportunities-container .post-field-extra strong{
    font-weight: 500;
}

.event-container .details-header .event-country{
    border-right: none;
}

#opportunities-container .post-extras .post-field-extra:last-child{
    border-right: none;
}


/** Admin Styles **/

.admin-menu{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.admin-menu li{
    font-size: 24px;
    margin-bottom: 5px;
    list-style-type: none;
    padding-bottom: 5px;
}

/** Search Button **/
.button2, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #0786fb;
    border: hidden;
    border-radius: 5px;
    padding: 8px 40px 8px 35px;
    font-size: 17px;
    color: #fff;
    height: 40px;
}

.button2{
  padding-top: 5px!important;
}

.button2:hover{
  opacity: 0.7;
}

input {
    color: #000;
}

/** Login / Register Page **/

.login-form{
    width: 360px;
    margin-right: 30px;
    float: left;
    padding-top: 10px;
}

.login-form .form-control{
    height: 28px;
    border-radius: 0px;
    padding: 23px;
}

.login-form label{
    font-weight: 500;
    font-family: 'Roboto';
    font-weight: 500;
}

.login-form .form-check-label{
    margin-left: 10px;
}

.login-form .form-group button[type="submit"]:hover{
    opacity: 0.7;
}

.login-form p{
    font-size: 13px;
}

.social-logins{
    float: left;
    border-left: solid 1px #ebebeb;
    padding-left: 30px;
    padding-top: 10px;
}

.login-cont h1{
    margin-bottom: 20px;
}

.social-logins h2{
    color: #fff;
    margin-top: 0px;
}

.day-mode .social-logins h2{
    color: #1e1e1e;
}

.social-login-links{
    margin: 0;
    padding: 0;
    display: block;
}

.social-login-links img{
  width: 24px;
}

.social-login-links li{
    margin: 20px 0px;
    padding: 0;
    display: block;
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
}

.social-login-links li a{
    color: #fff;
}

.day-mode .social-login-links li a{
    color: #7c7c7c;
}

.social-login-links li a img{
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
}

.social-login-links li a:hover img{
    opacity: 0.7;
}

.plan-options-container{
    display: block;
    position: relative;
    padding-top: 15px;
    margin-top: 45px;
    margin-bottom: 25px;
}


.plan-opts {
  display: flex;
}

.plan-options-container .plan-option{
    display: block;
    position: relative;
    width: 33%;
    float: left;
    text-align: center;
    border: solid 1px #b4b4b4;
    padding: 30px 20px;
    background: #141414;
}

.day-mode .plan-options-container .plan-option{
    background: #fff;
    border: solid 1px #ccc;
}

.plan-options-container .plan-option:last-child{
    border-left: none;
}

.plan-option .plan-details{
    margin: 0;
    padding: 0;
}

.plan-option .plan-details li{
    list-style-type: none;
    display: block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-weight: 500;
}

.day-mode .plan-options-container .plan-option.featured{
  background: #ebebeb;
  box-shadow: 0px 20px 40px rgba(185, 185, 185, 0.8);
}

.plan-options-container .plan-option.featured{
    background: #ebebeb;
    box-shadow: 0px 20px 40px rgb(58 58 58 / 80%);
    background: #1b1b1b;
    border: none;
    width: 34%;
    margin-left: -0.5%;
    margin-top: -30px;
    padding-bottom: 60px;
    z-index: 10;
}

.plan-options-container .plan-option.featured h3{
    color: #1e1e1e;
}

.plan-option h3{
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.day-mode .plan-option h3{
    color: #1e1e1e;
}

.plan-option h4{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 34px;
    color: #0786FB;
    margin-top: 30px;
    margin-bottom: 30px;
}

.plan-option .plan-cta{
    box-sizing: border-box;
    min-width: 110px;
    height: 44px;
    text-align: center;
    color: #1e1e1e;
    font-family: 'Roboto';
    font-weight: 700;
    text-transform: uppercase;
    background: #0786FB;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 10px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.plan-option .plan-cta:hover{
    text-decoration: none;
    opacity: 0.7;
}


/** Mobile Resets **/

.mobile-filters{
    display: none;
}

#mobile-banner{
    display: none;
}

.mobile-header{
    display: none;
}

.menu-pull{
    display: none;
}

#mobile-menu, .mobile-menu-closer{
    display: none;
}

.deal-container .details-header .details-website-mobile{
    display: none;
}

#deals-container .blog-posts li .post-title{
    clear: none;
}

.platform-content .details-header .details-date-mobile{
    display: inline-block;
}

/**
#events-container .event-ticket-price.event-ticket-price-mobile{
    display: none;
}


#profiles-container .profile-company-mobile{
    display: none;
}

#profiles-container .post-thumb.post-thumb-mobile{
    display: none;
}

.profile-container .profile-title-mobile{
    display: none;
}

.profile-container .profile-company-mobile{
    display: none;
}

.clear-mobile{
    display: none;
}

.details-date-mobile{
    display: none;
}

*/

/* .mobile-header #theme-mode{
    position: absolute;
    right: 50px;
    top: 12px;
} */

.subscription-details{
    margin: 10px 0;
    padding: 0;
    display: block;
}
.subscription-details li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-aceptar{
    margin-left: 15px;
}

#footer-links{
    font-size: 12px;
    margin-bottom: 10px;
}

#footer-links a{
    margin-left: 10px;
    margin-right: 10px;
}

#theme-mode > a{
    display: inline-block;
    width: 20px;
    height: 20px;
}

#theme-mode > a.day{
    background: url('../images/icons/night-mode.svg') top left no-repeat;
    background-size: 100%;
}

#theme-mode > a.night{
    background: url('../images/icons/day-mode.svg') top left no-repeat;
    background-size: 100%;
}

.pinned-icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background: url('../images/pin-icon-small.png') top left no-repeat;
	background-size: 100%;
}



#resource-download{
	margin-top: 25px;
}

.side-nav li i {
    margin-right: 10px;
}

.mobile-header .portal-select{
  font-size: 16px;
  margin-left: 0px;
  color: #0786fb;
  font-weight: 700;
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  margin-left: 15px;

}

.mobile-header .portal-select strong{
  color: #fff;
}

#mobile-bottom-nav{
  display: none;
}


.cookie-msg{
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 5px 5%;
  background: #000000e0;
  color: white;
  font-size: 14px;
  z-index: 2000000010;
}

.cookie-msg p{
  margin-bottom: 0px;
}

.cookie-msg.cookie-intro{
  top: 60px;
  bottom: auto!important;
  padding: 5px!important;
  font-size: 12px!important;
}

.cookie-msg a{
  text-decoration: none!important;
}

.cookie-msg .btn-aceptar.btn{
  padding: 0px 10px;
  margin-top: 15px;
}

@media(max-width: 1150px){
  .cookie-msg{
    bottom: 56px;
  }

}





.item-portal .item-portal-name, .item-category .item-category-name, .item-tag .item-tag-name{
  display: inline-block;
  padding-right: 5px;
}
.item-portal.label, .item-category.label, .item-tag.label{
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 24px;
  border-radius: 32px;
  background: rgba(10, 21, 50, 0.05)!important;
  color: #333333;
}

.item-portal.label:hover, .item-category.label:hover, .item-tag.label:hover{
  color: #333333;
  opacity: 0.7;
}

.source-portal .source-portal-name, .source-category .source-category-name, .source-tag .source-tag-name{
  display: inline-block;
  padding-right: 5px;
}
.source-portal.label, .source-category.label, .source-tag.label{
  margin-right: 5px;
}

.news-feed.admin-feed .feed-item-extras{
  display: block;
  padding-right: 15px;
}

.news-feed.admin-feed .feed-item-source-actions a{
  padding-left: 10px;
}

.form-control.inline{
  display: inline-block;
  vertical-align: top;
}

.news-feed.admin-feed .bootstrap-tagsinput{
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #ccc;
  border-radius: 0px;
}

.news-feed .item-identifiers, .news-feed .item-stats{
  margin-top: 5px;
}

.item-identifiers span, .item-stats span{
  display: inline-block;
  margin-right: 10px;
}

.admin-search{
  position: relative;
}

.toggle-group{
  display: block;
  position: relative;
}

.container-fluid .pagination{
  margin: 0px;
}

.admin-feed p{
  margin-bottom: 5px;
}

#resources-container .feed-item-thumb-link{
  width: 200px;
}

.resource-container .primary-image{
  width: 250px;
}

.submit-links{
  display: block;
  margin: 0;
  padding: 0;
}

.submit-links li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.submit-links li .btn{
  display: block;
  width: 100%;
}

body .fancybox-content{
  padding: 20px;
}

.content-cont {
    position: relative;
    padding-left: 23%;
    padding-right: 23%;
}

.pull-right.submit-content .btn{
  margin-right: 0px;
}

.profile-container .details-header .details-actions{
  padding-top: 7px;
}

@media (max-width: 780px) {
    .content-cont {
        position: relative;
        padding-left: 0%;
        padding-right: 0%;
      }
}

.feed-item-container .content{
  position: relative;
}



.feed-item-container .content #comments,
.feed-item-container .content .comments-open,
.feed-item-container .content .single-post-banner,
.feed-item-container .content .tags,
.feed-item-container .content .mo-openid-app-icons,
.feed-item-container .content .placement-footer,
.feed-item-container .content .below-placement,
.feed-item-container .content img[data-lazy-srcset],
.feed-item-container .content .switch_container
.feed-item-container .content .snippet_container,
{
  display: none;
}

.feed-item-container .content h1,
.feed-item-container .content h2,
.feed-item-container .content h3,
.feed-item-container .content h4,
.feed-item-container .content h5,
.feed-item-container .content h6
{
  text-align: left!important;
}

.fader{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 150px;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #1e1e1e);
}

.day-mode .fader{
  background-image: linear-gradient(to bottom, transparent, white);

}

img.lazyload, img.lazyload-observe{
  display: none;
}

.insights-chart-cont{
  position: relative;
}

.insights-chart{
  width: 100%!important;
}

.insights-dataset-opts{
  margin: 15px 0px;
}

.insights-dataset-opts h2{
  margin-top: 0px;
  margin-bottom: 15px;
}

.insights-dataset-opts .form-group{
  margin-right: 10px;
}

.insights-dataset-opts .form-control{
  border: solid 1px #353535;
}

.day-mode .insights-dataset-opts .form-control{
  border: solid 1px #0786fb
}

.insights-dataset-opts .add-dataset{
  display: inline-block;
  font-size: 42px;
}

#insights-global-opts #start_date, #insights-global-opts #end_date{
  width: 120px;

}

#insights-global-opts .form-control{
  margin-right: 15px;
  border: solid 1px #353535;
}

.day-mode #insights-global-opts .form-control{
  border: solid 1px #0786fb
}

#insights-global-opts .checkbox-inline{
  margin-top: 27px;
}

.insights-search-category-labels{
  margin-top: 10px;
  display: inline-block;
}

.insights-search-portal-labels{
  margin-top: 10px;
  display: inline-block;
}
.insights-search-portal-labels strong{
  display: inline-block;
  margin-right: 5px;
}

.day-mode a.btn-danger{
  color: #000;
}

.insights-data-search{
  border-bottom: solid 1px #353535;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.day-mode .insights-data-search{
  border-bottom: solid 1px #0786fb
}

.insights-dataset-opts .insights-data-search:last-child{
  border-bottom: none;
}

.insights-chart-cont .col{
  border: solid 1px #353535;
  background: #141414;
  padding: 5px 25px;
  margin-left: 15px;
}

.day-mode .insights-chart-cont .col{
  border: solid 1px #0786fb;
  background: #ffffff;
}

.insights-chart-cont .col-lg-6{
  width: 46%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
}

#insights-form .loading-gif{
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.insights-stats-list{
  padding: 0;
  margin-left: 15px;
  margin-bottom: 25px;
}

.insights-stats-list li{
  list-style-type: none;
  margin: 5px 0px;
}

a:hover{
  	opacity: 0.7;
}

#modal .modal-back.main-content{
    top: 20px;
}

#modal .modal-back.main-content .platform-content{
  padding-bottom: 40px;
}

.platform-content-container{

  background: #1E1E1E;
}

.day-mode .platform-content-container{
  background: #fff;
}

.day-mode .related-title{
  color: #000!important;
}

#insights-submit{
  margin-right: 0px;
}

.plan-options-container .btn-primary{
  margin-right: 0px!important;
}

.admin-breadcrumbs{
  padding-top: 15px;
}

.news-feed-listbackend .feed-item-title{
  font-size: 18px;
  font-weight: 700;
}

.news-feed-listbackend .feed-item-date{
  margin-right: 10px;
}

.news-feed-listbackend .feed-item-source a{
  padding-left: 0!important;
}

div.pagination{
  margin-top: 25px!important;
}

.sidebar-social{
  display: flex;
  width: 125px;
  margin-left: 30px;
  margin-top: 15px;
  padding-bottom: 25px;
  justify-content: space-between;
}


input[name="tos-agree"]{
  margin-right: 5px;
}

.auth-container .auth-content .closepopup{
  margin-right: 0px;
  padding: 0px 15px;
  position: absolute;
  right: 20px;
  margin-top: 15px;
}

.register-tagline{
  font-size: 13px;
}

.opportunity-container .details-header .details-actions{
  margin-top: 15px;
}




.badge-list{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	margin-top: 25px;
}

.badge-list .user-badge{
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	width: 150px;
  min-height: 325px;
	text-align: left;
	list-style-type: none;
	margin-right: 20px;
	margin-bottom: 20px;
  padding: 10px 15px 15px 15px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}


.badge-list .badge-image{

}

.badge-list .badge-image img{
	width: 100%;
}

.badge-list .badge-title{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
	text-align: center;
	margin-top: 10px;
  margin-bottom: 10px;
}

.badge-list .badge-description{
  margin-bottom: 10px;
  font-size: 12px;
}

.badge-list .badge-perks{
  border-top: solid 1px #d4d4d4;
  padding-top: 10px;
  font-size: 12px;
}

.badge-list .badge-unlock-requirements{
  font-size: 12px;
}

.badge-list .badge-unlock-date{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;

  color: #000000;
  margin-top: 5px;
}

.badge-list .badge-lock-symbol{
  text-align: center;
  font-size: 18px;
}

.badge-list .user-badge.locked{
  opacity: 0.5;
}

.profile-badges{
  clear: both;
  margin-top: 15px;
}

.abe-avatar{
  display: inline-block;
}

 .abe-avatar img{
  width: 32px;
  display: inline!important;
  max-width: 100%!important;
}

.feed-item-container .contentArticle .roundup-img{
  display: inline!important;
}

.pull-left{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
}


.feed-item-container .content img.roundup-img{
  max-width: 100%!important;
}


.contentArticle h3{
  margin-top: 25px;
}

.feed-item-container .contentArticle img{
  height: auto!important;
}

.news-feed-list .feed-item-sentiment{
  border-left: solid 1px #C4C8D4;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 10px;
}

.details-header-item.details-sentiment{
  border-left: solid 1px #b4b4b4;
  padding-left: 10px;
  margin-left: 10px;
}

.feed-balance{
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #efefef;
}

.feed-balance a{
  color: #efefef;
}

.feed-balance a:hover, .feed-balance a:visited{
  color: #ededed;
  text-decoration: none;
}

.feed-balance img#feed-token-icon{
  width: 24px;
  cursor: auto;
  transform: none;
}

#prize-redemption{
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;

}

#prize-redemption h2 span{

}

#prize-redemption h4{
  color: #28a745!important;
}

#prize-redemption-details{
  padding: 15px;
}

#prize-redemption-image{
  position: relative;
}

#prize-redemption-image img{
  width: 100%;
}

#prize-redemption-secondary-image{
  position: relative;
  width: 50px;
  display: inline-block;
}

#prize-redemption-secondary-image img{
  width: 100%;
}

.show-mobile-block,
.show-mobile-inline-block,
.show-mobile-inline
{
  display: none!important;
}

#dashboard-home{
  padding: 0px 15px;

}

#dashboard-home .dashboard-links a{
  margin-bottom: 10px;
}


.promo-banner {
  display: flex; /* Add flex display */
  justify-content: space-between; /* Distributes space evenly between child elements */
  align-items: center; /* Vertically aligns child elements to the center */
  border-radius: 15px;
  background: var(--Dark-Purple, #6129FF);
  height: 73.911px;
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 35px;
  padding: 13px;
  z-index: 2000;
  position: relative;
}

.promo-banner strong {
  font-weight: 700;
}


.promo-banner .promo-cta{
  text-align: right;
}

.promo-banner .promo-cta a {
  width: 267.461px;
  height: 39.88px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #6129FF;
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  text-align: center;
  display: inline-block;
  padding-top: 10px;
}

.countdown-container {
  display: flex;
  justify-content: center;
}

.promo-countdown {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 175px;
}

.countdown-item {
  text-align: center;
}

.countdown-number {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.countdown-label {
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

/* Add this to ensure each container takes up a third of the space */
.promo-banner .promo-text,
.promo-banner .promo-countdown,
.promo-banner .promo-cta {
  flex: 1; /* Flex grow and shrink property */
}

.insight-author-list{
  display: block;
}

.insight-author-list li, .sidebar-card .author-profile{
  list-style-type: none;
  display: flex;
  padding: 10px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 15px;
}

.insight-author-list .author-image, .sidebar-card .author-avatar{
  width: 64px;
}

.sidebar-card{
  margin-bottom: 50px;
}

.sidebar-card .author-avatar{
  border-radius: 50px;
}

.insight-author-list .author-image img{
  max-width: 100px;
  border-radius: 50px;

}

.sidebar-card .author-avatar-link{
  display: block;
  width: 15%;
}

.sidebar-card .author-details{
  width: 85%;
}

.insight-author-list .author-details, .sidebar-card .author-details{
  margin-left: 15px;
  padding-top: 5px;
  max-width: 85%;
}

.insight-author-list{
  max-width: 600px;
}

.insight-author-list .author-cta{
  margin-top: 15px;
}

.insight-author-list li{
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.insight-author-list .author-name, .insight-author-list .author-name:visited,
.sidebar-card .author-name, .sidebar-card.author-name:visited,
{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000D33;
  text-decoration: none;
}

.insight-author-list .author-bio, .sidebar-card .author-bio{
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
}

.author-card{
  margin-top: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 20px;
}

.author-card .author-avatar{
  width: 100px;
  height: 100px!important;
  border-radius: 50px;
  margin-right: 20px;
}

.author-card .author-location{
  font-size: 14px;
  color: rgba(97, 41, 255, 1);
  margin-bottom: 0px;
}

.author-card h4{
  margin-bottom: 0px;
}

.author-card .author-bio{
  font-family: 'Poppins';
  font-size: 14px;
  
  color: rgba(11, 11, 11, 0.6);
} 

.author-card .author-followers{
  font-size: 14px;
  color: rgba(97, 41, 255, 1);
}

.sidebar-authors{
  background: #eeeeee;
  border-radius: 15px;
  padding: 20px;
}


@media (max-width: 768px) { /* Adjust this value to suit your design */
  .promo-banner {
    flex-direction: column; /* Stack child elements vertically */
    text-align: center; /* Center the text */
    height: auto; /* Allow the height to grow */
  }

  .promo-banner .promo-text,
  .promo-banner .promo-countdown,
  .promo-banner .promo-cta {
    flex: none; /* Override the flex: 1 property */
  }

  .promo-banner .promo-cta a {
    max-width: 220px;
  }

  .countdown-container {
    justify-content: space-around; /* Evenly distribute space between countdown items */
  }

  .countdown-item {
    flex: none; /* Override the flex: 1 property */
    margin-right: 20px; /* Increase the space between items */
  }

  .promo-countdown {
    width: 100%; /* Make the countdown take up the full width */
  }


  .promo-text, .promo-countdown, .promo-cta {
    margin-bottom: 20px; /* Add some vertical space between items */
  }
}


@media (max-width: 1150px){


  .insight-author-list .author-details, .sidebar-card .author-details{
    width: 100%;
  }

  .intercom-launcher{
    bottom: 70px!important;
  }

    .mobile-header .accountControls{
      margin-right: 10px;
    }

    .mobile-header .accountControls .accountUserBoxImg{
      width: 38px !important;
      height: 38px !important;
      margin-right: 5px;
      border-radius: 50%;
    }

    .mobile-header .accountControls #message-icon{
      border: solid 1px #efefef;
      background-color: #fff;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      background-position: 9px 9px;
    }

    .mobile-header .accountControls #message-icon:hover{
      background-position: 9px 9px;
    }

    .sidebar{
        display: none;
    }

    .main-content{
        margin-left: 0px;
    }

    .content-container{
        padding-left: 10px;
        padding-right: 10px;
    }


    .feed-item-actions, .post-actions{
        position: absolute;
        bottom: 10px;
    }

     .feed-item-title a, .blog-posts li .post-title a{
        font-size: 20px;
    }

    .news-feed-list li, .blog-posts li{
        position: relative;
    }

    .news-feed-list .feed-item-details, .blog-posts .post-details{
      padding-bottom: 25px;
    }

    .news-feed-list .feed-item-thumb, .blog-posts .post-thumb{
        margin-bottom: 10px;
    }

    .vote-count{
        font-size: 14px;
    }

    .news-feed-list .feed-item-info, .blog-posts .post-info{
        margin-bottom: 5px;
        font-size: 12px;
    }

     .feed-item-title a, .blog-posts li .post-title a{
        font-size: 14px;
        line-height: 120%;
        word-break: break-word;
    }

    .blog-posts .post-field-extra{
        font-size: 12px;
    }

    h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    h1#feed-item-title{
        font-size: 24px;
    }

    .mobile-filters{
        display: block;
        float: right;
        background: url('../images/filter-icon.png') top right no-repeat;
        width: 60px;
        height: 12px;
        margin-top: 15px;
        line-height: 1;
    }

    .day-mode .mobile-filters{
        background: url('../images/filter-icon-inverted.png') top right no-repeat;
    }

    .mobile-filters:hover{
        opacity: 0.6;
    }




    #content-search a[title="RSS feed"]{
        display: none;
    }

    #content-search .form-control{
        width: 100%;
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .mobile-header{
        height: 56px;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        z-index: 40000000;
    }

    .mobile-header .logo{
        margin-left: 21px;
    }

    .mobile-header .logo img{
        width: 45px;
    }

    .menu-pull{
        display: block;
        background: url('../images/menu-icon.png') center right no-repeat;
        padding-right: 30px;
        color: #0786fb;
    }

    .menu-pull span{
      color: #0786fb;
    }

    .menu-pull:hover{
        opacity: 0.6;
    }

    .main-content{
        padding-top: 40px;
        width: 100%;
    }


    #mobile-menu{
        display: block;
        position: fixed;
        left: 0;
        top: 50px;
        height: calc(100% - 50px);
        background: rgb(20,20,20);
        z-index: 40000000;
        width: 0px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 20px;
    }

    .mobile-menu-closer {
        display: none;
        position: fixed;
        top: 0%;
        width: 100%;
        height: 100%;
        z-index: 40000000;
    }
    .mobile-menu-closer.showing {
        display: block;
    }

    .side-nav{
        width: 250px;
    }

    .blog-posts .post-excerpt{
        margin-bottom: 5px;
        width: 100%;
        font-size: 14px;
    }

    .blog-posts .post-title{
    }

    #deals-container .blog-posts .post-date {
        border-right: none;
        display: block;
        float: none;

    }

    #deals-container .blog-posts .post-date, #deals-container .blog-posts .post-field-info {
        padding-right: 10px;
        margin-right: 10px;
        padding-top: 0px;
        padding-bottom: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .side-nav li a{
        font-size: 16px;
    }

	.profiles-container{
		padding-top: 42px;
	}

	.hide-mobile{
		display: none!important;
	}

  .show-mobile-block{
    display: block!important;
  }

  .show-mobile-inline-block{
    display: inline-block!important;
  }

  .show-mobile-inline{
    display: inline!important;
  }

  .feed-item-details .feed-item-content{
    margin-top: 0px;
  }

  .feed-item .feed-item-row.flex-start{
    justify-content: flex-end;
  }

  .insights-chart-cont .col-lg-6{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .insights-data-search{
    padding-bottom: 0px;
  }

  .insights-data-search #query{
    width: 180px;
  }

  .insights-search-category-labels{
    display: block;
  }

  .insights-search-portal-labels{
    display: block;
  }

  #insights-global-opts .form-group{
    display: inline-block;
  }

  #insights-global-opts .checkbox-inline{
    margin-top: 0px;
  }

  #insights-cont .submit-content{
    display: none;
  }

  #insights-cont .insights-submit-cont{
    float: none!important;
    display: block;
    text-align: center;
    margin-left: -25px;
  }

  .insights-portal-stats h2{
    margin-bottom: 0px;
  }

  .insights-portal-stats{
    position: relative;
    overflow: hidden;
  }

  .accountControls #list-mode > a{
    margin-right: 0px;
  }

  .mobile-header .accountControls #theme-mode{
    margin-top: 1px;
    margin-right: 5px;
  }

  .mobile-header .accountControls #theme-mode > a{
    margin-right: 9px;
  }

  .row{

  }


    #index-cont > h1{
      display: none;
    }

    #index-cont > .submit-content{
      display: none;
    }

    body h2{
      font-size: 18px;
    }

    #list-mode img{
      height: 16px;
    }

    #list-mode{
      margin-right: 15px;
      margin-top: -1px;
    }

    .mobile-header .accountControls a{
      margin-right: 15px;
    }

    .accountControls #theme-mode a{
      width: 15px;
      height: 20px;
    }

    .main-content.detail{
        padding-top: 40px;
        width: 100%;
    }

    .content-container .blog-posts li .post-title a{
      font-size: 16px;
    }

    .content-container #offer-title{
      margin-top: 50px;
      margin-bottom: 10px;
    }

    .content-container .feed-item-container{

    }

    .content-container .splashWrapper h1, .content-container .splashWrapper h2 {
      font-size: 28px;
    }

    .content-container .splashWrapper p{
      font-size: 13px;
    }

    body h3, body .h3{
      font-size: 16px;
    }

    .screenShotCase .phoneSubImage {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }

    .splashSection .screenShotCase {
      margin-top: 15px;
    }

    .content-container .splashSection{
      padding-bottom: 20px;
    }

    .content-container .splashSection .splashSectionSubheader{
      margin-bottom: 15px;
    }

    .splashSection .analyticsCopy{
      margin-top: 15px;
    }

    .content-container .splashWrapper .splashButtonBox{
      margin-left: 0;
    }

    .content-container .splashWrapper .splashButtonBox button, .content-container .splashWrapper .splashButtonBox .btn{
      font-size: 24px;
      margin-bottom: 0px;
    }

    .content-container .splashSection.red{
      padding: 15px;
    }

    .content-container .newsDashboardScreenshot{
      margin-bottom: 25px;
    }

    .content-container .splashTop{
      padding-top: 25px;
      padding-bottom: 100px;
    }

    .content-container .splashSection .splashSectionHeader{
      margin-top: 25px;
      margin-bottom: 20px;
    }

    .content-container .iconLegend{
      margin-top: 15px;
    }

    .content-container .splashStats .splashSectionHeader{
      margin-top: 15px;
      margin-bottom: 5px;
    }

    body{
      font-size: 13px;
    }

    .profile-images {
      align-items: center;
      flex-direction: column;
    }

    .profile-image {
      width: 100%;
      margin-bottom: 20px;
    }
    #page-banner{
        display: none;
    }

    #mobile-banner{
        display: block;
    }

    #mobile-banner img{
        width: 100%;
    }

    .details-footer .details-social{
        float: none;
        margin-bottom: 10px;
    }

    #offers-header{
        height: 79px;
    }

    #offers-header .details-close{
        height: 79px;
    }

    .detail-fields-cont{
        /*display: block;*/
    }

    .profile-container .profile-avatar {
        float: left;
        margin-right: 20px;
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: -65px;
        width: 120px;
    }



    .profile-container .profile-contact{
        float: none;
        margin-bottom: 20px;
    }

    .profile-field-info {
        margin-bottom: 10px;
        clear: left;
    }

    .profile-container h1.profile-title{
        margin-top: 10px;
        font-size: 28px;
        line-height: 1;
        display:flex;
        flex-direction: column;
    }
    .profile-container .profile-title .profile-alias {
        margin-left: 0;
        margin-top: 5px;
    }

    .news-feed-list .feed-item-thumb{
        float: none;
        height: auto;
        text-align: center;
    }

    .blog-posts li .post-info{
        min-height: 18px;
    }

    .deal-container #offer-fields, .opportunity-container #opportunity-fields{
        columns: 1;
        height: auto;
    }

    .deal-container #offer-fields li, .opportunity-container #opportunity-fields li{
        display: block;
        width: auto;
        margin: 0;
    }

    .deal-container .details-header .details-website-mobile{
        display: inline-block;
        border-right: none;
        margin-top: 6px;
    }

    .deal-container .details-header .details-website{
        display: none;
    }

    #opportunities-container .post-field-extra{
        margin-right: 10px;
        padding-right: 10px;
        border-right: solid 1px #4b4b4b;
    }

    #opportunities-container .post-field-extra strong{
        display: none;
    }

    #opportunities-container .post-field-extra span{
        color: #fff;
    }

    .day-mode #opportunities-container .post-field-extra span{
        color: #1e1e1e;
    }

    #offer-title{
        margin-bottom: 10px;
    }

    .opportunity-container .details-header .details-date-mobile{
        display: inline-block;
        width: 40%;
    }

    .opportunity-container .details-header .details-entity{
        width: 54%;
    }

    .opportunity-container .details-header .details-date{
        display: none;
    }

    .opportunity-container .details-header .details-country{
        border-right: none;
    }

    #events-container .event-times{
        display: block;
        border-right: none;
    }

    #events-container .event-website{
        display: none;
    }

    #events-container .event-country{
        border-right: none;
    }


    #events-container .event-ticket-price.event-ticket-price-mobile{
        display: block;
        float: none;
        text-align: left;
    }

    #events-container .blog-posts li .post-title{
        margin-bottom: 0px;
    }

    .event-container .details-header .event-times{
        display: block;
        border-right: none;
    }

    #profiles-container .mini-bio{
        height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    #profiles-container .post-thumb{
        display: none;
    }
    /*
    #profiles-container .profile-website{
        display: none;
    }*/

    #profiles-container .profile-title-mobile{
        display: inline-block;
    }

    #profiles-container .profile-country{
        border-right: none;
    }

    #profiles-container .post-thumb.post-thumb-mobile{
        display: block;
    }

    .profile-container .profile-contact{
        width: 100%;
    }
    /*
    .profile-container .profile-website{
        display: none;
    }*/

    .profile-container .profile-title-mobile{
        display: inline-block;
    }

    .profile-container .profile-company-mobile{
        display: inline-block;
        border-right: none;
    }
    /*
    .profile-container .details-header .profile-title{
        display: none;
    }*/
    /*
    .profile-container .details-header  .profile-company{
        display: none;
    }*/

    .profile-container .details-header  .profile-country{
        border-right: none;
    }

    .profile-container .details-header .details-actions{
        left: 45px;
        right: auto;
    }

    .profile-container .profile-banner{
        height: 120px;
    }

    .clear-mobile{
        clear: both;
        display: block;
    }

    .login-form{
        float: none;
        margin-right: 0px;
        width: auto;

    }

    .social-logins{
        float: none;
        padding-left: 0px;
        border-left: none;
    }

    .social-login-links li{
        display: inline-block;
        font-size: 0px;
    }

    .social-login-links li img{
        margin-right: 0px;
    }

    .social-logins h2{
        margin-bottom: 0px;
        font-size: 18px;
    }
    .plan-opts {
      flex-direction: column;
    }
    .plan-options-container .plan-option{
        width: auto;
        float: none;
    }

    .plan-options-container .plan-option.featured{
        width: auto;
        margin-left: 0px;
        margin-top: 0px;
        padding-bottom: 30px;
    }

    .plan-options-container .plan-option:last-child{
        border-left: solid 1px #b4b4b4;
    }

    .day-mode .plan-options-container .plan-option:last-child{
        border-left: solid 1px #ccc;
    }

    .plan-option .plan-cta{
        height: 34px;
        margin-top: 20px;
        padding-top: 6px;
    }



    .blog-posts .post-field-extra{
        font-size: 11px;
    }

    .news-feed-list li{
        font-size: 12px;
        border: solid 1px #efefef;
        border-radius: 16px;
        padding: 10px;
    }

    .feed-item-details.expanded .feed-item-description, .feed-item-details.expanded .feed-item-thumb{
        width: 100%;
    }
    .profile-container .platform-content{
        padding-left: 10px;
        padding-right: 10px;
    }


  .mobile-header .accountControls .accountControlsCreateAccount{
    width: auto;
    font-weight: 700;
  }

  #mobile-bottom-nav{
    position: fixed;
    display: block;
    z-index: 40000000;
    height: 56px;
    width: 100%;
    background: #fff;
    color: #8E8E8E;
    bottom: 0px;
  }


  #mobile-bottom-nav .more-nav-pull{
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    color: #b4b4b4;
  }

  #mobile-bottom-nav .more-nav-pull:hover, #mobile-bottom-nav .more-nav-pull.active{
    opacity: 1;
    color: #6129FF;
  }

  .more-nav-pull i{

  }

  .more-nav-pull span{
    display: block;
  }

  .more-nav-cont{
    float: left;
    margin-left: 25px;
    padding-top: 13px;
  }


  .more-nav{
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    bottom: 59px;
    display: none;
    left: 0px;
    width: 240px;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .more-nav li{
    width: 100%;

    display: block;
    right: 0px;
    margin: 0px;
    position: relative;
  }

  #mobile-bottom-nav .bottom-nav .more-nav li a{
    padding: 10px 10px;
    display: block;
    height: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    padding-left: 25px;
    background-position: 0px 10px!important;
    text-align: left;
  }

  .more-nav li a i{
    display: inline-block;
    margin-right: 5px;
  }

  .more-nav li.active a, .more-nav li:hover a{
    color: #0786fb;
  }

  .more-nav li.active a:before, .more-nav li a:hover:before {
      width: 3px;
  }

  .bottom-nav{
    display: flex;
    position: relative;
    height: 60px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-right: 80px;
    justify-content: space-between;
    width: 100%;
  }

  #mobile-bottom-nav .bottom-nav li{
    display: inline-block;
    height: 100%;
    margin: 0 10px;

  }

  #mobile-bottom-nav .bottom-nav li a{
    display: block;
    height: 100%;
    color: #b4b4b4;
    padding: 0px 5px;
    padding-top: 13px;
    text-align: center;
  }

    #mobile-bottom-nav .bottom-nav li a:hover{

    }

  #mobile-bottom-nav .bottom-nav li:hover a, #mobile-bottom-nav .bottom-nav li.active a{
    opacity: 0.7;
  }

  #mobile-bottom-nav .more-nav .disabled{
    opacity: 0.3;
  }

  #mobile-bottom-nav .mobile-nav-icon{
    display: block;
    height: 16px;
    margin-bottom: 3px;
  }

  #mobile-bottom-nav .mobile-nav-icon-more{
    background: url('../images/icons/icon-more.png') center no-repeat;
    background-size: 16px!important;
  }

  #mobile-bottom-nav .mobile-nav-icon-community{
    background: url('../images/icons/icon-community.png') center no-repeat;
    background-size: 16px!important;
  }

  #mobile-bottom-nav .mobile-nav-icon-market{
    background: url('../images/icons/icon-market.png') center no-repeat;

  }

  #mobile-bottom-nav .mobile-nav-icon-feed{
    background: url('../images/icons/icon-feed.png') center no-repeat;
  }

  .bottom-nav li i{


  }

  .bottom-nav li span{
    display: block;

  }

  .bottom-nav .bottom-nav-expanded{
    position: absolute;
    display: none;
    bottom: 59px;
    background: #141414;
    min-width: 80%;
    min-height: 50px;
    left: 0px;
    padding: 15px;
  }

  .day-mode .bottom-nav .bottom-nav-expanded{
    background: #1e1e1e;
  }

  .bottom-nav .bottom-nav-expanded .form-control{
    border-radius: 0px;
    border: 0px;
    border-bottom: solid 1px #4b4b4b;
  }

  .mobile-header .accountControls .accountUserDropDown > a{
    font-size: 12px;
    padding: 10px 20px;
    padding-left: 52px;
    background-position: 20px 7px;
  }

  .cookie-accept-cookies{
    font-size: 12px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    z-index: 50000;
  }

  .news-feed-list{
    padding-left: 0px;
  }

  .details-actions{
    padding-bottom: 5px;
  }

}

.feed-portal-menu{
  margin: 30px 0px 15px 0px;
  margin-left: 6%;
  padding: 0;
  display: block;
}

.feed-portal-menu li{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 24px;
}


.feed-portal-menu li a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0A1532;
}

.feed-portal-menu li a:hover{
  color: #5221D1;
  opacity: 1;
}

.feed-portal-menu li a.active{
  text-decoration: underline;
  color: #5221D1;
  font-weight: 600;
}




/*** Community Listings NEW ***/
.profiles-list-container{
  display: block;

}

.profiles-list-container .profiles-list-wrap{
  max-width: 1160px;
}

.profiles-list-container #content-search{
  border-bottom: solid 1px rgba(11, 11, 11, 0.05);
  padding-bottom: 31px;
  margin-top: 25px;
}

.profiles-list-container .profiles-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;

}

.profiles-list li{
  position: relative;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 60px;
  border: 1px solid rgba(11, 11, 11, 0.05);
  border-radius: 16px;
  word-break: break-word;
  padding-bottom: 70px;
}

.profiles-list li:hover{
  opacity: 0.7;
}

.profiles-list .profile-avatar{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
  border-radius: 16px;
  background: #efefef;
}

.profiles-list .profile-avatar img{
  width: 100%;
}

.profiles-list .profile-details{
  font-family: 'Poppins';
  font-style: normal;
  padding: 0px 7px;
}

.profiles-list .profile-details .profile-name{
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0B0B0B;
  margin-bottom: 12px;
}

.profiles-list .profile-details .profile-location{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6129FF;
  margin-bottom: 12px;
}

.profiles-list .profile-details .profile-bio{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 11, 11, 0.6);
}

.profiles-list .profile-details .profile-extra{

}

.profiles-list .profile-actions{
  border-top: 1px solid rgba(11, 11, 11, 0.05);
  padding: 12px 7px;
  width: 100%;
  bottom: 0;
  position: absolute;
}

.profiles-list .profile-actions .btn{
  width: 100%;
  border-radius: 10px;
  height: 40px;
  padding-top: 6px;

}

.profiles-list .profile-listing-link{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.content-container h5{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 11, 11, 0.6);

}

.profile-list-pagination a{
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #000000;

}

.profile-list-pagination a.next{
  float: right;
}

.profile-list-pagination a.prev{
  float: left;
}



footer#app-footer{
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 80px;
  padding: 0 40px;
  display: block;
}




#xp-added {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    color: green;
    position: absolute;
    top: 16px;
    /* Adjust position, size, and any additional styles as needed */
}

#xp-added.show {
    opacity: 1;
}






@media(max-width: 1500px){
  footer#app-footer{
    margin-left: 225px;
  }
}

@media(max-width: 1150px){
  footer#app-footer{
    margin-left: auto;
    max-width: 100%;
  }
}

.footer-main{
  border-top: solid 1px;
  border-color: rgba(11, 11, 11, 0.05);
  padding-top: 55px;
}

.footer-main .footer-tagline{
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.footer-main .footer-tagline .footer-logo{
  width: 165px;
}

.footer-main .footer-tagline .footer-logo a:hover{
  opacity: 0.7;
}

.footer-main .footer-tagline .footer-logo p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 11, 11, 0.3);
}

.footer-main .footer-menu{
  display: inline-block;
  vertical-align: top;
  width: 69%;
  position: relative;
}

.footer-main .footer-menu .footer-menu-col{
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-right: 3%;
  margin-bottom: 20px;
}

.footer-main .footer-menu .footer-menu-title{
  margin-bottom: 5px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.footer-main .footer-menu .footer-menu-items{
  margin: 0px;
  padding: 0px;
}

.footer-main .footer-menu li{
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}

.footer-main .footer-menu li a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0B0B0B;
}

.footer-main .footer-menu li a:hover{
  opacity: 0.7;
}

.footer-bottom{
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.footer-social{
  display: block;
  vertical-align: top;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 225px;
}

 .footer-social .footer-social-links{

}

.footer-social .footer-social-links a{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

 .footer-social .footer-social-links a:hover{
  opacity: 0.7;
}

.footer-bottom .footer-end-tagline{
  width: 30%;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  color: rgba(11, 11, 11, 0.3);
}

.footer-bottom .footer-end-tagline a{
  color: rgba(11, 11, 11, 0.3);
}

.footer-bottom .footer-end-tagline a:hover{
  opacity: 0.7;
}

.footer-bottom .footer-subscribe{
  width: 69%;
  display: inline-block;
  vertical-align: top;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

}

.footer-bottom .footer-subscribe .footer-subscribe-form{
  float: right;
  vertical-align: middle;
  margin-top: -12px;
}

.footer-bottom .footer-subscribe .footer-subscribe-form .form-control,
.footer-bottom .footer-subscribe .hs-input[name="email"]{
  width: 272px;
  height: 40px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(11, 11, 11, 0.05);
  border-radius: 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(11, 11, 11, 0.3);
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 15px;
}

.footer-bottom .footer-subscribe .footer-subscribe-form button,
.footer-bottom .footer-subscribe .hs-button
{
  background: linear-gradient(93.58deg, #000D33 0%, #000D33 100%);
  border-radius: 60px;
  width: 160px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: normal;
  text-transform: none;
  border-color: transparent;
  display: inline-block;
}

.footer-bottom .footer-subscribe .footer-subscribe-form button:hover,
.footer-bottom .footer-subscribe .hs-button:hover
{
  opacity: 0.7;
}

.footer-bottom .footer-subscribe .hs-form-field,
.footer-bottom .footer-subscribe .hs-submit
{
  display: inline-block;
}

.footer-bottom .footer-subscribe .hs-form-field label{
  display: none;
}

.footer-bottom .footer-subscribe .hs-error-msgs{
  display: none;
}

.footer-bottom .footer-subscribe .hbspt-form{
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: -12px;
}


.submit-form-page{
  max-width: 1200px;
}

#book-embed-container{
  position: relative;
}

#book-embed-container .navbar{
  left: calc(6% + 260px);
  top: 56px;
  max-width: 680px;
}

#book-embed-container.book-home .navbar{
  max-width: 1000px;
}

#book-embed-container .navbar-brand{
  display: none;
}

#book-embed-container .book-content{
  margin-left: 6%;
}

#book-embed-container footer .container-fluid{
  margin-left: 6%;
  margin-top: 50px;
}

#book-embed-container #menuTocChapterBoxHeader img{
  height: 100%;
  margin-right: 0px;
}


#book-access-wrap{
  background: url('../images/book-intro-preview.png') top left no-repeat;
  position: relative;
  height: 785px;
  width: 714px;
  max-width: 100%;
  padding-top: 125px;
}

#book-access-cta{
  width: 711px;
  max-width: 100%;
  min-height: 449px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(11, 11, 11, 0.3);
  border-radius: 16px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}

#book-access-cta.modal-body{
  min-height: auto;
  background: none;
  border: none;
  padding: 15px;
}

#book-access-cta .cta-content h2{
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 34px;
  /* or 83% */
  text-align: center;
  color: #000D33;
  margin-bottom: 25px;
}

#book-access-cta  .cta-content .cta-details{

}



#book-access-cta  .cta-content .cta-details .cta-details-image{
  width: 50%;
  float: left;
  height: 100%;
}

#book-access-cta  .cta-content .cta-details .cta-details-content{
  width: 50%;
  float: left;
}

#book-access-cta .cta-points{
  padding-left: 0px;
  margin-top: 15px;
}

#book-access-cta .cta-points li{
  list-style-type: none;
  background: url('../images/icons/checkmark-icon.png') 0px 3px no-repeat;
  padding-left: 25px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
  min-height: 20px;
}

#book-access-cta .cta-points li.cta-main-point{
  background: url('../images/icons/x-icon.png') 0px 3px no-repeat;
  background-size: 14px;
}

#book-access-cta .cta-details-content{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0B0B0B;
}

#book-access-cta .cta-actions{
  margin-top: 20px;
}

#book-access-cta .cta-actions .btn{
  box-sizing: border-box;
  text-align: center;
  padding: 6px 10px 0px 10px;
  display: inline-block;
  width: 143px;
  max-width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 10px;
  margin-right: 12px;
  margin-bottom: 10px;
}

#book-access-wrap.upgrade-access #book-access-cta{
  width: 368px;
}

#book-access-wrap.upgrade-access #book-access-cta .cta-content .cta-details .cta-details-content{
  width: 100%;
  float: none;
}

#book-access-wrap.upgrade-access #book-access-cta .cta-actions .btn{
  width: 251px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#book-preview-cover{
  width: 345px;
  margin-top: 50px;
  float: left;
  text-align: center;
}

#book-preview-cover img{
  max-width: 301.33px!important;
}

#book-preview-cover .btn.buy-book-btn{
  display: block;
  align-items: center;
  box-sizing: content-box;
  border-color: #dce0e4;
  border-style: solid;
  border-radius: 9999px;
  border-width: 1.75px;
  flex-grow: 1;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 300px;
  max-width: 100%;
  /* height: 20px; */
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: black;
  text-decoration-color: black;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#book-wrap .book-footer{
  display: block!important;
  text-align: center;
}

#book-wrap .book-footer .d-flex{
  display: block!important;
  margin-bottom: 15px;
}

#book-wrap .book-footer .book-footer-next-section{
  margin-bottom: 15px;
}

#book-wrap .book-footer .col-4, #book-wrap .book-footer .col-5, #book-wrap .book-footer .col-3{
  display: block!important;
  width: 100%!important;
}

.search-badges-container .badge{
  background: #000D33;
  margin-right: 10px;
  margin-top: 10px;
}

.search-certifications-container .badge{
  background: #5221D1;
  margin-right: 10px;
  margin-top: 10px;
}

.search-extra-container .badge{
  background: #8190a5;
  margin-right: 10px;
  margin-top: 10px;
}


.pull-right{
    float: right;
}


.profiles-list li .follow-btn, .author-card .follow-btn {
  position: absolute;
  right: 20px;
  line-height: 1;
  width: 30px;
  height: 30px;
  top: 10px;
  display: inline-block;
  z-index: 1000;
  border-radius: 9999px;
  font-size: 16px;
  background: rgba(11, 11, 11, 0.6);
}

.profiles-list li .follow-btn > span, .author-card .follow-btn > span{
  display: block;
  background: url('/images/exo-heart-icon.png');
  background-size: 100%;
  width: 13px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
}

.profiles-list li .follow-btn.active > span, .author-card .follow-btn.active > span{
  background: url('/images/exo-heart-icon-active.png');
  background-size: 100%;
}



.ghost-posts{
  padding-right: 40px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ghost-posts .ghost-post > .card{
  padding: 15px;
  border-color: #f3f3f3;
}

.ghost-posts .ghost-post{
  padding-left: 15px;
  padding-right: 15px;
}

.ghost-posts .ghost-post:first-child{
  width: 100%!important;
}


.ghost-posts .card-title, .sidebar-card h5{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000D33;
}

.ghost-posts .card-image{
  max-height: 180px;
  overflow: hidden;
}

.ghost-posts .ghost-post:first-child .card-image{
  max-height: 400px;
}

.ghost-posts .ghost-post:first-child .card-title{
  font-size: 32px;
}

.ghost-posts .card-text{
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 24px;
}

.ghost-posts .card-date{
    margin-bottom: 15px!important;
}

.ghost-posts .card-date small{
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
  color: rgba(10, 21, 50, 0.3);

}

.ghost-posts .author-date{
  min-width: 145px;
  text-align: right;

}

.ghost-posts .card-author a{
  color: rgba(11, 11, 11, 1);
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
}

.ghost-posts .card-tags .badge, .ghost-post .post-tags .badge{
  background: rgba(10, 21, 50, 0.05);
  margin-right: 5px;
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 1)!important;
  font-size: 12px;
}

.ghost-post .ghost-details{
  padding-right: 50px;
  border-right: solid 1px rgba(229, 231, 238, 1);
}

.ghost-post .ghost-details-sidebar{
  padding-left: 50px!important;
}

.ghost-details-actions{
  
}

.ghost-details-actions .close-icon{
  color: rgba(10, 21, 50, 1);
  font-size: 24px;
}

.ghost-details-actions .vote-container{
  display: block;
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 20px;

}

.ghost-details-actions .vote-container .downvote, .ghost-details-actions .vote-container .upvote{
  margin-left: 0px;
  margin-right: 0px;
}


.ghost-details-actions .vote-container .vote-count{
  margin-left: 4px;
}

.ghost-details-actions .vote-container .upvote{
  display: block;
  margin-bottom: 10px;
}

.ghost-details-actions .vote-container .downvote{
  display: block;
  margin-top: 10px;
}

.ghost-details-actions  .comment-link, .ghost-details-actions .bookmark, .ghost-details-actions .share-link,
.ghost-details-actions .supervote{
  margin-top: 40px;
  margin-left: 20px!important;
  display: block;
  line-height: 15px;
}

#ghost-post-details .related-post-item{


}

.related-posts-list{
  margin-top: 30px;
}

.related-post-item{
  margin-bottom: 25px;
}

#ghost-post-details .related-post-image{
  width: 100%;
  border-radius: 10px;
}

#ghost-post-details .related-post-title{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000D33;
  margin-top: 10px;
}

#ghost-post-details .related-post-date{
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  color: rgba(177, 180, 188, 1);
}


.sidebar-social{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid rgba(229, 231, 238, 1);
  padding: 20px;
  border-radius: 10px;
}

.sidebar-card.sidebar-social{
  margin-left: 0px;
}

.sidebar-social .social-links{
  margin-top: 10px;
}
  
.sidebar-social .social-links a{
  color: #d3d3d3;
  font-size: 36px;
  margin-right: 25px;
  
}


.related-post-item .related-post-image-container{
  max-height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

@media(max-width: 1150px){


  #book-embed-container .navbar{
    left: 0%;
  }

  #book-embed-container .book-content{
    left: 0%;
    margin-left: 0;
    padding: 0;
  }

  #book-preview-cover{
    float: none;
    width: 100%;
    margin-top: 25px;
  }

  #book-access-wrap{
    height: auto;
    margin-left: 0;
    background-size: cover;
    padding-top: 0px;
  }

  #book-access-wrap.upgrade-access #book-access-cta{
    margin-left: auto;
    margin-right: auto;
  }

  #book-access-wrap #book-access-cta{
    margin-left: auto;
    margin-right: auto;
  }

  #book-access-wrap .cta-details-image{
    display: none;
  }

  #book-access-cta .cta-content .cta-details .cta-details-content {
    float: none;
    width: 100%;
  }


  .news-feed{
    margin-left: 5%;
  }

  .feed-item .feed-item-votes{
    margin-top: 10px;
  }

  .feed-item .vote-container{
    justify-content: flex-start;
  }

  .feed-item .opportunity-bottom-row{
    bottom: -20px;
    right: 0px;
    position: absolute;
  }

  .expanded .feed-item-details .feed-item-thumb.show-mobile{

  }

  .feed-item-source-mobile.show-mobile-block{
    margin-top: 20px;
  }

  .feed-item-source-mobile.show-mobile-block .source-icon{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
  }

  .feed-item-source-mobile.show-mobile-block .feed-item-source{

  }

  .feed-item-source-mobile.show-mobile-block .feed-item-date{

  }

  .feed-item-source-mobile.show-mobile-block .feed-item-sentiment{
    border: none;
    padding-left: 0;
    margin-left: 5px;
  }

  .mobile-feed-portal-menu{
    padding: 10px 15px;
    position: fixed;
    top: 56px;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }

  .mobile-feed-portal-menu strong{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #5221D1;
  }

  .mobile-feed-portal-menu .mobile-portal-select{
    display: inline-block;
    margin-left: 15px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0A1532;
    vertical-align: top;
  }

  .mobile-feed-portal-menu .mobile-portal-select a{
    color: #0A1532;
  }

  .mobile-feed-portal-menu .mobile-portal-select a:hover{
    color: #5221D1;
  }

  .mobile-portal-select .mobile-portal-select-menu{
    padding: 0px;
    position: absolute;
    top: 35px;
    z-index: 1000;
    background: rgba(255,255,255,1);
    display: block;
    width: 240px;
    max-width: 100%;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.05), 0px 7.7037px 14px rgba(0, 0, 0, 0.05), 0px 1.62963px 2px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding-bottom: 15px;
  }

  .mobile-portal-select .mobile-portal-select-menu li{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .mobile-portal-select .mobile-portal-select-menu li a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    display: block;
    text-align: center;
    padding: 6px 5px;
  }

  .mobile-portal-select .mobile-portal-select-menu li a:hover,
  .mobile-portal-select .mobile-portal-select-menu li a.active{
    color: #5221D1;
  }

  .mobile-portal-select .mobile-portal-select-menu .portal-menu-heading{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.19);
    margin: 10px 20px;
    padding-bottom: 10px;
  }

  .mobile-portal-select-menu .close-menu{
    cursor: pointer;
    float: right;
  }

  #index-cont.feed-container{
    padding-top: 60px;
  }

  .mobile-feed-filter-toggle{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
    background: url('../images/icons/icon-feed-filter.png') top left no-repeat;
    background-size: 100%;
    cursor: pointer;
  }

  .mobile-feed-filter-toggle:hover{
    opacity: 0.7;
  }

  .feed-container #content-search{
    margin-bottom: 0;
  }

  .feed-container #content-search .display-flex{
    margin-right: 0;
  }

  .feed-container #content-search .form-control[name="search"],
  .feed-container #content-search select{
    width: 100%;
  }

  #content-search .hide-search{
    margin-top: 20px;
    margin-left: 10px;
    font-size: 12px;
  }


  #index-cont .display-flex{
    margin-right: 0;
    margin-left: 0;
  }

  #index-cont .display-flex h1{
    margin-left: 15px;
  }

  .user-profile .profile-header .profile-header-button-cont{
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .user-profile .profile-header .send-message-btn{

  }

  .user-profile .profile-header-button-cont .follow-info{
    position: relative;
    right: auto;
  }
}

.admin-modal {
    position: fixed;
    z-index: 100000000;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.admin-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 468px;
}

.admin-modal .close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.admin-modal .close-button:hover,
.admin-modal .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ghost-post .featured-image{
  margin-bottom: 10px;
}

.ghost-post .featured-image{
  max-height: 400px;
  border-radius: 10px;
}

.ghost-post .featured-image img{
  
}

.ghost-post h2{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: rgba(10, 21, 50, 1);
  margin-bottom: 5px;
}

.ghost-post .post-date{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(177, 180, 188, 1)
}

.ghost-post .featured-image{
  overflow: hidden;
}

.ghost-post .featured-image img{
  width: 100%;
}

.ghost-post .post-author img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

caption{
  display: block;
}

.ghost-post .featured-image span{
  font-size: 12px;
}

.ghost-post .post-tags{

}

.ghost-post .post-tags .tag{
  font-size: 12px;;
  line-height: 1.2;
  display: inline-block;
  font-weight: 500;
  font-family: 'Poppins';
  color: rgba(51, 51, 51, 1);
  background: rgba(10, 21, 50, 0.05);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 15px;
}



.ghost-post .post-author {
  margin-bottom: 15px;
}

.ghost-post .post-author .author-name{
  color: rgba(11, 11, 11, 1);
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 20px;
}

.ghost-post .post-content p{
  font-size: 16px;
  color: rgba(10, 21, 50, 1);
}

.ghost-post iframe{
    width: 100%;
    min-height: 370px;
}

#ghost-container .card-actions{
  margin-top: 15px;
}

#ghost-container .card-actions .action-items a{
  margin-left: 15px;
  line-height: 15px;
}

#ghost-container .card-actions .vote-container{
  margin-left: 0;
}

.author-card .author-avatar-container{
  position: relative;
  min-width: 120px;
  padding-right: 20px;
}

.author-card .author-avatar-container .follow-btn {
  top: -25px;
}

.author-card .author-body{
  min-height: 150px;
  padding-top: 25px;
}


.sidebar-card.newsletter-signup{
  margin-top: 20px;
  background: rgba(0, 12, 45, 1);
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

.sidebar-card.newsletter-signup h5{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
}

.sidebar-card.newsletter-signup p{
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;

}

.sidebar-card.newsletter-signup input{
  background: rgba(255, 255, 255, 1);
  border: none;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.sidebar-card.newsletter-signup button{
  background: rgba(97, 41, 255, 1);
  border: none;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.sidebar-card.newsletter-signup button:hover{
  opacity: 0.8;
}


#ghost-container .ghost-search input{
  border: 1px solid #0B0B0B;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.05), 0px 7.7037px 14px rgba(0, 0, 0, 0.05), 0px 1.62963px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #0B0B0B;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

#ghost-container .ghost-search select{
  min-width: 310px;
}

.action-items .view-count{
  line-height: 15px;
  height: 13px;
  margin-left: 6px;
  color: #d3d3d3;
}

.action-items .view-count .fa{
  color: #d3d3d3;
}

#ghost-post-details .view-count{
  margin-top: 40px;
  margin-left: 20px;
  display: block;
  color: #d3d3d3;
}

@media (max-width: 1150px) {
  #ghost-container .col-8,
  #ghost-container .col-4 {
    width: 100%;
  }

  #ghost-container .ghost-search{
    display: block;
  }

  #ghost-container .ghost-search .form-control, #ghost-container .ghost-search .form-controlnews{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  #ghost-container .ghost-search .col-auto{
    display: inline-block;
  }

  .ghost-posts{
    padding-right: 0px;
  }

  #ghost-container .ghost-search select{
    min-width:256px;
  }

  #ghost-container .ghost-post .card-tags{
    display: block!important;
  }

  #ghost-container .card-actions .action-items{
    justify-content: space-between!important;
    margin-top: 15px;
  }

  #ghost-container .card-actions {
    display: block!important;
   
  }

  #ghost-container .ghost-post .card-actions .vote-container{
    justify-content: flex-start;
  }

  .ghost-posts .author-date{
    text-align: left;
  }

  .sidebar-card.newsletter-signup h5{
    font-size: 33px;
  }

  .ghost-posts .ghost-post:first-child .card-title{
    font-size: 24px;
  }


  #ghost-post-container #ghost-post-details > .d-flex{
    display: block!important;
  }

  #ghost-post-details .ghost-details-actions{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .ghost-details-actions .vote-container{
    margin-top: 5px;
    height: 30px;
    display: flex;
  }

  .ghost-details-actions .vote-container .downvote{
    margin-top: 4px;
  }


  .ghost-details-actions .vote-container .vote-count{
    margin-left: 10px;
  }

  #ghost-post-details .view-count{
    margin-top: 8px;
    display: none!important; /* temp for now, looks ugly on mobile */
  }

  .ghost-details-actions .comment-link, .ghost-details-actions .bookmark, .ghost-details-actions .share-link, .ghost-details-actions .supervote{
    margin-top: 12px;
  }

  .ghost-post .ghost-details{
    padding-right: 0px;
    border-right: none;
    width: 100%!important;
  }

  .ghost-post .ghost-details-sidebar{
    padding-left: 0px!important;
    width: 100%!important;
  }

  .ghost-posts .ghost-post > .card{
    padding: 5px;
  }

}


@media (max-width: 768px) {
  .footer-main .footer-menu .footer-menu-col{
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-bottom .footer-subscribe{
    width: 100%;
  }

  .footer-bottom .footer-social{
    width: 100%;
  }

  .footer-bottom{
    margin-top: 20px;
  }

  .footer-social{
    margin-top: 10px;
  }

  .footer-bottom .footer-end-tagline{
    width: 100%;
  }
}


@media(max-width: 650px){
  .profiles-list-container .profiles-list li{
    width: 40%;
    margin-right: 5%;
    margin-bottom: 25px;
  }

  .profiles-list .profile-details .profile-name,
  .profiles-list .profile-details .profile-location{
    font-size: 18px;
  }

  .profiles-list .profile-details .profile-bio{
    font-size: 12px;
  }

  .profiles-list .profile-actions .btn{
    font-size: 12px;
  }

  .profile-list-pagination a{
    font-size: 20px;
  }

  .feed-portal-menu{
    display: none;
  }

  .footer-main .footer-tagline  {
    width: 100%;
  }

  .footer-main .footer-tagline .footer-logo{
    width: auto;
  }

  .footer-main .footer-menu{
    width: 100%;
  }

  footer#app-footer{
    margin-top: 40px;
  }

  .footer-bottom .footer-subscribe{
    text-align: center;
  }

  .footer-bottom .footer-subscribe{
    text-align: center;
  }

  .footer-bottom .footer-subscribe .footer-subscribe-form .form-control,
  .footer-bottom .footer-subscribe .hs-input[name="email"]
  {
    width: 250px;
    max-width: 100%;
  }

  .footer-bottom .footer-subscribe .footer-subscribe-form button,
  .footer-bottom .footer-subscribe .hs-button
  {
    margin-bottom: 15px;
  }

  .footer-bottom .footer-subscribe .footer-subscribe-form,
  .footer-bottom .footer-subscribe .hbspt-form
  {
    float: none;
    display: block;
  }


}

@media(max-width: 480px){
  .profiles-list-container .profiles-list li{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-portal-select .mobile-portal-select-menu{
    width: 200px;
    margin-left: -30px;
  }

  #dashboard-home .dashboard-links a{
    width: 100%;
  }

  .badge-list .user-badge{
      float: none;
      margin: 10px auto;
  }

  .footer-main .footer-menu .footer-menu-col{
    width: 100%;
  }
}

@media(max-width: 350px){
  .profiles-list-container .profiles-list li{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
