@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css');
div.sign_form.sign_form_p2,.sign_form {background-image: linear-gradient( 111.4deg,  rgba(238,113,113,1) 1%, rgba(246,215,148,1) 58% );
color:#fff;
position:absolute;
overflow:scroll;
  margin: 0 auto;
}
/* Hide all user links initially */
.ningbar-userLinks .ningbar-list,
.ningbar-userLinks form,
.ningbar-userLinks select,
.ningbar-userLinks #signout {
    display: none;
}

/* Dropdown container */
#username {
    position: relative;
}

/* Style for dropdown panel */
#username .dropdown-panel {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #444;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show dropdown panel on hover */
#username:hover .dropdown-panel {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Style for user links inside the dropdown */
.dropdown-panel .ningbar-list,
.dropdown-panel form,
.dropdown-panel select,
.dropdown-panel #signout {
    display: block;
    margin: 10px 0;
}

/* Basic styling for the search bar */
.globalsearch {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Style for the search button */
.globalsearch-button {
    background-color: #555;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
}

/* Style for individual links inside the dropdown */
.dropdown-panel a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.dropdown-panel a:hover {
    text-decoration: underline;
}

/* Style for the locale select dropdown */
.ningbar-memberLocale {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #333;
    color: white;
}
body:before{content:",";
    background-image: url('https://storage.ning.com/topology/rest/1.0/file/get/12703827882?profile=original')!important;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;}
badge {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 1em;
  height: 2em;
  line-height: 2em;
  margin-right: .5em;
  padding: 0 .75em;
  background: currentColor;
  font-family: sans-serif;
}

badge:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 1.5em 0 0;
  margin-right: -.75em;
  text-indent: .75em;
  overflow: hidden;
  background-clip: content-box;
}

badge:not(:last-child):after {
  content: '';
  position: absolute;
  top: -.25em;
  bottom: -.25em;
  left: 100%;
  width: 4em;
  margin-left: -1em;
  border-radius: 2em;
  box-shadow: -2em 0 0 0px currentColor;
  z-index: -1;
}

.red {
  -webkit-text-fill-color: white;
  color: #cc0000;
}

.white {
  -webkit-text-fill-color: #111827;
  color: #fffff;
}

.darkly {
  -webkit-text-fill-color: #ff6600;
  color: #111827;
}
.orange {
  -webkit-text-fill-color: white;
  color: #ff6600;
}

.green {
  -webkit-text-fill-color: white;
  color: limegreen;
}

.gold {
  -webkit-text-fill-color: #333;
  color: gold;
}

.badgewrapper {
  display: flex;
  justify-content: flex-end;
}

.sticky {
  width: 300px;
  margin: 40px auto;
  padding: 30px;
  position: relative;
  z-index: 0;
}

.sticky:before {
  content: '';
  position: absolute;
  left: 10%;
  top: 15%;
  bottom: 10%;
  right: 70%;
  transform-origin: top left;
  transform: rotate(4deg);
  z-index: -1;
  background: black;
  box-shadow: -5px 0 70px 30px black;
  opacity: .3;
}

.sticky:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  box-sizing: border-box;
  transform: rotate(-1deg);
  background: radial-gradient(at top right, #fef976 50%, #f1eb64 50%) no-repeat, linear-gradient(45deg, #fef976 30%, #ff980078 90%); 
  background-position: bottom -5px left, bottom left;
  background-size: 54px 19px, 100%;
  background-color: #fef976;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 60px 15px;
}

.sticky.white:before {
  left: 10%;
  top: 42%;
  bottom: 6%;
  right: 25%;
  transform: skew(-5deg, -10deg);
  opacity: .2;
}

.sticky.white:after {
  transform: rotate(1deg);
  background: linear-gradient(30deg, #f2f2f2 50%, white 50%) no-repeat, linear-gradient(35deg, white 14%, #f2f2f2 25%);
  background-position: bottom left;
  background-size: 55px 14px, 100%;
  border-bottom-left-radius: 60px 20px;
}
.sign_form.lf-input__wrap label {color:#fff!important;}
.form1 {
color:#fff!important;
padding:10px;
border-radius:10px;
  display: flex;
  flex-direction: column;
  align-items: center;
background-image: linear-gradient( 111.4deg,  rgba(238,113,113,1) 1%, rgba(246,215,148,1) 58% );
}

.form-field {
  margin-bottom: 15px;
  width: 100%;
}

.input-full {
  width: 100%;
}

.input-prefixed {
  display: flex;
}

.input-prefixed span {
  flex: 1;
}

.imagePicker-dragArea {
  width: 100%;
  height: auto;
}
section.module-body.aboutGroupSection {background-image: linear-gradient( 113.9deg,  rgba(241,106,56,1) 13%, rgba(213,32,39,1) 48.8%, rgba(170,65,39,1) 85.9% );border-radius:10px;padding:10px;margin:5px;}
@media screen and (max-width: 768px) {
  .form1 {
    width: 100%;
  }
form#profile_form.form1 {background-color:#eee; border-radius:10px;padding:5px;}
  .lf-input__wrap_wide {
    width: 100%;
  }
}
span.name-group-inlist a {font-size: 12px; /* Reduce font size */
    line-height: 1.2; /* Adjust line height */
    padding: 5px; /* Adjust padding */
    margin: 0; /* Adjust margin */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Add ellipsis to overflow text */
    white-space: nowrap; /* Prevent text wrapping */}
div.optionsDropdown-button, div.profileCoverArea-friendAndMessageLinks a {background:#111827; color: orange;border: 1px solid orange;}
div.optionsDropdown-button:hover, div.profileCoverArea-friendAndMessageLinks a:hover {background:#ff3300; color: #ffffff;border: 1px solid #111827;}
.groupHub-groupTitle > span {font-size: 1.2em;}
.groupHub-groupTitleContainer {background-color:orange;color:#111827;padding:3px;white-space: pre-line;border-radius:5px;height:4.3em;border: 1px solid orange;flex-wrap: nowrap;font-size:0.9em;}
   .scrolling-shelf {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 20px;
            background-color: #111827;
        }

        .btn-orange {
            background-color: orange;
            color: black;
            padding: 5px 5px;
            border: none;
            border-radius: 5px;
            text-decoration: none;
        }

        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 100%!important;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: #111827;
            color: white;
            padding: 5px;
            border-radius: 10px;
            max-width: 100%;
            min-height: 100%;
            overflow: auto;
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: orange;
            color: black;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
        }
.JFsticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}
span.photoListPage-entry-title  {color:#111827; font-size:1.5em;}
span.photoListPage-entry-title:hover  {color:#ff3300; font-size:1.8em;}
.section-html .editBlock .editBlockList {
display: grid;
grid-auto-columns: 100%;
}
footer.entry-footnote,footer.module-footer.cf, div.banner-footer {background: url("https://storage.ning.com/topology/rest/1.0/file/get/12704099260?profile=original")!important;
	 background-repeat: repeat!important;}
footer.entry-footnote ul.subnavline,div.grid-frame.sheet.ul.subnav.expanded, ul.tabContainerSection-tabs.subnavline,header.module-header,  div.pagination,a.button.activityFeed-updateButton.activityFeed-moreOldItemsButton, header.activityFeed-headline,header.module-header   {background: url("https://storage.ning.com/topology/rest/1.0/file/get/12703750273?profile=RESIZE_400x")!important;
	 background-repeat: repeat;}

ul.subnavline,div.grid-frame.sheet.ul.subnav.expanded, ul.tabContainerSection-tabs.subnavline,header.module-header  {background: url("https://storage.ning.com/topology/rest/1.0/file/get/12704099260?profile=original")!important;
	 background-repeat: repeat;}

footer.activityFeed-footer {background: url("https://storage.ning.com/topology/rest/1.0/file/get/12434650079?profile=original")!important;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;width:100%;}

div.polls__author {display:none;}
/* Optimized CSS for border styling and border images */
.common-border-style {
    border-style: solid;
    border-width: 14px 26px 26px 24px;
    border-image: url("https://landsurveyorsunited.github.io/bookshelf/bookshelf/assets/bookshelf_skin01_bg.jpg") 381 5 171 225 stretch repeat;
}

footer.activityFeed-footer, footer.entry-footnote, div.scrollbar-wrapper, span.ml-2, div.bookshelf a, a.groupListLinkBlock, div.span10.narrow16.tablet16.mobile16, div.span3.tablet16.mobile16, a.eventPage-image-link, div.media-body.activityFeed-storyBody, ul.matrix.smallMatrix.row, li.matrix-itemFluid.groupHub-group, div.groupHeader-image, div.formFooter, input.button.button-primary, textarea.input-full, a.button.button-iconic, ul.subnav.expanded li, div.videoListPage-metadata, ul.mainTab, input.ui-widget-content.ui-autocomplete-input, li.tagit-new, div.photo-item-description, li.tabContainerSection-tab.current, div.grid-frame.sheet.section-tabContainer, div.photoListPage.grid-frame.sheet, div.pagination, span.photoListPage-entry-title, ul.subnavline, section.image-description.entry-content.smart, a.read-more-text, div.buttonGroup.cf, div.adjacentEntryLink.adjacentEntryLink-next, ul.photoDetailPage-moreEntries.cf, ul.subnav.expanded, i.icon.icon-delete, article.entry, article.entry.articleListPage-entry.polls__article, div.banner-footer, div.feed-story.activityFeed-story.media-frame.feedEvent-rssFeedItem, section.entry-content.cf, div.videoDetailPage-video.iframed.videoFrame, div.standard-comments.entry-comments, header.entry-headline.media-frame, .subnav.condensed, footer.module-footer.cf, header.module-header, div.matrix-media-4-3 {
    /* Apply common border styles */
    @extend .common-border-style;
}

span.groupHub-groupTitleContainer {height: auto; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; /* Adjust padding */}


.licon{
  width: 50px;
  height: 50px;
  border: 5px solid #333;
  margin: 50px auto;
  border-radius: 50px;
  position: relative;
  transition: all 1s;
}


.licon:hover{
  transform: rotate(180deg);
}
.licon:before{
  content: '';
  display: block;
  width: 20px;
  border-right: 15px solid #333;
  border-top: 40px solid transparent;
  position: absolute;
  top: -10px;
  right: 15px;
  transform: skew(-25deg,0);
  box-shadow: 3px 0px 0px #fff;
}

.licon:after{
  content: '';
  display: block;
  width: 20px;
  border-left: 15px solid #333;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 25px;
  right: 5px;
  transform: skew(-30deg,0);
  box-shadow: -5px 5px 0px #fff;
}

div.adjacentEntryLink.adjacentEntryLink-next {background:orange;}
i.icon.icon-delete {font-size:0.7em;background-color:orange;overflow:visible;}
i.icon.icon-prev,i.icon.icon-next {font-size:1.2em;background-color:orange;overflow:visible;}
ul.ningbar-userLinks.linkbar { clear: left;}
div.notice-warningMessage a {color: red;}
    body {
  min-height: 100vh;
  display: grid;
  font-family: "Prompt", sans-serif;, "SF Pro Icons", "AOS Icons", "Helvetica Neue", Helvetica, Arial, sans-serif, system-ui;
}
div.if-subtitle, div.if-description {/* From https://css.glass */
background: rgba(243, 137, 4, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(243, 137, 4, 0.3);}
body::before {
	--line: hsl(0 0% 95% / 0.25);
	content: "";
	height: 100vh;
	width: 100vw;
	
	top: 0;
	z-index: -1;
}

h1.lf-title a, div.lf-subtitle a {color:#111827!important;}
input.button.publishedVideo-backToEdit {
  color: #111827;
}
h3.entry-title.polls__inner-title {font-size:1.3em;}
div.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
  background-color: #111827!important;
}

  

/*** PHOTOS LIST NEW VER 5 ****/

@media screen and (min-width: 769px) {
  .newPhotoList-v5 .matrix-itemFluid {
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width:1180px) {
  .span8 .newPhotoList-v5 .matrix-itemFluid {
    width: 100%;
  }
}
.column-narrow .newPhotoList-v5 .matrix-itemFluid {
  width: 100%;
}
.newPhotoList-v5 .photoDetailPage-mainSection.sheet {
  padding: 10px;
}
.newPhotoList-v5 a:hover {
  text-decoration: none!important;
}
.newPhotoList-v5 .photoBlockWrapper {
  min-height: unset;
  height: calc(100% - 20px);
  margin-top: 0px;
}
.newPhotoList-v5 .photoBlockWrapper .photoDetailPage-image {
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 0px;
}
.newPhotoList-v5 .entry-headline {
  margin-bottom: 2px;
  padding: 0px 5px 2px 5px;
  border-bottom: solid 1px lightgray;
  pointer-events: none;
}
.newPhotoList-v5 .wrap__avatar.avatar-48 {
  display: none;
}



.full-screen-background {
    background-size: cover;
    background-position: center;
    width: 100vw;      /* full width */
    height: 100vh;     /* full height */
    position: fixed;   /* fixed position */
    top: 0;
    left: 0;
    z-index: -1;       /* keep it behind other content */
}

/*Hide long title overflow*/

.newPhotoList-v5 .entry-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.newPhotoList-v5 .entry-title>a {
  line-height: normal;
  font-size: 18px;
}
.newPhotoList-v5 .entry-byline {
  color: gray;
  text-align: center;
  font-size: 11px;
}
.newPhotoList-v5 .entry-tags .icon-tag {
  margin-right: 10px;
}
.newPhotoList-v5 .entry-tags {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 3px;
  height: 1.2em;
}
.newPhotoList-v5 .entry-tags a {
  margin-right: 5px;
}
.newPhotoList-v5 .buttonGroup {
  margin-top: 0px;
}
.newPhotoList-v5 .buttonGroup .pull-right {
  display: none;
}
.newPhotoList-v5 .buttonGroup::before {
  display: none;
}
.newPhotoList-v5 .socialActions {
  pointer-events: none;
  width: 100%;
  margin-bottom: 0;
}
.newPhotoList-v5 .socialActions .rightButtons {
  margin-left: 0;
  width: 100%;
}
.newPhotoList-v5 .ratingResult {
  margin-bottom: 0px;
}
.newPhotoList-v5 .ratingCaption {
  display: none;
}
.newPhotoList-v5 .matrix-item {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.27);
  border-radius: 6px;
  transition: 0.3s;
}
.newPhotoList-v5 .matrix-item:hover {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.57);
  transform: scale(1.02, 1.02);
  transition: 0.3s;
}
/*Like button section*/

.newPhotoList-v5 .likeButton>a::before {
  content: "Likes";
  line-height: 2.1em;
  margin-right: -5px
}
.newPhotoList-v5 .socialSharingListItemLink {
  border: none!important
}
/********** END PHOTOS V5 CSS **********/

/*----SIGN UP and SIGN IN PAGE LOGO----*/

.xg_widget_main_authorization .site-body {
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(147,67,67,1) 0%, rgba(111,27,27,1) 90% );
color:#fff;
  padding-top: 100px;
background-color:#111827!important;
}
/*first box sign in and sign up */

div.lf-block_left,div.lf-block,div#popupLogin.sign_form::before, div#popupLogin.sign_form::after {
 background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(147,67,67,1) 0%, rgba(111,27,27,1) 90% );
color:#fff;
}
div.lf-input__wrap {
  background: white;
  border: 1px solid orange;
  border-radius: 5px;
  box-shadow: 0 0 5px 3px #ffa853;
  color: #666;
}
div.lf-subtitle, div.auth_copy, h1.lf-title, div.lf-description, div.signUp_signIn__link {
  padding-left: 21px !important;
  padding-right: 20px !important;
  text-decoration: none !important;
 font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em !important;
  color: #ff6600!important;
}
/* second box sign up */

div.sign_form.sign_form_p2::before, div.sign_form.sign_form_p2::after {
  background: #c19aac url(https://storage.googleapis.com/pai-images/2eca6235b5824ecbaa86e062086a6f03.jpeg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2.lf-subtitle {
  color: #FFF!important;
}

sheet {
  z-index: 1;
  background: linear-gradient(90deg, var(--line) 1px, transparent 1px 10vmin) 0 -5vmin / 10vmin 10vmin, linear-gradient(var(--line) 1px, transparent 1px 10vmin) 0 -5vmin / 10vmin 10vmin;
  mask: linear-gradient(-15deg, transparent 30%, white);
}
.mainTab {
  transition: transform 0.5s;
}
.fold {
  transform: translateX(-100%);
}
img#fsicon {
  background-color: orange!important;
}
.apanel {
  width: 85%;
  z-index: 999;
  position: fixed;
  top: 0;
  right: -85%;
  bottom: 0;
  background-color: #111827;
  transition: right 0.3s ease-in-out;
}
.apanel.open {
  right: 0;
}
.apanel-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.apanel-title {
  font-size: 1.1rem;
  color: #FF3300;
  margin-bottom: 1rem;
}
.apanel-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.icon {
  width: auto;
  height: auto;
  cursor: pointer;
border: 1px solid #ff3300;
      box-shadow: 0 0 0 0 rgba(255, 51, 0, 0.7);
      animation: pulse 2s infinite;
    }
    
    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 51, 0, 0.7);
      }
      70% {
        box-shadow: 0 0 0 20px rgba(255, 51, 0, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(255, 51, 0, 0);
      }
    }
    
    .icon:hover {
      animation: none;
      box-shadow: 0 0 0 0 rgba(255, 51, 0, 0.7);
      transition: box-shadow 0.5s;
    }
    
    .icon:hover {
      box-shadow: 0 0 0 5px #ff3300;
border: 1px solid #fff;
      box-shadow: 0 0 0 0 rgba(255, 51, 0, 0.7);
      animation: pulse 2s infinite;
    }
.ningbar-memberLocale {
  color: orange!important;
}
.breadcrumbs li, h1.content-name {
  font-size: calc((100vw / 1240) * 32);
  text-align: left;
  line-height: 1;
  color: #fff !important;
  font-weight: 800;
  padding: 4vw 10 10 0;
  padding-bottom: 10px;
  text-shadow: 2px 2px 5px black;
  max-width: 50vw;
  margin: 0 0 0 5vw;
}
@media screen and (min-width: 1241px) {
  .featured-project-title {
    font-size: 72px !important;
    max-width: 655px;
  }
}
div.activityDropdownTitle {
  color: orange;
}
div.optionsDropdown-button, div.optionsDropdown {
  z-index: 9!important;
}
.activityFeed-headline, .activityFeed-content, .status-commentForm {
  color: #fff;
}
button.button.button-activeEditButtonSave.jsEditButtonSave {
  background-color: #ff6600!important;
}
ul#optionsDropdown-list.optionsDropdown-list {
  z-index: 9999;
}
div.module-header {
  min-width: 100%
}
ul.optionsDropdown-list li {
  z-index: 99998!important;
}
nav.header-nav.navbar {
  display: inline-block;
  

}

.photoListPage-entry.matrix-itemFluid .photo-item-description .photo-item-contributor a {
  font-size: 0.9em;
  font-weight: bold;
}
div.feedListPage-itemTitle {
  color: #fff;
}
span.yt-core-attributed-string--link-inherit-color, span.yt-core-attributed-string.yt-core-attributed-string--white-space-pre-wrap, section.entry-content.cf {
  color: #fff!important;
}
div.entry-tags.ux-entry-tags a {
  font-size: 1.4em;
  background-color: black;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}
div.page_header {
  padding-bottom: 20px;
}
a.pull-right {
  padding-right: 20px;
  margin: 10px;
  background-color: #111827;
  border-radius: 15px;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}
a.pull-right:hover {
  padding-right: 20px;
  margin: 10px;
  background-color: orange;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  border-bottom: 1px solid orange;
}
footer.module-footer.cf, div.banner-footer, ul.subnav.expanded, div.text-center.mt-3, header.site-form.profileCoverArea-coverPhotoForm, headerFrame.no-fixed, div.profile__img, ul.tabContainerSection-tabs {
  border-radius: 15px 15px 5px 3px;
  padding-top: -10px;
  background: #272729;
}
.polls__title-box::before, div.site-header.container:hover {
  border-radius: 15px 15px 5px 3px;
  padding-top: -10px;
  position: relative;
 
}
div.polls__title-box {display:none;}
nav.header-nav.navbar li a {
 font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDJGNjNCMTIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3MDJGNjNCMjIwRkUxMUUzQjFFRUM0REUwQ0RCQTc4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjcwMkY2M0FGMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjcwMkY2M0IwMjBGRTExRTNCMUVFQzRERTBDREJBNzhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u9pXkwAAAA1JREFUGFdjYGjObAYAAuMBcKaqKb0AAAAASUVORK5CYII=), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
}
.menu {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  
  bottom: 20px;
  left: 20px;
}
.menu:hover {
  pointer-events: all;
}
.label {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
}
.spacer {
  display: inline-block;
  width: 80px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.spacer:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  width: 0%;
  transition: width 0.25s ease;
  transition-delay: 0.7s;
}
.item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
  transition-delay: 0;
}
span {
  transition: color 0.5s ease;
}
.item:hover span {
  color: #ff0000;
}
.menu:hover .spacer:before {
  width: 100%;
  transition-delay: 0s;
}
.menu:hover .item {
  opacity: 1;
  top: 0px;
}
.item:nth-child(1) {
  transition-delay: 0.45s;
}
.item:nth-child(2) {
  transition-delay: 0.4s;
}
.item:nth-child(3) {
  transition-delay: 0.35s;
}
.item:nth-child(4) {
  transition-delay: 0.3s;
}
.item:nth-child(5) {
  transition-delay: 0.25s;
}
.item:nth-child(6) {
  transition-delay: 0.2s;
}
.item:nth-child(7) {
  transition-delay: 0.15s;
}
.item:nth-child(8) {
  transition-delay: 0.1s;
}
.item:nth-child(9) {
  transition-delay: 0.05s;
}
.item:nth-child(10) {
  transition-delay: 0s;
}
.menu:hover .item:nth-child(1) {
  transition-delay: 0.25s;
}
.menu:hover .item:nth-child(2) {
  transition-delay: 0.3s;
}
.menu:hover .item:nth-child(3) {
  transition-delay: 0.35s;
}
.menu:hover .item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu:hover .item:nth-child(5) {
  transition-delay: 0.45s;
}
.menu:hover .item:nth-child(6) {
  transition-delay: 0.5s;
}
.menu:hover .item:nth-child(7) {
  transition-delay: 0.55s;
}
.menu:hover .item:nth-child(8) {
  transition-delay: 0.6s;
}
.menu:hover .item:nth-child(9) {
  transition-delay: 0.65s;
}
.menu:hover .item:nth-child(10) {
  transition-delay: 0.7s;
}
/*Thumbnail Background*/

.thumb {
  width: 400px;
  height: 300px;
  margin: 70px auto;
  perspective: 1000px;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  /*double layered BG for lighting effect*/
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://storage.ning.com/topology/rest/1.0/file/get/12215357489?profile=RESIZE_180px");
  /*disabling the translucent black bg on the main image*/
  background-size: 0, cover;
  /*3d space for children*/
  transform-style: preserve-3d;
  transition: all 0.5s;
}
.thumb:hover a {
  transform: rotateX(80deg);
  transform-origin: bottom;
  font-size: 2em;
}
/*bottom surface */

.thumb a:after {
  /*36px high element positioned at the bottom of the image*/
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  /*inherit the main BG*/
  background: inherit;
  background-size: cover, cover;
  /*draw the BG bottom up*/
  background-position: bottom;
  /*rotate the surface 90deg on the bottom axis*/
  transform: rotateX(90deg);
  transform-origin: bottom;
}
/*label style*/

.thumb a span {
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font: bold 12px/36px Montserrat;
  text-align: center;
  /*the rotation is a bit less than the bottom surface to avoid flickering*/
  transform: rotateX(-89.99deg);
  transform-origin: top;
  z-index: 1;
}
/*shadow*/

.thumb a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  /*by default the shadow will be almost flat, very transparent, scaled down with a large blur*/
  opacity: 0.15;
  transform: rotateX(95deg) translateZ(-80px) scale(0.75);
  transform-origin: bottom;
}
.thumb:hover a:before {
  opacity: 1;
  /*blurred effect using box shadow as filter: blur is not supported in all browsers*/
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.5);
  /*pushing the shadow down and scaling it down to size*/
  transform: rotateX(0) translateZ(-60px) scale(0.85);
}
.subnav-moreLink+ul {
  width: 300px!important;
  background: #333;
}
a {
font-family: "Prompt", sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.loader {
  display: inline-grid;
  width: 20vmin;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(from 30deg,#C02942 0 60deg,#eee 0 120deg);
  animation: l10-0 2s linear infinite;
}
.loader:before,
.loader:after {
  content:"";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  transform: rotate(0turn) translate(100%,0);
  animation: l10-1 3s infinite ease-in-out;
}
.loader:after {
  animation-delay: -1.5s;
}
@keyframes l10-0 {to{rotate: -1turn}}
@keyframes l10-1 {to{transform: rotate(1turn) translate(100%,0) rotate(1turn)}}

a.entry-readMore {
  font-size: 1.1em;
}
article.media-frame.entry.discussionListPage-entry p {
  color: #FFF;
}
article.media-frame.entry.discussionListPage-entry a {
  color: #ffab38;
}
article.media-frame.entry.discussionListPage-entry {
  /* From https://css.glass */
  background-image: radial-gradient( circle 815px at 23.4% -21.8%, rgba(9, 29, 85, 1) 0.2%, rgba(0, 0, 0, 1) 100.2%);
  border: 1px solid rgba(255, 238, 165, 0.7);
  color: #FFF;
}
img.image.image-contain.blogListPage-entryImage.align-full {
  width: 100%!important;
}
button.btn.btn-primary.mt-3 {
  background: black;
  color: #fff;
}
span.poweredBy-text, div.auth_copy {
  display: none!important;
}
div.sign_form .lf-title {
  background: transparent;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 43px;
  margin-top: 0;
}
.input, input[type="text"], input[type="email"], input[type="password"], select, textarea, .globalsearch, .texteditor textarea, option, .form-field input {
  color: #000!important;
}
div.polls__answer-results:hover {
  background: red;
}
p.polls__answer-item:hover {
  color: #fff!important;
}
h3.entry-title.polls__inner-title {
  color: #000!important;
  padding: 10px;
  margin: 10px;
}
p {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
color: #ffffff;
  margin: 2px 0 0;
}
b {
  font-family: 'Google Sans' font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 2px;
}
div.status-body.media-body {
  padding: 15px;
  border-radius: 10px;
  background: #ff3300;
}
div..photoDetailPage-image>img {
  position: absolute;
  display: block;
  width: 100%!important;
  max-width: 100%!important;
  height: auto;
  max-height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_search+.pagination, a.pagination-number {
  font-size: 1.5em!important;
}
/*** NING BAR BOX ***/

div.dashboardBar, .ningbar-box.open {
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: var(--transitionMedium);
}
html {
  background-image: -webkit-linear-gradient(right, #d9d9d9, #fff 50%, #d9d9d9);
  background-image: -moz-linear-gradient(right, #d9d9d9, #fff 50%, #d9d9d9);
  background-image: -o-linear-gradient(right, #d9d9d9, #fff 50%, #d9d9d9);
  background-image: -ms-linear-gradient(right, #d9d9d9, #fff 50%, #d9d9d9);
  background-image: linear-gradient(to left, #d9d9d9, #fff 50%, #d9d9d9);
  overflow-x: hidden;
}
i.icon.icon-add {
  font-weight: 900;
  font-size: 1.1em!important;
  -webkit-animation-duration: 1.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
h1 {
font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;
font-size:2em!important;
  margin-bottom: 10px;
  font-weight: light;
  line-height: 74px;
  color: #FFFFFF!important;
  -webkit-animation-duration: 3.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
div.block a {
  color: red;
}
.clr {
  display: block;
  height: 10px;
  width: 100%;
  margin: 10px;
}
@-webkit-keyframes tremble {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(5px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(6px, 2px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -3px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(5px, -2px) rotate(-1deg);
  }
}
ul.subnav.expanded li a {
  padding: 10px;
  color: #fff!important;
  font-size: 1.1em;
  /* From https://css.glass */
  background: rgba(73, 59, 59, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(73, 59, 59, 0.3);
}
nav.groupHeader-nav {
  border-radius: 5px;
  background: transparent;
}
.ningbar-box.open>.ningbar-box-container {
  max-width: 380px;
  height: 400px;
  background-color: white;
  right: 30px;
  top: 20px;
  position: absolute;
  border-radius: 10px;
  min-width: 300px;
  z-index: 2;
  box-shadow: var(--boxShadowLow);
}
.ningbar-profilePhoto {
  padding-right: 5px
}
.ningbar-profilePhoto img {
  border-radius: 50%;
}
.dashboardBar-innerSection, .ningbar .dashboardBarWrap {
  background-color: #111827!important;
}
.dashboardBar-ningLogo {
  display: none;
}
div.module-actions.cf, footer.activityFeed-footer, footer.entry-footnote {
  background: #212121!important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.3;
  padding: .25em;
  margin: .25em;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
}
img.header-logoIMG:hover {
  -webkit-transition: all .5s ease-in-out;
  -webkit-transform: rotate(-360deg);
}
.ningbar #dashboardBar {
  width: 100%;
  height: 34px;
  background-color: #111827;
}
.ningbar .dashboardBar-ningLogo.ningbar-show {
  display: none!important;
}
div.SP_Photo_Title {
  background: #111827;
  font-size: 1.5em;
  padding: 5px;
  margin: 3px;
  color: #fff;
}
div.SP_Photo_Title a {
  color: #fff;
}
div.videoListPage-metadata, div.videoListPage-metaTitle a {
  color: #ff6600;
  white-space: nowrap!important;
  font-weight: bold;
  text-shadow: none!important;
}
span.videoListPage-metaElapsed,span.videoListPage-userName,span.videoListPage-metaComments {display:none;}
span.videoListPage-metaViews a{color:white;}
/************** VIDEOS CODES ************/

/*** RESIZE THE VIDEO IN SOCIAL CHANNELS ****/

@media only screen and (min-width:979px) {
  .feedListPagePlayer-source .sourceContainer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70vh;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width:979px) {
  .feedListPagePlayer-source .sourceContainer {
    top: 30%;
  }
}
@media only screen and (min-width:771px) {
  /* Adjust the Column Widths Video Detail Page */
  .videoDetailPage .span8 {
    width: 100%
  }
  .videoDetailPage-list {
    margin: 0px
  }
  .videoDetailPage .span6 {
    width: 20%
  }
  .videoDetailPage .matrix-itemFluid {
    min-width: 80%;
    max-width: 100%;
    float: none
  }
  .videoDetailPage .span6 .matrix-itemFluid {
    width: 80%;
    margin: 0px auto;
  }
}
/********************************************
.videoDetailPage-video.iframed{
    margin-bottom: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.videoDetailPage-video.iframed iframe{
    max-width: 100%;
    height: 100%;
    width:100%;
    position: absolute;
}
*******************************************/

.activityFeed-content.activityVideo {
  max-width: 100%;
}
.videoDetailPage-video, .videoFrame {
  position: relative!important;
  padding-bottom: 56.25%!important;
  overflow: hidden!important;
  max-width: 100%!important;
  height: 0!important;
}
.activityFeed-embedContent iframe, .activityFeed-embedContent video, .activityFeed-embedContent embed, .videoFrame iframe, .videoFrame object, .videoFrame embed, .videoDetailPage iframe, .videoDetailPage object, .videoDetailPage embed {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  min-height: 100%!important;
}
/*** kept this just for the colours
.videoListPage .videoPreview-loaded .matrix-item {
  position: relative;
  background-image: linear-gradient(rgb(58, 60, 74), rgb(36, 38, 50));
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 69%) 0px 26px 30px -10px, rgb(0 0 0 / 73%) 0px 16px 10px -10px;
padding:10px
}
*****/

/** REMOVE BLACK BORDERS FROM VIDEOS IMAGE PLUS CHANGE RATIO OF PHOTOS **/

.videoListPage .video_img_top {
  /********************************padding:5px 5px 0px 5px;************************/
  position: relative;
}
.photoListPage-entry .matrix-media-4-3, .photoSection-entry .matrix-media-4-3, .videoListPage-image {
  background-size: cover;
  padding-bottom: 56.25%;
}
li.subnav-current.js-initSlick.baseUrl a {
  color: #fff!important;
}
/**** VIDEO PAGE ****/

.videoDetailPage .ratingResult {
  margin-top: 20px;
}
.videoDetailPage-viewVideo {
  display: inline-flex;
  justify-content: flex-end;
  margin: 20px 0;
  float: right;
}
.videoDetailPage-mainVideo>.entry-content::before {
  content: "About";
  display: block;
  margin-bottom: 5px;
  text-decoration: underline;
}
.videoListPage-metaViews .icon-eye::before, .videoDetailPage-viewVideo .icon-eye::before {
  display: none;
color:#fff;
}
.videoListPage-metaViews .icon-eye, .videoDetailPage-viewVideo .icon-eye {
  overflow: visible;
  width: auto;
  font-style: normal;
color:white;
}
.videoListPage-metaViews>a::before {
  content: "Views:";
  display: inline-block;
}
@media only screen and (min-width:967px) {
  .videoDetailPage .ratingResult {
    float: left;
  }
}
.videoDetailPage-getEmbedCode_wrap {
  float: none;
  text-align: right;
}
.videoDetailPage-otherVideo .videoListPage-metadata {
  font-size: 0.7em;
  text-shadow: none!important;
color:white;
}
.matrix-item {
  position: relative;
  background-color: #111827!important;
  transition-duration: 0.3s;
}
.matrix-item:hover {
  transition-property: transform;
  transition-delay: 0.7s;
  transition-duration: 0.3s;
  transform: scale(1.4);
  border-radius: 4px;
  transform-origin: center;
  z-index: 2;
}
.dashboardBar_title {
  display: none;
}
#post_form p input#tags.textfield {
  display: none;
}
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
/* button reset */

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.magic-button, .magic-button * {
  box-sizing: border-box;
}
/* define the overall styles */

.magic-button {
  overflow: hidden;
  /* allow the inner button to move but get cut off */
  position: relative;
  display: inline-block;
  padding: 0 13px 13px 0;
  /* give room on the right and bottom for the button's shadow */
  white-space: nowrap;
  /* don't let it wrap to multiple lines */
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;font-size: 18px;
  user-select: none;
}
.magic-button__focus-thing {
  display: none;
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: #0031D2;
  opacity: .15;
}
.magic-button__focus-thing::before {
  position: absolute;
  content: "";
  top: 0;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #ffffff transparent transparent;
}
.magic-button__focus-thing::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #ffffff;
}
/* define the container that will move when the button's pressed */

.magic-button__container {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  transition: transform .08s;
}
/* white triangle (top right) to cover the gray shadow */

.magic-button__corners::before {
  position: absolute;
  content: "";
  top: 0;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* white triangle (bottom left) to cover the gray shadow */

.magic-button__corners::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
}
/* inner text (duplicated) one instance is used to size the overall container and the other one moves as the button is pressed */

.magic-button__text {
  position: relative;
  display: inline-block;
  padding: 9px 14px 10px;
  background-color: #000;
  color: #fff;
}
/* the button text element that's used to size the overall .magic-button container */

.magic-button>.magic-button__text {
  visibility: hidden;
  padding: 9px 17px 13px 14px;
}
/* the button text that's visible and moves as the button is pressed */

.magic-button__container .magic-button__text {
  position: absolute;
  top: 0;
  left: 0;
}
 .sidebar {
/* From https://css.glass */
background: rgba(255, 102, 0, 0.1);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 102, 0, 0.3);
            width: 7%;
            height: 100vh;
            position: fixed;
            left: 0;
            top: 0;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 10px;
            overflow-y: auto;
        }
        .sidebar img {
            width: 60px;
            height: 60px;
            margin: 10px 0;
            transition: width 0.3s, height 0.3s;
        }
        .sidebar img:hover {
            width: 70px;
            height: 70px;
        }
        .sidebar img:hover::after {
            content: attr(alt);
            position: absolute;
            background-color: orange;
            color: #fff;
            padding: 5px;
            border-radius: 5px;
            top: 10px;
            left: 80px;
            white-space: nowrap;
        }
.magic-button__right-side {
  content: "";
  position: absolute;
  right: 6px;
  top: 0;
  width: 10px;
  height: calc(100% - 6px);
  background-color: #CECDCE;
}
/* bottom gray shadow */

.magic-button__bottom {
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 10px;
  width: calc(100% - 6px);
  background-color: #E5E5E5;
}
/* bottom right triangle for bottom shadow -- matches the color of the right shadow */

.magic-button__bottom::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #CECDCE transparent transparent;
}
/* hover styles -- makes the shadows a little bit darker */

.magic-button:focus .magic-button__right-side, .magic-button:hover .magic-button__right-side {
  background-color: #BFBEBF;
}
.magic-button:focus .magic-button__bottom, .magic-button:hover .magic-button__bottom {
  background-color: #D9D9D9;
}
.magic-button:focus .magic-button__bottom::before, .magic-button:hover .magic-button__bottom::before {
  border-color: transparent #BFBEBF transparent transparent;
}
/* sets a custom focus outline that looks better than the default one */

.magic-button:focus {
  outline: none;
  box-shadow: none;
}
.magic-button:focus .magic-button__focus-thing {
  display: block;
}
/* moves the button down and to the right when it's clicked */

.magic-button:active .magic-button__container {
  transform: translate(13px, 13px);
}
.magic-button:active .magic-button__focus-thing {
  display: none;
}
/*! Start customizing sign-in sign-up pop-up */

/*! sign-in & sign-up close button */

DIV.date-count-down A#date-count-downxx.button {
  color: white!important;
  background-color: rgba(90, 99, 107, 0.87)!important;
  border: 1px solid rgb(51, 51, 51) !important;
}
/*! sign-in & sign-up form field */

HTML BODY DIV.date-count-down .form-field {
  font-size: 12px!important;
  padding: 3px!important;
}
/*! sign-in & sign-up text input fields */

HTML BODY DIV.date-count-down .form-field input {
  padding: 0.3em!important;
  font-size: 12px!important;
  line-height: 1.20em!important;
}
/* Main module - border Background, text color & size */

HTML BODY DIV.date-count-down {
  background-color: rgba(250, 250, 250, 0.9)!important;
  color: black!important;
  font-size: 15px!important;
  border: 5px solid #333!important;
}
/* text color & size big text top */

HTML BODY P.date-count-down-top-big {
  color: black !important;
  font-size: 34px!important;
}
/* text color & size big text bottom */

HTML BODY P.date-count-down-bottom-big {
  color: blue!important;
  font-size: 24px!important;
}
/* Sign-up button text color & size  */

HTML BODY A#date-count-down3.button {
  color: blue!important;
  font-size: 24px!important;
}
/* Sign-up module - border Background, text color & size */

HTML BODY DIV.Geo.signUpPage-signUpForm {
  background-color: rgba(200, 200, 250, 0.9)!important;
  color: black!important;
  font-size: 19px!important;
  border: 1px solid #333!important;
}
/* Sign-in button text color & size  */

HTML BODY A#date-count-down2.button {
  color: black!important;
  font-size: 16px!important;
}
/* sign-in module - border Background, text color & size */

HTML BODY DIV.date-count-down-2 {
  background-color: rgbargba(200, 220, 250, 0.9)!important;
  color: black!important;
  font-size: 16px!important;
  border: 1px solid #333!important;
}
/*! End customizing sign-in sign-up pop-up */

.SP_sign_up_in p {
  font-size: 12px
}
.SP_sign_up_external {
  text-align: center
}
.SP_sign_up_external ul {
  padding: 0;
  margin: 0
}
.SP_sign_up_external img {
  max-width: 15%
}
.SP_sign_up_external li {
  display: inline;
  list-style: none;
  padding: 2px
}
.SP_sign_up_external>p {
  font-size: 10px
}
/* Social Icons */

.social {
  text-align: center
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle
}
.social a: hover {
  background: #65c2ed
}
.social a.linkedin {
  padding: 4px
}
.social a svg .face, .social a svg .breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  font-size: 0.9em!important;
  padding: 10px;
  color: white!important;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8em;
  color: black;
  -webkit-text-stroke: 1px orange;
}
div.mediumMatrix.advanced-search__members, .matrix-itemFluid.membersListPage-user .matrix-item {
  width: 100%;
  display: flex;
  background-image: linear-gradient( 76.3deg, rgba(44, 62, 78, 1) 12.6%, rgba(69, 103, 131, 1) 82.8%);
}
div.media-body.membersListPage-userInfo {
  width: 100%;
  padding: 10px;
  margin: 5px;
  background-image: linear-gradient( 76.3deg, rgba(44, 62, 78, 1) 12.6%, rgba(69, 103, 131, 1) 82.8%);
}
div.media-body.membersListPage-userInfo:hover {
  background-image: linear-gradient( 178.2deg, rgba(118, 8, 23, 1) 10.9%, rgba(158, 12, 33, 1) 62.6%);
}
.breadcrumbs li:hover {
  color: yellowimportant;
}
.breadcrumbs li a {
  display: block;
  color: white!important;
  -webkit-text-fill-color: #fff;
}
.breadcrumbs li a:after {
  content: '';
  width: 50px;
  height: 50px;
  border-color: #000 border-style: solid;
  border-width: 10px 13px 0 0;
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
  position: absolute;
  right: -2px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
  -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
  -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
  transform: rotateZ(45deg) skew(10deg, 10deg);
}
.breadcrumbs li a:hover:after {
  right: 25px;
  color: #000;
  -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
  -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
  transform: rotateZ(45deg) skew(-10deg, -10deg);
}
.videoListPage .video_img_top {
  /********************************padding:5px 5px 0px 5px;************************/
  position: relative;
}
.photoListPage-entry .matrix-media-4-3, .photoSection-entry .matrix-media-4-3, .videoListPage-image {
  background-size: cover;
  padding-bottom: 56.25%;
}
/************** VARIABLES SETTINGS **********/

:root {
  --boxShadowLow: 0px 4px 18px 2px rgba(0, 0, 0, 0.1);
  --greyBorder: solid 4px #e6e6e6;
  --contentBorder: solid #f1f3f4 3px;
  --greyBorderButton: solid 3px #e6e6e6;
  --entryTitle-marginBottom: 1.5em;
  --lineHeight-medium: 1.5em;
  --letterSpacing-medium: 0.6px;
  --background-colorRoyal: royalBlue;
  --transitionRegular: 0.2s;
  --transitionMedium: 0.4s;
  --transitionSlow: 0.6s;
}
#livechat-compact-container {
  display: none
}
#chat-widget-container {
  display: none
}
/*************************************************/

/** NING BAR PROFILE SECTION **/

.ningbar-userLinks #username {
  position: relative;
}
.ningbar-profilePhoto {
  padding-right: 5px
}
.ningbar-profilePhoto img {
  border-radius: 50%;
}
/****************************
MEMBER QUICK VIEW
****************************/

#overlayMembers {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.membersListPage-user.viewing-MemberInfo:hover {
  transform: unset;
}
.membersListPage-user.viewing-MemberInfo .matrix-item {
  justify-content: unset;
}
.media-frame.viewMemberInfo {
  overflow: hidden;
  overflow-y: auto;
}
.viewMemberInfo {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  background-color: white;
  max-width: 480px;
  max-height: 100%;
  overflow-y: auto;
  margin: auto;
  z-index: 2000;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s;
}
.memberInfo-showHeader {
  padding: 0px 0px 10px 0px;
  position: sticky;
  top: 0;
  background-color: white;
}
.memberInfo-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-top: 10px;
  color: #756d6d;
  ;
}
.membersListPage-user.viewing-MemberInfo .memberButton-header {
  position: absolute;
  top: 6px;
  right: 6px;
}
.closeMember-Info {
  border: none;
  background-color: #b3b3b3;
  border-radius: 4px;
  font-size: 1em;
  padding: .35em .5em;
}
.closeMember-Info:hover {
  background-color: #e04444;
  color: white
}
.memberInfo-button {
  border: none;
  float: right;
  border-radius: 4px;
  color: #187ad2;
  background-color: transparent;
}
.memberInfo-button:hover {
  background-color: #4CAF50;
  color: white;
}
/* If no info has been added message */

div.memberInfo-content:empty::before {
  content: "Sorry, No Information has been added or Profile Is Private";
  display: block;
  line-height: 1.5rem;
  color: #756d6d;
}
/*****************************************
MEMBER BLOCK EMAIL BUTTON
*****************************************/

/* If visitor hides the email button*/

.visitor .memberInfo-Email {
  display: none
}
/*Email icon on list page*/

.membersListPage-user .memberInfo-Email {
  transition: 0.2s;
  margin: 4px;
  border-radius: 50%;
  border: solid #b8c3fd 1px;
  font-size: 1.1em;
  padding: 0.35em;
  color: #586dd6;
  background-color: transparent;
}
/* don't show email button on list page if not friends */

.membersListPage-user.notFriends .memberInfo-Email {
  display: none;
}
.memberInfo-Email:hover {
  transform: scale(1.2, 1.2);
  transition: 0.2s;
}
/*In Quick view is transparent as replaced by main email link */

.viewing-MemberInfo .memberInfo-Email {
  color: transparent;
  border: none;
  margin-left: 5px;
  margin-bottom: 10px
}
/*If not buttons like friends etc disable the buttons also disables it for non members view*/

.membersListPage-user:not(.hasButtons) .memberInfo-container button {
  pointer-events: none;
  opacity: 0.35
}
/* This adds a little  > after the person name */

.activityFeed-comment .media-body a:first-of-type:after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
  margin-right: 4px
}
.activityFeed-comment {
  font-size: 0.85em
}
/* Reveal The Word Comment before the count number */

.activityFeed .icon-comment {
  display: inline;
  vertical-align: bottom
}
a.activityFeed-commentCount, a.activityFeed-commentFormDisplay {
  font-size: 0.9em;
  line-height: 1em;
  float: right;
}
.icon-comment.icon:before {
  float: right!important;
  margin-left: 5px;
  margin-top: -5px
}
/*Reveal The Like Word */

.activityFeed-counts .icon {
  display: inline;
  vertical-align: 0
}
.button-tiny.likeButton a {
  padding: 3px 6px;
  font-size: 0.75em
}
.button-tiny.likeButton a:hover, .button-tiny.likeButton a.is-selected {
  background-color: #00a6eb;
  border: 1px solid #a2bf1f;
  text-decoration: none;
}
a.is-selected .icon-love:after {
  content: "s";
  display: inline;
}
.result dd .img {
  float: left;
  max-width: 50%!important;
  margin-right: 15px;
}
.result>dt {
  margin-bottom: 10px;
  font-size: 1.3em;
}
/* ... Existing styles ... */

.modal-dialog {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
}
.modal-body {
  height: 100%;
  padding: 0;
}
.modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.carousel-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.carousel-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.carousel-thumbnail:hover {
  transform: scale(1.2);
}
.dmenu {
  width: 220px;
  list-style-type: none;
}
.toplevel {
  display: block;
  padding: 0 10px;
  line-height: 2;
  color: #000;
  text-decoration: none;
  background: orange;
}
.toplevel:hover {
  background: #fff;
}
/* Dropdowns */

.dropdown {
  position: relative;
  z-index: 2000;
}
.submenu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 200px;
  list-style-type: none;
  padding-top: 2em;
  z-index: 200;
}
.hover .submenu {
  display: block;
}
.submenu a {
  display: block;
  padding: 5px;
  color: #000;
  text-decoration: none;
  background: white;
}
.submenu a:hover {
  display: block;
  padding: 5px;
  background: #000;
  text-decoration: none;
  color: white;
}
.timeline-nav {
  position: fixed;
  top: 20;
  background: #111827;
  right: 0;
  width: 50px;
  height: 100vh;
  background-color: #f8f9fa;
  z-index: 999;
  overflow-y: auto;
  padding-top: 20px;
}
.timeline-nav ul {
  list-style-type: none;
  background: #111827;
  color: #fff;
  padding: 0;
  margin: 0;
}
.timeline-nav ul li {
  margin-bottom: 10px;
  color: #fff;
  background: #111827;
}
.timeline-nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.timeline-nav ul li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #111827;
}
.timeline-nav ul li ul li {
  margin-bottom: 5px;
  background: #111827;
}
.timeline-nav ul li:hover ul {
  display: block;
}
/*! Start customizing sign-in sign-up pop-up */

/*! sign-in & sign-up close button */

DIV.date-count-down A#date-count-downxx.button {
  color: white!important;
  background-color: #111827!important;
  border: 1px solid rgb(51, 51, 51) !important;
}
/*! sign-in & sign-up form field */

HTML BODY DIV.date-count-down .form-field {
  font-size: 12px!important;
  padding: 3px!important;
}
/*! sign-in & sign-up text input fields */

HTML BODY DIV.date-count-down .form-field input {
  padding: 0.3em!important;
  font-size: 12px!important;
  line-height: 1.20em!important;
}
/* Main module - border Background, text color & size */

HTML BODY DIV.date-count-down {
  background-color: rgba(250, 250, 250, 0.9)!important;
  color: black!important;
  font-size: 15px!important;
  border: 5px solid #333!important;
}
/* text color & size big text top */

HTML BODY P.date-count-down-top-big {
  color: orange !important;
  font-size: 34px!important;
}
/* text color & size big text bottom */

HTML BODY P.date-count-down-bottom-big {
  color: orange!important;
  font-size: 24px!important;
}
/* Sign-up button text color & size  */

HTML BODY A#date-count-down3.button {
  color: blue!important;
  font-size: 24px!important;
}
/* Sign-up module - border Background, text color & size */

HTML BODY DIV.Geo.signUpPage-signUpForm {
  background-color: rgba(200, 200, 250, 0.9)!important;
  color: black!important;
  font-size: 19px!important;
  border: 1px solid #333!important;
}
/* Sign-in button text color & size  */

HTML BODY A#date-count-down2.button {
  color: black!important;
  font-size: 16px!important;
}
/* sign-in module - border Background, text color & size */

HTML BODY DIV.date-count-down-2 {
  background-color: rgbargba(200, 220, 250, 0.9)!important;
  color: black!important;
  font-size: 16px!important;
  border: 1px solid #333!important;
}
/*! End customizing sign-in sign-up pop-up */

/* Changes the text on status post back to normal rather than bold */

.activityFeed-detailTitle {
  font-weight: normal;
  margin-top: 1em;
}
/*Add the Words You Tube link above the link added */

.activityFeed-detailTitle.create_status>a[href^="https://youtu.be/"]::before, .statusDetailPage-mainSection .activityFeed-headline>a[href^="https://youtu.be/"]::before {
  content: "You Tube Link";
  display: block;
}
/* Adds Some Padding and margin between the Headline and link */

.statusDetailPage-mainSection .activityFeed-headline>a[href^="https://youtu.be/"], .activityFeed-detailTitle.create_status>a[href^="https://youtu.be/"] {
  display: block;
  clear: both;
  margin-top: 1em;
  padding: 5px 0px 0px 5px;
}
/*Widens the box which holds the status content */

.feedEvent-createStatus .activityFeed-content, .statusDetailPage-mainSection .activityFeed-content {
  max-width: 100%
}
/** THESE ARE REQUIRED to make the video bigger and responsive **/

.activityFeed-embed[data-type="video"]>.activityFeed-embedContent {
  position: relative!important;
  padding-bottom: 56.25%!important;
  height: 0!important;
  overflow: hidden!important;
  max-width: 100%!important;
  height: auto!important;
  width: auto;
  background: none;
}
.activityFeed-embed[data-type="video"] .videoFrame iframe, .activityFeed-embed[data-type="video"]>.activityFeed-embedContent iframe {
  border: none!important;
  overflow: hidden!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
}
.js-statusForm>.pullright-photo {
  float: none!important;
  width: 100%;
  clear: both;
  text-align: right;
  margin-bottom: 10px;
}
.isActivityPage .column-wide .section-photoBundle, .isActivityPage .column-wide .section-videoBundle {
  display: none
}
.photoChoice .grid-frame {
  width: 50%;
  display: inline-block!important;
}
.photoChoice .module-body, .photoChoice .module-footer {
  display: none
}
a.OpenStatusAddPhoto-more {
  margin-right: 10px;
  background-color: #111827;
  padding: 7px;
}
a.OpenStatusAddPhoto-more:hover {
  background-color: royalblue;
  color: white;
  cursor: pointer;
}
/**** ACTIVITY FEED CODE ***/

/* This adds a little  > after the person name */

.activityFeed-comment .media-body a:first-of-type:after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
  margin-right: 4px
}
.activityFeed-comment {
  font-size: 0.85em
}
/* Reveal The Word Comment before the count number */

.activityFeed .icon-comment {
  display: inline;
  vertical-align: bottom
}
a.activityFeed-commentCount, a.activityFeed-commentFormDisplay {
  font-size: 0.9em;
  line-height: 1em;
  float: right;
}
.icon-comment.icon:before {
  float: right!important;
  margin-left: 5px;
  margin-top: -5px
}
/*Reveal The Like Word */

.activityFeed-counts .icon {
  display: inline;
  vertical-align: 0
}
.button-tiny.likeButton a {
  padding: 3px 6px;
  font-size: 0.75em
}
.button-tiny.likeButton a:hover, .button-tiny.likeButton a.is-selected {
  background-color: #00a6eb;
  border: 1px solid #a2bf1f;
  text-decoration: none;
}
a.is-selected .icon-love:after {
  content: "s";
  display: inline;
}
/* Open Photo Page*/
a.OpenStatusAddPhoto{ float:left;cursor:default }
a.OpenStatusAddPhoto:hover{ cursor:pointer }
/* Position of box in the member photo tabContainer section*/
.page-members .tabContainerSection-pane.section-member-photoEntries a.OpenStatusAddPhoto{ float:none;display:inline-block; margin:10px 0px }
/********** FEED LIST PLAYER **********/

@media only screen and (min-width:771px){
a.feedListPagePlayer-close,a.feedListPagePlayer-close:hover{font-size:25px;margin-bottom:10px }}

.feedListPagePlayer { background-color: rgba(0, 0, 0, 0.82); height:100%}
.feedListPagePlayer .sourceContainer{ border: 1px solid rgb(54, 54, 54);background-color:rgba(0, 0, 0, 0.4);}

/*Sizing The Playing Video*/
@media only screen and ( min-width:481px){
.feedListPagePlayer-source {height:100vh; width:95vw;margin:auto;padding-bottom:1em}
.feedListPagePlayer-source iframe {
    max-width: 85vw;
    height: 80vh;
        width: 100%;}
.feedListPagePlayer-source .nav {font-size:3em}
}

/* Adjust social page nav to go above the video inline with the close button*/
@media only screen and (max-width:771px){
.feedListPagePlayer-source >.cf{ float:right!important; }
.feedListPagePlayer-source .nav{ width:auto!important;top:0%;margin-top:0px;font-size:2em;padding:0px}
.feedListPagePlayer-source .navNext{margin-right:0.7em!important}}

/* Replaces the max width of 400px for the list page */
@media only screen and (min-width:959px){
.feedListPage-item.matrix-itemFluid { max-width: 100%;}}

@media only screen and ( max-width:769px){
.feedListPage-item.matrix-itemFluid {width:50%;}}

.feedListPage-itemTitle {overflow:hidden;padding:.2em 0.5em;line-height:1.28;height:4.2em;max-height:4.2em;font-size:1.1em;}

/** Highlight Videos Colours **/
.feedListPage-item:hover .matrix-item.matrix-sheet{ box-shadow:0px 10px 8px rgba(0,0,0,0.3);border-radius:0px 0px 4px 4px}
.feedListPage-item:hover .feedListPage-itemTitle{ color:whitesmoke;background: rgba(169, 0, 0, 0.74);border-radius:0px 0px 4px 4px; }

/* Pagination on pages, shows the words next previous*/
#feedListPagination.pagination .icon{ display:inline!important; }
#feedListPagination.pagination .icon-next::before{ display:none }
#feedListPagination.pagination .icon-next::after {
    content: "";
}

#feedListPagination.pagination .icon-next::after {
    font-family: "ning-icon-fonts";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    margin-left: 0.5em;
}

#feedListPagination a.pagination-previous{ margin-right:10px}
#feedListPagination a.pagination-next{ margin-left:10px }
#feedListPagination a.pagination-previous:hover{text-decoration:none}
#feedListPagination a.pagination-next:hover{text-decoration:none}
#feedListPagination .pagination .is-disabled{ display:none }
#feedListPagination{ margin-top:15px }

/*** VIDEO LIST UNDER THE VIDEO PLAYER ***/

/** SHOW VIDEOS LIST ON PLAYER **/
@media only screen and ( max-width:481px){
.videolistControl {
position:relative!important;
}}

.videolistControl:before { content:"More Videos";display:block;color:white;font-size:14px }
.videolistControl {
position:absolute;
height: 45px;width:65px;
background-color:rgba(40, 32, 66, 0.84);
padding: 4px;
cursor:pointer;
border-radius: 0px 0px 4px 0px;
}
.videolistControl:hover, .videolistControl:focus{
background-color:rgb(69, 27, 16);
}
.videolistControl.close:before { content:"Close Videos";display:block;color:white;font-size:14px }
.videolist .feedListPage-item.matrix-itemFluid {
max-width: 200px;
}
.videolist .matrix-item.matrix-sheet{
border: solid 1px #565252;
background-color: #4e4040;
padding: 4px;
border-radius:0px 0px 4px 4px;
}
.feedListPagePlayer-source .videolist .feedListPage-itemTitle{
overflow:hidden;
padding:0.1em 0.2em;
line-height:1.1em;
height:3.58em;
max-height:3.58em;
font-size:12px;
color:whitesmoke;
}
.videolist .matrix-item.matrix-sheet:hover{
background-color: darkgrey;
}
.videolist .matrix-item.matrix-sheet:hover .feedListPage-itemTitle{
background-color: rgba(169, 0, 0, 0.74);
}
.videolist{
position: absolute;
margin-top:50px;
width: 94.9vw;
background: rgba(0, 0, 0, 0.91) none repeat scroll 0% 0%;
overflow-x: auto;
overflow-y: hidden;
border-bottom: solid 1px #666;
}
.videolist .module-body {
padding: 0px 5px 10px 5px;
width: 2400px;
}
.videolist #feedListPagination{
display:none;
 }
.tabContainerSection-pane .videolistControl{ display:none }
.section-channel .videolistControl{ display:none }

@media only screen and ( min-width:771px ){
.sourceContainer:hover .videolistControl::after { position: absolute; top: -50px; left: -50px;display:block}}
.videolistControl::after {
    display:none;
    content: "View More Videos By Clicking More Videos Box";
    margin-left: 52px;
    color: #d7d7d7;
    background: rgba(0,0,0,0.95);
    float: left;
    width: 300px;
    margin-top: 5px;
    padding: 10px;
    font-size: 0.8em;
    border: solid 1px lightgrey; }
.videolistControl.close::after{display:none!important}
.bookshelf {
      display: flex;
      overflow-x: auto;
      gap: 10px;
      padding: 10px;
      background-color: #111827;
    }
.sheet {background-image: linear-gradient( 109.6deg,  rgba(17,24,39,1) 11.2%, rgba(20,31,65,1) 91.1% );}
    .bookshelf a {
      flex: 0 0 190px;
      height: 195px;
      position: relative;
      background: url("//storage.ning.com/topology/rest/1.0/file/get/12703750273?profile=RESIZE_400x")!important;
 background-repeat: repeat!important;
      border-radius: 5px;
      color: orange;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .bookshelf img {
      width: 100%;
      height: auto;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    .bookshelf a span {
      padding: 10px;
    }

    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      min-height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
      background: url("//storage.ning.com/topology/rest/1.0/file/get/12703750273?profile=RESIZE_400x")!important;
 background-repeat: repeat!important;
      margin: 5% auto;
      padding: 5px;
      min-height:100%!important;
      border-radius: 5px;
      position: relative;
    }

    .close {
      color: orange;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 30px;
      cursor: pointer;
    }

    .modal iframe {
      width: 100%!important;
      min-height: 100%!important;
    }
.videoDetailPage-otherVideo .matrix.row.videoDetailPage-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.matrix-itemFluid {
  display: flex;
  flex-direction: column;
}

.matrix-item {
  margin-bottom: 10px;
}

.videoListPage-metadata {
  text-align: center;
}
#livechat-compact-container{ display:none}
#chat-widget-container{ display:none }

/************** VIDEOS CODES ************/


/*** RESIZE THE VIDEO IN SOCIAL CHANNELS ****/
@media only screen and (min-width:979px){
.feedListPagePlayer-source .sourceContainer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70vh;
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
}
@media only screen and (max-width:979px){
.feedListPagePlayer-source .sourceContainer {
top:30%;
}}
@media only screen and (min-width:771px){
/* Adjust the Column Widths Video Detail Page */
.videoDetailPage .span8{ width:80% }
.videoDetailPage-list { margin:0px }
.videoDetailPage .span6{ width:20%}
.videoDetailPage .matrix-itemFluid { min-width: 80%;max-width:100%; float:none }
.videoDetailPage .span6 .matrix-itemFluid { width: 80%; margin: 0px auto; }
}



/********************************************
.videoDetailPage-video.iframed{
    margin-bottom: 5px;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.videoDetailPage-video.iframed iframe{
    max-width: 100%;
    height: 100%;
    width:100%;
    position: absolute;
}
*******************************************/


.activityFeed-content.activityVideo{
max-width:100%;
}

.videoDetailPage-video,
.videoFrame {
position:relative!important;
padding-bottom:56.25%!important;
overflow:hidden!important;
max-width:100%!important;
height:0!important;
}
.activityFeed-embedContent iframe,
.activityFeed-embedContent video,
.activityFeed-embedContent embed,
.videoFrame iframe,
.videoFrame object,
.videoFrame embed,
.videoDetailPage iframe,
.videoDetailPage object,
.videoDetailPage embed{
position:absolute!important;
top:0!important;
left:0!important;
width:100%!important;
height:100%!important;
min-height:100%!important;
}
.search-filters {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #111827;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.search-filters label {
  margin-right: 15px;
}
.gallery {
    column-count: 3;
    column-gap: 20px;
    padding: 20px;
}

.gallery-item {
    background-color: #fff;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 8px 8px 0 0;
}

.gallery-item p {
    padding: 10px;
    font-size: 0.9em;
    color: #555;
}

